diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Caching.Abstractions.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Caching.Abstractions.json deleted file mode 100644 index 36c6e798cee..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Caching.Abstractions.json +++ /dev/null @@ -1,504 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Caching.Abstractions", - "GUID": "A90B001E5FF3483995E886FA5AF49185FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.Internal.ISystemClock.UtcNow", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Internal/ISystemClock.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Internal.ISystemClock", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Internal/ISystemClock.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Internal.SystemClock.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Internal/SystemClock.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Internal.SystemClock.UtcNow", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Internal/SystemClock.cs#L20C17-L20C46" - } - ], - "DocsId": "T:Microsoft.Extensions.Internal.SystemClock", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Internal/SystemClock.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryExtensions.SetAbsoluteExpiration(Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryExtensions.cs#L19C13-L20C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryExtensions.SetAbsoluteExpiration(Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryExtensions.cs#L32C13-L33C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryExtensions.SetSlidingExpiration(Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryExtensions.cs#L46C13-L47C28" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryOptions.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions.AbsoluteExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryOptions.cs#L24C17-L24C44" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions.AbsoluteExpirationRelativeToNow", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryOptions.cs#L39C17-L39C57" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions.SlidingExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryOptions.cs#L63C17-L63C43" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.Set(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L25C13-L29C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.SetAsync(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.Byte[],System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L42C13-L45C90" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.SetString(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L57C13-L58C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.SetString(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.String,Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L70C13-L74C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.SetStringAsync(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L87C13-L87C96" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.SetStringAsync(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.String,Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L102C13-L105C87" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.GetString(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L116C13-L121C66" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.GetStringAsync(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.GetAsync(System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.Set(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.SetAsync(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.Refresh(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.RefreshAsync(System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.RemoveAsync(System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Distributed.IDistributedCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.SetPriority(Microsoft.Extensions.Caching.Memory.ICacheEntry,Microsoft.Extensions.Caching.Memory.CacheItemPriority)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L21C13-L22C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.AddExpirationToken(Microsoft.Extensions.Caching.Memory.ICacheEntry,Microsoft.Extensions.Primitives.IChangeToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L35C13-L38C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.SetAbsoluteExpiration(Microsoft.Extensions.Caching.Memory.ICacheEntry,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L51C13-L52C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.SetAbsoluteExpiration(Microsoft.Extensions.Caching.Memory.ICacheEntry,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L65C13-L66C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.SetSlidingExpiration(Microsoft.Extensions.Caching.Memory.ICacheEntry,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L80C13-L81C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.RegisterPostEvictionCallback(Microsoft.Extensions.Caching.Memory.ICacheEntry,Microsoft.Extensions.Caching.Memory.PostEvictionDelegate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L94C13-L96C78" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.RegisterPostEvictionCallback(Microsoft.Extensions.Caching.Memory.ICacheEntry,Microsoft.Extensions.Caching.Memory.PostEvictionDelegate,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L111C13-L118C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.SetValue(Microsoft.Extensions.Caching.Memory.ICacheEntry,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L131C13-L132C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.SetSize(Microsoft.Extensions.Caching.Memory.ICacheEntry,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L145C13-L151C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.SetOptions(Microsoft.Extensions.Caching.Memory.ICacheEntry,Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L162C13-L180C26" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Caching.Memory.CacheItemPriority.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Caching.Memory.CacheItemPriority.Low", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Caching.Memory.CacheItemPriority.Normal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Caching.Memory.CacheItemPriority.High", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Caching.Memory.CacheItemPriority.NeverRemove", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.CacheItemPriority", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Caching.Memory.EvictionReason.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Caching.Memory.EvictionReason.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Caching.Memory.EvictionReason.Removed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Caching.Memory.EvictionReason.Replaced", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Caching.Memory.EvictionReason.Expired", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Caching.Memory.EvictionReason.TokenExpired", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Caching.Memory.EvictionReason.Capacity", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.EvictionReason", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.AbsoluteExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.AbsoluteExpirationRelativeToNow", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.SlidingExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.ExpirationTokens", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.PostEvictionCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.Priority", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.Size", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.ICacheEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.IMemoryCache.TryGetValue(System.Object,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IMemoryCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.IMemoryCache.CreateEntry(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IMemoryCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.IMemoryCache.Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IMemoryCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.IMemoryCache.GetCurrentStatistics", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IMemoryCache.cs#L39C58-L39C62" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.IMemoryCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IMemoryCache.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.SetPriority(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,Microsoft.Extensions.Caching.Memory.CacheItemPriority)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L21C13-L22C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.SetSize(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L35C13-L41C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.AddExpirationToken(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,Microsoft.Extensions.Primitives.IChangeToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L54C13-L57C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.SetAbsoluteExpiration(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L70C13-L71C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.SetAbsoluteExpiration(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L84C13-L85C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.SetSlidingExpiration(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L99C13-L100C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.RegisterPostEvictionCallback(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,Microsoft.Extensions.Caching.Memory.PostEvictionDelegate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L113C13-L115C80" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.RegisterPostEvictionCallback(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,Microsoft.Extensions.Caching.Memory.PostEvictionDelegate,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L130C13-L137C28" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L84C64-L96C83" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.AbsoluteExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L27C17-L27C44" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.AbsoluteExpirationRelativeToNow", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L42C17-L42C57" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.SlidingExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L66C17-L66C43" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.ExpirationTokens", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L84C55-L84C59" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.PostEvictionCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L89C80-L89C84" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.Priority", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L96C45-L96C49" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.Size", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L103C20-L103C25" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.Get(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L14C13-L15C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.Get``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L20C13-L20C63" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.TryGetValue``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,``0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L25C13-L41C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.Set``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L46C13-L50C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.Set``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,``0,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L54C13-L59C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.Set``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,``0,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L63C13-L68C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.Set``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,``0,Microsoft.Extensions.Primitives.IChangeToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L72C13-L77C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.Set``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,``0,Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L81C13-L90C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.GetOrCreate``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func{Microsoft.Extensions.Caching.Memory.ICacheEntry,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L94C13-L102C35" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.GetOrCreateAsync``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func{Microsoft.Extensions.Caching.Memory.ICacheEntry,System.Threading.Tasks.Task{``0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.CacheExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs#L16C9-L16C43" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics.CurrentEntryCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs#L21C41-L21C45" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics.CurrentEstimatedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs#L27C45-L27C49" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics.TotalMisses", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs#L32C35-L32C39" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics.TotalHits", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs#L37C33-L37C37" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.PostEvictionCallbackRegistration.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionCallbackRegistration.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.PostEvictionCallbackRegistration.EvictionCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionCallbackRegistration.cs#L8C57-L8C61" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.PostEvictionCallbackRegistration.State", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionCallbackRegistration.cs#L10C32-L10C36" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.PostEvictionCallbackRegistration", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionCallbackRegistration.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.PostEvictionDelegate.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionDelegate.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.PostEvictionDelegate.Invoke(System.Object,System.Object,Microsoft.Extensions.Caching.Memory.EvictionReason,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionDelegate.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.PostEvictionDelegate.BeginInvoke(System.Object,System.Object,Microsoft.Extensions.Caching.Memory.EvictionReason,System.Object,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionDelegate.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.PostEvictionDelegate.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionDelegate.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.PostEvictionDelegate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionDelegate.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Caching.Memory.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Caching.Memory.json deleted file mode 100644 index 988d5788966..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Caching.Memory.json +++ /dev/null @@ -1,180 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Caching.Memory", - "GUID": "17FD1E998A2D4FD9A02228F1AE8E98E7FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.MemoryCacheServiceCollectionExtensions.AddMemoryCache(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheServiceCollectionExtensions.cs#L24C13-L29C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.MemoryCacheServiceCollectionExtensions.AddMemoryCache(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Caching.Memory.MemoryCacheOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheServiceCollectionExtensions.cs#L43C13-L49C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.MemoryCacheServiceCollectionExtensions.AddDistributedMemoryCache(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheServiceCollectionExtensions.cs#L68C13-L73C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.MemoryCacheServiceCollectionExtensions.AddDistributedMemoryCache(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Caching.Memory.MemoryDistributedCacheOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheServiceCollectionExtensions.cs#L95C13-L101C29" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.MemoryCacheServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Caching.Memory.MemoryDistributedCacheOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L19C15-L19C68" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Caching.Memory.MemoryDistributedCacheOptions},Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L21C9-L27C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L31C13-L33C48" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.GetAsync(System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L38C13-L40C46" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.Set(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L45C13-L56C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.SetAsync(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L60C13-L65C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.Refresh(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L70C13-L73C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.RefreshAsync(System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L77C13-L80C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L85C13-L88C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.RemoveAsync(System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L92C13-L95C39" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Caching.Memory.MemoryCacheOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L39C15-L39C68" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Caching.Memory.MemoryCacheOptions},Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L46C9-L65C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L72C27-L16707566C0" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.CreateEntry(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L92C13-L95C46" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.TryGetValue(System.Object,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L206C13-L261C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L267C13-L284C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L291C13-L299C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.GetCurrentStatistics", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L307C13-L319C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.Compact(System.Double)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L503C13-L506C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L592C13-L593C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L597C13-L607C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCache.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L77C29-L77C49" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.MemoryCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.Microsoft#Extensions#Options#IOptions#get_Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L75C19-L75C31" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L12C9-L22C88" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.Clock", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L17C38-L17C42" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.ExpirationScanFrequency", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L22C51-L22C55" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.SizeLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L33C20-L33C54" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.CompactionPercentage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L50C20-L50C41" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.TrackLinkedCacheEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L66C47-L66C51" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.TrackStatistics", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L71C39-L71C43" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.Microsoft#Extensions#Options#IOptions#Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L75C19-L75C31" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryDistributedCacheOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCacheOptions.cs#L9C15-L13C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.MemoryDistributedCacheOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCacheOptions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Configuration.Abstractions.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Configuration.Abstractions.json deleted file mode 100644 index 5af6c4c89a5..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Configuration.Abstractions.json +++ /dev/null @@ -1,228 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Configuration.Abstractions", - "GUID": "A3717AAD0B174778B1D11C5E0B96794AFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationDebugViewContext.#ctor(System.String,System.String,System.String,Microsoft.Extensions.Configuration.IConfigurationProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs#L13C13-L17C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationDebugViewContext.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs#L22C30-L22C34" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationDebugViewContext.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs#L27C29-L27C33" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationDebugViewContext.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs#L32C32-L32C36" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationDebugViewContext.ConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs#L37C63-L37C67" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationDebugViewContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationExtensions.Add``1(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs#L24C13-L26C40" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationExtensions.GetConnectionString(Microsoft.Extensions.Configuration.IConfiguration,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs#L37C13-L37C73" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationExtensions.AsEnumerable(Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs#L45C117-L45C169" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationExtensions.AsEnumerable(Microsoft.Extensions.Configuration.IConfiguration,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationExtensions.Exists(Microsoft.Extensions.Configuration.IConfigurationSection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs#L80C13-L84C73" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationExtensions.GetRequiredSection(Microsoft.Extensions.Configuration.IConfiguration,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs#L99C13-L107C88" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationKeyNameAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationKeyNameAttribute.cs#L11C9-L11C73" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationKeyNameAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationKeyNameAttribute.cs#L13C30-L13C34" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationKeyNameAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationKeyNameAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationPath.Combine(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs#L27C13-L29C60" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationPath.Combine(System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs#L39C13-L41C60" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationPath.GetSectionKey(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs#L52C13-L58C93" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationPath.GetParentPath(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs#L68C13-L74C92" - }, - { - "DocsId": "F:Microsoft.Extensions.Configuration.ConfigurationPath.KeyDelimiter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRootExtensions.GetDebugView(Microsoft.Extensions.Configuration.IConfigurationRoot)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationRootExtensions.cs#L22C13-L22C59" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRootExtensions.GetDebugView(Microsoft.Extensions.Configuration.IConfigurationRoot,System.Func{Microsoft.Extensions.Configuration.ConfigurationDebugViewContext,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationRootExtensions.cs#L16707566C0-L78C39" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationRootExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationRootExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.IConfiguration.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfiguration.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.IConfiguration.GetChildren", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfiguration.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.IConfiguration.GetReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfiguration.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.IConfiguration.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfiguration.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.IConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfiguration.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationBuilder.Add(Microsoft.Extensions.Configuration.IConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationBuilder.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationBuilder.Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.IConfigurationBuilder.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.IConfigurationBuilder.Sources", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationBuilder.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.IConfigurationBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationProvider.TryGet(System.String,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationProvider.Set(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationProvider.GetReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationProvider.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationProvider.GetChildKeys(System.Collections.Generic.IEnumerable{System.String},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.IConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationRoot.Reload", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationRoot.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.IConfigurationRoot.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationRoot.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.IConfigurationRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationRoot.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.Configuration.IConfigurationSection.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSection.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.IConfigurationSection.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSection.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.IConfigurationSection.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSection.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.IConfigurationSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSection.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSource.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.IConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSource.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Configuration.Binder.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Configuration.Binder.json deleted file mode 100644 index 06675c1d72a..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Configuration.Binder.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Configuration.Binder", - "GUID": "42E440E4E9B34A2CAF88A92CA55EC39CFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.BinderOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Binder/src/BinderOptions.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.BinderOptions.BindNonPublicProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Binder/src/BinderOptions.cs#L15C47-L15C51" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.BinderOptions.ErrorOnUnknownConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Binder/src/BinderOptions.cs#L23C51-L23C55" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.BinderOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Binder/src/BinderOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.Get``1(Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L38C16-L38C46" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.Get``1(Microsoft.Extensions.Configuration.IConfiguration,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L53C13-L60C30" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.Get(Microsoft.Extensions.Configuration.IConfiguration,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L74C16-L74C49" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.Get(Microsoft.Extensions.Configuration.IConfiguration,System.Type,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L93C13-L99C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.Bind(Microsoft.Extensions.Configuration.IConfiguration,System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L111C16-L111C60" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.Bind(Microsoft.Extensions.Configuration.IConfiguration,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L121C16-L121C54" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.Bind(Microsoft.Extensions.Configuration.IConfiguration,System.Object,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L133C13-L142C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.GetValue``1(Microsoft.Extensions.Configuration.IConfiguration,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L154C13-L154C61" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.GetValue``1(Microsoft.Extensions.Configuration.IConfiguration,System.String,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L168C13-L168C78" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.GetValue(Microsoft.Extensions.Configuration.IConfiguration,System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L185C13-L185C75" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.GetValue(Microsoft.Extensions.Configuration.IConfiguration,System.Type,System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L203C13-L209C33" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationBinder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Configuration.CommandLine.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Configuration.CommandLine.json deleted file mode 100644 index 185abbc9fd7..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Configuration.CommandLine.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Configuration.CommandLine", - "GUID": "06307674EC5148EDB2B9437DB4860729FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.CommandLineConfigurationExtensions.AddCommandLine(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationExtensions.cs#L68C13-L68C84" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.CommandLineConfigurationExtensions.AddCommandLine(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String[],System.Collections.Generic.IDictionary{System.String,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationExtensions.cs#L157C13-L158C41" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.CommandLineConfigurationExtensions.AddCommandLine(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationSource})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationExtensions.cs#L168C16-L168C44" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.CommandLineConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationProvider.#ctor(System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IDictionary{System.String,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationProvider.cs#L21C9-L31C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationProvider.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationProvider.cs#L43C13-L133C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationProvider.Args", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationProvider.cs#L36C46-L36C50" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationSource.cs#L31C13-L31C79" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationSource.cs#L22C57-L22C78" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationSource.SwitchMappings", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationSource.cs#L17C62-L17C66" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationSource.Args", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationSource.cs#L22C43-L22C47" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationSource.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Configuration.EnvironmentVariables.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Configuration.EnvironmentVariables.json deleted file mode 100644 index 580dea92442..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Configuration.EnvironmentVariables.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Configuration.EnvironmentVariables", - "GUID": "A0F247E8394240198DFC992E9A6FBC88FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariablesExtensions.AddEnvironmentVariables(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesExtensions.cs#L21C13-L22C41" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariablesExtensions.AddEnvironmentVariables(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesExtensions.cs#L36C13-L37C41" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariablesExtensions.AddEnvironmentVariables(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesExtensions.cs#L47C16-L47C44" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.EnvironmentVariablesExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationProvider.cs#L26C9-L30C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationProvider.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationProvider.cs#L36C9-L40C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationProvider.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationProvider.cs#L46C13-L46C56" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationProvider.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationProvider.cs#L53C16-L53C55" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationSource.cs#L23C13-L23C74" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationSource.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource.Prefix", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationSource.cs#L14C33-L14C37" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationSource.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Configuration.FileExtensions.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Configuration.FileExtensions.json deleted file mode 100644 index 05df240673b..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Configuration.FileExtensions.json +++ /dev/null @@ -1,134 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Configuration.FileExtensions", - "GUID": "9B2A45B6FC494FDCA7DAA46299BBAC2BFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationExtensions.SetFileProvider(Microsoft.Extensions.Configuration.IConfigurationBuilder,Microsoft.Extensions.FileProviders.IFileProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs#L25C13-L29C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationExtensions.GetFileProvider(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs#L39C13-L46C87" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationExtensions.SetBasePath(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs#L57C13-L60C80" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationExtensions.SetFileLoadExceptionHandler(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{Microsoft.Extensions.Configuration.FileLoadExceptionContext})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs#L71C13-L74C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationExtensions.GetFileLoadExceptionHandler(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs#L84C13-L90C25" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.FileConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.FileConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L26C9-L42C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationProvider.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L54C16-L54C103" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationProvider.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L127C13-L128C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L156C34-L156C47" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationProvider.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L164C13-L165C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.FileConfigurationProvider.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L47C49-L47C53" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.FileConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationSource.EnsureDefaults(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L61C13-L63C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationSource.ResolveFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L71C13-L88C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L41C48-L41C51" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.FileConfigurationSource.FileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L19C46-L19C50" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.FileConfigurationSource.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L25C31-L25C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.FileConfigurationSource.Optional", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L30C32-L30C36" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.FileConfigurationSource.ReloadOnChange", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L35C38-L35C42" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.FileConfigurationSource.ReloadDelay", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L41C34-L41C38" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.FileConfigurationSource.OnLoadException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L46C68-L46C72" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.FileConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileLoadExceptionContext.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileLoadExceptionContext.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.FileLoadExceptionContext.Provider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileLoadExceptionContext.cs#L16C53-L16C57" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.FileLoadExceptionContext.Exception", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileLoadExceptionContext.cs#L21C38-L21C42" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.FileLoadExceptionContext.Ignore", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileLoadExceptionContext.cs#L26C30-L26C34" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.FileLoadExceptionContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileLoadExceptionContext.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Configuration.Ini.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Configuration.Ini.json deleted file mode 100644 index da5fa5ab14f..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Configuration.Ini.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Configuration.Ini", - "GUID": "BA26E1A4EF1742B6A70AB82B5DF5D8AEFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.IniConfigurationExtensions.AddIniFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L25C13-L25C108" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.IniConfigurationExtensions.AddIniFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L38C13-L38C111" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.IniConfigurationExtensions.AddIniFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L52C13-L52C120" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.IniConfigurationExtensions.AddIniFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,Microsoft.Extensions.FileProviders.IFileProvider,System.String,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L16707566C0-L81C16" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.IniConfigurationExtensions.AddIniFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{Microsoft.Extensions.Configuration.Ini.IniConfigurationSource})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L91C16-L91C44" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.IniConfigurationExtensions.AddIniStream(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L16707566C0-L103C86" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.IniConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.Ini.IniConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationProvider.cs#L26C74-L26C90" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationProvider.cs#L33C16-L33C66" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Ini.IniConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationSource.cs#L27C13-L28C55" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationSource.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Ini.IniConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationSource.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationProvider.cs#L19C86-L19C102" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationProvider.Read(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationProvider.cs#L28C13-L84C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationProvider.cs#L93C13-L94C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationSource.cs#L26C16-L26C56" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationSource.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationSource.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Configuration.Json.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Configuration.Json.json deleted file mode 100644 index 90c09a5baf3..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Configuration.Json.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Configuration.Json", - "GUID": "E03566A528984124BC840F63F1EA2E04FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.JsonConfigurationExtensions.AddJsonFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L25C13-L25C109" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.JsonConfigurationExtensions.AddJsonFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L38C13-L38C112" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.JsonConfigurationExtensions.AddJsonFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L52C13-L52C121" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.JsonConfigurationExtensions.AddJsonFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,Microsoft.Extensions.FileProviders.IFileProvider,System.String,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L16707566C0-L81C16" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.JsonConfigurationExtensions.AddJsonFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{Microsoft.Extensions.Configuration.Json.JsonConfigurationSource})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L91C16-L91C44" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.JsonConfigurationExtensions.AddJsonStream(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L16707566C0-L103C87" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.JsonConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.Json.JsonConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationProvider.cs#L20C76-L20C92" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationProvider.cs#L30C17-L36C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Json.JsonConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationSource.cs#L20C13-L21C56" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationSource.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Json.JsonConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationSource.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonStreamConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.Json.JsonStreamConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationProvider.cs#L17C88-L17C104" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonStreamConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationProvider.cs#L25C13-L26C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Json.JsonStreamConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonStreamConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationSource.cs#L17C16-L17C57" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonStreamConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationSource.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Json.JsonStreamConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationSource.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Configuration.KeyPerFile.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Configuration.KeyPerFile.json deleted file mode 100644 index fa42e73ed40..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Configuration.KeyPerFile.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Configuration.KeyPerFile", - "GUID": "E426D51772E0447FA0A7A77A1D9221CAFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.KeyPerFileConfigurationBuilderExtensions.AddKeyPerFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationBuilderExtensions.cs#L24C12-L24C88" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.KeyPerFileConfigurationBuilderExtensions.AddKeyPerFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationBuilderExtensions.cs#L35C12-L35C81" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.KeyPerFileConfigurationBuilderExtensions.AddKeyPerFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationBuilderExtensions.cs#L16707566C0-L56C11" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.KeyPerFileConfigurationBuilderExtensions.AddKeyPerFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationSource})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationBuilderExtensions.cs#L66C12-L66C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.KeyPerFileConfigurationBuilderExtensions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationSource)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationProvider.cs#L25C5-L40C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationProvider.Load", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationProvider.cs#L55C9-L56C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationProvider.ToString", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationProvider.cs#L117C12-L117C115" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationProvider.Dispose", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationProvider.cs#L122C9-L123C6" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationProvider", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationSource.cs#L29C48-L18C111" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationSource.cs#L65C12-L65C53" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationSource.FileProvider", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationSource.cs#L23C42-L23C46" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationSource.IgnorePrefix", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationSource.cs#L29C34-L29C38" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationSource.IgnoreCondition", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationSource.cs#L35C49-L35C53" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationSource.Optional", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationSource.cs#L40C28-L40C32" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationSource.ReloadOnChange", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationSource.cs#L45C34-L45C38" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationSource.ReloadDelay", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationSource.cs#L51C30-L51C34" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationSource.SectionDelimiter", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationSource.cs#L57C38-L57C42" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationSource", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationSource.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Configuration.UserSecrets.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Configuration.UserSecrets.json deleted file mode 100644 index 0f710e4ee0d..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Configuration.UserSecrets.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Configuration.UserSecrets", - "GUID": "741CD202A1BE4528A37DA672035ED901FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets``1(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L32C16-L32C103" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets``1(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L50C16-L50C97" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets``1(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L69C16-L69C90" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L85C16-L85C93" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Reflection.Assembly,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L102C16-L102C87" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Reflection.Assembly,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L121C13-L135C34" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L150C16-L150C82" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L165C16-L165C90" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.UserSecrets.PathHelper.GetSecretsPathFromSecretsId(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/PathHelper.cs#L28C13-L28C92" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.UserSecrets.PathHelper.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/PathHelper.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.UserSecrets.PathHelper", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/PathHelper.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsIdAttribute.cs#L25C9-L33C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute.UserSecretsId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsIdAttribute.cs#L38C39-L38C43" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsIdAttribute.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Configuration.Xml.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Configuration.Xml.json deleted file mode 100644 index c92211d167e..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Configuration.Xml.json +++ /dev/null @@ -1,118 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Configuration.Xml", - "GUID": "21FA6931CD0B42ADB3302DE85CC5BD6DFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.XmlConfigurationExtensions.AddXmlFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L25C13-L25C108" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.XmlConfigurationExtensions.AddXmlFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L38C13-L38C111" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.XmlConfigurationExtensions.AddXmlFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L52C13-L52C120" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.XmlConfigurationExtensions.AddXmlFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,Microsoft.Extensions.FileProviders.IFileProvider,System.String,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L16707566C0-L81C16" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.XmlConfigurationExtensions.AddXmlFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{Microsoft.Extensions.Configuration.Xml.XmlConfigurationSource})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L91C16-L91C44" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.XmlConfigurationExtensions.AddXmlStream(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L16707566C0-L103C86" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.XmlConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.Xml.XmlConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationProvider.cs#L19C65-L17C90" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationProvider.cs#L27C13-L28C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Xml.XmlConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationSource.cs#L18C13-L19C55" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationSource.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Xml.XmlConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationSource.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlDocumentDecryptor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlDocumentDecryptor.cs#L28C9-L31C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlDocumentDecryptor.CreateDecryptingXmlReader(System.IO.Stream,System.Xml.XmlReaderSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlDocumentDecryptor.cs#L57C13-L82C62" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlDocumentDecryptor.DecryptDocumentAndCreateXmlReader(System.Xml.XmlDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlDocumentDecryptor.cs#L95C13-L101C62" - }, - { - "DocsId": "F:Microsoft.Extensions.Configuration.Xml.XmlDocumentDecryptor.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlDocumentDecryptor.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Xml.XmlDocumentDecryptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlDocumentDecryptor.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationProvider.cs#L24C86-L24C102" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationProvider.Read(System.IO.Stream,Microsoft.Extensions.Configuration.Xml.XmlDocumentDecryptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationProvider.cs#L34C13-L173C47" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationProvider.cs#L182C13-L183C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationSource.cs#L17C16-L17C56" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationSource.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationSource.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Configuration.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Configuration.json deleted file mode 100644 index 2d2580745b7..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Configuration.json +++ /dev/null @@ -1,424 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Configuration", - "GUID": "9361A300947540CEAC398B1792305034FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ChainedBuilderExtensions.AddConfiguration(Microsoft.Extensions.Configuration.IConfigurationBuilder,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ChainedBuilderExtensions.cs#L21C16-L21C97" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ChainedBuilderExtensions.AddConfiguration(Microsoft.Extensions.Configuration.IConfigurationBuilder,Microsoft.Extensions.Configuration.IConfiguration,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ChainedBuilderExtensions.cs#L32C13-L40C41" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ChainedBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ChainedBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.ChainedConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L22C9-L28C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.TryGet(System.String,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L43C13-L44C49" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.Set(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L52C55-L52C75" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.GetReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L58C49-L58C73" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L63C30-L63C31" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.GetChildKeys(System.Collections.Generic.IEnumerable{System.String},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L77C13-L85C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L91C13-L95C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L33C48-L33C55" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ChainedConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationSource.cs#L31C16-L31C54" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationSource.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ChainedConfigurationSource.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationSource.cs#L17C48-L17C52" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ChainedConfigurationSource.ShouldDisposeConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationSource.cs#L23C50-L23C54" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ChainedConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationSource.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBuilder.Add(Microsoft.Extensions.Configuration.IConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs#L32C13-L35C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBuilder.Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs#L45C13-L51C53" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs#L17C63-L23C98" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationBuilder.Sources", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs#L17C54-L17C58" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationBuilder.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs#L23C57-L23C61" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationKeyComparer.Compare(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationKeyComparer.cs#L32C13-L59C65" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationKeyComparer.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationKeyComparer.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationKeyComparer.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationKeyComparer.cs#L19C59-L19C63" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationKeyComparer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationKeyComparer.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L27C9-L44C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L62C64-L62C99" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.GetChildren", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L65C68-L65C104" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfigurationBuilder#get_Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L67C73-L67C84" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfigurationRoot#get_Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L75C77-L75C122" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L80C13-L82C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfigurationBuilder#Add(Microsoft.Extensions.Configuration.IConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L86C13-L89C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfigurationBuilder#Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L92C61-L92C65" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfiguration#GetReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L94C57-L94C69" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfigurationRoot#Reload", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L98C20-L107C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationManager.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L51C17-L53C14" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfigurationBuilder#Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L67C73-L67C84" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationManager.Sources", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L70C55-L70C63" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfigurationRoot#Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L75C77-L75C122" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L17C9-L25C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.TryGet(System.String,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L39C16-L39C48" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.Set(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L47C16-L47C33" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L53C11-L53C12" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.GetChildKeys(System.Collections.Generic.IEnumerable{System.String},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L65C13-L93C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.GetReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L108C13-L108C33" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.OnReload", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L116C13-L118C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L124C46-L124C65" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationProvider.Data", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L30C55-L30C59" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationReloadToken.RegisterChangeCallback(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs#L36C95-L36C131" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationReloadToken.OnReload", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs#L41C35-L41C48" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationReloadToken.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs#L15C9-L15C78" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationReloadToken.ActiveChangeCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs#L21C46-L21C50" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationReloadToken.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs#L27C35-L27C63" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRoot.#ctor(System.Collections.Generic.IList{Microsoft.Extensions.Configuration.IConfigurationProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L18C9-L35C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRoot.GetChildren", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L57C68-L57C104" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRoot.GetReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L63C49-L63C61" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRoot.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L75C16-L75C51" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRoot.Reload", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L82C57-L87C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRoot.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L99C50-L109C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationRoot.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L40C65-L40C75" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationRoot.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L49C20-L49C53" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationSection.#ctor(Microsoft.Extensions.Configuration.IConfigurationRoot,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L24C9-L31C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationSection.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L86C64-L86C118" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationSection.GetChildren", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L92C68-L92C105" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationSection.GetReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L98C49-L98C71" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationSection.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L36C31-L36C36" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationSection.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L43C13-L43C60" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationSection.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L52C17-L52C36" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationSection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L69C17-L69C68" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.MemoryConfigurationBuilderExtensions.AddInMemoryCollection(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationBuilderExtensions.cs#L22C13-L25C41" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.MemoryConfigurationBuilderExtensions.AddInMemoryCollection(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationBuilderExtensions.cs#L38C13-L41C41" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.MemoryConfigurationBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.StreamConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.StreamConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationProvider.cs#L25C9-L30C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.StreamConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationProvider.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.StreamConfigurationProvider.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationProvider.cs#L43C13-L55C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.StreamConfigurationProvider.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationProvider.cs#L17C51-L17C55" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.StreamConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.StreamConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationSource.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.StreamConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationSource.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.StreamConfigurationSource.Stream", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationSource.cs#L18C33-L18C37" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.StreamConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationSource.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.Memory.MemoryConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationProvider.cs#L21C9-L34C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationProvider.Add(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationProvider.cs#L43C13-L44C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationProvider.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationProvider.cs#L52C13-L52C41" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationProvider.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationProvider.cs#L61C13-L61C36" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationSource.cs#L25C13-L25C58" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationSource.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationSource.InitialData", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationSource.cs#L16C74-L16C78" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationSource.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.DependencyInjection.Abstractions.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.DependencyInjection.Abstractions.json deleted file mode 100644 index 8c103d0d580..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.DependencyInjection.Abstractions.json +++ /dev/null @@ -1,605 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.DependencyInjection.Abstractions", - "GUID": "A4CE355DE708454680CCE8E21FB95DB8FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateInstance(System.IServiceProvider,System.Type,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L34C13-L76C57" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateFactory(System.Type,System.Type[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L95C13-L105C34" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateInstance``1(System.IServiceProvider,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L117C13-L117C71" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ActivatorUtilities.GetServiceOrCreateInstance``1(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L128C13-L128C71" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ActivatorUtilities.GetServiceOrCreateInstance(System.IServiceProvider,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L141C13-L141C80" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ActivatorUtilities", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesConstructorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilitiesConstructorAttribute.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesConstructorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilitiesConstructorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AsyncServiceScope.#ctor(Microsoft.Extensions.DependencyInjection.IServiceScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/AsyncServiceScope.cs#L23C13-L26C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AsyncServiceScope.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/AsyncServiceScope.cs#L34C13-L35C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AsyncServiceScope.DisposeAsync", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/AsyncServiceScope.cs#L40C13-L47C28" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.AsyncServiceScope.ServiceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/AsyncServiceScope.cs#L29C52-L29C81" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.AsyncServiceScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/AsyncServiceScope.cs" - }, - { - "Members": [], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.IServiceCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.IServiceProviderFactory`1.CreateBuilder(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderFactory.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.IServiceProviderFactory`1.CreateServiceProvider(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderFactory.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.IServiceProviderFactory`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.IServiceProviderIsService.IsService(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderIsService.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.IServiceProviderIsService", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderIsService.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.IServiceScope.ServiceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceScope.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.IServiceScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceScope.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.IServiceScopeFactory.CreateScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceScopeFactory.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.IServiceScopeFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceScopeFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ISupportRequiredService.GetRequiredService(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ISupportRequiredService.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ISupportRequiredService", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ISupportRequiredService.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectFactory.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactory.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectFactory.Invoke(System.IServiceProvider,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactory.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectFactory.BeginInvoke(System.IServiceProvider,System.Object[],System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactory.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectFactory.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactory.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ObjectFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L41C13-L43C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.Contains(Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L48C13-L48C48" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.CopyTo(Microsoft.Extensions.DependencyInjection.ServiceDescriptor[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L54C13-L55C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.Remove(Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L60C13-L61C46" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L67C13-L67C49" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.System#Collections#Generic#ICollection#Add(Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L72C13-L74C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L78C13-L78C36" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.IndexOf(Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L84C13-L84C47" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.Insert(System.Int32,Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L90C13-L92C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L97C13-L99C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.MakeReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L109C13-L110C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L15C9-L15C95" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L19C29-L19C47" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceCollection.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L22C35-L22C46" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L29C17-L29C44" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L29C13-L33C94" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L51C13-L55C97" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddTransient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L72C13-L74C85" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L89C13-L92C68" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddTransient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L106C13-L108C60" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddTransient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L126C13-L129C83" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddTransient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L150C13-L153C83" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L171C13-L175C91" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L193C13-L197C94" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L214C13-L216C82" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L231C13-L234C65" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L248C13-L250C57" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L268C13-L271C80" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L292C13-L295C80" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L314C13-L318C94" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L336C13-L340C97" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L357C13-L359C85" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L374C13-L377C68" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L391C13-L393C60" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L411C13-L414C83" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L435C13-L438C83" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L456C13-L462C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L479C13-L482C84" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.#ctor(System.Type,System.Type,Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L26C15-L32C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.#ctor(System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L43C15-L49C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.#ctor(System.Type,System.Func{System.IServiceProvider,System.Object},Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L61C15-L67C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L89C13-L101C93" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Transient``2", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L139C13-L139C83" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Transient(System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L154C13-L157C85" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Transient``2(System.Func{System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L175C13-L177C97" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Transient``1(System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L191C13-L193C97" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Transient(System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L206C13-L209C88" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Scoped``2", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L224C13-L224C80" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Scoped(System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L239C13-L239C82" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Scoped``2(System.Func{System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L257C13-L259C94" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Scoped``1(System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L273C13-L275C94" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Scoped(System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L288C13-L291C85" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Singleton``2", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L306C13-L306C83" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Singleton(System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L321C13-L324C85" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Singleton``2(System.Func{System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L342C13-L344C97" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Singleton``1(System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L358C13-L360C97" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Singleton(System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L375C13-L378C92" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Singleton``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L392C13-L394C72" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Singleton(System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L409C13-L412C79" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Describe(System.Type,System.Type,Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L439C13-L439C85" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Describe(System.Type,System.Func{System.IServiceProvider,System.Object},Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L453C13-L453C88" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Lifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L75C43-L75C47" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.ServiceType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L77C35-L77C39" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.ImplementationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L80C43-L80C47" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.ImplementationInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L82C49-L82C53" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.ImplementationFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L84C72-L84C76" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceDescriptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.DependencyInjection.ServiceLifetime.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceLifetime.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.DependencyInjection.ServiceLifetime.Singleton", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceLifetime.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.DependencyInjection.ServiceLifetime.Scoped", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceLifetime.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.DependencyInjection.ServiceLifetime.Transient", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceLifetime.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceLifetime.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetService``1(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L23C13-L25C55" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(System.IServiceProvider,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L37C13-L51C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService``1(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L63C13-L65C62" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetServices``1(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L76C13-L78C66" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetServices(System.IServiceProvider,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L90C13-L94C88" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.CreateScope(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L104C13-L104C86" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.CreateAsyncScope(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L114C13-L114C66" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.CreateAsyncScope(Microsoft.Extensions.DependencyInjection.IServiceScopeFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L124C13-L124C77" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.Add(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L25C13-L29C31" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.Add(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyInjection.ServiceDescriptor})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L42C13-L50C31" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L63C13-L77C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyInjection.ServiceDescriptor})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L89C13-L96C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L108C13-L113C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L128C13-L134C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L149C13-L155C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddTransient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L166C13-L169C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddTransient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L183C13-L186C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddTransient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L201C13-L202C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L214C13-L219C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L234C13-L240C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L255C13-L261C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddScoped``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L272C13-L275C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddScoped``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L289C13-L292C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddScoped``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L307C13-L308C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L320C13-L325C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L340C13-L346C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L361C13-L367C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L378C13-L381C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddSingleton``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L395C13-L398C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L411C13-L416C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L431C13-L432C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddEnumerable(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L455C13-L483C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddEnumerable(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyInjection.ServiceDescriptor})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L506C13-L513C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.Replace(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L526C13-L541C31" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.RemoveAll``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L551C13-L551C53" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.RemoveAll(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L562C13-L573C31" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.DependencyInjection.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.DependencyInjection.json deleted file mode 100644 index 2b8bc6a9280..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.DependencyInjection.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.DependencyInjection", - "GUID": "6FE5DDBAAA654DFCB462BEDDD05EED1DFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.DefaultServiceProviderFactory.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection/src/DefaultServiceProviderFactory.cs#L21C50-L24C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.DefaultServiceProviderFactory.#ctor(Microsoft.Extensions.DependencyInjection.ServiceProviderOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection/src/DefaultServiceProviderFactory.cs#L31C9-L34C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.DefaultServiceProviderFactory.CreateBuilder(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection/src/DefaultServiceProviderFactory.cs#L39C13-L39C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.DefaultServiceProviderFactory.CreateServiceProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection/src/DefaultServiceProviderFactory.cs#L45C13-L45C68" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.DefaultServiceProviderFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection/src/DefaultServiceProviderFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions.BuildServiceProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceCollectionContainerBuilderExtensions.cs#L25C13-L25C83" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions.BuildServiceProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceCollectionContainerBuilderExtensions.cs#L40C13-L40C114" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions.BuildServiceProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceProviderOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceCollectionContainerBuilderExtensions.cs#L55C13-L64C59" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceCollectionContainerBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs#L90C56-L90C85" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs#L97C13-L99C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProvider.DisposeAsync", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs#L104C13-L105C40" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProviderOptions.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceProviderOptions.ValidateScopes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProviderOptions.cs#L19C38-L19C42" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceProviderOptions.ValidateOnBuild", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProviderOptions.cs#L25C39-L25C43" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceProviderOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProviderOptions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.DependencyModel.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.DependencyModel.json deleted file mode 100644 index 3cee9549e43..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.DependencyModel.json +++ /dev/null @@ -1,664 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.DependencyModel", - "GUID": "B2C5894D8DCD44C9AD728D07FCDE2C7DFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Collections.Generic.CollectionExtensions.GetDefaultGroup(System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L11C103-L11C131" - }, - { - "DocsId": "M:System.Collections.Generic.CollectionExtensions.GetRuntimeGroup(System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L15C13-L19C44" - }, - { - "DocsId": "M:System.Collections.Generic.CollectionExtensions.GetDefaultAssets(System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L27C105-L27C134" - }, - { - "DocsId": "M:System.Collections.Generic.CollectionExtensions.GetRuntimeAssets(System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L30C13-L34C45" - }, - { - "DocsId": "M:System.Collections.Generic.CollectionExtensions.GetDefaultRuntimeFileAssets(System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L51C121-L51C156" - }, - { - "DocsId": "M:System.Collections.Generic.CollectionExtensions.GetRuntimeFileAssets(System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L54C13-L58C51" - } - ], - "DocsId": "T:System.Collections.Generic.CollectionExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner.Add(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L32C13-L33C10" - }, - { - "DocsId": "M:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L38C13-L40C10" - }, - { - "DocsId": "M:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner.Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L45C13-L47C10" - }, - { - "DocsId": "M:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner.Add``1(``0,System.Collections.Generic.IEqualityComparer{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L52C13-L54C10" - }, - { - "DocsId": "M:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner.Start", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L59C13-L59C50" - }, - { - "DocsId": "P:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner.CombinedHash", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L20C19-L20C56" - } - ], - "DocsId": "T:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.CompilationLibrary.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs#L20C15-L22C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.CompilationLibrary.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs#L33C15-L38C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.CompilationLibrary.ResolveReferencePaths", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs#L51C13-L53C71" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.CompilationLibrary.ResolveReferencePaths(Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs#L58C13-L71C71" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationLibrary.Assemblies", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs#L40C51-L40C55" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.CompilationLibrary", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.CompilationOptions.#ctor(System.Collections.Generic.IEnumerable{System.String},System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L50C9-L77C10" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.Defines", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L12C49-L12C53" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.LanguageVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L14C42-L14C46" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.Platform", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L16C35-L16C39" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.AllowUnsafe", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L18C36-L18C40" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.WarningsAsErrors", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L20C41-L20C45" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.Optimize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L22C33-L22C37" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.KeyFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L24C34-L24C38" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.DelaySign", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L26C34-L26C38" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.PublicSign", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L28C35-L28C39" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.DebugType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L30C36-L30C40" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.EmitEntryPoint", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L32C39-L32C43" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.GenerateXmlDocumentation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L34C49-L34C53" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L36C52-L36C56" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.CompilationOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Dependency.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L14C13-L24C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Dependency.Equals(Microsoft.Extensions.DependencyModel.Dependency)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L31C13-L31C93" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Dependency.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L34C73-L34C123" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Dependency.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L37C13-L37C75" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.Dependency.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L26C30-L26C34" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.Dependency.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L27C33-L27C37" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.Dependency", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContext.#ctor(Microsoft.Extensions.DependencyModel.TargetInfo,Microsoft.Extensions.DependencyModel.CompilationOptions,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.CompilationLibrary},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeLibrary},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeFallbacks})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L19C9-L36C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContext.Merge(Microsoft.Extensions.DependencyModel.DependencyContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L53C13-L61C19" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContext.Load(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L79C13-L79C67" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.DependencyContext.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L39C53-L39C74" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.DependencyContext.Target", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L41C36-L41C40" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.DependencyContext.CompilationOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L43C56-L43C60" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.DependencyContext.CompileLibraries", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L45C69-L45C73" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.DependencyContext.RuntimeLibraries", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L47C65-L47C69" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.DependencyContext.RuntimeGraph", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L49C63-L49C67" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.DependencyContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetDefaultNativeAssets(Microsoft.Extensions.DependencyModel.DependencyContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L16707566C0-L20C102" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetDefaultNativeRuntimeFileAssets(Microsoft.Extensions.DependencyModel.DependencyContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L16707566C0-L27C113" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetRuntimeNativeAssets(Microsoft.Extensions.DependencyModel.DependencyContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L16707566C0-L35C121" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetRuntimeNativeRuntimeFileAssets(Microsoft.Extensions.DependencyModel.DependencyContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L16707566C0-L43C132" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetDefaultNativeAssets(Microsoft.Extensions.DependencyModel.RuntimeLibrary,Microsoft.Extensions.DependencyModel.DependencyContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L48C13-L50C83" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetDefaultNativeRuntimeFileAssets(Microsoft.Extensions.DependencyModel.RuntimeLibrary,Microsoft.Extensions.DependencyModel.DependencyContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L55C13-L57C89" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetRuntimeNativeAssets(Microsoft.Extensions.DependencyModel.RuntimeLibrary,Microsoft.Extensions.DependencyModel.DependencyContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L62C13-L66C88" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetRuntimeNativeRuntimeFileAssets(Microsoft.Extensions.DependencyModel.RuntimeLibrary,Microsoft.Extensions.DependencyModel.DependencyContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L71C13-L75C94" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetDefaultAssemblyNames(Microsoft.Extensions.DependencyModel.DependencyContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L16707566C0-L82C103" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetRuntimeAssemblyNames(Microsoft.Extensions.DependencyModel.DependencyContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L16707566C0-L90C122" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetDefaultAssemblyNames(Microsoft.Extensions.DependencyModel.RuntimeLibrary,Microsoft.Extensions.DependencyModel.DependencyContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L95C13-L98C109" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetRuntimeAssemblyNames(Microsoft.Extensions.DependencyModel.RuntimeLibrary,Microsoft.Extensions.DependencyModel.DependencyContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L103C13-L107C114" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.DependencyContextExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextJsonReader.Read(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextJsonReader.cs#L24C13-L37C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextJsonReader.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextJsonReader.cs#L41C13-L45C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextJsonReader.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextJsonReader.cs#L49C13-L50C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextJsonReader.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextJsonReader.cs#L20C9-L20C101" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.DependencyContextJsonReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextJsonReader.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextLoader.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextLoader.cs#L22C44-L28C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextLoader.Load(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextLoader.cs#L57C13-L81C28" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.DependencyContextLoader.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextLoader.cs#L42C57-L42C61" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.DependencyContextLoader", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextLoader.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextWriter.Write(Microsoft.Extensions.DependencyModel.DependencyContext,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextWriter.cs#L18C13-L39C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextWriter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextWriter.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.DependencyContextWriter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextWriter.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.IDependencyContextReader.Read(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/IDependencyContextReader.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.IDependencyContextReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/IDependencyContextReader.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Library.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L18C15-L20C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Library.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L30C15-L32C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Library.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L33C9-L66C10" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L68C30-L68C34" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L70C30-L70C34" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L72C33-L72C37" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.Hash", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L74C31-L74C35" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.Dependencies", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L76C57-L76C61" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.Serviceable", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L78C35-L78C39" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L80C31-L80C35" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.HashPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L82C35-L82C39" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.RuntimeStoreManifestName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L84C50-L84C54" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.Library", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.ResourceAssembly.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/ResourceAssembly.cs#L10C9-L22C10" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.ResourceAssembly.Locale", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/ResourceAssembly.cs#L24C32-L24C36" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.ResourceAssembly.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/ResourceAssembly.cs#L26C30-L26C34" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.ResourceAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/ResourceAssembly.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeAssembly.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssembly.cs#L14C9-L26C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeAssembly.Create(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssembly.cs#L34C13-L44C60" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeAssembly.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssembly.cs#L28C37-L28C55" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeAssembly.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssembly.cs#L30C30-L30C34" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.RuntimeAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssembly.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.#ctor(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L14C81-L14C131" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.#ctor(System.String,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L16C9-L20C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.#ctor(System.String,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeFile})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L22C9-L26C10" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.Runtime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L31C34-L31C38" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.AssetPaths", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L40C17-L45C75" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.RuntimeFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L56C17-L61C97" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeFallbacks.#ctor(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFallbacks.cs#L15C79-L15C129" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeFallbacks.#ctor(System.String,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFallbacks.cs#L16C9-L26C10" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeFallbacks.Runtime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFallbacks.cs#L12C33-L12C37" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeFallbacks.Fallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFallbacks.cs#L13C51-L13C55" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.RuntimeFallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFallbacks.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeFile.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFile.cs#L10C9-L20C10" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeFile.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFile.cs#L22C30-L22C34" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeFile.AssemblyVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFile.cs#L24C42-L24C46" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeFile.FileVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFile.cs#L26C38-L26C42" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.RuntimeFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFile.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeLibrary.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IReadOnlyList{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.Collections.Generic.IReadOnlyList{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.ResourceAssembly},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L21C15-L33C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeLibrary.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IReadOnlyList{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.Collections.Generic.IReadOnlyList{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.ResourceAssembly},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L46C15-L59C11" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeLibrary.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IReadOnlyList{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.Collections.Generic.IReadOnlyList{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.ResourceAssembly},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L98C15-L115C10" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeLibrary.RuntimeAssemblyGroups", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L117C73-L117C77" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeLibrary.NativeLibraryGroups", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L119C71-L119C75" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeLibrary.ResourceAssemblies", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L121C69-L121C73" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.RuntimeLibrary", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.TargetInfo.#ctor(System.String,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs#L9C9-L23C10" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.TargetInfo.Framework", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs#L25C35-L25C39" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.TargetInfo.Runtime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs#L27C34-L27C38" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.TargetInfo.RuntimeSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs#L29C43-L29C47" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.TargetInfo.IsPortable", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs#L31C34-L31C38" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.TargetInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/AppBaseCompilationAssemblyResolver.cs#L19C15-L21C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/AppBaseCompilationAssemblyResolver.cs#L24C15-L26C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver.TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/AppBaseCompilationAssemblyResolver.cs#L46C13-L121C10" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/AppBaseCompilationAssemblyResolver.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.CompositeCompilationAssemblyResolver.#ctor(Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/CompositeCompilationAssemblyResolver.cs#L13C9-L18C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.CompositeCompilationAssemblyResolver.TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/CompositeCompilationAssemblyResolver.cs#L22C63-L29C26" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.Resolution.CompositeCompilationAssemblyResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/CompositeCompilationAssemblyResolver.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver.Resolve", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/DotNetReferenceAssembliesPathResolver.cs#L25C13-L25C83" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/DotNetReferenceAssembliesPathResolver.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver.DotNetReferenceAssembliesPathEnv", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/DotNetReferenceAssembliesPathResolver.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/DotNetReferenceAssembliesPathResolver.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver.TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ICompilationAssemblyResolver.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ICompilationAssemblyResolver.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/PackageCompilationAssemblyResolver.cs#L17C15-L19C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/PackageCompilationAssemblyResolver.cs#L22C15-L24C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver.TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/PackageCompilationAssemblyResolver.cs#L79C13-L100C26" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/PackageCompilationAssemblyResolver.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ReferenceAssemblyPathResolver.cs#L18C15-L20C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver.#ctor(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ReferenceAssemblyPathResolver.cs#L23C15-L25C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver.TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ReferenceAssemblyPathResolver.cs#L46C13-L60C25" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ReferenceAssemblyPathResolver.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.json deleted file mode 100644 index 434b1a53b40..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.json +++ /dev/null @@ -1,206 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions", - "GUID": "C4D9E68484DD49EB94B23C71626E13AEFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckContext.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthCheckContext.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckContext.Registration", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthCheckContext.cs#L15C51-L15C55" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckContext", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthCheckContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration.#ctor(System.String,Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheck,System.Nullable{Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus},System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthCheckRegistration.cs#L40C11-L42C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration.#ctor(System.String,Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheck,System.Nullable{Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.TimeSpan})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthCheckRegistration.cs#L16707566C0-L77C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration.#ctor(System.String,System.Func{System.IServiceProvider,Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheck},System.Nullable{Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus},System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthCheckRegistration.cs#L94C11-L96C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration.#ctor(System.String,System.Func{System.IServiceProvider,Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheck},System.Nullable{Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.TimeSpan})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthCheckRegistration.cs#L109C5-L136C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration.Factory", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthCheckRegistration.cs#L143C16-L143C24" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration.FailureStatus", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthCheckRegistration.cs#L158C41-L158C45" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration.Timeout", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthCheckRegistration.cs#L165C16-L165C24" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration.Name", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthCheckRegistration.cs#L182C16-L182C21" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration.Tags", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthCheckRegistration.cs#L197C32-L197C36" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthCheckRegistration.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult.#ctor(Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus,System.String,System.Exception,System.Collections.Generic.IReadOnlyDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthCheckResult.cs#L26C9-L30C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult.Healthy(System.String,System.Collections.Generic.IReadOnlyDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthCheckResult.cs#L60C9-L60C104" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult.Degraded(System.String,System.Exception,System.Collections.Generic.IReadOnlyDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthCheckResult.cs#L72C9-L72C110" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult.Unhealthy(System.String,System.Exception,System.Collections.Generic.IReadOnlyDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthCheckResult.cs#L84C9-L84C100" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult.Data", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthCheckResult.cs#L35C55-L35C59" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult.Description", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthCheckResult.cs#L40C34-L40C38" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult.Exception", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthCheckResult.cs#L45C35-L45C39" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult.Status", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthCheckResult.cs#L50C34-L50C38" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthCheckResult.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReport.#ctor(System.Collections.Generic.IReadOnlyDictionary{System.String,Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry},System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthReport.cs#L20C11-L25C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReport.#ctor(System.Collections.Generic.IReadOnlyDictionary{System.String,Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry},Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthReport.cs#L33C5-L38C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReport.Entries", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthReport.cs#L47C69-L47C73" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReport.Status", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthReport.cs#L53C34-L53C38" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReport.TotalDuration", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthReport.cs#L58C37-L58C41" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReport", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthReport.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry.#ctor(Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus,System.String,System.TimeSpan,System.Exception,System.Collections.Generic.IReadOnlyDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthReportEntry.cs#L27C11-L29C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry.#ctor(Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus,System.String,System.TimeSpan,System.Exception,System.Collections.Generic.IReadOnlyDictionary{System.String,System.Object},System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthReportEntry.cs#L43C9-L49C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry.Data", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthReportEntry.cs#L54C55-L54C59" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry.Description", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthReportEntry.cs#L59C34-L59C38" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry.Duration", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthReportEntry.cs#L64C32-L64C36" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry.Exception", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthReportEntry.cs#L69C35-L69C39" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry.Status", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthReportEntry.cs#L74C34-L74C38" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry.Tags", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthReportEntry.cs#L79C39-L79C43" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthReportEntry.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus.value__", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthStatus.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus.Unhealthy", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthStatus.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus.Degraded", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthStatus.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus.Healthy", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthStatus.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/HealthStatus.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheck.CheckHealthAsync(Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckContext,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/IHealthCheck.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheck", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/IHealthCheck.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheckPublisher.PublishAsync(Microsoft.Extensions.Diagnostics.HealthChecks.HealthReport,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/IHealthCheckPublisher.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheckPublisher", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/Abstractions/src/IHealthCheckPublisher.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore.json deleted file mode 100644 index 89bff148e18..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore", - "GUID": "A02376EE4D9C45C1B1EBC5264EF4EDB2FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.EntityFrameworkCoreHealthChecksBuilderExtensions.AddDbContextCheck``1(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Nullable{Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus},System.Collections.Generic.IEnumerable{System.String},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.Task{System.Boolean}})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Middleware/HealthChecks.EntityFrameworkCore/src/DependencyInjection/EntityFrameworkCoreHealthChecksBuilderExtensions.cs#L16707566C0-L75C122" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.EntityFrameworkCoreHealthChecksBuilderExtensions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Middleware/HealthChecks.EntityFrameworkCore/src/DependencyInjection/EntityFrameworkCoreHealthChecksBuilderExtensions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Diagnostics.HealthChecks.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Diagnostics.HealthChecks.json deleted file mode 100644 index 3973c1aa534..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Diagnostics.HealthChecks.json +++ /dev/null @@ -1,164 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Diagnostics.HealthChecks", - "GUID": "DB9391458E75423C97F67669D1CDCAEFFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderAddCheckExtensions.AddCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheck,System.Nullable{Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus},System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderAddCheckExtensions.cs#L36C9-L36C80" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderAddCheckExtensions.AddCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheck,System.Nullable{Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.TimeSpan})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderAddCheckExtensions.cs#L61C9-L76C103" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderAddCheckExtensions.AddCheck``1(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Nullable{Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus},System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderAddCheckExtensions.cs#L104C9-L104C73" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderAddCheckExtensions.AddCheck``1(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Nullable{Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.TimeSpan})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderAddCheckExtensions.cs#L133C9-L143C121" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderAddCheckExtensions.AddTypeActivatedCheck``1(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderAddCheckExtensions.cs#L170C9-L180C95" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderAddCheckExtensions.AddTypeActivatedCheck``1(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Nullable{Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus},System.Object[])", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderAddCheckExtensions.cs#L206C9-L216C89" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderAddCheckExtensions.AddTypeActivatedCheck``1(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Nullable{Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus},System.Collections.Generic.IEnumerable{System.String},System.Object[])", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderAddCheckExtensions.cs#L16707566C0-L254C100" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderAddCheckExtensions.AddTypeActivatedCheck``1(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Nullable{Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus},System.Collections.Generic.IEnumerable{System.String},System.TimeSpan,System.Object[])", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderAddCheckExtensions.cs#L16707566C0-L299C109" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderAddCheckExtensions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderAddCheckExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderDelegateExtensions.AddCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Func{Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult},System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderDelegateExtensions.cs#L33C9-L33C62" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderDelegateExtensions.AddCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Func{Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.TimeSpan})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderDelegateExtensions.cs#L16707566C0-L69C109" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderDelegateExtensions.AddCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Func{System.Threading.CancellationToken,Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult},System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderDelegateExtensions.cs#L87C9-L87C62" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderDelegateExtensions.AddCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Func{System.Threading.CancellationToken,Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.TimeSpan})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderDelegateExtensions.cs#L16707566C0-L123C109" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderDelegateExtensions.AddAsyncCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Func{System.Threading.Tasks.Task{Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult}},System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderDelegateExtensions.cs#L141C9-L141C67" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderDelegateExtensions.AddAsyncCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Func{System.Threading.Tasks.Task{Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult}},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.TimeSpan})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderDelegateExtensions.cs#L16707566C0-L177C109" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderDelegateExtensions.AddAsyncCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Func{System.Threading.CancellationToken,System.Threading.Tasks.Task{Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult}},System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderDelegateExtensions.cs#L195C9-L195C67" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderDelegateExtensions.AddAsyncCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Func{System.Threading.CancellationToken,System.Threading.Tasks.Task{Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult}},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.TimeSpan})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderDelegateExtensions.cs#L16707566C0-L231C109" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderDelegateExtensions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderDelegateExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthCheckServiceCollectionExtensions.AddHealthChecks(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthCheckServiceCollectionExtensions.cs#L28C9-L30C50" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.HealthCheckServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthCheckServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder.Add(Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/HealthChecks/src/DependencyInjection/IHealthChecksBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder.Services", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/HealthChecks/src/DependencyInjection/IHealthChecksBuilder.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/HealthChecks/src/DependencyInjection/IHealthChecksBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckPublisherOptions.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/HealthChecks/src/HealthCheckPublisherOptions.cs#L85C45-L23C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckPublisherOptions.Delay", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/HealthChecks/src/HealthCheckPublisherOptions.cs#L32C16-L32C22" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckPublisherOptions.Period", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/HealthChecks/src/HealthCheckPublisherOptions.cs#L53C16-L53C23" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckPublisherOptions.Predicate", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/HealthChecks/src/HealthCheckPublisherOptions.cs#L78C61-L78C65" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckPublisherOptions.Timeout", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/HealthChecks/src/HealthCheckPublisherOptions.cs#L85C31-L85C35" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckPublisherOptions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/HealthChecks/src/HealthCheckPublisherOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckService.CheckHealthAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/HealthChecks/src/HealthCheckService.cs#L45C9-L45C69" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckService.CheckHealthAsync(System.Func{Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration,System.Boolean},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/HealthChecks/src/HealthCheckService.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckService.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/HealthChecks/src/HealthCheckService.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckService", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/HealthChecks/src/HealthCheckService.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckServiceOptions.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/HealthChecks/src/HealthCheckServiceOptions.cs#L16C74-L16C109" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckServiceOptions.Registrations", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/HealthChecks/src/HealthCheckServiceOptions.cs#L16C65-L16C69" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckServiceOptions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/HealthChecks/HealthChecks/src/HealthCheckServiceOptions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.FileProviders.Abstractions.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.FileProviders.Abstractions.json deleted file mode 100644 index f4cf001561c..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.FileProviders.Abstractions.json +++ /dev/null @@ -1,176 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.FileProviders.Abstractions", - "GUID": "7051299B91A84091AC730057B2F7F2F4FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.FileProviders.IDirectoryContents.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IDirectoryContents.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.IDirectoryContents", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IDirectoryContents.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.IFileInfo.CreateReadStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.IFileInfo.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.IFileInfo.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.IFileInfo.PhysicalPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.IFileInfo.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.IFileInfo.LastModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.IFileInfo.IsDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.IFileInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.IFileProvider.GetFileInfo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileProvider.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.IFileProvider.GetDirectoryContents(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileProvider.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.IFileProvider.Watch(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileProvider.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.IFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.NotFoundDirectoryContents.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs#L27C58-L27C103" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.NotFoundDirectoryContents.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs#L30C52-L30C67" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.NotFoundDirectoryContents.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundDirectoryContents.Singleton", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs#L18C61-L18C65" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundDirectoryContents.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs#L23C31-L23C36" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.NotFoundDirectoryContents", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.NotFoundFileInfo.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L19C9-L22C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.NotFoundFileInfo.CreateReadStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L60C13-L60C80" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundFileInfo.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L27C31-L27C36" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundFileInfo.IsDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L32C36-L32C41" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundFileInfo.LastModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L37C47-L37C70" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundFileInfo.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L42C31-L42C33" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundFileInfo.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L45C30-L45C34" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundFileInfo.PhysicalPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L50C40-L50C44" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.NotFoundFileInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.NullChangeToken.RegisterChangeCallback(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullChangeToken.cs#L41C13-L41C45" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.NullChangeToken.Singleton", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullChangeToken.cs#L17C51-L17C55" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.NullChangeToken.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullChangeToken.cs#L26C35-L26C40" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.NullChangeToken.ActiveChangeCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullChangeToken.cs#L31C46-L31C51" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.NullChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullChangeToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.NullFileProvider.GetDirectoryContents(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullFileProvider.cs#L18C75-L18C110" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.NullFileProvider.GetFileInfo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullFileProvider.cs#L25C57-L25C86" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.NullFileProvider.Watch(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullFileProvider.cs#L32C53-L32C78" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.NullFileProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullFileProvider.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.NullFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullFileProvider.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.FileProviders.Composite.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.FileProviders.Composite.json deleted file mode 100644 index 571885e4f32..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.FileProviders.Composite.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.FileProviders.Composite", - "GUID": "88C1D781F0B14BFB877B88DE73E06A4DFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.CompositeFileProvider.#ctor(Microsoft.Extensions.FileProviders.IFileProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L23C9-L26C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.CompositeFileProvider.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.FileProviders.IFileProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L32C9-L37C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.CompositeFileProvider.GetFileInfo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L46C52-L54C50" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.CompositeFileProvider.GetDirectoryContents(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L66C13-L67C38" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.CompositeFileProvider.Watch(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L79C13-L95C59" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.CompositeFileProvider.FileProviders", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L101C60-L101C74" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.CompositeFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Composite.CompositeDirectoryContents.#ctor(System.Collections.Generic.IList{Microsoft.Extensions.FileProviders.IFileProvider},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeDirectoryContents.cs#L29C9-L35C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Composite.CompositeDirectoryContents.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeDirectoryContents.cs#L85C13-L86C43" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Composite.CompositeDirectoryContents.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeDirectoryContents.cs#L91C13-L92C43" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Composite.CompositeDirectoryContents.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeDirectoryContents.cs#L102C17-L103C32" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.Composite.CompositeDirectoryContents", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeDirectoryContents.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.FileProviders.Embedded.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.FileProviders.Embedded.json deleted file mode 100644 index 02a1c779c18..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.FileProviders.Embedded.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.FileProviders.Embedded", - "GUID": "295166B3A7A042A2A6CADE34581C74E6FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.EmbeddedFileProvider.#ctor(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/FileProviders/Embedded/src/EmbeddedFileProvider.cs#L34C11-L36C6" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.EmbeddedFileProvider.#ctor(System.Reflection.Assembly,System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/FileProviders/Embedded/src/EmbeddedFileProvider.cs#L44C5-L69C6" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.EmbeddedFileProvider.GetFileInfo(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/FileProviders/Embedded/src/EmbeddedFileProvider.cs#L81C9-L119C91" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.EmbeddedFileProvider.GetDirectoryContents(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/FileProviders/Embedded/src/EmbeddedFileProvider.cs#L135C9-L163C57" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.EmbeddedFileProvider.Watch(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/FileProviders/Embedded/src/EmbeddedFileProvider.cs#L173C9-L173C42" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.EmbeddedFileProvider", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/FileProviders/Embedded/src/EmbeddedFileProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.ManifestEmbeddedFileProvider.#ctor(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/FileProviders/Embedded/src/ManifestEmbeddedFileProvider.cs#L26C11-L26C92" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.ManifestEmbeddedFileProvider.#ctor(System.Reflection.Assembly,System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/FileProviders/Embedded/src/ManifestEmbeddedFileProvider.cs#L34C11-L36C6" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.ManifestEmbeddedFileProvider.#ctor(System.Reflection.Assembly,System.String,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/FileProviders/Embedded/src/ManifestEmbeddedFileProvider.cs#L46C11-L48C6" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.ManifestEmbeddedFileProvider.#ctor(System.Reflection.Assembly,System.String,System.String,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/FileProviders/Embedded/src/ManifestEmbeddedFileProvider.cs#L59C11-L61C6" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.ManifestEmbeddedFileProvider.GetDirectoryContents(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/FileProviders/Embedded/src/ManifestEmbeddedFileProvider.cs#L90C9-L101C82" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.ManifestEmbeddedFileProvider.GetFileInfo(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/FileProviders/Embedded/src/ManifestEmbeddedFileProvider.cs#L107C9-L118C46" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.ManifestEmbeddedFileProvider.Watch(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/FileProviders/Embedded/src/ManifestEmbeddedFileProvider.cs#L124C9-L129C42" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.ManifestEmbeddedFileProvider.Assembly", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/FileProviders/Embedded/src/ManifestEmbeddedFileProvider.cs#L83C32-L83C36" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.ManifestEmbeddedFileProvider", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/FileProviders/Embedded/src/ManifestEmbeddedFileProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo.#ctor(System.Reflection.Assembly,System.String,System.String,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/FileProviders/Embedded/src/EmbeddedResourceFileInfo.cs#L27C5-L37C6" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo.CreateReadStream", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/FileProviders/Embedded/src/EmbeddedResourceFileInfo.cs#L83C9-L89C23" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo.Exists", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/FileProviders/Embedded/src/EmbeddedResourceFileInfo.cs#L42C27-L42C31" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo.Length", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/FileProviders/Embedded/src/EmbeddedResourceFileInfo.cs#L51C13-L56C34" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo.PhysicalPath", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/FileProviders/Embedded/src/EmbeddedResourceFileInfo.cs#L63C36-L63C40" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo.Name", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/FileProviders/Embedded/src/EmbeddedResourceFileInfo.cs#L68C26-L68C30" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo.LastModified", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/FileProviders/Embedded/src/EmbeddedResourceFileInfo.cs#L73C42-L73C46" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo.IsDirectory", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/FileProviders/Embedded/src/EmbeddedResourceFileInfo.cs#L78C32-L78C37" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/FileProviders/Embedded/src/EmbeddedResourceFileInfo.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.FileProviders.Physical.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.FileProviders.Physical.json deleted file mode 100644 index 2cfc3233b57..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.FileProviders.Physical.json +++ /dev/null @@ -1,274 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.FileProviders.Physical", - "GUID": "D49C7817CB814E52978BC5D71F8DB318FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L45C15-L47C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.#ctor(System.String,Microsoft.Extensions.FileProviders.Physical.ExclusionFilters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L34C9-L71C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L203C13-L205C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L213C13-L221C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.GetFileInfo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L265C13-L291C51" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.GetDirectoryContents(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L307C17-L336C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.Watch(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L354C13-L362C62" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.PhysicalFileProvider.UsePollingFileWatcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L91C17-L99C56" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.PhysicalFileProvider.UseActivePolling", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L130C17-L135C48" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.PhysicalFileProvider.Root", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L226C30-L226C34" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.PhysicalFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs#L28C15-L29C12" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents.#ctor(System.String,Microsoft.Extensions.FileProviders.Physical.ExclusionFilters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs#L36C9-L42C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs#L50C13-L51C45" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs#L56C13-L57C45" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs#L45C31-L45C59" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters.Sensitive", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters.DotPrefixed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters.Hidden", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters.System", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.#ctor(System.IO.DirectoryInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L20C9-L23C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.CreateReadStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L56C13-L56C72" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L26C31-L26C43" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L31C31-L31C33" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.PhysicalPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L34C39-L34C53" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L37C31-L37C41" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.LastModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L42C47-L42C69" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.IsDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L47C36-L47C40" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.#ctor(System.IO.FileInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L20C9-L23C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.CreateReadStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L50C13-L57C72" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L26C31-L26C43" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L29C31-L29C43" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.PhysicalPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L32C39-L32C53" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L35C31-L35C41" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.LastModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L38C47-L38C69" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.IsDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L43C36-L43C41" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.#ctor(System.String,System.IO.FileSystemWatcher,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs#L61C15-L63C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.#ctor(System.String,System.IO.FileSystemWatcher,System.Boolean,Microsoft.Extensions.FileProviders.Physical.ExclusionFilters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs#L33C9-L112C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.CreateFileChangeToken(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs#L136C13-L152C32" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs#L253C13-L255C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs#L263C13-L272C10" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken.#ctor(System.IO.FileInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L40C9-L44C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken.Microsoft#Extensions#FileProviders#IPollingChangeToken#get_CancellationTokenSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L79C81-L79C104" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken.RegisterChangeCallback(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L123C13-L128C74" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken.ActiveChangeCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L64C45-L64C49" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken.Microsoft#Extensions#FileProviders#IPollingChangeToken#CancellationTokenSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L79C81-L79C104" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L92C17-L111C36" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L42C15-L47C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken.Microsoft#Extensions#FileProviders#IPollingChangeToken#get_CancellationTokenSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L82C81-L82C104" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken.GetLastWriteUtc(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L148C13-L149C123" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken.Microsoft#Extensions#Primitives#IChangeToken#RegisterChangeCallback(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L190C13-L195C74" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken.ActiveChangeCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L64C45-L64C49" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken.Microsoft#Extensions#FileProviders#IPollingChangeToken#CancellationTokenSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L82C81-L82C104" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L91C17-L104C33" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.FileSystemGlobbing.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.FileSystemGlobbing.json deleted file mode 100644 index 9ce011e6e69..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.FileSystemGlobbing.json +++ /dev/null @@ -1,782 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.FileSystemGlobbing", - "GUID": "7BC1C2B530704195BBBC96494B4E6253FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L40C13-L44C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch.Equals(Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L53C13-L54C88" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L63C13-L63C59" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L70C13-L70C70" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L22C30-L22C34" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch.Stem", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L31C31-L31C35" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo.#ctor(System.String,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L27C15-L29C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo.EnumerateFileSystemInfos", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo.GetDirectory(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L123C13-L130C74" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo.GetFile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L141C13-L151C10" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo.FullName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L63C43-L63C47" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L66C39-L66C43" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo.ParentDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L70C13-L70C86" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Matcher.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs#L108C15-L110C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Matcher.#ctor(System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs#L99C9-L120C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Matcher.AddInclude(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs#L136C13-L137C25" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Matcher.AddExclude(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs#L154C13-L155C25" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Matcher.Execute(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs#L165C13-L168C38" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Matcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions.AddExcludePatterns(Microsoft.Extensions.FileSystemGlobbing.Matcher,System.Collections.Generic.IEnumerable{System.String}[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L21C51-L28C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions.AddIncludePatterns(Microsoft.Extensions.FileSystemGlobbing.Matcher,System.Collections.Generic.IEnumerable{System.String}[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L37C51-L44C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions.GetResultsInFullPath(Microsoft.Extensions.FileSystemGlobbing.Matcher,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L16707566C0-L57C27" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions.Match(Microsoft.Extensions.FileSystemGlobbing.Matcher,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L68C13-L68C95" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions.Match(Microsoft.Extensions.FileSystemGlobbing.Matcher,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L80C13-L80C71" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions.Match(Microsoft.Extensions.FileSystemGlobbing.Matcher,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L91C13-L91C75" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions.Match(Microsoft.Extensions.FileSystemGlobbing.Matcher,System.String,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L103C13-L105C79" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/PatternMatchingResult.cs#L20C15-L23C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/PatternMatchingResult.cs#L30C9-L36C10" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult.Files", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/PatternMatchingResult.cs#L41C54-L41C58" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult.HasMatches", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/PatternMatchingResult.cs#L46C34-L46C38" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/PatternMatchingResult.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.ILinearPattern.Segments", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/ILinearPattern.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.ILinearPattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/ILinearPattern.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment.Match(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPathSegment.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment.CanProduceStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPathSegment.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPathSegment.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern.CreatePatternContextForInclude", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPattern.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern.CreatePatternContextForExclude", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPattern.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPattern.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext.Declare(System.Action{Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext.PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext.PopDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern.Segments", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IRaggedPattern.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern.StartsWith", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IRaggedPattern.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern.Contains", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IRaggedPattern.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern.EndsWith", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IRaggedPattern.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IRaggedPattern.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.MatcherContext.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern},System.Collections.Generic.IEnumerable{Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern},Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/MatcherContext.cs#L25C9-L46C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.MatcherContext.Execute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/MatcherContext.cs#L50C13-L54C72" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.MatcherContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/MatcherContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult.Success(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternTestResult.cs#L25C13-L25C74" - }, - { - "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult.Failed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternTestResult.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult.IsSuccessful", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternTestResult.cs#L14C36-L14C40" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult.Stem", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternTestResult.cs#L15C31-L15C35" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternTestResult.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns.PatternBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/Patterns/PatternBuilder.cs#L16C9-L19C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns.PatternBuilder.#ctor(System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/Patterns/PatternBuilder.cs#L21C9-L24C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns.PatternBuilder.Build(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/Patterns/PatternBuilder.cs#L30C13-L202C134" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns.PatternBuilder.ComparisonType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/Patterns/PatternBuilder.cs#L26C50-L26C54" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns.PatternBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/Patterns/PatternBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.Declare(System.Action{Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs#L15C75-L15C76" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.PopDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs#L25C13-L26C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.PushDataFrame(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs#L30C13-L32C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.IsStackEmpty", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs#L36C13-L36C38" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs#L12C9-L12C46" - }, - { - "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.Frame", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.#ctor(Microsoft.Extensions.FileSystemGlobbing.Internal.ILinearPattern)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L13C9-L18C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L22C13-L32C45" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L38C13-L65C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.IsLastSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L83C13-L83C69" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.TestMatchingSegment(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L88C13-L93C70" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.CalculateStem(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L98C13-L98C77" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.Pattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L79C44-L79C48" - }, - { - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.FrameData", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude.#ctor(Microsoft.Extensions.FileSystemGlobbing.Internal.ILinearPattern)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearExclude.cs#L12C15-L14C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearExclude.cs#L18C13-L28C75" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearExclude.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude.#ctor(Microsoft.Extensions.FileSystemGlobbing.Internal.ILinearPattern)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearInclude.cs#L12C15-L14C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude.Declare(System.Action{Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearInclude.cs#L18C13-L32C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearInclude.cs#L36C13-L46C76" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearInclude.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.#ctor(Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L12C9-L17C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L21C13-L30C45" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L36C13-L102C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.PopDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L106C13-L111C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.IsStartingGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L138C13-L138C50" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.IsEndingGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L143C13-L143C70" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.TestMatchingSegment(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L148C13-L152C72" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.TestMatchingGroup(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileSystemInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L157C13-L174C25" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.CalculateStem(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L179C13-L179C77" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.Pattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L134C44-L134C48" - }, - { - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude.#ctor(Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedExclude.cs#L12C15-L14C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedExclude.cs#L18C13-L42C26" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedExclude.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude.#ctor(Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedInclude.cs#L13C15-L15C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude.Declare(System.Action{Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedInclude.cs#L19C13-L37C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedInclude.cs#L41C13-L57C25" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedInclude.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.CurrentPathSegment.Match(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/CurrentPathSegment.cs#L12C44-L12C49" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.CurrentPathSegment.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/CurrentPathSegment.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.CurrentPathSegment.CanProduceStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/CurrentPathSegment.cs#L10C39-L10C44" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.CurrentPathSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/CurrentPathSegment.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment.#ctor(System.String,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L16C9-L22C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment.Match(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L28C13-L28C65" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L33C13-L35C68" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L40C13-L40C97" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment.CanProduceStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L14C39-L14C44" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L24C31-L24C35" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.ParentPathSegment.Match(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/ParentPathSegment.cs#L16C13-L16C82" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.ParentPathSegment.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/ParentPathSegment.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.ParentPathSegment.CanProduceStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/ParentPathSegment.cs#L12C39-L12C44" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.ParentPathSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/ParentPathSegment.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.RecursiveWildcardSegment.Match(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/RecursiveWildcardSegment.cs#L12C44-L12C49" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.RecursiveWildcardSegment.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/RecursiveWildcardSegment.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.RecursiveWildcardSegment.CanProduceStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/RecursiveWildcardSegment.cs#L10C39-L10C43" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.RecursiveWildcardSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/RecursiveWildcardSegment.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.#ctor(System.String,System.Collections.Generic.List{System.String},System.String,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L18C9-L32C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.Match(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L44C13-L79C25" - }, - { - "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.MatchAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.CanProduceStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L34C44-L34C56" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.BeginsWith", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L36C36-L36C40" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.Contains", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L38C40-L38C44" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.EndsWith", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L40C34-L40C38" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase.EnumerateFileSystemInfos", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoBase.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase.GetDirectory(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoBase.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase.GetFile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoBase.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoBase.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper.#ctor(System.IO.DirectoryInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L24C15-L25C12" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper.EnumerateFileSystemInfos", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper.GetDirectory(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L72C13-L96C119" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper.GetFile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L103C16-L103C94" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L106C40-L106C82" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper.FullName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L114C44-L114C67" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper.ParentDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L123C16-L123C64" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoBase.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoWrapper.#ctor(System.IO.FileInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoWrapper.cs#L20C9-L25C10" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoWrapper.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoWrapper.cs#L33C40-L33C54" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoWrapper.FullName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoWrapper.cs#L41C44-L41C62" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoWrapper.ParentDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoWrapper.cs#L50C16-L50C62" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoWrapper", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoWrapper.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileSystemInfoBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileSystemInfoBase.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileSystemInfoBase.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileSystemInfoBase.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileSystemInfoBase.FullName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileSystemInfoBase.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileSystemInfoBase.ParentDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileSystemInfoBase.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileSystemInfoBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileSystemInfoBase.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.FrameData.IsNotApplicable", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.FrameData.SegmentIndex", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.FrameData.InStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.FrameData.StemItems", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L74C47-L74C80" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.FrameData.Stem", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L76C36-L76C92" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.FrameData", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.IsNotApplicable", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.SegmentGroupIndex", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.SegmentGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.BacktrackAvailable", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.SegmentIndex", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.InStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.StemItems", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L129C47-L129C80" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.Stem", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L131C36-L131C92" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Hosting.Abstractions.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Hosting.Abstractions.json deleted file mode 100644 index 1697d8de3c4..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Hosting.Abstractions.json +++ /dev/null @@ -1,404 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Hosting.Abstractions", - "GUID": "8F33C4E81D834870AF8656094177DEB7FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionHostedServiceExtensions.AddHostedService``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/ServiceCollectionHostedServiceExtensions.cs#L22C13-L24C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionHostedServiceExtensions.AddHostedService``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/ServiceCollectionHostedServiceExtensions.cs#L37C13-L39C29" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceCollectionHostedServiceExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/ServiceCollectionHostedServiceExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.BackgroundService.ExecuteAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.BackgroundService.StartAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs#L42C13-L54C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.BackgroundService.StopAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.BackgroundService.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs#L84C13-L85C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.BackgroundService.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.BackgroundService.ExecuteTask", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs#L24C45-L24C57" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.BackgroundService", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Hosting.EnvironmentName.Development", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/EnvironmentName.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Hosting.EnvironmentName.Staging", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/EnvironmentName.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Hosting.EnvironmentName.Production", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/EnvironmentName.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.EnvironmentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/EnvironmentName.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Hosting.Environments.Development", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/Environments.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Hosting.Environments.Staging", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/Environments.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Hosting.Environments.Production", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/Environments.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.Environments", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/Environments.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostAbortedException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostAbortedException.cs#L20C41-L20C81" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostAbortedException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostAbortedException.cs#L34C56-L34C73" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostAbortedException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostAbortedException.cs#L52C83-L52C116" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.HostAbortedException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostAbortedException.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilderContext.#ctor(System.Collections.Generic.IDictionary{System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostBuilderContext.cs#L15C9-L20C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostBuilderContext.HostingEnvironment", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostBuilderContext.cs#L25C54-L25C58" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostBuilderContext.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostBuilderContext.cs#L30C47-L30C51" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostBuilderContext.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostBuilderContext.cs#L35C57-L35C61" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.HostBuilderContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostBuilderContext.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Hosting.HostDefaults.ApplicationKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostDefaults.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Hosting.HostDefaults.EnvironmentKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostDefaults.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Hosting.HostDefaults.ContentRootKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostDefaults.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.HostDefaults", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostDefaults.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostEnvironmentEnvExtensions.IsDevelopment(Microsoft.Extensions.Hosting.IHostEnvironment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostEnvironmentEnvExtensions.cs#L20C13-L22C76" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostEnvironmentEnvExtensions.IsStaging(Microsoft.Extensions.Hosting.IHostEnvironment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostEnvironmentEnvExtensions.cs#L32C13-L34C72" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostEnvironmentEnvExtensions.IsProduction(Microsoft.Extensions.Hosting.IHostEnvironment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostEnvironmentEnvExtensions.cs#L44C13-L46C75" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostEnvironmentEnvExtensions.IsEnvironment(Microsoft.Extensions.Hosting.IHostEnvironment,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostEnvironmentEnvExtensions.cs#L59C13-L64C53" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.HostEnvironmentEnvExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostEnvironmentEnvExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostBuilderExtensions.Start(Microsoft.Extensions.Hosting.IHostBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostBuilderExtensions.cs#L18C13-L18C70" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostBuilderExtensions.StartAsync(Microsoft.Extensions.Hosting.IHostBuilder,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostBuilderExtensions.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.HostingAbstractionsHostBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Start(Microsoft.Extensions.Hosting.IHost)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs#L19C13-L20C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.StopAsync(Microsoft.Extensions.Hosting.IHost,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.WaitForShutdown(Microsoft.Extensions.Hosting.IHost)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs#L41C13-L42C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(Microsoft.Extensions.Hosting.IHost)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs#L50C13-L51C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(Microsoft.Extensions.Hosting.IHost,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.WaitForShutdownAsync(Microsoft.Extensions.Hosting.IHost,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingEnvironmentExtensions.IsDevelopment(Microsoft.Extensions.Hosting.IHostingEnvironment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingEnvironmentExtensions.cs#L21C13-L23C82" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingEnvironmentExtensions.IsStaging(Microsoft.Extensions.Hosting.IHostingEnvironment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingEnvironmentExtensions.cs#L33C13-L35C78" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingEnvironmentExtensions.IsProduction(Microsoft.Extensions.Hosting.IHostingEnvironment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingEnvironmentExtensions.cs#L45C13-L47C81" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingEnvironmentExtensions.IsEnvironment(Microsoft.Extensions.Hosting.IHostingEnvironment,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingEnvironmentExtensions.cs#L60C13-L65C53" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.HostingEnvironmentExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingEnvironmentExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.IApplicationLifetime.StopApplication", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IApplicationLifetime.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IApplicationLifetime.ApplicationStarted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IApplicationLifetime.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IApplicationLifetime.ApplicationStopping", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IApplicationLifetime.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IApplicationLifetime.ApplicationStopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IApplicationLifetime.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.IApplicationLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IApplicationLifetime.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHost.StartAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHost.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHost.StopAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHost.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHost.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHost.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.IHost", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHost.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostApplicationLifetime.StopApplication", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationLifetime.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationLifetime.ApplicationStarted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationLifetime.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationLifetime.ApplicationStopping", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationLifetime.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationLifetime.ApplicationStopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationLifetime.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.IHostApplicationLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationLifetime.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostBuilder.ConfigureHostConfiguration(System.Action{Microsoft.Extensions.Configuration.IConfigurationBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostBuilder.ConfigureAppConfiguration(System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.Configuration.IConfigurationBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostBuilder.ConfigureServices(System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.DependencyInjection.IServiceCollection})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostBuilder.UseServiceProviderFactory``1(Microsoft.Extensions.DependencyInjection.IServiceProviderFactory{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostBuilder.UseServiceProviderFactory``1(System.Func{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.DependencyInjection.IServiceProviderFactory{``0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostBuilder.ConfigureContainer``1(System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostBuilder.Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostBuilder.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.IHostBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostedService.StartAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedService.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostedService.StopAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedService.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.IHostedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedService.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostEnvironment.EnvironmentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostEnvironment.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostEnvironment.ApplicationName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostEnvironment.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostEnvironment.ContentRootPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostEnvironment.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostEnvironment.ContentRootFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostEnvironment.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.IHostEnvironment", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostEnvironment.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostingEnvironment.EnvironmentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostingEnvironment.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostingEnvironment.ApplicationName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostingEnvironment.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostingEnvironment.ContentRootPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostingEnvironment.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostingEnvironment.ContentRootFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostingEnvironment.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.IHostingEnvironment", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostingEnvironment.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostLifetime.WaitForStartAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostLifetime.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostLifetime.StopAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostLifetime.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.IHostLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostLifetime.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Hosting.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Hosting.json deleted file mode 100644 index a5d404260cc..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Hosting.json +++ /dev/null @@ -1,362 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Hosting", - "GUID": "A5191C680E4448938D55D723B1B64E13FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsBuilderExtensions.ValidateOnStart``1(Microsoft.Extensions.Options.OptionsBuilder{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/OptionsBuilderExtensions.cs#L16707566C0-L37C35" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.OptionsBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/OptionsBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Hosting.BackgroundServiceExceptionBehavior.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/BackgroundServiceExceptionBehavior.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Hosting.BackgroundServiceExceptionBehavior.StopHost", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/BackgroundServiceExceptionBehavior.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Hosting.BackgroundServiceExceptionBehavior.Ignore", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/BackgroundServiceExceptionBehavior.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.BackgroundServiceExceptionBehavior", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/BackgroundServiceExceptionBehavior.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.ConsoleLifetimeOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/ConsoleLifetimeOptions.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.ConsoleLifetimeOptions.SuppressStatusMessages", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/ConsoleLifetimeOptions.cs#L12C46-L12C50" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.ConsoleLifetimeOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/ConsoleLifetimeOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.Host.CreateDefaultBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L36C13-L36C45" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Host.CreateDefaultBuilder(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L60C13-L61C52" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Host.CreateApplicationBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L82C76-L82C104" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Host.CreateApplicationBuilder(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L103C90-L103C122" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.Host", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostApplicationBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L51C15-L53C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostApplicationBuilder.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L75C15-L77C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostApplicationBuilder.#ctor(Microsoft.Extensions.Hosting.HostApplicationBuilderSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L23C9-L154C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostApplicationBuilder.ConfigureContainer``1(Microsoft.Extensions.DependencyInjection.IServiceProviderFactory{``0},System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L16707566C0-L208C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostApplicationBuilder.Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L216C13-L231C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilder.Environment", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L159C47-L159C51" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilder.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L164C53-L164C57" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilder.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L169C47-L169C65" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilder.Logging", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L174C42-L174C46" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.HostApplicationBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L18C9-L20C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings.DisableDefaults", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L37C39-L37C43" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings.Args", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L42C33-L42C37" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L49C54-L49C58" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings.EnvironmentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L54C42-L54C46" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings.ApplicationName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L59C42-L59C46" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings.ContentRootPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L64C42-L64C46" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L28C9-L45C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.ConfigureHostConfiguration(System.Action{Microsoft.Extensions.Configuration.IConfigurationBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L61C13-L64C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.ConfigureAppConfiguration(System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.Configuration.IConfigurationBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L77C13-L80C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.ConfigureServices(System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.DependencyInjection.IServiceCollection})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L91C13-L94C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.UseServiceProviderFactory``1(Microsoft.Extensions.DependencyInjection.IServiceProviderFactory{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L105C13-L108C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.UseServiceProviderFactory``1(System.Func{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.DependencyInjection.IServiceProviderFactory{``0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L119C13-L122C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.ConfigureContainer``1(System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L135C13-L138C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L148C13-L165C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostBuilder.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L50C57-L50C61" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.HostBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.UseEnvironment(Microsoft.Extensions.Hosting.IHostBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L40C16" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.UseContentRoot(Microsoft.Extensions.Hosting.IHostBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L60C16" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.UseDefaultServiceProvider(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.DependencyInjection.ServiceProviderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L71C95" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.UseDefaultServiceProvider(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.DependencyInjection.ServiceProviderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L87C16" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureLogging(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.Logging.ILoggingBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L98C145" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureLogging(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Logging.ILoggingBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L109C136" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureHostOptions(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.Hosting.HostOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L121C124" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureHostOptions(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.HostOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L132C104" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureAppConfiguration(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Configuration.IConfigurationBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L146C108" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureServices(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.DependencyInjection.IServiceCollection})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L157C106" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureContainer``1(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L170C120" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureDefaults(Microsoft.Extensions.Hosting.IHostBuilder,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L198C146" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.UseConsoleLifetime(Microsoft.Extensions.Hosting.IHostBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L322C13-L322C123" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.UseConsoleLifetime(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.ConsoleLifetimeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L342C16" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.RunConsoleAsync(Microsoft.Extensions.Hosting.IHostBuilder,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L357C13-L357C89" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.RunConsoleAsync(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.ConsoleLifetimeOptions},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L373C13-L373C105" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L18C57-L18C81" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostOptions.ShutdownTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L18C43-L18C47" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostOptions.BackgroundServiceExceptionBehavior", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L27C88-L27C92" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.HostOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.#ctor(Microsoft.Extensions.Logging.ILogger{Microsoft.Extensions.Hosting.Internal.ApplicationLifetime})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L17C9-L25C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.StopApplication", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L54C13-L67C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.NotifyStarted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L76C17-L84C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.NotifyStopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L93C17-L101C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.ApplicationStarted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L31C56-L31C76" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.ApplicationStopping", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L37C57-L37C78" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.ApplicationStopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L44C56-L44C76" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Hosting.ConsoleLifetimeOptions},Microsoft.Extensions.Hosting.IHostEnvironment,Microsoft.Extensions.Hosting.IHostApplicationLifetime,Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Hosting.HostOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs#L27C15-L27C107" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Hosting.ConsoleLifetimeOptions},Microsoft.Extensions.Hosting.IHostEnvironment,Microsoft.Extensions.Hosting.IHostApplicationLifetime,Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Hosting.HostOptions},Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs#L29C9-L41C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.WaitForStartAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs#L55C13-L72C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.StopAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs#L92C13-L92C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs#L97C13-L101C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.Internal.ConsoleLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.Internal.HostingEnvironment.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs#L16C55-L20C67" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.Internal.HostingEnvironment.EnvironmentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs#L16C41-L16C45" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.Internal.HostingEnvironment.ApplicationName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs#L18C41-L18C45" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.Internal.HostingEnvironment.ContentRootPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs#L20C41-L20C45" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.Internal.HostingEnvironment.ContentRootFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs#L22C56-L22C60" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.Internal.HostingEnvironment", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Http.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Http.json deleted file mode 100644 index ca3dd1a0e1b..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Http.json +++ /dev/null @@ -1,336 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Http", - "GUID": "B684FDD2CB574096A648F191D5A3CC9AFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Net.Http.HttpClientFactoryExtensions.CreateClient(System.Net.Http.IHttpClientFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryExtensions.cs#L20C13-L22C62" - } - ], - "DocsId": "T:System.Net.Http.HttpClientFactoryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.Http.HttpMessageHandlerFactoryExtensions.CreateHandler(System.Net.Http.IHttpMessageHandlerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerFactoryExtensions.cs#L20C13-L22C63" - } - ], - "DocsId": "T:System.Net.Http.HttpMessageHandlerFactoryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerFactoryExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.Http.IHttpClientFactory.CreateClient(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/IHttpClientFactory.cs" - } - ], - "DocsId": "T:System.Net.Http.IHttpClientFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/IHttpClientFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.Http.IHttpMessageHandlerFactory.CreateHandler(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/IHttpMessageHandlerFactory.cs" - } - ], - "DocsId": "T:System.Net.Http.IHttpMessageHandlerFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/IHttpMessageHandlerFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.ConfigureHttpClient(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Action{System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L16707566C0-L34C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.ConfigureHttpClient(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Action{System.IServiceProvider,System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L16707566C0-L60C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddHttpMessageHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.Net.Http.DelegatingHandler})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L16707566C0-L83C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddHttpMessageHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.IServiceProvider,System.Net.Http.DelegatingHandler})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L16707566C0-L111C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddHttpMessageHandler``1(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L131C13-L138C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.ConfigurePrimaryHttpMessageHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.Net.Http.HttpMessageHandler})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L16707566C0-L162C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.ConfigurePrimaryHttpMessageHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.IServiceProvider,System.Net.Http.HttpMessageHandler})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L16707566C0-L192C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.ConfigurePrimaryHttpMessageHandler``1(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L213C13-L220C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.ConfigureHttpMessageHandlerBuilder(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Action{Microsoft.Extensions.Http.HttpMessageHandlerBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L16707566C0-L237C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddTypedClient``1(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L269C13-L271C84" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddTypedClient``2(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L332C13-L334C101" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddTypedClient``1(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.Net.Http.HttpClient,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L384C13-L387C93" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddTypedClient``1(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.Net.Http.HttpClient,System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L430C13-L433C93" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.RedactLoggedHeaders(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.String,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L16707566C0-L473C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.RedactLoggedHeaders(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L16707566C0-L494C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.SetHandlerLifetime(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L16707566C0-L531C28" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L25C13-L59C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L80C13-L85C65" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L107C13-L115C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{System.IServiceProvider,System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L137C13-L145C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L174C13-L181C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L215C13-L222C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L254C13-L261C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L298C13-L305C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L335C13-L344C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{System.IServiceProvider,System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L374C13-L383C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L418C13-L427C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{System.IServiceProvider,System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L462C13-L471C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L504C13-L513C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{System.IServiceProvider,System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L546C13-L555C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L593C13-L602C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{System.IServiceProvider,System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L640C13-L649C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.Net.Http.HttpClient,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L681C13-L685C85" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Func{System.Net.Http.HttpClient,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L720C13-L728C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.Net.Http.HttpClient,System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L760C13-L764C85" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Func{System.Net.Http.HttpClient,System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L797C13-L805C28" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.IHttpClientBuilder.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/IHttpClientBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.IHttpClientBuilder.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/IHttpClientBuilder.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.IHttpClientBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/IHttpClientBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.HttpClientFactoryOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L22C9-L75C92" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.HttpClientFactoryOptions.HttpMessageHandlerBuilderActions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L27C92-L27C96" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.HttpClientFactoryOptions.HttpClientActions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L32C62-L32C66" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.HttpClientFactoryOptions.HandlerLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L60C20-L60C36" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.HttpClientFactoryOptions.ShouldRedactHeaderValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L75C61-L75C65" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.HttpClientFactoryOptions.SuppressHandlerScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L102C44-L102C48" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.HttpClientFactoryOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.HttpMessageHandlerBuilder.Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.HttpMessageHandlerBuilder.CreateHandlerPipeline(System.Net.Http.HttpMessageHandler,System.Collections.Generic.IEnumerable{System.Net.Http.DelegatingHandler})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs#L83C13-L118C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.HttpMessageHandlerBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.HttpMessageHandlerBuilder.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.HttpMessageHandlerBuilder.PrimaryHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.HttpMessageHandlerBuilder.AdditionalHandlers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.HttpMessageHandlerBuilder.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs#L55C52-L55C56" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.HttpMessageHandlerBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.IHttpMessageHandlerBuilderFilter.Configure(System.Action{Microsoft.Extensions.Http.HttpMessageHandlerBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/IHttpMessageHandlerBuilderFilter.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.IHttpMessageHandlerBuilderFilter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/IHttpMessageHandlerBuilderFilter.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.ITypedHttpClientFactory`1.CreateClient(System.Net.Http.HttpClient)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/ITypedHttpClientFactory.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.ITypedHttpClientFactory`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/ITypedHttpClientFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.#ctor(Microsoft.Extensions.Logging.ILogger)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingHttpMessageHandler.cs#L28C9-L33C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.#ctor(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Http.HttpClientFactoryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingHttpMessageHandler.cs#L41C9-L48C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.SendAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingHttpMessageHandler.cs#L54C13-L55C53" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingHttpMessageHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.#ctor(Microsoft.Extensions.Logging.ILogger)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingScopeHttpMessageHandler.cs#L28C9-L33C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.#ctor(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Http.HttpClientFactoryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingScopeHttpMessageHandler.cs#L41C9-L48C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.SendAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingScopeHttpMessageHandler.cs#L54C13-L55C53" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingScopeHttpMessageHandler.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Localization.Abstractions.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Localization.Abstractions.json deleted file mode 100644 index bda7df1c977..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Localization.Abstractions.json +++ /dev/null @@ -1,125 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Localization.Abstractions", - "GUID": "0DB78AD423C54F02961D9C5010B3C679FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Localization.IStringLocalizer.GetAllStrings(System.Boolean)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Abstractions/src/IStringLocalizer.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.IStringLocalizer.Item(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Abstractions/src/IStringLocalizer.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.IStringLocalizer.Item(System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Abstractions/src/IStringLocalizer.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Localization.IStringLocalizer", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Abstractions/src/IStringLocalizer.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Localization.IStringLocalizerFactory.Create(System.Type)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Abstractions/src/IStringLocalizerFactory.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.IStringLocalizerFactory.Create(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Abstractions/src/IStringLocalizerFactory.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Localization.IStringLocalizerFactory", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Abstractions/src/IStringLocalizerFactory.cs" - }, - { - "Members": [], - "DocsId": "T:Microsoft.Extensions.Localization.IStringLocalizer`1", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Abstractions/src/IStringLocalizerOfT.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Localization.LocalizedString.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Abstractions/src/LocalizedString.cs#L20C11-L22C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.LocalizedString.#ctor(System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Abstractions/src/LocalizedString.cs#L31C11-L33C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.LocalizedString.#ctor(System.String,System.String,System.Boolean,System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Abstractions/src/LocalizedString.cs#L42C5-L58C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.LocalizedString.op_Implicit(Microsoft.Extensions.Localization.LocalizedString)~System.String", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Abstractions/src/LocalizedString.cs#L67C9-L67C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.LocalizedString.ToString", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Abstractions/src/LocalizedString.cs#L94C42-L94C47" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.LocalizedString.Name", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Abstractions/src/LocalizedString.cs#L73C26-L73C30" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.LocalizedString.Value", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Abstractions/src/LocalizedString.cs#L78C27-L78C31" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.LocalizedString.ResourceNotFound", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Abstractions/src/LocalizedString.cs#L83C36-L83C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.LocalizedString.SearchedLocation", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Abstractions/src/LocalizedString.cs#L88C39-L88C43" - } - ], - "DocsId": "T:Microsoft.Extensions.Localization.LocalizedString", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Abstractions/src/LocalizedString.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Localization.StringLocalizerExtensions.GetString(Microsoft.Extensions.Localization.IStringLocalizer,System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Abstractions/src/StringLocalizerExtensions.cs#L24C9-L34C38" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.StringLocalizerExtensions.GetString(Microsoft.Extensions.Localization.IStringLocalizer,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Abstractions/src/StringLocalizerExtensions.cs#L49C9-L59C49" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.StringLocalizerExtensions.GetAllStrings(Microsoft.Extensions.Localization.IStringLocalizer)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Abstractions/src/StringLocalizerExtensions.cs#L69C9-L74C75" - } - ], - "DocsId": "T:Microsoft.Extensions.Localization.StringLocalizerExtensions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Abstractions/src/StringLocalizerExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Localization.StringLocalizer`1.#ctor(Microsoft.Extensions.Localization.IStringLocalizerFactory)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Abstractions/src/StringLocalizerOfT.cs#L21C5-L29C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.StringLocalizer`1.GetAllStrings(System.Boolean)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Abstractions/src/StringLocalizerOfT.cs#L61C9-L61C56" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.StringLocalizer`1.Item(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Abstractions/src/StringLocalizerOfT.cs#L36C13-L41C37" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.StringLocalizer`1.Item(System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Abstractions/src/StringLocalizerOfT.cs#L50C13-L55C48" - } - ], - "DocsId": "T:Microsoft.Extensions.Localization.StringLocalizer`1", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Abstractions/src/StringLocalizerOfT.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Localization.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Localization.json deleted file mode 100644 index 54213b67418..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Localization.json +++ /dev/null @@ -1,162 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Localization", - "GUID": "570FE4BF736941AEA386F61DC2278DC0FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.LocalizationServiceCollectionExtensions.AddLocalization(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Localization/src/LocalizationServiceCollectionExtensions.cs#L22C9-L31C25" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.LocalizationServiceCollectionExtensions.AddLocalization(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Localization.LocalizationOptions})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Localization/src/LocalizationServiceCollectionExtensions.cs#L46C9-L58C25" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.LocalizationServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Localization/src/LocalizationServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Localization.IResourceNamesCache.GetOrAdd(System.String,System.Func{System.String,System.Collections.Generic.IList{System.String}})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Localization/src/IResourceNamesCache.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Localization.IResourceNamesCache", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Localization/src/IResourceNamesCache.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Localization.LocalizationOptions.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Localization/src/LocalizationOptions.cs#L20C49-L15C8" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.LocalizationOptions.ResourcesPath", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Localization/src/LocalizationOptions.cs#L20C35-L20C39" - } - ], - "DocsId": "T:Microsoft.Extensions.Localization.LocalizationOptions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Localization/src/LocalizationOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceLocationAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Localization/src/ResourceLocationAttribute.cs#L18C5-L26C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.ResourceLocationAttribute.ResourceLocation", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Localization/src/ResourceLocationAttribute.cs#L31C38-L31C42" - } - ], - "DocsId": "T:Microsoft.Extensions.Localization.ResourceLocationAttribute", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Localization/src/ResourceLocationAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizer.#ctor(System.Resources.ResourceManager,System.Reflection.Assembly,System.String,Microsoft.Extensions.Localization.IResourceNamesCache,Microsoft.Extensions.Logging.ILogger)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Localization/src/ResourceManagerStringLocalizer.cs#L43C11-L50C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizer.GetAllStrings(System.Boolean)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Localization/src/ResourceManagerStringLocalizer.cs#L151C9-L151C75" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizer.GetAllStrings(System.Boolean,System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Localization/src/ResourceManagerStringLocalizer.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizer.GetStringSafely(System.String,System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Localization/src/ResourceManagerStringLocalizer.cs#L186C9-L211C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.ResourceManagerStringLocalizer.Item(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Localization/src/ResourceManagerStringLocalizer.cs#L121C13-L128C131" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.ResourceManagerStringLocalizer.Item(System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Localization/src/ResourceManagerStringLocalizer.cs#L137C13-L145C124" - } - ], - "DocsId": "T:Microsoft.Extensions.Localization.ResourceManagerStringLocalizer", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Localization/src/ResourceManagerStringLocalizer.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizerFactory.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Localization.LocalizationOptions},Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Localization/src/ResourceManagerStringLocalizerFactory.cs#L24C5-L57C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizerFactory.GetResourcePrefix(System.Reflection.TypeInfo)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Localization/src/ResourceManagerStringLocalizerFactory.cs#L66C9-L71C117" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizerFactory.GetResourcePrefix(System.Reflection.TypeInfo,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Localization/src/ResourceManagerStringLocalizerFactory.cs#L87C9-L110C117" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizerFactory.GetResourcePrefix(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Localization/src/ResourceManagerStringLocalizerFactory.cs#L122C9-L140C33" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizerFactory.Create(System.Type)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Localization/src/ResourceManagerStringLocalizerFactory.cs#L151C9-L168C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizerFactory.Create(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Localization/src/ResourceManagerStringLocalizerFactory.cs#L16707566C0-L196C12" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizerFactory.CreateResourceManagerStringLocalizer(System.Reflection.Assembly,System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Localization/src/ResourceManagerStringLocalizerFactory.cs#L208C9-L213C76" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizerFactory.GetResourcePrefix(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Localization/src/ResourceManagerStringLocalizerFactory.cs#L226C9-L226C89" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizerFactory.GetResourceLocationAttribute(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Localization/src/ResourceManagerStringLocalizerFactory.cs#L235C9-L235C73" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizerFactory.GetRootNamespaceAttribute(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Localization/src/ResourceManagerStringLocalizerFactory.cs#L244C9-L244C70" - } - ], - "DocsId": "T:Microsoft.Extensions.Localization.ResourceManagerStringLocalizerFactory", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Localization/src/ResourceManagerStringLocalizerFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceNamesCache.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Localization/src/ResourceNamesCache.cs#L15C5-L22C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceNamesCache.GetOrAdd(System.String,System.Func{System.String,System.Collections.Generic.IList{System.String}})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Localization/src/ResourceNamesCache.cs#L27C9-L27C52" - } - ], - "DocsId": "T:Microsoft.Extensions.Localization.ResourceNamesCache", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Localization/src/ResourceNamesCache.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Localization.RootNamespaceAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Localization/src/RootNamespaceAttribute.cs#L19C5-L27C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.RootNamespaceAttribute.RootNamespace", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Localization/src/RootNamespaceAttribute.cs#L33C35-L33C39" - } - ], - "DocsId": "T:Microsoft.Extensions.Localization.RootNamespaceAttribute", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/Localization/Localization/src/RootNamespaceAttribute.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Logging.Abstractions.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Logging.Abstractions.json deleted file mode 100644 index 5e9716da2f4..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Logging.Abstractions.json +++ /dev/null @@ -1,601 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Logging.Abstractions", - "GUID": "4A3D418D78354235BC4D9D598A07B8BCFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.EventId.op_Implicit(System.Int32)~Microsoft.Extensions.Logging.EventId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L20C13-L20C35" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventId.op_Equality(Microsoft.Extensions.Logging.EventId,Microsoft.Extensions.Logging.EventId)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L31C13-L31C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventId.op_Inequality(Microsoft.Extensions.Logging.EventId,Microsoft.Extensions.Logging.EventId)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L42C13-L42C40" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventId.#ctor(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L52C13-L54C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventId.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L69C13-L69C42" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventId.Equals(Microsoft.Extensions.Logging.EventId)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L79C13-L79C35" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventId.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L85C13-L90C62" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventId.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L96C13-L96C23" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.EventId.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L59C25-L59C29" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.EventId.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L64C31-L64C35" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.EventId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.IExternalScopeProvider.ForEachScope``1(System.Action{System.Object,``0},``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/IExternalScopeProvider.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.IExternalScopeProvider.Push(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/IExternalScopeProvider.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.IExternalScopeProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/IExternalScopeProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.ILogger.Log``1(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,``0,System.Exception,System.Func{``0,System.Exception,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILogger.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ILogger.IsEnabled(Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILogger.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ILogger.BeginScope``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILogger.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.ILogger", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILogger.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.ILoggerFactory.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerFactory.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ILoggerFactory.AddProvider(Microsoft.Extensions.Logging.ILoggerProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerFactory.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.ILoggerFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.ILoggerProvider.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerProvider.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.ILoggerProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerProvider.cs" - }, - { - "Members": [], - "DocsId": "T:Microsoft.Extensions.Logging.ILogger`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerT.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.ISupportExternalScope.SetScopeProvider(Microsoft.Extensions.Logging.IExternalScopeProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ISupportExternalScope.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.ISupportExternalScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ISupportExternalScope.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LogDefineOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogDefineOptions.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LogDefineOptions.SkipEnabledCheck", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogDefineOptions.cs#L16C40-L16C44" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LogDefineOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogDefineOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogDebug(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L28C13-L29C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogDebug(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L41C13-L42C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogDebug(Microsoft.Extensions.Logging.ILogger,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L54C13-L55C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogDebug(Microsoft.Extensions.Logging.ILogger,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L66C13-L67C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogTrace(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L82C13-L83C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogTrace(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L95C13-L96C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogTrace(Microsoft.Extensions.Logging.ILogger,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L108C13-L109C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogTrace(Microsoft.Extensions.Logging.ILogger,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L120C13-L121C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogInformation(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L136C13-L137C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogInformation(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L149C13-L150C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogInformation(Microsoft.Extensions.Logging.ILogger,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L162C13-L163C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogInformation(Microsoft.Extensions.Logging.ILogger,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L174C13-L175C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogWarning(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L190C13-L191C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogWarning(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L203C13-L204C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogWarning(Microsoft.Extensions.Logging.ILogger,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L216C13-L217C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogWarning(Microsoft.Extensions.Logging.ILogger,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L228C13-L229C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogError(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L244C13-L245C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogError(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L257C13-L258C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogError(Microsoft.Extensions.Logging.ILogger,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L270C13-L271C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogError(Microsoft.Extensions.Logging.ILogger,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L282C13-L283C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogCritical(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L298C13-L299C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogCritical(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L311C13-L312C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogCritical(Microsoft.Extensions.Logging.ILogger,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L324C13-L325C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogCritical(Microsoft.Extensions.Logging.ILogger,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L336C13-L337C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.Log(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.LogLevel,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L348C13-L349C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.Log(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L361C13-L362C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.Log(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.LogLevel,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L374C13-L375C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.Log(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L388C13-L391C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.BeginScope(Microsoft.Extensions.Logging.ILogger,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L412C13-L414C83" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggerExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExternalScopeProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExternalScopeProvider.cs#L14C9-L20C12" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExternalScopeProvider.ForEachScope``1(System.Action{System.Object,``0},``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExternalScopeProvider.cs#L16707566C0-L35C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExternalScopeProvider.Push(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExternalScopeProvider.cs#L40C13-L44C29" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggerExternalScopeProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExternalScopeProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactoryExtensions.CreateLogger``1(Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerFactoryExtensions.cs#L22C13-L24C43" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactoryExtensions.CreateLogger(Microsoft.Extensions.Logging.ILoggerFactory,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerFactoryExtensions.cs#L34C13-L37C141" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggerFactoryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerFactoryExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.DefineScope(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L27C59" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.DefineScope``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L40C92" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.DefineScope``2(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L54C108" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.DefineScope``3(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L69C124" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.DefineScope``4(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L85C140" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.DefineScope``5(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L102C156" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.DefineScope``6(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L120C172" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L131C16-L131C70" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,Microsoft.Extensions.Logging.LogDefineOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L161C15" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``1(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L173C16-L173C74" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``1(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,Microsoft.Extensions.Logging.LogDefineOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L204C15" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``2(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L217C16-L217C78" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``2(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,Microsoft.Extensions.Logging.LogDefineOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L249C15" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``3(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L263C16-L263C82" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``3(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,Microsoft.Extensions.Logging.LogDefineOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L296C15" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``4(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L311C16-L311C86" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``4(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,Microsoft.Extensions.Logging.LogDefineOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L345C15" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``5(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L361C16-L361C90" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``5(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,Microsoft.Extensions.Logging.LogDefineOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L396C15" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``6(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L413C16-L413C94" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``6(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,Microsoft.Extensions.Logging.LogDefineOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L449C15" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggerMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessageAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L57C44-L38C44" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessageAttribute.#ctor(System.Int32,Microsoft.Extensions.Logging.LogLevel,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L57C44-L52C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerMessageAttribute.EventId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L57C30-L57C34" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerMessageAttribute.EventName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L65C36-L65C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerMessageAttribute.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L70C33-L70C37" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerMessageAttribute.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L75C33-L75C37" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerMessageAttribute.SkipEnabledCheck", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L80C40-L80C44" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggerMessageAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Logger`1.#ctor(Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerT.cs#L22C9-L27C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Logger`1.Microsoft#Extensions#Logging#ILogger#BeginScope``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerT.cs#L32C13-L32C46" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Logger`1.Microsoft#Extensions#Logging#ILogger#IsEnabled(Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerT.cs#L38C13-L38C48" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Logger`1.Microsoft#Extensions#Logging#ILogger#Log``1(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,``0,System.Exception,System.Func{``0,System.Exception,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerT.cs#L44C13-L45C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Logger`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerT.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.Trace", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.Debug", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.Information", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.Warning", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.Error", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.Critical", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LogLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.LogEntry`1.#ctor(Microsoft.Extensions.Logging.LogLevel,System.String,Microsoft.Extensions.Logging.EventId,`0,System.Exception,System.Func{`0,System.Exception,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L24C13-L30C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.LogEntry`1.LogLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L35C36-L35C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.LogEntry`1.Category", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L40C34-L40C38" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.LogEntry`1.EventId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L45C34-L45C38" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.LogEntry`1.State", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L50C31-L50C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.LogEntry`1.Exception", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L55C39-L55C43" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.LogEntry`1.Formatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L60C61-L60C65" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Abstractions.LogEntry`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLogger.BeginScope``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLogger.cs#L25C13-L25C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLogger.IsEnabled(Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLogger.cs#L31C13-L31C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLogger.Log``1(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,``0,System.Exception,System.Func{``0,System.Exception,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLogger.cs#L37C9-L37C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.NullLogger.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLogger.cs#L16C45-L16C49" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Abstractions.NullLogger", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLogger.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs#L15C9-L15C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs#L28C13-L28C40" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory.AddProvider(Microsoft.Extensions.Logging.ILoggerProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs#L37C9-L37C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs#L42C9-L42C10" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLoggerProvider.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerProvider.cs#L23C13-L23C40" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLoggerProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerProvider.cs#L29C9-L29C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.NullLoggerProvider.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerProvider.cs#L14C53-L14C57" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Abstractions.NullLoggerProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLogger`1.BeginScope``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs#L22C13-L22C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLogger`1.Log``1(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,``0,System.Exception,System.Func{``0,System.Exception,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs#L36C9-L36C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLogger`1.IsEnabled(Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs#L41C13-L41C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLogger`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.Abstractions.NullLogger`1.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Abstractions.NullLogger`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Logging.Configuration.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Logging.Configuration.json deleted file mode 100644 index 649f3228a01..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Logging.Configuration.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Logging.Configuration", - "GUID": "D7C1854D3B0941CA84AF1E3CF13B12F9FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggingBuilderExtensions.AddConfiguration(Microsoft.Extensions.Logging.ILoggingBuilder,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggingBuilderExtensions.cs#L24C13-L31C28" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggingBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggingBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfiguration`1.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Configuration/src/ILoggerProviderConfiguration.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfiguration`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Configuration/src/ILoggerProviderConfiguration.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfigurationFactory.GetConfiguration(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Configuration/src/ILoggerProviderConfigurationFactory.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfigurationFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Configuration/src/ILoggerProviderConfigurationFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Configuration.LoggerProviderOptions.RegisterProviderOptions``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggerProviderConfigurationExtensions.cs#L29C13-L31C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Configuration.LoggerProviderOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggerProviderConfigurationExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Configuration.LoggerProviderOptionsChangeTokenSource`2.#ctor(Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfiguration{`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggerProviderOptionsChangeTokenSource.cs#L11C120-L13C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Configuration.LoggerProviderOptionsChangeTokenSource`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggerProviderOptionsChangeTokenSource.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Configuration.LoggingBuilderConfigurationExtensions.AddConfiguration(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggingBuilderConfigurationExtensions.cs#L19C13-L21C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Configuration.LoggingBuilderConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggingBuilderConfigurationExtensions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Logging.Console.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Logging.Console.json deleted file mode 100644 index b8997c50067..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Logging.Console.json +++ /dev/null @@ -1,272 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Logging.Console", - "GUID": "FB85B7658ECF4D0D82B60F715A89041BFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L33C13-L42C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L52C13-L57C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddSimpleConsole(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L65C13-L65C71" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddSimpleConsole(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{Microsoft.Extensions.Logging.Console.SimpleConsoleFormatterOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L74C13-L74C124" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddJsonConsole(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L82C13-L82C69" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddJsonConsole(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{Microsoft.Extensions.Logging.Console.JsonConsoleFormatterOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L91C13-L91C120" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddSystemdConsole(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{Microsoft.Extensions.Logging.Console.ConsoleFormatterOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L101C13-L101C119" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddSystemdConsole(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L109C13-L109C72" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsoleFormatter``2(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L135C13-L141C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsoleFormatter``2(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L155C13-L159C28" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.ConsoleLoggerExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleFormatter.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatter.cs#L15C9-L20C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleFormatter.Write``1(Microsoft.Extensions.Logging.Abstractions.LogEntry{``0}@|System.Runtime.InteropServices.InAttribute,Microsoft.Extensions.Logging.IExternalScopeProvider,System.IO.TextWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatter.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleFormatter.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatter.cs#L25C30-L25C34" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleFormatterNames.Simple", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterNames.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleFormatterNames.Json", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterNames.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleFormatterNames.Systemd", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterNames.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleFormatterNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterNames.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleFormatterOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterOptions.cs#L15C9-L15C45" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleFormatterOptions.IncludeScopes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterOptions.cs#L20C37-L20C41" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleFormatterOptions.TimestampFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterOptions.cs#L26C42-L26C46" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleFormatterOptions.UseUtcTimestamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterOptions.cs#L31C39-L31C43" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleFormatterOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterOptions.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleLoggerFormat.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerFormat.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleLoggerFormat.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerFormat.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleLoggerFormat.Systemd", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerFormat.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleLoggerFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerFormat.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L53C69-L85C69" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.DisableColors", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L17C37-L17C41" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.Format", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L27C20-L27C27" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.FormatterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L42C40-L42C44" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.IncludeScopes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L48C37-L48C41" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.LogToStandardErrorThreshold", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L53C55-L53C59" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.TimestampFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L59C42-L59C46" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.UseUtcTimestamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L65C39-L65C43" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.QueueFullMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L73C20-L73C34" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.MaxQueueLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L92C20-L92C38" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerProvider.#ctor(Microsoft.Extensions.Options.IOptionsMonitor{Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs#L34C15-L34C65" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerProvider.#ctor(Microsoft.Extensions.Options.IOptionsMonitor{Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions},System.Collections.Generic.IEnumerable{Microsoft.Extensions.Logging.Console.ConsoleFormatter})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs#L27C9-L66C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerProvider.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs#L142C13-L160C134" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs#L193C13-L195C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerProvider.SetScopeProvider(Microsoft.Extensions.Logging.IExternalScopeProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs#L200C13-L206C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleLoggerProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleLoggerQueueFullMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerQueueFullMode.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleLoggerQueueFullMode.Wait", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerQueueFullMode.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleLoggerQueueFullMode.DropWrite", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerQueueFullMode.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleLoggerQueueFullMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerQueueFullMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.JsonConsoleFormatterOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/JsonConsoleFormatterOptions.cs#L13C9-L13C49" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.JsonConsoleFormatterOptions.JsonWriterOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/JsonConsoleFormatterOptions.cs#L18C54-L18C58" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Console.JsonConsoleFormatterOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/JsonConsoleFormatterOptions.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.LoggerColorBehavior.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/LoggerColorBehavior.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.LoggerColorBehavior.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/LoggerColorBehavior.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.LoggerColorBehavior.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/LoggerColorBehavior.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.LoggerColorBehavior.Disabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/LoggerColorBehavior.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Console.LoggerColorBehavior", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/LoggerColorBehavior.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.SimpleConsoleFormatterOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/SimpleConsoleFormatterOptions.cs#L11C9-L11C51" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.SimpleConsoleFormatterOptions.ColorBehavior", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/SimpleConsoleFormatterOptions.cs#L16C52-L16C56" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.SimpleConsoleFormatterOptions.SingleLine", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/SimpleConsoleFormatterOptions.cs#L21C34-L21C38" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Console.SimpleConsoleFormatterOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Console/src/SimpleConsoleFormatterOptions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Logging.Debug.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Logging.Debug.json deleted file mode 100644 index 0280bf6f24f..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Logging.Debug.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Logging.Debug", - "GUID": "5881FA6F8BF94DD6B317F5475A8E89D0FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.DebugLoggerFactoryExtensions.AddDebug(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerFactoryExtensions.cs#L21C13-L23C28" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.DebugLoggerFactoryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerFactoryExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Debug.DebugLoggerProvider.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerProvider.cs#L15C13-L15C42" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Debug.DebugLoggerProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerProvider.cs#L20C9-L20C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Debug.DebugLoggerProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerProvider.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Debug.DebugLoggerProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerProvider.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Logging.EventLog.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Logging.EventLog.json deleted file mode 100644 index 97c68bb137e..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Logging.EventLog.json +++ /dev/null @@ -1,80 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Logging.EventLog", - "GUID": "E278421F6E6E4DDA906D6C4115F9E17DFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.EventLoggerFactoryExtensions.AddEventLog(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L23C13-L27C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventLoggerFactoryExtensions.AddEventLog(Microsoft.Extensions.Logging.ILoggingBuilder,Microsoft.Extensions.Logging.EventLog.EventLogSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L38C13-L43C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventLoggerFactoryExtensions.AddEventLog(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{Microsoft.Extensions.Logging.EventLog.EventLogSettings})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L54C13-L59C28" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.EventLoggerFactoryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.EventLog.EventLogLoggerProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L22C15-L24C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventLog.EventLogLoggerProvider.#ctor(Microsoft.Extensions.Logging.EventLog.EventLogSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L30C9-L33C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventLog.EventLogLoggerProvider.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Logging.EventLog.EventLogSettings})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L40C15-L42C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventLog.EventLogLoggerProvider.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L47C13-L47C72" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventLog.EventLogLoggerProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L53C13-L57C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventLog.EventLogLoggerProvider.SetScopeProvider(Microsoft.Extensions.Logging.IExternalScopeProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L62C13-L63C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.EventLog.EventLogLoggerProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.EventLog.EventLogSettings.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.EventLog.EventLogSettings.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs#L18C34-L18C38" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.EventLog.EventLogSettings.SourceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs#L23C37-L23C41" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.EventLog.EventLogSettings.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs#L28C38-L28C42" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.EventLog.EventLogSettings.Filter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs#L33C55-L33C59" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.EventLog.EventLogSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Logging.EventSource.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Logging.EventSource.json deleted file mode 100644 index 6fa65f33e78..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Logging.EventSource.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Logging.EventSource", - "GUID": "0B861FD7C69C4FE19AB5DF05EB0E3EA8FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.EventSourceLoggerFactoryExtensions.AddEventSourceLogger(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerFactoryExtensions.cs#L24C13-L30C28" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.EventSourceLoggerFactoryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerFactoryExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.EventSource.EventSourceLoggerProvider.#ctor(Microsoft.Extensions.Logging.EventSource.LoggingEventSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerProvider.cs#L23C9-L29C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventSource.EventSourceLoggerProvider.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerProvider.cs#L34C13-L34C103" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventSource.EventSourceLoggerProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerProvider.cs#L41C18-L45C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.EventSource.EventSourceLoggerProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.EventSource.LoggingEventSource.OnEventCommand(System.Diagnostics.Tracing.EventCommandEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs#L301C13-L314C10" - }, - { - "DocsId": "T:Microsoft.Extensions.Logging.EventSource.LoggingEventSource.Keywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.EventSource.LoggingEventSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Logging.EventSource.LoggingEventSource.Keywords.Meta", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.EventSource.LoggingEventSource.Keywords.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.EventSource.LoggingEventSource.Keywords.FormattedMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.EventSource.LoggingEventSource.Keywords.JsonMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.EventSource.LoggingEventSource.Keywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Logging.TraceSource.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Logging.TraceSource.json deleted file mode 100644 index d0d825295bd..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Logging.TraceSource.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Logging.TraceSource", - "GUID": "C51E9A429C374F1CA07551DDE2412F84FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions.AddTraceSource(Microsoft.Extensions.Logging.ILoggingBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L26C13-L29C73" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions.AddTraceSource(Microsoft.Extensions.Logging.ILoggingBuilder,System.String,System.Diagnostics.TraceListener)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L44C13-L48C83" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions.AddTraceSource(Microsoft.Extensions.Logging.ILoggingBuilder,System.Diagnostics.SourceSwitch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L16707566C0-L66C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions.AddTraceSource(Microsoft.Extensions.Logging.ILoggingBuilder,System.Diagnostics.SourceSwitch,System.Diagnostics.TraceListener)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L16707566C0-L87C28" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.TraceSource.TraceSourceLoggerProvider.#ctor(System.Diagnostics.SourceSwitch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceLoggerProvider.cs#L29C15-L31C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.TraceSource.TraceSourceLoggerProvider.#ctor(System.Diagnostics.SourceSwitch,System.Diagnostics.TraceListener)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceLoggerProvider.cs#L20C9-L44C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.TraceSource.TraceSourceLoggerProvider.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceLoggerProvider.cs#L53C13-L53C69" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.TraceSource.TraceSourceLoggerProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceLoggerProvider.cs#L116C13-L125C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.TraceSource.TraceSourceLoggerProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceLoggerProvider.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Logging.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Logging.json deleted file mode 100644 index 6d354b477ac..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Logging.json +++ /dev/null @@ -1,302 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Logging", - "GUID": "3DC29F0314AA4249939D99F5295908B0FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.LoggingServiceCollectionExtensions.AddLogging(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/LoggingServiceCollectionExtensions.cs#L23C13-L23C57" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.LoggingServiceCollectionExtensions.AddLogging(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Logging.ILoggingBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/LoggingServiceCollectionExtensions.cs#L34C13-L45C29" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.LoggingServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/LoggingServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.SpanId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.TraceId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.ParentId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.TraceState", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.TraceFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.Tags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.Baggage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.ActivityTrackingOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.ILoggingBuilder,System.Func{System.String,System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L21C74" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.ILoggingBuilder,System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L30C87" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.ILoggingBuilder,System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L40C90" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.ILoggingBuilder,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L49C79" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.ILoggingBuilder,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L59C82" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.ILoggingBuilder,System.String,Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L69C83" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.ILoggingBuilder,System.String,Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L80C86" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.ILoggingBuilder,System.String,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L90C89" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.ILoggingBuilder,System.String,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L101C92" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.LoggerFilterOptions,System.Func{System.String,System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L110C13-L110C45" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.LoggerFilterOptions,System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L119C94" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.LoggerFilterOptions,System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L129C120" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.LoggerFilterOptions,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L138C80" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.LoggerFilterOptions,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L148C106" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.LoggerFilterOptions,System.String,Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L158C13-L158C63" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.LoggerFilterOptions,System.String,Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L169C13-L169C89" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.LoggerFilterOptions,System.String,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L179C100" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.LoggerFilterOptions,System.String,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L190C126" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.Logging.ILoggingBuilder.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/ILoggingBuilder.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.ILoggingBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/ILoggingBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L29C34-L31C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Logging.ILoggerProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L37C72-L39C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Logging.ILoggerProvider},Microsoft.Extensions.Logging.LoggerFilterOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L46C107-L48C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Logging.ILoggerProvider},Microsoft.Extensions.Options.IOptionsMonitor{Microsoft.Extensions.Logging.LoggerFilterOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L55C123-L57C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Logging.ILoggerProvider},Microsoft.Extensions.Options.IOptionsMonitor{Microsoft.Extensions.Logging.LoggerFilterOptions},Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Logging.LoggerFactoryOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L65C164-L67C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Logging.ILoggerProvider},Microsoft.Extensions.Options.IOptionsMonitor{Microsoft.Extensions.Logging.LoggerFilterOptions},Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Logging.LoggerFactoryOptions},Microsoft.Extensions.Logging.IExternalScopeProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L17C9-L99C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.Create(System.Action{Microsoft.Extensions.Logging.ILoggingBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L109C13-L113C79" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L137C13-L155C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.AddProvider(Microsoft.Extensions.Logging.ILoggerProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L163C13-L187C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.CheckDisposed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L253C51-L253C60" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L258C13-L279C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggerFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactoryOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactoryOptions.cs#L16C9-L16C42" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerFactoryOptions.ActivityTrackingOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactoryOptions.cs#L21C66-L21C70" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggerFactoryOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactoryOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFilterOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterOptions.cs#L21C51-L16C41" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerFilterOptions.CaptureScopes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterOptions.cs#L21C37-L21C41" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerFilterOptions.MinLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterOptions.cs#L26C36-L26C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerFilterOptions.Rules", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterOptions.cs#L31C49-L31C62" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggerFilterOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFilterRule.#ctor(System.String,System.String,System.Nullable{Microsoft.Extensions.Logging.LogLevel},System.Func{System.String,System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L20C9-L26C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFilterRule.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L51C13-L51C170" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerFilterRule.ProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L31C39-L31C43" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerFilterRule.CategoryName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L36C39-L36C43" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerFilterRule.LogLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L41C37-L41C41" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerFilterRule.Filter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L46C65-L46C69" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggerFilterRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggingBuilderExtensions.SetMinimumLevel(Microsoft.Extensions.Logging.ILoggingBuilder,Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/LoggingBuilderExtensions.cs#L24C13-L26C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggingBuilderExtensions.AddProvider(Microsoft.Extensions.Logging.ILoggingBuilder,Microsoft.Extensions.Logging.ILoggerProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/LoggingBuilderExtensions.cs#L37C13-L38C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggingBuilderExtensions.ClearProviders(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/LoggingBuilderExtensions.cs#L48C13-L49C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggingBuilderExtensions.Configure(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{Microsoft.Extensions.Logging.LoggerFactoryOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/LoggingBuilderExtensions.cs#L60C13-L61C28" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggingBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/LoggingBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.ProviderAliasAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/ProviderAliasAttribute.cs#L18C9-L21C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.ProviderAliasAttribute.Alias", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/ProviderAliasAttribute.cs#L26C31-L26C35" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.ProviderAliasAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Logging/src/ProviderAliasAttribute.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.ObjectPool.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.ObjectPool.json deleted file mode 100644 index 40e4af2da04..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.ObjectPool.json +++ /dev/null @@ -1,214 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.ObjectPool", - "GUID": "CC0DEDE77F2444B499683CBF834805FEFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.DefaultObjectPool`1.#ctor(Microsoft.Extensions.ObjectPool.IPooledObjectPolicy{`0})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/DefaultObjectPool.cs#L31C11-L33C6" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.DefaultObjectPool`1.#ctor(Microsoft.Extensions.ObjectPool.IPooledObjectPolicy{`0},System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/DefaultObjectPool.cs#L16707566C0-L55C6" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.DefaultObjectPool`1.Get", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/DefaultObjectPool.cs#L60C9-L76C21" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.DefaultObjectPool`1.Return(`0)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/DefaultObjectPool.cs#L86C9-L96C6" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.DefaultObjectPool`1", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/DefaultObjectPool.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.DefaultObjectPoolProvider.Create``1(Microsoft.Extensions.ObjectPool.IPooledObjectPolicy{``0})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/DefaultObjectPoolProvider.cs#L21C9-L31C66" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.DefaultObjectPoolProvider.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/DefaultObjectPoolProvider.cs#L16C48-L16C78" - }, - { - "DocsId": "P:Microsoft.Extensions.ObjectPool.DefaultObjectPoolProvider.MaximumRetained", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/DefaultObjectPoolProvider.cs#L16C34-L16C38" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.DefaultObjectPoolProvider", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/DefaultObjectPoolProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.DefaultPooledObjectPolicy`1.Create", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/DefaultPooledObjectPolicy.cs#L15C9-L15C24" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.DefaultPooledObjectPolicy`1.Return(`0)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/DefaultPooledObjectPolicy.cs#L23C9-L23C21" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.DefaultPooledObjectPolicy`1.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/DefaultPooledObjectPolicy.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.DefaultPooledObjectPolicy`1", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/DefaultPooledObjectPolicy.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.IPooledObjectPolicy`1.Create", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/IPooledObjectPolicy.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.IPooledObjectPolicy`1.Return(`0)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/IPooledObjectPolicy.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.IPooledObjectPolicy`1", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/IPooledObjectPolicy.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.LeakTrackingObjectPool`1.#ctor(Microsoft.Extensions.ObjectPool.ObjectPool{`0})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/LeakTrackingObjectPool.cs#L23C5-L38C6" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.LeakTrackingObjectPool`1.Get", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/LeakTrackingObjectPool.cs#L43C9-L45C22" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.LeakTrackingObjectPool`1.Return(`0)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/LeakTrackingObjectPool.cs#L51C9-L58C6" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.LeakTrackingObjectPool`1", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/LeakTrackingObjectPool.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.LeakTrackingObjectPoolProvider.#ctor(Microsoft.Extensions.ObjectPool.ObjectPoolProvider)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/LeakTrackingObjectPoolProvider.cs#L22C5-L30C6" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.LeakTrackingObjectPoolProvider.Create``1(Microsoft.Extensions.ObjectPool.IPooledObjectPolicy{``0})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/LeakTrackingObjectPoolProvider.cs#L35C9-L36C53" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.LeakTrackingObjectPoolProvider", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/LeakTrackingObjectPoolProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.ObjectPool`1.Get", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/ObjectPool.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.ObjectPool`1.Return(`0)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/ObjectPool.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.ObjectPool`1.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/ObjectPool.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.ObjectPool`1", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/ObjectPool.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.ObjectPool.Create``1(Microsoft.Extensions.ObjectPool.IPooledObjectPolicy{``0})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/ObjectPool.cs#L33C9-L34C78" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.ObjectPool", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/ObjectPool.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.ObjectPoolProvider.Create``1", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/ObjectPoolProvider.cs#L17C9-L17C62" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.ObjectPoolProvider.Create``1(Microsoft.Extensions.ObjectPool.IPooledObjectPolicy{``0})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/ObjectPoolProvider.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.ObjectPoolProvider.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/ObjectPoolProvider.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.ObjectPoolProvider", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/ObjectPoolProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.ObjectPoolProviderExtensions.CreateStringBuilderPool(Microsoft.Extensions.ObjectPool.ObjectPoolProvider)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/ObjectPoolProviderExtensions.cs#L20C9-L20C86" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.ObjectPoolProviderExtensions.CreateStringBuilderPool(Microsoft.Extensions.ObjectPool.ObjectPoolProvider,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/ObjectPoolProviderExtensions.cs#L36C9-L42C55" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.ObjectPoolProviderExtensions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/ObjectPoolProviderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.PooledObjectPolicy`1.Create", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/PooledObjectPolicy.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.PooledObjectPolicy`1.Return(`0)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/PooledObjectPolicy.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.PooledObjectPolicy`1.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/PooledObjectPolicy.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.PooledObjectPolicy`1", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/PooledObjectPolicy.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.StringBuilderPooledObjectPolicy.Create", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/StringBuilderPooledObjectPolicy.cs#L29C9-L29C51" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.StringBuilderPooledObjectPolicy.Return(System.Text.StringBuilder)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/StringBuilderPooledObjectPolicy.cs#L35C9-L42C21" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.StringBuilderPooledObjectPolicy.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/StringBuilderPooledObjectPolicy.cs#L17C48-L24C64" - }, - { - "DocsId": "P:Microsoft.Extensions.ObjectPool.StringBuilderPooledObjectPolicy.InitialCapacity", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/StringBuilderPooledObjectPolicy.cs#L17C34-L17C38" - }, - { - "DocsId": "P:Microsoft.Extensions.ObjectPool.StringBuilderPooledObjectPolicy.MaximumRetainedCapacity", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/StringBuilderPooledObjectPolicy.cs#L24C42-L24C46" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.StringBuilderPooledObjectPolicy", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/ObjectPool/src/StringBuilderPooledObjectPolicy.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Options.ConfigurationExtensions.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Options.ConfigurationExtensions.json deleted file mode 100644 index ebf37847478..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Options.ConfigurationExtensions.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Options.ConfigurationExtensions", - "GUID": "9697F8B45A0C4322AF17B021A4EAB002FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsBuilderConfigurationExtensions.Bind``1(Microsoft.Extensions.Options.OptionsBuilder{``0},Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsBuilderConfigurationExtensions.cs#L30C16-L30C53" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsBuilderConfigurationExtensions.Bind``1(Microsoft.Extensions.Options.OptionsBuilder{``0},Microsoft.Extensions.Configuration.IConfiguration,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsBuilderConfigurationExtensions.cs#L44C13-L47C35" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsBuilderConfigurationExtensions.BindConfiguration``1(Microsoft.Extensions.Options.OptionsBuilder{``0},System.String,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsBuilderConfigurationExtensions.cs#L16707566C0-L82C35" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.OptionsBuilderConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsBuilderConfigurationExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsConfigurationServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsConfigurationServiceCollectionExtensions.cs#L26C16-L26C81" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsConfigurationServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsConfigurationServiceCollectionExtensions.cs#L39C16-L39C68" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsConfigurationServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.Configuration.IConfiguration,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsConfigurationServiceCollectionExtensions.cs#L53C16-L53C98" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsConfigurationServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,Microsoft.Extensions.Configuration.IConfiguration,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsConfigurationServiceCollectionExtensions.cs#L69C13-L74C156" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.OptionsConfigurationServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsConfigurationServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigurationChangeTokenSource`1.#ctor(Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigurationChangeTokenSource.cs#L23C72-L25C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigurationChangeTokenSource`1.#ctor(System.String,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigurationChangeTokenSource.cs#L32C9-L38C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigurationChangeTokenSource`1.GetChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigurationChangeTokenSource.cs#L51C13-L51C45" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigurationChangeTokenSource`1.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigurationChangeTokenSource.cs#L43C30-L43C34" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ConfigurationChangeTokenSource`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigurationChangeTokenSource.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureFromConfigurationOptions`1.#ctor(Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigureFromConfigurationOptions.cs#L16707566C0-L31C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ConfigureFromConfigurationOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigureFromConfigurationOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.NamedConfigureFromConfigurationOptions`1.#ctor(System.String,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/NamedConfigureFromConfigurationOptions.cs#L26C15-L27C12" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.NamedConfigureFromConfigurationOptions`1.#ctor(System.String,Microsoft.Extensions.Configuration.IConfiguration,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/NamedConfigureFromConfigurationOptions.cs#L16707566C0-L41C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.NamedConfigureFromConfigurationOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/NamedConfigureFromConfigurationOptions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Options.DataAnnotations.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Options.DataAnnotations.json deleted file mode 100644 index 8096491a6ff..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Options.DataAnnotations.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Options.DataAnnotations", - "GUID": "847E6BF2BFE448ABA34492984645A4CEFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsBuilderDataAnnotationsExtensions.ValidateDataAnnotations``1(Microsoft.Extensions.Options.OptionsBuilder{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/OptionsBuilderDataAnnotationsExtensions.cs#L24C13-L25C35" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.OptionsBuilderDataAnnotationsExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/OptionsBuilderDataAnnotationsExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.DataAnnotationValidateOptions`1.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/DataAnnotationValidateOptions.cs#L24C9-L27C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.DataAnnotationValidateOptions`1.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/DataAnnotationValidateOptions.cs#L45C13-L67C55" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.DataAnnotationValidateOptions`1.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/DataAnnotationValidateOptions.cs#L32C31-L32C35" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.DataAnnotationValidateOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/DataAnnotationValidateOptions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Options.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Options.json deleted file mode 100644 index f54906e3b44..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Options.json +++ /dev/null @@ -1,1162 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Options", - "GUID": "A42E24CA3D6B4480A4D830F99834AC26FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.AddOptions(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L24C13-L31C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L43C16-L43C81" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L57C13-L62C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.ConfigureAll``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L73C16-L73C82" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.PostConfigure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L84C16-L84C85" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.PostConfigure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L98C13-L103C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.PostConfigureAll``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L115C16-L115C86" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.ConfigureOptions``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L128C20-L128C72" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.ConfigureOptions(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L175C13-L189C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.ConfigureOptions(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L202C13-L217C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.AddOptions``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L227C16-L227C74" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.AddOptions``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L239C13-L242C65" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`1.#ctor(System.String,System.Action{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L19C9-L23C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`1.Configure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L42C13-L49C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`1.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L55C52-L55C91" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`1.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L28C31-L28C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`1.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L33C43-L33C47" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ConfigureNamedOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`2.#ctor(System.String,`1,System.Action{`0,`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L73C9-L78C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`2.Configure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L102C13-L109C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`2.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L115C52-L115C91" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`2.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L83C31-L83C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`2.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L88C49-L88C53" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`2.Dependency", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L93C34-L93C38" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ConfigureNamedOptions`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`3.#ctor(System.String,`1,`2,System.Action{`0,`1,`2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L136C9-L142C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`3.Configure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L171C13-L178C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`3.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L184C52-L184C91" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`3.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L147C31-L147C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`3.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L152C57-L152C61" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`3.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L157C36-L157C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`3.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L162C36-L162C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ConfigureNamedOptions`3", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`4.#ctor(System.String,`1,`2,`3,System.Action{`0,`1,`2,`3})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L208C9-L215C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`4.Configure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L249C13-L256C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`4.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L262C52-L262C91" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`4.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L220C31-L220C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`4.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L225C64-L225C68" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`4.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L230C36-L230C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`4.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L235C36-L235C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`4.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L240C36-L240C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ConfigureNamedOptions`4", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`5.#ctor(System.String,`1,`2,`3,`4,System.Action{`0,`1,`2,`3,`4})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L289C9-L297C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Configure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L336C13-L343C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L349C52-L349C91" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L302C31-L302C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L307C71-L307C75" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L312C36-L312C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L317C36-L317C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L322C36-L322C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Dependency4", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L327C36-L327C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ConfigureNamedOptions`5", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`6.#ctor(System.String,`1,`2,`3,`4,`5,System.Action{`0,`1,`2,`3,`4,`5})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L379C9-L388C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Configure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L432C13-L439C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L445C52-L445C91" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L393C31-L393C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L398C78-L398C82" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L403C36-L403C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L408C36-L408C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L413C36-L413C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Dependency4", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L418C36-L418C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Dependency5", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L423C36-L423C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ConfigureNamedOptions`6", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureOptions`1.#ctor(System.Action{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureOptions.cs#L18C9-L21C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureOptions`1.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureOptions.cs#L34C13-L37C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureOptions`1.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureOptions.cs#L26C43-L26C47" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ConfigureOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ConfigureOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.IConfigureNamedOptions`1.Configure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/IConfigureNamedOptions.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.IConfigureNamedOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/IConfigureNamedOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.IConfigureOptions`1.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/IConfigureOptions.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.IConfigureOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/IConfigureOptions.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.Options.IOptions`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/IOptions.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.IOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/IOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.IOptionsChangeTokenSource`1.GetChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/IOptionsChangeTokenSource.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.IOptionsChangeTokenSource`1.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/IOptionsChangeTokenSource.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.IOptionsChangeTokenSource`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/IOptionsChangeTokenSource.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.IOptionsFactory`1.Create(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/IOptionsFactory.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.IOptionsFactory`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/IOptionsFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.IOptionsMonitor`1.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitor.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.IOptionsMonitor`1.OnChange(System.Action{`0,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitor.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.IOptionsMonitor`1.CurrentValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitor.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.IOptionsMonitor`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitor.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.IOptionsMonitorCache`1.GetOrAdd(System.String,System.Func{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitorCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.IOptionsMonitorCache`1.TryAdd(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitorCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.IOptionsMonitorCache`1.TryRemove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitorCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.IOptionsMonitorCache`1.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitorCache.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.IOptionsMonitorCache`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitorCache.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.IOptionsSnapshot`1.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/IOptionsSnapshot.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.IOptionsSnapshot`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/IOptionsSnapshot.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.IPostConfigureOptions`1.PostConfigure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/IPostConfigureOptions.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.IPostConfigureOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/IPostConfigureOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.IValidateOptions`1.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/IValidateOptions.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.IValidateOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/IValidateOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.Options.Create``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/Options.cs#L30C13-L30C58" - }, - { - "DocsId": "F:Microsoft.Extensions.Options.Options.DefaultName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/Options.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/Options.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.#ctor(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L32C9-L38C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure(System.Action{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L48C13-L51C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure``1(System.Action{`0,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L68C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure``2(System.Action{`0,``0,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L87C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure``3(System.Action{`0,``0,``1,``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L113C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure``4(System.Action{`0,``0,``1,``2,``3})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L142C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure``5(System.Action{`0,``0,``1,``2,``3,``4})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L174C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure(System.Action{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L184C13-L187C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure``1(System.Action{`0,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L204C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure``2(System.Action{`0,``0,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L223C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure``3(System.Action{`0,``0,``1,``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L249C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure``4(System.Action{`0,``0,``1,``2,``3})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L278C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure``5(System.Action{`0,``0,``1,``2,``3,``4})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L310C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate(System.Func{`0,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L319C16-L319C97" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate(System.Func{`0,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L329C13-L332C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``1(System.Func{`0,``0,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L342C16-L342C97" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``1(System.Func{`0,``0,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L357C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``2(System.Func{`0,``0,``1,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L370C16-L370C97" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``2(System.Func{`0,``0,``1,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L392C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``3(System.Func{`0,``0,``1,``2,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L407C16-L407C97" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``3(System.Func{`0,``0,``1,``2,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L432C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``4(System.Func{`0,``0,``1,``2,``3,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L449C16-L449C97" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``4(System.Func{`0,``0,``1,``2,``3,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L477C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``5(System.Func{`0,``0,``1,``2,``3,``4,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L496C16-L496C97" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``5(System.Func{`0,``0,``1,``2,``3,``4,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L527C25" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.OptionsBuilder`1.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L20C30-L20C34" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.OptionsBuilder`1.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L25C46-L25C50" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.OptionsBuilder`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsCache`1.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs#L23C32-L23C46" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsCache`1.GetOrAdd(System.String,System.Func{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs#L33C13-L47C32" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsCache`1.TryAdd(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs#L98C13-L104C27" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsCache`1.TryRemove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs#L113C13-L113C65" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsCache`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs#L18C9-L18C188" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.OptionsCache`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsFactory`1.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Options.IConfigureOptions{`0}},System.Collections.Generic.IEnumerable{Microsoft.Extensions.Options.IPostConfigureOptions{`0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsFactory.cs#L27C143-L28C12" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsFactory`1.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Options.IConfigureOptions{`0}},System.Collections.Generic.IEnumerable{Microsoft.Extensions.Options.IPostConfigureOptions{`0}},System.Collections.Generic.IEnumerable{Microsoft.Extensions.Options.IValidateOptions{`0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsFactory.cs#L36C9-L46C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsFactory`1.Create(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsFactory.cs#L53C13-L87C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsFactory`1.CreateInstance(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsFactory.cs#L95C13-L95C57" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.OptionsFactory`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsManager`1.#ctor(Microsoft.Extensions.Options.IOptionsFactory{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsManager.cs#L18C9-L27C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsManager`1.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsManager.cs#L39C13-L49C28" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.OptionsManager`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsManager.cs#L32C34-L32C58" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.OptionsManager`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsManager.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsMonitor`1.#ctor(Microsoft.Extensions.Options.IOptionsFactory{`0},System.Collections.Generic.IEnumerable{Microsoft.Extensions.Options.IOptionsChangeTokenSource{`0}},Microsoft.Extensions.Options.IOptionsMonitorCache{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs#L22C9-L62C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsMonitor`1.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs#L85C13-L94C106" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsMonitor`1.OnChange(System.Action{`0,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs#L105C13-L107C31" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsMonitor`1.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs#L116C50-L122C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.OptionsMonitor`1.CurrentValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs#L77C20-L77C44" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.OptionsMonitor`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsMonitorExtensions.OnChange``1(Microsoft.Extensions.Options.IOptionsMonitor{``0},System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitorExtensions.cs#L16707566C0-L23C59" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.OptionsMonitorExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitorExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsValidationException.#ctor(System.String,System.Type,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs#L20C9-L28C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.OptionsValidationException.OptionsName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs#L33C37-L33C41" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.OptionsValidationException.OptionsType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs#L38C35-L38C39" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.OptionsValidationException.Failures", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs#L43C47-L43C51" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.OptionsValidationException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs#L48C43-L48C70" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.OptionsValidationException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsWrapper`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsWrapper.cs#L20C9-L23C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.OptionsWrapper`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsWrapper.cs#L28C33-L28C37" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.OptionsWrapper`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/OptionsWrapper.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`1.#ctor(System.String,System.Action{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L19C9-L23C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`1.PostConfigure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L42C13-L49C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`1.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L28C31-L28C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`1.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L33C43-L33C47" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.PostConfigureOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`2.#ctor(System.String,`1,System.Action{`0,`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L67C9-L72C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`2.PostConfigure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L96C13-L103C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`2.PostConfigure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L109C56-L109C99" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`2.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L77C31-L77C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`2.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L82C49-L82C53" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`2.Dependency", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L87C34-L87C38" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.PostConfigureOptions`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`3.#ctor(System.String,`1,`2,System.Action{`0,`1,`2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L130C9-L136C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`3.PostConfigure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L165C13-L172C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`3.PostConfigure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L178C56-L178C99" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`3.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L141C31-L141C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`3.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L146C57-L146C61" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`3.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L151C36-L151C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`3.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L156C36-L156C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.PostConfigureOptions`3", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`4.#ctor(System.String,`1,`2,`3,System.Action{`0,`1,`2,`3})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L202C9-L209C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`4.PostConfigure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L243C13-L250C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`4.PostConfigure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L256C56-L256C99" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`4.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L214C31-L214C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`4.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L219C64-L219C68" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`4.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L224C36-L224C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`4.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L229C36-L229C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`4.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L234C36-L234C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.PostConfigureOptions`4", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`5.#ctor(System.String,`1,`2,`3,`4,System.Action{`0,`1,`2,`3,`4})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L283C9-L291C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`5.PostConfigure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L330C13-L337C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`5.PostConfigure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L343C56-L343C99" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`5.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L296C31-L296C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`5.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L301C71-L301C75" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`5.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L306C36-L306C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`5.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L311C36-L311C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`5.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L316C36-L316C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`5.Dependency4", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L321C36-L321C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.PostConfigureOptions`5", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`6.#ctor(System.String,`1,`2,`3,`4,`5,System.Action{`0,`1,`2,`3,`4,`5})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L373C9-L382C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`6.PostConfigure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L426C13-L433C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`6.PostConfigure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L439C56-L439C99" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`6.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L387C31-L387C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`6.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L392C78-L392C82" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`6.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L397C36-L397C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`6.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L402C36-L402C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`6.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L407C36-L407C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`6.Dependency4", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L412C36-L412C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`6.Dependency5", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L417C36-L417C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.PostConfigureOptions`6", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`1.#ctor(System.String,System.Func{`0,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L20C9-L27C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`1.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L53C13-L63C47" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`1.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L32C31-L32C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`1.Validation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L37C50-L37C54" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`1.FailureMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L42C40-L42C44" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ValidateOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`2.#ctor(System.String,`1,System.Func{`0,`1,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L81C9-L89C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`2.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L120C13-L130C47" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`2.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L94C31-L94C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`2.Validation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L99C56-L99C60" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`2.FailureMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L104C40-L104C44" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`2.Dependency", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L109C34-L109C38" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ValidateOptions`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`3.#ctor(System.String,`1,`2,System.Func{`0,`1,`2,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L150C9-L159C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`3.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L195C13-L205C47" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`3.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L164C31-L164C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`3.Validation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L169C64-L169C68" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`3.FailureMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L174C40-L174C44" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`3.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L179C36-L179C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`3.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L184C36-L184C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ValidateOptions`3", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`4.#ctor(System.String,`1,`2,`3,System.Func{`0,`1,`2,`3,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L227C9-L237C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`4.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L278C13-L288C47" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`4.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L242C31-L242C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`4.Validation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L247C71-L247C75" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`4.FailureMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L252C40-L252C44" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`4.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L257C36-L257C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`4.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L262C36-L262C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`4.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L267C36-L267C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ValidateOptions`4", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`5.#ctor(System.String,`1,`2,`3,`4,System.Func{`0,`1,`2,`3,`4,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L312C9-L323C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`5.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L369C13-L379C47" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`5.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L328C31-L328C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`5.Validation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L333C78-L333C82" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`5.FailureMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L338C40-L338C44" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`5.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L343C36-L343C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`5.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L348C36-L348C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`5.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L353C36-L353C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`5.Dependency4", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L358C36-L358C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ValidateOptions`5", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`6.#ctor(System.String,`1,`2,`3,`4,`5,System.Func{`0,`1,`2,`3,`4,`5,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L405C9-L417C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`6.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L468C13-L478C47" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L422C31-L422C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.Validation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L427C85-L427C89" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.FailureMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L432C40-L432C44" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L437C36-L437C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L442C36-L442C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L447C36-L447C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.Dependency4", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L452C36-L452C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.Dependency5", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L457C36-L457C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ValidateOptions`6", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResult.Fail(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L58C16-L58C136" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResult.Fail(System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L66C16-L66C126" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResult.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Options.ValidateOptionsResult.Skip", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Options.ValidateOptionsResult.Success", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptionsResult.Succeeded", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L28C33-L28C37" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptionsResult.Skipped", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L33C31-L33C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptionsResult.Failed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L40C30-L40C34" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptionsResult.FailureMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L45C41-L45C45" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptionsResult.Failures", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L50C48-L50C52" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ValidateOptionsResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Primitives.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Primitives.json deleted file mode 100644 index 288c59f9a62..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.Primitives.json +++ /dev/null @@ -1,636 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Primitives", - "GUID": "7533859BF0084E3488C52B045A3A896DFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Primitives.CancellationChangeToken.#ctor(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/CancellationChangeToken.cs#L24C67-L21C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.CancellationChangeToken.RegisterChangeCallback(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/CancellationChangeToken.cs#L37C17-L72C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.CancellationChangeToken.ActiveChangeCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/CancellationChangeToken.cs#L24C45-L24C49" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.CancellationChangeToken.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/CancellationChangeToken.cs#L27C35-L27C64" - } - ], - "DocsId": "T:Microsoft.Extensions.Primitives.CancellationChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/CancellationChangeToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Primitives.ChangeToken.OnChange(System.Func{Microsoft.Extensions.Primitives.IChangeToken},System.Action)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/ChangeToken.cs#L23C13-L32C122" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.ChangeToken.OnChange``1(System.Func{Microsoft.Extensions.Primitives.IChangeToken},System.Action{``0},``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/ChangeToken.cs#L44C13-L53C105" - } - ], - "DocsId": "T:Microsoft.Extensions.Primitives.ChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/ChangeToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Primitives.CompositeChangeToken.#ctor(System.Collections.Generic.IReadOnlyList{Microsoft.Extensions.Primitives.IChangeToken})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs#L18C9-L46C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.CompositeChangeToken.RegisterChangeCallback(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs#L56C13-L57C77" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.CompositeChangeToken.ChangeTokens", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs#L51C59-L51C63" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.CompositeChangeToken.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs#L65C17-L79C30" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.CompositeChangeToken.ActiveChangeCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs#L84C45-L84C49" - } - ], - "DocsId": "T:Microsoft.Extensions.Primitives.CompositeChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Primitives.Extensions.Append(System.Text.StringBuilder,Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/Extensions.cs#L18C13-L18C83" - } - ], - "DocsId": "T:Microsoft.Extensions.Primitives.Extensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/Extensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Primitives.IChangeToken.RegisterChangeCallback(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/IChangeToken.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.IChangeToken.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/IChangeToken.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.IChangeToken.ActiveChangeCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/IChangeToken.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Primitives.IChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/IChangeToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L29C13-L32C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.#ctor(System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L53C13-L61C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.AsSpan", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L116C47-L116C76" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.AsSpan(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L130C13-L135C66" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.AsSpan(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L152C13-L157C58" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.AsMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L164C51-L164C82" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Compare(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L180C13-L187C64" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L198C13-L198C68" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Equals(Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L206C52-L206C91" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Equals(Microsoft.Extensions.Primitives.StringSegment,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L216C13-L223C53" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Equals(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L237C105-L237C132" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Equals(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L244C45-L244C83" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Equals(System.String,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L255C13-L261C67" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L274C13-L274C49" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.op_Equality(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L291C84-L291C102" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.op_Inequality(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L299C84-L299C103" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.op_Implicit(System.String)~Microsoft.Extensions.Primitives.StringSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L306C73-L306C97" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.op_Implicit(Microsoft.Extensions.Primitives.StringSegment)~System.ReadOnlySpan{System.Char}", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L312C86-L312C102" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.op_Implicit(Microsoft.Extensions.Primitives.StringSegment)~System.ReadOnlyMemory{System.Char}", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L318C88-L318C106" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.StartsWith(System.String,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L332C13-L343C71" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.EndsWith(System.String,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L358C13-L369C69" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Substring(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L382C48-L382C82" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Substring(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L399C13-L404C62" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Subsegment(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L417C56-L417C91" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Subsegment(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L432C13-L437C71" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.IndexOf(System.Char,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L455C13-L476C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.IndexOf(System.Char,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L489C50-L489C83" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.IndexOf(System.Char)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L496C39-L496C60" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.IndexOfAny(System.Char[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L518C13-L539C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.IndexOfAny(System.Char[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L555C13-L555C71" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.IndexOfAny(System.Char[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L567C13-L567C49" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.LastIndexOf(System.Char)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L577C13-L577C48" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Trim", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L584C40-L584C61" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.TrimStart", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L592C13-L603C34" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.TrimEnd", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L612C13-L623C41" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Split(System.Char[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L635C13-L635C53" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.IsNullOrEmpty(Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L645C13-L652C24" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L661C13-L661C42" - }, - { - "DocsId": "F:Microsoft.Extensions.Primitives.StringSegment.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringSegment.Buffer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L66C33-L66C37" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringSegment.Offset", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L71C29-L71C33" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringSegment.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L76C29-L76C33" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringSegment.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L81C33-L81C83" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringSegment.HasValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L88C33-L88C47" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringSegment.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L102C17-L108C47" - } - ], - "DocsId": "T:Microsoft.Extensions.Primitives.StringSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegmentComparer.Compare(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs#L28C13-L28C60" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegmentComparer.Equals(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs#L33C13-L33C59" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegmentComparer.GetHashCode(Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs#L39C13-L39C65" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringSegmentComparer.Ordinal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs#L11C55-L11C59" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringSegmentComparer.OrdinalIgnoreCase", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs#L14C65-L14C69" - } - ], - "DocsId": "T:Microsoft.Extensions.Primitives.StringSegmentComparer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.#ctor(System.String,System.Char[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L25C13-L37C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.#ctor(Microsoft.Extensions.Primitives.StringSegment,System.Char[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L46C13-L58C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L60C46-L60C84" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.System#Collections#Generic#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L62C82-L62C97" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L64C52-L64C67" - }, - { - "DocsId": "T:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Primitives.StringTokenizer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L35C13-L36C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L44C13-L45C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Implicit(System.String)~Microsoft.Extensions.Primitives.StringValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L53C13-L53C44" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Implicit(System.String[])~Microsoft.Extensions.Primitives.StringValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L62C13-L62C45" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Implicit(Microsoft.Extensions.Primitives.StringValues)~System.String", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L74C13-L74C44" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Implicit(Microsoft.Extensions.Primitives.StringValues)~System.String[]", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L83C13-L83C42" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#ICollection#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L112C49-L112C53" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L122C20-L122C31" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#IList#set_Item(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L123C20-L123C53" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L167C13-L167C53" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.ToArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L277C13-L277C61" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#IList#IndexOf(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L306C13-L306C34" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#ICollection#Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L339C13-L339C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#ICollection#CopyTo(System.String[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L352C13-L353C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#ICollection#Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L386C56-L386C89" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#IList#Insert(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L388C64-L388C97" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#ICollection#Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L390C59-L390C92" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#IList#RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L392C52-L392C85" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#ICollection#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L394C46-L394C79" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L400C13-L400C44" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L406C13-L406C36" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L412C13-L412C36" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.IsNullOrEmpty(Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L422C13-L439C70" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Concat(Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L451C13-L467C47" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Concat(Microsoft.Extensions.Primitives.StringValues@,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L478C13-L492C47" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Concat(System.String,Microsoft.Extensions.Primitives.StringValues@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L503C13-L517C47" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L528C13-L543C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Equality(Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L554C13-L554C40" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Inequality(Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L565C13-L565C41" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L573C51-L573C70" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(System.String,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L581C72-L581C109" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(Microsoft.Extensions.Primitives.StringValues,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L589C72-L589C109" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L596C46-L596C83" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(System.String[],Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L604C75-L604C112" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(Microsoft.Extensions.Primitives.StringValues,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L612C75-L612C112" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L619C49-L619C86" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Equality(Microsoft.Extensions.Primitives.StringValues,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L622C77-L622C114" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Inequality(Microsoft.Extensions.Primitives.StringValues,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L630C77-L630C115" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Equality(System.String,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L633C77-L633C114" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Inequality(System.String,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L641C77-L641C115" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Equality(Microsoft.Extensions.Primitives.StringValues,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L644C80-L644C117" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Inequality(Microsoft.Extensions.Primitives.StringValues,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L652C80-L652C118" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Equality(System.String[],Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L655C80-L655C117" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Inequality(System.String[],Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L663C80-L663C118" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Equality(Microsoft.Extensions.Primitives.StringValues,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L672C77-L672C95" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Inequality(Microsoft.Extensions.Primitives.StringValues,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L681C77-L681C96" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Equality(System.Object,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L690C77-L690C95" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Inequality(System.Object,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L698C77-L698C96" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L707C13-L727C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L733C13-L749C87" - }, - { - "DocsId": "F:Microsoft.Extensions.Primitives.StringValues.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringValues.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L95C17-L107C63" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#ICollection#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L112C49-L112C53" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L122C20-L122C31" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringValues.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L137C17-L151C38" - }, - { - "DocsId": "T:Microsoft.Extensions.Primitives.StringValues.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Primitives.StringValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator.#ctor(Microsoft.Extensions.Primitives.StringTokenizer@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L82C17-L86C14" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L90C43-L90C50" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L94C13-L94C14" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L98C17-L114C29" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L119C17-L121C14" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L88C44-L88C48" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L90C43-L90C50" - } - ], - "DocsId": "T:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Enumerator.#ctor(Microsoft.Extensions.Primitives.StringValues@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L777C58-L778C16" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Enumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L782C17-L803C41" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Enumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L808C44-L808C52" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Enumerator.System#Collections#IEnumerator#Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L812C17-L812C51" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Enumerator.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L817C13-L817C14" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringValues.Enumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L806C39-L806C47" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringValues.Enumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L808C44-L808C52" - } - ], - "DocsId": "T:Microsoft.Extensions.Primitives.StringValues.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.WebEncoders.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.WebEncoders.json deleted file mode 100644 index ae2074f536b..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Extensions.WebEncoders.json +++ /dev/null @@ -1,148 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.WebEncoders", - "GUID": "E584DE33B30E4E78B2E6B26D321B4A7CFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.WebEncoderOptions.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/WebEncoders/src/WebEncoderOptions.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.WebEncoders.WebEncoderOptions.TextEncoderSettings", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/WebEncoders/src/WebEncoderOptions.cs#L19C55-L19C59" - } - ], - "DocsId": "T:Microsoft.Extensions.WebEncoders.WebEncoderOptions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/WebEncoders/src/WebEncoderOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.HtmlTestEncoder.Encode(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/WebEncoders/src/Testing/HtmlTestEncoder.cs#L24C9-L34C41" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.HtmlTestEncoder.Encode(System.IO.TextWriter,System.Char[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/WebEncoders/src/Testing/HtmlTestEncoder.cs#L40C9-L58C6" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.HtmlTestEncoder.Encode(System.IO.TextWriter,System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/WebEncoders/src/Testing/HtmlTestEncoder.cs#L63C9-L85C6" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.HtmlTestEncoder.WillEncode(System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/WebEncoders/src/Testing/HtmlTestEncoder.cs#L90C9-L90C22" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.HtmlTestEncoder.FindFirstCharacterToEncode(System.Char*,System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/WebEncoders/src/Testing/HtmlTestEncoder.cs#L96C9-L96C19" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.HtmlTestEncoder.TryEncodeUnicodeScalar(System.Int32,System.Char*,System.Int32,System.Int32@)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/WebEncoders/src/Testing/HtmlTestEncoder.cs#L106C9-L112C22" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.HtmlTestEncoder.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/WebEncoders/src/Testing/HtmlTestEncoder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.WebEncoders.Testing.HtmlTestEncoder.MaxOutputCharactersPerInputCharacter", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/WebEncoders/src/Testing/HtmlTestEncoder.cs#L18C15-L18C24" - } - ], - "DocsId": "T:Microsoft.Extensions.WebEncoders.Testing.HtmlTestEncoder", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/WebEncoders/src/Testing/HtmlTestEncoder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.JavaScriptTestEncoder.Encode(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/WebEncoders/src/Testing/JavaScriptTestEncoder.cs#L24C9-L34C47" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.JavaScriptTestEncoder.Encode(System.IO.TextWriter,System.Char[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/WebEncoders/src/Testing/JavaScriptTestEncoder.cs#L40C9-L58C6" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.JavaScriptTestEncoder.Encode(System.IO.TextWriter,System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/WebEncoders/src/Testing/JavaScriptTestEncoder.cs#L63C9-L85C6" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.JavaScriptTestEncoder.WillEncode(System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/WebEncoders/src/Testing/JavaScriptTestEncoder.cs#L90C9-L90C22" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.JavaScriptTestEncoder.FindFirstCharacterToEncode(System.Char*,System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/WebEncoders/src/Testing/JavaScriptTestEncoder.cs#L96C9-L96C19" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.JavaScriptTestEncoder.TryEncodeUnicodeScalar(System.Int32,System.Char*,System.Int32,System.Int32@)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/WebEncoders/src/Testing/JavaScriptTestEncoder.cs#L106C9-L112C22" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.JavaScriptTestEncoder.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/WebEncoders/src/Testing/JavaScriptTestEncoder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.WebEncoders.Testing.JavaScriptTestEncoder.MaxOutputCharactersPerInputCharacter", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/WebEncoders/src/Testing/JavaScriptTestEncoder.cs#L18C15-L18C24" - } - ], - "DocsId": "T:Microsoft.Extensions.WebEncoders.Testing.JavaScriptTestEncoder", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/WebEncoders/src/Testing/JavaScriptTestEncoder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.UrlTestEncoder.Encode(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/WebEncoders/src/Testing/UrlTestEncoder.cs#L24C9-L34C40" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.UrlTestEncoder.Encode(System.IO.TextWriter,System.Char[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/WebEncoders/src/Testing/UrlTestEncoder.cs#L40C9-L58C6" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.UrlTestEncoder.Encode(System.IO.TextWriter,System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/WebEncoders/src/Testing/UrlTestEncoder.cs#L63C9-L85C6" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.UrlTestEncoder.WillEncode(System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/WebEncoders/src/Testing/UrlTestEncoder.cs#L90C9-L90C22" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.UrlTestEncoder.FindFirstCharacterToEncode(System.Char*,System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/WebEncoders/src/Testing/UrlTestEncoder.cs#L96C9-L96C19" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.UrlTestEncoder.TryEncodeUnicodeScalar(System.Int32,System.Char*,System.Int32,System.Int32@)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/WebEncoders/src/Testing/UrlTestEncoder.cs#L106C9-L112C22" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.UrlTestEncoder.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/WebEncoders/src/Testing/UrlTestEncoder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.WebEncoders.Testing.UrlTestEncoder.MaxOutputCharactersPerInputCharacter", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/WebEncoders/src/Testing/UrlTestEncoder.cs#L18C15-L18C24" - } - ], - "DocsId": "T:Microsoft.Extensions.WebEncoders.Testing.UrlTestEncoder", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/WebEncoders/src/Testing/UrlTestEncoder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.EncoderServiceCollectionExtensions.AddWebEncoders(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/WebEncoders/src/EncoderServiceCollectionExtensions.cs#L25C9-L41C25" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.EncoderServiceCollectionExtensions.AddWebEncoders(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.WebEncoders.WebEncoderOptions})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/WebEncoders/src/EncoderServiceCollectionExtensions.cs#L53C9-L66C25" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.EncoderServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/bb01bbf4433e27289b99001b7de6a582879d1835/src/WebEncoders/src/EncoderServiceCollectionExtensions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Win32.Registry.AccessControl.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Win32.Registry.AccessControl.json deleted file mode 100644 index ab0a09da6cc..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Win32.Registry.AccessControl.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "Assembly": "Microsoft.Win32.Registry.AccessControl", - "GUID": "08D37DA0C6094D6C88DA5B45372CB51AFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.RegistryAclExtensions.GetAccessControl(Microsoft.Win32.RegistryKey)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft/Win32/RegistryAclExtensions.cs#L13C13-L18C43" - }, - { - "DocsId": "M:Microsoft.Win32.RegistryAclExtensions.GetAccessControl(Microsoft.Win32.RegistryKey,System.Security.AccessControl.AccessControlSections)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft/Win32/RegistryAclExtensions.cs#L23C13-L28C58" - }, - { - "DocsId": "M:Microsoft.Win32.RegistryAclExtensions.SetAccessControl(Microsoft.Win32.RegistryKey,System.Security.AccessControl.RegistrySecurity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft/Win32/RegistryAclExtensions.cs#L33C13-L39C10" - } - ], - "DocsId": "T:Microsoft.Win32.RegistryAclExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft/Win32/RegistryAclExtensions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Win32.SystemEvents.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Win32.SystemEvents.json deleted file mode 100644 index 80dc718a997..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/Microsoft.Win32.SystemEvents.json +++ /dev/null @@ -1,488 +0,0 @@ -{ - "Assembly": "Microsoft.Win32.SystemEvents", - "GUID": "EE8C7A5F2EC141CC864BA70278D00F94FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.PowerModeChangedEventArgs.#ctor(Microsoft.Win32.PowerModes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventArgs.cs#L18C9-L21C10" - }, - { - "DocsId": "P:Microsoft.Win32.PowerModeChangedEventArgs.Mode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventArgs.cs#L30C17-L30C30" - } - ], - "DocsId": "T:Microsoft.Win32.PowerModeChangedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.PowerModeChangedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.PowerModeChangedEventHandler.Invoke(System.Object,Microsoft.Win32.PowerModeChangedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.PowerModeChangedEventHandler.BeginInvoke(System.Object,Microsoft.Win32.PowerModeChangedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.PowerModeChangedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventHandler.cs" - } - ], - "DocsId": "T:Microsoft.Win32.PowerModeChangedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Win32.PowerModes.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModes.cs" - }, - { - "DocsId": "F:Microsoft.Win32.PowerModes.Resume", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModes.cs" - }, - { - "DocsId": "F:Microsoft.Win32.PowerModes.StatusChange", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModes.cs" - }, - { - "DocsId": "F:Microsoft.Win32.PowerModes.Suspend", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModes.cs" - } - ], - "DocsId": "T:Microsoft.Win32.PowerModes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModes.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.SessionEndedEventArgs.#ctor(Microsoft.Win32.SessionEndReasons)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventArgs.cs#L18C9-L21C10" - }, - { - "DocsId": "P:Microsoft.Win32.SessionEndedEventArgs.Reason", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventArgs.cs#L30C17-L30C32" - } - ], - "DocsId": "T:Microsoft.Win32.SessionEndedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.SessionEndedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.SessionEndedEventHandler.Invoke(System.Object,Microsoft.Win32.SessionEndedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.SessionEndedEventHandler.BeginInvoke(System.Object,Microsoft.Win32.SessionEndedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.SessionEndedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventHandler.cs" - } - ], - "DocsId": "T:Microsoft.Win32.SessionEndedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.SessionEndingEventArgs.#ctor(Microsoft.Win32.SessionEndReasons)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventArgs.cs#L19C9-L22C10" - }, - { - "DocsId": "P:Microsoft.Win32.SessionEndingEventArgs.Cancel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventArgs.cs#L31C17-L31C32" - }, - { - "DocsId": "P:Microsoft.Win32.SessionEndingEventArgs.Reason", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventArgs.cs#L46C17-L46C32" - } - ], - "DocsId": "T:Microsoft.Win32.SessionEndingEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.SessionEndingEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.SessionEndingEventHandler.Invoke(System.Object,Microsoft.Win32.SessionEndingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.SessionEndingEventHandler.BeginInvoke(System.Object,Microsoft.Win32.SessionEndingEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.SessionEndingEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventHandler.cs" - } - ], - "DocsId": "T:Microsoft.Win32.SessionEndingEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Win32.SessionEndReasons.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndReasons.cs" - }, - { - "DocsId": "F:Microsoft.Win32.SessionEndReasons.Logoff", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndReasons.cs" - }, - { - "DocsId": "F:Microsoft.Win32.SessionEndReasons.SystemShutdown", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndReasons.cs" - } - ], - "DocsId": "T:Microsoft.Win32.SessionEndReasons", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndReasons.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.SessionSwitchEventArgs.#ctor(Microsoft.Win32.SessionSwitchReason)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventArgs.cs#L18C9-L21C10" - }, - { - "DocsId": "P:Microsoft.Win32.SessionSwitchEventArgs.Reason", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventArgs.cs#L30C17-L30C32" - } - ], - "DocsId": "T:Microsoft.Win32.SessionSwitchEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.SessionSwitchEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.SessionSwitchEventHandler.Invoke(System.Object,Microsoft.Win32.SessionSwitchEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.SessionSwitchEventHandler.BeginInvoke(System.Object,Microsoft.Win32.SessionSwitchEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.SessionSwitchEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventHandler.cs" - } - ], - "DocsId": "T:Microsoft.Win32.SessionSwitchEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Win32.SessionSwitchReason.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" - }, - { - "DocsId": "F:Microsoft.Win32.SessionSwitchReason.ConsoleConnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" - }, - { - "DocsId": "F:Microsoft.Win32.SessionSwitchReason.ConsoleDisconnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" - }, - { - "DocsId": "F:Microsoft.Win32.SessionSwitchReason.RemoteConnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" - }, - { - "DocsId": "F:Microsoft.Win32.SessionSwitchReason.RemoteDisconnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" - }, - { - "DocsId": "F:Microsoft.Win32.SessionSwitchReason.SessionLogon", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" - }, - { - "DocsId": "F:Microsoft.Win32.SessionSwitchReason.SessionLogoff", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" - }, - { - "DocsId": "F:Microsoft.Win32.SessionSwitchReason.SessionLock", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" - }, - { - "DocsId": "F:Microsoft.Win32.SessionSwitchReason.SessionUnlock", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" - }, - { - "DocsId": "F:Microsoft.Win32.SessionSwitchReason.SessionRemoteControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" - } - ], - "DocsId": "T:Microsoft.Win32.SessionSwitchReason", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.SystemEvents.CreateTimer(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L390C13-L404C28" - }, - { - "DocsId": "M:Microsoft.Win32.SystemEvents.InvokeOnEventsThread(System.Delegate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L755C13-L788C10" - }, - { - "DocsId": "M:Microsoft.Win32.SystemEvents.KillTimer(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L795C13-L805C10" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.DisplaySettingsChanging", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L106C17-L107C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.DisplaySettingsChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L121C17-L122C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.EventsThreadShutdown", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L138C17-L139C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.InstalledFontsChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L153C17-L154C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.LowMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L170C17-L172C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.PaletteChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L187C17-L188C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.PowerModeChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L203C17-L205C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.SessionEnded", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L219C17-L221C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.SessionEnding", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L235C17-L237C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.SessionSwitch", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L251C17-L254C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.TimeChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L268C17-L270C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.TimerElapsed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L284C17-L286C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.UserPreferenceChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L301C17-L302C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.UserPreferenceChanging", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L316C17-L317C14" - } - ], - "DocsId": "T:Microsoft.Win32.SystemEvents", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.TimerElapsedEventArgs.#ctor(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventArgs.cs#L18C9-L21C10" - }, - { - "DocsId": "P:Microsoft.Win32.TimerElapsedEventArgs.TimerId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventArgs.cs#L30C17-L30C33" - } - ], - "DocsId": "T:Microsoft.Win32.TimerElapsedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.TimerElapsedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.TimerElapsedEventHandler.Invoke(System.Object,Microsoft.Win32.TimerElapsedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.TimerElapsedEventHandler.BeginInvoke(System.Object,Microsoft.Win32.TimerElapsedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.TimerElapsedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventHandler.cs" - } - ], - "DocsId": "T:Microsoft.Win32.TimerElapsedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Accessibility", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Color", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Desktop", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.General", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Icon", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Keyboard", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Menu", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Mouse", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Policy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Power", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Screensaver", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Window", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Locale", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.VisualStyle", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - } - ], - "DocsId": "T:Microsoft.Win32.UserPreferenceCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.UserPreferenceChangedEventArgs.#ctor(Microsoft.Win32.UserPreferenceCategory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventArgs.cs#L18C9-L21C10" - }, - { - "DocsId": "P:Microsoft.Win32.UserPreferenceChangedEventArgs.Category", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventArgs.cs#L30C17-L30C34" - } - ], - "DocsId": "T:Microsoft.Win32.UserPreferenceChangedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.UserPreferenceChangedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.UserPreferenceChangedEventHandler.Invoke(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.UserPreferenceChangedEventHandler.BeginInvoke(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.UserPreferenceChangedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventHandler.cs" - } - ], - "DocsId": "T:Microsoft.Win32.UserPreferenceChangedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.UserPreferenceChangingEventArgs.#ctor(Microsoft.Win32.UserPreferenceCategory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventArgs.cs#L18C9-L21C10" - }, - { - "DocsId": "P:Microsoft.Win32.UserPreferenceChangingEventArgs.Category", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventArgs.cs#L30C17-L30C34" - } - ], - "DocsId": "T:Microsoft.Win32.UserPreferenceChangingEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.UserPreferenceChangingEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.UserPreferenceChangingEventHandler.Invoke(System.Object,Microsoft.Win32.UserPreferenceChangingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.UserPreferenceChangingEventHandler.BeginInvoke(System.Object,Microsoft.Win32.UserPreferenceChangingEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.UserPreferenceChangingEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventHandler.cs" - } - ], - "DocsId": "T:Microsoft.Win32.UserPreferenceChangingEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventHandler.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.CodeDom.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.CodeDom.json deleted file mode 100644 index 34607a52d6f..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.CodeDom.json +++ /dev/null @@ -1,4228 +0,0 @@ -{ - "Assembly": "System.CodeDom", - "GUID": "C3005D20E1AE4836A1CAB3B50F9B03FEFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeArgumentReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeArgumentReferenceExpression.cs#L10C9-L10C53" - }, - { - "DocsId": "M:System.CodeDom.CodeArgumentReferenceExpression.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeArgumentReferenceExpression.cs#L12C9-L15C10" - }, - { - "DocsId": "P:System.CodeDom.CodeArgumentReferenceExpression.ParameterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeArgumentReferenceExpression.cs#L19C20-L19C50" - } - ], - "DocsId": "T:System.CodeDom.CodeArgumentReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeArgumentReferenceExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L13C10" - }, - { - "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L19C10" - }, - { - "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.String,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L25C10" - }, - { - "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.Type,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L31C10" - }, - { - "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.CodeDom.CodeTypeReference,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L37C10" - }, - { - "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L43C10" - }, - { - "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.Type,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L49C10" - }, - { - "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L55C10" - }, - { - "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L61C10" - }, - { - "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.Type,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L67C10" - }, - { - "DocsId": "P:System.CodeDom.CodeArrayCreateExpression.CreateType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L71C20-L71C61" - }, - { - "DocsId": "P:System.CodeDom.CodeArrayCreateExpression.Initializers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L75C57-L75C70" - }, - { - "DocsId": "P:System.CodeDom.CodeArrayCreateExpression.Size", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L77C27-L77C31" - }, - { - "DocsId": "P:System.CodeDom.CodeArrayCreateExpression.SizeExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L79C48-L79C52" - } - ], - "DocsId": "T:System.CodeDom.CodeArrayCreateExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeArrayIndexerExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayIndexerExpression.cs#L10C9-L10C48" - }, - { - "DocsId": "M:System.CodeDom.CodeArrayIndexerExpression.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayIndexerExpression.cs#L12C9-L16C10" - }, - { - "DocsId": "P:System.CodeDom.CodeArrayIndexerExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayIndexerExpression.cs#L18C46-L18C50" - }, - { - "DocsId": "P:System.CodeDom.CodeArrayIndexerExpression.Indices", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayIndexerExpression.cs#L20C52-L20C95" - } - ], - "DocsId": "T:System.CodeDom.CodeArrayIndexerExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayIndexerExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeAssignStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAssignStatement.cs#L8C9-L8C41" - }, - { - "DocsId": "M:System.CodeDom.CodeAssignStatement.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAssignStatement.cs#L10C9-L14C10" - }, - { - "DocsId": "P:System.CodeDom.CodeAssignStatement.Left", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAssignStatement.cs#L16C38-L16C42" - }, - { - "DocsId": "P:System.CodeDom.CodeAssignStatement.Right", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAssignStatement.cs#L18C39-L18C43" - } - ], - "DocsId": "T:System.CodeDom.CodeAssignStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAssignStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeAttachEventStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs#L10C9-L10C46" - }, - { - "DocsId": "M:System.CodeDom.CodeAttachEventStatement.#ctor(System.CodeDom.CodeEventReferenceExpression,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs#L12C9-L16C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttachEventStatement.#ctor(System.CodeDom.CodeExpression,System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs#L19C13-L21C10" - }, - { - "DocsId": "P:System.CodeDom.CodeAttachEventStatement.Event", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs#L25C20-L25C68" - }, - { - "DocsId": "P:System.CodeDom.CodeAttachEventStatement.Listener", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs#L29C42-L29C46" - } - ], - "DocsId": "T:System.CodeDom.CodeAttachEventStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeAttributeArgument.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs#L10C9-L10C43" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeArgument.#ctor(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeArgument.#ctor(System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs#L17C9-L21C10" - }, - { - "DocsId": "P:System.CodeDom.CodeAttributeArgument.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs#L25C20-L25C41" - }, - { - "DocsId": "P:System.CodeDom.CodeAttributeArgument.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs#L29C39-L29C43" - } - ], - "DocsId": "T:System.CodeDom.CodeAttributeArgument", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L10C9-L10C53" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.#ctor(System.CodeDom.CodeAttributeArgumentCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.#ctor(System.CodeDom.CodeAttributeArgument[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.Add(System.CodeDom.CodeAttributeArgument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L28C56-L28C71" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.AddRange(System.CodeDom.CodeAttributeArgument[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L32C13-L41C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.AddRange(System.CodeDom.CodeAttributeArgumentCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L45C13-L55C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.Contains(System.CodeDom.CodeAttributeArgument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L57C62-L57C82" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.CopyTo(System.CodeDom.CodeAttributeArgument[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L59C73-L59C98" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.IndexOf(System.CodeDom.CodeAttributeArgument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L61C60-L61C79" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.Insert(System.Int32,System.CodeDom.CodeAttributeArgument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L63C71-L63C96" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.Remove(System.CodeDom.CodeAttributeArgument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L65C60-L65C78" - }, - { - "DocsId": "P:System.CodeDom.CodeAttributeArgumentCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L24C20-L24C54" - } - ], - "DocsId": "T:System.CodeDom.CodeAttributeArgumentCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclaration.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L9C9-L12C46" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclaration.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L9C9-L17C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclaration.#ctor(System.String,System.CodeDom.CodeAttributeArgument[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L9C9-L23C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclaration.#ctor(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L25C76-L25C105" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclaration.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeAttributeArgument[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L9C9-L39C10" - }, - { - "DocsId": "P:System.CodeDom.CodeAttributeDeclaration.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L43C20-L43C41" - }, - { - "DocsId": "P:System.CodeDom.CodeAttributeDeclaration.Arguments", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L51C61-L51C71" - }, - { - "DocsId": "P:System.CodeDom.CodeAttributeDeclaration.AttributeType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L53C51-L53C65" - } - ], - "DocsId": "T:System.CodeDom.CodeAttributeDeclaration", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L10C9-L12C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.#ctor(System.CodeDom.CodeAttributeDeclarationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L14C9-L17C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.#ctor(System.CodeDom.CodeAttributeDeclaration[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L19C9-L22C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.Add(System.CodeDom.CodeAttributeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L30C59-L30C74" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.AddRange(System.CodeDom.CodeAttributeDeclaration[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L34C13-L43C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.AddRange(System.CodeDom.CodeAttributeDeclarationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L47C13-L57C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.Contains(System.CodeDom.CodeAttributeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L59C65-L59C85" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.CopyTo(System.CodeDom.CodeAttributeDeclaration[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L61C76-L61C101" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.IndexOf(System.CodeDom.CodeAttributeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L63C63-L63C82" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.Insert(System.Int32,System.CodeDom.CodeAttributeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L65C74-L65C99" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.Remove(System.CodeDom.CodeAttributeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L67C63-L67C81" - }, - { - "DocsId": "P:System.CodeDom.CodeAttributeDeclarationCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L26C20-L26C61" - } - ], - "DocsId": "T:System.CodeDom.CodeAttributeDeclarationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeBaseReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeBaseReferenceExpression.cs" - } - ], - "DocsId": "T:System.CodeDom.CodeBaseReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeBaseReferenceExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeBinaryOperatorExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs#L8C9-L8C50" - }, - { - "DocsId": "M:System.CodeDom.CodeBinaryOperatorExpression.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeBinaryOperatorType,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs#L10C9-L15C10" - }, - { - "DocsId": "P:System.CodeDom.CodeBinaryOperatorExpression.Right", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs#L17C39-L17C43" - }, - { - "DocsId": "P:System.CodeDom.CodeBinaryOperatorExpression.Left", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs#L19C38-L19C42" - }, - { - "DocsId": "P:System.CodeDom.CodeBinaryOperatorExpression.Operator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs#L21C50-L21C54" - } - ], - "DocsId": "T:System.CodeDom.CodeBinaryOperatorExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.Add", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.Subtract", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.Multiply", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.Divide", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.Modulus", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.Assign", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.IdentityInequality", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.IdentityEquality", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.ValueEquality", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.BitwiseOr", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.BitwiseAnd", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.BooleanOr", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.BooleanAnd", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.LessThan", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.LessThanOrEqual", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.GreaterThan", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.GreaterThanOrEqual", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - } - ], - "DocsId": "T:System.CodeDom.CodeBinaryOperatorType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeCastExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L10C9-L10C40" - }, - { - "DocsId": "M:System.CodeDom.CodeCastExpression.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L12C9-L16C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCastExpression.#ctor(System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L18C9-L22C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCastExpression.#ctor(System.Type,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L24C9-L28C10" - }, - { - "DocsId": "P:System.CodeDom.CodeCastExpression.TargetType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L32C20-L32C61" - }, - { - "DocsId": "P:System.CodeDom.CodeCastExpression.Expression", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L36C44-L36C48" - } - ], - "DocsId": "T:System.CodeDom.CodeCastExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeCatchClause.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L12C9-L12C37" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClause.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L14C9-L17C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClause.#ctor(System.String,System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L19C9-L23C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClause.#ctor(System.String,System.CodeDom.CodeTypeReference,System.CodeDom.CodeStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L25C9-L30C10" - }, - { - "DocsId": "P:System.CodeDom.CodeCatchClause.LocalName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L34C20-L34C46" - }, - { - "DocsId": "P:System.CodeDom.CodeCatchClause.CatchExceptionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L40C20-L40C84" - }, - { - "DocsId": "P:System.CodeDom.CodeCatchClause.Statements", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L44C54-L44C99" - } - ], - "DocsId": "T:System.CodeDom.CodeCatchClause", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L10C9-L10C47" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.#ctor(System.CodeDom.CodeCatchClauseCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.#ctor(System.CodeDom.CodeCatchClause[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.Add(System.CodeDom.CodeCatchClause)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L28C50-L28C65" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.AddRange(System.CodeDom.CodeCatchClause[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L32C13-L41C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.AddRange(System.CodeDom.CodeCatchClauseCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L45C13-L55C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.Contains(System.CodeDom.CodeCatchClause)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L57C56-L57C76" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.CopyTo(System.CodeDom.CodeCatchClause[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L59C67-L59C92" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.IndexOf(System.CodeDom.CodeCatchClause)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L61C54-L61C73" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.Insert(System.Int32,System.CodeDom.CodeCatchClause)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L63C65-L63C90" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.Remove(System.CodeDom.CodeCatchClause)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L65C54-L65C72" - }, - { - "DocsId": "P:System.CodeDom.CodeCatchClauseCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L24C20-L24C52" - } - ], - "DocsId": "T:System.CodeDom.CodeCatchClauseCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeChecksumPragma.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs#L10C9-L12C10" - }, - { - "DocsId": "M:System.CodeDom.CodeChecksumPragma.#ctor(System.String,System.Guid,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs#L14C9-L19C10" - }, - { - "DocsId": "P:System.CodeDom.CodeChecksumPragma.FileName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs#L23C20-L23C45" - }, - { - "DocsId": "P:System.CodeDom.CodeChecksumPragma.ChecksumAlgorithmId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs#L27C43-L27C47" - }, - { - "DocsId": "P:System.CodeDom.CodeChecksumPragma.ChecksumData", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs#L29C38-L29C42" - } - ], - "DocsId": "T:System.CodeDom.CodeChecksumPragma", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeComment.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs#L10C9-L10C33" - }, - { - "DocsId": "M:System.CodeDom.CodeComment.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeComment.#ctor(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs#L17C9-L21C10" - }, - { - "DocsId": "P:System.CodeDom.CodeComment.DocComment", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs#L23C34-L23C38" - }, - { - "DocsId": "P:System.CodeDom.CodeComment.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs#L27C20-L27C41" - } - ], - "DocsId": "T:System.CodeDom.CodeComment", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeCommentStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs#L8C9-L8C42" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatement.#ctor(System.CodeDom.CodeComment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs#L10C9-L13C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatement.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs#L15C9-L18C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatement.#ctor(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs#L20C9-L23C10" - }, - { - "DocsId": "P:System.CodeDom.CodeCommentStatement.Comment", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs#L25C38-L25C42" - } - ], - "DocsId": "T:System.CodeDom.CodeCommentStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L10C9-L10C52" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.#ctor(System.CodeDom.CodeCommentStatementCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.#ctor(System.CodeDom.CodeCommentStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.Add(System.CodeDom.CodeCommentStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L28C55-L28C70" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.AddRange(System.CodeDom.CodeCommentStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L32C13-L41C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.AddRange(System.CodeDom.CodeCommentStatementCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L45C13-L55C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.Contains(System.CodeDom.CodeCommentStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L57C61-L57C81" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.CopyTo(System.CodeDom.CodeCommentStatement[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L59C72-L59C97" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.IndexOf(System.CodeDom.CodeCommentStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L61C59-L61C78" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.Insert(System.Int32,System.CodeDom.CodeCommentStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L63C70-L63C95" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.Remove(System.CodeDom.CodeCommentStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L65C59-L65C77" - }, - { - "DocsId": "P:System.CodeDom.CodeCommentStatementCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L24C19-L24C60" - } - ], - "DocsId": "T:System.CodeDom.CodeCommentStatementCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeCompileUnit.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L18C62-L16C37" - }, - { - "DocsId": "P:System.CodeDom.CodeCompileUnit.Namespaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L18C53-L18C57" - }, - { - "DocsId": "P:System.CodeDom.CodeCompileUnit.ReferencedAssemblies", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L20C57-L20C95" - }, - { - "DocsId": "P:System.CodeDom.CodeCompileUnit.AssemblyCustomAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L22C79-L22C135" - }, - { - "DocsId": "P:System.CodeDom.CodeCompileUnit.StartDirectives", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L24C59-L24C109" - }, - { - "DocsId": "P:System.CodeDom.CodeCompileUnit.EndDirectives", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L26C57-L26C105" - } - ], - "DocsId": "T:System.CodeDom.CodeCompileUnit", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeConditionStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L25C66-L8C44" - }, - { - "DocsId": "M:System.CodeDom.CodeConditionStatement.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L25C66-L14C10" - }, - { - "DocsId": "M:System.CodeDom.CodeConditionStatement.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeStatement[],System.CodeDom.CodeStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L25C66-L21C10" - }, - { - "DocsId": "P:System.CodeDom.CodeConditionStatement.Condition", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L23C43-L23C47" - }, - { - "DocsId": "P:System.CodeDom.CodeConditionStatement.TrueStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L25C57-L25C61" - }, - { - "DocsId": "P:System.CodeDom.CodeConditionStatement.FalseStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L27C58-L27C62" - } - ], - "DocsId": "T:System.CodeDom.CodeConditionStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeConstructor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeConstructor.cs#L13C72-L11C10" - }, - { - "DocsId": "P:System.CodeDom.CodeConstructor.BaseConstructorArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeConstructor.cs#L13C63-L13C67" - }, - { - "DocsId": "P:System.CodeDom.CodeConstructor.ChainedConstructorArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeConstructor.cs#L15C66-L15C70" - } - ], - "DocsId": "T:System.CodeDom.CodeConstructor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeConstructor.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeDefaultValueExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeDefaultValueExpression.cs#L10C9-L10C48" - }, - { - "DocsId": "M:System.CodeDom.CodeDefaultValueExpression.#ctor(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeDefaultValueExpression.cs#L12C9-L15C10" - }, - { - "DocsId": "P:System.CodeDom.CodeDefaultValueExpression.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeDefaultValueExpression.cs#L19C20-L19C55" - } - ], - "DocsId": "T:System.CodeDom.CodeDefaultValueExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeDefaultValueExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeDelegateCreateExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs#L11C9-L11C50" - }, - { - "DocsId": "M:System.CodeDom.CodeDelegateCreateExpression.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeExpression,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs#L13C9-L18C10" - }, - { - "DocsId": "P:System.CodeDom.CodeDelegateCreateExpression.DelegateType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs#L22C20-L22C63" - }, - { - "DocsId": "P:System.CodeDom.CodeDelegateCreateExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs#L26C46-L26C50" - }, - { - "DocsId": "P:System.CodeDom.CodeDelegateCreateExpression.MethodName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs#L30C20-L30C47" - } - ], - "DocsId": "T:System.CodeDom.CodeDelegateCreateExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeDelegateInvokeExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs#L23C63-L8C50" - }, - { - "DocsId": "M:System.CodeDom.CodeDelegateInvokeExpression.#ctor(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs#L23C63-L13C10" - }, - { - "DocsId": "M:System.CodeDom.CodeDelegateInvokeExpression.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs#L23C63-L19C10" - }, - { - "DocsId": "P:System.CodeDom.CodeDelegateInvokeExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs#L21C46-L21C50" - }, - { - "DocsId": "P:System.CodeDom.CodeDelegateInvokeExpression.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs#L23C54-L23C58" - } - ], - "DocsId": "T:System.CodeDom.CodeDelegateInvokeExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeDirectionExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectionExpression.cs#L8C9-L8C45" - }, - { - "DocsId": "M:System.CodeDom.CodeDirectionExpression.#ctor(System.CodeDom.FieldDirection,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectionExpression.cs#L10C9-L14C10" - }, - { - "DocsId": "P:System.CodeDom.CodeDirectionExpression.Expression", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectionExpression.cs#L16C44-L16C48" - }, - { - "DocsId": "P:System.CodeDom.CodeDirectionExpression.Direction", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectionExpression.cs#L18C43-L18C47" - } - ], - "DocsId": "T:System.CodeDom.CodeDirectionExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectionExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeDirective.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirective.cs" - } - ], - "DocsId": "T:System.CodeDom.CodeDirective", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirective.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeDirectiveCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L10C9-L10C45" - }, - { - "DocsId": "M:System.CodeDom.CodeDirectiveCollection.#ctor(System.CodeDom.CodeDirectiveCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeDirectiveCollection.#ctor(System.CodeDom.CodeDirective[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeDirectiveCollection.Add(System.CodeDom.CodeDirective)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L28C48-L28C63" - }, - { - "DocsId": "M:System.CodeDom.CodeDirectiveCollection.AddRange(System.CodeDom.CodeDirective[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L32C13-L41C10" - }, - { - "DocsId": "M:System.CodeDom.CodeDirectiveCollection.AddRange(System.CodeDom.CodeDirectiveCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L45C13-L55C10" - }, - { - "DocsId": "M:System.CodeDom.CodeDirectiveCollection.Contains(System.CodeDom.CodeDirective)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L57C54-L57C74" - }, - { - "DocsId": "M:System.CodeDom.CodeDirectiveCollection.CopyTo(System.CodeDom.CodeDirective[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L59C65-L59C90" - }, - { - "DocsId": "M:System.CodeDom.CodeDirectiveCollection.IndexOf(System.CodeDom.CodeDirective)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L61C52-L61C71" - }, - { - "DocsId": "M:System.CodeDom.CodeDirectiveCollection.Insert(System.Int32,System.CodeDom.CodeDirective)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L63C63-L63C88" - }, - { - "DocsId": "M:System.CodeDom.CodeDirectiveCollection.Remove(System.CodeDom.CodeDirective)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L65C52-L65C70" - }, - { - "DocsId": "P:System.CodeDom.CodeDirectiveCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L24C20-L24C46" - } - ], - "DocsId": "T:System.CodeDom.CodeDirectiveCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeEntryPointMethod.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeEntryPointMethod.cs#L8C9-L8C42" - } - ], - "DocsId": "T:System.CodeDom.CodeEntryPointMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeEntryPointMethod.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeEventReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeEventReferenceExpression.cs#L10C9-L10C50" - }, - { - "DocsId": "M:System.CodeDom.CodeEventReferenceExpression.#ctor(System.CodeDom.CodeExpression,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeEventReferenceExpression.cs#L12C9-L16C10" - }, - { - "DocsId": "P:System.CodeDom.CodeEventReferenceExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeEventReferenceExpression.cs#L18C46-L18C50" - }, - { - "DocsId": "P:System.CodeDom.CodeEventReferenceExpression.EventName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeEventReferenceExpression.cs#L22C20-L22C46" - } - ], - "DocsId": "T:System.CodeDom.CodeEventReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeEventReferenceExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpression.cs" - } - ], - "DocsId": "T:System.CodeDom.CodeExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeExpressionCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L10C9-L10C46" - }, - { - "DocsId": "M:System.CodeDom.CodeExpressionCollection.#ctor(System.CodeDom.CodeExpressionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeExpressionCollection.#ctor(System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeExpressionCollection.Add(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L28C49-L28C64" - }, - { - "DocsId": "M:System.CodeDom.CodeExpressionCollection.AddRange(System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L32C13-L41C10" - }, - { - "DocsId": "M:System.CodeDom.CodeExpressionCollection.AddRange(System.CodeDom.CodeExpressionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L45C13-L55C10" - }, - { - "DocsId": "M:System.CodeDom.CodeExpressionCollection.Contains(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L57C55-L57C75" - }, - { - "DocsId": "M:System.CodeDom.CodeExpressionCollection.CopyTo(System.CodeDom.CodeExpression[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L59C66-L59C91" - }, - { - "DocsId": "M:System.CodeDom.CodeExpressionCollection.IndexOf(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L61C53-L61C72" - }, - { - "DocsId": "M:System.CodeDom.CodeExpressionCollection.Insert(System.Int32,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L63C64-L63C89" - }, - { - "DocsId": "M:System.CodeDom.CodeExpressionCollection.Remove(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L65C53-L65C71" - }, - { - "DocsId": "P:System.CodeDom.CodeExpressionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L24C20-L24C47" - } - ], - "DocsId": "T:System.CodeDom.CodeExpressionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeExpressionStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionStatement.cs#L8C9-L8C45" - }, - { - "DocsId": "M:System.CodeDom.CodeExpressionStatement.#ctor(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionStatement.cs#L10C9-L13C10" - }, - { - "DocsId": "P:System.CodeDom.CodeExpressionStatement.Expression", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionStatement.cs#L15C44-L15C48" - } - ], - "DocsId": "T:System.CodeDom.CodeExpressionStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeFieldReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeFieldReferenceExpression.cs#L10C9-L10C50" - }, - { - "DocsId": "M:System.CodeDom.CodeFieldReferenceExpression.#ctor(System.CodeDom.CodeExpression,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeFieldReferenceExpression.cs#L12C9-L16C10" - }, - { - "DocsId": "P:System.CodeDom.CodeFieldReferenceExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeFieldReferenceExpression.cs#L18C46-L18C50" - }, - { - "DocsId": "P:System.CodeDom.CodeFieldReferenceExpression.FieldName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeFieldReferenceExpression.cs#L22C20-L22C46" - } - ], - "DocsId": "T:System.CodeDom.CodeFieldReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeFieldReferenceExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeGotoStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeGotoStatement.cs#L10C9-L10C39" - }, - { - "DocsId": "M:System.CodeDom.CodeGotoStatement.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeGotoStatement.cs#L12C9-L15C10" - }, - { - "DocsId": "P:System.CodeDom.CodeGotoStatement.Label", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeGotoStatement.cs#L19C20-L19C26" - } - ], - "DocsId": "T:System.CodeDom.CodeGotoStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeGotoStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeIndexerExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeIndexerExpression.cs#L10C9-L10C43" - }, - { - "DocsId": "M:System.CodeDom.CodeIndexerExpression.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeIndexerExpression.cs#L12C9-L16C10" - }, - { - "DocsId": "P:System.CodeDom.CodeIndexerExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeIndexerExpression.cs#L18C46-L18C50" - }, - { - "DocsId": "P:System.CodeDom.CodeIndexerExpression.Indices", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeIndexerExpression.cs#L20C52-L20C95" - } - ], - "DocsId": "T:System.CodeDom.CodeIndexerExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeIndexerExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeIterationStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L24C62-L8C44" - }, - { - "DocsId": "M:System.CodeDom.CodeIterationStatement.#ctor(System.CodeDom.CodeStatement,System.CodeDom.CodeExpression,System.CodeDom.CodeStatement,System.CodeDom.CodeStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L24C62-L16C10" - }, - { - "DocsId": "P:System.CodeDom.CodeIterationStatement.InitStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L18C46-L18C50" - }, - { - "DocsId": "P:System.CodeDom.CodeIterationStatement.TestExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L20C48-L20C52" - }, - { - "DocsId": "P:System.CodeDom.CodeIterationStatement.IncrementStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L22C51-L22C55" - }, - { - "DocsId": "P:System.CodeDom.CodeIterationStatement.Statements", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L24C53-L24C57" - } - ], - "DocsId": "T:System.CodeDom.CodeIterationStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeLabeledStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs#L10C9-L10C42" - }, - { - "DocsId": "M:System.CodeDom.CodeLabeledStatement.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeLabeledStatement.#ctor(System.String,System.CodeDom.CodeStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs#L17C9-L21C10" - }, - { - "DocsId": "P:System.CodeDom.CodeLabeledStatement.Label", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs#L25C20-L25C42" - }, - { - "DocsId": "P:System.CodeDom.CodeLabeledStatement.Statement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs#L29C42-L29C46" - } - ], - "DocsId": "T:System.CodeDom.CodeLabeledStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeLinePragma.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeLinePragma.cs#L10C9-L10C36" - }, - { - "DocsId": "M:System.CodeDom.CodeLinePragma.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeLinePragma.cs#L12C9-L16C10" - }, - { - "DocsId": "P:System.CodeDom.CodeLinePragma.FileName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeLinePragma.cs#L20C20-L20C45" - }, - { - "DocsId": "P:System.CodeDom.CodeLinePragma.LineNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeLinePragma.cs#L24C33-L24C37" - } - ], - "DocsId": "T:System.CodeDom.CodeLinePragma", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeLinePragma.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeMemberEvent.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberEvent.cs#L11C9-L11C37" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberEvent.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberEvent.cs#L15C20-L15C55" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberEvent.PrivateImplementationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberEvent.cs#L19C62-L19C66" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberEvent.ImplementationTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberEvent.cs#L21C67-L21C125" - } - ], - "DocsId": "T:System.CodeDom.CodeMemberEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberEvent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeMemberField.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L10C9-L10C37" - }, - { - "DocsId": "M:System.CodeDom.CodeMemberField.#ctor(System.CodeDom.CodeTypeReference,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L12C9-L16C10" - }, - { - "DocsId": "M:System.CodeDom.CodeMemberField.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L18C9-L22C10" - }, - { - "DocsId": "M:System.CodeDom.CodeMemberField.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L24C9-L28C10" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberField.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L32C20-L32C55" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberField.InitExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L36C48-L36C52" - } - ], - "DocsId": "T:System.CodeDom.CodeMemberField", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeMemberMethod.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L8C9-L9C94" - }, - { - "DocsId": "E:System.CodeDom.CodeMemberMethod.PopulateParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs" - }, - { - "DocsId": "E:System.CodeDom.CodeMemberMethod.PopulateStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs" - }, - { - "DocsId": "E:System.CodeDom.CodeMemberMethod.PopulateImplementationTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberMethod.ReturnType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L26C20-L26C80" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberMethod.Statements", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L34C17-L40C36" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberMethod.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L48C17-L54C36" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberMethod.PrivateImplementationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L58C62-L58C66" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberMethod.ImplementationTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L64C17-L72C45" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberMethod.ReturnTypeCustomAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L76C81-L76C143" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberMethod.TypeParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L78C62-L78C115" - } - ], - "DocsId": "T:System.CodeDom.CodeMemberMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeMemberProperty.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L49C65-L53C133" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberProperty.PrivateImplementationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L13C62-L13C66" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberProperty.ImplementationTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L15C67-L15C125" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberProperty.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L19C20-L19C55" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberProperty.HasGet", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L25C20-L25C54" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberProperty.HasSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L38C20-L38C54" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberProperty.GetStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L49C56-L49C60" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberProperty.SetStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L51C56-L51C60" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberProperty.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L53C74-L53C78" - } - ], - "DocsId": "T:System.CodeDom.CodeMemberProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeMethodInvokeExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs#L30C63-L10C48" - }, - { - "DocsId": "M:System.CodeDom.CodeMethodInvokeExpression.#ctor(System.CodeDom.CodeMethodReferenceExpression,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs#L30C63-L16C10" - }, - { - "DocsId": "M:System.CodeDom.CodeMethodInvokeExpression.#ctor(System.CodeDom.CodeExpression,System.String,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs#L30C63-L22C10" - }, - { - "DocsId": "P:System.CodeDom.CodeMethodInvokeExpression.Method", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs#L26C20-L26C67" - }, - { - "DocsId": "P:System.CodeDom.CodeMethodInvokeExpression.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs#L30C54-L30C58" - } - ], - "DocsId": "T:System.CodeDom.CodeMethodInvokeExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeMethodReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L11C9-L11C51" - }, - { - "DocsId": "M:System.CodeDom.CodeMethodReferenceExpression.#ctor(System.CodeDom.CodeExpression,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L13C9-L17C10" - }, - { - "DocsId": "M:System.CodeDom.CodeMethodReferenceExpression.#ctor(System.CodeDom.CodeExpression,System.String,System.CodeDom.CodeTypeReference[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L19C9-L27C10" - }, - { - "DocsId": "P:System.CodeDom.CodeMethodReferenceExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L29C46-L29C50" - }, - { - "DocsId": "P:System.CodeDom.CodeMethodReferenceExpression.MethodName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L33C20-L33C47" - }, - { - "DocsId": "P:System.CodeDom.CodeMethodReferenceExpression.TypeArguments", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L37C61-L37C113" - } - ], - "DocsId": "T:System.CodeDom.CodeMethodReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeMethodReturnStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodReturnStatement.cs#L8C9-L8C47" - }, - { - "DocsId": "M:System.CodeDom.CodeMethodReturnStatement.#ctor(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodReturnStatement.cs#L10C9-L13C10" - }, - { - "DocsId": "P:System.CodeDom.CodeMethodReturnStatement.Expression", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodReturnStatement.cs#L15C44-L15C48" - } - ], - "DocsId": "T:System.CodeDom.CodeMethodReturnStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodReturnStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeNamespace.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L10C9-L23C35" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespace.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L10C9-L28C10" - }, - { - "DocsId": "E:System.CodeDom.CodeNamespace.PopulateComments", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs" - }, - { - "DocsId": "E:System.CodeDom.CodeNamespace.PopulateImports", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs" - }, - { - "DocsId": "E:System.CodeDom.CodeNamespace.PopulateTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespace.Types", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L34C17-L40C33" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespace.Imports", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L48C17-L54C33" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespace.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L60C20-L60C41" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespace.Comments", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L68C17-L74C34" - } - ], - "DocsId": "T:System.CodeDom.CodeNamespace", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeNamespaceCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L10C9-L10C45" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceCollection.#ctor(System.CodeDom.CodeNamespaceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceCollection.#ctor(System.CodeDom.CodeNamespace[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceCollection.Add(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L28C48-L28C63" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceCollection.AddRange(System.CodeDom.CodeNamespace[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L32C13-L41C10" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceCollection.AddRange(System.CodeDom.CodeNamespaceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L45C13-L55C10" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceCollection.Contains(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L57C54-L57C74" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceCollection.CopyTo(System.CodeDom.CodeNamespace[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L59C65-L59C90" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceCollection.IndexOf(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L61C52-L61C71" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceCollection.Insert(System.Int32,System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L63C63-L63C88" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceCollection.Remove(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L65C52-L65C70" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespaceCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L24C20-L24C46" - } - ], - "DocsId": "T:System.CodeDom.CodeNamespaceCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeNamespaceImport.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImport.cs#L10C9-L10C41" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImport.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImport.cs#L12C9-L15C10" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespaceImport.LinePragma", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImport.cs#L17C44-L17C48" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespaceImport.Namespace", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImport.cs#L21C20-L21C46" - } - ], - "DocsId": "T:System.CodeDom.CodeNamespaceImport", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImport.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L26C34-L26C39" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L28C35-L28C40" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.Add(System.CodeDom.CodeNamespaceImport)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L32C13-L37C10" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.AddRange(System.CodeDom.CodeNamespaceImport[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L41C13-L50C10" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L54C13-L56C10" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L67C47-L67C68" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L71C20-L71C31" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#set_Item(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L74C17-L76C14" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L79C34-L79C39" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L81C44-L81C49" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L83C40-L83C44" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L85C60-L85C86" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L87C52-L87C67" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L89C40-L89C77" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L91C31-L91C38" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L93C46-L93C67" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L95C44-L95C85" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L99C13-L101C10" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L105C13-L107C10" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L111C13-L113C10" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L11C9-L12C152" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L16C20-L16C53" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L24C29-L24C40" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L26C34-L26C39" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L28C35-L28C40" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L71C20-L71C31" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L79C34-L79C39" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L81C44-L81C49" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L83C40-L83C44" - } - ], - "DocsId": "T:System.CodeDom.CodeNamespaceImportCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeObject.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/CodeDom/CodeObject.cs#L21C9-L21C32" - }, - { - "DocsId": "P:System.CodeDom.CodeObject.UserData", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/CodeDom/CodeObject.cs#L23C40-L23C74" - } - ], - "DocsId": "T:System.CodeDom.CodeObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/CodeDom/CodeObject.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeObjectCreateExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L36C63-L10C48" - }, - { - "DocsId": "M:System.CodeDom.CodeObjectCreateExpression.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L36C63-L16C10" - }, - { - "DocsId": "M:System.CodeDom.CodeObjectCreateExpression.#ctor(System.String,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L36C63-L22C10" - }, - { - "DocsId": "M:System.CodeDom.CodeObjectCreateExpression.#ctor(System.Type,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L36C63-L28C10" - }, - { - "DocsId": "P:System.CodeDom.CodeObjectCreateExpression.CreateType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L32C20-L32C61" - }, - { - "DocsId": "P:System.CodeDom.CodeObjectCreateExpression.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L36C54-L36C58" - } - ], - "DocsId": "T:System.CodeDom.CodeObjectCreateExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L12C9-L12C56" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpression.#ctor(System.CodeDom.CodeTypeReference,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L14C9-L18C10" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpression.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L20C9-L24C10" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpression.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L26C9-L30C10" - }, - { - "DocsId": "P:System.CodeDom.CodeParameterDeclarationExpression.CustomAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L34C20-L34C82" - }, - { - "DocsId": "P:System.CodeDom.CodeParameterDeclarationExpression.Direction", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L38C43-L38C47" - }, - { - "DocsId": "P:System.CodeDom.CodeParameterDeclarationExpression.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L42C20-L42C55" - }, - { - "DocsId": "P:System.CodeDom.CodeParameterDeclarationExpression.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L48C20-L48C41" - } - ], - "DocsId": "T:System.CodeDom.CodeParameterDeclarationExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L10C9-L10C66" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.#ctor(System.CodeDom.CodeParameterDeclarationExpressionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.#ctor(System.CodeDom.CodeParameterDeclarationExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.Add(System.CodeDom.CodeParameterDeclarationExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L28C69-L28C84" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.AddRange(System.CodeDom.CodeParameterDeclarationExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L32C13-L41C10" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.AddRange(System.CodeDom.CodeParameterDeclarationExpressionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L45C13-L55C10" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.Contains(System.CodeDom.CodeParameterDeclarationExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L57C75-L57C95" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.CopyTo(System.CodeDom.CodeParameterDeclarationExpression[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L59C86-L59C111" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.IndexOf(System.CodeDom.CodeParameterDeclarationExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L61C73-L61C92" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.Insert(System.Int32,System.CodeDom.CodeParameterDeclarationExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L63C84-L63C109" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.Remove(System.CodeDom.CodeParameterDeclarationExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L65C73-L65C91" - }, - { - "DocsId": "P:System.CodeDom.CodeParameterDeclarationExpressionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L24C20-L24C67" - } - ], - "DocsId": "T:System.CodeDom.CodeParameterDeclarationExpressionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodePrimitiveExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodePrimitiveExpression.cs#L8C9-L8C45" - }, - { - "DocsId": "M:System.CodeDom.CodePrimitiveExpression.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodePrimitiveExpression.cs#L10C9-L13C10" - }, - { - "DocsId": "P:System.CodeDom.CodePrimitiveExpression.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodePrimitiveExpression.cs#L15C31-L15C35" - } - ], - "DocsId": "T:System.CodeDom.CodePrimitiveExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodePrimitiveExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodePropertyReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertyReferenceExpression.cs#L10C9-L10C53" - }, - { - "DocsId": "M:System.CodeDom.CodePropertyReferenceExpression.#ctor(System.CodeDom.CodeExpression,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertyReferenceExpression.cs#L12C9-L16C10" - }, - { - "DocsId": "P:System.CodeDom.CodePropertyReferenceExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertyReferenceExpression.cs#L18C46-L18C50" - }, - { - "DocsId": "P:System.CodeDom.CodePropertyReferenceExpression.PropertyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertyReferenceExpression.cs#L22C20-L22C49" - } - ], - "DocsId": "T:System.CodeDom.CodePropertyReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertyReferenceExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodePropertySetValueReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertySetValueReferenceExpression.cs" - } - ], - "DocsId": "T:System.CodeDom.CodePropertySetValueReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertySetValueReferenceExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeRegionDirective.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionDirective.cs#L10C9-L10C41" - }, - { - "DocsId": "M:System.CodeDom.CodeRegionDirective.#ctor(System.CodeDom.CodeRegionMode,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionDirective.cs#L12C9-L16C10" - }, - { - "DocsId": "P:System.CodeDom.CodeRegionDirective.RegionText", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionDirective.cs#L20C20-L20C47" - }, - { - "DocsId": "P:System.CodeDom.CodeRegionDirective.RegionMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionDirective.cs#L24C44-L24C48" - } - ], - "DocsId": "T:System.CodeDom.CodeRegionDirective", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionDirective.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.CodeDom.CodeRegionMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionMode.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeRegionMode.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionMode.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeRegionMode.Start", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionMode.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeRegionMode.End", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionMode.cs" - } - ], - "DocsId": "T:System.CodeDom.CodeRegionMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeRemoveEventStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs#L10C9-L10C46" - }, - { - "DocsId": "M:System.CodeDom.CodeRemoveEventStatement.#ctor(System.CodeDom.CodeEventReferenceExpression,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs#L12C9-L16C10" - }, - { - "DocsId": "M:System.CodeDom.CodeRemoveEventStatement.#ctor(System.CodeDom.CodeExpression,System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs#L18C9-L22C10" - }, - { - "DocsId": "P:System.CodeDom.CodeRemoveEventStatement.Event", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs#L26C20-L26C68" - }, - { - "DocsId": "P:System.CodeDom.CodeRemoveEventStatement.Listener", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs#L30C42-L30C46" - } - ], - "DocsId": "T:System.CodeDom.CodeRemoveEventStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeSnippetCompileUnit.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetCompileUnit.cs#L10C9-L10C44" - }, - { - "DocsId": "M:System.CodeDom.CodeSnippetCompileUnit.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetCompileUnit.cs#L12C9-L15C10" - }, - { - "DocsId": "P:System.CodeDom.CodeSnippetCompileUnit.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetCompileUnit.cs#L19C20-L19C42" - }, - { - "DocsId": "P:System.CodeDom.CodeSnippetCompileUnit.LinePragma", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetCompileUnit.cs#L23C44-L23C48" - } - ], - "DocsId": "T:System.CodeDom.CodeSnippetCompileUnit", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetCompileUnit.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeSnippetExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetExpression.cs#L10C9-L10C43" - }, - { - "DocsId": "M:System.CodeDom.CodeSnippetExpression.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetExpression.cs#L12C9-L15C10" - }, - { - "DocsId": "P:System.CodeDom.CodeSnippetExpression.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetExpression.cs#L19C20-L19C42" - } - ], - "DocsId": "T:System.CodeDom.CodeSnippetExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeSnippetStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetStatement.cs#L10C9-L10C42" - }, - { - "DocsId": "M:System.CodeDom.CodeSnippetStatement.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetStatement.cs#L12C9-L15C10" - }, - { - "DocsId": "P:System.CodeDom.CodeSnippetStatement.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetStatement.cs#L19C20-L19C42" - } - ], - "DocsId": "T:System.CodeDom.CodeSnippetStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeSnippetTypeMember.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetTypeMember.cs#L10C9-L10C43" - }, - { - "DocsId": "M:System.CodeDom.CodeSnippetTypeMember.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetTypeMember.cs#L12C9-L15C10" - }, - { - "DocsId": "P:System.CodeDom.CodeSnippetTypeMember.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetTypeMember.cs#L19C20-L19C41" - } - ], - "DocsId": "T:System.CodeDom.CodeSnippetTypeMember", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetTypeMember.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatement.cs" - }, - { - "DocsId": "P:System.CodeDom.CodeStatement.LinePragma", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatement.cs#L11C44-L11C48" - }, - { - "DocsId": "P:System.CodeDom.CodeStatement.StartDirectives", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatement.cs#L13C59-L13C109" - }, - { - "DocsId": "P:System.CodeDom.CodeStatement.EndDirectives", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatement.cs#L15C57-L15C105" - } - ], - "DocsId": "T:System.CodeDom.CodeStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeStatementCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L10C9-L10C45" - }, - { - "DocsId": "M:System.CodeDom.CodeStatementCollection.#ctor(System.CodeDom.CodeStatementCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeStatementCollection.#ctor(System.CodeDom.CodeStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeStatementCollection.Add(System.CodeDom.CodeStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L28C48-L28C63" - }, - { - "DocsId": "M:System.CodeDom.CodeStatementCollection.Add(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L30C49-L30C88" - }, - { - "DocsId": "M:System.CodeDom.CodeStatementCollection.AddRange(System.CodeDom.CodeStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L34C13-L43C10" - }, - { - "DocsId": "M:System.CodeDom.CodeStatementCollection.AddRange(System.CodeDom.CodeStatementCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L47C13-L57C10" - }, - { - "DocsId": "M:System.CodeDom.CodeStatementCollection.Contains(System.CodeDom.CodeStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L59C54-L59C74" - }, - { - "DocsId": "M:System.CodeDom.CodeStatementCollection.CopyTo(System.CodeDom.CodeStatement[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L61C65-L61C90" - }, - { - "DocsId": "M:System.CodeDom.CodeStatementCollection.IndexOf(System.CodeDom.CodeStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L63C52-L63C71" - }, - { - "DocsId": "M:System.CodeDom.CodeStatementCollection.Insert(System.Int32,System.CodeDom.CodeStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L65C63-L65C88" - }, - { - "DocsId": "M:System.CodeDom.CodeStatementCollection.Remove(System.CodeDom.CodeStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L67C52-L67C70" - }, - { - "DocsId": "P:System.CodeDom.CodeStatementCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L24C20-L24C46" - } - ], - "DocsId": "T:System.CodeDom.CodeStatementCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeThisReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeThisReferenceExpression.cs" - } - ], - "DocsId": "T:System.CodeDom.CodeThisReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeThisReferenceExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeThrowExceptionStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeThrowExceptionStatement.cs#L8C9-L8C49" - }, - { - "DocsId": "M:System.CodeDom.CodeThrowExceptionStatement.#ctor(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeThrowExceptionStatement.cs#L10C9-L13C10" - }, - { - "DocsId": "P:System.CodeDom.CodeThrowExceptionStatement.ToThrow", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeThrowExceptionStatement.cs#L15C41-L15C45" - } - ], - "DocsId": "T:System.CodeDom.CodeThrowExceptionStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeThrowExceptionStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTryCatchFinallyStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L23C65-L8C50" - }, - { - "DocsId": "M:System.CodeDom.CodeTryCatchFinallyStatement.#ctor(System.CodeDom.CodeStatement[],System.CodeDom.CodeCatchClause[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L23C65-L14C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTryCatchFinallyStatement.#ctor(System.CodeDom.CodeStatement[],System.CodeDom.CodeCatchClause[],System.CodeDom.CodeStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L23C65-L21C10" - }, - { - "DocsId": "P:System.CodeDom.CodeTryCatchFinallyStatement.TryStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L23C56-L23C60" - }, - { - "DocsId": "P:System.CodeDom.CodeTryCatchFinallyStatement.CatchClauses", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L25C57-L25C61" - }, - { - "DocsId": "P:System.CodeDom.CodeTryCatchFinallyStatement.FinallyStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L27C60-L27C64" - } - ], - "DocsId": "T:System.CodeDom.CodeTryCatchFinallyStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTypeConstructor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeConstructor.cs#L8C9-L11C10" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeConstructor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeConstructor.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTypeDeclaration.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L10C9-L22C41" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeDeclaration.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L10C9-L27C10" - }, - { - "DocsId": "E:System.CodeDom.CodeTypeDeclaration.PopulateBaseTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs" - }, - { - "DocsId": "E:System.CodeDom.CodeTypeDeclaration.PopulateMembers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeDeclaration.TypeAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L29C48-L29C52" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeDeclaration.BaseTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L35C17-L41C35" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeDeclaration.IsClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L47C20-L47C122" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeDeclaration.IsStruct", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L62C20-L62C29" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeDeclaration.IsEnum", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L77C20-L77C27" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeDeclaration.IsInterface", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L92C20-L92C100" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeDeclaration.IsPartial", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L109C33-L109C37" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeDeclaration.Members", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L115C17-L121C33" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeDeclaration.TypeParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L125C62-L125C115" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeDeclaration", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L10C9-L10C51" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.#ctor(System.CodeDom.CodeTypeDeclarationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.#ctor(System.CodeDom.CodeTypeDeclaration[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.Add(System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L28C54-L28C69" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.AddRange(System.CodeDom.CodeTypeDeclaration[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L32C13-L41C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.AddRange(System.CodeDom.CodeTypeDeclarationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L45C13-L55C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.Contains(System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L57C60-L57C80" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.CopyTo(System.CodeDom.CodeTypeDeclaration[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L59C71-L59C96" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.IndexOf(System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L61C58-L61C77" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.Insert(System.Int32,System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L63C69-L63C94" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.Remove(System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L65C58-L65C76" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeDeclarationCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L24C20-L24C52" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeDeclarationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTypeDelegate.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDelegate.cs#L31C83-L18C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeDelegate.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDelegate.cs#L20C48-L23C10" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeDelegate.ReturnType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDelegate.cs#L27C20-L27C61" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeDelegate.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDelegate.cs#L31C74-L31C78" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeDelegate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDelegate.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTypeMember.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L19C60-L29C103" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeMember.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L15C20-L15C41" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeMember.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L19C46-L19C50" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeMember.CustomAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L23C20-L23C82" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeMember.LinePragma", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L27C44-L27C48" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeMember.Comments", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L29C58-L29C62" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeMember.StartDirectives", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L31C59-L31C109" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeMember.EndDirectives", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L33C57-L33C105" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeMember", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L10C9-L10C46" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.#ctor(System.CodeDom.CodeTypeMemberCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.#ctor(System.CodeDom.CodeTypeMember[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.Add(System.CodeDom.CodeTypeMember)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L28C49-L28C64" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.AddRange(System.CodeDom.CodeTypeMember[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L32C13-L41C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.AddRange(System.CodeDom.CodeTypeMemberCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L45C13-L55C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.Contains(System.CodeDom.CodeTypeMember)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L57C55-L57C75" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.CopyTo(System.CodeDom.CodeTypeMember[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L59C66-L59C91" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.IndexOf(System.CodeDom.CodeTypeMember)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L61C53-L61C72" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.Insert(System.Int32,System.CodeDom.CodeTypeMember)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L63C64-L63C89" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.Remove(System.CodeDom.CodeTypeMember)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L65C53-L65C71" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeMemberCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L24C20-L24C47" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeMemberCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTypeOfExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs#L10C9-L10C42" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeOfExpression.#ctor(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeOfExpression.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeOfExpression.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs#L22C9-L25C10" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeOfExpression.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs#L29C20-L29C55" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeOfExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTypeParameter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L12C9-L12C39" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeParameter.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L14C9-L17C10" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeParameter.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L21C20-L21C41" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeParameter.Constraints", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L25C59-L25C109" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeParameter.CustomAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L27C71-L27C133" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeParameter.HasConstructorConstraint", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L29C48-L29C52" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L10C9-L10C49" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.#ctor(System.CodeDom.CodeTypeParameterCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.#ctor(System.CodeDom.CodeTypeParameter[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.Add(System.CodeDom.CodeTypeParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L28C52-L28C67" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L30C42-L30C75" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.AddRange(System.CodeDom.CodeTypeParameter[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L34C13-L43C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.AddRange(System.CodeDom.CodeTypeParameterCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L47C13-L57C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.Contains(System.CodeDom.CodeTypeParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L59C58-L59C78" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.CopyTo(System.CodeDom.CodeTypeParameter[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L61C69-L61C94" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.IndexOf(System.CodeDom.CodeTypeParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L63C56-L63C75" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.Insert(System.Int32,System.CodeDom.CodeTypeParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L65C67-L65C92" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.Remove(System.CodeDom.CodeTypeParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L67C56-L67C74" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeParameterCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L24C20-L24C50" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeParameterCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.CodeDom.CodeTypeReferenceOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeTypeReferenceOptions.GlobalReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeTypeReferenceOptions.GenericTypeParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeReferenceOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L36C9-L41C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L43C9-L64C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.Type,System.CodeDom.CodeTypeReferenceOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L66C97-L69C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.String,System.CodeDom.CodeTypeReferenceOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L71C9-L74C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L76C9-L79C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.String,System.CodeDom.CodeTypeReference[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L276C95-L282C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.CodeDom.CodeTypeParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L286C13-L289C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L292C9-L297C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.CodeDom.CodeTypeReference,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L299C9-L304C10" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeReference.ArrayElementType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L306C54-L306C58" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeReference.ArrayRank", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L308C32-L308C36" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeReference.BaseType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L316C17-L329C32" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeReference.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L338C51-L338C55" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeReference.TypeArguments", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L344C17-L349C77" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L18C9-L18C49" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.#ctor(System.CodeDom.CodeTypeReferenceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L20C9-L23C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.#ctor(System.CodeDom.CodeTypeReference[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L25C9-L28C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.Add(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L36C52-L36C67" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L38C42-L38C75" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.Add(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L40C40-L40C73" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.AddRange(System.CodeDom.CodeTypeReference[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L44C13-L53C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.AddRange(System.CodeDom.CodeTypeReferenceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L57C13-L67C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.Contains(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L69C58-L69C78" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.CopyTo(System.CodeDom.CodeTypeReference[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L71C69-L71C94" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.IndexOf(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L73C56-L73C75" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.Insert(System.Int32,System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L75C67-L75C92" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.Remove(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L77C56-L77C74" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeReferenceCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L32C19-L32C62" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeReferenceCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs#L10C9-L10C49" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceExpression.#ctor(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceExpression.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceExpression.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs#L22C9-L25C10" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeReferenceExpression.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs#L29C20-L29C55" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeVariableDeclarationStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L11C9-L11C54" - }, - { - "DocsId": "M:System.CodeDom.CodeVariableDeclarationStatement.#ctor(System.CodeDom.CodeTypeReference,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L13C9-L17C10" - }, - { - "DocsId": "M:System.CodeDom.CodeVariableDeclarationStatement.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L19C9-L23C10" - }, - { - "DocsId": "M:System.CodeDom.CodeVariableDeclarationStatement.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L25C9-L29C10" - }, - { - "DocsId": "M:System.CodeDom.CodeVariableDeclarationStatement.#ctor(System.CodeDom.CodeTypeReference,System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L31C9-L36C10" - }, - { - "DocsId": "M:System.CodeDom.CodeVariableDeclarationStatement.#ctor(System.String,System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L38C9-L43C10" - }, - { - "DocsId": "M:System.CodeDom.CodeVariableDeclarationStatement.#ctor(System.Type,System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L45C9-L50C10" - }, - { - "DocsId": "P:System.CodeDom.CodeVariableDeclarationStatement.InitExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L52C48-L52C52" - }, - { - "DocsId": "P:System.CodeDom.CodeVariableDeclarationStatement.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L56C20-L56C41" - }, - { - "DocsId": "P:System.CodeDom.CodeVariableDeclarationStatement.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L62C20-L62C55" - } - ], - "DocsId": "T:System.CodeDom.CodeVariableDeclarationStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeVariableReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableReferenceExpression.cs#L10C9-L10C53" - }, - { - "DocsId": "M:System.CodeDom.CodeVariableReferenceExpression.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableReferenceExpression.cs#L12C9-L15C10" - }, - { - "DocsId": "P:System.CodeDom.CodeVariableReferenceExpression.VariableName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableReferenceExpression.cs#L19C20-L19C49" - } - ], - "DocsId": "T:System.CodeDom.CodeVariableReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableReferenceExpression.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.CodeDom.FieldDirection.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/FieldDirection.cs" - }, - { - "DocsId": "F:System.CodeDom.FieldDirection.In", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/FieldDirection.cs" - }, - { - "DocsId": "F:System.CodeDom.FieldDirection.Out", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/FieldDirection.cs" - }, - { - "DocsId": "F:System.CodeDom.FieldDirection.Ref", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/FieldDirection.cs" - } - ], - "DocsId": "T:System.CodeDom.FieldDirection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/FieldDirection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.CodeDom.MemberAttributes.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.Abstract", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.Final", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.Static", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.Override", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.Const", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.New", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.Overloaded", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.Assembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.FamilyAndAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.Family", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.FamilyOrAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.Private", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.Public", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.AccessMask", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.ScopeMask", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.VTableMask", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - } - ], - "DocsId": "T:System.CodeDom.MemberAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.System#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromDom(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L13C13-L26C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.System#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromFile(System.CodeDom.Compiler.CompilerParameters,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L30C13-L43C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.System#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromSource(System.CodeDom.Compiler.CompilerParameters,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L47C13-L60C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.System#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromSourceBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L64C13-L77C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.System#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromFileBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L81C13-L104C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.System#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromDomBatch(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L108C13-L121C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.FromDom(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L129C13-L134C72" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.FromFile(System.CodeDom.Compiler.CompilerParameters,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L139C13-L151C71" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.FromSource(System.CodeDom.Compiler.CompilerParameters,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L156C13-L161C71" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.FromDomBatch(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L166C13-L194C54" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.FromFileBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L213C13-L222C55" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.ProcessCompilerOutputLine(System.CodeDom.Compiler.CompilerResults,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.CmdArgsFromParameters(System.CodeDom.Compiler.CompilerParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.GetResponseFileCmdArgs(System.CodeDom.Compiler.CompilerParameters,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L231C13-L240C52" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.FromSourceBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L245C13-L267C54" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.JoinStringArray(System.String[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L272C13-L294C34" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeCompiler.FileExtension", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeCompiler.CompilerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" - } - ], - "DocsId": "T:System.CodeDom.Compiler.CodeCompiler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateProvider(System.String,System.Collections.Generic.IDictionary{System.String,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L55C13-L56C65" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateProvider(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L61C13-L62C50" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GetLanguageFromExtension(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L67C13-L72C55" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.IsDefinedLanguage(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L75C66-L75C117" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.IsDefinedExtension(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L77C68-L77C121" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GetCompilerInfo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L81C13-L86C33" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GetAllCompilerInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L113C62-L113C89" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateGenerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateGenerator(System.IO.TextWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L123C77-L123C94" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateGenerator(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L125C75-L125C92" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateCompiler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateParser", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L132C54-L132C58" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GetConverter(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L134C65-L134C98" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromDom(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L137C13-L137C90" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromFile(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L140C13-L140C84" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromSource(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L143C13-L143C84" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.IsValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L146C13-L146C61" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateEscapedIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L149C13-L149C67" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L152C13-L152C65" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GetTypeOutput(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L155C13-L155C56" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.Supports(System.CodeDom.Compiler.GeneratorSupport)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L158C13-L158C63" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromExpression(System.CodeDom.CodeExpression,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L161C13-L161C92" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromStatement(System.CodeDom.CodeStatement,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L164C13-L164C90" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromNamespace(System.CodeDom.CodeNamespace,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L167C13-L167C94" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromCompileUnit(System.CodeDom.CodeCompileUnit,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L170C13-L170C94" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromType(System.CodeDom.CodeTypeDeclaration,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L173C13-L173C84" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromMember(System.CodeDom.CodeTypeMember,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L177C13-L177C75" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.Parse(System.IO.TextReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L181C13-L181C51" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeDomProvider.FileExtension", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L115C48-L115C60" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeDomProvider.LanguageOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L117C59-L117C79" - } - ], - "DocsId": "T:System.CodeDom.Compiler.CodeDomProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateDirectives(System.CodeDom.CodeDirectiveCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L105C9-L105C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateNamespaces(System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L229C41-L233C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateTypes(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L237C13-L250C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#Supports(System.CodeDom.Compiler.GeneratorSupport)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L252C67-L252C84" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#GenerateCodeFromType(System.CodeDom.CodeTypeDeclaration,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L256C13-L280C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#GenerateCodeFromExpression(System.CodeDom.CodeExpression,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L284C13-L308C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#GenerateCodeFromCompileUnit(System.CodeDom.CodeCompileUnit,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L312C13-L343C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#GenerateCodeFromNamespace(System.CodeDom.CodeNamespace,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L347C13-L371C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#GenerateCodeFromStatement(System.CodeDom.CodeStatement,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L375C13-L399C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateCodeFromMember(System.CodeDom.CodeTypeMember,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L403C13-L427C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#IsValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L429C64-L429C88" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#ValidateIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L431C65-L431C90" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#CreateEscapedIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L433C72-L433C102" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#CreateValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L435C70-L435C98" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#GetTypeOutput(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L437C72-L437C91" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateExpression(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L511C13-L619C116" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateSnippetCompileUnit(System.CodeDom.CodeSnippetCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L716C13-L737C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateCompileUnit(System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L799C13-L802C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateNamespace(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L806C13-L819C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateNamespaceImports(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L823C13-L841C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateStatement(System.CodeDom.CodeStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L880C13-L973C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateStatements(System.CodeDom.CodeStatementCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L977C13-L986C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputAttributeDeclarations(System.CodeDom.CodeAttributeDeclarationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L990C13-L1034C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputAttributeArgument(System.CodeDom.CodeAttributeArgument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1038C13-L1049C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputDirection(System.CodeDom.FieldDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L16707566C0-L1064C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputFieldScopeModifier(System.CodeDom.MemberAttributes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1068C13-L1088C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputMemberAccessModifier(System.CodeDom.MemberAttributes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1092C13-L1113C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputMemberScopeModifier(System.CodeDom.MemberAttributes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1117C13-L1151C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputType(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputTypeAttributes(System.Reflection.TypeAttributes,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1157C13-L1196C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputTypeNamePair(System.CodeDom.CodeTypeReference,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1200C13-L1203C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1205C66-L1205C85" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputExpressionList(System.CodeDom.CodeExpressionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1209C13-L1210C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputExpressionList(System.CodeDom.CodeExpressionCollection,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1214C13-L1232C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputOperator(System.CodeDom.CodeBinaryOperatorType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L16707566C0-L1290C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputParameters(System.CodeDom.CodeParameterDeclarationExpressionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1294C13-L1325C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateArrayCreateExpression(System.CodeDom.CodeArrayCreateExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateBaseReferenceExpression(System.CodeDom.CodeBaseReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateBinaryOperatorExpression(System.CodeDom.CodeBinaryOperatorExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1332C13-L1368C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.ContinueOnNewLine(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1370C64-L1370C84" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateCastExpression(System.CodeDom.CodeCastExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateDelegateCreateExpression(System.CodeDom.CodeDelegateCreateExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateFieldReferenceExpression(System.CodeDom.CodeFieldReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateArgumentReferenceExpression(System.CodeDom.CodeArgumentReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateVariableReferenceExpression(System.CodeDom.CodeVariableReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateIndexerExpression(System.CodeDom.CodeIndexerExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateArrayIndexerExpression(System.CodeDom.CodeArrayIndexerExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateSnippetExpression(System.CodeDom.CodeSnippetExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateMethodInvokeExpression(System.CodeDom.CodeMethodInvokeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateMethodReferenceExpression(System.CodeDom.CodeMethodReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateEventReferenceExpression(System.CodeDom.CodeEventReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateDelegateInvokeExpression(System.CodeDom.CodeDelegateInvokeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateObjectCreateExpression(System.CodeDom.CodeObjectCreateExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateParameterDeclarationExpression(System.CodeDom.CodeParameterDeclarationExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1388C13-L1401C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateDirectionExpression(System.CodeDom.CodeDirectionExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1405C13-L1412C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GeneratePrimitiveExpression(System.CodeDom.CodePrimitiveExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1416C13-L1474C111" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateSingleFloatValue(System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1478C69-L1478C128" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateDoubleValue(System.Double)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1480C65-L1480C124" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateDecimalValue(System.Decimal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1482C67-L1482C121" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateDefaultValueExpression(System.CodeDom.CodeDefaultValueExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1486C9-L1486C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GeneratePropertyReferenceExpression(System.CodeDom.CodePropertyReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GeneratePropertySetValueReferenceExpression(System.CodeDom.CodePropertySetValueReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateThisReferenceExpression(System.CodeDom.CodeThisReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateTypeReferenceExpression(System.CodeDom.CodeTypeReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1496C13-L1502C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateTypeOfExpression(System.CodeDom.CodeTypeOfExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1506C13-L1514C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateExpressionStatement(System.CodeDom.CodeExpressionStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateIterationStatement(System.CodeDom.CodeIterationStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateThrowExceptionStatement(System.CodeDom.CodeThrowExceptionStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateCommentStatement(System.CodeDom.CodeCommentStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1521C13-L1531C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateCommentStatements(System.CodeDom.CodeCommentStatementCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1535C13-L1544C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateComment(System.CodeDom.CodeComment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateMethodReturnStatement(System.CodeDom.CodeMethodReturnStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateConditionStatement(System.CodeDom.CodeConditionStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateTryCatchFinallyStatement(System.CodeDom.CodeTryCatchFinallyStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateAssignStatement(System.CodeDom.CodeAssignStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateAttachEventStatement(System.CodeDom.CodeAttachEventStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateRemoveEventStatement(System.CodeDom.CodeRemoveEventStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateGotoStatement(System.CodeDom.CodeGotoStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateLabeledStatement(System.CodeDom.CodeLabeledStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateSnippetStatement(System.CodeDom.CodeSnippetStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1558C13-L1564C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateVariableDeclarationStatement(System.CodeDom.CodeVariableDeclarationStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateLinePragmaStart(System.CodeDom.CodeLinePragma)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateLinePragmaEnd(System.CodeDom.CodeLinePragma)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateEvent(System.CodeDom.CodeMemberEvent,System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateField(System.CodeDom.CodeMemberField)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateSnippetMember(System.CodeDom.CodeSnippetTypeMember)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateEntryPointMethod(System.CodeDom.CodeEntryPointMethod,System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateMethod(System.CodeDom.CodeMemberMethod,System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateProperty(System.CodeDom.CodeMemberProperty,System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateConstructor(System.CodeDom.CodeConstructor,System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateTypeConstructor(System.CodeDom.CodeTypeConstructor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateTypeStart(System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateTypeEnd(System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateCompileUnitStart(System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1582C13-L1591C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateCompileUnitEnd(System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1595C13-L1604C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateNamespaceStart(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateNamespaceEnd(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateNamespaceImport(System.CodeDom.CodeNamespaceImport)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateAttributeDeclarationsStart(System.CodeDom.CodeAttributeDeclarationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateAttributeDeclarationsEnd(System.CodeDom.CodeAttributeDeclarationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.Supports(System.CodeDom.Compiler.GeneratorSupport)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.IsValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.ValidateIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1616C13-L1620C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.CreateEscapedIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.CreateValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GetTypeOutput(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.QuoteSnippetString(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.IsValidLanguageIndependentIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1627C82-L1627C137" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.ValidateIdentifiers(System.CodeDom.CodeObject)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1633C13-L1635C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.CurrentClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L21C55-L21C68" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.CurrentTypeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L23C45-L23C105" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.CurrentMember", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L25C51-L25C65" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.CurrentMemberName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L27C47-L27C109" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.IsCurrentInterface", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L29C46-L29C143" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.IsCurrentClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L31C42-L31C135" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.IsCurrentStruct", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L33C43-L33C137" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.IsCurrentEnum", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L35C41-L35C133" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.IsCurrentDelegate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L37C45-L37C103" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.Indent", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L41C20-L41C34" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.NullToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.Output", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L47C40-L47C47" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L49C51-L49C59" - } - ], - "DocsId": "T:System.CodeDom.Compiler.CodeGenerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.CodeGeneratorOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L11C9-L13C42" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGeneratorOptions.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L17C20-L17C35" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGeneratorOptions.IndentString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L25C17-L26C55" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGeneratorOptions.BracingStyle", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L35C17-L36C56" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGeneratorOptions.ElseOnClosing", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L45C17-L46C52" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGeneratorOptions.BlankLinesBetweenMembers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L55C17-L56C51" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGeneratorOptions.VerbatimOrder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L65C17-L66C52" - } - ], - "DocsId": "T:System.CodeDom.Compiler.CodeGeneratorOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.CodeParser.Parse(System.IO.TextReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeParser.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeParser.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeParser.cs" - } - ], - "DocsId": "T:System.CodeDom.Compiler.CodeParser", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeParser.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.CompilerError.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L10C34-L10C90" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerError.#ctor(System.String,System.Int32,System.Int32,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L12C9-L19C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerError.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L33C46-L35C111" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerError.Line", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L21C27-L21C31" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerError.Column", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L23C29-L23C33" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerError.ErrorNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L25C37-L25C41" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerError.ErrorText", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L27C35-L27C39" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerError.IsWarning", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L29C33-L29C37" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerError.FileName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L31C34-L31C38" - } - ], - "DocsId": "T:System.CodeDom.Compiler.CompilerError", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L10C9-L10C45" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.#ctor(System.CodeDom.Compiler.CompilerErrorCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.#ctor(System.CodeDom.Compiler.CompilerError[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.Add(System.CodeDom.Compiler.CompilerError)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L28C48-L28C63" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.AddRange(System.CodeDom.Compiler.CompilerError[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L32C13-L41C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.AddRange(System.CodeDom.Compiler.CompilerErrorCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L45C13-L55C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.Contains(System.CodeDom.Compiler.CompilerError)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L57C54-L57C74" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.CopyTo(System.CodeDom.Compiler.CompilerError[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L59C65-L59C90" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.IndexOf(System.CodeDom.Compiler.CompilerError)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L97C52-L97C71" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.Insert(System.Int32,System.CodeDom.Compiler.CompilerError)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L99C63-L99C88" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.Remove(System.CodeDom.Compiler.CompilerError)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L101C52-L101C70" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerErrorCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L24C20-L24C46" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerErrorCollection.HasErrors", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L65C17-L76C14" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerErrorCollection.HasWarnings", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L83C17-L94C14" - } - ], - "DocsId": "T:System.CodeDom.Compiler.CompilerErrorCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.CompilerInfo.GetLanguages", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L21C43-L21C79" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerInfo.GetExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L23C44-L23C81" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerInfo.CreateProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L51C13-L60C83" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerInfo.CreateProvider(System.Collections.Generic.IDictionary{System.String,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L65C13-L77C123" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerInfo.CreateDefaultCompilerParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L81C72-L81C97" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerInfo.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L89C46-L89C84" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerInfo.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L93C13-L98C88" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerInfo.CodeDomProviderType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L29C17-L37C30" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerInfo.IsCodeDomProviderTypeValid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L41C51-L41C97" - } - ], - "DocsId": "T:System.CodeDom.Compiler.CompilerInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.CompilerParameters.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L12C39-L14C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerParameters.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L17C13-L19C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerParameters.#ctor(System.String[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L22C13-L24C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerParameters.#ctor(System.String[],System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L50C60-L34C10" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.CoreAssemblyFileName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L50C46-L50C50" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.GenerateExecutable", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L52C42-L52C46" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.GenerateInMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L54C40-L54C44" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.ReferencedAssemblies", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L56C56-L56C60" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.MainClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L57C35-L57C39" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.OutputAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L59C40-L59C44" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.TempFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L63C20-L63C59" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.IncludeDebugInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L67C47-L67C51" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.TreatWarningsAsErrors", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L69C45-L69C49" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.WarningLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L71C35-L71C39" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.CompilerOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L73C41-L73C45" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.Win32Resource", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L75C39-L75C43" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.EmbeddedResources", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L77C53-L77C57" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.LinkedResources", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L79C51-L79C55" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.UserToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L81C35-L81C39" - } - ], - "DocsId": "T:System.CodeDom.Compiler.CompilerParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.CompilerResults.#ctor(System.CodeDom.Compiler.TempFileCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L32C58-L16C10" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerResults.TempFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L18C47-L18C51" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerResults.CompiledAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L24C17-L28C42" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerResults.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L32C49-L32C53" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerResults.Output", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L34C42-L34C46" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerResults.PathToAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L36C40-L36C44" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerResults.NativeCompilerReturnValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L38C48-L38C52" - } - ], - "DocsId": "T:System.CodeDom.Compiler.CompilerResults", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.Executor.ExecWait(System.String,System.CodeDom.Compiler.TempFileCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs#L20C13-L22C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.Executor.ExecWaitWithCapture(System.IntPtr,System.String,System.CodeDom.Compiler.TempFileCollection,System.String@,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs#L25C13-L25C120" - }, - { - "DocsId": "M:System.CodeDom.Compiler.Executor.ExecWaitWithCapture(System.String,System.String,System.CodeDom.Compiler.TempFileCollection,System.String@,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs#L28C13-L28C104" - }, - { - "DocsId": "M:System.CodeDom.Compiler.Executor.ExecWaitWithCapture(System.String,System.CodeDom.Compiler.TempFileCollection,System.String@,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs#L31C13-L31C122" - }, - { - "DocsId": "M:System.CodeDom.Compiler.Executor.ExecWaitWithCapture(System.IntPtr,System.String,System.String,System.CodeDom.Compiler.TempFileCollection,System.String@,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs#L35C13-L98C10" - } - ], - "DocsId": "T:System.CodeDom.Compiler.Executor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.ArraysOfArrays", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.EntryPointMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.GotoStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.MultidimensionalArrays", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.StaticConstructors", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.TryCatchStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.ReturnTypeAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.DeclareValueTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.DeclareEnums", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.DeclareDelegates", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.DeclareInterfaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.DeclareEvents", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.AssemblyAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.ParameterAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.ReferenceParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.ChainedConstructorArguments", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.NestedTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.MultipleInterfaceMembers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.PublicStaticMembers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.ComplexExpressions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.Win32Resources", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.Resources", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.PartialTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.GenericTypeReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.GenericTypeDeclaration", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.DeclareIndexerProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - } - ], - "DocsId": "T:System.CodeDom.Compiler.GeneratorSupport", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromDom(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromFile(System.CodeDom.Compiler.CompilerParameters,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSource(System.CodeDom.Compiler.CompilerParameters,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromDomBatch(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromFileBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSourceBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" - } - ], - "DocsId": "T:System.CodeDom.Compiler.ICodeCompiler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.IsValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.ValidateIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.CreateEscapedIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.CreateValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.GetTypeOutput(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.Supports(System.CodeDom.Compiler.GeneratorSupport)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromExpression(System.CodeDom.CodeExpression,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromStatement(System.CodeDom.CodeStatement,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromNamespace(System.CodeDom.CodeNamespace,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromCompileUnit(System.CodeDom.CodeCompileUnit,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromType(System.CodeDom.CodeTypeDeclaration,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" - } - ], - "DocsId": "T:System.CodeDom.Compiler.ICodeGenerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.ICodeParser.Parse(System.IO.TextReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeParser.cs" - } - ], - "DocsId": "T:System.CodeDom.Compiler.ICodeParser", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeParser.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.CodeDom.Compiler.LanguageOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/LanguageOptions.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.LanguageOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/LanguageOptions.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.LanguageOptions.CaseInsensitive", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/LanguageOptions.cs" - } - ], - "DocsId": "T:System.CodeDom.Compiler.LanguageOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/LanguageOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/IO/TempFileCollection.cs#L29C39-L31C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/IO/TempFileCollection.cs#L33C53-L35C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.#ctor(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/IO/TempFileCollection.cs#L37C9-L42C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.System#IDisposable#Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/IO/TempFileCollection.cs#L46C13-L48C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/IO/TempFileCollection.cs#L57C13-L58C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/IO/TempFileCollection.cs#L62C13-L63C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.AddExtension(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/IO/TempFileCollection.cs#L65C61-L65C99" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.AddExtension(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/IO/TempFileCollection.cs#L69C13-L76C29" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.AddFile(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/IO/TempFileCollection.cs#L81C13-L92C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/IO/TempFileCollection.cs#L94C47-L94C74" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/IO/TempFileCollection.cs#L96C52-L96C79" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/IO/TempFileCollection.cs#L98C60-L98C92" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.CopyTo(System.String[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/IO/TempFileCollection.cs#L100C62-L100C98" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/IO/TempFileCollection.cs#L104C34-L104C46" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/IO/TempFileCollection.cs#L106C40-L106C44" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/IO/TempFileCollection.cs#L108C44-L108C49" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/IO/TempFileCollection.cs#L177C13-L178C10" - }, - { - "DocsId": "P:System.CodeDom.Compiler.TempFileCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/IO/TempFileCollection.cs#L102C29-L102C41" - }, - { - "DocsId": "P:System.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/IO/TempFileCollection.cs#L104C34-L104C46" - }, - { - "DocsId": "P:System.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/IO/TempFileCollection.cs#L106C40-L106C44" - }, - { - "DocsId": "P:System.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/IO/TempFileCollection.cs#L108C44-L108C49" - }, - { - "DocsId": "P:System.CodeDom.Compiler.TempFileCollection.TempDir", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/IO/TempFileCollection.cs#L110C34-L110C58" - }, - { - "DocsId": "P:System.CodeDom.Compiler.TempFileCollection.BasePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/IO/TempFileCollection.cs#L116C17-L117C34" - }, - { - "DocsId": "P:System.CodeDom.Compiler.TempFileCollection.KeepFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/IO/TempFileCollection.cs#L167C33-L167C37" - } - ], - "DocsId": "T:System.CodeDom.Compiler.TempFileCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/IO/TempFileCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.VisualBasic.VBCodeProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L18C9-L21C10" - }, - { - "DocsId": "M:Microsoft.VisualBasic.VBCodeProvider.#ctor(System.Collections.Generic.IDictionary{System.String,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L23C9-L31C10" - }, - { - "DocsId": "M:Microsoft.VisualBasic.VBCodeProvider.CreateGenerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L38C61-L38C71" - }, - { - "DocsId": "M:Microsoft.VisualBasic.VBCodeProvider.CreateCompiler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L41C59-L41C69" - }, - { - "DocsId": "M:Microsoft.VisualBasic.VBCodeProvider.GetConverter(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L44C13-L46C36" - }, - { - "DocsId": "M:Microsoft.VisualBasic.VBCodeProvider.GenerateCodeFromMember(System.CodeDom.CodeTypeMember,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L49C13-L49C71" - }, - { - "DocsId": "P:Microsoft.VisualBasic.VBCodeProvider.FileExtension", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L33C49-L33C53" - }, - { - "DocsId": "P:Microsoft.VisualBasic.VBCodeProvider.LanguageOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L35C60-L35C91" - } - ], - "DocsId": "T:Microsoft.VisualBasic.VBCodeProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.CSharp.CSharpCodeProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L18C9-L21C10" - }, - { - "DocsId": "M:Microsoft.CSharp.CSharpCodeProvider.#ctor(System.Collections.Generic.IDictionary{System.String,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L23C9-L31C10" - }, - { - "DocsId": "M:Microsoft.CSharp.CSharpCodeProvider.CreateGenerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L36C61-L36C71" - }, - { - "DocsId": "M:Microsoft.CSharp.CSharpCodeProvider.CreateCompiler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L39C59-L39C69" - }, - { - "DocsId": "M:Microsoft.CSharp.CSharpCodeProvider.GetConverter(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L42C13-L44C36" - }, - { - "DocsId": "M:Microsoft.CSharp.CSharpCodeProvider.GenerateCodeFromMember(System.CodeDom.CodeTypeMember,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L47C13-L47C71" - }, - { - "DocsId": "P:Microsoft.CSharp.CSharpCodeProvider.FileExtension", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L33C49-L33C53" - } - ], - "DocsId": "T:Microsoft.CSharp.CSharpCodeProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.ComponentModel.Composition.Registration.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.ComponentModel.Composition.Registration.json deleted file mode 100644 index ffc051e4e8e..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.ComponentModel.Composition.Registration.json +++ /dev/null @@ -1,270 +0,0 @@ -{ - "Assembly": "System.ComponentModel.Composition.Registration", - "GUID": "41274B6C8E3C4CBFB92CD40B1E9A6A66FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ExportBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L16C9-L16C35" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ExportBuilder.AsContractType``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L20C13-L20C46" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ExportBuilder.AsContractType(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L25C13-L26C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ExportBuilder.AsContractName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L31C13-L32C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ExportBuilder.Inherited", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L37C13-L38C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ExportBuilder.AddMetadata(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L43C13-L46C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ExportBuilder.AddMetadata(System.String,System.Func{System.Type,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L51C13-L54C25" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Registration.ExportBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L21C9-L21C35" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.AsContractType``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L25C13-L25C46" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.AsContractType(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L30C13-L31C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.AsContractName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L36C13-L37C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.AsMany(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L42C13-L44C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.AllowDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L49C13-L50C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.AllowRecomposition", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L55C13-L56C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.RequiredCreationPolicy(System.ComponentModel.Composition.CreationPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L61C13-L62C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.Source(System.ComponentModel.Composition.ImportSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L67C13-L68C25" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Registration.ImportBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ParameterImportBuilder.Import``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ParameterImportBuilder.cs#L11C13-L11C28" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ParameterImportBuilder.Import``1(System.Action{System.ComponentModel.Composition.Registration.ImportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ParameterImportBuilder.cs#L16C13-L16C28" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ParameterImportBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ParameterImportBuilder.cs" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Registration.ParameterImportBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ParameterImportBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.Export", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L47C13-L47C33" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.Export(System.Action{System.ComponentModel.Composition.Registration.ExportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L52C13-L56C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.Export``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L61C13-L61C36" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.Export``1(System.Action{System.ComponentModel.Composition.Registration.ExportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L66C13-L70C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.SelectConstructor(System.Func{System.Reflection.ConstructorInfo[],System.Reflection.ConstructorInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L76C13-L76C63" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.SelectConstructor(System.Func{System.Reflection.ConstructorInfo[],System.Reflection.ConstructorInfo},System.Action{System.Reflection.ParameterInfo,System.ComponentModel.Composition.Registration.ImportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L82C13-L85C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ExportInterfaces(System.Predicate{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L91C13-L91C60" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ExportInterfaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L96C13-L96C54" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ExportInterfaces(System.Predicate{System.Type},System.Action{System.Type,System.ComponentModel.Composition.Registration.ExportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L102C13-L109C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ExportProperties(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L115C13-L120C59" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ExportProperties(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.ComponentModel.Composition.Registration.ExportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L126C13-L133C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ExportProperties``1(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L139C13-L144C62" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ExportProperties``1(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.ComponentModel.Composition.Registration.ExportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L150C13-L157C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ImportProperties(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L163C13-L168C59" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ImportProperties(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.ComponentModel.Composition.Registration.ImportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L174C13-L180C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ImportProperties``1(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L186C13-L191C62" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ImportProperties``1(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.ComponentModel.Composition.Registration.ImportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L197C13-L203C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.SetCreationPolicy(System.ComponentModel.Composition.CreationPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L208C13-L210C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.AddMetadata(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L215C13-L218C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.AddMetadata(System.String,System.Func{System.Type,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L223C13-L226C25" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Registration.PartBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.SelectConstructor(System.Linq.Expressions.Expression{System.Func{System.ComponentModel.Composition.Registration.ParameterImportBuilder,`0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L156C13-L164C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ExportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L170C13-L170C57" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ExportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.ComponentModel.Composition.Registration.ExportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L177C13-L185C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ExportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L190C13-L190C68" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ExportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.ComponentModel.Composition.Registration.ExportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L196C13-L204C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ImportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L209C13-L209C57" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ImportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.ComponentModel.Composition.Registration.ImportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L215C13-L223C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ImportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L228C13-L228C68" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ImportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.ComponentModel.Composition.Registration.ImportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L234C13-L242C25" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Registration.PartBuilder`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L23C9-L31C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.ForTypesDerivedFrom``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L35C13-L38C32" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.ForTypesDerivedFrom(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L16707566C0-L51C32" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.ForType``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L56C13-L59C32" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.ForType(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L16707566C0-L72C32" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.ForTypesMatching``1(System.Predicate{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L77C13-L85C32" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.ForTypesMatching(System.Predicate{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L90C13-L98C32" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.GetCustomAttributes(System.Reflection.MemberInfo,System.Collections.Generic.IEnumerable{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L132C13-L217C96" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.GetCustomAttributes(System.Reflection.ParameterInfo,System.Collections.Generic.IEnumerable{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L223C13-L226C96" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Registration.RegistrationBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.ComponentModel.Composition.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.ComponentModel.Composition.json deleted file mode 100644 index c2dad9d089f..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.ComponentModel.Composition.json +++ /dev/null @@ -1,2130 +0,0 @@ -{ - "Assembly": "System.ComponentModel.Composition", - "GUID": "B8FA0CE6BFE24A3F8FC4B490D7EE4FC2FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.GetMetadataView``1(System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L21C13-L23C82" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.CreatePart(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L28C13-L30C72" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.CreatePart(System.Object,System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L35C13-L38C91" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.CreatePart(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L43C13-L52C108" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.CreatePartDefinition(System.Type,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L57C13-L59C86" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.CreatePartDefinition(System.Type,System.ComponentModel.Composition.Primitives.ICompositionElement,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L64C13-L71C97" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.GetTypeIdentity(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L77C13-L79C63" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.GetTypeIdentity(System.Reflection.MethodInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L84C13-L86C75" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.GetContractName(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L91C13-L93C66" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.AddExportedValue``1(System.ComponentModel.Composition.Hosting.CompositionBatch,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L98C13-L102C75" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.ComposeExportedValue``1(System.ComponentModel.Composition.Hosting.CompositionContainer,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L107C13-L112C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.AddExportedValue``1(System.ComponentModel.Composition.Hosting.CompositionBatch,System.String,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L16707566C0-L123C93" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.ComposeExportedValue``1(System.ComponentModel.Composition.Hosting.CompositionContainer,System.String,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L128C13-L133C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.AddPart(System.ComponentModel.Composition.Hosting.CompositionBatch,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L137C13-L145C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.ComposeParts(System.ComponentModel.Composition.Hosting.CompositionContainer,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L150C13-L158C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.SatisfyImportsOnce(System.ComponentModel.Composition.ICompositionService,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L180C13-L187C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.SatisfyImportsOnce(System.ComponentModel.Composition.ICompositionService,System.Object,System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L211C13-L219C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.Exports(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L232C13-L235C88" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.Exports``1(System.ComponentModel.Composition.Primitives.ComposablePartDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L248C13-L250C44" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.Imports(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L263C13-L266C88" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.Imports``1(System.ComponentModel.Composition.Primitives.ComposablePartDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L279C13-L281C44" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.Imports(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.Type,System.ComponentModel.Composition.Primitives.ImportCardinality)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L295C13-L298C107" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.Imports``1(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.ComponentModel.Composition.Primitives.ImportCardinality)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L312C13-L314C63" - } - ], - "DocsId": "T:System.ComponentModel.Composition.AttributedModelServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.CatalogReflectionContextAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CatalogReflectionContextAttribute.cs#L18C9-L23C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.CatalogReflectionContextAttribute.CreateReflectionContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CatalogReflectionContextAttribute.cs#L27C13-L46C38" - } - ], - "DocsId": "T:System.ComponentModel.Composition.CatalogReflectionContextAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CatalogReflectionContextAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ChangeRejectedException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs#L19C15-L21C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ChangeRejectedException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs#L27C15-L29C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ChangeRejectedException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs#L35C15-L37C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ChangeRejectedException.#ctor(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.CompositionError})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs#L44C15-L46C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ChangeRejectedException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs#L59C17-L61C35" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ChangeRejectedException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.CompositionContractMismatchException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionContractMismatchException.cs#L20C15-L22C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.CompositionContractMismatchException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionContractMismatchException.cs#L34C15-L36C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.CompositionContractMismatchException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionContractMismatchException.cs#L54C15-L56C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.CompositionContractMismatchException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionContractMismatchException.cs#L80C15-L82C10" - } - ], - "DocsId": "T:System.ComponentModel.Composition.CompositionContractMismatchException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionContractMismatchException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.CompositionError.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L32C15-L34C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.CompositionError.#ctor(System.String,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L53C15-L55C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.CompositionError.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L73C15-L75C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.CompositionError.#ctor(System.String,System.ComponentModel.Composition.Primitives.ICompositionElement,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L99C15-L101C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.CompositionError.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L165C13-L165C32" - }, - { - "DocsId": "P:System.ComponentModel.Composition.CompositionError.Element", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L120C19-L120C35" - }, - { - "DocsId": "P:System.ComponentModel.Composition.CompositionError.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L132C19-L132C39" - }, - { - "DocsId": "P:System.ComponentModel.Composition.CompositionError.Exception", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L144C19-L144C37" - } - ], - "DocsId": "T:System.ComponentModel.Composition.CompositionError", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.CompositionException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L30C19-L32C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.CompositionException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L44C15-L46C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.CompositionException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L64C15-L66C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.CompositionException.#ctor(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.CompositionError})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L87C15-L89C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.CompositionException.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L108C19-L108C34" - }, - { - "DocsId": "P:System.ComponentModel.Composition.CompositionException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L122C17-L130C46" - }, - { - "DocsId": "P:System.ComponentModel.Composition.CompositionException.RootCauses", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L138C17-L156C65" - } - ], - "DocsId": "T:System.ComponentModel.Composition.CompositionException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ComponentModel.Composition.CreationPolicy.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CreationPolicy.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.CreationPolicy.Any", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CreationPolicy.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.CreationPolicy.Shared", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CreationPolicy.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.CreationPolicy.NonShared", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CreationPolicy.cs" - } - ], - "DocsId": "T:System.ComponentModel.Composition.CreationPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CreationPolicy.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ExportAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L31C15-L33C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ExportAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L62C15-L64C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ExportAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L87C15-L89C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ExportAttribute.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L116C9-L120C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ExportAttribute.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L129C39-L129C43" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ExportAttribute.ContractType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L139C37-L139C41" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ExportAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ExportFactory`1.#ctor(System.Func{System.Tuple{`0,System.Action}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfT.cs#L10C9-L15C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ExportFactory`1.CreateExport", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfT.cs#L19C13-L20C109" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ExportFactory`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfT.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ExportFactory`2.#ctor(System.Func{System.Tuple{`0,System.Action}},`1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfTTMetadata.cs#L11C15-L14C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ExportFactory`2.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfTTMetadata.cs#L18C19-L18C36" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ExportFactory`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfTTMetadata.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ExportLifetimeContext`1.#ctor(`0,System.Action)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportLifetimeContextOfT.cs#L11C9-L15C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ExportLifetimeContext`1.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportLifetimeContextOfT.cs#L27C13-L28C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ExportLifetimeContext`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportLifetimeContextOfT.cs#L21C17-L21C31" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ExportLifetimeContext`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportLifetimeContextOfT.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ExportMetadataAttribute.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportMetadataAttribute.cs#L27C9-L31C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ExportMetadataAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportMetadataAttribute.cs#L41C13-L41C17" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ExportMetadataAttribute.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportMetadataAttribute.cs#L53C13-L53C17" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ExportMetadataAttribute.IsMultiple", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportMetadataAttribute.cs#L59C13-L59C17" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ExportMetadataAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportMetadataAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ICompositionService.SatisfyImportsOnce(System.ComponentModel.Composition.Primitives.ComposablePart)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ICompositionService.cs" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ICompositionService", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ICompositionService.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ImportAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L32C15-L34C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ImportAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L61C15-L63C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ImportAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L85C15-L87C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ImportAttribute.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L89C9-L93C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ImportAttribute.System#ComponentModel#Composition#IAttributedImport#get_Cardinality", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L186C17-L190C53" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportAttribute.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L102C39-L102C43" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportAttribute.ContractType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L113C37-L113C41" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportAttribute.AllowDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L135C36-L135C40" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportAttribute.AllowRecomposition", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L148C42-L148C46" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportAttribute.RequiredCreationPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L164C56-L164C60" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportAttribute.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L180C38-L180C42" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportAttribute.System#ComponentModel#Composition#IAttributedImport#Cardinality", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L186C17-L190C53" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ImportAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ImportCardinalityMismatchException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportCardinalityMismatchException.cs#L23C15-L25C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ImportCardinalityMismatchException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportCardinalityMismatchException.cs#L37C15-L39C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ImportCardinalityMismatchException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportCardinalityMismatchException.cs#L57C15-L59C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ImportCardinalityMismatchException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportCardinalityMismatchException.cs#L83C15-L85C10" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ImportCardinalityMismatchException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportCardinalityMismatchException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ImportingConstructorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportingConstructorAttribute.cs#L22C9-L24C10" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ImportingConstructorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportingConstructorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ImportManyAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L32C15-L34C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ImportManyAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L61C15-L63C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ImportManyAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L85C15-L87C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ImportManyAttribute.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L89C9-L93C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ImportManyAttribute.System#ComponentModel#Composition#IAttributedImport#get_Cardinality", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L162C19-L162C55" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportManyAttribute.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L102C39-L102C43" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportManyAttribute.ContractType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L113C37-L113C41" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportManyAttribute.AllowRecomposition", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L126C42-L126C46" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportManyAttribute.RequiredCreationPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L142C56-L142C60" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportManyAttribute.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L158C38-L158C42" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportManyAttribute.System#ComponentModel#Composition#IAttributedImport#Cardinality", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L162C19-L162C55" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ImportManyAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ComponentModel.Composition.ImportSource.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportSource.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.ImportSource.Any", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportSource.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.ImportSource.Local", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportSource.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.ImportSource.NonLocal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportSource.cs" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ImportSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportSource.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.InheritedExportAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/InheritedExportAttribute.cs#L30C15-L32C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.InheritedExportAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/InheritedExportAttribute.cs#L60C15-L62C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.InheritedExportAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/InheritedExportAttribute.cs#L85C15-L87C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.InheritedExportAttribute.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/InheritedExportAttribute.cs#L115C15-L117C10" - } - ], - "DocsId": "T:System.ComponentModel.Composition.InheritedExportAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/InheritedExportAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.IPartImportsSatisfiedNotification.OnImportsSatisfied", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/IPartImportsSatisfiedNotification.cs" - } - ], - "DocsId": "T:System.ComponentModel.Composition.IPartImportsSatisfiedNotification", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/IPartImportsSatisfiedNotification.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.MetadataAttributeAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/MetadataAttributeAttribute.cs#L16C9-L18C10" - } - ], - "DocsId": "T:System.ComponentModel.Composition.MetadataAttributeAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/MetadataAttributeAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.MetadataViewImplementationAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/MetadataViewImplementationAttribute.cs#L26C9-L29C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.MetadataViewImplementationAttribute.ImplementationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/MetadataViewImplementationAttribute.cs#L39C43-L39C47" - } - ], - "DocsId": "T:System.ComponentModel.Composition.MetadataViewImplementationAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/MetadataViewImplementationAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.PartCreationPolicyAttribute.#ctor(System.ComponentModel.Composition.CreationPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartCreationPolicyAttribute.cs#L18C9-L21C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.PartCreationPolicyAttribute.CreationPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartCreationPolicyAttribute.cs#L31C48-L31C52" - } - ], - "DocsId": "T:System.ComponentModel.Composition.PartCreationPolicyAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartCreationPolicyAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.PartMetadataAttribute.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartMetadataAttribute.cs#L25C9-L29C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.PartMetadataAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartMetadataAttribute.cs#L39C13-L39C17" - }, - { - "DocsId": "P:System.ComponentModel.Composition.PartMetadataAttribute.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartMetadataAttribute.cs#L51C13-L51C17" - } - ], - "DocsId": "T:System.ComponentModel.Composition.PartMetadataAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartMetadataAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.PartNotDiscoverableAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartNotDiscoverableAttribute.cs#L16C9-L18C10" - } - ], - "DocsId": "T:System.ComponentModel.Composition.PartNotDiscoverableAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartNotDiscoverableAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ComponentModel.Composition.AdaptationConstants.AdapterContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AdaptationConstants.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.AdaptationConstants.AdapterFromContractMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AdaptationConstants.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.AdaptationConstants.AdapterToContractMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AdaptationConstants.cs" - } - ], - "DocsId": "T:System.ComponentModel.Composition.AdaptationConstants", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AdaptationConstants.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.#ctor(System.Reflection.MemberInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L19C13-L43C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.#ctor(System.Reflection.MemberTypes,System.Reflection.MemberInfo[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L47C13-L59C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.#ctor(System.Reflection.MemberTypes,System.Func{System.Reflection.MemberInfo[]})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L63C13-L69C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.GetAccessors", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L78C13-L91C32" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L96C13-L106C73" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L110C13-L110C57" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.Equals(System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L118C13-L134C63" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.op_Equality(System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo,System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L139C13-L139C39" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.op_Inequality(System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo,System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L144C13-L144C40" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.MemberType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L73C19-L73C38" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.GetPartType(System.ComponentModel.Composition.Primitives.ComposablePartDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L19C13-L27C63" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.IsDisposalRequired(System.ComponentModel.Composition.Primitives.ComposablePartDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L32C13-L40C64" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.GetExportingMember(System.ComponentModel.Composition.Primitives.ExportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L45C13-L55C67" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.GetImportingMember(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L60C13-L70C73" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.GetImportingParameter(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L75C13-L86C79" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.IsImportingParameter(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L91C13-L101C78" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.IsExportFactoryImportDefinition(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L106C13-L108C71" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.GetExportFactoryProductImportDefinition(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L113C13-L123C72" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.CreatePartDefinition(System.Lazy{System.Type},System.Boolean,System.Lazy{System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ImportDefinition}},System.Lazy{System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ExportDefinition}},System.Lazy{System.Collections.Generic.IDictionary{System.String,System.Object}},System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L134C13-L143C30" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.CreateExportDefinition(System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo,System.String,System.Lazy{System.Collections.Generic.IDictionary{System.String,System.Object}},System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L152C13-L158C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.CreateImportDefinition(System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Type}},System.ComponentModel.Composition.Primitives.ImportCardinality,System.Boolean,System.ComponentModel.Composition.CreationPolicy,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L171C13-L171C214" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.CreateImportDefinition(System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Type}},System.ComponentModel.Composition.Primitives.ImportCardinality,System.Boolean,System.ComponentModel.Composition.CreationPolicy,System.Collections.Generic.IDictionary{System.String,System.Object},System.Boolean,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L186C13-L197C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.CreateImportDefinition(System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Type}},System.ComponentModel.Composition.Primitives.ImportCardinality,System.Boolean,System.Boolean,System.ComponentModel.Composition.CreationPolicy,System.Collections.Generic.IDictionary{System.String,System.Object},System.Boolean,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L213C13-L243C29" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.CreateImportDefinition(System.Lazy{System.Reflection.ParameterInfo},System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Type}},System.ComponentModel.Composition.Primitives.ImportCardinality,System.ComponentModel.Composition.CreationPolicy,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L256C13-L256C192" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.CreateImportDefinition(System.Lazy{System.Reflection.ParameterInfo},System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Type}},System.ComponentModel.Composition.Primitives.ImportCardinality,System.ComponentModel.Composition.CreationPolicy,System.Collections.Generic.IDictionary{System.String,System.Object},System.Boolean,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L270C13-L298C29" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.TryMakeGenericPartDefinition(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.Collections.Generic.IEnumerable{System.Type},System.ComponentModel.Composition.Primitives.ComposablePartDefinition@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L304C13-L313C123" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePart.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs#L17C9-L19C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePart.Activate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs#L127C9-L127C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePart.GetExportedValue(System.ComponentModel.Composition.Primitives.ExportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePart.SetImport(System.ComponentModel.Composition.Primitives.ImportDefinition,System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.Export})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePart.ExportDefinitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePart.ImportDefinitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePart.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs#L111C17-L111C55" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Primitives.ComposablePart", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartCatalog.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L32C9-L34C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartCatalog.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L99C13-L117C49" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartCatalog.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L130C13-L132C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartCatalog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L136C13-L137C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartCatalog.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L160C13-L165C42" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartCatalog.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L170C13-L170C36" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePartCatalog.Parts", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L56C17-L67C40" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Primitives.ComposablePartCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartDefinition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs#L21C9-L23C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartDefinition.CreatePart", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePartDefinition.ExportDefinitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePartDefinition.ImportDefinitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePartDefinition.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs#L85C19-L85C57" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Primitives.ComposablePartDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L24C15-L26C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L49C95-L52C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L64C15-L66C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartException.#ctor(System.String,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L85C15-L87C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L105C15-L107C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartException.#ctor(System.String,System.ComponentModel.Composition.Primitives.ICompositionElement,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L131C15-L134C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L164C13-L166C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePartException.Element", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L145C19-L145C35" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Primitives.ComposablePartException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L24C9-L44C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.#ctor(System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Type}},System.ComponentModel.Composition.Primitives.ImportCardinality,System.Boolean,System.Boolean,System.ComponentModel.Composition.CreationPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L103C15-L105C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.#ctor(System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Type}},System.ComponentModel.Composition.Primitives.ImportCardinality,System.Boolean,System.Boolean,System.ComponentModel.Composition.CreationPolicy,System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L24C9-L177C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.IsConstraintSatisfiedBy(System.ComponentModel.Composition.Primitives.ExportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L297C13-L304C60" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L362C13-L379C34" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.RequiredTypeIdentity", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L189C19-L189C48" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.RequiredMetadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L213C17-L216C42" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.RequiredCreationPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L252C19-L252C50" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.Constraint", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L273C13-L273C142" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.Export.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L21C9-L34C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.Export.#ctor(System.String,System.Func{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L59C15-L61C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.Export.#ctor(System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.Func{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L92C15-L94C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.Export.#ctor(System.ComponentModel.Composition.Primitives.ExportDefinition,System.Func{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L21C9-L122C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.Export.GetExportedValueCore", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L237C13-L242C89" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.Export.Definition", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L144C17-L149C83" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.Export.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L175C17-L175C44" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.Export.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L202C17-L208C39" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Primitives.Export", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ExportDefinition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs#L17C9-L32C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ExportDefinition.#ctor(System.String,System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs#L17C9-L64C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ExportDefinition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs#L133C13-L133C33" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ExportDefinition.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs#L86C17-L91C85" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ExportDefinition.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs#L121C17-L121C34" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Primitives.ExportDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ExportedDelegate.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportedDelegate.cs#L16C9-L16C41" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ExportedDelegate.#ctor(System.Object,System.Reflection.MethodInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportedDelegate.cs#L18C9-L24C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ExportedDelegate.CreateDelegate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportedDelegate.cs#L28C13-L43C10" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Primitives.ExportedDelegate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportedDelegate.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ICompositionElement.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ICompositionElement.cs" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ICompositionElement.Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ICompositionElement.cs" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Primitives.ICompositionElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ICompositionElement.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ComponentModel.Composition.Primitives.ImportCardinality.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportCardinality.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.Primitives.ImportCardinality.ZeroOrOne", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportCardinality.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.Primitives.ImportCardinality.ExactlyOne", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportCardinality.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.Primitives.ImportCardinality.ZeroOrMore", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportCardinality.cs" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Primitives.ImportCardinality", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportCardinality.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ImportDefinition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L20C9-L40C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ImportDefinition.#ctor(System.Linq.Expressions.Expression{System.Func{System.ComponentModel.Composition.Primitives.ExportDefinition,System.Boolean}},System.String,System.ComponentModel.Composition.Primitives.ImportCardinality,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L82C15-L87C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ImportDefinition.#ctor(System.Linq.Expressions.Expression{System.Func{System.ComponentModel.Composition.Primitives.ExportDefinition,System.Boolean}},System.String,System.ComponentModel.Composition.Primitives.ImportCardinality,System.Boolean,System.Boolean,System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L90C15-L95C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ImportDefinition.IsConstraintSatisfiedBy(System.ComponentModel.Composition.Primitives.ExportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L264C13-L268C65" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ImportDefinition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L279C13-L279C47" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ImportDefinition.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L135C17-L135C38" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ImportDefinition.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L165C17-L165C34" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ImportDefinition.Cardinality", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L180C19-L180C39" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ImportDefinition.Constraint", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L204C17-L209C83" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ImportDefinition.IsPrerequisite", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L224C19-L224C42" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ImportDefinition.IsRecomposable", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L237C19-L237C42" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Primitives.ImportDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L28C15-L30C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L47C15-L49C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.#ctor(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ComposablePartCatalog})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L63C9-L68C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L121C13-L152C70" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L180C17-L192C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L196C13-L196C77" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.OnChanged(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L207C13-L208C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.OnChanging(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L218C13-L219C10" - }, - { - "DocsId": "E:System.ComponentModel.Composition.Hosting.AggregateCatalog.Changed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L77C17-L78C14" - }, - { - "DocsId": "E:System.ComponentModel.Composition.Hosting.AggregateCatalog.Changing", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L92C17-L93C14" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.AggregateCatalog.Catalogs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L169C17-L172C34" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.AggregateCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateExportProvider.#ctor(System.ComponentModel.Composition.Hosting.ExportProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L37C9-L66C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateExportProvider.#ctor(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Hosting.ExportProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L83C15-L85C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateExportProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L92C13-L94C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateExportProvider.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L102C13-L113C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateExportProvider.GetExportsCore(System.ComponentModel.Composition.Primitives.ImportDefinition,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L158C13-L203C36" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.AggregateExportProvider.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L129C17-L132C43" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.AggregateExportProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L19C9-L23C40" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.#ctor(System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L19C9-L30C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.#ctor(System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L19C9-L37C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.#ctor(System.Reflection.ReflectionContext,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L19C9-L46C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L111C17-L127C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L131C13-L133C49" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L157C13-L161C56" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L184C13-L184C37" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L195C19-L195C43" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L206C19-L206C31" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.ApplicationCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L195C19-L195C43" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.ApplicationCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L206C19-L206C31" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.ApplicationCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L79C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.String,System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L137C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.String,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L193C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.String,System.Reflection.ReflectionContext,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L259C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.Reflection.Assembly,System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L292C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.Reflection.Assembly,System.Reflection.ReflectionContext,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L333C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L356C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.Reflection.Assembly,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L387C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L427C13-L427C56" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L484C19-L484C43" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L495C19-L495C31" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L506C13-L506C37" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L513C17-L525C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L529C13-L529C49" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.AssemblyCatalog.Assembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L472C17-L472C34" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.AssemblyCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L484C19-L484C43" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.AssemblyCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L495C19-L495C31" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.AssemblyCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L47C15-L49C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.#ctor(System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L51C9-L60C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.SetValue(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L64C13-L71C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.TryGetValue``1(System.Object,``0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L75C13-L75C55" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.TryGetValue``1(System.Object,System.Boolean,``0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L80C13-L85C84" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.AddCompleteAction(System.Action)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L90C13-L98C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.AddRevertAction(System.Action)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L102C13-L110C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.Complete", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L114C13-L127C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L131C13-L133C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L137C13-L183C10" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.AtomicComposition", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CatalogExportProvider.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L63C15-L65C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CatalogExportProvider.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L68C15-L70C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CatalogExportProvider.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.ComponentModel.Composition.Hosting.CompositionOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L39C9-L97C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CatalogExportProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L204C13-L206C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CatalogExportProvider.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L214C13-L275C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CatalogExportProvider.GetExportsCore(System.ComponentModel.Composition.Primitives.ImportDefinition,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L299C13-L308C29" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.CatalogExportProvider.Catalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L115C17-L118C33" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.CatalogExportProvider.SourceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L154C17-L159C14" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.CatalogExportProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CatalogExtensions.CreateCompositionService(System.ComponentModel.Composition.Primitives.ComposablePartCatalog)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExtensions.cs#L18C13-L20C66" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.CatalogExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs.#ctor(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ComposablePartDefinition},System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ComposablePartDefinition},System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartCatalogChangeEventArgs.cs#L41C9-L50C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs.AddedDefinitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartCatalogChangeEventArgs.cs#L65C17-L65C42" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs.RemovedDefinitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartCatalogChangeEventArgs.cs#L82C17-L82C44" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs.AtomicComposition", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartCatalogChangeEventArgs.cs#L98C55-L98C59" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartCatalogChangeEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L30C13-L32C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L35C15-L37C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.#ctor(System.ComponentModel.Composition.Hosting.CompositionOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L17C9-L48C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L55C13-L57C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L65C13-L97C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.GetExportsCore(System.ComponentModel.Composition.Primitives.ImportDefinition,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L199C13-L228C28" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.Compose(System.ComponentModel.Composition.Hosting.CompositionBatch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L233C13-L313C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.SourceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L131C17-L133C40" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionBatch.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L26C13-L28C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionBatch.#ctor(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ComposablePart},System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ComposablePart})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L14C9-L64C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionBatch.AddPart(System.ComponentModel.Composition.Primitives.ComposablePart)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L111C13-L122C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionBatch.RemovePart(System.ComponentModel.Composition.Primitives.ComposablePart)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L135C13-L146C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionBatch.AddExport(System.ComponentModel.Composition.Primitives.Export)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L165C13-L171C25" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.CompositionBatch.PartsToAdd", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L74C17-L80C14" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.CompositionBatch.PartsToRemove", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L91C17-L97C14" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.CompositionBatch", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionConstants.PartCreationPolicyMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionConstants.ImportSourceMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionConstants.IsGenericPartMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionConstants.GenericContractMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionConstants.GenericParametersMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionConstants.ExportTypeIdentityMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.CompositionConstants", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L36C15-L38C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.#ctor(System.ComponentModel.Composition.Hosting.ExportProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L54C13-L56C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.#ctor(System.ComponentModel.Composition.Hosting.CompositionOptions,System.ComponentModel.Composition.Hosting.ExportProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L75C13-L77C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.ComponentModel.Composition.Hosting.ExportProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L94C13-L96C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.Boolean,System.ComponentModel.Composition.Hosting.ExportProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L116C15-L118C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.ComponentModel.Composition.Hosting.CompositionOptions,System.ComponentModel.Composition.Hosting.ExportProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L29C9-L227C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L298C13-L300C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L308C13-L366C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.Compose(System.ComponentModel.Composition.Hosting.CompositionBatch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L370C13-L374C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.ReleaseExport(System.ComponentModel.Composition.Primitives.Export)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L397C13-L403C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.ReleaseExport``1(System.Lazy{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L426C13-L432C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.ReleaseExports(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.Export})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L447C13-L453C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.ReleaseExports``1(System.Collections.Generic.IEnumerable{System.Lazy{``0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L468C13-L474C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.ReleaseExports``2(System.Collections.Generic.IEnumerable{System.Lazy{``0,``1}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L489C13-L495C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.SatisfyImportsOnce(System.ComponentModel.Composition.Primitives.ComposablePart)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L516C13-L534C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.GetExportsCore(System.ComponentModel.Composition.Primitives.ImportDefinition,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L568C13-L598C28" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.CompositionContainer.Catalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L254C17-L256C56" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.CompositionContainer.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L286C17-L289C35" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.CompositionContainer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionOptions.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionOptions.DisableSilentRejection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionOptions.IsThreadSafe", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionOptions.ExportCompositionService", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.CompositionOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L18C9-L24C51" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Hosting.CompositionScopeDefinition})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L18C9-L37C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Hosting.CompositionScopeDefinition},System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ExportDefinition})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L18C9-L52C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L87C17-L103C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L152C13-L152C45" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L181C13-L184C52" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.OnChanged(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L226C13-L227C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.OnChanging(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L235C13-L236C10" - }, - { - "DocsId": "E:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.Changed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs" - }, - { - "DocsId": "E:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.Changing", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.Children", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L113C17-L115C34" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.PublicSurface", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L135C17-L141C39" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionService.SatisfyImportsOnce(System.ComponentModel.Composition.Primitives.ComposablePart)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionService.cs#L49C13-L55C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionService.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionService.cs#L59C13-L70C10" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.CompositionService", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionService.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L73C15-L75C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String,System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L112C15-L114C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L150C15-L152C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String,System.Reflection.ReflectionContext,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L193C15-L195C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L31C9-L237C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String,System.String,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L31C9-L282C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String,System.String,System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L31C9-L332C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String,System.String,System.Reflection.ReflectionContext,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L31C9-L387C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L459C17-L496C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L500C13-L500C127" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L16707566C0-L528C93" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.OnChanged(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L539C13-L540C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.OnChanging(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L550C13-L551C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.Refresh", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L568C13-L648C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L658C13-L658C37" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L790C19-L790C43" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L801C19-L801C31" - }, - { - "DocsId": "E:System.ComponentModel.Composition.Hosting.DirectoryCatalog.Changed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs" - }, - { - "DocsId": "E:System.ComponentModel.Composition.Hosting.DirectoryCatalog.Changing", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.DirectoryCatalog.FullPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L398C17-L398C34" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.DirectoryCatalog.LoadedFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L409C17-L414C14" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.DirectoryCatalog.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L426C17-L426C30" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.DirectoryCatalog.SearchPattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L437C17-L437C39" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.DirectoryCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L790C19-L790C43" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.DirectoryCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L801C19-L801C31" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.DirectoryCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L21C9-L23C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L65C13-L65C49" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L99C13-L114C139" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.TryGetExports(System.ComponentModel.Composition.Primitives.ImportDefinition,System.ComponentModel.Composition.Hosting.AtomicComposition,System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.Export}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L146C13-L149C67" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExportsCore(System.ComponentModel.Composition.Primitives.ImportDefinition,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.OnExportsChanged(System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L184C13-L190C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.OnExportsChanging(System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L200C13-L206C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExport``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L61C13-L61C48" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExport``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L112C13-L112C51" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExport``2", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L162C13-L162C63" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExport``2(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L213C13-L213C66" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExports(System.Type,System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L263C13-L272C27" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExports``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L309C13-L309C49" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExports``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L350C13-L350C52" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExports``2", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L388C13-L388C64" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExports``2(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L430C13-L430C67" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValue``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L478C13-L478C55" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValue``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L528C13-L528C88" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValueOrDefault``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L578C13-L578C64" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValueOrDefault``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L628C13-L628C87" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValues``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L667C13-L667C56" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValues``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L708C13-L708C59" - }, - { - "DocsId": "E:System.ComponentModel.Composition.Hosting.ExportProvider.ExportsChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs" - }, - { - "DocsId": "E:System.ComponentModel.Composition.Hosting.ExportProvider.ExportsChanging", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.ExportProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs.#ctor(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ExportDefinition},System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ExportDefinition},System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs#L44C9-L53C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs.AddedExports", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs#L68C17-L68C38" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs.RemovedExports", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs#L85C17-L85C40" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs.ChangedContractNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs#L97C13-L101C49" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs.AtomicComposition", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs#L116C55-L116C59" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.Func{System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L28C13-L30C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L56C17-L88C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L92C13-L92C65" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L151C13-L163C28" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.OnChanged(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L182C13-L183C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.OnChanging(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L191C13-L192C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.IncludeDependencies", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.Traversal.cs#L19C13-L19C92" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.IncludeDependencies(System.Func{System.ComponentModel.Composition.Primitives.ImportDefinition,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.Traversal.cs#L30C13-L33C76" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.IncludeDependents", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.Traversal.cs#L42C13-L42C90" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.IncludeDependents(System.Func{System.ComponentModel.Composition.Primitives.ImportDefinition,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.Traversal.cs#L53C13-L56C74" - }, - { - "DocsId": "E:System.ComponentModel.Composition.Hosting.FilteredCatalog.Changed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.IComposablePartCatalogTraversal.cs" - }, - { - "DocsId": "E:System.ComponentModel.Composition.Hosting.FilteredCatalog.Changing", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.IComposablePartCatalogTraversal.cs" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.FilteredCatalog.Complement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L103C17-L121C36" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.FilteredCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.#ctor(System.ComponentModel.Composition.Hosting.ExportProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L38C15-L40C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.#ctor(System.ComponentModel.Composition.Hosting.ExportProvider,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L43C15-L45C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.#ctor(System.ComponentModel.Composition.Hosting.ExportProvider,System.ComponentModel.Composition.Hosting.CompositionOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L24C9-L55C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.PreviewImports(System.ComponentModel.Composition.Primitives.ComposablePart,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L16707566C0-L134C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.SatisfyImports(System.ComponentModel.Composition.Primitives.ComposablePart)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L158C13-L174C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.SatisfyImportsOnce(System.ComponentModel.Composition.Primitives.ComposablePart)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L195C13-L211C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.ReleaseImports(System.ComponentModel.Composition.Primitives.ComposablePart,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L229C13-L241C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L248C13-L250C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L258C13-L288C10" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.ImportEngine", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs" - }, - { - "Members": [ - { - "DocsId": "E:System.ComponentModel.Composition.Hosting.INotifyComposablePartCatalogChanged.Changed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/INotifyComposablePartCatalogChanged.cs" - }, - { - "DocsId": "E:System.ComponentModel.Composition.Hosting.INotifyComposablePartCatalogChanged.Changing", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/INotifyComposablePartCatalogChanged.cs" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.INotifyComposablePartCatalogChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/INotifyComposablePartCatalogChanged.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ScopingExtensions.Exports(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L21C13-L32C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ScopingExtensions.Imports(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L44C13-L56C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ScopingExtensions.Imports(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.String,System.ComponentModel.Composition.Primitives.ImportCardinality)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L69C13-L81C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ScopingExtensions.ContainsPartMetadataWithKey(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L93C13-L96C51" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ScopingExtensions.ContainsPartMetadata``1(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.String,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L111C13-L126C26" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ScopingExtensions.Filter(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.Func{System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L137C13-L140C57" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.ScopingExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.#ctor(System.Type[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L52C51-L54C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.#ctor(System.Collections.Generic.IEnumerable{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L27C9-L82C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.#ctor(System.Collections.Generic.IEnumerable{System.Type},System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L27C9-L110C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.#ctor(System.Collections.Generic.IEnumerable{System.Type},System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L27C9-L139C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.#ctor(System.Collections.Generic.IEnumerable{System.Type},System.Reflection.ReflectionContext,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L27C9-L172C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L225C13-L226C50" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L237C19-L237C43" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L248C19-L248C31" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L344C13-L344C37" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L349C13-L355C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.TypeCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L237C19-L237C43" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.TypeCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L248C19-L248C31" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.TypeCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Composition.AttributedModel.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Composition.AttributedModel.json deleted file mode 100644 index 00ddb7abaf9..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Composition.AttributedModel.json +++ /dev/null @@ -1,220 +0,0 @@ -{ - "Assembly": "System.Composition.AttributedModel", - "GUID": "1CA768D5854F4C7D8645FBD071FC73D2FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Composition.ExportAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L19C36-L21C10" - }, - { - "DocsId": "M:System.Composition.ExportAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L33C53-L35C10" - }, - { - "DocsId": "M:System.Composition.ExportAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L46C55-L48C10" - }, - { - "DocsId": "M:System.Composition.ExportAttribute.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L64C9-L68C10" - }, - { - "DocsId": "P:System.Composition.ExportAttribute.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L77C38-L77C42" - }, - { - "DocsId": "P:System.Composition.ExportAttribute.ContractType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L87C36-L87C40" - } - ], - "DocsId": "T:System.Composition.ExportAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.ExportMetadataAttribute.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportMetadataAttribute.cs#L27C9-L31C10" - }, - { - "DocsId": "P:System.Composition.ExportMetadataAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportMetadataAttribute.cs#L39C30-L39C34" - }, - { - "DocsId": "P:System.Composition.ExportMetadataAttribute.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportMetadataAttribute.cs#L47C31-L47C35" - } - ], - "DocsId": "T:System.Composition.ExportMetadataAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportMetadataAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.ImportAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportAttribute.cs#L19C36-L21C10" - }, - { - "DocsId": "M:System.Composition.ImportAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportAttribute.cs#L31C9-L34C10" - }, - { - "DocsId": "P:System.Composition.ImportAttribute.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportAttribute.cs#L43C38-L43C42" - }, - { - "DocsId": "P:System.Composition.ImportAttribute.AllowDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportAttribute.cs#L50C36-L50C40" - } - ], - "DocsId": "T:System.Composition.ImportAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.ImportingConstructorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportingConstructorAttribute.cs#L20C9-L22C10" - } - ], - "DocsId": "T:System.Composition.ImportingConstructorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportingConstructorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.ImportManyAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportManyAttribute.cs#L19C40-L21C10" - }, - { - "DocsId": "M:System.Composition.ImportManyAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportManyAttribute.cs#L31C9-L34C10" - }, - { - "DocsId": "P:System.Composition.ImportManyAttribute.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportManyAttribute.cs#L43C38-L43C42" - } - ], - "DocsId": "T:System.Composition.ImportManyAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportManyAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.ImportMetadataConstraintAttribute.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportMetadataConstraintAttribute.cs#L17C9-L21C10" - }, - { - "DocsId": "P:System.Composition.ImportMetadataConstraintAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportMetadataConstraintAttribute.cs#L26C30-L26C34" - }, - { - "DocsId": "P:System.Composition.ImportMetadataConstraintAttribute.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportMetadataConstraintAttribute.cs#L31C31-L31C35" - } - ], - "DocsId": "T:System.Composition.ImportMetadataConstraintAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportMetadataConstraintAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.MetadataAttributeAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/MetadataAttributeAttribute.cs#L17C9-L19C10" - } - ], - "DocsId": "T:System.Composition.MetadataAttributeAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/MetadataAttributeAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.OnImportsSatisfiedAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/OnImportsSatisfiedAttribute.cs" - } - ], - "DocsId": "T:System.Composition.OnImportsSatisfiedAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/OnImportsSatisfiedAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.PartMetadataAttribute.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartMetadataAttribute.cs#L24C9-L28C10" - }, - { - "DocsId": "P:System.Composition.PartMetadataAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartMetadataAttribute.cs#L36C30-L36C34" - }, - { - "DocsId": "P:System.Composition.PartMetadataAttribute.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartMetadataAttribute.cs#L44C31-L44C35" - } - ], - "DocsId": "T:System.Composition.PartMetadataAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartMetadataAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.PartNotDiscoverableAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartNotDiscoverableAttribute.cs#L15C9-L17C10" - } - ], - "DocsId": "T:System.Composition.PartNotDiscoverableAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartNotDiscoverableAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.SharedAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharedAttribute.cs#L23C36-L25C10" - }, - { - "DocsId": "M:System.Composition.SharedAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharedAttribute.cs#L32C62-L34C10" - }, - { - "DocsId": "P:System.Composition.SharedAttribute.SharingBoundary", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharedAttribute.cs#L39C42-L39C60" - } - ], - "DocsId": "T:System.Composition.SharedAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharedAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.SharingBoundaryAttribute.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharingBoundaryAttribute.cs#L30C9-L33C10" - }, - { - "DocsId": "P:System.Composition.SharingBoundaryAttribute.SharingBoundaryNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharingBoundaryAttribute.cs#L38C67-L38C120" - } - ], - "DocsId": "T:System.Composition.SharingBoundaryAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharingBoundaryAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Convention.AttributedModelProvider.GetCustomAttributes(System.Type,System.Reflection.MemberInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/Convention/AttributedModelProvider.cs" - }, - { - "DocsId": "M:System.Composition.Convention.AttributedModelProvider.GetCustomAttributes(System.Type,System.Reflection.ParameterInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/Convention/AttributedModelProvider.cs" - }, - { - "DocsId": "M:System.Composition.Convention.AttributedModelProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/Convention/AttributedModelProvider.cs" - } - ], - "DocsId": "T:System.Composition.Convention.AttributedModelProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.AttributedModel/src/System/Composition/Convention/AttributedModelProvider.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Composition.Convention.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Composition.Convention.json deleted file mode 100644 index a662e340928..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Composition.Convention.json +++ /dev/null @@ -1,266 +0,0 @@ -{ - "Assembly": "System.Composition.Convention", - "GUID": "FC4BBA8D18B245359060C3D72D3DC390FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Composition.Convention.ConventionBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L16C9-L27C10" - }, - { - "DocsId": "M:System.Composition.Convention.ConventionBuilder.ForTypesDerivedFrom``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L37C13-L39C32" - }, - { - "DocsId": "M:System.Composition.Convention.ConventionBuilder.ForTypesDerivedFrom(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L16707566C0-L57C32" - }, - { - "DocsId": "M:System.Composition.Convention.ConventionBuilder.ForType``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L67C13-L69C32" - }, - { - "DocsId": "M:System.Composition.Convention.ConventionBuilder.ForType(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L16707566C0-L86C32" - }, - { - "DocsId": "M:System.Composition.Convention.ConventionBuilder.ForTypesMatching``1(System.Predicate{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L98C13-L105C32" - }, - { - "DocsId": "M:System.Composition.Convention.ConventionBuilder.ForTypesMatching(System.Predicate{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L116C13-L123C32" - }, - { - "DocsId": "M:System.Composition.Convention.ConventionBuilder.GetCustomAttributes(System.Type,System.Reflection.MemberInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L161C13-L244C110" - }, - { - "DocsId": "M:System.Composition.Convention.ConventionBuilder.GetCustomAttributes(System.Type,System.Reflection.ParameterInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L301C13-L308C96" - } - ], - "DocsId": "T:System.Composition.Convention.ConventionBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Convention.ExportConventionBuilder.AsContractType``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L33C13-L33C46" - }, - { - "DocsId": "M:System.Composition.Convention.ExportConventionBuilder.AsContractType(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L43C13-L49C25" - }, - { - "DocsId": "M:System.Composition.Convention.ExportConventionBuilder.AsContractName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L59C13-L69C25" - }, - { - "DocsId": "M:System.Composition.Convention.ExportConventionBuilder.AsContractName(System.Func{System.Type,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L79C13-L85C25" - }, - { - "DocsId": "M:System.Composition.Convention.ExportConventionBuilder.AddMetadata(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L96C13-L108C25" - }, - { - "DocsId": "M:System.Composition.Convention.ExportConventionBuilder.AddMetadata(System.String,System.Func{System.Type,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L119C13-L135C25" - } - ], - "DocsId": "T:System.Composition.Convention.ExportConventionBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Convention.ImportConventionBuilder.AsContractName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L33C13-L43C25" - }, - { - "DocsId": "M:System.Composition.Convention.ImportConventionBuilder.AsContractName(System.Func{System.Type,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L53C13-L59C25" - }, - { - "DocsId": "M:System.Composition.Convention.ImportConventionBuilder.AsMany", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L68C13-L68C33" - }, - { - "DocsId": "M:System.Composition.Convention.ImportConventionBuilder.AsMany(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L78C13-L79C25" - }, - { - "DocsId": "M:System.Composition.Convention.ImportConventionBuilder.AllowDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L89C13-L90C25" - }, - { - "DocsId": "M:System.Composition.Convention.ImportConventionBuilder.AddMetadataConstraint(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L101C13-L113C25" - }, - { - "DocsId": "M:System.Composition.Convention.ImportConventionBuilder.AddMetadataConstraint(System.String,System.Func{System.Type,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L124C13-L140C25" - } - ], - "DocsId": "T:System.Composition.Convention.ImportConventionBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Convention.ParameterImportConventionBuilder.Import``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ParameterImportConventionBuilder.cs#L21C13-L21C28" - }, - { - "DocsId": "M:System.Composition.Convention.ParameterImportConventionBuilder.Import``1(System.Action{System.Composition.Convention.ImportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ParameterImportConventionBuilder.cs#L32C13-L32C28" - } - ], - "DocsId": "T:System.Composition.Convention.ParameterImportConventionBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ParameterImportConventionBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.Export", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L56C13-L58C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.Export(System.Action{System.Composition.Convention.ExportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L68C13-L76C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.Export``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L85C13-L87C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.Export``1(System.Action{System.Composition.Convention.ExportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L97C13-L105C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.SelectConstructor(System.Func{System.Collections.Generic.IEnumerable{System.Reflection.ConstructorInfo},System.Reflection.ConstructorInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L115C13-L121C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.SelectConstructor(System.Func{System.Collections.Generic.IEnumerable{System.Reflection.ConstructorInfo},System.Reflection.ConstructorInfo},System.Action{System.Reflection.ParameterInfo,System.Composition.Convention.ImportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L133C13-L140C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ExportInterfaces(System.Predicate{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L150C13-L155C64" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ExportInterfaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L164C13-L164C48" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ExportInterfaces(System.Predicate{System.Type},System.Action{System.Type,System.Composition.Convention.ExportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L176C13-L185C79" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ExportProperties(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L202C13-L207C63" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ExportProperties(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.Composition.Convention.ExportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L219C13-L228C78" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ExportProperties``1(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L246C13-L251C66" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ExportProperties``1(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.Composition.Convention.ExportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L264C13-L273C81" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ImportProperties(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L290C13-L295C63" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ImportProperties(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.Composition.Convention.ImportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L307C13-L316C78" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ImportProperties``1(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L334C13-L339C66" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ImportProperties``1(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.Composition.Convention.ImportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L352C13-L361C81" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.NotifyImportsSatisfied(System.Predicate{System.Reflection.MethodInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L378C13-L379C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.Shared", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L388C13-L388C37" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.Shared(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L398C13-L408C48" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.AddPartMetadata(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L426C13-L438C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.AddPartMetadata(System.String,System.Func{System.Type,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L449C13-L465C25" - } - ], - "DocsId": "T:System.Composition.Convention.PartConventionBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.SelectConstructor(System.Linq.Expressions.Expression{System.Func{System.Composition.Convention.ParameterImportConventionBuilder,`0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L220C13-L227C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ExportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L237C13-L237C59" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ExportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.Composition.Convention.ExportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L250C13-L257C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ExportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L269C13-L269C70" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ExportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.Composition.Convention.ExportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L283C13-L290C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ImportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L300C13-L300C59" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ImportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.Composition.Convention.ImportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L313C13-L320C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ImportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L331C13-L331C70" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ImportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.Composition.Convention.ImportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L345C13-L352C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.NotifyImportsSatisfied(System.Linq.Expressions.Expression{System.Action{`0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L361C13-L368C25" - } - ], - "DocsId": "T:System.Composition.Convention.PartConventionBuilder`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Composition.Hosting.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Composition.Hosting.json deleted file mode 100644 index 8731b0ae188..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Composition.Hosting.json +++ /dev/null @@ -1,252 +0,0 @@ -{ - "Assembly": "System.Composition.Hosting", - "GUID": "E5FDF6B516834BEB9EA269C91120A85DFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Composition.Hosting.CompositionHost.CreateCompositionHost(System.Composition.Hosting.Core.ExportDescriptorProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/CompositionHost.cs#L37C13-L37C92" - }, - { - "DocsId": "M:System.Composition.Hosting.CompositionHost.CreateCompositionHost(System.Collections.Generic.IEnumerable{System.Composition.Hosting.Core.ExportDescriptorProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/CompositionHost.cs#L46C13-L63C51" - }, - { - "DocsId": "M:System.Composition.Hosting.CompositionHost.TryGetExport(System.Composition.Hosting.Core.CompositionContract,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/CompositionHost.cs#L76C13-L76C76" - }, - { - "DocsId": "M:System.Composition.Hosting.CompositionHost.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/CompositionHost.cs#L84C13-L85C10" - } - ], - "DocsId": "T:System.Composition.Hosting.CompositionHost", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/CompositionHost.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Hosting.Core.CompositeActivator.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositeActivator.cs" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositeActivator.Invoke(System.Composition.Hosting.Core.LifetimeContext,System.Composition.Hosting.Core.CompositionOperation)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositeActivator.cs" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositeActivator.BeginInvoke(System.Composition.Hosting.Core.LifetimeContext,System.Composition.Hosting.Core.CompositionOperation,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositeActivator.cs" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositeActivator.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositeActivator.cs" - } - ], - "DocsId": "T:System.Composition.Hosting.Core.CompositeActivator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositeActivator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionDependency.Satisfied(System.Composition.Hosting.Core.CompositionContract,System.Composition.Hosting.Core.ExportDescriptorPromise,System.Boolean,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L42C13-L55C86" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionDependency.Missing(System.Composition.Hosting.Core.CompositionContract,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L67C13-L76C62" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionDependency.Oversupplied(System.Composition.Hosting.Core.CompositionContract,System.Collections.Generic.IEnumerable{System.Composition.Hosting.Core.ExportDescriptorPromise},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L89C13-L102C71" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionDependency.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L156C13-L159C98" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.CompositionDependency.Target", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L130C55-L130C70" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.CompositionDependency.IsPrerequisite", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L137C44-L137C67" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.CompositionDependency.Site", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L143C36-L143C49" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.CompositionDependency.Contract", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L148C53-L148C70" - } - ], - "DocsId": "T:System.Composition.Hosting.Core.CompositionDependency", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionOperation.Run(System.Composition.Hosting.Core.LifetimeContext,System.Composition.Hosting.Core.CompositeActivator)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionOperation.cs#L33C13-L48C10" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionOperation.AddNonPrerequisiteAction(System.Action)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionOperation.cs#L57C13-L65C10" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionOperation.AddPostCompositionAction(System.Action)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionOperation.cs#L74C13-L82C10" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionOperation.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionOperation.cs#L128C13-L130C10" - } - ], - "DocsId": "T:System.Composition.Hosting.Core.CompositionOperation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionOperation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Hosting.Core.DependencyAccessor.GetPromises(System.Composition.Hosting.Core.CompositionContract)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.DependencyAccessor.ResolveDependencies(System.Object,System.Composition.Hosting.Core.CompositionContract,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs#L30C13-L34C27" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.DependencyAccessor.ResolveRequiredDependency(System.Object,System.Composition.Hosting.Core.CompositionContract,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs#L47C13-L50C27" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.DependencyAccessor.TryResolveOptionalDependency(System.Object,System.Composition.Hosting.Core.CompositionContract,System.Boolean,System.Composition.Hosting.Core.CompositionDependency@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs#L63C13-L77C25" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.DependencyAccessor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs" - } - ], - "DocsId": "T:System.Composition.Hosting.Core.DependencyAccessor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Hosting.Core.ExportDescriptor.Create(System.Composition.Hosting.Core.CompositeActivator,System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptor.cs#L33C13-L33C68" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.ExportDescriptor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptor.cs" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.ExportDescriptor.Activator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptor.cs" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.ExportDescriptor.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptor.cs" - } - ], - "DocsId": "T:System.Composition.Hosting.Core.ExportDescriptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptor.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Hosting.Core.ExportDescriptorPromise.#ctor(System.Composition.Hosting.Core.CompositionContract,System.String,System.Boolean,System.Func{System.Collections.Generic.IEnumerable{System.Composition.Hosting.Core.CompositionDependency}},System.Func{System.Collections.Generic.IEnumerable{System.Composition.Hosting.Core.CompositionDependency},System.Composition.Hosting.Core.ExportDescriptor})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L16707566C0-L48C10" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.ExportDescriptorPromise.GetDescriptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L78C13-L95C10" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.ExportDescriptorPromise.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L103C13-L103C84" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.ExportDescriptorPromise.Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L54C38-L54C53" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.ExportDescriptorPromise.IsShared", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L60C38-L60C55" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.ExportDescriptorPromise.Dependencies", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L65C79-L65C106" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.ExportDescriptorPromise.Contract", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L70C53-L70C70" - } - ], - "DocsId": "T:System.Composition.Hosting.Core.ExportDescriptorPromise", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Hosting.Core.ExportDescriptorProvider.GetExportDescriptors(System.Composition.Hosting.Core.CompositionContract,System.Composition.Hosting.Core.DependencyAccessor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.ExportDescriptorProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" - }, - { - "DocsId": "F:System.Composition.Hosting.Core.ExportDescriptorProvider.NoExportDescriptors", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" - }, - { - "DocsId": "F:System.Composition.Hosting.Core.ExportDescriptorProvider.NoMetadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" - }, - { - "DocsId": "F:System.Composition.Hosting.Core.ExportDescriptorProvider.NoDependencies", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" - } - ], - "DocsId": "T:System.Composition.Hosting.Core.ExportDescriptorProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Hosting.Core.LifetimeContext.AllocateSharingId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L51C13-L51C63" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.LifetimeContext.FindContextWithin(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L77C13-L97C22" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.LifetimeContext.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L106C13-L121C10" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.LifetimeContext.AddBoundInstance(System.IDisposable)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L130C13-L137C10" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.LifetimeContext.GetOrCreate(System.Int32,System.Composition.Hosting.Core.CompositionOperation,System.Composition.Hosting.Core.CompositeActivator)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L16707566C0-L184C27" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.LifetimeContext.TryGetExport(System.Composition.Hosting.Core.CompositionContract,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L198C13-L205C25" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.LifetimeContext.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L214C13-L220C76" - } - ], - "DocsId": "T:System.Composition.Hosting.Core.LifetimeContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Composition.Runtime.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Composition.Runtime.json deleted file mode 100644 index 0e13ddb6604..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Composition.Runtime.json +++ /dev/null @@ -1,186 +0,0 @@ -{ - "Assembly": "System.Composition.Runtime", - "GUID": "0EBA255576824A10BD750E5EC2498028FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Composition.CompositionContext.TryGetExport(System.Composition.Hosting.Core.CompositionContract,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs" - }, - { - "DocsId": "M:System.Composition.CompositionContext.GetExport``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L36C13-L36C45" - }, - { - "DocsId": "M:System.Composition.CompositionContext.GetExport``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L49C13-L49C70" - }, - { - "DocsId": "M:System.Composition.CompositionContext.TryGetExport(System.Type,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L62C13-L62C63" - }, - { - "DocsId": "M:System.Composition.CompositionContext.TryGetExport(System.Type,System.String,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L76C13-L80C26" - }, - { - "DocsId": "M:System.Composition.CompositionContext.TryGetExport``1(``0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L93C13-L93C51" - }, - { - "DocsId": "M:System.Composition.CompositionContext.TryGetExport``1(System.String,``0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L107C13-L114C25" - }, - { - "DocsId": "M:System.Composition.CompositionContext.GetExport(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L126C13-L126C48" - }, - { - "DocsId": "M:System.Composition.CompositionContext.GetExport(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L139C13-L139C81" - }, - { - "DocsId": "M:System.Composition.CompositionContext.GetExport(System.Composition.Hosting.Core.CompositionContract)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L151C13-L154C119" - }, - { - "DocsId": "M:System.Composition.CompositionContext.GetExports(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L165C13-L165C49" - }, - { - "DocsId": "M:System.Composition.CompositionContext.GetExports(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L178C13-L183C65" - }, - { - "DocsId": "M:System.Composition.CompositionContext.GetExports``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L195C13-L195C46" - }, - { - "DocsId": "M:System.Composition.CompositionContext.GetExports``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L208C13-L208C84" - }, - { - "DocsId": "M:System.Composition.CompositionContext.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs" - } - ], - "DocsId": "T:System.Composition.CompositionContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.ExportFactory`1.#ctor(System.Func{System.Tuple{`0,System.Action}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfT.cs#L18C9-L21C10" - }, - { - "DocsId": "M:System.Composition.ExportFactory`1.CreateExport", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfT.cs#L29C13-L30C94" - } - ], - "DocsId": "T:System.Composition.ExportFactory`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfT.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.ExportFactory`2.#ctor(System.Func{System.Tuple{`0,System.Action}},`1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfTTMetadata.cs#L19C15-L22C10" - }, - { - "DocsId": "P:System.Composition.ExportFactory`2.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfTTMetadata.cs#L27C37-L27C41" - } - ], - "DocsId": "T:System.Composition.ExportFactory`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfTTMetadata.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Export`1.#ctor(`0,System.Action)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/ExportOfT.cs#L20C9-L24C10" - }, - { - "DocsId": "M:System.Composition.Export`1.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/ExportOfT.cs#L34C34-L34C58" - }, - { - "DocsId": "P:System.Composition.Export`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/ExportOfT.cs#L29C26-L29C30" - } - ], - "DocsId": "T:System.Composition.Export`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/ExportOfT.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Hosting.CompositionFailedException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/CompositionFailedException.cs#L17C15-L18C12" - }, - { - "DocsId": "M:System.Composition.Hosting.CompositionFailedException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/CompositionFailedException.cs#L25C15-L26C12" - }, - { - "DocsId": "M:System.Composition.Hosting.CompositionFailedException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/CompositionFailedException.cs#L34C15-L35C12" - } - ], - "DocsId": "T:System.Composition.Hosting.CompositionFailedException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/CompositionFailedException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L25C15-L27C10" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L35C15-L37C10" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.#ctor(System.Type,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L45C9-L53C10" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L78C13-L82C86" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L91C13-L96C23" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L105C13-L115C27" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.ChangeType(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L127C13-L128C98" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.TryUnwrapMetadataConstraint``1(System.String,``0@,System.Composition.Hosting.Core.CompositionContract@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L143C13-L172C25" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.CompositionContract.ContractType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L58C37-L58C50" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.CompositionContract.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L63C39-L63C52" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.CompositionContract.MetadataConstraints", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L69C81-L69C101" - } - ], - "DocsId": "T:System.Composition.Hosting.Core.CompositionContract", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Composition.TypedParts.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Composition.TypedParts.json deleted file mode 100644 index c6554d25a86..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Composition.TypedParts.json +++ /dev/null @@ -1,102 +0,0 @@ -{ - "Assembly": "System.Composition.TypedParts", - "GUID": "3FDEE51944D44494881241633C6CDCBCFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Composition.CompositionContextExtensions.SatisfyImports(System.Composition.CompositionContext,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.TypedParts/src/System/Composition/CompositionContextExtensions.cs#L30C13-L31C10" - }, - { - "DocsId": "M:System.Composition.CompositionContextExtensions.SatisfyImports(System.Composition.CompositionContext,System.Object,System.Composition.Convention.AttributedModelProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.TypedParts/src/System/Composition/CompositionContextExtensions.cs#L42C13-L43C10" - } - ], - "DocsId": "T:System.Composition.CompositionContextExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.TypedParts/src/System/Composition/CompositionContextExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.CreateContainer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L33C13-L42C79" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithProvider(System.Composition.Hosting.Core.ExportDescriptorProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L52C13-L58C25" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithDefaultConventions(System.Composition.Convention.AttributedModelProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L70C13-L79C25" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithPart(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L90C13-L90C45" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithPart(System.Type,System.Composition.Convention.AttributedModelProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L102C13-L103C63" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithPart``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L114C13-L114C42" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithPart``1(System.Composition.Convention.AttributedModelProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L126C13-L126C57" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithParts(System.Type[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L137C13-L137C60" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithParts(System.Collections.Generic.IEnumerable{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L148C13-L148C47" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithParts(System.Collections.Generic.IEnumerable{System.Type},System.Composition.Convention.AttributedModelProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L160C13-L166C25" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithAssembly(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L177C13-L177C49" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithAssembly(System.Reflection.Assembly,System.Composition.Convention.AttributedModelProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L189C13-L189C68" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithAssemblies(System.Collections.Generic.IEnumerable{System.Reflection.Assembly})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L200C13-L200C53" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithAssemblies(System.Collections.Generic.IEnumerable{System.Reflection.Assembly},System.Composition.Convention.AttributedModelProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L212C13-L217C113" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithExport``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L228C13-L233C61" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithExport``1(``0,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L246C13-L251C90" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithExport(System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L262C13-L271C75" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithExport(System.Type,System.Object,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L284C13-L293C127" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L23C9-L24C154" - } - ], - "DocsId": "T:System.Composition.Hosting.ContainerConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Configuration.ConfigurationManager.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Configuration.ConfigurationManager.json deleted file mode 100644 index e02b832eb81..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Configuration.ConfigurationManager.json +++ /dev/null @@ -1,5202 +0,0 @@ -{ - "Assembly": "System.Configuration.ConfigurationManager", - "GUID": "69ECF62BD7FC4B9F8975983A6933C727FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "F:System.UriIdnScope.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/UriIdnScope.cs" - }, - { - "DocsId": "F:System.UriIdnScope.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/UriIdnScope.cs" - }, - { - "DocsId": "F:System.UriIdnScope.AllExceptIntranet", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/UriIdnScope.cs" - }, - { - "DocsId": "F:System.UriIdnScope.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/UriIdnScope.cs" - } - ], - "DocsId": "T:System.UriIdnScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/UriIdnScope.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.TraceConfiguration.Register", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Diagnostics/TraceConfiguration.cs#L16C13-L27C10" - } - ], - "DocsId": "T:System.Diagnostics.TraceConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Diagnostics/TraceConfiguration.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Configuration.SystemDrawingSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Drawing/Configuration/SystemDrawingSection.cs" - }, - { - "DocsId": "P:System.Drawing.Configuration.SystemDrawingSection.BitmapSuffix", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Drawing/Configuration/SystemDrawingSection.cs#L17C20-L17C48" - }, - { - "DocsId": "P:System.Drawing.Configuration.SystemDrawingSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Drawing/Configuration/SystemDrawingSection.cs#L21C83-L21C95" - } - ], - "DocsId": "T:System.Drawing.Configuration.SystemDrawingSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Drawing/Configuration/SystemDrawingSection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.DictionarySectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DictionarySectionHandler.cs#L31C13-L79C24" - }, - { - "DocsId": "M:System.Configuration.DictionarySectionHandler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DictionarySectionHandler.cs" - }, - { - "DocsId": "P:System.Configuration.DictionarySectionHandler.KeyAttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DictionarySectionHandler.cs#L87C19-L87C32" - }, - { - "DocsId": "P:System.Configuration.DictionarySectionHandler.ValueAttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DictionarySectionHandler.cs#L95C19-L95C34" - } - ], - "DocsId": "T:System.Configuration.DictionarySectionHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DictionarySectionHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.DpapiProtectedConfigurationProvider.Decrypt(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs#L20C13-L42C48" - }, - { - "DocsId": "M:System.Configuration.DpapiProtectedConfigurationProvider.Encrypt(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs#L47C13-L56C48" - }, - { - "DocsId": "M:System.Configuration.DpapiProtectedConfigurationProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs#L95C13-L101C10" - }, - { - "DocsId": "M:System.Configuration.DpapiProtectedConfigurationProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs#L15C9-L15C51" - }, - { - "DocsId": "P:System.Configuration.DpapiProtectedConfigurationProvider.UseMachineProtection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs#L91C50-L91C79" - } - ], - "DocsId": "T:System.Configuration.DpapiProtectedConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.IConfigurationSystem.GetConfig(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IConfigurationSystem.cs" - }, - { - "DocsId": "M:System.Configuration.IConfigurationSystem.Init", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IConfigurationSystem.cs" - } - ], - "DocsId": "T:System.Configuration.IConfigurationSystem", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IConfigurationSystem.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.IdnElement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IdnElement.cs#L13C9-L22C10" - }, - { - "DocsId": "P:System.Configuration.IdnElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IdnElement.cs#L28C17-L28C36" - }, - { - "DocsId": "P:System.Configuration.IdnElement.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IdnElement.cs#L35C19-L35C54" - } - ], - "DocsId": "T:System.Configuration.IdnElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IdnElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.IPersistComponentSettings.LoadComponentSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" - }, - { - "DocsId": "M:System.Configuration.IPersistComponentSettings.SaveComponentSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" - }, - { - "DocsId": "M:System.Configuration.IPersistComponentSettings.ResetComponentSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" - }, - { - "DocsId": "P:System.Configuration.IPersistComponentSettings.SaveSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" - }, - { - "DocsId": "P:System.Configuration.IPersistComponentSettings.SettingsKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" - } - ], - "DocsId": "T:System.Configuration.IPersistComponentSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L27C9-L35C10" - }, - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.#ctor(System.ComponentModel.IComponent)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L42C63-L44C10" - }, - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L27C9-L52C10" - }, - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.#ctor(System.ComponentModel.IComponent,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L57C83-L85C10" - }, - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.GetPreviousVersion(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L283C13-L304C25" - }, - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.OnPropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L312C13-L313C10" - }, - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.OnSettingChanging(System.Object,System.Configuration.SettingChangingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L320C13-L321C10" - }, - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.OnSettingsLoaded(System.Object,System.Configuration.SettingsLoadedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L328C13-L329C10" - }, - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.OnSettingsSaving(System.Object,System.ComponentModel.CancelEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L336C13-L337C10" - }, - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.Reload", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L344C13-L351C10" - }, - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L359C13-L368C10" - }, - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L375C13-L382C10" - }, - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.Upgrade", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L426C13-L435C10" - }, - { - "DocsId": "E:System.Configuration.ApplicationSettingsBase.PropertyChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L223C17-L224C14" - }, - { - "DocsId": "E:System.Configuration.ApplicationSettingsBase.SettingChanging", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L239C17-L240C14" - }, - { - "DocsId": "E:System.Configuration.ApplicationSettingsBase.SettingsLoaded", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L254C17-L255C14" - }, - { - "DocsId": "E:System.Configuration.ApplicationSettingsBase.SettingsSaving", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L269C17-L270C14" - }, - { - "DocsId": "P:System.Configuration.ApplicationSettingsBase.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L95C17-L116C33" - }, - { - "DocsId": "P:System.Configuration.ApplicationSettingsBase.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L130C17-L151C34" - }, - { - "DocsId": "P:System.Configuration.ApplicationSettingsBase.PropertyValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L163C17-L163C44" - }, - { - "DocsId": "P:System.Configuration.ApplicationSettingsBase.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L175C17-L195C35" - }, - { - "DocsId": "P:System.Configuration.ApplicationSettingsBase.SettingsKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L207C17-L207C37" - }, - { - "DocsId": "P:System.Configuration.ApplicationSettingsBase.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L391C17-L403C14" - } - ], - "DocsId": "T:System.Configuration.ApplicationSettingsBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ApplicationScopedSettingAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationScopedSettingAttribute.cs" - } - ], - "DocsId": "T:System.Configuration.ApplicationScopedSettingAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationScopedSettingAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ApplicationSettingsGroup.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsGroup.cs" - } - ], - "DocsId": "T:System.Configuration.ApplicationSettingsGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsGroup.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.AppSettingsReader.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsReader.cs#L19C9-L22C10" - }, - { - "DocsId": "M:System.Configuration.AppSettingsReader.GetValue(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsReader.cs#L33C13-L81C10" - } - ], - "DocsId": "T:System.Configuration.AppSettingsReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsReader.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.AppSettingsSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L18C9-L21C10" - }, - { - "DocsId": "M:System.Configuration.AppSettingsSection.GetRuntimeObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L73C13-L74C37" - }, - { - "DocsId": "M:System.Configuration.AppSettingsSection.Reset(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L79C13-L86C10" - }, - { - "DocsId": "M:System.Configuration.AppSettingsSection.DeserializeElement(System.Xml.XmlReader,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L90C13-L141C10" - }, - { - "DocsId": "P:System.Configuration.AppSettingsSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L23C83-L23C108" - }, - { - "DocsId": "P:System.Configuration.AppSettingsSection.Settings", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L29C60-L29C116" - }, - { - "DocsId": "P:System.Configuration.AppSettingsSection.File", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L36C17-L37C50" - } - ], - "DocsId": "T:System.Configuration.AppSettingsSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.CallbackValidator.#ctor(System.Type,System.Configuration.ValidatorCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidator.cs#L11C75-L15C10" - }, - { - "DocsId": "M:System.Configuration.CallbackValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidator.cs#L31C13-L31C55" - }, - { - "DocsId": "M:System.Configuration.CallbackValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidator.cs#L36C13-L37C10" - } - ], - "DocsId": "T:System.Configuration.CallbackValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.CallbackValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidatorAttribute.cs#L12C9-L12C59" - }, - { - "DocsId": "P:System.Configuration.CallbackValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidatorAttribute.cs#L19C17-L41C63" - }, - { - "DocsId": "P:System.Configuration.CallbackValidatorAttribute.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidatorAttribute.cs#L47C19-L47C32" - }, - { - "DocsId": "P:System.Configuration.CallbackValidatorAttribute.CallbackMethodName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidatorAttribute.cs#L57C19-L57C46" - } - ], - "DocsId": "T:System.Configuration.CallbackValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidatorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ClientSettingsSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ClientSettingsSection.cs#L14C9-L16C10" - }, - { - "DocsId": "P:System.Configuration.ClientSettingsSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ClientSettingsSection.cs#L22C17-L22C37" - }, - { - "DocsId": "P:System.Configuration.ClientSettingsSection.Settings", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ClientSettingsSection.cs#L31C17-L31C71" - } - ], - "DocsId": "T:System.Configuration.ClientSettingsSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ClientSettingsSection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.CommaDelimitedStringCollectionConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CommaDelimitedStringAttributeCollectionConverter.cs#L13C13-L15C46" - }, - { - "DocsId": "M:System.Configuration.CommaDelimitedStringCollectionConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CommaDelimitedStringAttributeCollectionConverter.cs#L20C13-L22C40" - }, - { - "DocsId": "M:System.Configuration.CommaDelimitedStringCollectionConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CommaDelimitedStringAttributeCollectionConverter.cs" - } - ], - "DocsId": "T:System.Configuration.CommaDelimitedStringCollectionConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CommaDelimitedStringAttributeCollectionConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Configuration.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L167C13-L169C28" - }, - { - "DocsId": "M:System.Configuration.Configuration.GetSectionGroup(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L174C13-L176C33" - }, - { - "DocsId": "M:System.Configuration.Configuration.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L181C13-L182C10" - }, - { - "DocsId": "M:System.Configuration.Configuration.Save(System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L186C13-L187C10" - }, - { - "DocsId": "M:System.Configuration.Configuration.Save(System.Configuration.ConfigurationSaveMode,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L191C13-L192C10" - }, - { - "DocsId": "M:System.Configuration.Configuration.SaveAs(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L196C13-L197C10" - }, - { - "DocsId": "M:System.Configuration.Configuration.SaveAs(System.String,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L201C13-L202C10" - }, - { - "DocsId": "M:System.Configuration.Configuration.SaveAs(System.String,System.Configuration.ConfigurationSaveMode,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L206C13-L209C10" - }, - { - "DocsId": "P:System.Configuration.Configuration.AppSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L78C50-L78C95" - }, - { - "DocsId": "P:System.Configuration.Configuration.ConnectionStrings", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L80C62-L80C119" - }, - { - "DocsId": "P:System.Configuration.Configuration.FilePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L82C35-L82C70" - }, - { - "DocsId": "P:System.Configuration.Configuration.HasFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L84C32-L84C55" - }, - { - "DocsId": "P:System.Configuration.Configuration.Locations", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L87C16-L87C72" - }, - { - "DocsId": "P:System.Configuration.Configuration.EvaluationContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L90C16-L90C70" - }, - { - "DocsId": "P:System.Configuration.Configuration.RootSectionGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L96C17-L102C42" - }, - { - "DocsId": "P:System.Configuration.Configuration.Sections", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L106C59-L106C84" - }, - { - "DocsId": "P:System.Configuration.Configuration.SectionGroups", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L108C69-L108C99" - }, - { - "DocsId": "P:System.Configuration.Configuration.NamespaceDeclared", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L116C19-L116C57" - }, - { - "DocsId": "P:System.Configuration.Configuration.TypeStringTransformer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L122C19-L122C49" - }, - { - "DocsId": "P:System.Configuration.Configuration.AssemblyStringTransformer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L135C19-L135C53" - }, - { - "DocsId": "P:System.Configuration.Configuration.TargetFramework", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L148C13-L148C17" - } - ], - "DocsId": "T:System.Configuration.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Configuration.ConfigurationAllowDefinition.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationAllowDefinition.MachineOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationAllowDefinition.MachineToWebRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationAllowDefinition.MachineToApplication", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationAllowDefinition.Everywhere", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" - } - ], - "DocsId": "T:System.Configuration.ConfigurationAllowDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Configuration.ConfigurationAllowExeDefinition.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationAllowExeDefinition.MachineOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationAllowExeDefinition.MachineToApplication", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationAllowExeDefinition.MachineToRoamingUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationAllowExeDefinition.MachineToLocalUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" - } - ], - "DocsId": "T:System.Configuration.ConfigurationAllowExeDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationCollectionAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L57C13-L22C10" - }, - { - "DocsId": "P:System.Configuration.ConfigurationCollectionAttribute.ItemType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L24C32-L24C36" - }, - { - "DocsId": "P:System.Configuration.ConfigurationCollectionAttribute.AddItemName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L28C19-L28C92" - }, - { - "DocsId": "P:System.Configuration.ConfigurationCollectionAttribute.RemoveItemName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L38C19-L38C98" - }, - { - "DocsId": "P:System.Configuration.ConfigurationCollectionAttribute.ClearItemsName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L48C19-L48C98" - }, - { - "DocsId": "P:System.Configuration.ConfigurationCollectionAttribute.CollectionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L56C68-L56C72" - } - ], - "DocsId": "T:System.Configuration.ConfigurationCollectionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationConverterBase.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationConverterBase.cs#L12C13-L12C43" - }, - { - "DocsId": "M:System.Configuration.ConfigurationConverterBase.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationConverterBase.cs#L17C13-L17C43" - }, - { - "DocsId": "M:System.Configuration.ConfigurationConverterBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationConverterBase.cs" - } - ], - "DocsId": "T:System.Configuration.ConfigurationConverterBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationConverterBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationElement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L53C9-L70C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.Init", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L241C13-L242C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L414C13-L426C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.ResetModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L430C13-L437C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L441C13-L441C30" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.SetReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L446C13-L448C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.ListErrors(System.Collections.IList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L496C55-L504C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.InitializeDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L506C63-L506C64" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.Reset(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L606C13-L670C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L674C13-L696C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L700C13-L706C30" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.SetPropertyValue(System.Configuration.ConfigurationProperty,System.Object,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L829C13-L846C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L878C13-L1007C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.SerializeToXmlElement(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1011C13-L1035C32" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.SerializeElement(System.Xml.XmlWriter,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1040C13-L1177C32" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.DeserializeElement(System.Xml.XmlReader,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1385C13-L1706C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.OnRequiredPropertyNotFound(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1833C13-L1835C43" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.PostDeserialize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1841C9-L1841C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.PreSerialize(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1846C9-L1846C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.OnDeserializeUnrecognizedAttribute(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1850C13-L1850C26" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.OnDeserializeUnrecognizedElement(System.String,System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1855C13-L1855C26" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.GetTransformedTypeString(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1860C13-L1863C66" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.GetTransformedAssemblyString(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1868C13-L1871C74" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.LockAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L89C62-L89C175" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.LockAllAttributesExcept", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L91C71-L91C212" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.LockElements", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L93C60-L93C169" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.LockAllElementsExcept", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L95C69-L95C216" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.LockItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L99C19-L99C82" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.Item(System.Configuration.ConfigurationProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L118C17-L160C26" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L172C17-L178C35" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L193C17-L196C31" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.ElementInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L202C57-L202C108" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.EvaluationContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L208C17-L219C37" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.ElementProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L223C84-L223C100" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.HasContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L225C38-L225C59" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.CurrentConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L227C54-L227C89" - } - ], - "DocsId": "T:System.Configuration.ConfigurationElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L17C9-L30C55" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.#ctor(System.Collections.IComparer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L17C9-L40C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L130C37-L132C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L136C13-L136C40" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L149C13-L162C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.ResetModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L166C13-L176C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L180C13-L180C30" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.SetReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L185C13-L193C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L211C13-L235C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L239C13-L245C30" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L253C13-L454C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.Reset(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L458C13-L485C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.CopyTo(System.Configuration.ConfigurationElement[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L489C13-L490C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseAdd(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L494C13-L495C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseAdd(System.Configuration.ConfigurationElement,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L499C13-L500C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseIndexOf(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L587C13-L596C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseAdd(System.Int32,System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L677C13-L678C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseRemove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L727C13-L728C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseGet(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L835C37-L839C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseIsRemoved(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L843C37-L847C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseGet(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L851C13-L869C90" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseGetAllKeys", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L874C13-L882C25" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseGetKey(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L887C13-L905C39" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L910C13-L959C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseRemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L963C13-L1028C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.SerializeElement(System.Xml.XmlWriter,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L1032C13-L1091C32" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.OnDeserializeUnrecognizedElement(System.String,System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L1096C13-L1162C25" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.CreateNewElement(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L1183C13-L1183C39" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.CreateNewElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.GetElementKey(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.IsElementRemovable(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L1199C13-L1199C25" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.IsElementName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L1210C13-L1210C26" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElementCollection.AddElementName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L46C19-L46C38" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElementCollection.RemoveElementName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L57C19-L57C41" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElementCollection.ClearElementName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L68C19-L68C40" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElementCollection.EmitClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L79C19-L79C40" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElementCollection.ElementName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L93C49-L93C51" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElementCollection.ThrowOnDuplicate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L116C16-L117C94" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElementCollection.CollectionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L120C16-L120C68" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElementCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L122C29-L122C60" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElementCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L124C39-L124C44" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElementCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L126C35-L126C39" - } - ], - "DocsId": "T:System.Configuration.ConfigurationElementCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Configuration.ConfigurationElementCollectionType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationElementCollectionType.BasicMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationElementCollectionType.AddRemoveClearMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationElementCollectionType.BasicMapAlternate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationElementCollectionType.AddRemoveClearMapAlternate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" - } - ], - "DocsId": "T:System.Configuration.ConfigurationElementCollectionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationElementProperty.#ctor(System.Configuration.ConfigurationValidatorBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementProperty.cs#L12C9-L20C10" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElementProperty.Validator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementProperty.cs#L22C55-L22C59" - } - ], - "DocsId": "T:System.Configuration.ConfigurationElementProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementProperty.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Exception,System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L35C15-L39C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L42C13-L43C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L46C13-L47C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L50C13-L51C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L54C13-L55C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L58C13-L59C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Exception,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L62C13-L63C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L66C13-L67C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Exception,System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L70C13-L71C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L104C13-L134C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L196C13-L219C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.GetLineNumber(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L224C13-L224C75" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.GetFilename(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L229C13-L229C73" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.GetLineNumber(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L235C13-L235C77" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.GetFilename(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L240C13-L240C75" - }, - { - "DocsId": "P:System.Configuration.ConfigurationErrorsException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L142C17-L152C35" - }, - { - "DocsId": "P:System.Configuration.ConfigurationErrorsException.Filename", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L156C44-L156C58" - }, - { - "DocsId": "P:System.Configuration.ConfigurationErrorsException.Line", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L158C37-L158C47" - }, - { - "DocsId": "P:System.Configuration.ConfigurationErrorsException.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L164C17-L170C26" - } - ], - "DocsId": "T:System.Configuration.ConfigurationErrorsException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L27C15-L30C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L33C43-L33C72" - }, - { - "DocsId": "M:System.Configuration.ConfigurationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L36C57-L36C89" - }, - { - "DocsId": "M:System.Configuration.ConfigurationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L39C74-L39C107" - }, - { - "DocsId": "M:System.Configuration.ConfigurationException.#ctor(System.String,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L43C15-L44C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationException.#ctor(System.String,System.Exception,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L48C15-L49C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationException.#ctor(System.String,System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L52C84-L52C123" - }, - { - "DocsId": "M:System.Configuration.ConfigurationException.#ctor(System.String,System.Exception,System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L55C101-L58C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L95C13-L98C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationException.GetXmlNodeFilename(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L101C66-L101C118" - }, - { - "DocsId": "M:System.Configuration.ConfigurationException.GetXmlNodeLineNumber(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L104C65-L104C108" - }, - { - "DocsId": "P:System.Configuration.ConfigurationException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L66C17-L76C35" - }, - { - "DocsId": "P:System.Configuration.ConfigurationException.BareMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L80C46-L80C58" - }, - { - "DocsId": "P:System.Configuration.ConfigurationException.Filename", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L82C43-L82C52" - }, - { - "DocsId": "P:System.Configuration.ConfigurationException.Line", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L84C36-L84C41" - } - ], - "DocsId": "T:System.Configuration.ConfigurationException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationFileMap.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationFileMap.cs#L20C9-L23C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationFileMap.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationFileMap.cs#L25C9-L35C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationFileMap.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationFileMap.cs#L51C13-L51C51" - }, - { - "DocsId": "P:System.Configuration.ConfigurationFileMap.MachineConfigFilename", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationFileMap.cs#L45C19-L45C46" - } - ], - "DocsId": "T:System.Configuration.ConfigurationFileMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationFileMap.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationLocation.OpenConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLocation.cs#L20C13-L20C60" - }, - { - "DocsId": "P:System.Configuration.ConfigurationLocation.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLocation.cs#L16C30-L16C34" - } - ], - "DocsId": "T:System.Configuration.ConfigurationLocation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLocation.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Configuration.ConfigurationLocationCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLocationCollection.cs#L15C57-L15C96" - } - ], - "DocsId": "T:System.Configuration.ConfigurationLocationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLocationCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationLockCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L112C13-L113C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationLockCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L117C13-L117C55" - }, - { - "DocsId": "M:System.Configuration.ConfigurationLockCollection.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L127C13-L193C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationLockCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L252C13-L275C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationLockCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L302C13-L303C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationLockCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L307C13-L308C55" - }, - { - "DocsId": "M:System.Configuration.ConfigurationLockCollection.CopyTo(System.String[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L313C13-L314C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationLockCollection.IsReadOnly(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L323C13-L326C111" - }, - { - "DocsId": "M:System.Configuration.ConfigurationLockCollection.SetFromList(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L331C13-L338C10" - }, - { - "DocsId": "P:System.Configuration.ConfigurationLockCollection.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L60C34-L60C38" - }, - { - "DocsId": "P:System.Configuration.ConfigurationLockCollection.AttributeList", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L68C17-L75C38" - }, - { - "DocsId": "P:System.Configuration.ConfigurationLockCollection.HasParentElements", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L84C17-L100C31" - }, - { - "DocsId": "P:System.Configuration.ConfigurationLockCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L104C29-L104C54" - }, - { - "DocsId": "P:System.Configuration.ConfigurationLockCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L106C39-L106C44" - }, - { - "DocsId": "P:System.Configuration.ConfigurationLockCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L108C35-L108C39" - } - ], - "DocsId": "T:System.Configuration.ConfigurationLockCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationManager.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L150C13-L155C28" - }, - { - "DocsId": "M:System.Configuration.ConfigurationManager.RefreshSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L162C13-L167C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationManager.OpenMachineConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L171C13-L171C92" - }, - { - "DocsId": "M:System.Configuration.ConfigurationManager.OpenMappedMachineConfiguration(System.Configuration.ConfigurationFileMap)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L176C13-L176C95" - }, - { - "DocsId": "M:System.Configuration.ConfigurationManager.OpenExeConfiguration(System.Configuration.ConfigurationUserLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L181C13-L181C75" - }, - { - "DocsId": "M:System.Configuration.ConfigurationManager.OpenExeConfiguration(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L186C13-L186C96" - }, - { - "DocsId": "M:System.Configuration.ConfigurationManager.OpenMappedExeConfiguration(System.Configuration.ExeConfigurationFileMap,System.Configuration.ConfigurationUserLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L192C13-L192C78" - }, - { - "DocsId": "M:System.Configuration.ConfigurationManager.OpenMappedExeConfiguration(System.Configuration.ExeConfigurationFileMap,System.Configuration.ConfigurationUserLevel,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L198C13-L198C87" - }, - { - "DocsId": "P:System.Configuration.ConfigurationManager.AppSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L37C17-L45C53" - }, - { - "DocsId": "P:System.Configuration.ConfigurationManager.ConnectionStrings", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L53C17-L64C67" - } - ], - "DocsId": "T:System.Configuration.ConfigurationManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationProperty.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L20C9-L36C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationProperty.#ctor(System.String,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L39C15-L40C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationProperty.#ctor(System.String,System.Type,System.Object,System.Configuration.ConfigurationPropertyOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L43C15-L44C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationProperty.#ctor(System.String,System.Type,System.Object,System.ComponentModel.TypeConverter,System.Configuration.ConfigurationValidatorBase,System.Configuration.ConfigurationPropertyOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L52C15-L53C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationProperty.#ctor(System.String,System.Type,System.Object,System.ComponentModel.TypeConverter,System.Configuration.ConfigurationValidatorBase,System.Configuration.ConfigurationPropertyOptions,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L55C9-L66C10" - }, - { - "DocsId": "P:System.Configuration.ConfigurationProperty.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L163C30-L163C34" - }, - { - "DocsId": "P:System.Configuration.ConfigurationProperty.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L165C37-L165C41" - }, - { - "DocsId": "P:System.Configuration.ConfigurationProperty.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L182C28-L182C32" - }, - { - "DocsId": "P:System.Configuration.ConfigurationProperty.DefaultValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L184C38-L184C42" - }, - { - "DocsId": "P:System.Configuration.ConfigurationProperty.IsRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L186C35-L186C92" - }, - { - "DocsId": "P:System.Configuration.ConfigurationProperty.IsKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L188C30-L188C82" - }, - { - "DocsId": "P:System.Configuration.ConfigurationProperty.IsDefaultCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L190C44-L190C110" - }, - { - "DocsId": "P:System.Configuration.ConfigurationProperty.IsTypeStringTransformationRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L193C16-L193C97" - }, - { - "DocsId": "P:System.Configuration.ConfigurationProperty.IsAssemblyStringTransformationRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L196C16-L196C101" - }, - { - "DocsId": "P:System.Configuration.ConfigurationProperty.IsVersionCheckRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L198C47-L198C116" - }, - { - "DocsId": "P:System.Configuration.ConfigurationProperty.Converter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L204C17-L205C35" - }, - { - "DocsId": "P:System.Configuration.ConfigurationProperty.Validator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L209C55-L209C59" - } - ], - "DocsId": "T:System.Configuration.ConfigurationProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationPropertyAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L18C52-L14C10" - }, - { - "DocsId": "P:System.Configuration.ConfigurationPropertyAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L16C30-L16C34" - }, - { - "DocsId": "P:System.Configuration.ConfigurationPropertyAttribute.DefaultValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L18C38-L18C42" - }, - { - "DocsId": "P:System.Configuration.ConfigurationPropertyAttribute.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L20C55-L20C59" - }, - { - "DocsId": "P:System.Configuration.ConfigurationPropertyAttribute.IsDefaultCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L24C19-L24C92" - }, - { - "DocsId": "P:System.Configuration.ConfigurationPropertyAttribute.IsRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L35C19-L35C83" - }, - { - "DocsId": "P:System.Configuration.ConfigurationPropertyAttribute.IsKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L45C19-L45C78" - } - ], - "DocsId": "T:System.Configuration.ConfigurationPropertyAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L36C13-L37C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L41C13-L41C43" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.CopyTo(System.Configuration.ConfigurationProperty[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L46C13-L47C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L51C18-L56C26" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.Add(System.Configuration.ConfigurationProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L61C13-L62C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L66C18-L74C26" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L79C13-L80C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L10C9-L10C61" - }, - { - "DocsId": "P:System.Configuration.ConfigurationPropertyCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L19C22-L24C29" - }, - { - "DocsId": "P:System.Configuration.ConfigurationPropertyCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L28C29-L28C41" - }, - { - "DocsId": "P:System.Configuration.ConfigurationPropertyCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L30C39-L30C44" - }, - { - "DocsId": "P:System.Configuration.ConfigurationPropertyCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L32C35-L32C41" - } - ], - "DocsId": "T:System.Configuration.ConfigurationPropertyCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.IsRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.IsKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.IsTypeStringTransformationRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.IsAssemblyStringTransformationRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.IsVersionCheckRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" - } - ], - "DocsId": "T:System.Configuration.ConfigurationPropertyOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Configuration.ConfigurationSaveMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSaveMode.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationSaveMode.Modified", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSaveMode.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationSaveMode.Minimal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSaveMode.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationSaveMode.Full", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSaveMode.cs" - } - ], - "DocsId": "T:System.Configuration.ConfigurationSaveMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSaveMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L13C9-L16C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSection.GetRuntimeObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L22C13-L22C25" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSection.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L27C13-L28C35" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSection.ResetModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L33C13-L35C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSection.DeserializeSection(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L39C13-L43C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSection.SerializeSection(System.Configuration.ConfigurationElement,System.String,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L48C13-L77C41" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSection.ShouldSerializePropertyInTargetVersion(System.Configuration.ConfigurationProperty,System.String,System.Runtime.Versioning.FrameworkName,System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L83C13-L83C25" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSection.ShouldSerializeElementInTargetVersion(System.Configuration.ConfigurationElement,System.String,System.Runtime.Versioning.FrameworkName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L89C13-L89C25" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSection.ShouldSerializeSectionInTargetVersion(System.Runtime.Versioning.FrameworkName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L94C13-L94C25" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSection.SectionInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L18C56-L18C60" - } - ], - "DocsId": "T:System.Configuration.ConfigurationSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationSectionCollection.Add(System.String,System.Configuration.ConfigurationSection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L57C13-L61C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L65C13-L69C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionCollection.CopyTo(System.Configuration.ConfigurationSection[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L73C13-L82C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionCollection.Get(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L86C13-L86C39" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionCollection.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L91C13-L107C78" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionCollection.GetKey(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L120C13-L120C38" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L132C13-L141C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L145C13-L148C10" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSectionCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L35C58-L35C67" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSectionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L37C56-L37C66" - } - ], - "DocsId": "T:System.Configuration.ConfigurationSectionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroup.ForceDeclaration", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L145C13-L146C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroup.ForceDeclaration(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L152C13-L163C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroup.ShouldSerializeSectionGroupInTargetVersion(System.Runtime.Versioning.FrameworkName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L167C13-L167C25" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroup.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L23C64-L25C64" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSectionGroup.IsDeclared", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L17C34-L17C38" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSectionGroup.IsDeclarationRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L21C45-L21C49" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSectionGroup.SectionGroupName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L23C42-L23C46" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSectionGroup.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L25C30-L25C34" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSectionGroup.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L29C19-L29C36" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSectionGroup.Sections", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L69C17-L75C40" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSectionGroup.SectionGroups", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L83C17-L89C45" - } - ], - "DocsId": "T:System.Configuration.ConfigurationSectionGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.Add(System.String,System.Configuration.ConfigurationSectionGroup)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L51C13-L54C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L58C13-L66C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.CopyTo(System.Configuration.ConfigurationSectionGroup[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L70C13-L79C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.Get(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L83C13-L83C39" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L88C13-L104C61" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.GetKey(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L115C13-L115C38" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L128C13-L135C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L139C13-L142C10" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSectionGroupCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L30C63-L30C72" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSectionGroupCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L33C61-L33C71" - } - ], - "DocsId": "T:System.Configuration.ConfigurationSectionGroupCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationSettings.GetConfig(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSettings.cs#L24C13-L24C65" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSettings.AppSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSettings.cs#L17C17-L17C57" - } - ], - "DocsId": "T:System.Configuration.ConfigurationSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSettings.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Configuration.ConfigurationUserLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationUserLevel.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationUserLevel.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationUserLevel.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationUserLevel.PerUserRoaming", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationUserLevel.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationUserLevel.PerUserRoamingAndLocal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationUserLevel.cs" - } - ], - "DocsId": "T:System.Configuration.ConfigurationUserLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationUserLevel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorAttribute.cs#L13C9-L13C56" - }, - { - "DocsId": "M:System.Configuration.ConfigurationValidatorAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorAttribute.cs#L15C9-L26C10" - }, - { - "DocsId": "P:System.Configuration.ConfigurationValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorAttribute.cs#L29C16-L29C82" - }, - { - "DocsId": "P:System.Configuration.ConfigurationValidatorAttribute.ValidatorType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorAttribute.cs#L31C37-L31C41" - } - ], - "DocsId": "T:System.Configuration.ConfigurationValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationValidatorBase.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorBase.cs#L10C13-L10C26" - }, - { - "DocsId": "M:System.Configuration.ConfigurationValidatorBase.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorBase.cs" - }, - { - "DocsId": "M:System.Configuration.ConfigurationValidatorBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorBase.cs" - } - ], - "DocsId": "T:System.Configuration.ConfigurationValidatorBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigXmlDocument.System#Configuration#Internal#IConfigErrorInfo#get_LineNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L27C17-L37C43" - }, - { - "DocsId": "M:System.Configuration.ConfigXmlDocument.System#Configuration#Internal#IConfigErrorInfo#get_Filename", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L50C19-L50C36" - }, - { - "DocsId": "M:System.Configuration.ConfigXmlDocument.Load(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L55C13-L70C10" - }, - { - "DocsId": "M:System.Configuration.ConfigXmlDocument.LoadSingleElement(System.String,System.Xml.XmlTextReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L74C13-L91C10" - }, - { - "DocsId": "M:System.Configuration.ConfigXmlDocument.CreateAttribute(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L95C13-L95C105" - }, - { - "DocsId": "M:System.Configuration.ConfigXmlDocument.CreateElement(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L100C13-L100C103" - }, - { - "DocsId": "M:System.Configuration.ConfigXmlDocument.CreateTextNode(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L105C13-L105C73" - }, - { - "DocsId": "M:System.Configuration.ConfigXmlDocument.CreateCDataSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L110C13-L110C81" - }, - { - "DocsId": "M:System.Configuration.ConfigXmlDocument.CreateComment(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L115C13-L115C76" - }, - { - "DocsId": "M:System.Configuration.ConfigXmlDocument.CreateSignificantWhitespace(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L120C13-L120C90" - }, - { - "DocsId": "M:System.Configuration.ConfigXmlDocument.CreateWhitespace(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L125C13-L125C79" - }, - { - "DocsId": "M:System.Configuration.ConfigXmlDocument.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs" - }, - { - "DocsId": "P:System.Configuration.ConfigXmlDocument.System#Configuration#Internal#IConfigErrorInfo#LineNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L27C17-L37C43" - }, - { - "DocsId": "P:System.Configuration.ConfigXmlDocument.LineNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L41C39-L41C82" - }, - { - "DocsId": "P:System.Configuration.ConfigXmlDocument.Filename", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L45C19-L45C36" - }, - { - "DocsId": "P:System.Configuration.ConfigXmlDocument.System#Configuration#Internal#IConfigErrorInfo#Filename", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L50C19-L50C36" - } - ], - "DocsId": "T:System.Configuration.ConfigXmlDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConnectionStringSettings.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L21C9-L21C46" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringSettings.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L24C15-L28C10" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringSettings.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L31C15-L36C10" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringSettings.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L66C13-L66C37" - }, - { - "DocsId": "P:System.Configuration.ConnectionStringSettings.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L40C83-L40C95" - }, - { - "DocsId": "P:System.Configuration.ConnectionStringSettings.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L46C19-L46C51" - }, - { - "DocsId": "P:System.Configuration.ConnectionStringSettings.ConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L53C19-L53C63" - }, - { - "DocsId": "P:System.Configuration.ConnectionStringSettings.ProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L60C19-L60C59" - } - ], - "DocsId": "T:System.Configuration.ConnectionStringSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L12C15-L13C12" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.IndexOf(System.Configuration.ConnectionStringSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L31C13-L31C42" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.BaseAdd(System.Int32,System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L40C13-L42C10" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.Add(System.Configuration.ConnectionStringSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L46C13-L47C10" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.Remove(System.Configuration.ConnectionStringSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L51C13-L52C10" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L56C13-L57C10" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L61C13-L62C10" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.CreateNewElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L66C13-L66C51" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.GetElementKey(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L71C13-L71C60" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L76C13-L77C10" - }, - { - "DocsId": "P:System.Configuration.ConnectionStringSettingsCollection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L15C83-L15C95" - }, - { - "DocsId": "P:System.Configuration.ConnectionStringSettingsCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L19C19-L19C67" - }, - { - "DocsId": "P:System.Configuration.ConnectionStringSettingsCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L27C66-L27C105" - } - ], - "DocsId": "T:System.Configuration.ConnectionStringSettingsCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConnectionStringsSection.GetRuntimeObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringsSection.cs#L22C13-L23C25" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringsSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringsSection.cs" - }, - { - "DocsId": "P:System.Configuration.ConnectionStringsSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringsSection.cs#L14C83-L14C95" - }, - { - "DocsId": "P:System.Configuration.ConnectionStringsSection.ConnectionStrings", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringsSection.cs#L18C16-L18C81" - } - ], - "DocsId": "T:System.Configuration.ConnectionStringsSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringsSection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ContextInformation.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ContextInformation.cs#L52C13-L52C58" - }, - { - "DocsId": "P:System.Configuration.ContextInformation.HostingContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ContextInformation.cs#L27C17-L35C40" - }, - { - "DocsId": "P:System.Configuration.ContextInformation.IsMachineLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ContextInformation.cs#L42C39-L42C68" - } - ], - "DocsId": "T:System.Configuration.ContextInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ContextInformation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.DefaultSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L13C9-L18C10" - }, - { - "DocsId": "M:System.Configuration.DefaultSection.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L35C13-L35C32" - }, - { - "DocsId": "M:System.Configuration.DefaultSection.ResetModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L40C13-L41C10" - }, - { - "DocsId": "M:System.Configuration.DefaultSection.Reset(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L45C13-L47C10" - }, - { - "DocsId": "M:System.Configuration.DefaultSection.DeserializeSection(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L51C13-L55C10" - }, - { - "DocsId": "M:System.Configuration.DefaultSection.SerializeSection(System.Configuration.ConfigurationElement,System.String,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L60C13-L60C28" - }, - { - "DocsId": "P:System.Configuration.DefaultSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L20C83-L20C108" - } - ], - "DocsId": "T:System.Configuration.DefaultSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.DefaultSettingValueAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSettingValueAttribute.cs#L20C9-L23C10" - }, - { - "DocsId": "P:System.Configuration.DefaultSettingValueAttribute.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSettingValueAttribute.cs#L32C17-L32C31" - } - ], - "DocsId": "T:System.Configuration.DefaultSettingValueAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSettingValueAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.DefaultValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultValidator.cs#L12C13-L12C25" - }, - { - "DocsId": "M:System.Configuration.DefaultValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultValidator.cs#L18C9-L18C10" - }, - { - "DocsId": "M:System.Configuration.DefaultValidator.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultValidator.cs" - } - ], - "DocsId": "T:System.Configuration.DefaultValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultValidator.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Configuration.ElementInformation.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L20C16-L20C87" - }, - { - "DocsId": "P:System.Configuration.ElementInformation.IsPresent", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L22C34-L22C61" - }, - { - "DocsId": "P:System.Configuration.ElementInformation.IsLocked", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L24C33-L25C81" - }, - { - "DocsId": "P:System.Configuration.ElementInformation.IsCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L31C17-L40C43" - }, - { - "DocsId": "P:System.Configuration.ElementInformation.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L44C33-L44C105" - }, - { - "DocsId": "P:System.Configuration.ElementInformation.LineNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L49C34-L49C113" - }, - { - "DocsId": "P:System.Configuration.ElementInformation.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L51C29-L51C51" - }, - { - "DocsId": "P:System.Configuration.ElementInformation.Validator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L53C56-L53C94" - }, - { - "DocsId": "P:System.Configuration.ElementInformation.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L55C38-L55C73" - } - ], - "DocsId": "T:System.Configuration.ElementInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ExeConfigurationFileMap.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L8C9-L13C10" - }, - { - "DocsId": "M:System.Configuration.ExeConfigurationFileMap.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L16C15-L21C10" - }, - { - "DocsId": "M:System.Configuration.ExeConfigurationFileMap.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L40C13-L41C42" - }, - { - "DocsId": "P:System.Configuration.ExeConfigurationFileMap.ExeConfigFilename", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L32C43-L32C47" - }, - { - "DocsId": "P:System.Configuration.ExeConfigurationFileMap.RoamingUserConfigFilename", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L34C51-L34C55" - }, - { - "DocsId": "P:System.Configuration.ExeConfigurationFileMap.LocalUserConfigFilename", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L36C49-L36C53" - } - ], - "DocsId": "T:System.Configuration.ExeConfigurationFileMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Configuration.ExeContext.UserLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeContext.cs#L20C51-L20C55" - }, - { - "DocsId": "P:System.Configuration.ExeContext.ExePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeContext.cs#L22C33-L22C37" - } - ], - "DocsId": "T:System.Configuration.ExeContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.GenericEnumConverter.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/GenericEnumConverter.cs#L14C9-L20C10" - }, - { - "DocsId": "M:System.Configuration.GenericEnumConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/GenericEnumConverter.cs#L24C13-L24C37" - }, - { - "DocsId": "M:System.Configuration.GenericEnumConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/GenericEnumConverter.cs#L30C13-L47C10" - } - ], - "DocsId": "T:System.Configuration.GenericEnumConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/GenericEnumConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.IApplicationSettingsProvider.GetPreviousVersion(System.Configuration.SettingsContext,System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IApplicationSettingsProvider.cs" - }, - { - "DocsId": "M:System.Configuration.IApplicationSettingsProvider.Reset(System.Configuration.SettingsContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IApplicationSettingsProvider.cs" - }, - { - "DocsId": "M:System.Configuration.IApplicationSettingsProvider.Upgrade(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IApplicationSettingsProvider.cs" - } - ], - "DocsId": "T:System.Configuration.IApplicationSettingsProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IApplicationSettingsProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.IConfigurationSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IConfigurationSectionHandler.cs" - } - ], - "DocsId": "T:System.Configuration.IConfigurationSectionHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IConfigurationSectionHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.IgnoreSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L13C9-L18C10" - }, - { - "DocsId": "M:System.Configuration.IgnoreSection.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L35C13-L35C32" - }, - { - "DocsId": "M:System.Configuration.IgnoreSection.ResetModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L40C13-L41C10" - }, - { - "DocsId": "M:System.Configuration.IgnoreSection.Reset(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L45C13-L47C10" - }, - { - "DocsId": "M:System.Configuration.IgnoreSection.DeserializeSection(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L51C13-L55C10" - }, - { - "DocsId": "M:System.Configuration.IgnoreSection.SerializeSection(System.Configuration.ConfigurationElement,System.String,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L60C13-L60C28" - }, - { - "DocsId": "P:System.Configuration.IgnoreSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L20C83-L20C108" - } - ], - "DocsId": "T:System.Configuration.IgnoreSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.IgnoreSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSectionHandler.cs#L16C13-L16C25" - }, - { - "DocsId": "M:System.Configuration.IgnoreSectionHandler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSectionHandler.cs" - } - ], - "DocsId": "T:System.Configuration.IgnoreSectionHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSectionHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.InfiniteIntConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteIntConverter.cs#L14C13-L16C114" - }, - { - "DocsId": "M:System.Configuration.InfiniteIntConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteIntConverter.cs#L23C13-L23C98" - }, - { - "DocsId": "M:System.Configuration.InfiniteIntConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteIntConverter.cs" - } - ], - "DocsId": "T:System.Configuration.InfiniteIntConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteIntConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.InfiniteTimeSpanConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteTimeSpanConverter.cs#L15C13-L19C71" - }, - { - "DocsId": "M:System.Configuration.InfiniteTimeSpanConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteTimeSpanConverter.cs#L24C13-L26C80" - }, - { - "DocsId": "M:System.Configuration.InfiniteTimeSpanConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteTimeSpanConverter.cs" - } - ], - "DocsId": "T:System.Configuration.InfiniteTimeSpanConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteTimeSpanConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.IntegerValidator.#ctor(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs#L14C13-L15C12" - }, - { - "DocsId": "M:System.Configuration.IntegerValidator.#ctor(System.Int32,System.Int32,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs#L18C13-L19C12" - }, - { - "DocsId": "M:System.Configuration.IntegerValidator.#ctor(System.Int32,System.Int32,System.Boolean,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs#L21C9-L33C10" - }, - { - "DocsId": "M:System.Configuration.IntegerValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs#L37C13-L37C40" - }, - { - "DocsId": "M:System.Configuration.IntegerValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs#L42C13-L49C10" - } - ], - "DocsId": "T:System.Configuration.IntegerValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.IntegerValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs#L9C9-L10C41" - }, - { - "DocsId": "P:System.Configuration.IntegerValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs#L12C73-L12C119" - }, - { - "DocsId": "P:System.Configuration.IntegerValidatorAttribute.MinValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs#L16C19-L16C31" - }, - { - "DocsId": "P:System.Configuration.IntegerValidatorAttribute.MaxValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs#L28C19-L28C31" - }, - { - "DocsId": "P:System.Configuration.IntegerValidatorAttribute.ExcludeRange", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs#L38C36-L38C40" - } - ], - "DocsId": "T:System.Configuration.IntegerValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.IriParsingElement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IriParsingElement.cs#L10C9-L19C10" - }, - { - "DocsId": "P:System.Configuration.IriParsingElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IriParsingElement.cs#L25C17-L25C36" - }, - { - "DocsId": "P:System.Configuration.IriParsingElement.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IriParsingElement.cs#L32C19-L32C47" - } - ], - "DocsId": "T:System.Configuration.IriParsingElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IriParsingElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ISettingsProviderService.GetSettingsProvider(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ISettingsProviderService.cs" - } - ], - "DocsId": "T:System.Configuration.ISettingsProviderService", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ISettingsProviderService.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.KeyValueConfigurationCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L12C13-L15C10" - }, - { - "DocsId": "M:System.Configuration.KeyValueConfigurationCollection.Add(System.Configuration.KeyValueConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L28C13-L44C10" - }, - { - "DocsId": "M:System.Configuration.KeyValueConfigurationCollection.Add(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L48C13-L50C10" - }, - { - "DocsId": "M:System.Configuration.KeyValueConfigurationCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L54C13-L55C10" - }, - { - "DocsId": "M:System.Configuration.KeyValueConfigurationCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L59C13-L60C10" - }, - { - "DocsId": "M:System.Configuration.KeyValueConfigurationCollection.CreateNewElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L64C13-L64C55" - }, - { - "DocsId": "M:System.Configuration.KeyValueConfigurationCollection.GetElementKey(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L69C13-L69C64" - }, - { - "DocsId": "P:System.Configuration.KeyValueConfigurationCollection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L17C83-L17C95" - }, - { - "DocsId": "P:System.Configuration.KeyValueConfigurationCollection.ThrowOnDuplicate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L19C53-L19C58" - }, - { - "DocsId": "P:System.Configuration.KeyValueConfigurationCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L21C69-L21C111" - }, - { - "DocsId": "P:System.Configuration.KeyValueConfigurationCollection.AllKeys", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L23C36-L23C89" - } - ], - "DocsId": "T:System.Configuration.KeyValueConfigurationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.KeyValueConfigurationElement.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs#L24C9-L29C10" - }, - { - "DocsId": "M:System.Configuration.KeyValueConfigurationElement.Init", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs#L45C13-L56C10" - }, - { - "DocsId": "P:System.Configuration.KeyValueConfigurationElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs#L31C83-L31C95" - }, - { - "DocsId": "P:System.Configuration.KeyValueConfigurationElement.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs#L34C30-L34C53" - }, - { - "DocsId": "P:System.Configuration.KeyValueConfigurationElement.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs#L39C19-L39C52" - } - ], - "DocsId": "T:System.Configuration.KeyValueConfigurationElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.LocalFileSettingsProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L51C13-L57C10" - }, - { - "DocsId": "M:System.Configuration.LocalFileSettingsProvider.GetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L64C13-L143C27" - }, - { - "DocsId": "M:System.Configuration.LocalFileSettingsProvider.SetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L151C13-L197C10" - }, - { - "DocsId": "M:System.Configuration.LocalFileSettingsProvider.Reset(System.Configuration.SettingsContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L205C13-L210C10" - }, - { - "DocsId": "M:System.Configuration.LocalFileSettingsProvider.Upgrade(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L221C13-L247C10" - }, - { - "DocsId": "M:System.Configuration.LocalFileSettingsProvider.GetPreviousVersion(System.Configuration.SettingsContext,System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L254C13-L268C30" - }, - { - "DocsId": "M:System.Configuration.LocalFileSettingsProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L18C9-L18C48" - }, - { - "DocsId": "P:System.Configuration.LocalFileSettingsProvider.ApplicationName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L31C17-L31C33" - } - ], - "DocsId": "T:System.Configuration.LocalFileSettingsProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.LongValidator.#ctor(System.Int64,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs#L14C15-L15C12" - }, - { - "DocsId": "M:System.Configuration.LongValidator.#ctor(System.Int64,System.Int64,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs#L18C15-L19C12" - }, - { - "DocsId": "M:System.Configuration.LongValidator.#ctor(System.Int64,System.Int64,System.Boolean,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs#L21C9-L33C10" - }, - { - "DocsId": "M:System.Configuration.LongValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs#L37C13-L37C41" - }, - { - "DocsId": "M:System.Configuration.LongValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs#L42C13-L49C10" - } - ], - "DocsId": "T:System.Configuration.LongValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.LongValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs#L9C9-L10C43" - }, - { - "DocsId": "P:System.Configuration.LongValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs#L12C73-L12C116" - }, - { - "DocsId": "P:System.Configuration.LongValidatorAttribute.MinValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs#L16C19-L16C31" - }, - { - "DocsId": "P:System.Configuration.LongValidatorAttribute.MaxValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs#L27C19-L27C31" - }, - { - "DocsId": "P:System.Configuration.LongValidatorAttribute.ExcludeRange", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs#L36C36-L36C40" - } - ], - "DocsId": "T:System.Configuration.LongValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.NameValueConfigurationCollection.Add(System.Configuration.NameValueConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L33C13-L34C10" - }, - { - "DocsId": "M:System.Configuration.NameValueConfigurationCollection.Remove(System.Configuration.NameValueConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L38C13-L40C10" - }, - { - "DocsId": "M:System.Configuration.NameValueConfigurationCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L44C13-L45C10" - }, - { - "DocsId": "M:System.Configuration.NameValueConfigurationCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L49C13-L50C10" - }, - { - "DocsId": "M:System.Configuration.NameValueConfigurationCollection.CreateNewElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L54C13-L54C56" - }, - { - "DocsId": "M:System.Configuration.NameValueConfigurationCollection.GetElementKey(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L59C13-L59C66" - }, - { - "DocsId": "M:System.Configuration.NameValueConfigurationCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs" - }, - { - "DocsId": "P:System.Configuration.NameValueConfigurationCollection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L11C83-L11C95" - }, - { - "DocsId": "P:System.Configuration.NameValueConfigurationCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L15C19-L15C71" - }, - { - "DocsId": "P:System.Configuration.NameValueConfigurationCollection.AllKeys", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L29C36-L29C89" - } - ], - "DocsId": "T:System.Configuration.NameValueConfigurationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.NameValueConfigurationElement.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationElement.cs#L18C9-L22C10" - }, - { - "DocsId": "P:System.Configuration.NameValueConfigurationElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationElement.cs#L24C83-L24C95" - }, - { - "DocsId": "P:System.Configuration.NameValueConfigurationElement.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationElement.cs#L27C31-L27C55" - }, - { - "DocsId": "P:System.Configuration.NameValueConfigurationElement.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationElement.cs#L32C19-L32C52" - } - ], - "DocsId": "T:System.Configuration.NameValueConfigurationElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.NameValueFileSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueFileSectionHandler.cs#L22C13-L67C27" - }, - { - "DocsId": "M:System.Configuration.NameValueFileSectionHandler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueFileSectionHandler.cs" - } - ], - "DocsId": "T:System.Configuration.NameValueFileSectionHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueFileSectionHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.NameValueSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueSectionHandler.cs#L18C13-L18C88" - }, - { - "DocsId": "M:System.Configuration.NameValueSectionHandler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueSectionHandler.cs" - }, - { - "DocsId": "P:System.Configuration.NameValueSectionHandler.KeyAttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueSectionHandler.cs#L88C19-L88C46" - }, - { - "DocsId": "P:System.Configuration.NameValueSectionHandler.ValueAttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueSectionHandler.cs#L96C19-L96C48" - } - ], - "DocsId": "T:System.Configuration.NameValueSectionHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueSectionHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Configuration.OverrideMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/OverrideMode.cs" - }, - { - "DocsId": "F:System.Configuration.OverrideMode.Inherit", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/OverrideMode.cs" - }, - { - "DocsId": "F:System.Configuration.OverrideMode.Allow", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/OverrideMode.cs" - }, - { - "DocsId": "F:System.Configuration.OverrideMode.Deny", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/OverrideMode.cs" - } - ], - "DocsId": "T:System.Configuration.OverrideMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/OverrideMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.PositiveTimeSpanValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidator.cs#L10C13-L10C45" - }, - { - "DocsId": "M:System.Configuration.PositiveTimeSpanValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidator.cs#L15C13-L22C10" - }, - { - "DocsId": "M:System.Configuration.PositiveTimeSpanValidator.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidator.cs" - } - ], - "DocsId": "T:System.Configuration.PositiveTimeSpanValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.PositiveTimeSpanValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidatorAttribute.cs" - }, - { - "DocsId": "P:System.Configuration.PositiveTimeSpanValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidatorAttribute.cs#L9C73-L9C104" - } - ], - "DocsId": "T:System.Configuration.PositiveTimeSpanValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidatorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Configuration.PropertyInformation.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L24C30-L24C34" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L32C19-L32C45" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.DefaultValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L36C39-L36C56" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.ValueOrigin", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L42C17-L43C124" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L47C35-L47C108" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.IsKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L49C30-L49C40" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.IsRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L51C35-L51C50" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.IsLocked", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L54C13-L60C82" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L67C17-L69C66" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.LineNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L80C17-L82C45" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L86C29-L86C38" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.Validator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L88C56-L88C70" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.Converter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L90C43-L90C57" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L92C38-L92C54" - } - ], - "DocsId": "T:System.Configuration.PropertyInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.PropertyInformationCollection.CopyTo(System.Configuration.PropertyInformation[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformationCollection.cs#L44C13-L52C10" - }, - { - "DocsId": "M:System.Configuration.PropertyInformationCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformationCollection.cs" - }, - { - "DocsId": "P:System.Configuration.PropertyInformationCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformationCollection.cs#L25C17-L35C31" - } - ], - "DocsId": "T:System.Configuration.PropertyInformationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformationCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Configuration.PropertyValueOrigin.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyValueOrigin.cs" - }, - { - "DocsId": "F:System.Configuration.PropertyValueOrigin.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyValueOrigin.cs" - }, - { - "DocsId": "F:System.Configuration.PropertyValueOrigin.Inherited", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyValueOrigin.cs" - }, - { - "DocsId": "F:System.Configuration.PropertyValueOrigin.SetHere", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyValueOrigin.cs" - } - ], - "DocsId": "T:System.Configuration.PropertyValueOrigin", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyValueOrigin.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Configuration.ProtectedConfiguration.RsaProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs" - }, - { - "DocsId": "F:System.Configuration.ProtectedConfiguration.DataProtectionProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs" - }, - { - "DocsId": "F:System.Configuration.ProtectedConfiguration.ProtectedDataSectionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs" - }, - { - "DocsId": "P:System.Configuration.ProtectedConfiguration.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs#L12C17-L16C115" - }, - { - "DocsId": "P:System.Configuration.ProtectedConfiguration.DefaultProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs#L28C17-L32C69" - } - ], - "DocsId": "T:System.Configuration.ProtectedConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ProtectedConfigurationProvider.Encrypt(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProvider.cs" - }, - { - "DocsId": "M:System.Configuration.ProtectedConfigurationProvider.Decrypt(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProvider.cs" - }, - { - "DocsId": "M:System.Configuration.ProtectedConfigurationProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProvider.cs" - } - ], - "DocsId": "T:System.Configuration.ProtectedConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ProtectedConfigurationProviderCollection.Add(System.Configuration.Provider.ProviderBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProviderCollection.cs#L14C13-L27C10" - }, - { - "DocsId": "M:System.Configuration.ProtectedConfigurationProviderCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProviderCollection.cs" - }, - { - "DocsId": "P:System.Configuration.ProtectedConfigurationProviderCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProviderCollection.cs#L10C72-L10C114" - } - ], - "DocsId": "T:System.Configuration.ProtectedConfigurationProviderCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProviderCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ProtectedConfigurationSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationSection.cs#L30C9-L30C51" - }, - { - "DocsId": "P:System.Configuration.ProtectedConfigurationSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationSection.cs#L32C83-L32C95" - }, - { - "DocsId": "P:System.Configuration.ProtectedConfigurationSection.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationSection.cs#L37C56-L37C84" - }, - { - "DocsId": "P:System.Configuration.ProtectedConfigurationSection.DefaultProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationSection.cs#L42C19-L42C62" - } - ], - "DocsId": "T:System.Configuration.ProtectedConfigurationSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationSection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ProtectedProviderSettings.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedProviderSettings.cs#L8C9-L21C10" - }, - { - "DocsId": "P:System.Configuration.ProtectedProviderSettings.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedProviderSettings.cs#L23C83-L23C94" - }, - { - "DocsId": "P:System.Configuration.ProtectedProviderSettings.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedProviderSettings.cs#L26C56-L26C104" - } - ], - "DocsId": "T:System.Configuration.ProtectedProviderSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedProviderSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ProviderSettings.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L13C9-L30C10" - }, - { - "DocsId": "M:System.Configuration.ProviderSettings.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L32C61-L36C10" - }, - { - "DocsId": "M:System.Configuration.ProviderSettings.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L86C13-L94C10" - }, - { - "DocsId": "M:System.Configuration.ProviderSettings.Reset(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L98C13-L102C10" - }, - { - "DocsId": "M:System.Configuration.ProviderSettings.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L149C13-L149C68" - }, - { - "DocsId": "M:System.Configuration.ProviderSettings.OnDeserializeUnrecognizedAttribute(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L181C13-L185C25" - }, - { - "DocsId": "P:System.Configuration.ProviderSettings.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L42C17-L43C36" - }, - { - "DocsId": "P:System.Configuration.ProviderSettings.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L50C19-L50C50" - }, - { - "DocsId": "P:System.Configuration.ProviderSettings.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L57C19-L57C50" - }, - { - "DocsId": "P:System.Configuration.ProviderSettings.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L65C17-L78C48" - } - ], - "DocsId": "T:System.Configuration.ProviderSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ProviderSettingsCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L12C13-L13C12" - }, - { - "DocsId": "M:System.Configuration.ProviderSettingsCollection.Add(System.Configuration.ProviderSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L33C13-L38C10" - }, - { - "DocsId": "M:System.Configuration.ProviderSettingsCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L42C13-L43C10" - }, - { - "DocsId": "M:System.Configuration.ProviderSettingsCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L47C13-L48C10" - }, - { - "DocsId": "M:System.Configuration.ProviderSettingsCollection.CreateNewElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L52C13-L52C43" - }, - { - "DocsId": "M:System.Configuration.ProviderSettingsCollection.GetElementKey(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L57C13-L57C53" - }, - { - "DocsId": "P:System.Configuration.ProviderSettingsCollection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L15C83-L15C95" - }, - { - "DocsId": "P:System.Configuration.ProviderSettingsCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L17C57-L17C87" - }, - { - "DocsId": "P:System.Configuration.ProviderSettingsCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L21C19-L21C59" - } - ], - "DocsId": "T:System.Configuration.ProviderSettingsCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.RegexStringValidator.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidator.cs#L13C9-L19C10" - }, - { - "DocsId": "M:System.Configuration.RegexStringValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidator.cs#L23C13-L23C43" - }, - { - "DocsId": "M:System.Configuration.RegexStringValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidator.cs#L28C13-L34C10" - } - ], - "DocsId": "T:System.Configuration.RegexStringValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.RegexStringValidatorAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidatorAttribute.cs#L9C9-L12C10" - }, - { - "DocsId": "P:System.Configuration.RegexStringValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidatorAttribute.cs#L14C73-L14C104" - }, - { - "DocsId": "P:System.Configuration.RegexStringValidatorAttribute.Regex", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidatorAttribute.cs#L16C31-L16C35" - } - ], - "DocsId": "T:System.Configuration.RegexStringValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidatorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.RsaProtectedConfigurationProvider.Decrypt(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L20C13-L20C55" - }, - { - "DocsId": "M:System.Configuration.RsaProtectedConfigurationProvider.Encrypt(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L25C13-L25C55" - }, - { - "DocsId": "M:System.Configuration.RsaProtectedConfigurationProvider.AddKey(System.Int32,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L30C13-L30C55" - }, - { - "DocsId": "M:System.Configuration.RsaProtectedConfigurationProvider.DeleteKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L35C13-L35C55" - }, - { - "DocsId": "M:System.Configuration.RsaProtectedConfigurationProvider.ImportKey(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L40C13-L40C55" - }, - { - "DocsId": "M:System.Configuration.RsaProtectedConfigurationProvider.ExportKey(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L45C13-L45C55" - }, - { - "DocsId": "M:System.Configuration.RsaProtectedConfigurationProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs" - }, - { - "DocsId": "P:System.Configuration.RsaProtectedConfigurationProvider.KeyContainerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L48C48-L48C90" - }, - { - "DocsId": "P:System.Configuration.RsaProtectedConfigurationProvider.CspProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L49C47-L49C89" - }, - { - "DocsId": "P:System.Configuration.RsaProtectedConfigurationProvider.UseMachineContainer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L50C49-L50C91" - }, - { - "DocsId": "P:System.Configuration.RsaProtectedConfigurationProvider.UseOAEP", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L51C37-L51C79" - }, - { - "DocsId": "P:System.Configuration.RsaProtectedConfigurationProvider.UseFIPS", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L52C37-L52C79" - }, - { - "DocsId": "P:System.Configuration.RsaProtectedConfigurationProvider.RsaPublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L53C51-L53C93" - } - ], - "DocsId": "T:System.Configuration.RsaProtectedConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SchemeSettingElement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElement.cs" - }, - { - "DocsId": "P:System.Configuration.SchemeSettingElement.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElement.cs#L19C19-L19C47" - }, - { - "DocsId": "P:System.Configuration.SchemeSettingElement.GenericUriParserOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElement.cs#L26C19-L26C83" - }, - { - "DocsId": "P:System.Configuration.SchemeSettingElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElement.cs#L31C19-L31C39" - } - ], - "DocsId": "T:System.Configuration.SchemeSettingElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SchemeSettingElementCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L17C9-L22C10" - }, - { - "DocsId": "M:System.Configuration.SchemeSettingElementCollection.IndexOf(System.Configuration.SchemeSettingElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L41C13-L41C41" - }, - { - "DocsId": "M:System.Configuration.SchemeSettingElementCollection.CreateNewElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L46C13-L46C47" - }, - { - "DocsId": "M:System.Configuration.SchemeSettingElementCollection.GetElementKey(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L51C13-L51C57" - }, - { - "DocsId": "P:System.Configuration.SchemeSettingElementCollection.CollectionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L26C19-L26C79" - }, - { - "DocsId": "P:System.Configuration.SchemeSettingElementCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L31C19-L31C63" - }, - { - "DocsId": "P:System.Configuration.SchemeSettingElementCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L36C19-L36C62" - } - ], - "DocsId": "T:System.Configuration.SchemeSettingElementCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SectionInformation.ForceDeclaration", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L565C13-L566C10" - }, - { - "DocsId": "M:System.Configuration.SectionInformation.ForceDeclaration(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L572C13-L596C10" - }, - { - "DocsId": "M:System.Configuration.SectionInformation.ProtectSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L603C13-L624C10" - }, - { - "DocsId": "M:System.Configuration.SectionInformation.UnprotectSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L628C13-L634C10" - }, - { - "DocsId": "M:System.Configuration.SectionInformation.GetParentSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L638C13-L656C29" - }, - { - "DocsId": "M:System.Configuration.SectionInformation.GetRawXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L661C13-L664C66" - }, - { - "DocsId": "M:System.Configuration.SectionInformation.SetRawXml(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L669C13-L673C10" - }, - { - "DocsId": "M:System.Configuration.SectionInformation.RevertToParent", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L677C13-L681C10" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.SectionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L80C38-L80C47" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L82C30-L82C34" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.AllowDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L86C19-L86C43" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.AllowExeDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L107C19-L107C46" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.OverrideModeDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L128C19-L128C60" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.AllowLocation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L154C19-L154C52" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.AllowOverride", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L175C19-L175C54" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.OverrideMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L187C19-L187C53" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.OverrideModeEffective", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L216C54-L216C121" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.ConfigSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L231C19-L231C56" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.InheritInChildApplications", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L257C19-L257C57" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.IsDeclared", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L271C17-L273C45" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.IsDeclarationRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L283C17-L285C56" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.IsLocked", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L295C33-L296C62" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.IsProtected", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L298C36-L298C62" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.ProtectionProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L304C17-L310C44" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.RestartOnExternalChanges", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L318C19-L318C63" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.RequirePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L339C19-L339C56" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L361C19-L361C36" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.ForceSave", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L394C19-L394C48" - } - ], - "DocsId": "T:System.Configuration.SectionInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingAttribute.cs" - } - ], - "DocsId": "T:System.Configuration.SettingAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingChangingEventArgs.#ctor(System.String,System.String,System.String,System.Object,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs#L18C133-L24C10" - }, - { - "DocsId": "P:System.Configuration.SettingChangingEventArgs.NewValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs#L30C17-L30C34" - }, - { - "DocsId": "P:System.Configuration.SettingChangingEventArgs.SettingClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs#L38C17-L38C38" - }, - { - "DocsId": "P:System.Configuration.SettingChangingEventArgs.SettingName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs#L46C17-L46C37" - }, - { - "DocsId": "P:System.Configuration.SettingChangingEventArgs.SettingKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs#L54C17-L54C36" - } - ], - "DocsId": "T:System.Configuration.SettingChangingEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingChangingEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventHandler.cs" - }, - { - "DocsId": "M:System.Configuration.SettingChangingEventHandler.Invoke(System.Object,System.Configuration.SettingChangingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventHandler.cs" - }, - { - "DocsId": "M:System.Configuration.SettingChangingEventHandler.BeginInvoke(System.Object,System.Configuration.SettingChangingEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventHandler.cs" - }, - { - "DocsId": "M:System.Configuration.SettingChangingEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventHandler.cs" - } - ], - "DocsId": "T:System.Configuration.SettingChangingEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingElement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L27C9-L29C10" - }, - { - "DocsId": "M:System.Configuration.SettingElement.#ctor(System.String,System.Configuration.SettingsSerializeAs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L31C79-L35C10" - }, - { - "DocsId": "M:System.Configuration.SettingElement.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L47C13-L48C95" - }, - { - "DocsId": "M:System.Configuration.SettingElement.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L53C13-L53C61" - }, - { - "DocsId": "P:System.Configuration.SettingElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L60C17-L60C37" - }, - { - "DocsId": "P:System.Configuration.SettingElement.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L69C17-L69C49" - }, - { - "DocsId": "P:System.Configuration.SettingElement.SerializeAs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L82C17-L82C69" - }, - { - "DocsId": "P:System.Configuration.SettingElement.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L95C17-L95C63" - } - ], - "DocsId": "T:System.Configuration.SettingElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingElementCollection.CreateNewElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L26C13-L26C41" - }, - { - "DocsId": "M:System.Configuration.SettingElementCollection.GetElementKey(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L31C13-L31C50" - }, - { - "DocsId": "M:System.Configuration.SettingElementCollection.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L36C13-L36C56" - }, - { - "DocsId": "M:System.Configuration.SettingElementCollection.Add(System.Configuration.SettingElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L41C13-L42C10" - }, - { - "DocsId": "M:System.Configuration.SettingElementCollection.Remove(System.Configuration.SettingElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L46C13-L47C10" - }, - { - "DocsId": "M:System.Configuration.SettingElementCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L51C13-L52C10" - }, - { - "DocsId": "M:System.Configuration.SettingElementCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs" - }, - { - "DocsId": "P:System.Configuration.SettingElementCollection.CollectionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L12C17-L12C68" - }, - { - "DocsId": "P:System.Configuration.SettingElementCollection.ElementName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L20C17-L20C34" - } - ], - "DocsId": "T:System.Configuration.SettingElementCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsAttributeDictionary.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsAttributeDictionary.cs#L11C48-L11C58" - }, - { - "DocsId": "M:System.Configuration.SettingsAttributeDictionary.#ctor(System.Configuration.SettingsAttributeDictionary)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsAttributeDictionary.cs#L13C86-L13C106" - }, - { - "DocsId": "M:System.Configuration.SettingsAttributeDictionary.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsAttributeDictionary.cs#L16C15-L18C55" - } - ], - "DocsId": "T:System.Configuration.SettingsAttributeDictionary", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsAttributeDictionary.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L16C9-L19C10" - }, - { - "DocsId": "M:System.Configuration.SettingsBase.Initialize(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection,System.Configuration.SettingsProviderCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L103C13-L106C10" - }, - { - "DocsId": "M:System.Configuration.SettingsBase.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L110C13-L121C10" - }, - { - "DocsId": "M:System.Configuration.SettingsBase.Synchronized(System.Configuration.SettingsBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L176C13-L177C33" - }, - { - "DocsId": "P:System.Configuration.SettingsBase.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L25C17-L36C14" - }, - { - "DocsId": "P:System.Configuration.SettingsBase.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L147C70-L147C89" - }, - { - "DocsId": "P:System.Configuration.SettingsBase.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L148C69-L148C87" - }, - { - "DocsId": "P:System.Configuration.SettingsBase.PropertyValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L149C79-L149C102" - }, - { - "DocsId": "P:System.Configuration.SettingsBase.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L150C56-L150C72" - }, - { - "DocsId": "P:System.Configuration.SettingsBase.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L181C44-L181C67" - } - ], - "DocsId": "T:System.Configuration.SettingsBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsContext.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsContext.cs#L11C36-L11C46" - }, - { - "DocsId": "M:System.Configuration.SettingsContext.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsContext.cs#L14C15-L16C55" - } - ], - "DocsId": "T:System.Configuration.SettingsContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsDescriptionAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsDescriptionAttribute.cs#L17C9-L20C10" - }, - { - "DocsId": "P:System.Configuration.SettingsDescriptionAttribute.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsDescriptionAttribute.cs#L29C17-L29C37" - } - ], - "DocsId": "T:System.Configuration.SettingsDescriptionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsDescriptionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsGroupDescriptionAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupDescriptionAttribute.cs#L17C9-L20C10" - }, - { - "DocsId": "P:System.Configuration.SettingsGroupDescriptionAttribute.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupDescriptionAttribute.cs#L29C17-L29C37" - } - ], - "DocsId": "T:System.Configuration.SettingsGroupDescriptionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupDescriptionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsGroupNameAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupNameAttribute.cs#L17C9-L20C10" - }, - { - "DocsId": "P:System.Configuration.SettingsGroupNameAttribute.GroupName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupNameAttribute.cs#L29C17-L29C35" - } - ], - "DocsId": "T:System.Configuration.SettingsGroupNameAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupNameAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsLoadedEventArgs.#ctor(System.Configuration.SettingsProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventArgs.cs#L13C9-L16C10" - }, - { - "DocsId": "P:System.Configuration.SettingsLoadedEventArgs.Provider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventArgs.cs#L22C17-L22C34" - } - ], - "DocsId": "T:System.Configuration.SettingsLoadedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsLoadedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventHandler.cs" - }, - { - "DocsId": "M:System.Configuration.SettingsLoadedEventHandler.Invoke(System.Object,System.Configuration.SettingsLoadedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventHandler.cs" - }, - { - "DocsId": "M:System.Configuration.SettingsLoadedEventHandler.BeginInvoke(System.Object,System.Configuration.SettingsLoadedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventHandler.cs" - }, - { - "DocsId": "M:System.Configuration.SettingsLoadedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventHandler.cs" - } - ], - "DocsId": "T:System.Configuration.SettingsLoadedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Configuration.SettingsManageability.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageability.cs" - }, - { - "DocsId": "F:System.Configuration.SettingsManageability.Roaming", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageability.cs" - } - ], - "DocsId": "T:System.Configuration.SettingsManageability", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageability.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsManageabilityAttribute.#ctor(System.Configuration.SettingsManageability)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageabilityAttribute.cs#L17C9-L20C10" - }, - { - "DocsId": "P:System.Configuration.SettingsManageabilityAttribute.Manageability", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageabilityAttribute.cs#L29C17-L29C39" - } - ], - "DocsId": "T:System.Configuration.SettingsManageabilityAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageabilityAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L13C9-L16C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.Add(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L20C13-L34C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L38C13-L55C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L67C13-L67C54" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L72C13-L72C63" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.SetReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L77C13-L80C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L84C13-L89C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.OnAdd(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L96C67-L96C68" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.OnAddComplete(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L98C75-L98C76" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.OnClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L100C44-L100C45" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L102C52-L102C53" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.OnRemove(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L104C70-L104C71" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.OnRemoveComplete(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L106C78-L106C79" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L115C13-L116C10" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L61C17-L61C61" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L109C34-L109C58" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L110C44-L110C57" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L111C40-L111C52" - } - ], - "DocsId": "T:System.Configuration.SettingsPropertyCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsPropertyIsReadOnlyException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyIsReadOnlyException.cs#L13C16-L15C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyIsReadOnlyException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyIsReadOnlyException.cs#L18C16-L20C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyIsReadOnlyException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyIsReadOnlyException.cs#L23C16-L25C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyIsReadOnlyException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyIsReadOnlyException.cs#L27C9-L29C10" - } - ], - "DocsId": "T:System.Configuration.SettingsPropertyIsReadOnlyException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyIsReadOnlyException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsPropertyNotFoundException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyNotFoundException.cs#L13C15-L15C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyNotFoundException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyNotFoundException.cs#L18C15-L20C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyNotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyNotFoundException.cs#L23C15-L25C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyNotFoundException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyNotFoundException.cs#L27C9-L29C10" - } - ], - "DocsId": "T:System.Configuration.SettingsPropertyNotFoundException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyNotFoundException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L14C9-L18C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.Add(System.Configuration.SettingsPropertyValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L22C13-L36C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L40C13-L64C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L86C13-L86C44" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L91C13-L91C75" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.SetReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L96C13-L101C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L105C13-L107C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L117C13-L118C10" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyValueCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L70C17-L80C61" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyValueCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L109C34-L109C55" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyValueCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L111C44-L111C57" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyValueCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L113C40-L113C52" - } - ], - "DocsId": "T:System.Configuration.SettingsPropertyValueCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsPropertyWrongTypeException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyWrongTypeException.cs#L13C15-L15C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyWrongTypeException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyWrongTypeException.cs#L18C16-L20C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyWrongTypeException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyWrongTypeException.cs#L23C16-L25C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyWrongTypeException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyWrongTypeException.cs#L27C9-L29C10" - } - ], - "DocsId": "T:System.Configuration.SettingsPropertyWrongTypeException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyWrongTypeException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsProvider.GetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProvider.cs" - }, - { - "DocsId": "M:System.Configuration.SettingsProvider.SetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProvider.cs" - }, - { - "DocsId": "M:System.Configuration.SettingsProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProvider.cs" - }, - { - "DocsId": "P:System.Configuration.SettingsProvider.ApplicationName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProvider.cs" - } - ], - "DocsId": "T:System.Configuration.SettingsProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsProviderAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderAttribute.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.Configuration.SettingsProviderAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderAttribute.cs#L25C9-L31C10" - }, - { - "DocsId": "P:System.Configuration.SettingsProviderAttribute.ProviderTypeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderAttribute.cs#L40C17-L40C42" - } - ], - "DocsId": "T:System.Configuration.SettingsProviderAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsProviderCollection.Add(System.Configuration.Provider.ProviderBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderCollection.cs#L12C13-L23C10" - }, - { - "DocsId": "M:System.Configuration.SettingsProviderCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderCollection.cs" - }, - { - "DocsId": "P:System.Configuration.SettingsProviderCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderCollection.cs#L29C17-L29C53" - } - ], - "DocsId": "T:System.Configuration.SettingsProviderCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsSavingEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSavingEventHandler.cs" - }, - { - "DocsId": "M:System.Configuration.SettingsSavingEventHandler.Invoke(System.Object,System.ComponentModel.CancelEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSavingEventHandler.cs" - }, - { - "DocsId": "M:System.Configuration.SettingsSavingEventHandler.BeginInvoke(System.Object,System.ComponentModel.CancelEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSavingEventHandler.cs" - }, - { - "DocsId": "M:System.Configuration.SettingsSavingEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSavingEventHandler.cs" - } - ], - "DocsId": "T:System.Configuration.SettingsSavingEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSavingEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsSerializeAsAttribute.#ctor(System.Configuration.SettingsSerializeAs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAsAttribute.cs#L17C9-L20C10" - }, - { - "DocsId": "P:System.Configuration.SettingsSerializeAsAttribute.SerializeAs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAsAttribute.cs#L29C17-L29C37" - } - ], - "DocsId": "T:System.Configuration.SettingsSerializeAsAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAsAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingValueElement.DeserializeElement(System.Xml.XmlReader,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L34C13-L35C10" - }, - { - "DocsId": "M:System.Configuration.SettingValueElement.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L39C13-L40C64" - }, - { - "DocsId": "M:System.Configuration.SettingValueElement.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L45C13-L45C49" - }, - { - "DocsId": "M:System.Configuration.SettingValueElement.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L50C13-L50C32" - }, - { - "DocsId": "M:System.Configuration.SettingValueElement.ResetModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L55C13-L56C10" - }, - { - "DocsId": "M:System.Configuration.SettingValueElement.SerializeToXmlElement(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L60C13-L69C26" - }, - { - "DocsId": "M:System.Configuration.SettingValueElement.Reset(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L74C13-L76C10" - }, - { - "DocsId": "M:System.Configuration.SettingValueElement.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L81C13-L83C10" - }, - { - "DocsId": "M:System.Configuration.SettingValueElement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs" - }, - { - "DocsId": "P:System.Configuration.SettingValueElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L17C13-L17C66" - }, - { - "DocsId": "P:System.Configuration.SettingValueElement.ValueXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L23C17-L23C34" - } - ], - "DocsId": "T:System.Configuration.SettingValueElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SingleTagSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SingleTagSectionHandler.cs#L29C13-L46C27" - }, - { - "DocsId": "M:System.Configuration.SingleTagSectionHandler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SingleTagSectionHandler.cs" - } - ], - "DocsId": "T:System.Configuration.SingleTagSectionHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SingleTagSectionHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Configuration.SpecialSetting.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSetting.cs" - }, - { - "DocsId": "F:System.Configuration.SpecialSetting.ConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSetting.cs" - }, - { - "DocsId": "F:System.Configuration.SpecialSetting.WebServiceUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSetting.cs" - } - ], - "DocsId": "T:System.Configuration.SpecialSetting", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSetting.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SpecialSettingAttribute.#ctor(System.Configuration.SpecialSetting)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSettingAttribute.cs#L16C9-L19C10" - }, - { - "DocsId": "P:System.Configuration.SpecialSettingAttribute.SpecialSetting", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSettingAttribute.cs#L28C17-L28C40" - } - ], - "DocsId": "T:System.Configuration.SpecialSettingAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSettingAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L14C9-L19C10" - }, - { - "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L56C13-L70C58" - }, - { - "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.SetReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L86C13-L87C10" - }, - { - "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L91C13-L95C10" - }, - { - "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.AddRange(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L99C13-L106C10" - }, - { - "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L110C13-L113C10" - }, - { - "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.Insert(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L117C13-L121C10" - }, - { - "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L125C13-L129C10" - }, - { - "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L133C13-L143C25" - }, - { - "DocsId": "P:System.Configuration.CommaDelimitedStringCollection.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L21C35-L21C79" - }, - { - "DocsId": "P:System.Configuration.CommaDelimitedStringCollection.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L23C38-L23C42" - }, - { - "DocsId": "P:System.Configuration.CommaDelimitedStringCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L27C19-L27C38" - } - ], - "DocsId": "T:System.Configuration.CommaDelimitedStringCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.StringValidator.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs#L13C15-L14C12" - }, - { - "DocsId": "M:System.Configuration.StringValidator.#ctor(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs#L17C15-L18C12" - }, - { - "DocsId": "M:System.Configuration.StringValidator.#ctor(System.Int32,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs#L20C9-L25C10" - }, - { - "DocsId": "M:System.Configuration.StringValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs#L29C13-L29C43" - }, - { - "DocsId": "M:System.Configuration.StringValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs#L34C13-L54C10" - } - ], - "DocsId": "T:System.Configuration.StringValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.StringValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs#L9C9-L9C47" - }, - { - "DocsId": "P:System.Configuration.StringValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs#L13C16-L13C78" - }, - { - "DocsId": "P:System.Configuration.StringValidatorAttribute.MinLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs#L17C19-L17C37" - }, - { - "DocsId": "P:System.Configuration.StringValidatorAttribute.MaxLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs#L29C19-L29C37" - }, - { - "DocsId": "P:System.Configuration.StringValidatorAttribute.InvalidCharacters", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs#L39C43-L39C47" - } - ], - "DocsId": "T:System.Configuration.StringValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SubclassTypeValidator.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidator.cs#L11C9-L17C10" - }, - { - "DocsId": "M:System.Configuration.SubclassTypeValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidator.cs#L21C13-L21C41" - }, - { - "DocsId": "M:System.Configuration.SubclassTypeValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidator.cs#L26C13-L36C10" - } - ], - "DocsId": "T:System.Configuration.SubclassTypeValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SubclassTypeValidatorAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidatorAttribute.cs#L9C9-L12C10" - }, - { - "DocsId": "P:System.Configuration.SubclassTypeValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidatorAttribute.cs#L14C73-L14C109" - }, - { - "DocsId": "P:System.Configuration.SubclassTypeValidatorAttribute.BaseClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidatorAttribute.cs#L16C33-L16C37" - } - ], - "DocsId": "T:System.Configuration.SubclassTypeValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidatorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.TimeSpanMinutesConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesConverter.cs#L13C13-L16C64" - }, - { - "DocsId": "M:System.Configuration.TimeSpanMinutesConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesConverter.cs#L21C13-L22C46" - }, - { - "DocsId": "M:System.Configuration.TimeSpanMinutesConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesConverter.cs" - } - ], - "DocsId": "T:System.Configuration.TimeSpanMinutesConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.TimeSpanMinutesOrInfiniteConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesOrInfiniteConverter.cs#L13C13-L15C109" - }, - { - "DocsId": "M:System.Configuration.TimeSpanMinutesOrInfiniteConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesOrInfiniteConverter.cs#L20C13-L20C101" - }, - { - "DocsId": "M:System.Configuration.TimeSpanMinutesOrInfiniteConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesOrInfiniteConverter.cs" - } - ], - "DocsId": "T:System.Configuration.TimeSpanMinutesOrInfiniteConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesOrInfiniteConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.TimeSpanSecondsConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsConverter.cs#L13C13-L17C64" - }, - { - "DocsId": "M:System.Configuration.TimeSpanSecondsConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsConverter.cs#L25C17-L31C46" - }, - { - "DocsId": "M:System.Configuration.TimeSpanSecondsConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsConverter.cs" - } - ], - "DocsId": "T:System.Configuration.TimeSpanSecondsConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.TimeSpanSecondsOrInfiniteConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsOrInfiniteConverter.cs#L13C13-L15C109" - }, - { - "DocsId": "M:System.Configuration.TimeSpanSecondsOrInfiniteConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsOrInfiniteConverter.cs#L20C13-L20C101" - }, - { - "DocsId": "M:System.Configuration.TimeSpanSecondsOrInfiniteConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsOrInfiniteConverter.cs" - } - ], - "DocsId": "T:System.Configuration.TimeSpanSecondsOrInfiniteConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsOrInfiniteConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.TimeSpanValidator.#ctor(System.TimeSpan,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs#L14C15-L15C12" - }, - { - "DocsId": "M:System.Configuration.TimeSpanValidator.#ctor(System.TimeSpan,System.TimeSpan,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs#L18C15-L19C12" - }, - { - "DocsId": "M:System.Configuration.TimeSpanValidator.#ctor(System.TimeSpan,System.TimeSpan,System.Boolean,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs#L21C9-L33C10" - }, - { - "DocsId": "M:System.Configuration.TimeSpanValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs#L37C13-L37C45" - }, - { - "DocsId": "M:System.Configuration.TimeSpanValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs#L42C13-L49C10" - } - ], - "DocsId": "T:System.Configuration.TimeSpanValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.TimeSpanValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L17C58-L19C75" - }, - { - "DocsId": "F:System.Configuration.TimeSpanValidatorAttribute.TimeSpanMinValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs" - }, - { - "DocsId": "F:System.Configuration.TimeSpanValidatorAttribute.TimeSpanMaxValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs" - }, - { - "DocsId": "P:System.Configuration.TimeSpanValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L15C16-L15C71" - }, - { - "DocsId": "P:System.Configuration.TimeSpanValidatorAttribute.MinValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L17C36-L17C40" - }, - { - "DocsId": "P:System.Configuration.TimeSpanValidatorAttribute.MaxValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L19C36-L19C40" - }, - { - "DocsId": "P:System.Configuration.TimeSpanValidatorAttribute.MinValueString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L23C19-L23C46" - }, - { - "DocsId": "P:System.Configuration.TimeSpanValidatorAttribute.MaxValueString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L37C19-L37C46" - }, - { - "DocsId": "P:System.Configuration.TimeSpanValidatorAttribute.ExcludeRange", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L49C36-L49C40" - } - ], - "DocsId": "T:System.Configuration.TimeSpanValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.TypeNameConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TypeNameConverter.cs#L14C13-L20C27" - }, - { - "DocsId": "M:System.Configuration.TypeNameConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TypeNameConverter.cs#L25C13-L29C27" - }, - { - "DocsId": "M:System.Configuration.TypeNameConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TypeNameConverter.cs" - } - ], - "DocsId": "T:System.Configuration.TypeNameConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TypeNameConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.UriSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs" - }, - { - "DocsId": "P:System.Configuration.UriSection.Idn", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs#L28C34-L28C56" - }, - { - "DocsId": "P:System.Configuration.UriSection.IriParsing", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs#L31C48-L31C84" - }, - { - "DocsId": "P:System.Configuration.UriSection.SchemeSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs#L34C65-L34C118" - }, - { - "DocsId": "P:System.Configuration.UriSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs#L36C83-L36C94" - } - ], - "DocsId": "T:System.Configuration.UriSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.UserScopedSettingAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UserScopedSettingAttribute.cs" - } - ], - "DocsId": "T:System.Configuration.UserScopedSettingAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UserScopedSettingAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.UserSettingsGroup.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UserSettingsGroup.cs" - } - ], - "DocsId": "T:System.Configuration.UserSettingsGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UserSettingsGroup.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ValidatorCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ValidatorCallback.cs" - }, - { - "DocsId": "M:System.Configuration.ValidatorCallback.Invoke(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ValidatorCallback.cs" - }, - { - "DocsId": "M:System.Configuration.ValidatorCallback.BeginInvoke(System.Object,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ValidatorCallback.cs" - }, - { - "DocsId": "M:System.Configuration.ValidatorCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ValidatorCallback.cs" - } - ], - "DocsId": "T:System.Configuration.ValidatorCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ValidatorCallback.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.WhiteSpaceTrimStringConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/WhiteSpaceTrimStringConverter.cs#L13C13-L15C74" - }, - { - "DocsId": "M:System.Configuration.WhiteSpaceTrimStringConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/WhiteSpaceTrimStringConverter.cs#L20C13-L20C42" - }, - { - "DocsId": "M:System.Configuration.WhiteSpaceTrimStringConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/WhiteSpaceTrimStringConverter.cs" - } - ], - "DocsId": "T:System.Configuration.WhiteSpaceTrimStringConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/WhiteSpaceTrimStringConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsProperty.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L20C9-L24C10" - }, - { - "DocsId": "M:System.Configuration.SettingsProperty.#ctor(System.String,System.Type,System.Configuration.SettingsProvider,System.Boolean,System.Object,System.Configuration.SettingsSerializeAs,System.Configuration.SettingsAttributeDictionary,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L26C9-L58C10" - }, - { - "DocsId": "M:System.Configuration.SettingsProperty.#ctor(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L60C9-L71C10" - }, - { - "DocsId": "P:System.Configuration.SettingsProperty.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L10C38-L10C42" - }, - { - "DocsId": "P:System.Configuration.SettingsProperty.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L11C42-L11C46" - }, - { - "DocsId": "P:System.Configuration.SettingsProperty.DefaultValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L12C46-L12C50" - }, - { - "DocsId": "P:System.Configuration.SettingsProperty.PropertyType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L13C44-L13C48" - }, - { - "DocsId": "P:System.Configuration.SettingsProperty.SerializeAs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L14C58-L14C62" - }, - { - "DocsId": "P:System.Configuration.SettingsProperty.Provider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L15C52-L15C56" - }, - { - "DocsId": "P:System.Configuration.SettingsProperty.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L16C65-L16C69" - }, - { - "DocsId": "P:System.Configuration.SettingsProperty.ThrowOnErrorDeserializing", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L17C49-L17C53" - }, - { - "DocsId": "P:System.Configuration.SettingsProperty.ThrowOnErrorSerializing", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L18C47-L18C51" - } - ], - "DocsId": "T:System.Configuration.SettingsProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsPropertyValue.#ctor(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L26C9-L29C10" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyValue.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L20C31-L20C44" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyValue.IsDirty", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L21C31-L21C35" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyValue.Property", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L22C44-L22C48" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyValue.UsingDefaultValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L23C41-L23C45" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyValue.Deserialized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L24C36-L24C40" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyValue.PropertyValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L35C17-L48C31" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyValue.SerializedValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L64C17-L69C41" - } - ], - "DocsId": "T:System.Configuration.SettingsPropertyValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Configuration.SettingsSerializeAs.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" - }, - { - "DocsId": "F:System.Configuration.SettingsSerializeAs.String", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" - }, - { - "DocsId": "F:System.Configuration.SettingsSerializeAs.Xml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" - }, - { - "DocsId": "F:System.Configuration.SettingsSerializeAs.Binary", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" - }, - { - "DocsId": "F:System.Configuration.SettingsSerializeAs.ProviderSpecific", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" - } - ], - "DocsId": "T:System.Configuration.SettingsSerializeAs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.NoSettingsVersionUpgradeAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NoSettingsVersionUpgradeAttribute.cs" - } - ], - "DocsId": "T:System.Configuration.NoSettingsVersionUpgradeAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NoSettingsVersionUpgradeAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Provider.ProviderBase.Initialize(System.String,System.Collections.Specialized.NameValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderBase.cs#L21C13-L39C10" - }, - { - "DocsId": "M:System.Configuration.Provider.ProviderBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderBase.cs" - }, - { - "DocsId": "P:System.Configuration.Provider.ProviderBase.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderBase.cs#L15C39-L15C44" - }, - { - "DocsId": "P:System.Configuration.Provider.ProviderBase.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderBase.cs#L17C46-L17C102" - } - ], - "DocsId": "T:System.Configuration.Provider.ProviderBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Provider.ProviderCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L13C9-L16C10" - }, - { - "DocsId": "M:System.Configuration.Provider.ProviderCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L22C13-L22C54" - }, - { - "DocsId": "M:System.Configuration.Provider.ProviderCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L33C13-L34C10" - }, - { - "DocsId": "M:System.Configuration.Provider.ProviderCollection.Add(System.Configuration.Provider.ProviderBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L38C13-L48C10" - }, - { - "DocsId": "M:System.Configuration.Provider.ProviderCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L52C13-L55C10" - }, - { - "DocsId": "M:System.Configuration.Provider.ProviderCollection.SetReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L59C13-L62C10" - }, - { - "DocsId": "M:System.Configuration.Provider.ProviderCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L66C13-L69C10" - }, - { - "DocsId": "M:System.Configuration.Provider.ProviderCollection.CopyTo(System.Configuration.Provider.ProviderBase[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L73C13-L74C10" - }, - { - "DocsId": "P:System.Configuration.Provider.ProviderCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L18C50-L18C82" - }, - { - "DocsId": "P:System.Configuration.Provider.ProviderCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L25C29-L25C45" - }, - { - "DocsId": "P:System.Configuration.Provider.ProviderCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L27C39-L27C44" - }, - { - "DocsId": "P:System.Configuration.Provider.ProviderCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L29C35-L29C39" - } - ], - "DocsId": "T:System.Configuration.Provider.ProviderCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Provider.ProviderException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderException.cs#L12C9-L12C39" - }, - { - "DocsId": "M:System.Configuration.Provider.ProviderException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderException.cs#L15C15-L16C12" - }, - { - "DocsId": "M:System.Configuration.Provider.ProviderException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderException.cs#L19C15-L20C12" - }, - { - "DocsId": "M:System.Configuration.Provider.ProviderException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderException.cs#L23C15-L25C10" - } - ], - "DocsId": "T:System.Configuration.Provider.ProviderException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L26C9-L26C45" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.Init(System.Configuration.Internal.IInternalConfigRoot,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L33C13-L34C10" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.InitForConfiguration(System.String@,System.String@,System.String@,System.Configuration.Internal.IInternalConfigRoot,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L40C13-L42C10" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsConfigRecordRequired(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L46C13-L46C60" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsInitDelayed(System.Configuration.Internal.IInternalConfigRecord)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L51C13-L51C53" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.RequireCompleteInit(System.Configuration.Internal.IInternalConfigRecord)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L56C13-L57C10" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsSecondaryRoot(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L65C13-L65C53" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.GetStreamName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L70C13-L70C51" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.GetStreamNameForConfigSource(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L75C13-L75C80" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.GetStreamVersion(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L80C13-L80C54" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.OpenStreamForRead(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L85C13-L85C55" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.OpenStreamForRead(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L90C13-L90C74" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.OpenStreamForWrite(System.String,System.String,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L95C13-L95C94" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.OpenStreamForWrite(System.String,System.String,System.Object@,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L101C13-L101C113" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.WriteCompleted(System.String,System.Boolean,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L106C13-L107C10" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.WriteCompleted(System.String,System.Boolean,System.Object,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L111C13-L112C10" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.DeleteStream(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L116C13-L117C10" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsFile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L121C13-L121C44" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.StartMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L128C13-L128C79" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.StopMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L133C13-L134C10" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsAboveApplication(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L144C13-L144C56" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L150C13-L150C94" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.VerifyDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition,System.Configuration.Internal.IConfigErrorInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L156C13-L157C10" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.GetConfigPathFromLocationSubPath(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L161C13-L161C87" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsLocationApplicable(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L166C13-L166C58" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.PrefetchAll(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L171C13-L171C61" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.PrefetchSection(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L176C13-L176C72" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.CreateDeprecatedConfigContext(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L181C13-L181C67" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.CreateConfigurationContext(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L187C13-L187C81" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.DecryptSection(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L193C13-L193C98" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.EncryptSection(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L199C13-L199C98" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.GetConfigType(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L204C13-L204C63" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.GetConfigTypeName(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L209C13-L209C46" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.RefreshConfigPaths", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L219C13-L220C10" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsTrustedConfigPath(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L228C71-L228C75" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsFullTrustSectionWithoutAptcaAllowed(System.Configuration.Internal.IInternalConfigRecord)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L230C106-L230C110" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.Impersonate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L232C53-L232C74" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.GetRestrictedPermissions(System.Configuration.Internal.IInternalConfigRecord,System.Security.PermissionSet@,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L237C13-L239C10" - }, - { - "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.Host", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L29C46-L29C50" - }, - { - "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.SupportsChangeNotifications", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L124C60-L124C92" - }, - { - "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.SupportsRefresh", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L136C48-L136C68" - }, - { - "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.SupportsPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L138C45-L138C62" - }, - { - "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.SupportsLocation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L140C49-L140C70" - }, - { - "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.IsRemote", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L212C41-L212C54" - }, - { - "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.HasLocalConfig", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L222C47-L222C71" - }, - { - "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.HasRoamingConfig", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L224C49-L224C75" - }, - { - "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.IsAppConfigHttp", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L226C48-L226C73" - } - ], - "DocsId": "T:System.Configuration.Internal.DelegatingConfigHost", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Configuration.Internal.IConfigErrorInfo.Filename", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigErrorInfo.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigErrorInfo.LineNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigErrorInfo.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.IConfigErrorInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigErrorInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.IConfigSystem.Init(System.Type,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigSystem.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigSystem.Host", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigSystem.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigSystem.Root", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigSystem.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.IConfigSystem", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigSystem.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.IConfigurationManagerHelper.EnsureNetConfigLoaded", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerHelper.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.IConfigurationManagerHelper", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerHelper.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.SupportsUserConfig", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.SetConfigurationSystemInProgress", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.MachineConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.ApplicationConfigUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.ExeProductName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.ExeProductVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.ExeRoamingConfigDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.ExeRoamingConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.ExeLocalConfigDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.ExeLocalConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.UserConfigFilename", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.IConfigurationManagerInternal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigClientHost.IsExeConfig(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigClientHost.IsRoamingUserConfig(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigClientHost.IsLocalUserConfig(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigClientHost.GetExeConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigClientHost.GetRoamingUserConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigClientHost.GetLocalUserConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.IInternalConfigClientHost", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigConfigurationFactory.Create(System.Type,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigConfigurationFactory.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigConfigurationFactory.NormalizeLocationSubPath(System.String,System.Configuration.Internal.IConfigErrorInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigConfigurationFactory.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.IInternalConfigConfigurationFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigConfigurationFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.Init(System.Configuration.Internal.IInternalConfigRoot,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.InitForConfiguration(System.String@,System.String@,System.String@,System.Configuration.Internal.IInternalConfigRoot,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsConfigRecordRequired(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsInitDelayed(System.Configuration.Internal.IInternalConfigRecord)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.RequireCompleteInit(System.Configuration.Internal.IInternalConfigRecord)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsSecondaryRoot(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.GetStreamName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.GetStreamNameForConfigSource(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.GetStreamVersion(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.OpenStreamForRead(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.OpenStreamForRead(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.OpenStreamForWrite(System.String,System.String,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.OpenStreamForWrite(System.String,System.String,System.Object@,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.WriteCompleted(System.String,System.Boolean,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.WriteCompleted(System.String,System.Boolean,System.Object,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.DeleteStream(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsFile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.StartMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.StopMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsAboveApplication(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.GetConfigPathFromLocationSubPath(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsLocationApplicable(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.VerifyDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition,System.Configuration.Internal.IConfigErrorInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.PrefetchAll(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.PrefetchSection(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.CreateDeprecatedConfigContext(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.CreateConfigurationContext(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.DecryptSection(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.EncryptSection(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.GetConfigType(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.GetConfigTypeName(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsTrustedConfigPath(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsFullTrustSectionWithoutAptcaAllowed(System.Configuration.Internal.IInternalConfigRecord)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.Impersonate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.GetRestrictedPermissions(System.Configuration.Internal.IInternalConfigRecord,System.Security.PermissionSet@,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IInternalConfigHost.SupportsChangeNotifications", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IInternalConfigHost.SupportsRefresh", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IInternalConfigHost.SupportsPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IInternalConfigHost.SupportsLocation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IInternalConfigHost.IsRemote", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.IInternalConfigHost", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigRecord.ThrowIfInitErrors", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigRecord.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigRecord.GetLkgSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigRecord.RefreshSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigRecord.Remove", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IInternalConfigRecord.ConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IInternalConfigRecord.StreamName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IInternalConfigRecord.HasInitErrors", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.IInternalConfigRecord", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigRoot.Init(System.Configuration.Internal.IInternalConfigHost,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigRoot.GetSection(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigRoot.GetUniqueConfigPath(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigRoot.GetUniqueConfigRecord(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigRoot.GetConfigRecord(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigRoot.RemoveConfig(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" - }, - { - "DocsId": "E:System.Configuration.Internal.IInternalConfigRoot.ConfigChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" - }, - { - "DocsId": "E:System.Configuration.Internal.IInternalConfigRoot.ConfigRemoved", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IInternalConfigRoot.IsDesignTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.IInternalConfigRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigSettingsFactory.SetConfigurationSystem(System.Configuration.Internal.IInternalConfigSystem,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSettingsFactory.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigSettingsFactory.CompleteInit", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSettingsFactory.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.IInternalConfigSettingsFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSettingsFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigSystem.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSystem.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigSystem.RefreshConfig(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSystem.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IInternalConfigSystem.SupportsUserConfig", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSystem.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.IInternalConfigSystem", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSystem.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.InternalConfigEventArgs.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventArgs.cs#L8C9-L11C10" - }, - { - "DocsId": "P:System.Configuration.Internal.InternalConfigEventArgs.ConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventArgs.cs#L13C36-L13C40" - } - ], - "DocsId": "T:System.Configuration.Internal.InternalConfigEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.InternalConfigEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventHandler.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.InternalConfigEventHandler.Invoke(System.Object,System.Configuration.Internal.InternalConfigEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventHandler.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.InternalConfigEventHandler.BeginInvoke(System.Object,System.Configuration.Internal.InternalConfigEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventHandler.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.InternalConfigEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventHandler.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.InternalConfigEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.StreamChangeCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/StreamChangeCallback.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.StreamChangeCallback.Invoke(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/StreamChangeCallback.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.StreamChangeCallback.BeginInvoke(System.String,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/StreamChangeCallback.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.StreamChangeCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/StreamChangeCallback.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.StreamChangeCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/StreamChangeCallback.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Data.Odbc.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Data.Odbc.json deleted file mode 100644 index 7298581fe64..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Data.Odbc.json +++ /dev/null @@ -1,1330 +0,0 @@ -{ - "Assembly": "System.Data.Odbc", - "GUID": "C489D3EC28454F459C209C17A72875AEFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "T:System.Data.Odbc.ODBC32.RETCODE", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" - } - ], - "DocsId": "T:System.Data.Odbc.ODBC32", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/Odbc32.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L24C9-L47C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L49C47-L54C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.#ctor(System.String,System.Data.Odbc.OdbcConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L56C75-L60C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.#ctor(System.String,System.Data.Odbc.OdbcConnection,System.Data.Odbc.OdbcTransaction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L62C105-L67C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L137C13-L149C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.ResetCommandTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L200C13-L205C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.Cancel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L438C13-L463C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L468C13-L484C26" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.CreateParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L531C13-L531C40" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.CreateDbParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L536C13-L536C38" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.ExecuteDbDataReader(System.Data.CommandBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L541C13-L541C44" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.ExecuteNonQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L546C20-L551C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.ExecuteReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L555C13-L555C56" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.ExecuteReader(System.Data.CommandBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L561C13-L561C75" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.ExecuteScalar", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L846C13-L855C26" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.Prepare", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L882C13-L907C10" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcCommand.CommandText", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L166C17-L166C53" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcCommand.CommandTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L182C17-L182C40" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcCommand.CommandType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L219C17-L220C70" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcCommand.Connection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L245C17-L245C36" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcCommand.DbConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L264C17-L264C35" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcCommand.DbParameterCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L276C17-L276C35" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcCommand.DbTransaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L284C17-L284C36" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcCommand.DesignTimeVisible", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L306C17-L306C46" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcCommand.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L330C17-L334C45" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcCommand.Transaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L346C17-L350C37" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcCommand.UpdatedRowSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L369C17-L369C42" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L12C39-L15C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.#ctor(System.Data.Odbc.OdbcDataAdapter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L17C63-L20C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetInsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L41C13-L41C57" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetInsertCommand(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L45C13-L45C84" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetUpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L50C13-L50C57" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetUpdateCommand(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L54C13-L54C84" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetDeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L59C13-L59C57" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetDeleteCommand(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L63C13-L63C84" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetParameterName(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L68C13-L68C103" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetParameterName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L72C13-L72C34" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetParameterPlaceholder(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L77C13-L77C24" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.ApplyParameterInfo(System.Data.Common.DbParameter,System.Data.DataRow,System.Data.StatementType,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L82C13-L99C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.DeriveParameters(System.Data.Odbc.OdbcCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L105C13-L153C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.QuoteIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L251C13-L251C122" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.QuoteIdentifier(System.String,System.Data.Odbc.OdbcConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L256C13-L287C43" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.SetRowUpdatingHandler(System.Data.Common.DbDataAdapter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L294C13-L302C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.UnquoteIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L306C13-L306C122" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.UnquoteIdentifier(System.String,System.Data.Odbc.OdbcConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L311C13-L336C40" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcCommandBuilder.DataAdapter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L26C17-L26C62" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcCommandBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L24C59-L27C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.BeginTransaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L280C13-L280C65" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.BeginTransaction(System.Data.IsolationLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L285C13-L285C80" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.ChangeDatabase(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L300C13-L301C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L314C13-L315C26" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.CreateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L339C13-L339C56" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L349C13-L371C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.Open", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L556C17-L569C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.ReleaseObjectPool", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L593C13-L594C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.BeginDbTransaction(System.Data.IsolationLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L877C13-L885C32" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L17C9-L25C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.CreateDbCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionHelper.cs#L155C13-L158C28" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionHelper.cs#L164C13-L171C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionHelper.cs#L177C13-L177C88" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.GetSchema(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionHelper.cs#L182C13-L182C57" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.GetSchema(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionHelper.cs#L189C13-L189C118" - }, - { - "DocsId": "E:System.Data.Odbc.OdbcConnection.InfoMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L244C17-L245C14" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcConnection.ConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L55C17-L55C47" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcConnection.ConnectionTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L71C17-L71C43" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcConnection.Database", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L90C17-L99C37" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcConnection.DataSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L111C17-L118C37" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcConnection.ServerVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L130C17-L130C54" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcConnection.State", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L142C17-L142C46" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcConnection.Driver", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L202C17-L207C37" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcConnectionStringBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L39C48-L41C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnectionStringBuilder.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L36C9-L49C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnectionStringBuilder.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L178C13-L184C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnectionStringBuilder.ContainsKey(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L188C13-L189C81" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnectionStringBuilder.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L211C13-L226C26" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnectionStringBuilder.TryGetValue(System.String,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L252C13-L259C57" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcConnectionStringBuilder.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L56C17-L64C42" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcConnectionStringBuilder.Driver", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L101C19-L101C34" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcConnectionStringBuilder.Dsn", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L112C19-L112C31" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcConnectionStringBuilder.Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L124C17-L172C70" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcConnectionStringBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L18C36-L21C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.#ctor(System.Data.Odbc.OdbcCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L23C62-L26C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.#ctor(System.String,System.Data.Odbc.OdbcConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L28C95-L31C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L33C93-L37C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#get_DeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L54C19-L54C41" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#set_DeleteCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L55C19-L55C58" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#get_InsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L68C19-L68C41" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#set_InsertCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L69C19-L69C58" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#get_SelectCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L82C19-L82C41" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#set_SelectCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L83C19-L83C58" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#get_UpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L96C19-L96C41" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#set_UpdateCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L97C19-L97C58" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L140C13-L140C46" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.CreateRowUpdatedEvent(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L145C13-L145C95" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.CreateRowUpdatingEvent(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L150C13-L150C96" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.OnRowUpdated(System.Data.Common.RowUpdatedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L155C13-L161C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.OnRowUpdating(System.Data.Common.RowUpdatingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L165C13-L171C10" - }, - { - "DocsId": "E:System.Data.Odbc.OdbcDataAdapter.RowUpdated", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L104C17-L105C14" - }, - { - "DocsId": "E:System.Data.Odbc.OdbcDataAdapter.RowUpdating", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L116C17-L130C14" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.DeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L48C19-L48C41" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#DeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L54C19-L54C41" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.InsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L62C19-L62C41" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#InsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L68C19-L68C41" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.SelectCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L76C19-L76C41" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#SelectCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L82C19-L82C41" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.UpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L90C19-L90C41" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#UpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L96C19-L96C41" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcDataAdapter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L314C13-L315C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L392C13-L398C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetDataTypeName(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L402C13-L407C42" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L412C13-L412C108" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetFieldType(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L417C13-L422C42" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetName(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L427C13-L432C42" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetOrdinal(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L437C13-L445C55" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetValue(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L556C13-L564C42" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetValues(System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L569C13-L578C42" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.IsDBNull(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L628C13-L657C66" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetByte(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L663C13-L663C45" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetChar(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L684C13-L684C45" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetInt16(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L704C13-L704C47" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetInt32(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L724C13-L724C45" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetInt64(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L744C13-L744C46" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetBoolean(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L772C13-L772C48" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetFloat(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L792C13-L792C47" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetDate(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L812C13-L812C49" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetDateTime(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L833C13-L833C53" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetDecimal(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L854C13-L854C51" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetDouble(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L892C13-L892C49" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetGuid(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L912C13-L912C45" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetString(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L933C13-L933C49" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetTime(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L1040C13-L1040C49" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetBytes(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L1073C13-L1073C105" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L1077C13-L1077C104" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L1806C13-L1878C28" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.NextResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L1903C13-L1903C45" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetSchemaTable", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L2224C13-L2303C32" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataReader.Depth", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L155C17-L159C26" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataReader.FieldCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L167C17-L183C71" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataReader.HasRows", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L197C17-L206C60" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataReader.IsClosed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L253C17-L253C34" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataReader.RecordsAffected", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L292C17-L292C40" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataReader.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L300C17-L300C36" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataReader.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L308C17-L308C52" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcDataReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcError.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs#L63C13-L63C28" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcError.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs#L28C17-L28C49" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcError.SQLState", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs#L36C17-L36C31" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcError.NativeError", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs#L44C17-L44C37" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcError.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs#L52C17-L52C48" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcError", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcErrorCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L20C19-L20C31" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcErrorCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L25C19-L25C32" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcErrorCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L51C13-L52C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcErrorCollection.CopyTo(System.Data.Odbc.OdbcError[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L56C13-L57C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcErrorCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L61C13-L61C43" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcErrorCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L20C19-L20C31" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcErrorCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L25C19-L25C32" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcErrorCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L32C17-L32C37" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcErrorCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L40C17-L40C46" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcErrorCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcException.cs#L54C13-L57C10" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcException.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcException.cs#L48C17-L48C36" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcException.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcException.cs#L64C17-L69C27" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcFactory.CreateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L18C13-L18C38" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcFactory.CreateCommandBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L23C13-L23C45" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcFactory.CreateConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L28C13-L28C41" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcFactory.CreateConnectionStringBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L33C13-L33C54" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcFactory.CreateDataAdapter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L38C13-L38C42" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcFactory.CreateParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L43C13-L43C40" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcFactory.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcInfoMessageEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcInfoMessageEventHandler.Invoke(System.Object,System.Data.Odbc.OdbcInfoMessageEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcInfoMessageEventHandler.BeginInvoke(System.Object,System.Data.Odbc.OdbcInfoMessageEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcInfoMessageEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcInfoMessageEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcInfoMessageEventArgs.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs#L41C13-L41C28" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcInfoMessageEventArgs.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs#L21C19-L21C34" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcInfoMessageEventArgs.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs#L28C17-L34C43" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcInfoMessageEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Data.Odbc.OdbcMetaDataCollectionNames.Columns", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcMetaDataCollectionNames.Indexes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcMetaDataCollectionNames.Procedures", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcMetaDataCollectionNames.ProcedureColumns", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcMetaDataCollectionNames.ProcedureParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcMetaDataCollectionNames.Tables", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcMetaDataCollectionNames.Views", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcMetaDataCollectionNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Data.Odbc.OdbcMetaDataColumnNames.BooleanFalseLiteral", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataColumnNames.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcMetaDataColumnNames.BooleanTrueLiteral", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataColumnNames.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcMetaDataColumnNames.SQLType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataColumnNames.cs" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcMetaDataColumnNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataColumnNames.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcParameter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L71C34-L74C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameter.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L76C61-L80C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameter.#ctor(System.String,System.Data.Odbc.OdbcType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L82C61-L86C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameter.#ctor(System.String,System.Data.Odbc.OdbcType,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L88C71-L93C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameter.#ctor(System.String,System.Data.Odbc.OdbcType,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L95C93-L101C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameter.#ctor(System.String,System.Data.Odbc.OdbcType,System.Int32,System.Data.ParameterDirection,System.Boolean,System.Byte,System.Byte,System.String,System.Data.DataRowVersion,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L115C34-L127C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameter.#ctor(System.String,System.Data.Odbc.OdbcType,System.Int32,System.Data.ParameterDirection,System.Byte,System.Byte,System.String,System.Data.DataRowVersion,System.Boolean,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L135C51-L147C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameter.ResetDbType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L172C13-L173C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameter.ResetOdbcType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L202C13-L205C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameter.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L584C13-L584C44" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameter.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L215C13-L215C34" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.DbType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L153C17-L157C50" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.OdbcType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L183C17-L187C52" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.ParameterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L228C17-L228C55" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.Precision", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L244C17-L244C42" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.Scale", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L280C17-L280C38" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L1117C17-L1117C31" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.Direction", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L54C17-L55C82" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.IsNullable", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L81C17-L81C36" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.Offset", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L94C17-L94C32" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.Size", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L110C17-L115C29" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.SourceColumn", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L142C17-L142C54" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.SourceColumnNullMapping", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L154C17-L154C49" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.SourceVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L166C17-L167C88" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Add(System.Data.Odbc.OdbcParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L62C13-L63C26" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Add(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L71C13-L71C65" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.AddWithValue(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L77C13-L77C65" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Add(System.String,System.Data.Odbc.OdbcType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L82C13-L82C68" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Add(System.String,System.Data.Odbc.OdbcType,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L87C13-L87C74" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Add(System.String,System.Data.Odbc.OdbcType,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L92C13-L92C88" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.AddRange(System.Data.Odbc.OdbcParameter[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L98C13-L99C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L142C13-L142C43" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Contains(System.Data.Odbc.OdbcParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L147C13-L147C43" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.CopyTo(System.Data.Odbc.OdbcParameter[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L152C13-L153C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.IndexOf(System.Data.Odbc.OdbcParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L175C13-L175C43" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Insert(System.Int32,System.Data.Odbc.OdbcParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L180C13-L181C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Remove(System.Data.Odbc.OdbcParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L185C13-L186C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L72C13-L76C30" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.AddRange(System.Array)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L81C13-L95C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L109C13-L120C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L124C13-L124C43" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L129C13-L130C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L134C13-L134C80" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.GetParameter(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L139C13-L140C37" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.GetParameter(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L145C13-L150C37" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.IndexOf(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L183C13-L183C54" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L188C13-L207C23" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L212C13-L216C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L228C13-L239C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L243C13-L246C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.RemoveAt(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L250C13-L253C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.SetParameter(System.Int32,System.Data.Common.DbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L277C13-L280C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.SetParameter(System.String,System.Data.Common.DbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L284C13-L291C10" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameterCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L35C17-L35C59" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameterCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L51C17-L51C67" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameterCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L19C17-L19C62" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameterCollection.IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L42C17-L42C74" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameterCollection.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L50C17-L50C73" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameterCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L58C17-L58C83" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameterCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L66C17-L66C77" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcParameterCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcRowUpdatingEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcRowUpdatingEventHandler.Invoke(System.Object,System.Data.Odbc.OdbcRowUpdatingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcRowUpdatingEventHandler.BeginInvoke(System.Object,System.Data.Odbc.OdbcRowUpdatingEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcRowUpdatingEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcRowUpdatingEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcRowUpdatedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcRowUpdatedEventHandler.Invoke(System.Object,System.Data.Odbc.OdbcRowUpdatedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcRowUpdatedEventHandler.BeginInvoke(System.Object,System.Data.Odbc.OdbcRowUpdatedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcRowUpdatedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcRowUpdatedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcRowUpdatingEventArgs.#ctor(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs#L23C11-L25C10" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcRowUpdatingEventArgs.Command", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs#L29C19-L29C56" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcRowUpdatingEventArgs.BaseCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs#L38C19-L38C43" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcRowUpdatingEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcRowUpdatedEventArgs.#ctor(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs#L50C11-L52C10" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcRowUpdatedEventArgs.Command", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs#L56C19-L56C53" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcRowUpdatedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcTransaction.Commit", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L70C13-L97C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcTransaction.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L101C13-L140C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcTransaction.Rollback", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L144C13-L168C10" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcTransaction.Connection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L25C17-L25C36" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcTransaction.DbConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L33C17-L33C35" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcTransaction.IsolationLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L41C17-L64C34" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcTransaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Data.Odbc.OdbcType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.BigInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Binary", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Bit", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Char", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.DateTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Decimal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Numeric", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Double", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Image", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Int", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.NChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.NText", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.NVarChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Real", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.UniqueIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.SmallDateTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.SmallInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Timestamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.TinyInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.VarBinary", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.VarChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Date", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Time", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Data.Odbc.ODBC32.RETCODE.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" - }, - { - "DocsId": "F:System.Data.Odbc.ODBC32.RETCODE.SUCCESS", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" - }, - { - "DocsId": "F:System.Data.Odbc.ODBC32.RETCODE.SUCCESS_WITH_INFO", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" - }, - { - "DocsId": "F:System.Data.Odbc.ODBC32.RETCODE.ERROR", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" - }, - { - "DocsId": "F:System.Data.Odbc.ODBC32.RETCODE.INVALID_HANDLE", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" - }, - { - "DocsId": "F:System.Data.Odbc.ODBC32.RETCODE.NO_DATA", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" - } - ], - "DocsId": "T:System.Data.Odbc.ODBC32.RETCODE", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Data.OleDb.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Data.OleDb.json deleted file mode 100644 index 7e07931b93d..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Data.OleDb.json +++ /dev/null @@ -1,1728 +0,0 @@ -{ - "Assembly": "System.Data.OleDb", - "GUID": "F2D798D9AE0D4F9DAE3607F3CBD7E6E0FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbParameter.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L219C13-L219C34" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L25C35-L27C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameter.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L29C62-L36C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameter.#ctor(System.String,System.Data.OleDb.OleDbType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L38C67-L42C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameter.#ctor(System.String,System.Data.OleDb.OleDbType,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L44C77-L49C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameter.#ctor(System.String,System.Data.OleDb.OleDbType,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L51C96-L57C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameter.#ctor(System.String,System.Data.OleDb.OleDbType,System.Int32,System.Data.ParameterDirection,System.Boolean,System.Byte,System.Byte,System.String,System.Data.DataRowVersion,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L65C48-L77C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameter.#ctor(System.String,System.Data.OleDb.OleDbType,System.Int32,System.Data.ParameterDirection,System.Byte,System.Byte,System.String,System.Data.DataRowVersion,System.Boolean,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L85C48-L97C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameter.ResetDbType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L126C13-L127C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameter.ResetOleDbType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L157C13-L162C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameter.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L263C13-L263C45" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameter.Direction", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L56C17-L57C82" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameter.IsNullable", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L83C17-L83C36" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameter.Size", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L97C17-L102C29" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameter.SourceColumn", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L137C17-L137C54" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameter.SourceColumnNullMapping", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L149C17-L149C49" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameter.SourceVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L161C17-L162C88" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameter.DbType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L111C17-L111C54" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameter.OleDbType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L137C17-L137C57" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameter.ParameterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L169C17-L169C55" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameter.Precision", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L186C17-L186C42" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameter.Scale", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L223C17-L223C38" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameter.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L568C17-L568C31" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L22C9-L52C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L54C48-L57C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.#ctor(System.String,System.Data.OleDb.OleDbConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L59C77-L63C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.#ctor(System.String,System.Data.OleDb.OleDbConnection,System.Data.OleDb.OleDbTransaction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L65C108-L70C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.ResetCommandTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L149C13-L154C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.Cancel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L462C15-L493C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L497C13-L498C26" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L503C13-L503C28" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.CreateParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L571C13-L571C41" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.CreateDbParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L576C13-L576C38" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L581C13-L598C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.ExecuteReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L602C13-L602C59" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.System#Data#IDbCommand#ExecuteReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L607C13-L607C59" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.ExecuteReader(System.Data.CommandBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L612C13-L613C72" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.System#Data#IDbCommand#ExecuteReader(System.Data.CommandBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L618C13-L618C44" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.ExecuteDbDataReader(System.Data.CommandBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L623C13-L623C44" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.ExecuteNonQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L942C13-L944C56" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.ExecuteScalar", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L949C13-L958C26" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.Prepare", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L1187C13-L1198C10" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbCommand.CommandText", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L115C17-L115C53" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbCommand.CommandTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L131C17-L131C40" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbCommand.CommandType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L162C17-L163C70" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbCommand.Connection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L188C17-L188C36" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbCommand.DbConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L228C17-L228C35" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbCommand.DbParameterCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L240C17-L240C35" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbCommand.DbTransaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L248C17-L248C36" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbCommand.DesignTimeVisible", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L270C17-L270C46" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbCommand.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L286C17-L294C30" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbCommand.Transaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L314C17-L320C36" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbCommand.UpdatedRowSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L335C17-L335C42" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommand.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L13C40-L16C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.#ctor(System.Data.OleDb.OleDbDataAdapter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L18C65-L21C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetInsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L43C13-L43C58" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetInsertCommand(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L47C13-L47C85" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetUpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L52C13-L52C58" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetUpdateCommand(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L56C13-L56C85" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetDeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L61C13-L61C58" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetDeleteCommand(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L65C13-L65C85" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetParameterName(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L70C13-L70C103" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetParameterName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L74C13-L74C34" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetParameterPlaceholder(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L79C13-L79C24" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.ApplyParameterInfo(System.Data.Common.DbParameter,System.Data.DataRow,System.Data.StatementType,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L84C13-L101C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.DeriveParameters(System.Data.OleDb.OleDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L105C13-L144C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.QuoteIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L357C13-L357C122" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.QuoteIdentifier(System.String,System.Data.OleDb.OleDbConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L361C13-L385C88" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.SetRowUpdatingHandler(System.Data.Common.DbDataAdapter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L391C13-L399C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.UnquoteIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L403C13-L403C122" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.UnquoteIdentifier(System.String,System.Data.OleDb.OleDbConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L408C13-L436C40" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbCommandBuilder.DataAdapter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L28C17-L28C63" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbCommandBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L26C60-L29C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.ResetState", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L216C13-L239C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.BeginTransaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L308C13-L308C65" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.BeginTransaction(System.Data.IsolationLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L313C13-L313C87" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.ChangeDatabase(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L318C13-L324C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L337C13-L338C26" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L343C13-L345C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.CreateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L349C13-L349C47" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.BeginDbTransaction(System.Data.IsolationLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L369C13-L377C32" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.GetOleDbSchemaTable(System.Guid,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L422C13-L463C65" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.Open", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L511C13-L520C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.ReleaseObjectPool", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L633C13-L636C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L21C36-L25C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.CreateDbCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L146C13-L149C28" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L154C13-L162C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.EnlistTransaction(System.Transactions.Transaction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L195C13-L223C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L227C13-L227C88" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.GetSchema(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L232C13-L232C57" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.GetSchema(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L239C13-L239C118" - }, - { - "DocsId": "E:System.Data.OleDb.OleDbConnection.InfoMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L245C17-L246C14" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnection.ConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L51C17-L51C47" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnection.ConnectionTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L72C17-L87C57" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnection.Database", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L97C17-L119C79" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnection.DataSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L130C17-L148C79" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnection.Provider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L178C17-L179C89" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnection.ServerVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L196C17-L196C54" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnection.State", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L209C17-L209C46" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbConnection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbConnectionStringBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L57C49-L60C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnectionStringBuilder.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L48C9-L68C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnectionStringBuilder.ContainsKey(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L270C13-L271C81" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnectionStringBuilder.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L289C13-L296C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnectionStringBuilder.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L320C13-L332C26" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnectionStringBuilder.TryGetValue(System.String,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L390C13-L408C25" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnectionStringBuilder.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L75C17-L88C30" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnectionStringBuilder.DataSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L140C19-L140C38" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnectionStringBuilder.FileName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L155C19-L155C36" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnectionStringBuilder.OleDbServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L168C19-L168C41" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnectionStringBuilder.PersistSecurityInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L180C19-L180C47" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnectionStringBuilder.Provider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L193C19-L193C36" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnectionStringBuilder.Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L206C17-L264C89" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbConnectionStringBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L20C37-L23C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.#ctor(System.Data.OleDb.OleDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L25C64-L28C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L30C94-L34C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.#ctor(System.String,System.Data.OleDb.OleDbConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L36C97-L39C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#get_DeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L57C19-L57C41" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#set_DeleteCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L58C19-L58C59" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#get_InsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L72C19-L72C41" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#set_InsertCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L73C19-L73C59" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#get_SelectCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L87C19-L87C41" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#set_SelectCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L88C19-L88C59" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#get_UpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L102C19-L102C41" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#set_UpdateCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L103C19-L103C59" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L135C13-L135C47" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.CreateRowUpdatedEvent(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L140C13-L140C96" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.CreateRowUpdatingEvent(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L145C13-L145C97" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.Fill(System.Data.DataTable,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L156C13-L164C82" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.Fill(System.Data.DataSet,System.Object,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L169C13-L181C83" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.OnRowUpdated(System.Data.Common.RowUpdatedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L433C13-L439C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.OnRowUpdating(System.Data.Common.RowUpdatingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L443C13-L449C10" - }, - { - "DocsId": "E:System.Data.OleDb.OleDbDataAdapter.RowUpdated", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L108C19-L108C63" - }, - { - "DocsId": "E:System.Data.OleDb.OleDbDataAdapter.RowUpdating", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L116C17-L129C14" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.DeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L51C19-L51C41" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#DeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L57C19-L57C41" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.InsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L66C19-L66C41" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#InsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L72C19-L72C41" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.SelectCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L81C19-L81C41" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#SelectCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L87C19-L87C41" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.UpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L96C19-L96C41" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#UpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L102C19-L102C41" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbDataAdapter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetSchemaTable", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L258C13-L277C32" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L647C13-L725C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetBoolean(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L829C13-L830C43" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetByte(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L835C13-L836C40" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetBytes(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L863C13-L894C30" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L899C13-L931C30" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetChar(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L937C13-L937C38" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetData(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L943C13-L944C43" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetDbDataReader(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L949C13-L949C37" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetDataTypeName(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L988C13-L992C42" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetDateTime(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L997C13-L998C44" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetDecimal(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1003C13-L1004C43" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetDouble(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1009C13-L1010C42" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1015C13-L1015C108" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetFieldType(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1020C13-L1026C42" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetFloat(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1031C13-L1032C42" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetGuid(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1037C13-L1038C40" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetInt16(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1043C13-L1044C41" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetInt32(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1049C13-L1050C41" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetInt64(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1055C13-L1056C41" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetName(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1061C13-L1066C42" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetOrdinal(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1071C13-L1079C54" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetString(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1084C13-L1085C42" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetTimeSpan(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1090C13-L1090C48" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetValue(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1156C13-L1158C26" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetValues(System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1163C13-L1174C26" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.IsDBNull(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1184C13-L1185C42" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.NextResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1332C13-L1390C28" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1395C13-L1425C28" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataReader.Depth", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L137C17-L141C31" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataReader.FieldCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L149C17-L154C67" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataReader.HasRows", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L162C17-L166C33" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataReader.IsClosed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L178C17-L178C34" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataReader.RecordsAffected", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L191C17-L191C60" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataReader.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L206C17-L206C40" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataReader.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L214C17-L215C42" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataReader.VisibleFieldCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1235C17-L1239C43" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbDataReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbEnumerator.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbEnumerator.cs#L11C9-L13C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbEnumerator.GetElements", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbEnumerator.cs#L17C13-L21C30" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbEnumerator.GetEnumerator(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbEnumerator.cs#L26C13-L26C48" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbEnumerator.GetRootEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbEnumerator.cs#L74C13-L75C52" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbEnumerator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbError.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbError.cs#L107C13-L107C28" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbError.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbError.cs#L77C17-L77C53" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbError.NativeError", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbError.cs#L85C17-L85C41" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbError.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbError.cs#L93C17-L93C52" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbError.SQLState", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbError.cs#L101C17-L101C54" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbError", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbError.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbErrorCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L34C19-L34C32" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbErrorCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L39C19-L39C31" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbErrorCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L66C13-L67C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbErrorCollection.CopyTo(System.Data.OleDb.OleDbError[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L71C13-L72C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbErrorCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L76C13-L76C47" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbErrorCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L34C19-L34C32" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbErrorCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L39C19-L39C31" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbErrorCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L46C17-L47C60" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbErrorCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L55C17-L55C59" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbErrorCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbException.cs#L40C13-L44C10" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbException.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbException.cs#L51C17-L51C39" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbException.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbException.cs#L60C17-L60C75" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbFactory.CreateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L18C13-L18C39" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbFactory.CreateCommandBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L23C13-L23C46" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbFactory.CreateConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L28C13-L28C42" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbFactory.CreateConnectionStringBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L33C13-L33C55" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbFactory.CreateDataAdapter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L38C13-L38C43" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbFactory.CreateParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L43C13-L43C41" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbFactory.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbFactory.cs" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbInfoMessageEventArgs.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs#L52C13-L52C28" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbInfoMessageEventArgs.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs#L22C17-L22C49" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbInfoMessageEventArgs.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs#L30C17-L30C46" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbInfoMessageEventArgs.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs#L38C17-L38C47" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbInfoMessageEventArgs.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs#L46C17-L46C46" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbInfoMessageEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbInfoMessageEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEventHandler.cs" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbInfoMessageEventHandler.Invoke(System.Object,System.Data.OleDb.OleDbInfoMessageEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEventHandler.cs" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbInfoMessageEventHandler.BeginInvoke(System.Object,System.Data.OleDb.OleDbInfoMessageEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEventHandler.cs" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbInfoMessageEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEventHandler.cs" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbInfoMessageEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Invalid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Binary_Literal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Catalog_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Catalog_Separator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Char_Literal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Column_Alias", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Column_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Correlation_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Cursor_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Escape_Percent_Prefix", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Escape_Underscore_Prefix", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Index_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Like_Percent", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Like_Underscore", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Procedure_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Quote_Prefix", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Schema_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Table_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Text_Command", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.User_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.View_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Cube_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Dimension_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Hierarchy_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Level_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Member_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Property_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Schema_Separator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Quote_Suffix", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Escape_Percent_Suffix", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Escape_Underscore_Suffix", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbLiteral", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.Catalogs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.Collations", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.Columns", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.Indexes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.Procedures", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.ProcedureColumns", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.ProcedureParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.Tables", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.Views", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbMetaDataCollectionNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataColumnNames.BooleanFalseLiteral", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbMetadataColumnNames.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataColumnNames.BooleanTrueLiteral", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbMetadataColumnNames.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataColumnNames.NativeDataType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbMetadataColumnNames.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataColumnNames.DateTimeDigits", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbMetadataColumnNames.cs" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbMetaDataColumnNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbMetadataColumnNames.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Add(System.Data.OleDb.OleDbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L63C13-L64C26" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Add(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L71C13-L71C66" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.AddWithValue(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L76C13-L76C66" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Add(System.String,System.Data.OleDb.OleDbType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L81C13-L81C70" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Add(System.String,System.Data.OleDb.OleDbType,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L86C13-L86C76" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Add(System.String,System.Data.OleDb.OleDbType,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L91C13-L91C90" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.AddRange(System.Data.OleDb.OleDbParameter[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L96C13-L97C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L101C13-L101C43" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Contains(System.Data.OleDb.OleDbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L106C13-L106C43" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.CopyTo(System.Data.OleDb.OleDbParameter[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L111C13-L112C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.IndexOf(System.Data.OleDb.OleDbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L116C13-L116C43" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Insert(System.Int32,System.Data.OleDb.OleDbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L121C13-L122C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Remove(System.Data.OleDb.OleDbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L132C13-L133C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L73C13-L77C30" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.AddRange(System.Array)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L82C13-L96C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L110C13-L121C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L125C13-L125C43" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L130C13-L131C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L135C13-L135C80" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.GetParameter(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L140C13-L141C37" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.GetParameter(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L146C13-L151C37" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.IndexOf(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L184C13-L184C54" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L189C13-L208C23" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L213C13-L217C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L229C13-L240C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L244C13-L247C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.RemoveAt(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L251C13-L254C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.SetParameter(System.Int32,System.Data.Common.DbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L278C13-L281C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.SetParameter(System.String,System.Data.Common.DbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L285C13-L292C10" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameterCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L37C17-L37C60" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameterCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L53C17-L53C68" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameterCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L20C17-L20C62" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameterCollection.IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L43C17-L43C74" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameterCollection.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L51C17-L51C73" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameterCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L59C17-L59C83" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameterCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L67C17-L67C77" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbParameterCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbRowUpdatedEventArgs.#ctor(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEvent.cs#L11C11-L13C10" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbRowUpdatedEventArgs.Command", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEvent.cs#L19C17-L19C52" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbRowUpdatedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEvent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbRowUpdatedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEventHandler.cs" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbRowUpdatedEventHandler.Invoke(System.Object,System.Data.OleDb.OleDbRowUpdatedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEventHandler.cs" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbRowUpdatedEventHandler.BeginInvoke(System.Object,System.Data.OleDb.OleDbRowUpdatedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEventHandler.cs" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbRowUpdatedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEventHandler.cs" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbRowUpdatedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbRowUpdatingEventArgs.#ctor(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEvent.cs#L11C11-L13C10" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbRowUpdatingEventArgs.Command", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEvent.cs#L17C19-L17C57" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbRowUpdatingEventArgs.BaseCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEvent.cs#L23C19-L23C43" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbRowUpdatingEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEvent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbRowUpdatingEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEventHandler.cs" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbRowUpdatingEventHandler.Invoke(System.Object,System.Data.OleDb.OleDbRowUpdatingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEventHandler.cs" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbRowUpdatingEventHandler.BeginInvoke(System.Object,System.Data.OleDb.OleDbRowUpdatingEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEventHandler.cs" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbRowUpdatingEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEventHandler.cs" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbRowUpdatingEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbSchemaGuid.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs#L12C9-L12C37" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Tables_Info", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Trustee", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Assertions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Catalogs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Character_Sets", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Collations", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Columns", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Check_Constraints", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Constraint_Column_Usage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Constraint_Table_Usage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Key_Column_Usage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Referential_Constraints", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Table_Constraints", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Column_Domain_Usage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Indexes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Column_Privileges", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Table_Privileges", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Usage_Privileges", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Procedures", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Schemata", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Sql_Languages", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Statistics", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Tables", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Translations", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Provider_Types", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Views", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.View_Column_Usage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.View_Table_Usage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Procedure_Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Foreign_Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Primary_Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Procedure_Columns", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Table_Statistics", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Check_Constraints_By_Table", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.SchemaGuids", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.DbInfoKeywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.DbInfoLiterals", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbSchemaGuid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbTransaction.Begin(System.Data.IsolationLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L177C13-L203C32" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbTransaction.Begin", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L208C13-L208C56" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbTransaction.Commit", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L225C13-L230C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbTransaction.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L274C13-L280C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbTransaction.Rollback", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L305C13-L311C10" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbTransaction.Connection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L143C17-L143C42" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbTransaction.DbConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L151C17-L151C35" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbTransaction.IsolationLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L159C17-L163C40" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbTransaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Data.OleDb.OleDbType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.BigInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Binary", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Boolean", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.BSTR", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Char", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Currency", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Date", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.DBDate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.DBTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.DBTimeStamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Decimal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Double", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Error", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Filetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Guid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.IDispatch", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Integer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.IUnknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.LongVarBinary", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.LongVarChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.LongVarWChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Numeric", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.PropVariant", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Single", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.SmallInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.TinyInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.UnsignedBigInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.UnsignedInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.UnsignedSmallInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.UnsignedTinyInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.VarBinary", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.VarChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Variant", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.VarNumeric", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.VarWChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.WChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Data.OleDb/src/OleDbType.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Diagnostics.EventLog.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Diagnostics.EventLog.json deleted file mode 100644 index 420af40e0ea..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Diagnostics.EventLog.json +++ /dev/null @@ -1,1794 +0,0 @@ -{ - "Assembly": "System.Diagnostics.EventLog", - "GUID": "A288565A33A24235AC630CC749BB56C7FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.EntryWrittenEventArgs.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventArgs.cs#L8C9-L10C10" - }, - { - "DocsId": "M:System.Diagnostics.EntryWrittenEventArgs.#ctor(System.Diagnostics.EventLogEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventArgs.cs#L12C9-L15C10" - }, - { - "DocsId": "P:System.Diagnostics.EntryWrittenEventArgs.Entry", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventArgs.cs#L17C38-L17C42" - } - ], - "DocsId": "T:System.Diagnostics.EntryWrittenEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.EntryWrittenEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventHandler.cs" - }, - { - "DocsId": "M:System.Diagnostics.EntryWrittenEventHandler.Invoke(System.Object,System.Diagnostics.EntryWrittenEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventHandler.cs" - }, - { - "DocsId": "M:System.Diagnostics.EntryWrittenEventHandler.BeginInvoke(System.Object,System.Diagnostics.EntryWrittenEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventHandler.cs" - }, - { - "DocsId": "M:System.Diagnostics.EntryWrittenEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventHandler.cs" - } - ], - "DocsId": "T:System.Diagnostics.EntryWrittenEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.EventInstance.#ctor(System.Int64,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs#L11C9-L18C10" - }, - { - "DocsId": "M:System.Diagnostics.EventInstance.#ctor(System.Int64,System.Int32,System.Diagnostics.EventLogEntryType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs#L20C94-L23C10" - }, - { - "DocsId": "P:System.Diagnostics.EventInstance.CategoryId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs#L27C20-L27C35" - }, - { - "DocsId": "P:System.Diagnostics.EventInstance.EntryType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs#L39C20-L39C30" - }, - { - "DocsId": "P:System.Diagnostics.EventInstance.InstanceId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs#L51C20-L51C31" - } - ], - "DocsId": "T:System.Diagnostics.EventInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.EventLog.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L33C29-L35C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L37C43-L39C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L41C63-L43C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L45C9-L48C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.BeginInit", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L222C13-L223C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L227C13-L228C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L232C13-L233C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.CreateEventSource(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L237C13-L238C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.CreateEventSource(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L243C13-L244C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.CreateEventSource(System.Diagnostics.EventSourceCreationData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L248C13-L355C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.Delete(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L359C13-L360C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.Delete(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L364C13-L429C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.DeleteEventSource(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L433C13-L434C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.DeleteEventSource(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L438C13-L481C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L485C13-L487C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.EndInit", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L491C13-L492C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.Exists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L496C13-L496C41" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.Exists(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L501C13-L524C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.GetEventLogs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L618C13-L618C38" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.GetEventLogs(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L623C13-L667C35" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.SourceExists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L719C13-L719C46" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.SourceExists(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L724C13-L724C61" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.LogNameFromSourceName(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L742C13-L742C72" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.ModifyOverflowPolicy(System.Diagnostics.OverflowAction,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L763C13-L764C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.RegisterDisplayName(System.String,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L768C13-L769C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L976C13-L977C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L981C13-L982C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.Diagnostics.EventLogEntryType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L986C13-L987C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.String,System.Diagnostics.EventLogEntryType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L991C13-L992C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.Diagnostics.EventLogEntryType,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L996C13-L997C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1001C13-L1002C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1006C13-L1007C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1011C13-L1012C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1016C20-L1020C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1024C13-L1025C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEvent(System.Diagnostics.EventInstance,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1029C13-L1030C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEvent(System.Diagnostics.EventInstance,System.Byte[],System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1034C13-L1035C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEvent(System.String,System.Diagnostics.EventInstance,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1039C20-L1043C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEvent(System.String,System.Diagnostics.EventInstance,System.Byte[],System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1047C20-L1051C10" - }, - { - "DocsId": "E:System.Diagnostics.EventLog.EntryWritten", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L212C17-L213C14" - }, - { - "DocsId": "P:System.Diagnostics.EventLog.Entries", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L59C17-L59C52" - }, - { - "DocsId": "P:System.Diagnostics.EventLog.LogDisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L68C17-L68C59" - }, - { - "DocsId": "P:System.Diagnostics.EventLog.Log", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L82C17-L82C48" - }, - { - "DocsId": "P:System.Diagnostics.EventLog.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L110C17-L110C56" - }, - { - "DocsId": "P:System.Diagnostics.EventLog.MaximumKilobytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L132C20-L132C56" - }, - { - "DocsId": "P:System.Diagnostics.EventLog.OverflowAction", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L139C20-L139C54" - }, - { - "DocsId": "P:System.Diagnostics.EventLog.MinimumRetentionDays", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L145C20-L145C60" - }, - { - "DocsId": "P:System.Diagnostics.EventLog.EnableRaisingEvents", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L165C20-L165C59" - }, - { - "DocsId": "P:System.Diagnostics.EventLog.SynchronizingObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L176C20-L176C59" - }, - { - "DocsId": "P:System.Diagnostics.EventLog.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L188C20-L188C46" - } - ], - "DocsId": "T:System.Diagnostics.EventLog", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.EventLogEntry.Equals(System.Diagnostics.EventLogEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L303C13-L320C25" - }, - { - "DocsId": "M:System.Diagnostics.EventLogEntry.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L453C13-L453C55" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L42C17-L55C39" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.Data", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L66C17-L70C29" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.Index", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L81C17-L81C80" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.Category", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L92C17-L102C33" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.CategoryNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L113C17-L113C83" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.EventID", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L125C17-L125C88" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.EntryType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L136C17-L136C98" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L149C17-L175C32" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L186C17-L197C39" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.ReplacementStrings", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L208C17-L227C32" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.InstanceId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L238C17-L238C81" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.TimeGenerated", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L249C17-L249C123" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.TimeWritten", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L260C17-L260C121" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.UserName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L271C17-L292C37" - } - ], - "DocsId": "T:System.Diagnostics.EventLogEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.EventLogEntryCollection.CopyTo(System.Diagnostics.EventLogEntry[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L35C13-L36C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLogEntryCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L40C13-L40C48" - }, - { - "DocsId": "M:System.Diagnostics.EventLogEntryCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L52C17-L52C30" - }, - { - "DocsId": "M:System.Diagnostics.EventLogEntryCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L60C17-L60C29" - }, - { - "DocsId": "M:System.Diagnostics.EventLogEntryCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L66C13-L68C10" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntryCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L21C17-L21C40" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntryCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L29C17-L29C47" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntryCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L52C17-L52C30" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntryCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L60C17-L60C29" - } - ], - "DocsId": "T:System.Diagnostics.EventLogEntryCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.EventLogEntryType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" - }, - { - "DocsId": "F:System.Diagnostics.EventLogEntryType.Error", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" - }, - { - "DocsId": "F:System.Diagnostics.EventLogEntryType.Warning", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" - }, - { - "DocsId": "F:System.Diagnostics.EventLogEntryType.Information", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" - }, - { - "DocsId": "F:System.Diagnostics.EventLogEntryType.SuccessAudit", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" - }, - { - "DocsId": "F:System.Diagnostics.EventLogEntryType.FailureAudit", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" - } - ], - "DocsId": "T:System.Diagnostics.EventLogEntryType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.EventSourceCreationData.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L23C47-L16C10" - }, - { - "DocsId": "P:System.Diagnostics.EventSourceCreationData.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L23C33-L23C37" - }, - { - "DocsId": "P:System.Diagnostics.EventSourceCreationData.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L25C37-L25C41" - }, - { - "DocsId": "P:System.Diagnostics.EventSourceCreationData.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L27C32-L27C36" - }, - { - "DocsId": "P:System.Diagnostics.EventSourceCreationData.MessageResourceFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L29C45-L29C49" - }, - { - "DocsId": "P:System.Diagnostics.EventSourceCreationData.ParameterResourceFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L31C47-L31C51" - }, - { - "DocsId": "P:System.Diagnostics.EventSourceCreationData.CategoryResourceFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L33C46-L33C50" - }, - { - "DocsId": "P:System.Diagnostics.EventSourceCreationData.CategoryCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L37C19-L37C41" - } - ], - "DocsId": "T:System.Diagnostics.EventSourceCreationData", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.EventLogTraceListener.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L14C9-L16C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLogTraceListener.#ctor(System.Diagnostics.EventLog)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L19C15-L22C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLogTraceListener.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L24C9-L30C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLogTraceListener.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L58C41-L58C58" - }, - { - "DocsId": "M:System.Diagnostics.EventLogTraceListener.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L64C17-L74C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLogTraceListener.Write(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L76C55-L76C84" - }, - { - "DocsId": "M:System.Diagnostics.EventLogTraceListener.WriteLine(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L78C59-L78C73" - }, - { - "DocsId": "M:System.Diagnostics.EventLogTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L83C13-L107C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLogTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L112C13-L116C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLogTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L121C13-L125C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLogTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L130C13-L149C10" - }, - { - "DocsId": "P:System.Diagnostics.EventLogTraceListener.EventLog", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L34C13-L34C17" - }, - { - "DocsId": "P:System.Diagnostics.EventLogTraceListener.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L42C17-L48C34" - } - ], - "DocsId": "T:System.Diagnostics.EventLogTraceListener", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.OverflowAction.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/OverflowAction.cs" - }, - { - "DocsId": "F:System.Diagnostics.OverflowAction.DoNotOverwrite", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/OverflowAction.cs" - }, - { - "DocsId": "F:System.Diagnostics.OverflowAction.OverwriteAsNeeded", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/OverflowAction.cs" - }, - { - "DocsId": "F:System.Diagnostics.OverflowAction.OverwriteOlder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/OverflowAction.cs" - } - ], - "DocsId": "T:System.Diagnostics.OverflowAction", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/OverflowAction.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventBookmark.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventBookmark.cs#L24C9-L29C10" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventBookmark.BookmarkXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventBookmark.cs#L34C37-L34C41" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventBookmark", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventBookmark.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventKeyword.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventKeyword.cs#L68C17-L69C30" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventKeyword.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventKeyword.cs#L73C29-L73C33" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventKeyword.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventKeyword.cs#L79C17-L80C37" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventKeyword", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventKeyword.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLevel.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLevel.cs#L66C17-L67C30" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLevel.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLevel.cs#L71C28-L71C32" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLevel.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLevel.cs#L77C17-L78C37" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLevel.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogType.Administrative", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogType.Operational", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogType.Analytical", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogType.Debug", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogIsolation.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogIsolation.Application", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogIsolation.System", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogIsolation.Custom", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogIsolation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogMode.Circular", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogMode.AutoBackup", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogMode.Retain", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogConfiguration.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L50C56-L50C79" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogConfiguration.#ctor(System.String,System.Diagnostics.Eventing.Reader.EventLogSession)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L46C9-L60C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogConfiguration.SaveChanges", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L256C13-L257C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogConfiguration.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L261C13-L263C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogConfiguration.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L267C13-L269C10" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L62C33-L62C37" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.LogType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L68C17-L68C166" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.LogIsolation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L76C17-L76C176" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.IsEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L84C17-L84C153" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.IsClassicLog", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L96C17-L96C161" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.SecurityDescriptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L104C17-L104C154" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.LogFilePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L116C17-L116C166" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.MaximumSizeInBytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L128C17-L128C169" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.LogMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L140C17-L152C46" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.OwningProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L178C17-L178C163" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L186C17-L186C157" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L194C17-L194C170" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderKeywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L206C17-L206C175" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderBufferSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L218C17-L218C175" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderMinimumNumberOfBuffers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L226C17-L226C175" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderMaximumNumberOfBuffers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L234C17-L234C175" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderLatency", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L242C17-L242C172" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderControlGuid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L250C17-L250C170" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L51C9-L51C39" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L52C52-L52C69" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L53C78-L53C111" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogException.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L54C9-L58C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L72C15-L75C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L79C13-L81C10" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L64C17-L65C47" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogNotFoundException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L90C9-L90C47" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogNotFoundException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L91C60-L91C77" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogNotFoundException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L92C86-L92C119" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogNotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L94C119-L94C164" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogNotFoundException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReadingException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L105C9-L105C46" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReadingException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L106C59-L106C76" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReadingException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L107C85-L107C118" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReadingException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L109C118-L109C163" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogReadingException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L120C9-L120C55" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L121C68-L121C85" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L122C94-L122C127" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L124C127-L124C172" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogInvalidDataException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L133C9-L133C50" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogInvalidDataException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L134C63-L134C80" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogInvalidDataException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L135C89-L135C122" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogInvalidDataException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L137C122-L137C167" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogInvalidDataException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.CreationTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L31C41-L31C45" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.LastAccessTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L32C43-L32C47" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.LastWriteTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L33C42-L33C46" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.FileSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L34C33-L34C37" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L35C34-L35C38" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.RecordCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L36C36-L36C40" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.OldestRecordNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L37C43-L37C47" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.IsLogFull", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L38C34-L38C38" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogLink.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogLink.cs#L77C17-L78C37" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogLink.IsImported", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogLink.cs#L86C17-L87C36" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogLink.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogLink.cs#L95C17-L96C37" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogLink.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogPropertySelector.#ctor(System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogPropertySelector.cs#L16C9-L36C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogPropertySelector.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogPropertySelector.cs#L42C13-L44C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogPropertySelector.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogPropertySelector.cs#L48C13-L50C10" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogPropertySelector", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogPropertySelector.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogQuery.#ctor(System.String,System.Diagnostics.Eventing.Reader.PathType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs#L16C15-L18C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogQuery.#ctor(System.String,System.Diagnostics.Eventing.Reader.PathType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs#L20C9-L35C10" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogQuery.Session", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs#L37C42-L37C46" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogQuery.TolerateQueryErrors", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs#L39C43-L39C47" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogQuery.ReverseDirection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs#L41C40-L41C44" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L51C15-L53C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.#ctor(System.String,System.Diagnostics.Eventing.Reader.PathType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L56C15-L58C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.#ctor(System.Diagnostics.Eventing.Reader.EventLogQuery)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L61C15-L63C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.#ctor(System.Diagnostics.Eventing.Reader.EventLogQuery,System.Diagnostics.Eventing.Reader.EventBookmark)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L65C9-L111C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.ReadEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L154C13-L154C49" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.ReadEvent(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L159C13-L176C34" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L181C13-L183C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L16707566C0-L195C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.Seek(System.Diagnostics.Eventing.Reader.EventBookmark)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L230C13-L231C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.Seek(System.Diagnostics.Eventing.Reader.EventBookmark,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L235C13-L242C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.Seek(System.IO.SeekOrigin,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L16707566C0-L291C28" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.CancelReading", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L297C13-L298C10" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogReader.BatchSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L117C17-L117C35" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogReader.LogStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L304C17-L321C42" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogRecord.FormatDescription", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L270C13-L270C95" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogRecord.FormatDescription(System.Collections.Generic.IEnumerable{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L275C13-L296C106" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogRecord.GetPropertyValues(System.Diagnostics.Eventing.Reader.EventLogPropertySelector)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L381C13-L383C106" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogRecord.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L388C13-L389C90" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogRecord.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L396C17-L403C10" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L70C17-L73C50" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L81C17-L82C50" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Qualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L90C17-L91C66" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L99C17-L100C48" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Task", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L108C17-L109C60" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Opcode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L117C17-L118C66" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Keywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L126C17-L127C58" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.RecordId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L135C17-L136C58" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.ProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L144C17-L145C55" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.ProviderId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L153C17-L154C53" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L162C17-L163C54" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.ProcessId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L171C17-L172C58" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.ThreadId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L180C17-L181C57" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L189C17-L190C55" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.UserId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L198C17-L199C49" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.TimeCreated", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L207C17-L208C54" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.ActivityId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L216C17-L217C53" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.RelatedActivityId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L225C17-L226C60" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.ContainerLog", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L234C17-L240C14" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.MatchedQueryIds", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L247C17-L253C14" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Bookmark", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L260C17-L264C56" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.LevelDisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L303C17-L314C14" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.OpcodeDisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L321C17-L330C14" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.TaskDisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L337C17-L348C14" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.KeywordsDisplayNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L355C17-L361C14" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L368C17-L375C29" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogRecord", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.SessionAuthentication.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.SessionAuthentication.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.SessionAuthentication.Negotiate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.SessionAuthentication.Kerberos", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.SessionAuthentication.Ntlm", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.SessionAuthentication", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.PathType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.PathType.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.PathType.FilePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.PathType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L44C9-L87C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L91C13-L93C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.#ctor(System.String,System.String,System.String,System.Security.SecureString,System.Diagnostics.Eventing.Reader.SessionAuthentication)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L44C9-L124C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L130C13-L132C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L136C13-L152C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.CancelCurrentOperations", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L156C13-L157C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.GetProviderNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L167C13-L183C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.GetLogNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L187C13-L203C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.GetLogInformation(System.String,System.Diagnostics.Eventing.Reader.PathType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L207C13-L209C69" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.ExportLog(System.String,System.Diagnostics.Eventing.Reader.PathType,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L214C13-L215C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.ExportLog(System.String,System.Diagnostics.Eventing.Reader.PathType,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L219C13-L232C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.ExportLogAndMessages(System.String,System.Diagnostics.Eventing.Reader.PathType,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L236C13-L237C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.ExportLogAndMessages(System.String,System.Diagnostics.Eventing.Reader.PathType,System.String,System.String,System.Boolean,System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L241C13-L244C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.ClearLog(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L248C13-L249C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.ClearLog(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L253C13-L256C10" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogSession.GlobalSession", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L162C19-L162C42" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogSession", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogStatus.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogStatus.cs#L22C33-L22C37" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogStatus.StatusCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogStatus.cs#L24C33-L24C37" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogStatus.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogWatcher.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L38C15-L40C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogWatcher.#ctor(System.Diagnostics.Eventing.Reader.EventLogQuery)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L43C15-L45C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogWatcher.#ctor(System.Diagnostics.Eventing.Reader.EventLogQuery,System.Diagnostics.Eventing.Reader.EventBookmark)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L48C15-L50C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogWatcher.#ctor(System.Diagnostics.Eventing.Reader.EventLogQuery,System.Diagnostics.Eventing.Reader.EventBookmark,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L52C9-L73C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogWatcher.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L283C13-L285C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogWatcher.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L289C13-L306C10" - }, - { - "DocsId": "E:System.Diagnostics.Eventing.Reader.EventLogWatcher.EventRecordWritten", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogWatcher.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L79C17-L79C39" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogWatcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L46C26-L46C30" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L48C31-L48C35" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.LogLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L54C17-L54C73" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L62C17-L62C61" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Opcode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L70C17-L70C63" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Task", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L78C17-L78C59" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Keywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L86C17-L106C29" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Template", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L110C34-L110C38" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L112C37-L112C41" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventMetadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventOpcode.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventOpcode.cs#L68C17-L69C30" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventOpcode.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventOpcode.cs#L77C17-L77C31" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventOpcode.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventOpcode.cs#L85C17-L86C37" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventOpcode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventOpcode.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventProperty.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventProperty.cs#L13C31-L13C35" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventProperty.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventRecord.FormatDescription", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventRecord.FormatDescription(System.Collections.Generic.IEnumerable{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventRecord.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventRecord.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs#L56C13-L58C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventRecord.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs#L59C58-L59C59" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventRecord.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Task", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Opcode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Keywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.RecordId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.ProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.ProviderId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.ProcessId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.ThreadId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.UserId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.TimeCreated", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.ActivityId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.RelatedActivityId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Qualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.LevelDisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.OpcodeDisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.TaskDisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.KeywordsDisplayNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Bookmark", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventRecord", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecordWrittenEventArgs.EventRecord", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecordWrittenEventArgs.cs#L18C42-L18C46" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecordWrittenEventArgs.EventException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecordWrittenEventArgs.cs#L25C43-L25C47" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventRecordWrittenEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecordWrittenEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventTask.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventTask.cs#L70C17-L71C30" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventTask.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventTask.cs#L75C28-L75C32" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventTask.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventTask.cs#L81C17-L82C37" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventTask.EventGuid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventTask.cs#L90C17-L91C30" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventTask", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventTask.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.ProviderMetadata.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L47C15-L49C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.ProviderMetadata.#ctor(System.String,System.Diagnostics.Eventing.Reader.EventLogSession,System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L52C15-L54C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.ProviderMetadata.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L537C13-L539C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.ProviderMetadata.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L543C13-L545C10" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L81C19-L81C40" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L88C17-L88C171" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.MessageFilePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L96C17-L96C175" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.ResourceFilePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L104C17-L104C176" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.ParameterFilePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L112C17-L112C177" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.HelpLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L120C17-L123C45" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L139C17-L144C71" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.LogLinks", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L152C17-L227C14" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Levels", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L419C17-L428C14" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Opcodes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L436C17-L445C14" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Keywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L453C17-L462C14" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Tasks", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L470C17-L479C14" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Events", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L486C17-L523C14" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.ProviderMetadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventLevel.LogAlways", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventLevel.Critical", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventLevel.Error", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventLevel.Warning", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventLevel.Informational", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventLevel.Verbose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.StandardEventLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventTask.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventTask.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.StandardEventTask", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Info", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Start", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Stop", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.DataCollectionStart", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.DataCollectionStop", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Extension", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Reply", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Resume", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Suspend", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Send", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Receive", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.StandardEventOpcode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.ResponseTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.WdiContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.WdiDiagnostic", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.Sqm", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.AuditFailure", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.AuditSuccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.CorrelationHint", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.CorrelationHint2", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.EventLogClassic", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.StandardEventKeywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Diagnostics.PerformanceCounter.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Diagnostics.PerformanceCounter.json deleted file mode 100644 index e2835b1a027..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Diagnostics.PerformanceCounter.json +++ /dev/null @@ -1,974 +0,0 @@ -{ - "Assembly": "System.Diagnostics.PerformanceCounter", - "GUID": "1E4A1BFF8F874F74B1EED59C67557493FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.CounterCreationData.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs#L13C9-L19C10" - }, - { - "DocsId": "M:System.Diagnostics.CounterCreationData.#ctor(System.String,System.String,System.Diagnostics.PerformanceCounterType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs#L13C9-L26C10" - }, - { - "DocsId": "P:System.Diagnostics.CounterCreationData.CounterType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs#L32C17-L32C37" - }, - { - "DocsId": "P:System.Diagnostics.CounterCreationData.CounterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs#L47C17-L47C37" - }, - { - "DocsId": "P:System.Diagnostics.CounterCreationData.CounterHelp", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs#L60C17-L60C37" - } - ], - "DocsId": "T:System.Diagnostics.CounterCreationData", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L11C9-L13C10" - }, - { - "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.#ctor(System.Diagnostics.CounterCreationDataCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L15C9-L18C10" - }, - { - "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.#ctor(System.Diagnostics.CounterCreationData[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L20C9-L23C10" - }, - { - "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.Add(System.Diagnostics.CounterCreationData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L39C13-L39C36" - }, - { - "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.AddRange(System.Diagnostics.CounterCreationData[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L44C13-L50C10" - }, - { - "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.AddRange(System.Diagnostics.CounterCreationDataCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L54C13-L61C10" - }, - { - "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.Contains(System.Diagnostics.CounterCreationData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L65C13-L65C41" - }, - { - "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.CopyTo(System.Diagnostics.CounterCreationData[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L70C13-L71C10" - }, - { - "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.IndexOf(System.Diagnostics.CounterCreationData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L75C13-L75C40" - }, - { - "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.Insert(System.Int32,System.Diagnostics.CounterCreationData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L80C13-L81C10" - }, - { - "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.Remove(System.Diagnostics.CounterCreationData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L85C13-L86C10" - }, - { - "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L90C13-L94C10" - }, - { - "DocsId": "P:System.Diagnostics.CounterCreationDataCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L29C17-L29C61" - } - ], - "DocsId": "T:System.Diagnostics.CounterCreationDataCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.CounterSample.#ctor(System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Diagnostics.PerformanceCounterType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L24C13-L32C10" - }, - { - "DocsId": "M:System.Diagnostics.CounterSample.#ctor(System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Diagnostics.PerformanceCounterType,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L36C13-L44C10" - }, - { - "DocsId": "M:System.Diagnostics.CounterSample.Calculate(System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L147C13-L147C79" - }, - { - "DocsId": "M:System.Diagnostics.CounterSample.Calculate(System.Diagnostics.CounterSample,System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L155C13-L155C98" - }, - { - "DocsId": "M:System.Diagnostics.CounterSample.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L160C13-L160C69" - }, - { - "DocsId": "M:System.Diagnostics.CounterSample.Equals(System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L165C13-L172C72" - }, - { - "DocsId": "M:System.Diagnostics.CounterSample.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L177C13-L177C44" - }, - { - "DocsId": "M:System.Diagnostics.CounterSample.op_Equality(System.Diagnostics.CounterSample,System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L182C13-L182C32" - }, - { - "DocsId": "M:System.Diagnostics.CounterSample.op_Inequality(System.Diagnostics.CounterSample,System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L187C13-L187C35" - }, - { - "DocsId": "F:System.Diagnostics.CounterSample.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs" - }, - { - "DocsId": "P:System.Diagnostics.CounterSample.RawValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L53C17-L53C34" - }, - { - "DocsId": "P:System.Diagnostics.CounterSample.BaseValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L72C17-L72C35" - }, - { - "DocsId": "P:System.Diagnostics.CounterSample.SystemFrequency", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L83C17-L83C41" - }, - { - "DocsId": "P:System.Diagnostics.CounterSample.CounterFrequency", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L94C17-L94C42" - }, - { - "DocsId": "P:System.Diagnostics.CounterSample.CounterTimeStamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L105C17-L105C42" - }, - { - "DocsId": "P:System.Diagnostics.CounterSample.TimeStamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L116C17-L116C35" - }, - { - "DocsId": "P:System.Diagnostics.CounterSample.TimeStamp100nSec", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L127C17-L127C42" - }, - { - "DocsId": "P:System.Diagnostics.CounterSample.CounterType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L138C17-L138C37" - } - ], - "DocsId": "T:System.Diagnostics.CounterSample", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.CounterSampleCalculator.ComputeCounterValue(System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSampleCalculator.cs#L53C13-L53C72" - }, - { - "DocsId": "M:System.Diagnostics.CounterSampleCalculator.ComputeCounterValue(System.Diagnostics.CounterSample,System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSampleCalculator.cs#L61C13-L104C50" - } - ], - "DocsId": "T:System.Diagnostics.CounterSampleCalculator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSampleCalculator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.ICollectData.CollectData(System.Int32,System.IntPtr,System.IntPtr,System.Int32,System.IntPtr@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/ICollectData.cs" - }, - { - "DocsId": "M:System.Diagnostics.ICollectData.CloseData", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/ICollectData.cs" - } - ], - "DocsId": "T:System.Diagnostics.ICollectData", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/ICollectData.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.InstanceData.#ctor(System.String,System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceData.cs#L11C9-L15C10" - }, - { - "DocsId": "P:System.Diagnostics.InstanceData.InstanceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceData.cs#L17C38-L17C42" - }, - { - "DocsId": "P:System.Diagnostics.InstanceData.Sample", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceData.cs#L19C39-L19C43" - }, - { - "DocsId": "P:System.Diagnostics.InstanceData.RawValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceData.cs#L25C17-L25C40" - } - ], - "DocsId": "T:System.Diagnostics.InstanceData", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceData.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.InstanceDataCollection.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L18C9-L23C10" - }, - { - "DocsId": "M:System.Diagnostics.InstanceDataCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L63C13-L66C52" - }, - { - "DocsId": "M:System.Diagnostics.InstanceDataCollection.CopyTo(System.Diagnostics.InstanceData[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L71C13-L72C10" - }, - { - "DocsId": "P:System.Diagnostics.InstanceDataCollection.CounterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L25C37-L25C41" - }, - { - "DocsId": "P:System.Diagnostics.InstanceDataCollection.Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L29C19-L29C42" - }, - { - "DocsId": "P:System.Diagnostics.InstanceDataCollection.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L36C17-L36C42" - }, - { - "DocsId": "P:System.Diagnostics.InstanceDataCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L44C17-L51C61" - } - ], - "DocsId": "T:System.Diagnostics.InstanceDataCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.InstanceDataCollectionCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L19C53-L19C63" - }, - { - "DocsId": "M:System.Diagnostics.InstanceDataCollectionCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L54C13-L57C52" - }, - { - "DocsId": "M:System.Diagnostics.InstanceDataCollectionCollection.CopyTo(System.Diagnostics.InstanceDataCollection[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L62C13-L63C10" - }, - { - "DocsId": "P:System.Diagnostics.InstanceDataCollectionCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L25C17-L29C71" - }, - { - "DocsId": "P:System.Diagnostics.InstanceDataCollectionCollection.Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L35C19-L35C42" - }, - { - "DocsId": "P:System.Diagnostics.InstanceDataCollectionCollection.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L42C17-L42C42" - } - ], - "DocsId": "T:System.Diagnostics.InstanceDataCollectionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L30C9-L66C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.#ctor(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L30C9-L80C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L97C9-L99C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.#ctor(System.String,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L30C9-L117C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L123C9-L125C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.#ctor(System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L131C9-L133C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.BeginInit", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L345C13-L346C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L353C13-L358C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.CloseSharedResources", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L367C13-L368C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L376C13-L383C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.Decrement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L390C13-L395C47" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.EndInit", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L402C13-L403C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.IncrementBy(System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L413C13-L418C54" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.Increment", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L426C13-L431C47" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.NextSample", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L541C13-L566C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.NextValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L576C13-L581C27" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.RemoveInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L589C13-L594C10" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounter.DefaultFileMappingSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounter.CategoryName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L142C17-L142C38" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounter.CounterHelp", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L164C17-L171C33" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounter.CounterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L182C17-L182C37" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounter.CounterType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L204C17-L219C61" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounter.InstanceLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L225C19-L225C44" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounter.InstanceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L245C17-L245C38" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounter.ReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L269C17-L269C36" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounter.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L293C17-L293C37" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounter.RawValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L318C17-L327C49" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceCounter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L26C9-L29C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L36C15-L38C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L44C9-L56C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.CounterExists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L153C13-L158C98" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.CounterExists(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L166C13-L166C66" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.CounterExists(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L174C13-L183C96" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.Create(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L192C13-L193C172" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.Create(System.String,System.String,System.Diagnostics.PerformanceCounterCategoryType,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L201C13-L202C146" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.Create(System.String,System.String,System.Diagnostics.CounterCreationDataCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L211C13-L211C108" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.Create(System.String,System.String,System.Diagnostics.PerformanceCounterCategoryType,System.Diagnostics.CounterCreationDataCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L216C13-L248C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.Delete(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L378C13-L403C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.Exists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L410C13-L410C46" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.Exists(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L418C13-L429C84" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.GetCounters", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L457C13-L459C36" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.GetCounters(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L467C13-L480C29" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.GetCategories", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L489C13-L489C39" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.GetCategories(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L497C13-L505C31" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.GetInstanceNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L513C13-L516C69" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.InstanceExists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L524C13-L533C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.InstanceExists(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L540C13-L540C68" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.InstanceExists(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L548C13-L558C58" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.ReadCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L567C13-L574C10" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounterCategory.CategoryName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L65C17-L65C38" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounterCategory.CategoryHelp", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L92C17-L97C38" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounterCategory.CategoryType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L105C24-L121C14" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounterCategory.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L132C17-L132C37" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceCounterCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.PerformanceCounterCategoryType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategoryType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterCategoryType.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategoryType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterCategoryType.SingleInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategoryType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterCategoryType.MultiInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategoryType.cs" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceCounterCategoryType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategoryType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.PerformanceCounterInstanceLifetime.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterInstanceLifetime.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterInstanceLifetime.Global", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterInstanceLifetime.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterInstanceLifetime.Process", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterInstanceLifetime.cs" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceCounterInstanceLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterInstanceLifetime.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.PerformanceCounterManager.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterManager.cs#L11C9-L13C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterManager.System#Diagnostics#ICollectData#CollectData(System.Int32,System.IntPtr,System.IntPtr,System.Int32,System.IntPtr@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterManager.cs#L18C13-L19C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterManager.System#Diagnostics#ICollectData#CloseData", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterManager.cs#L24C9-L24C10" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceCounterManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterManager.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.NumberOfItems32", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.NumberOfItems64", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.NumberOfItemsHEX32", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.NumberOfItemsHEX64", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.RateOfCountsPerSecond32", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.RateOfCountsPerSecond64", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.CountPerTimeInterval32", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.CountPerTimeInterval64", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.RawFraction", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.RawBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.AverageTimer32", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.AverageBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.AverageCount64", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.SampleFraction", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.SampleCounter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.SampleBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterTimer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterTimerInverse", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.Timer100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.Timer100NsInverse", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.ElapsedTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterMultiTimer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterMultiTimerInverse", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterMultiTimer100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterMultiTimer100NsInverse", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterMultiBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterDelta32", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterDelta64", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceCounterType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterSet.#ctor(System.Guid,System.Guid,System.Diagnostics.PerformanceData.CounterSetInstanceType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L34C9-L49C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterSet.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L53C13-L55C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterSet.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L59C13-L60C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterSet.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L64C13-L84C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterSet.AddCounter(System.Int32,System.Diagnostics.PerformanceData.CounterType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L93C13-L119C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterSet.AddCounter(System.Int32,System.Diagnostics.PerformanceData.CounterType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L129C13-L166C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterSet.CreateCounterSetInstance(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L175C13-L269C29" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceData.CounterSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterSetInstance.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstance.cs#L77C13-L79C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterSetInstance.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstance.cs#L83C13-L84C10" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceData.CounterSetInstance.Counters", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstance.cs#L116C60-L116C64" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceData.CounterSetInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstance.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterData.Increment", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L54C17-L56C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterData.Decrement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L62C17-L64C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterData.IncrementBy(System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L70C17-L72C10" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceData.CounterData.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L38C21-L38C61" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceData.CounterData.RawValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L85C21-L85C39" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceData.CounterData", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterSetInstanceCounterDataSet.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L165C13-L167C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterSetInstanceCounterDataSet.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L171C13-L172C10" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceData.CounterSetInstanceCounterDataSet.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L199C17-L216C14" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceData.CounterSetInstanceCounterDataSet.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L228C17-L267C14" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceData.CounterSetInstanceCounterDataSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterSetInstanceType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterSetInstanceType.Single", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterSetInstanceType.Multiple", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterSetInstanceType.GlobalAggregate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterSetInstanceType.GlobalAggregateWithHistory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterSetInstanceType.MultipleAggregate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterSetInstanceType.InstanceAggregate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceData.CounterSetInstanceType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.QueueLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.LargeQueueLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.QueueLength100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.QueueLengthObjectTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawData32", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawData64", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawDataHex32", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawDataHex64", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RateOfCountPerSecond32", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RateOfCountPerSecond64", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawFraction32", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawFraction64", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawBase32", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawBase64", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.SampleFraction", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.SampleCounter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.SampleBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.AverageTimer32", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.AverageBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.AverageCount64", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.PercentageActive", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.PercentageNotActive", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.PercentageActive100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.PercentageNotActive100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.ElapsedTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.MultiTimerPercentageActive", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.MultiTimerPercentageNotActive", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.MultiTimerPercentageActive100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.MultiTimerPercentageNotActive100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.MultiTimerBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.Delta32", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.Delta64", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.ObjectSpecificTimer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.PrecisionSystemTimer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.PrecisionTimer100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.PrecisionObjectSpecificTimer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceData.CounterType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.DirectoryServices.AccountManagement.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.DirectoryServices.AccountManagement.json deleted file mode 100644 index c6228d6b7ab..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.DirectoryServices.AccountManagement.json +++ /dev/null @@ -1,1294 +0,0 @@ -{ - "Assembly": "System.DirectoryServices.AccountManagement", - "GUID": "D1312FB5C31F4F7E91639F3169260E0DFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearcher.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearcher.#ctor(System.DirectoryServices.AccountManagement.Principal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L22C9-L31C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearcher.FindAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L81C13-L83C35" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearcher.FindOne", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L92C13-L110C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearcher.GetUnderlyingSearcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L126C13-L153C40" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearcher.GetUnderlyingSearcherType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L160C13-L173C50" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearcher.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L178C13-L195C10" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalSearcher.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L40C17-L42C29" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalSearcher.QueryFilter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L50C17-L52C35" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalSearcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.#ctor(System.DirectoryServices.AccountManagement.ContextType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L358C13-L359C12" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.#ctor(System.DirectoryServices.AccountManagement.ContextType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L362C13-L363C12" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.#ctor(System.DirectoryServices.AccountManagement.ContextType,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L366C13-L367C12" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.#ctor(System.DirectoryServices.AccountManagement.ContextType,System.String,System.String,System.DirectoryServices.AccountManagement.ContextOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L370C13-L371C12" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.#ctor(System.DirectoryServices.AccountManagement.ContextType,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L374C13-L375C12" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.#ctor(System.DirectoryServices.AccountManagement.ContextType,System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L378C13-L379C12" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.#ctor(System.DirectoryServices.AccountManagement.ContextType,System.String,System.String,System.DirectoryServices.AccountManagement.ContextOptions,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L1011C9-L433C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.ValidateCredentials(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L514C13-L527C65" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.ValidateCredentials(System.String,System.String,System.DirectoryServices.AccountManagement.ContextOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L537C13-L553C74" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L984C13-L1003C10" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalContext.ContextType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L443C17-L445C37" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalContext.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L453C17-L455C30" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalContext.Container", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L463C17-L465C35" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalContext.UserName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L473C17-L475C34" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalContext.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L483C17-L485C33" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalContext.ConnectedServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L493C17-L503C41" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L23C13-L23C25" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L284C13-L284C86" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L289C13-L289C100" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L297C13-L327C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.Save(System.DirectoryServices.AccountManagement.PrincipalContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L334C13-L442C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L449C13-L464C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L468C13-L479C26" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L484C13-L484C39" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.GetUnderlyingObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L490C13-L500C42" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.GetUnderlyingObjectType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L506C13-L526C55" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.GetGroups", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L532C13-L532C76" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.GetGroups(System.DirectoryServices.AccountManagement.PrincipalContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L537C13-L540C90" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.IsMemberOf(System.DirectoryServices.AccountManagement.GroupPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L546C13-L551C49" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.IsMemberOf(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L557C13-L574C89" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L583C13-L602C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L617C9-L610C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.ExtensionGet(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L622C13-L652C40" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.ExtensionSet(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L695C13-L706C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.CheckDisposedOrDeleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L886C13-L897C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.FindByIdentityWithType(System.DirectoryServices.AccountManagement.PrincipalContext,System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L902C13-L908C111" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.FindByIdentityWithType(System.DirectoryServices.AccountManagement.PrincipalContext,System.Type,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L914C13-L923C119" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L32C17-L37C29" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.ContextType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L47C17-L55C41" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L70C17-L70C121" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L94C17-L94C121" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.SamAccountName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L120C17-L120C116" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.UserPrincipalName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L145C17-L145C139" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.Sid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L168C17-L168C109" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.Guid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L182C17-L182C108" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L196C17-L196C139" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.StructuralObjectClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L211C17-L211C151" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L232C17-L240C104" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.ContextRaw", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L764C15-L764C27" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.Principal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.IsAccountLockedOut", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L152C13-L152C58" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.UnlockAccount", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L157C13-L158C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.SetPassword(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L229C13-L230C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.ChangePassword(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L234C13-L235C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.ExpirePasswordNow", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L239C13-L240C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.RefreshExpiredPassword", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L244C13-L245C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByLockoutTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L266C13-L266C83" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByLogonTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L271C13-L271C81" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByExpirationTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L276C13-L276C86" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByBadPasswordAttempt(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L281C13-L281C90" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByPasswordSetTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L286C13-L286C87" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByLockoutTime``1(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L295C13-L297C108" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByLogonTime``1(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L301C13-L303C106" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByExpirationTime``1(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L307C13-L309C111" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByBadPasswordAttempt``1(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L313C13-L315C115" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByPasswordSetTime``1(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L319C13-L321C112" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L248C9-L335C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L337C133-L350C10" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L28C17-L47C120" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.AccountLockoutTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L90C19-L90C62" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.LastLogon", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L95C19-L95C53" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.PermittedWorkstations", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L100C19-L100C65" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.PermittedLogonTimes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L105C19-L105C63" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.AccountExpirationDate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L111C19-L111C65" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.SmartcardLogonRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L117C19-L117C66" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.DelegationPermitted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L123C19-L123C63" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.BadLogonCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L129C19-L129C57" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.HomeDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L134C19-L134C57" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.HomeDrive", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L140C19-L140C53" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.ScriptPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L146C19-L146C54" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.LastPasswordSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L185C19-L185C60" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.LastBadPasswordAttempt", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L190C19-L190C67" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.PasswordNotRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L195C19-L195C64" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.PasswordNeverExpires", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L201C19-L201C65" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.UserCannotChangePassword", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L207C19-L207C69" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.AllowReversiblePasswordEncryption", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L213C19-L213C78" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.AdvancedSearchFilter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L223C17-L223C29" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.Certificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L256C17-L257C126" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.AuthenticablePrincipal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L17C58-L24C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L26C112-L37C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.FindByLockoutTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L231C13-L231C74" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.FindByLogonTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L236C13-L236C72" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.FindByExpirationTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L241C13-L241C77" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.FindByBadPasswordAttempt(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L246C13-L246C81" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.FindByPasswordSetTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L251C13-L251C78" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L256C13-L256C105" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L261C13-L261C119" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.GetAuthorizationGroups", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L266C13-L266C89" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.GivenName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L51C17-L51C110" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.MiddleName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L72C17-L72C113" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.Surname", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L93C17-L93C104" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.EmailAddress", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L114C17-L114C119" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.VoiceTelephoneNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L135C17-L135C143" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.EmployeeId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L156C17-L156C113" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.AdvancedSearchFilter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L169C70-L169C82" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L179C17-L221C29" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.UserPrincipal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L46C9-L23C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L25C116-L39C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.FindByLockoutTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L62C13-L62C78" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.FindByLogonTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L67C13-L67C76" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.FindByExpirationTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L72C13-L72C81" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.FindByBadPasswordAttempt(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L77C13-L77C85" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.FindByPasswordSetTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L82C13-L82C82" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L87C13-L87C113" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L92C13-L92C127" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.ComputerPrincipal.ServicePrincipalNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L53C17-L53C175" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.ComputerPrincipal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.GroupPrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L16C9-L23C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.GroupPrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L25C82-L34C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.GroupPrincipal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L178C13-L178C107" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.GroupPrincipal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L183C13-L183C121" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.GroupPrincipal.GetMembers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L188C13-L188C38" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.GroupPrincipal.GetMembers(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L194C13-L210C67" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.GroupPrincipal.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L220C17-L234C10" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.GroupPrincipal.IsSecurityGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L50C17-L68C127" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.GroupPrincipal.GroupScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L95C17-L114C118" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.GroupPrincipal.Members", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L142C17-L169C33" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.GroupPrincipal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.AccountManagement.MatchType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.MatchType.Equals", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.MatchType.NotEquals", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.MatchType.GreaterThan", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.MatchType.GreaterThanOrEquals", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.MatchType.LessThan", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.MatchType.LessThanOrEquals", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.MatchType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.AccountManagement.ContextType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.ContextType.Machine", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.ContextType.Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.ContextType.ApplicationDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextType.cs" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.ContextType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.AccountManagement.ContextOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.ContextOptions.Negotiate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.ContextOptions.SimpleBind", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.ContextOptions.SecureSocketLayer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.ContextOptions.Signing", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.ContextOptions.Sealing", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.ContextOptions.ServerBind", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.ContextOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L18C13-L92C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L98C17-L98C30" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L106C17-L106C39" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L114C17-L114C33" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L139C13-L139C49" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.CopyTo(System.DirectoryServices.AccountManagement.Principal[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L147C13-L148C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L213C13-L221C69" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Add(System.DirectoryServices.AccountManagement.UserPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L230C13-L231C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Add(System.DirectoryServices.AccountManagement.GroupPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L235C13-L236C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Add(System.DirectoryServices.AccountManagement.ComputerPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L240C13-L241C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Add(System.DirectoryServices.AccountManagement.Principal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L245C13-L285C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Add(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L289C13-L307C93" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L318C13-L345C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Remove(System.DirectoryServices.AccountManagement.UserPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L353C13-L353C44" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Remove(System.DirectoryServices.AccountManagement.GroupPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L358C13-L358C45" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Remove(System.DirectoryServices.AccountManagement.ComputerPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L363C13-L363C48" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Remove(System.DirectoryServices.AccountManagement.Principal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L368C13-L431C28" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Remove(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L436C13-L452C38" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Contains(System.DirectoryServices.AccountManagement.UserPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L548C13-L548C46" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Contains(System.DirectoryServices.AccountManagement.GroupPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L553C13-L553C47" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Contains(System.DirectoryServices.AccountManagement.ComputerPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L558C13-L558C50" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Contains(System.DirectoryServices.AccountManagement.Principal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L563C13-L579C52" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Contains(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L585C13-L600C26" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L98C17-L98C30" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L106C17-L106C39" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L114C17-L114C33" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L122C17-L122C30" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L130C17-L130C29" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalCollection.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L154C17-L154C30" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L162C17-L205C14" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L21C17-L21C36" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L29C17-L29C35" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L35C13-L39C26" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L44C13-L45C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L49C13-L52C46" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L57C13-L60C38" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L65C13-L69C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L73C13-L77C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L81C13-L82C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L88C17-L88C36" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#set_Item(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L93C17-L97C14" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L105C13-L106C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L112C17-L112C37" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L120C17-L120C39" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L128C17-L128C33" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L153C13-L153C49" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.Add(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L178C13-L182C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L186C13-L187C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.Contains(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L191C13-L194C43" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.IndexOf(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L199C13-L222C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.Insert(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L226C13-L242C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.Remove(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L246C13-L249C41" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L254C13-L278C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.CopyTo(`0[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L337C13-L338C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L353C13-L353C84" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L21C17-L21C36" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L29C17-L29C35" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L88C17-L88C36" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L112C17-L112C37" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L120C17-L120C39" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L128C17-L128C33" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L136C17-L136C61" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L144C17-L144C29" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L163C17-L163C30" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L171C17-L171C30" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L284C17-L300C51" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L344C17-L344C37" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearchResult`1.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/FindResult.cs#L21C13-L23C60" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearchResult`1.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/FindResult.cs#L28C13-L28C49" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearchResult`1.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/FindResult.cs#L33C13-L50C10" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalSearchResult`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/FindResult.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L27C21-L29C10" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.MultipleMatchesException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L36C45-L36C55" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.MultipleMatchesException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L38C59-L38C76" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.MultipleMatchesException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L41C17-L42C12" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.MultipleMatchesException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L45C21-L47C10" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.MultipleMatchesException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.NoMatchingPrincipalException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L54C49-L54C59" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.NoMatchingPrincipalException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L56C63-L56C80" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.NoMatchingPrincipalException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L59C17-L60C12" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.NoMatchingPrincipalException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L63C21-L65C55" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.NoMatchingPrincipalException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PasswordException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L73C38-L73C48" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PasswordException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L75C52-L75C69" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PasswordException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L78C13-L79C12" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PasswordException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L82C21-L84C10" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.PasswordException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalExistsException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L91C45-L91C55" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalExistsException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L93C59-L93C76" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalExistsException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L96C13-L97C12" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalExistsException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L100C21-L102C10" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalExistsException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L112C49-L112C59" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L114C63-L114C80" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L117C13-L118C12" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L120C78-L123C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.#ctor(System.String,System.Exception,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L124C104-L127C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.#ctor(System.String,System.Exception,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L128C123-L132C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L135C21-L139C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L143C13-L146C10" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalServerDownException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalOperationException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L155C48-L155C58" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalOperationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L157C62-L157C79" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalOperationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L160C13-L161C12" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalOperationException.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L163C77-L166C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalOperationException.#ctor(System.String,System.Exception,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L167C103-L170C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L173C21-L176C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalOperationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L180C13-L182C10" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalOperationException.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L188C17-L188C35" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalOperationException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.AccountManagement.IdentityType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.IdentityType.SamAccountName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.IdentityType.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.IdentityType.UserPrincipalName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.IdentityType.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.IdentityType.Sid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.IdentityType.Guid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.IdentityType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.AccountManagement.GroupScope.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/GroupType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.GroupScope.Local", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/GroupType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.GroupScope.Global", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/GroupType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.GroupScope.Universal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/GroupType.cs" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.GroupScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/GroupType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.DirectoryPropertyAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L15C9-L19C10" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.DirectoryPropertyAttribute.SchemaAttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L24C17-L24C45" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.DirectoryPropertyAttribute.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L31C17-L31C33" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.DirectoryPropertyAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.DirectoryRdnPrefixAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L46C9-L50C10" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.DirectoryRdnPrefixAttribute.RdnPrefix", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L55C17-L55C35" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.DirectoryRdnPrefixAttribute.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L62C17-L62C33" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.DirectoryRdnPrefixAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.DirectoryObjectClassAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L73C9-L77C10" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.DirectoryObjectClassAttribute.ObjectClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L82C17-L82C37" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.DirectoryObjectClassAttribute.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L89C17-L89C33" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.DirectoryObjectClassAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.#ctor(System.DirectoryServices.AccountManagement.Principal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L16C9-L19C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.LastBadPasswordAttempt(System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L27C13-L37C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.AccountExpirationDate(System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L44C13-L54C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.AccountLockoutTime(System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L61C13-L71C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.BadLogonCount(System.Int32,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L78C13-L88C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.LastLogonTime(System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L95C13-L105C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.LastPasswordSetTime(System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L112C13-L122C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.AdvancedFilterSet(System.String,System.Object,System.Type,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L126C13-L127C10" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.AdvancedFilters", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.DirectoryServices.Protocols.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.DirectoryServices.Protocols.json deleted file mode 100644 index 888b2613fc1..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.DirectoryServices.Protocols.json +++ /dev/null @@ -1,2409 +0,0 @@ -{ - "Assembly": "System.DirectoryServices.Protocols", - "GUID": "B6244A2F58264EF8AA4973177D185562FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.AuthType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Anonymous", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Basic", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Negotiate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Ntlm", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Digest", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Sicily", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Dpa", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Msn", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.AuthType.External", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Kerberos", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.AuthType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.PartialResultProcessing.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.PartialResultProcessing.NoPartialResultSupport", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.PartialResultProcessing.ReturnPartialResults", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.PartialResultProcessing.ReturnPartialResultsAndNotifyCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.PartialResultProcessing", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.BerConverter.Encode(System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/BerConverter.cs#L15C13-L289C35" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.BerConverter.Decode(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/BerConverter.cs#L295C13-L299C52" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.BerConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/BerConverter.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.DereferenceAlias.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.DereferenceAlias.Never", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.DereferenceAlias.InSearching", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.DereferenceAlias.FindingBaseObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.DereferenceAlias.Always", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DereferenceAlias", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L13C9-L22C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L24C64-L26C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L28C64-L30C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor(System.String,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L32C61-L34C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor(System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L45C74-L56C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.GetValues(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L67C13-L115C93" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Add(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L157C41-L157C59" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L159C41-L159C59" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Add(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L161C38-L161C56" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.AddRange(System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L177C13-L193C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L195C47-L195C67" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.CopyTo(System.Object[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L197C58-L197C83" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L199C45-L199C64" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Insert(System.Int32,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L201C56-L201C84" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Insert(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L203C56-L203C84" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Insert(System.Int32,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L205C53-L205C81" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L214C45-L214C63" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L218C13-L224C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L60C20-L60C34" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryAttribute.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L122C17-L141C14" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModification.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L229C9-L233C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryAttributeModification.Operation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L237C20-L237C39" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryAttributeModification", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchResultAttributeCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L279C13-L282C52" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchResultAttributeCollection.CopyTo(System.DirectoryServices.Protocols.DirectoryAttribute[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L285C70-L285C108" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchResultAttributeCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L258C17-L264C71" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchResultAttributeCollection.AttributeNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L268C46-L268C61" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchResultAttributeCollection.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L270C38-L270C55" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SearchResultAttributeCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L290C9-L292C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Add(System.DirectoryServices.Protocols.DirectoryAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L302C13-L307C40" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.AddRange(System.DirectoryServices.Protocols.DirectoryAttribute[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L312C13-L323C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.AddRange(System.DirectoryServices.Protocols.DirectoryAttributeCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L327C13-L334C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Contains(System.DirectoryServices.Protocols.DirectoryAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L336C59-L336C79" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.CopyTo(System.DirectoryServices.Protocols.DirectoryAttribute[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L338C70-L338C95" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.IndexOf(System.DirectoryServices.Protocols.DirectoryAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L340C57-L340C76" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Insert(System.Int32,System.DirectoryServices.Protocols.DirectoryAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L344C13-L350C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Remove(System.DirectoryServices.Protocols.DirectoryAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L352C57-L352C75" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L356C13-L364C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L296C20-L296C51" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryAttributeCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L369C9-L371C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Add(System.DirectoryServices.Protocols.DirectoryAttributeModification)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L381C13-L386C40" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.AddRange(System.DirectoryServices.Protocols.DirectoryAttributeModification[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L391C13-L402C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.AddRange(System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L406C13-L413C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Contains(System.DirectoryServices.Protocols.DirectoryAttributeModification)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L415C71-L415C91" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.CopyTo(System.DirectoryServices.Protocols.DirectoryAttributeModification[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L417C82-L417C107" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.IndexOf(System.DirectoryServices.Protocols.DirectoryAttributeModification)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L419C69-L419C88" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Insert(System.Int32,System.DirectoryServices.Protocols.DirectoryAttributeModification)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L423C13-L429C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Remove(System.DirectoryServices.Protocols.DirectoryAttributeModification)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L431C69-L431C87" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L435C13-L443C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L375C20-L375C63" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.DirectoryAttributeOperation.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttributeOperation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.DirectoryAttributeOperation.Add", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttributeOperation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.DirectoryAttributeOperation.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttributeOperation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.DirectoryAttributeOperation.Replace", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttributeOperation.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryAttributeOperation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttributeOperation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryConnection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs#L14C9-L17C101" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryConnection.Directory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs#L19C57-L19C77" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryConnection.ClientCertificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs#L21C64-L21C87" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryConnection.Timeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs#L25C20-L25C38" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryConnection.Credential", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs#L41C17-L42C14" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.ExtendedDNFlag.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ExtendedDNFlag.HexString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ExtendedDNFlag.StandardString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.ExtendedDNFlag", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityMasks.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityMasks.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityMasks.Owner", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityMasks.Group", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityMasks.Dacl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityMasks.Sacl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SecurityMasks", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.ObjectSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.ParentsFirst", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.PublicDataOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.IncrementalValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectorySynchronizationOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.SearchOption.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SearchOption.DomainScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SearchOption.PhantomRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SearchOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.SortKey.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L60C9-L62C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SortKey.#ctor(System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L64C9-L69C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SortKey.AttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L73C20-L73C25" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SortKey.MatchingRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L79C20-L79C25" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SortKey.ReverseOrder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L85C20-L85C26" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SortKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControl.#ctor(System.String,System.Byte[],System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L94C9-L110C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L114C13-L124C30" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryControl.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L127C30-L127C34" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryControl.IsCritical", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L129C34-L129C38" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryControl.ServerSide", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L131C34-L131C38" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.AsqRequestControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L236C38-L238C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.AsqRequestControl.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L240C58-L243C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.AsqRequestControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L249C13-L250C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.AsqRequestControl.AttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L245C39-L245C43" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.AsqRequestControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.Protocols.AsqResponseControl.Result", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L261C36-L261C40" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.AsqResponseControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.CrossDomainMoveControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L266C43-L268C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.CrossDomainMoveControl.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L270C72-L273C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.CrossDomainMoveControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L279C13-L291C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.CrossDomainMoveControl.TargetDomainController", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L275C48-L275C52" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.CrossDomainMoveControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DomainScopeControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L297C39-L299C10" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DomainScopeControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.ExtendedDNControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L306C38-L308C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.ExtendedDNControl.#ctor(System.DirectoryServices.Protocols.ExtendedDNFlag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L310C57-L313C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.ExtendedDNControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L328C13-L329C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ExtendedDNControl.Flag", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L317C20-L317C25" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.ExtendedDNControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.LazyCommitControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L335C38-L335C90" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.LazyCommitControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryNotificationControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L340C49-L340C101" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryNotificationControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.PermissiveModifyControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L345C44-L345C97" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.PermissiveModifyControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L350C50-L350C102" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl.#ctor(System.DirectoryServices.Protocols.SecurityMasks)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L352C69-L355C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L363C13-L364C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl.SecurityMasks", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L359C46-L359C50" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchOptionsControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L370C9-L371C94" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchOptionsControl.#ctor(System.DirectoryServices.Protocols.SearchOption)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L373C59-L376C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchOptionsControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L392C13-L393C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchOptionsControl.SearchOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L380C20-L380C33" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SearchOptionsControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.ShowDeletedControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L399C39-L399C91" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.ShowDeletedControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.TreeDeleteControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L404C38-L404C90" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.TreeDeleteControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.VerifyNameControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L411C38-L411C91" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.VerifyNameControl.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L413C55-L418C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.VerifyNameControl.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L420C65-L423C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.VerifyNameControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L435C13-L443C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.VerifyNameControl.ServerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L427C20-L427C31" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.VerifyNameControl.Flag", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L431C27-L431C31" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.VerifyNameControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirSyncRequestControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L450C9-L452C94" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirSyncRequestControl.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L453C55-L456C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirSyncRequestControl.#ctor(System.Byte[],System.DirectoryServices.Protocols.DirectorySynchronizationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L458C95-L461C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirSyncRequestControl.#ctor(System.Byte[],System.DirectoryServices.Protocols.DirectorySynchronizationOptions,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L463C115-L466C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirSyncRequestControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L508C13-L510C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirSyncRequestControl.Cookie", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L472C17-L483C35" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirSyncRequestControl.Option", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L490C57-L490C61" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirSyncRequestControl.AttributeCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L494C20-L494C26" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirSyncRequestControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.Protocols.DirSyncResponseControl.Cookie", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L529C17-L540C35" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirSyncResponseControl.MoreData", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L544C32-L544C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirSyncResponseControl.ResultSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L546C33-L546C37" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirSyncResponseControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.PageResultRequestControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L551C9-L554C97" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.PageResultRequestControl.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L556C57-L559C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.PageResultRequestControl.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L561C58-L564C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.PageResultRequestControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L602C13-L604C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.PageResultRequestControl.PageSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L568C20-L568C25" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.PageResultRequestControl.Cookie", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L584C17-L595C35" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.PageResultRequestControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.Protocols.PageResultResponseControl.Cookie", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L622C17-L632C35" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.PageResultResponseControl.TotalCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L636C33-L636C37" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.PageResultResponseControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.SortRequestControl.#ctor(System.DirectoryServices.Protocols.SortKey[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L641C9-L659C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SortRequestControl.#ctor(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L661C78-L663C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SortRequestControl.#ctor(System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L641C9-L669C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SortRequestControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L712C13-L800C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SortRequestControl.SortKeys", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L675C17-L685C33" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SortRequestControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.Protocols.SortResponseControl.Result", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L812C36-L812C40" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SortResponseControl.AttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L814C39-L814C43" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SortResponseControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.VlvRequestControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L826C38-L826C91" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.VlvRequestControl.#ctor(System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L828C81-L833C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.VlvRequestControl.#ctor(System.Int32,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L835C84-L844C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.VlvRequestControl.#ctor(System.Int32,System.Int32,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L846C84-L851C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.VlvRequestControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L949C13-L990C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.VlvRequestControl.BeforeCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L855C20-L855C27" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.VlvRequestControl.AfterCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L869C20-L869C26" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.VlvRequestControl.Offset", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L883C20-L883C27" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.VlvRequestControl.EstimateCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L897C20-L897C34" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.VlvRequestControl.Target", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L913C17-L923C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.VlvRequestControl.ContextId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L932C17-L942C36" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.VlvRequestControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.Protocols.VlvResponseControl.TargetPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1006C37-L1006C41" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.VlvResponseControl.ContentCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1008C35-L1008C39" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.VlvResponseControl.ContextId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1014C17-L1024C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.VlvResponseControl.Result", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1028C36-L1028C40" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.VlvResponseControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.QuotaControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1036C33-L1036C86" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.QuotaControl.#ctor(System.Security.Principal.SecurityIdentifier)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1038C60-L1041C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.QuotaControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1045C13-L1046C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.QuotaControl.QuerySid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/QuotaControl.Linux.cs#L12C20-L12C117" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.QuotaControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1052C9-L1054C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.Add(System.DirectoryServices.Protocols.DirectoryControl)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1064C13-L1066C38" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.AddRange(System.DirectoryServices.Protocols.DirectoryControl[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1071C13-L1082C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.AddRange(System.DirectoryServices.Protocols.DirectoryControlCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1086C13-L1093C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.Contains(System.DirectoryServices.Protocols.DirectoryControl)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1095C57-L1095C77" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.CopyTo(System.DirectoryServices.Protocols.DirectoryControl[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1097C68-L1097C93" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.IndexOf(System.DirectoryServices.Protocols.DirectoryControl)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1099C55-L1099C74" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.Insert(System.Int32,System.DirectoryServices.Protocols.DirectoryControl)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1103C13-L1106C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.Remove(System.DirectoryServices.Protocols.DirectoryControl)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1108C55-L1108C73" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1112C13-L1118C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryControlCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1058C20-L1058C49" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryControlCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L13C90-L15C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L17C70-L19C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L21C53-L23C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L25C39-L27C10" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L34C99-L34C122" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L36C48-L36C58" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L38C62-L38C79" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L40C79-L40C103" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L43C13-L46C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L49C15-L52C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse,System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L55C15-L58C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryOperationException.Response", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L60C45-L60C49" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryOperationException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.BerConversionException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L77C94-L77C117" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.BerConversionException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L79C43-L81C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.BerConversionException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L83C57-L85C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.BerConversionException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L87C74-L89C10" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.BerConversionException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryIdentifier.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryIdentifier.cs#L10C9-L12C10" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryIdentifier.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperation.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryOperation.cs#L10C9-L10C43" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryOperation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryOperation.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryRequest.RequestId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L17C20-L17C39" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryRequest.Controls", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L21C54-L21C58" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DeleteRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L26C9-L26C35" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DeleteRequest.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L28C9-L31C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DeleteRequest.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L33C43-L33C47" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DeleteRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.AddRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L69C67-L38C32" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.AddRequest.#ctor(System.String,System.DirectoryServices.Protocols.DirectoryAttribute[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L40C95-L51C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.AddRequest.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L53C75-L65C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.AddRequest.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L67C43-L67C47" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.AddRequest.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L69C58-L69C62" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.AddRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.ModifyRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L105C82-L74C35" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.ModifyRequest.#ctor(System.String,System.DirectoryServices.Protocols.DirectoryAttributeModification[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L76C113-L80C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.ModifyRequest.#ctor(System.String,System.DirectoryServices.Protocols.DirectoryAttributeOperation,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L82C143-L101C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ModifyRequest.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L103C43-L103C47" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ModifyRequest.Modifications", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L105C73-L105C77" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.ModifyRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.CompareRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C56-L110C36" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.CompareRequest.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C56-L115C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.CompareRequest.#ctor(System.String,System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C56-L120C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.CompareRequest.#ctor(System.String,System.String,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C56-L125C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.CompareRequest.#ctor(System.String,System.DirectoryServices.Protocols.DirectoryAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C56-L137C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.CompareRequest.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L149C43-L149C47" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.CompareRequest.Assertion", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C47-L151C51" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.CompareRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.ModifyDNRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L171C50-L156C37" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.ModifyDNRequest.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L171C50-L163C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ModifyDNRequest.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L165C43-L165C47" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ModifyDNRequest.NewParentDistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L167C52-L167C56" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ModifyDNRequest.NewName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L169C33-L169C37" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ModifyDNRequest.DeleteOldRdn", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L171C36-L171C40" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.ModifyDNRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.ExtendedRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L178C9-L178C37" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.ExtendedRequest.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L180C9-L183C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.ExtendedRequest.#ctor(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L185C75-L188C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ExtendedRequest.RequestName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L190C37-L190C41" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ExtendedRequest.RequestValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L196C17-L206C34" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.ExtendedRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L234C55-L214C35" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchRequest.#ctor(System.String,System.String,System.DirectoryServices.Protocols.SearchScope,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L216C133-L230C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L232C43-L232C47" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L234C46-L234C50" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.Filter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L238C20-L238C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.Scope", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L252C20-L252C35" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.Aliases", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L266C20-L266C38" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.SizeLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L280C20-L280C39" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.TimeLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L294C20-L294C39" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.TypesOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L312C33-L312C37" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SearchRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DsmlAuthRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L326C9-L326C61" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DsmlAuthRequest.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L328C9-L328C74" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DsmlAuthRequest.Principal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L330C35-L330C39" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DsmlAuthRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryResponse.RequestId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L20C35-L20C39" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryResponse.MatchedDN", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L22C43-L22C47" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryResponse.Controls", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L28C17-L39C37" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryResponse.ResultCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L43C48-L43C52" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryResponse.ErrorMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L45C46-L45C50" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryResponse.Referral", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L51C17-L61C37" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" - }, - { - "Members": [], - "DocsId": "T:System.DirectoryServices.Protocols.DeleteResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" - }, - { - "Members": [], - "DocsId": "T:System.DirectoryServices.Protocols.AddResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" - }, - { - "Members": [], - "DocsId": "T:System.DirectoryServices.Protocols.ModifyResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" - }, - { - "Members": [], - "DocsId": "T:System.DirectoryServices.Protocols.ModifyDNResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" - }, - { - "Members": [], - "DocsId": "T:System.DirectoryServices.Protocols.CompareResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.Protocols.ExtendedResponse.ResponseName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L97C38-L97C42" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ExtendedResponse.ResponseValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L103C17-L113C33" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.ExtendedResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchResponse.References", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L128C20-L128C40" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchResponse.Entries", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L134C20-L134C36" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SearchResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.PartialResultsCollection.Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/PartialResultsCollection.cs#L16C47-L16C72" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.PartialResultsCollection.IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/PartialResultsCollection.cs#L18C45-L18C69" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.PartialResultsCollection.CopyTo(System.Object[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/PartialResultsCollection.cs#L20C59-L20C90" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.PartialResultsCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/PartialResultsCollection.cs#L12C42-L12C58" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.PartialResultsCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/PartialResultsCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.ReferralChasingOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ReferralChasingOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ReferralChasingOptions.Subordinate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ReferralChasingOptions.External", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ReferralChasingOptions.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.ReferralChasingOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.Success", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.OperationsError", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.ProtocolError", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.TimeLimitExceeded", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.SizeLimitExceeded", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.CompareFalse", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.CompareTrue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.AuthMethodNotSupported", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.StrongAuthRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.ReferralV2", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.Referral", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.AdminLimitExceeded", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.UnavailableCriticalExtension", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.ConfidentialityRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.SaslBindInProgress", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.NoSuchAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.UndefinedAttributeType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.InappropriateMatching", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.ConstraintViolation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.AttributeOrValueExists", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.InvalidAttributeSyntax", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.NoSuchObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.AliasProblem", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.InvalidDNSyntax", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.AliasDereferencingProblem", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.InappropriateAuthentication", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.InsufficientAccessRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.Busy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.Unavailable", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.UnwillingToPerform", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.LoopDetect", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.SortControlMissing", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.OffsetRangeError", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.NamingViolation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.ObjectClassViolation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.NotAllowedOnNonLeaf", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.NotAllowedOnRdn", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.EntryAlreadyExists", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.ObjectClassModificationsProhibited", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.ResultsTooLarge", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.AffectsMultipleDsas", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.VirtualListViewError", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.Other", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.ResultCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchResultReference.Reference", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L18C17-L28C32" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchResultReference.Controls", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L32C47-L32C78" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SearchResultReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchResultReferenceCollection.Contains(System.DirectoryServices.Protocols.SearchResultReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L43C62-L43C87" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchResultReferenceCollection.IndexOf(System.DirectoryServices.Protocols.SearchResultReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L45C60-L45C84" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchResultReferenceCollection.CopyTo(System.DirectoryServices.Protocols.SearchResultReference[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L47C74-L47C105" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchResultReferenceCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L39C57-L39C96" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SearchResultReferenceCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchResultEntry.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L62C43-L62C47" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchResultEntry.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L64C61-L64C65" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchResultEntry.Controls", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L66C47-L66C78" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SearchResultEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchResultEntryCollection.Contains(System.DirectoryServices.Protocols.SearchResultEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L77C58-L77C83" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchResultEntryCollection.IndexOf(System.DirectoryServices.Protocols.SearchResultEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L79C56-L79C80" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchResultEntryCollection.CopyTo(System.DirectoryServices.Protocols.SearchResultEntry[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L81C70-L81C101" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchResultEntryCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L73C53-L73C88" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SearchResultEntryCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.SearchScope.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchScope.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SearchScope.Base", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchScope.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SearchScope.OneLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchScope.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SearchScope.Subtree", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchScope.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SearchScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchScope.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L54C48-L56C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.#ctor(System.DirectoryServices.Protocols.LdapDirectoryIdentifier)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L58C69-L60C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.#ctor(System.DirectoryServices.Protocols.LdapDirectoryIdentifier,System.Net.NetworkCredential)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L62C99-L64C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.#ctor(System.DirectoryServices.Protocols.LdapDirectoryIdentifier,System.Net.NetworkCredential,System.DirectoryServices.Protocols.AuthType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L45C9-L87C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L100C30-L16707566C0" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L216C13-L216C61" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L221C13-L283C60" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.BeginSendRequest(System.DirectoryServices.Protocols.DirectoryRequest,System.DirectoryServices.Protocols.PartialResultProcessing,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L289C13-L289C96" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.BeginSendRequest(System.DirectoryServices.Protocols.DirectoryRequest,System.TimeSpan,System.DirectoryServices.Protocols.PartialResultProcessing,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L294C13-L409C56" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.Abort(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L414C13-L458C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.GetPartialResults(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L462C13-L482C101" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.EndSendRequest(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L487C13-L529C101" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.Bind", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L1034C31-L1034C89" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.Bind(System.Net.NetworkCredential)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L1036C62-L1036C112" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L1192C13-L1194C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L1198C13-L1218C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapConnection.Timeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L104C20-L104C38" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapConnection.AuthType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L124C20-L124C39" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapConnection.SessionOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L143C52-L143C56" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapConnection.Credential", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L149C17-L155C14" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapConnection.AutoBind", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L158C32-L158C36" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.LdapConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L10C57-L12C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L14C73-L16C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L18C110-L20C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String,System.Int32,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L22C126-L24C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String[],System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L63C42-L50C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String[],System.Int32,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L52C129-L55C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.Servers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L57C36-L57C107" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.Connectionless", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L59C38-L59C42" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.FullyQualifiedDnsHostName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L61C49-L61C53" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.PortNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L63C33-L63C37" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.LdapDirectoryIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L136C67-L95C108" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L136C67-L97C44" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L136C67-L99C65" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L136C67-L101C89" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L136C67-L107C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L136C67-L112C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Int32,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L136C67-L118C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Int32,System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L136C67-L123C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapException.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L127C20-L127C30" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapException.ServerErrorMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L134C44-L134C48" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapException.PartialResults", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L136C58-L136C62" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.LdapException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L143C93-L143C116" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.TlsOperationException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L145C42-L145C52" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L147C56-L147C73" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L149C73-L149C97" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L151C68-L153C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L155C84-L157C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse,System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L159C101-L161C10" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.TlsOperationException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.QueryForConnectionCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.QueryForConnectionCallback.Invoke(System.DirectoryServices.Protocols.LdapConnection,System.DirectoryServices.Protocols.LdapConnection,System.String,System.DirectoryServices.Protocols.LdapDirectoryIdentifier,System.Net.NetworkCredential,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.QueryForConnectionCallback.BeginInvoke(System.DirectoryServices.Protocols.LdapConnection,System.DirectoryServices.Protocols.LdapConnection,System.String,System.DirectoryServices.Protocols.LdapDirectoryIdentifier,System.Net.NetworkCredential,System.Int64,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.QueryForConnectionCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.QueryForConnectionCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback.Invoke(System.DirectoryServices.Protocols.LdapConnection,System.DirectoryServices.Protocols.LdapConnection,System.String,System.DirectoryServices.Protocols.LdapDirectoryIdentifier,System.DirectoryServices.Protocols.LdapConnection,System.Net.NetworkCredential,System.Int64,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback.BeginInvoke(System.DirectoryServices.Protocols.LdapConnection,System.DirectoryServices.Protocols.LdapConnection,System.String,System.DirectoryServices.Protocols.LdapDirectoryIdentifier,System.DirectoryServices.Protocols.LdapConnection,System.Net.NetworkCredential,System.Int64,System.Int32,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DereferenceConnectionCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DereferenceConnectionCallback.Invoke(System.DirectoryServices.Protocols.LdapConnection,System.DirectoryServices.Protocols.LdapConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DereferenceConnectionCallback.BeginInvoke(System.DirectoryServices.Protocols.LdapConnection,System.DirectoryServices.Protocols.LdapConnection,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DereferenceConnectionCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DereferenceConnectionCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.QueryClientCertificateCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.QueryClientCertificateCallback.Invoke(System.DirectoryServices.Protocols.LdapConnection,System.Byte[][])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.QueryClientCertificateCallback.BeginInvoke(System.DirectoryServices.Protocols.LdapConnection,System.Byte[][],System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.QueryClientCertificateCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.QueryClientCertificateCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.VerifyServerCertificateCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.VerifyServerCertificateCallback.Invoke(System.DirectoryServices.Protocols.LdapConnection,System.Security.Cryptography.X509Certificates.X509Certificate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.VerifyServerCertificateCallback.BeginInvoke(System.DirectoryServices.Protocols.LdapConnection,System.Security.Cryptography.X509Certificates.X509Certificate,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.VerifyServerCertificateCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.VerifyServerCertificateCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.ForceRediscovery", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.DirectoryServicesRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.DirectoryServicesPreferred", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.GCRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.PdcRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.IPRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.KdcRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.TimeServerRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.WriteableRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.GoodTimeServerPreferred", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.AvoidSelf", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.OnlyLdapNeeded", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.IsFlatName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.IsDnsName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.ReturnDnsName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.ReturnFlatName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.LocatorFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Pct1Server", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Pct1Client", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Ssl2Server", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Ssl2Client", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Ssl3Server", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Ssl3Client", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Tls1Server", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Tls1Client", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SecurityProtocol", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.Protocol", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L85C45-L85C62" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.AlgorithmIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L87C59-L87C70" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.CipherStrength", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L89C38-L89C47" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.Hash", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L91C42-L91C56" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.HashStrength", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L93C36-L93C49" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.KeyExchangeAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L95C44-L95C65" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.ExchangeStrength", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L97C40-L97C57" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.ReferralCallback.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L104C9-L106C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ReferralCallback.QueryForConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L108C64-L108C68" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ReferralCallback.NotifyNewConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L110C68-L110C72" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ReferralCallback.DereferenceConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L112C70-L112C74" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.ReferralCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapSessionOptions.FastConcurrentBind", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L522C13-L535C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapSessionOptions.StartTransportLayerSecurity(System.DirectoryServices.Protocols.DirectoryControlCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L539C13-L729C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapSessionOptions.StopTransportLayerSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L733C13-L743C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.ReferralHopLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L144C20-L144C77" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.HostName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L158C20-L158C78" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.DomainName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L164C20-L164C82" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.LocatorFlag", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L172C17-L173C45" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.HostReachable", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L187C17-L188C38" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.PingKeepAliveTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L196C17-L197C71" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.PingLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L219C20-L219C69" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.PingWaitTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L235C17-L236C76" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.AutoReconnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L260C17-L261C38" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.SspiFlag", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L272C20-L272C69" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.SslInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L280C17-L289C32" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.SecurityContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L297C17-L307C35" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.Signing", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L315C17-L316C38" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.Sealing", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L329C17-L330C38" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.SaslMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L341C20-L341C79" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.RootDseCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L349C17-L350C38" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.TcpKeepAlive", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L363C17-L364C38" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.SendTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L377C17-L378C71" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.ReferralCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L402C17-L407C41" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.QueryClientCertificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L440C17-L445C51" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.VerifyServerCertificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L482C17-L487C51" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.SecureSocketLayer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.Linux.cs#L18C17-L19C43" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.ProtocolVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.Linux.cs#L30C20-L30C76" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.ReferralChasing", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.Linux.cs#L38C17-L38C133" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.LdapSessionOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.DirectoryServices.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.DirectoryServices.json deleted file mode 100644 index 5fd5b925968..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.DirectoryServices.json +++ /dev/null @@ -1,6076 +0,0 @@ -{ - "Assembly": "System.DirectoryServices", - "GUID": "38FAD06A6B39498CB7B4775C4587F37CFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.ReadControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.WriteDacl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.WriteOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.Synchronize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.AccessSystemSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.GenericRead", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.GenericWrite", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.GenericExecute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.GenericAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.CreateChild", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.DeleteChild", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.ListChildren", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.Self", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.ReadProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.WriteProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.DeleteTree", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.ListObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.ExtendedRight", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectoryRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectorySecurityInheritance.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectorySecurityInheritance.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectorySecurityInheritance.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectorySecurityInheritance.Descendents", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectorySecurityInheritance.SelfAndChildren", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectorySecurityInheritance.Children", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectorySecurityInheritance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.PropertyAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.PropertyAccess.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.PropertyAccess.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - } - ], - "DocsId": "T:System.DirectoryServices.PropertyAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L52C9-L58C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.AddAccessRule(System.DirectoryServices.ActiveDirectoryAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L76C13-L82C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.SetAccessRule(System.DirectoryServices.ActiveDirectoryAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L86C13-L92C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.ResetAccessRule(System.DirectoryServices.ActiveDirectoryAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L96C13-L102C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.RemoveAccess(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L106C13-L121C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.RemoveAccessRule(System.DirectoryServices.ActiveDirectoryAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L125C13-L130C48" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.RemoveAccessRuleSpecific(System.DirectoryServices.ActiveDirectoryAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L135C13-L141C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.ModifyAccessRule(System.Security.AccessControl.AccessControlModification,System.Security.AccessControl.AccessRule,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L145C13-L150C76" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.PurgeAccessRules(System.Security.Principal.IdentityReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L155C13-L161C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.AddAuditRule(System.DirectoryServices.ActiveDirectoryAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L168C13-L174C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.SetAuditRule(System.DirectoryServices.ActiveDirectoryAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L178C13-L184C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.RemoveAudit(System.Security.Principal.IdentityReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L188C13-L203C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.RemoveAuditRule(System.DirectoryServices.ActiveDirectoryAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L207C13-L212C47" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.RemoveAuditRuleSpecific(System.DirectoryServices.ActiveDirectoryAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L217C13-L223C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.ModifyAuditRule(System.Security.AccessControl.AccessControlModification,System.Security.AccessControl.AuditRule,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L227C13-L232C75" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.PurgeAuditRules(System.Security.Principal.IdentityReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L237C13-L243C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.AccessRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L257C13-L265C29" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.AccessRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AccessControlType,System.Guid,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L278C13-L286C38" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.AuditRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L297C13-L305C29" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.AuditRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AuditFlags,System.Guid,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L318C13-L326C38" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectorySecurity.AccessRightType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L357C49-L357C78" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectorySecurity.AccessRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L359C48-L359C81" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectorySecurity.AuditRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L361C47-L361C79" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectorySecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectoryAccessRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L529C15-L540C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectoryAccessRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AccessControlType,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L547C15-L557C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectoryAccessRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L564C15-L574C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectoryAccessRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L582C15-L592C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectoryAccessRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L600C15-L610C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectoryAccessRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L619C15-L629C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectoryAccessRule.ActiveDirectoryRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L658C20-L658C89" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectoryAccessRule.InheritanceType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L663C20-L663C121" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectoryAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ListChildrenAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L676C15-L687C10" - }, - { - "DocsId": "M:System.DirectoryServices.ListChildrenAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L693C15-L703C10" - }, - { - "DocsId": "M:System.DirectoryServices.ListChildrenAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L710C15-L720C10" - } - ], - "DocsId": "T:System.DirectoryServices.ListChildrenAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.CreateChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L732C16-L742C10" - }, - { - "DocsId": "M:System.DirectoryServices.CreateChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L748C15-L758C10" - }, - { - "DocsId": "M:System.DirectoryServices.CreateChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L764C15-L774C10" - }, - { - "DocsId": "M:System.DirectoryServices.CreateChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L781C15-L791C10" - }, - { - "DocsId": "M:System.DirectoryServices.CreateChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L798C15-L808C10" - }, - { - "DocsId": "M:System.DirectoryServices.CreateChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L815C15-L825C10" - } - ], - "DocsId": "T:System.DirectoryServices.CreateChildAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DeleteChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L837C15-L847C10" - }, - { - "DocsId": "M:System.DirectoryServices.DeleteChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L853C15-L863C10" - }, - { - "DocsId": "M:System.DirectoryServices.DeleteChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L869C15-L879C10" - }, - { - "DocsId": "M:System.DirectoryServices.DeleteChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L886C15-L896C10" - }, - { - "DocsId": "M:System.DirectoryServices.DeleteChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L903C15-L913C10" - }, - { - "DocsId": "M:System.DirectoryServices.DeleteChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L920C15-L930C10" - } - ], - "DocsId": "T:System.DirectoryServices.DeleteChildAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.PropertyAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L942C15-L952C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L959C15-L969C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L976C15-L986C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L994C15-L1004C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1012C15-L1022C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1031C15-L1041C10" - } - ], - "DocsId": "T:System.DirectoryServices.PropertyAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.PropertySetAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1055C15-L1065C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertySetAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1073C15-L1083C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertySetAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1091C15-L1101C10" - } - ], - "DocsId": "T:System.DirectoryServices.PropertySetAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ExtendedRightAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1113C15-L1123C10" - }, - { - "DocsId": "M:System.DirectoryServices.ExtendedRightAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1129C15-L1139C10" - }, - { - "DocsId": "M:System.DirectoryServices.ExtendedRightAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1145C15-L1155C10" - }, - { - "DocsId": "M:System.DirectoryServices.ExtendedRightAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1162C15-L1172C10" - }, - { - "DocsId": "M:System.DirectoryServices.ExtendedRightAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1179C15-L1189C10" - }, - { - "DocsId": "M:System.DirectoryServices.ExtendedRightAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1196C15-L1206C10" - } - ], - "DocsId": "T:System.DirectoryServices.ExtendedRightAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DeleteTreeAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1218C15-L1228C10" - }, - { - "DocsId": "M:System.DirectoryServices.DeleteTreeAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1234C15-L1244C10" - }, - { - "DocsId": "M:System.DirectoryServices.DeleteTreeAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1251C15-L1261C10" - } - ], - "DocsId": "T:System.DirectoryServices.DeleteTreeAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectoryAuditRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1274C15-L1285C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectoryAuditRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AuditFlags,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1292C15-L1302C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectoryAuditRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AuditFlags,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1309C15-L1319C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectoryAuditRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AuditFlags,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1327C15-L1337C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectoryAuditRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AuditFlags,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1345C15-L1355C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectoryAuditRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AuditFlags,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1364C15-L1374C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectoryAuditRule.ActiveDirectoryRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1403C20-L1403C84" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectoryAuditRule.InheritanceType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1408C20-L1408C121" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectoryAuditRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.AuthenticationTypes.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AuthenticationTypes.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AuthenticationTypes.Secure", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AuthenticationTypes.Encryption", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AuthenticationTypes.SecureSocketsLayer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AuthenticationTypes.ReadonlyServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AuthenticationTypes.Anonymous", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AuthenticationTypes.FastBind", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AuthenticationTypes.Signing", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AuthenticationTypes.Sealing", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AuthenticationTypes.Delegation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AuthenticationTypes.ServerBind", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - } - ], - "DocsId": "T:System.DirectoryServices.AuthenticationTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.DereferenceAlias.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" - }, - { - "DocsId": "F:System.DirectoryServices.DereferenceAlias.Never", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" - }, - { - "DocsId": "F:System.DirectoryServices.DereferenceAlias.InSearching", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" - }, - { - "DocsId": "F:System.DirectoryServices.DereferenceAlias.FindingBaseObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" - }, - { - "DocsId": "F:System.DirectoryServices.DereferenceAlias.Always", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" - } - ], - "DocsId": "T:System.DirectoryServices.DereferenceAlias", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DirectoryEntries.Add(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L47C13-L51C26" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntries.Find(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L60C13-L60C37" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntries.Find(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L68C13-L79C154" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntries.Remove(System.DirectoryServices.DirectoryEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L87C13-L96C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntries.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L98C47-L98C78" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntries.SchemaFilter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L30C17-L32C79" - } - ], - "DocsId": "T:System.DirectoryServices.DirectoryEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L25C9-L53C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L59C47-L62C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L67C83-L69C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.#ctor(System.String,System.String,System.String,System.DirectoryServices.AuthenticationTypes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L74C123-L84C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L107C15-L109C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L562C13-L563C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.CommitChanges", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L570C13-L624C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.CopyTo(System.DirectoryServices.DirectoryEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L659C67-L659C90" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.CopyTo(System.DirectoryServices.DirectoryEntry,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L666C13-L678C123" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.DeleteTree", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L686C13-L700C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L707C13-L714C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.Exists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L721C13-L739C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.Invoke(System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L781C13-L806C31" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.InvokeGet(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L814C13-L836C27" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.InvokeSet(System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L844C13-L864C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.MoveTo(System.DirectoryServices.DirectoryEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L869C57-L869C80" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.MoveTo(System.DirectoryServices.DirectoryEntry,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L876C13-L927C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.RefreshCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L935C13-L952C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.RefreshCache(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L959C13-L1016C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.Rename(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L1021C48-L1021C71" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.AuthenticationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L163C20-L163C39" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.Children", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L182C45-L182C71" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.Guid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L200C17-L213C43" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.ObjectSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L221C17-L227C41" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L262C17-L265C32" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.NativeGuid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L273C17-L276C32" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.NativeObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L287C17-L288C35" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.Parent", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L299C17-L300C130" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.Password", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L312C17-L330C14" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L340C20-L340C25" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L357C13-L357C65" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.SchemaClassName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L366C17-L369C33" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.SchemaEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L382C17-L383C130" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.UsePropertyCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L399C20-L399C29" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.Username", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L422C17-L425C46" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L451C17-L454C33" - } - ], - "DocsId": "T:System.DirectoryServices.DirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DirectoryEntryConfiguration.GetCurrentServerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L97C13-L97C135" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntryConfiguration.IsMutuallyAuthenticated", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L104C17-L117C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntryConfiguration.SetUserNameQueryQuota(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L121C13-L122C10" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntryConfiguration.Referral", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L23C17-L23C153" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntryConfiguration.SecurityMasks", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L41C17-L41C149" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntryConfiguration.PageSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L56C17-L56C135" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntryConfiguration.PasswordPort", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L71C17-L71C145" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntryConfiguration.PasswordEncoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L83C17-L83C160" - } - ], - "DocsId": "T:System.DirectoryServices.DirectoryEntryConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L58C38-L61C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor(System.DirectoryServices.DirectoryEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L68C64-L71C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor(System.DirectoryServices.DirectoryEntry,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L78C80-L81C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor(System.DirectoryServices.DirectoryEntry,System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L88C108-L91C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L98C52-L101C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L108C80-L111C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor(System.String,System.String[],System.DirectoryServices.SearchScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L117C99-L119C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor(System.DirectoryServices.DirectoryEntry,System.String,System.String[],System.DirectoryServices.SearchScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L21C9-L132C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySearcher.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L138C13-L146C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySearcher.FindOne", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L571C13-L601C32" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySearcher.FindAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L607C52-L607C65" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.CacheResults", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L155C20-L155C33" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.ClientTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L175C20-L175C34" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.PropertyNamesOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L193C41-L193C45" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.Filter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L201C20-L201C27" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.PageSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L216C20-L216C29" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.PropertiesToLoad", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L237C13-L237C57" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.ReferralChasing", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L245C20-L245C36" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.SearchScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L264C20-L264C26" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.ServerPageTimeLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L288C20-L288C40" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.ServerTimeLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L307C20-L307C36" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.SizeLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L327C20-L327C30" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.SearchRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L345C17-L359C36" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.Sort", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L378C20-L378C25" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.Asynchronous", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L387C36-L387C40" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.Tombstone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L394C33-L394C37" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.AttributeScopeQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L404C20-L404C40" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.DerefAlias", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L439C20-L439C31" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.SecurityMasks", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L456C20-L456C33" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.ExtendedDN", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L474C20-L474C31" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.DirectorySynchronization", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L494C17-L498C30" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.VirtualListView", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L531C17-L542C29" - } - ], - "DocsId": "T:System.DirectoryServices.DirectorySearcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DirectorySynchronization.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L11C9-L15C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySynchronization.#ctor(System.DirectoryServices.DirectorySynchronizationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L11C9-L20C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySynchronization.#ctor(System.DirectoryServices.DirectorySynchronization)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L11C9-L29C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySynchronization.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L11C9-L31C103" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySynchronization.#ctor(System.DirectoryServices.DirectorySynchronizationOptions,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L11C9-L37C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySynchronization.GetDirectorySynchronizationCookie", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L59C13-L65C31" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySynchronization.ResetDirectorySynchronizationCookie", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L68C62-L68C91" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySynchronization.ResetDirectorySynchronizationCookie(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L72C13-L84C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySynchronization.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L86C51-L86C97" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySynchronization.Option", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L42C20-L42C27" - } - ], - "DocsId": "T:System.DirectoryServices.DirectorySynchronization", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.DirectorySynchronizationOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" - }, - { - "DocsId": "F:System.DirectoryServices.DirectorySynchronizationOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" - }, - { - "DocsId": "F:System.DirectoryServices.DirectorySynchronizationOptions.ObjectSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" - }, - { - "DocsId": "F:System.DirectoryServices.DirectorySynchronizationOptions.ParentsFirst", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" - }, - { - "DocsId": "F:System.DirectoryServices.DirectorySynchronizationOptions.PublicDataOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" - }, - { - "DocsId": "F:System.DirectoryServices.DirectorySynchronizationOptions.IncrementalValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" - } - ], - "DocsId": "T:System.DirectoryServices.DirectorySynchronizationOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DirectoryVirtualListView.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L20C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryVirtualListView.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L25C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryVirtualListView.#ctor(System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L32C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryVirtualListView.#ctor(System.Int32,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L39C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryVirtualListView.#ctor(System.Int32,System.Int32,System.Int32,System.DirectoryServices.DirectoryVirtualListViewContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L47C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryVirtualListView.#ctor(System.Int32,System.Int32,System.String,System.DirectoryServices.DirectoryVirtualListViewContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L55C10" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryVirtualListView.BeforeCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L60C20-L60C32" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryVirtualListView.AfterCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L75C20-L75C31" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryVirtualListView.Offset", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L90C20-L90C27" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryVirtualListView.TargetPercentage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L113C20-L113C37" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryVirtualListView.Target", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L130C20-L130C27" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryVirtualListView.ApproximateTotal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L137C20-L137C37" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryVirtualListView.DirectoryVirtualListViewContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L150C83-L150C87" - } - ], - "DocsId": "T:System.DirectoryServices.DirectoryVirtualListView", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DirectoryVirtualListViewContext.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListViewContext.cs#L10C52-L12C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryVirtualListViewContext.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListViewContext.cs#L32C13-L32C66" - } - ], - "DocsId": "T:System.DirectoryServices.DirectoryVirtualListViewContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListViewContext.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ExtendedDN.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ExtendedDn.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ExtendedDN.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ExtendedDn.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ExtendedDN.HexString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ExtendedDn.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ExtendedDN.Standard", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ExtendedDn.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ExtendedDN", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ExtendedDn.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.PasswordEncodingMethod.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PasswordEncodingMethod.cs" - }, - { - "DocsId": "F:System.DirectoryServices.PasswordEncodingMethod.PasswordEncodingSsl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PasswordEncodingMethod.cs" - }, - { - "DocsId": "F:System.DirectoryServices.PasswordEncodingMethod.PasswordEncodingClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PasswordEncodingMethod.cs" - } - ], - "DocsId": "T:System.DirectoryServices.PasswordEncodingMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PasswordEncodingMethod.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L73C13-L87C25" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.CopyTo(System.DirectoryServices.PropertyValueCollection[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L95C13-L96C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L103C13-L115C63" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#get_Item(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L120C20-L120C37" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#set_Item(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L121C20-L121C78" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L124C41-L124C45" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L126C40-L126C44" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#get_Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L128C41-L128C65" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#Add(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L132C13-L132C67" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L137C13-L137C69" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L140C52-L140C75" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L144C13-L144C70" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L147C52-L147C67" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L149C44-L149C49" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L151C40-L151C44" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L155C13-L172C10" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L33C17-L43C34" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L55C17-L62C47" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyCollection.PropertyNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L66C45-L66C69" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyCollection.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L68C38-L68C64" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#Item(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L120C20-L120C37" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L124C41-L124C45" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L126C40-L126C44" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L128C41-L128C65" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L149C44-L149C49" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L151C40-L151C44" - } - ], - "DocsId": "T:System.DirectoryServices.PropertyCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.PropertyValueCollection.Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L133C42-L133C57" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyValueCollection.AddRange(System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L140C13-L148C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyValueCollection.AddRange(System.DirectoryServices.PropertyValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L155C13-L164C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyValueCollection.Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L166C48-L166C68" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyValueCollection.CopyTo(System.Object[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L174C13-L175C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyValueCollection.IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L177C46-L177C65" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyValueCollection.Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L179C57-L179C82" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyValueCollection.Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L212C13-L227C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyValueCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L231C13-L248C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyValueCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L252C13-L281C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyValueCollection.OnRemoveComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L285C13-L314C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyValueCollection.OnSetComplete(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L319C13-L339C10" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyValueCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L51C20-L51C31" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyValueCollection.PropertyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L63C38-L63C42" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyValueCollection.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L69C17-L77C40" - } - ], - "DocsId": "T:System.DirectoryServices.PropertyValueCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ReferralChasingOption.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ReferralChasingOption.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ReferralChasingOption.Subordinate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ReferralChasingOption.External", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ReferralChasingOption.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ReferralChasingOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ResultPropertyCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs#L48C13-L49C52" - }, - { - "DocsId": "M:System.DirectoryServices.ResultPropertyCollection.CopyTo(System.DirectoryServices.ResultPropertyValueCollection[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs#L54C13-L55C10" - }, - { - "DocsId": "P:System.DirectoryServices.ResultPropertyCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs#L25C17-L32C85" - }, - { - "DocsId": "P:System.DirectoryServices.ResultPropertyCollection.PropertyNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs#L37C45-L37C60" - }, - { - "DocsId": "P:System.DirectoryServices.ResultPropertyCollection.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs#L39C38-L39C55" - } - ], - "DocsId": "T:System.DirectoryServices.ResultPropertyCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ResultPropertyValueCollection.Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyValueCollection.cs#L30C48-L30C73" - }, - { - "DocsId": "M:System.DirectoryServices.ResultPropertyValueCollection.IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyValueCollection.cs#L32C46-L32C70" - }, - { - "DocsId": "M:System.DirectoryServices.ResultPropertyValueCollection.CopyTo(System.Object[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyValueCollection.cs#L34C60-L34C91" - }, - { - "DocsId": "P:System.DirectoryServices.ResultPropertyValueCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyValueCollection.cs#L22C17-L26C40" - } - ], - "DocsId": "T:System.DirectoryServices.ResultPropertyValueCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyValueCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L58C13-L64C41" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.AddRange(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L72C13-L83C10" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.AddRange(System.DirectoryServices.SchemaNameCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L87C13-L98C10" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L105C13-L106C10" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L111C48-L111C68" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.CopyTo(System.String[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L115C13-L117C10" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L121C13-L122C43" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.IndexOf(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L139C13-L145C23" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.Insert(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L153C13-L156C10" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L164C13-L166C10" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L173C13-L183C10" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L185C34-L185C39" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L187C35-L187C40" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L191C13-L193C10" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L195C44-L195C49" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L197C40-L197C44" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L201C20-L201C31" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#set_Item(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L202C20-L202C48" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L205C41-L205C60" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L207C47-L207C71" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L209C45-L209C68" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L211C56-L211C85" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L213C45-L213C67" - }, - { - "DocsId": "P:System.DirectoryServices.SchemaNameCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L30C17-L31C47" - }, - { - "DocsId": "P:System.DirectoryServices.SchemaNameCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L48C17-L49C38" - }, - { - "DocsId": "P:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L185C34-L185C39" - }, - { - "DocsId": "P:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L187C35-L187C40" - }, - { - "DocsId": "P:System.DirectoryServices.SchemaNameCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L195C44-L195C49" - }, - { - "DocsId": "P:System.DirectoryServices.SchemaNameCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L197C40-L197C44" - }, - { - "DocsId": "P:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L201C20-L201C31" - } - ], - "DocsId": "T:System.DirectoryServices.SchemaNameCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.SearchResult.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResult.cs#L29C13-L34C33" - }, - { - "DocsId": "P:System.DirectoryServices.SearchResult.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResult.cs#L41C31-L41C64" - }, - { - "DocsId": "P:System.DirectoryServices.SearchResult.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResult.cs#L47C54-L47C58" - } - ], - "DocsId": "T:System.DirectoryServices.SearchResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResult.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.SearchResultCollection.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L153C13-L155C10" - }, - { - "DocsId": "M:System.DirectoryServices.SearchResultCollection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L159C13-L187C10" - }, - { - "DocsId": "M:System.DirectoryServices.SearchResultCollection.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L189C38-L16707566C0" - }, - { - "DocsId": "M:System.DirectoryServices.SearchResultCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L195C13-L198C87" - }, - { - "DocsId": "M:System.DirectoryServices.SearchResultCollection.Contains(System.DirectoryServices.SearchResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L201C54-L201C80" - }, - { - "DocsId": "M:System.DirectoryServices.SearchResultCollection.CopyTo(System.DirectoryServices.SearchResult[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L205C13-L206C10" - }, - { - "DocsId": "M:System.DirectoryServices.SearchResultCollection.IndexOf(System.DirectoryServices.SearchResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L208C52-L208C77" - }, - { - "DocsId": "M:System.DirectoryServices.SearchResultCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L210C44-L210C49" - }, - { - "DocsId": "M:System.DirectoryServices.SearchResultCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L212C40-L212C44" - }, - { - "DocsId": "M:System.DirectoryServices.SearchResultCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L216C13-L217C10" - }, - { - "DocsId": "P:System.DirectoryServices.SearchResultCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L40C48-L40C79" - }, - { - "DocsId": "P:System.DirectoryServices.SearchResultCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L42C29-L42C44" - }, - { - "DocsId": "P:System.DirectoryServices.SearchResultCollection.Handle", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L79C17-L82C32" - }, - { - "DocsId": "P:System.DirectoryServices.SearchResultCollection.PropertiesLoaded", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L90C44-L90C48" - }, - { - "DocsId": "P:System.DirectoryServices.SearchResultCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L210C44-L210C49" - }, - { - "DocsId": "P:System.DirectoryServices.SearchResultCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L212C40-L212C44" - } - ], - "DocsId": "T:System.DirectoryServices.SearchResultCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.SearchScope.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchScope.cs" - }, - { - "DocsId": "F:System.DirectoryServices.SearchScope.Base", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchScope.cs" - }, - { - "DocsId": "F:System.DirectoryServices.SearchScope.OneLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchScope.cs" - }, - { - "DocsId": "F:System.DirectoryServices.SearchScope.Subtree", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchScope.cs" - } - ], - "DocsId": "T:System.DirectoryServices.SearchScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchScope.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.SecurityMasks.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" - }, - { - "DocsId": "F:System.DirectoryServices.SecurityMasks.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" - }, - { - "DocsId": "F:System.DirectoryServices.SecurityMasks.Owner", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" - }, - { - "DocsId": "F:System.DirectoryServices.SecurityMasks.Group", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" - }, - { - "DocsId": "F:System.DirectoryServices.SecurityMasks.Dacl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" - }, - { - "DocsId": "F:System.DirectoryServices.SecurityMasks.Sacl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" - } - ], - "DocsId": "T:System.DirectoryServices.SecurityMasks", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.SortDirection.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortDirection.cs" - }, - { - "DocsId": "F:System.DirectoryServices.SortDirection.Ascending", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortDirection.cs" - }, - { - "DocsId": "F:System.DirectoryServices.SortDirection.Descending", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortDirection.cs" - } - ], - "DocsId": "T:System.DirectoryServices.SortDirection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortDirection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.SortOption.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortOption.cs#L15C9-L17C10" - }, - { - "DocsId": "M:System.DirectoryServices.SortOption.#ctor(System.String,System.DirectoryServices.SortDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortOption.cs#L19C9-L23C10" - }, - { - "DocsId": "P:System.DirectoryServices.SortOption.PropertyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortOption.cs#L29C20-L29C33" - }, - { - "DocsId": "P:System.DirectoryServices.SortOption.Direction", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortOption.cs#L36C20-L36C34" - } - ], - "DocsId": "T:System.DirectoryServices.SortOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortOption.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesCOMException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L15C9-L15C51" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesCOMException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L17C65-L17C82" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesCOMException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L19C83-L19C107" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesCOMException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L21C101-L23C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesCOMException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L37C13-L38C10" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryServicesCOMException.ExtendedError", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L31C36-L31C40" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryServicesCOMException.ExtendedErrorMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L33C47-L33C51" - } - ], - "DocsId": "T:System.DirectoryServices.DirectoryServicesCOMException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesPermission.cs#L11C9-L11C49" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermission.#ctor(System.DirectoryServices.DirectoryServicesPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesPermission.cs#L12C9-L12C108" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesPermission.cs#L13C9-L13C70" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermission.#ctor(System.DirectoryServices.DirectoryServicesPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesPermission.cs#L14C9-L14C113" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryServicesPermission.PermissionEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesPermission.cs#L15C80-L15C84" - } - ], - "DocsId": "T:System.DirectoryServices.DirectoryServicesPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesPermission.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.DirectoryServicesPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesPermissionAccess.cs" - }, - { - "DocsId": "F:System.DirectoryServices.DirectoryServicesPermissionAccess.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesPermissionAccess.cs" - }, - { - "DocsId": "F:System.DirectoryServices.DirectoryServicesPermissionAccess.Browse", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesPermissionAccess.cs" - }, - { - "DocsId": "F:System.DirectoryServices.DirectoryServicesPermissionAccess.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesPermissionAccess.cs" - } - ], - "DocsId": "T:System.DirectoryServices.DirectoryServicesPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesPermissionAccess.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesPermissionAttribute.cs#L15C78-L15C111" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesPermissionAttribute.cs#L18C59-L18C87" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryServicesPermissionAttribute.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesPermissionAttribute.cs#L16C69-L16C73" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryServicesPermissionAttribute.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesPermissionAttribute.cs#L17C31-L17C35" - } - ], - "DocsId": "T:System.DirectoryServices.DirectoryServicesPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntry.#ctor(System.DirectoryServices.DirectoryServicesPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesPermissionEntry.cs#L8C9-L8C118" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryServicesPermissionEntry.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesPermissionEntry.cs#L9C31-L9C35" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryServicesPermissionEntry.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesPermissionEntry.cs#L10C69-L10C73" - } - ], - "DocsId": "T:System.DirectoryServices.DirectoryServicesPermissionEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesPermissionEntry.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.Add(System.DirectoryServices.DirectoryServicesPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L12C66-L12C75" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.AddRange(System.DirectoryServices.DirectoryServicesPermissionEntryCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L13C82-L13C83" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.AddRange(System.DirectoryServices.DirectoryServicesPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L14C74-L14C75" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.Contains(System.DirectoryServices.DirectoryServicesPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L15C72-L15C85" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.CopyTo(System.DirectoryServices.DirectoryServicesPermissionEntry[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L16C83-L16C84" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.IndexOf(System.DirectoryServices.DirectoryServicesPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L17C70-L17C79" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.Insert(System.Int32,System.DirectoryServices.DirectoryServicesPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L18C81-L18C82" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.OnClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L19C45-L19C46" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.OnInsert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L20C70-L20C71" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.OnRemove(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L21C70-L21C71" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.OnSet(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L22C88-L22C89" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.Remove(System.DirectoryServices.DirectoryServicesPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L23C71-L23C72" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L11C74-L11C86" - } - ], - "DocsId": "T:System.DirectoryServices.DirectoryServicesPermissionEntryCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryPartition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs#L14C9-L16C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryPartition.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs#L29C13-L30C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryPartition.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs#L35C13-L49C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryPartition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs#L53C46-L53C50" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryPartition.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryPartition.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs#L65C17-L66C38" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryPartition", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryReplicationMetadata.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs#L42C13-L43C50" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryReplicationMetadata.CopyTo(System.DirectoryServices.ActiveDirectory.AttributeMetadata[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs#L48C13-L49C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryReplicationMetadata.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs#L26C17-L32C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryReplicationMetadata.AttributeNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs#L36C58-L36C62" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryReplicationMetadata.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs#L38C53-L38C57" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryReplicationMetadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Zero", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.One", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Two", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Three", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Four", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Five", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Six", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Seven", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Eight", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Nine", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Ten", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Eleven", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Twelve", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Thirteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Fourteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Fifteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Sixteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Seventeen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Eighteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Nineteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Twenty", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.TwentyOne", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.TwentyTwo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.TwentyThree", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.HourOfDay", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.MinuteOfHour.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.MinuteOfHour.Zero", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.MinuteOfHour.Fifteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.MinuteOfHour.Thirty", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.MinuteOfHour.FortyFive", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.MinuteOfHour", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L47C9-L56C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule.#ctor(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L58C76-L65C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule.SetSchedule(System.DayOfWeek,System.DirectoryServices.ActiveDirectory.HourOfDay,System.DirectoryServices.ActiveDirectory.MinuteOfHour,System.DirectoryServices.ActiveDirectory.HourOfDay,System.DirectoryServices.ActiveDirectory.MinuteOfHour)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L100C13-L124C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule.SetSchedule(System.DayOfWeek[],System.DirectoryServices.ActiveDirectory.HourOfDay,System.DirectoryServices.ActiveDirectory.MinuteOfHour,System.DirectoryServices.ActiveDirectory.HourOfDay,System.DirectoryServices.ActiveDirectory.MinuteOfHour)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L128C13-L138C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule.SetDailySchedule(System.DirectoryServices.ActiveDirectory.HourOfDay,System.DirectoryServices.ActiveDirectory.MinuteOfHour,System.DirectoryServices.ActiveDirectory.HourOfDay,System.DirectoryServices.ActiveDirectory.MinuteOfHour)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L142C18-L146C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule.ResetSchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L150C18-L152C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule.RawSchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L77C17-L82C28" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SchemaClassType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SchemaClassType.Type88", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SchemaClassType.Structural", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SchemaClassType.Abstract", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SchemaClassType.Auxiliary", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.SchemaClassType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.PropertyTypes.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.PropertyTypes.Indexed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.PropertyTypes.InGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.PropertyTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L53C13-L83C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.GetSchema(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L89C13-L175C84" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.RefreshSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L180C13-L203C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindClass(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L210C13-L211C84" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindDefunctClass(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L219C13-L236C32" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindAllClasses", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L244C13-L247C65" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindAllClasses(System.DirectoryServices.ActiveDirectory.SchemaClassType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L255C13-L266C65" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindAllDefunctClasses", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L274C13-L278C65" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindProperty(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L286C13-L287C87" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindDefunctProperty(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L295C13-L312C35" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindAllProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L320C13-L324C68" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindAllProperties(System.DirectoryServices.ActiveDirectory.PropertyTypes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L332C13-L366C76" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindAllDefunctProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L374C13-L378C68" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L383C13-L384C75" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.GetCurrentSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L389C13-L389C103" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.SchemaRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L400C17-L401C72" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L42C9-L89C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L182C13-L183C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L188C13-L217C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L223C13-L255C32" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.GetAllProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L260C13-L269C84" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L274C13-L420C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L424C13-L424C25" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L429C13-L439C96" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L448C17-L449C41" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.CommonName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L457C17-L464C36" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.Oid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L483C17-L508C29" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L527C17-L538C37" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.IsDefunct", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L557C17-L559C35" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.PossibleSuperiors", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L578C17-L647C43" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.PossibleInferiors", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L655C17-L669C43" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.MandatoryProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L677C17-L745C45" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.OptionalProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L753C17-L830C44" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.AuxiliaryClasses", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L838C17-L906C42" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.SubClassOf", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L914C17-L921C36" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L940C17-L951C30" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.SchemaGuid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L976C17-L985C57" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.DefaultObjectSecurityDescriptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L1004C17-L1025C56" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.Add(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L82C13-L95C122" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L101C13-L115C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L119C13-L134C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.AddRange(System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L138C13-L153C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L157C13-L173C111" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.Insert(System.Int32,System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L178C13-L191C122" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L197C13-L213C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L218C13-L219C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L223C13-L239C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L244C13-L260C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L266C13-L279C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.OnRemoveComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L285C13-L311C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.OnSetComplete(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L317C13-L324C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L328C13-L337C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L56C20-L56C60" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L40C9-L140C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L232C13-L233C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L238C13-L268C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L274C13-L304C35" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L309C13-L454C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L456C46-L456C50" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L460C13-L470C99" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L480C17-L481C41" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.CommonName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L489C17-L496C36" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Oid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L518C17-L543C29" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Syntax", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L565C17-L580C32" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L604C17-L615C37" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsSingleValued", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L637C17-L663C40" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsIndexed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L686C17-L688C66" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsIndexedOverContainer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L709C17-L711C79" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsInAnr", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L732C17-L734C64" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsOnTombstonedObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L755C17-L757C77" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsTupleIndexed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L778C17-L780C71" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsInGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L801C17-L813C43" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.RangeLower", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L836C17-L856C36" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.RangeUpper", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L889C17-L909C36" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsDefunct", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L942C17-L944C35" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Link", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L963C17-L998C40" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.LinkId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L1006C17-L1025C32" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.SchemaGuid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L1058C17-L1067C57" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.Add(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L80C13-L93C128" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L99C13-L113C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L117C13-L133C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.AddRange(System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L137C13-L153C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L157C13-L173C117" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.Insert(System.Int32,System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L178C13-L191C128" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L197C13-L212C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L232C13-L233C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L237C13-L252C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L257C13-L273C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L279C13-L292C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.OnRemoveComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L298C13-L324C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.OnSetComplete(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L330C13-L338C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L342C13-L349C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L56C20-L56C63" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.AutoTopologyDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.TopologyCleanupDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.AutoMinimumHopDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.StaleServerDetectDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.AutoInterSiteTopologyDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.GroupMembershipCachingEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.ForceKccWindows2003Behavior", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.UseWindows2000IstgElection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.RandomBridgeHeaderServerSelectionDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.UseHashingForReplicationSchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.RedundantServerTopologyEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L66C13-L125C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L37C9-L170C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.GetComputerSite", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L195C13-L229C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L714C13-L844C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L848C13-L866C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L870C13-L873C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L1068C13-L1077C99" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L1083C13-L1085C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L1089C13-L1099C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L235C17-L238C30" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Domains", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L246C17-L260C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Subnets", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L268C17-L284C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Servers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L292C17-L305C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.AdjacentSites", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L313C17-L325C39" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.SiteLinks", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L333C17-L345C31" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.InterSiteTopologyGenerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L354C17-L409C14" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L433C17-L454C14" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Location", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L480C17-L496C14" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.BridgeheadServers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L525C17-L534C43" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.PreferredSmtpBridgeheadServers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L542C17-L558C47" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.PreferredRpcBridgeheadServers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L566C17-L581C46" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.IntraSiteReplicationSchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L589C17-L622C33" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.Add(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L45C13-L53C108" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L58C13-L62C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L66C13-L71C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L75C13-L92C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L97C13-L98C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L102C13-L119C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.Insert(System.Int32,System.DirectoryServices.ActiveDirectory.ActiveDirectorySite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L124C13-L132C108" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L137C13-L157C97" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L163C13-L175C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L181C13-L194C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.OnRemoveComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L200C13-L210C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.OnSetComplete(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L216C13-L226C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L230C13-L237C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L25C20-L25C58" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L28C89-L30C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L32C129-L34C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType,System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L22C9-L101C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L114C13-L114C88" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L119C13-L195C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L579C13-L599C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L603C13-L621C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L625C13-L628C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L633C13-L642C99" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L648C13-L650C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L654C13-L663C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L201C17-L204C30" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.TransportType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L212C17-L215C35" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.Sites", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L223C17-L240C31" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.Cost", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L248C17-L263C14" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.ReplicationInterval", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L287C17-L304C14" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.ReciprocalReplicationEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L336C17-L359C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.NotificationEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L400C17-L423C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.DataCompressionEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L464C17-L490C34" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.InterSiteReplicationSchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L532C17-L551C33" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L24C93-L26C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L21C9-L88C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L101C13-L101C86" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L106C13-L183C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L234C13-L255C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L259C13-L277C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L281C13-L284C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L289C13-L298C100" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L304C13-L306C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L310C13-L319C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L189C17-L192C30" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.SiteLinks", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L200C17-L217C31" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.TransportType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L225C17-L228C35" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.Add(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L39C13-L48C108" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L53C13-L58C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L62C13-L68C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L72C13-L90C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L95C13-L96C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L100C13-L118C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.Insert(System.Int32,System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L123C13-L132C108" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L137C13-L158C97" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L164C13-L176C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L182C13-L195C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.OnRemoveComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L201C13-L211C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.OnSetComplete(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L217C13-L227C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L231C13-L238C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L19C20-L19C62" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L21C13-L107C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L109C9-L147C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L149C102-L166C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L272C13-L308C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L312C13-L330C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L334C13-L337C25" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L342C13-L351C99" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L357C13-L359C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L363C13-L372C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L194C17-L197C30" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.Site", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L205C17-L208C30" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.Location", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L230C17-L244C14" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.Add(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L49C13-L58C112" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L63C13-L76C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L80C13-L86C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L90C13-L108C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L113C13-L114C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L118C13-L136C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.Insert(System.Int32,System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L141C13-L150C112" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L155C13-L176C101" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.OnClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L181C13-L189C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L194C13-L201C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L207C13-L230C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.OnRemoveComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L236C13-L256C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.OnSetComplete(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L262C13-L264C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L268C13-L275C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L29C20-L29C60" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.CaseExactString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.CaseIgnoreString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.NumericString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.DirectoryString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.OctetString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.SecurityDescriptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.Int", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.Int64", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.Bool", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.Oid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.GeneralizedTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.UtcTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.DN", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.DNWithBinary", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.DNWithString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.Enumeration", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.IA5String", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.PrintableString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.Sid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.AccessPointDN", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.ORName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.PresentationAddress", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.ReplicaLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L83C13-L84C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L89C13-L105C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.GetAdamInstance(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L112C13-L163C78" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L169C13-L193C87" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.FindAll(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L198C13-L235C43" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.TransferRoleOwnership(System.DirectoryServices.ActiveDirectory.AdamRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L240C13-L261C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.SeizeRoleOwnership(System.DirectoryServices.ActiveDirectory.AdamRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L267C13-L307C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.CheckReplicationConsistency", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L311C13-L319C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.GetReplicationCursors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L323C13-L339C123" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.GetReplicationOperationInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L344C13-L353C88" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.GetReplicationNeighbors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L358C13-L373C80" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.GetAllReplicationNeighbors", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L378C13-L387C80" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.GetReplicationConnectionFailures", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L392C13-L392C100" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.GetReplicationMetadata(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L397C13-L412C89" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.SyncReplicaFromServer(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L417C13-L435C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.TriggerSyncReplicaFromNeighbors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L439C13-L451C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.SyncReplicaFromAllServers(System.String,System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L455C13-L467C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L471C13-L490C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.ConfigurationSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L500C17-L506C42" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.HostName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L514C17-L520C40" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.LdapPort", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L528C17-L534C40" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.SslPort", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L542C17-L548C39" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.Roles", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L558C17-L594C37" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.DefaultPartition", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L602C17-L625C48" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.IPAddress", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L665C17-L674C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.SiteName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L683C17-L696C39" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.SyncFromAllServersCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L795C17-L798C38" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.InboundConnections", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L810C79-L810C108" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.OutboundConnections", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L812C80-L812C110" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.AdamInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstanceCollection.Contains(System.DirectoryServices.ActiveDirectory.AdamInstance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstanceCollection.cs#L24C13-L37C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstanceCollection.IndexOf(System.DirectoryServices.ActiveDirectory.AdamInstance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstanceCollection.cs#L42C13-L56C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstanceCollection.CopyTo(System.DirectoryServices.ActiveDirectory.AdamInstance[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstanceCollection.cs#L61C13-L62C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstanceCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstanceCollection.cs#L20C48-L20C79" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.AdamInstanceCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstanceCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L28C9-L46C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L28C9-L55C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L76C13-L102C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.GetApplicationPartition(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L110C13-L155C155" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L160C13-L347C30" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindDirectoryServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L352C13-L370C36" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindDirectoryServer(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L375C13-L399C36" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindDirectoryServer(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L404C13-L424C36" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindDirectoryServer(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L429C13-L454C36" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindAllDirectoryServers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L459C13-L476C41" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindAllDirectoryServers(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L482C13-L504C41" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindAllDiscoverableDirectoryServers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L510C13-L522C77" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindAllDiscoverableDirectoryServers(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L528C13-L545C77" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L551C13-L575C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L579C13-L742C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L746C13-L753C75" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ApplicationPartition.DirectoryServers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L764C17-L783C48" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ApplicationPartition.SecurityReferenceDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L791C17-L822C14" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ApplicationPartition", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartitionCollection.Contains(System.DirectoryServices.ActiveDirectory.ApplicationPartition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartitionCollection.cs#L24C13-L37C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartitionCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ApplicationPartition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartitionCollection.cs#L42C13-L55C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartitionCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ApplicationPartition[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartitionCollection.cs#L60C13-L61C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ApplicationPartitionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartitionCollection.cs#L20C56-L20C95" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ApplicationPartitionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartitionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadata.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L55C30-L55C34" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadata.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L57C30-L57C34" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadata.LastOriginatingChangeTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L59C53-L59C57" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadata.LastOriginatingInvocationId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L61C51-L61C55" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadata.OriginatingChangeUsn", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L63C44-L63C48" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadata.LocalChangeUsn", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L65C38-L65C42" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadata.OriginatingServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L71C17-L88C47" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.AttributeMetadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AttributeMetadataCollection.Contains(System.DirectoryServices.ActiveDirectory.AttributeMetadata)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetadataCollection.cs#L16C13-L29C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AttributeMetadataCollection.IndexOf(System.DirectoryServices.ActiveDirectory.AttributeMetadata)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetadataCollection.cs#L34C13-L46C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AttributeMetadataCollection.CopyTo(System.DirectoryServices.ActiveDirectory.AttributeMetadata[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetadataCollection.cs#L51C13-L52C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadataCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetadataCollection.cs#L12C53-L12C89" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.AttributeMetadataCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetadataCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L48C34-L48C47" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L53C13-L67C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.GetConfigurationSet(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L75C13-L151C84" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.FindAdamInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L156C13-L157C68" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.FindAdamInstance(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L162C13-L169C77" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.FindAdamInstance(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L174C13-L185C81" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.FindAllAdamInstances", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L190C13-L192C60" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.FindAllAdamInstances(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L197C13-L204C69" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.FindAllAdamInstances(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L209C13-L220C73" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L225C13-L226C110" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.GetSecurityLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L231C13-L237C41" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.SetSecurityLevel(System.DirectoryServices.ActiveDirectory.ReplicationSecurityLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L242C13-L261C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L263C46-L263C50" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ConfigurationSet.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L273C17-L274C39" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ConfigurationSet.Sites", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L282C17-L283C80" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ConfigurationSet.AdamInstances", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L291C17-L292C72" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ConfigurationSet.ApplicationPartitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L300C17-L301C120" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ConfigurationSet.Schema", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L309C17-L321C38" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ConfigurationSet.SchemaRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L329C17-L330C85" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ConfigurationSet.NamingRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L338C17-L339C85" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ConfigurationSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DirectoryContextType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DirectoryContextType.Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DirectoryContextType.Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DirectoryContextType.DirectoryServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DirectoryContextType.ConfigurationSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DirectoryContextType.ApplicationPartition", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.DirectoryContextType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryContext.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContextType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L104C9-L116C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryContext.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContextType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L118C9-L136C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryContext.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContextType,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L138C9-L150C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryContext.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContextType,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L152C9-L170C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryContext.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L176C32-L176C37" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryContext.UserName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L178C36-L178C80" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryContext.ContextType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L185C52-L185C64" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.DirectoryContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L25C9-L38C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L42C31-L16707566C0" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L46C13-L52C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L57C13-L71C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L75C46-L75C50" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.MoveToAnotherSite(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L79C13-L145C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L149C13-L151C81" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.CheckReplicationConsistency", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.GetReplicationCursors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.GetReplicationOperationInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.GetReplicationNeighbors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.GetAllReplicationNeighbors", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.GetReplicationConnectionFailures", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.GetReplicationMetadata(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.SyncReplicaFromServer(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.TriggerSyncReplicaFromNeighbors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.SyncReplicaFromAllServers(System.String,System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServer.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L186C17-L187C36" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServer.Partitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L195C17-L196C91" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServer.IPAddress", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServer.SiteName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServer.SyncFromAllServersCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServer.InboundConnections", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServer.OutboundConnections", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.DirectoryServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.Add(System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L65C13-L105C116" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.AddRange(System.DirectoryServices.ActiveDirectory.DirectoryServer[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L111C13-L124C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.Contains(System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L128C13-L140C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.CopyTo(System.DirectoryServices.ActiveDirectory.DirectoryServer[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L145C13-L146C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.IndexOf(System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L150C13-L162C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.Insert(System.Int32,System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L167C13-L207C100" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.Remove(System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L213C13-L228C101" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.OnClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L233C13-L241C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L246C13-L270C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L276C13-L317C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.OnRemoveComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L323C13-L363C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.OnSetComplete(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L369C13-L371C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L375C13-L397C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L48C20-L48C54" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows2000MixedDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows2000NativeDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows2003InterimDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows2003Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows2008Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows2008R2Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows8Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows2012R2Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.DomainMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetDomain(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L64C13-L134C100" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetComputerDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L139C13-L145C108" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.RaiseDomainFunctionalityLevel(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L151C13-L253C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.RaiseDomainFunctionality(System.DirectoryServices.ActiveDirectory.DomainMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L258C13-L408C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindDomainController", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L412C13-L414C77" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindDomainController(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L419C13-L426C81" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindDomainController(System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L431C13-L433C80" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindDomainController(System.String,System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L438C13-L445C84" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindAllDomainControllers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L450C13-L452C101" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindAllDomainControllers(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L457C13-L464C105" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindAllDiscoverableDomainControllers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L469C13-L472C120" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindAllDiscoverableDomainControllers(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L477C13-L491C124" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L496C13-L497C140" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetAllTrustRelationships", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L502C13-L506C31" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetTrustRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L511C13-L529C38" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetSelectiveAuthenticationStatus(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L535C13-L543C151" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.SetSelectiveAuthenticationStatus(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L548C13-L557C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetSidFilteringStatus(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L561C13-L569C151" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.SetSidFilteringStatus(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L574C13-L583C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.DeleteLocalSideOfTrustRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L587C13-L597C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.DeleteTrustRelationship(System.DirectoryServices.ActiveDirectory.Domain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L601C13-L611C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.VerifyOutboundTrustRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L615C13-L624C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.VerifyTrustRelationship(System.DirectoryServices.ActiveDirectory.Domain,System.DirectoryServices.ActiveDirectory.TrustDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L628C13-L661C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.CreateLocalSideOfTrustRelationship(System.String,System.DirectoryServices.ActiveDirectory.TrustDirection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L665C13-L688C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.CreateTrustRelationship(System.DirectoryServices.ActiveDirectory.Domain,System.DirectoryServices.ActiveDirectory.TrustDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L692C13-L713C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.UpdateLocalSideOfTrustRelationship(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L717C13-L732C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.UpdateLocalSideOfTrustRelationship(System.String,System.DirectoryServices.ActiveDirectory.TrustDirection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L736C13-L754C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.UpdateTrustRelationship(System.DirectoryServices.ActiveDirectory.Domain,System.DirectoryServices.ActiveDirectory.TrustDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L758C13-L779C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.RepairTrustRelationship(System.DirectoryServices.ActiveDirectory.Domain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L783C13-L821C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetCurrentDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L825C13-L825C88" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L836C17-L846C38" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.DomainControllers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L854C17-L855C80" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.Children", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L863C17-L864C84" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.DomainMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L872C17-L877C43" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.DomainModeLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L885C17-L890C41" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.Parent", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L898C17-L904C38" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.PdcRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L912C17-L914C44" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.RidRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L922C17-L923C90" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.InfrastructureRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L931C17-L932C112" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainCollection.Contains(System.DirectoryServices.ActiveDirectory.Domain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainCollection.cs#L27C13-L38C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainCollection.IndexOf(System.DirectoryServices.ActiveDirectory.Domain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainCollection.cs#L43C13-L54C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainCollection.CopyTo(System.DirectoryServices.ActiveDirectory.Domain[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainCollection.cs#L59C13-L60C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainCollection.cs#L23C42-L23C67" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.DomainCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.AbortIfServerUnavailable", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.SyncAdjacentServerOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.CheckServerAlivenessOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.SkipInitialCheck", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.PushChangeOutward", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.CrossSite", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent.Error", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent.SyncStarted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent.SyncCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent.Finished", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorCategory.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorCategory.ErrorContactingServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorCategory.ErrorReplicating", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorCategory.ServerUnreachable", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncUpdateCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncUpdateCallback.Invoke(System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent,System.String,System.String,System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncUpdateCallback.BeginInvoke(System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent,System.String,System.String,System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncUpdateCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.SyncUpdateCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L42C9-L67C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L95C32-L16707566C0" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L100C13-L116C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetDomainController(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L123C13-L171C80" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L176C13-L186C70" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L191C13-L206C74" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L211C13-L221C73" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L226C13-L241C77" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.FindAll(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L246C13-L259C94" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.FindAll(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L264C13-L282C98" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.EnableGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L287C13-L307C53" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.IsGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L312C13-L338C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.TransferRoleOwnership(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L342C13-L363C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.SeizeRoleOwnership(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L369C13-L437C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetDirectorySearcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L441C13-L443C51" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.CheckReplicationConsistency", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L448C13-L456C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetReplicationCursors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L460C13-L476C119" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetReplicationOperationInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L481C13-L490C86" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetReplicationNeighbors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L495C13-L510C78" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetAllReplicationNeighbors", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L515C13-L524C78" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetReplicationConnectionFailures", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L529C13-L529C100" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetReplicationMetadata(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L534C13-L549C87" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.SyncReplicaFromServer(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L554C13-L572C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.TriggerSyncReplicaFromNeighbors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L576C13-L588C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.SyncReplicaFromAllServers(System.String,System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L592C13-L604C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L613C17-L619C39" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.CurrentTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L627C17-L640C53" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.HighestCommittedUsn", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L648C17-L661C94" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.OSVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L669C17-L677C41" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.Roles", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L711C17-L712C87" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L720C17-L739C38" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.IPAddress", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L747C17-L756C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.SiteName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L765C17-L775C39" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.SyncFromAllServersCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L868C17-L871C37" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.InboundConnections", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L883C79-L883C108" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.OutboundConnections", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L885C80-L885C110" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.DomainController", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainControllerCollection.Contains(System.DirectoryServices.ActiveDirectory.DomainController)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainControllerCollection.cs#L24C13-L35C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainControllerCollection.IndexOf(System.DirectoryServices.ActiveDirectory.DomainController)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainControllerCollection.cs#L40C13-L51C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainControllerCollection.CopyTo(System.DirectoryServices.ActiveDirectory.DomainController[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainControllerCollection.cs#L56C13-L57C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainControllerCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainControllerCollection.cs#L20C52-L20C87" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.DomainControllerCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainControllerCollection.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation.ErrorCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L23C64-L23C68" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L25C32-L25C36" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation.ErrorMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L27C38-L27C42" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation.TargetServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L29C39-L29C43" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation.SourceServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L31C39-L31C43" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.#ctor(System.String,System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L38C100-L42C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L44C92-L44C116" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L46C74-L46C91" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L48C59-L48C69" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L50C110-L52C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L60C13-L61C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L54C29-L54C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L56C31-L56C35" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L67C17-L73C26" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.#ctor(System.String,System.Exception,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L82C102-L85C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L87C84-L90C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L92C87-L92C111" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L94C69-L94C86" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L96C54-L96C83" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L98C105-L100C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L106C13-L107C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L102C32-L102C36" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.#ctor(System.String,System.Exception,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L114C117-L118C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.#ctor(System.String,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L120C99-L124C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L126C88-L126C112" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L128C70-L128C87" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L130C55-L130C65" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L132C106-L134C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L155C13-L156C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L136C32-L136C36" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L138C31-L138C35" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L144C17-L149C30" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectExistsException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L163C90-L163C114" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectExistsException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L165C72-L165C89" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectExistsException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L167C57-L167C67" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectExistsException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L169C108-L171C10" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectExistsException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException.#ctor(System.String,System.Exception,System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L180C136-L183C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L185C90-L185C114" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L187C72-L187C89" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L189C57-L189C86" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L191C108-L193C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L212C13-L213C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException.ErrorInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L199C17-L206C34" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException.#ctor(System.String,System.Exception,System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollisionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L235C82-L223C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L235C82-L225C107" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L235C82-L227C82" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L235C82-L229C83" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L235C82-L233C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L239C13-L240C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException.Collisions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L235C73-L235C77" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Windows2000Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Windows2003InterimForest", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Windows2003Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Windows2008Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Windows2008R2Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Windows8Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Windows2012R2Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L60C34-L60C47" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L65C13-L79C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.GetForest(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L86C13-L161C97" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.RaiseForestFunctionalityLevel(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L166C13-L209C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.RaiseForestFunctionality(System.DirectoryServices.ActiveDirectory.ForestMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L213C13-L227C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L229C46-L229C50" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L233C13-L235C75" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindGlobalCatalog(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L240C13-L247C79" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindGlobalCatalog(System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L252C13-L254C78" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindGlobalCatalog(System.String,System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L259C13-L266C82" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindAllGlobalCatalogs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L271C13-L273C66" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindAllGlobalCatalogs(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L278C13-L285C70" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindAllDiscoverableGlobalCatalogs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L290C13-L293C112" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindAllDiscoverableGlobalCatalogs(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L298C13-L312C116" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.GetAllTrustRelationships", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L317C13-L319C42" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.GetTrustRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L324C13-L341C173" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.GetSelectiveAuthenticationStatus(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L347C13-L355C151" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.SetSelectiveAuthenticationStatus(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L360C13-L369C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.GetSidFilteringStatus(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L373C13-L381C150" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.SetSidFilteringStatus(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L386C13-L395C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.DeleteLocalSideOfTrustRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L399C13-L409C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.DeleteTrustRelationship(System.DirectoryServices.ActiveDirectory.Forest)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L413C13-L423C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.VerifyOutboundTrustRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L427C13-L436C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.VerifyTrustRelationship(System.DirectoryServices.ActiveDirectory.Forest,System.DirectoryServices.ActiveDirectory.TrustDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L440C13-L473C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.CreateLocalSideOfTrustRelationship(System.String,System.DirectoryServices.ActiveDirectory.TrustDirection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L477C13-L500C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.CreateTrustRelationship(System.DirectoryServices.ActiveDirectory.Forest,System.DirectoryServices.ActiveDirectory.TrustDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L504C13-L525C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.UpdateLocalSideOfTrustRelationship(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L529C13-L544C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.UpdateLocalSideOfTrustRelationship(System.String,System.DirectoryServices.ActiveDirectory.TrustDirection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L548C13-L566C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.UpdateTrustRelationship(System.DirectoryServices.ActiveDirectory.Forest,System.DirectoryServices.ActiveDirectory.TrustDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L570C13-L591C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.RepairTrustRelationship(System.DirectoryServices.ActiveDirectory.Forest)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L595C13-L630C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.GetCurrentForest", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L632C52-L632C112" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L642C17-L643C39" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.Sites", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L651C17-L652C80" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.Domains", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L660C17-L661C78" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.GlobalCatalogs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L669C17-L670C74" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.ApplicationPartitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L678C17-L679C120" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.ForestModeLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L687C17-L692C41" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.ForestMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L700C17-L707C43" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.RootDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L715C17-L723C42" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.Schema", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L731C17-L743C38" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.SchemaRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L751C17-L752C96" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.NamingRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L760C17-L761C96" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision.CollisionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L18C57-L18C61" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision.TopLevelNameCollisionOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L20C75-L20C79" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision.DomainCollisionOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L22C63-L22C67" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision.CollisionRecord", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L24C41-L24C45" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollisionCollection.Contains(System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L38C13-L41C50" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollisionCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L46C13-L49C49" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollisionCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L54C13-L55C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollisionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L33C20-L33C71" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollisionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInfoCollection.Contains(System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInfoCollection.cs#L19C13-L22C52" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInfoCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInfoCollection.cs#L27C13-L30C51" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInfoCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInfoCollection.cs#L35C13-L36C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInfoCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInfoCollection.cs#L14C20-L14C67" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInfoCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInfoCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustDomainStatus.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustDomainStatus.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustDomainStatus.SidAdminDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustDomainStatus.SidConflictDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustDomainStatus.NetBiosNameAdminDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustDomainStatus.NetBiosNameConflictDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustDomainStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation.DnsName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs#L40C33-L40C37" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation.NetBiosName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs#L42C37-L42C41" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation.DomainSid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs#L44C35-L44C39" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation.Status", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs#L48C20-L48C27" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipInformation.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustRelationshipInformation.cs#L83C13-L316C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipInformation.TopLevelNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustRelationshipInformation.cs#L55C17-L57C39" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipInformation.ExcludedTopLevelNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustRelationshipInformation.cs#L65C17-L67C39" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipInformation.TrustedDomainInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustRelationshipInformation.cs#L75C17-L77C36" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustRelationshipInformation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.GetGlobalCatalog(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L30C13-L86C77" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L91C13-L101C70" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L106C13-L121C74" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L126C13-L136C73" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L141C13-L156C77" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.FindAll(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L161C13-L174C51" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.FindAll(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L179C13-L197C55" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.EnableGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L202C13-L203C77" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.DisableGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L208C13-L236C56" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.IsGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L241C13-L245C25" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.FindAllProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L250C13-L270C77" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.GetDirectorySearcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L275C13-L278C51" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.GlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection.Contains(System.DirectoryServices.ActiveDirectory.GlobalCatalog)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalogCollection.cs#L24C13-L35C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection.IndexOf(System.DirectoryServices.ActiveDirectory.GlobalCatalog)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalogCollection.cs#L40C13-L51C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection.CopyTo(System.DirectoryServices.ActiveDirectory.GlobalCatalog[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalogCollection.cs#L56C13-L57C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalogCollection.cs#L20C49-L20C81" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalogCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.LocatorOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.LocatorOptions.ForceRediscovery", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.LocatorOptions.KdcRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.LocatorOptions.TimeServerRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.LocatorOptions.WriteableRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.LocatorOptions.AvoidSelf", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.LocatorOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaClassCollection.cs#L27C13-L38C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaClassCollection.cs#L43C13-L54C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaClassCollection.cs#L59C13-L60C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaClassCollection.cs#L22C20-L22C65" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaClassCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaPropertyCollection.cs#L27C13-L37C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaPropertyCollection.cs#L42C13-L53C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaPropertyCollection.cs#L58C13-L59C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaPropertyCollection.cs#L22C20-L22C68" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaPropertyCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection.Contains(System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyDirectoryServerCollection.cs#L27C13-L38C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection.IndexOf(System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyDirectoryServerCollection.cs#L43C13-L54C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection.CopyTo(System.DirectoryServices.ActiveDirectory.DirectoryServer[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyDirectoryServerCollection.cs#L59C13-L60C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyDirectoryServerCollection.cs#L23C51-L23C85" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyDirectoryServerCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteCollection.cs#L24C13-L40C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteCollection.cs#L45C13-L61C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteCollection.cs#L66C13-L67C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReadOnlySiteCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteCollection.cs#L20C55-L20C93" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReadOnlySiteCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkBridgeCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkBridgeCollection.cs#L19C13-L34C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkBridgeCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkBridgeCollection.cs#L39C13-L54C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkBridgeCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkBridgeCollection.cs#L59C13-L60C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkBridgeCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkBridgeCollection.cs#L14C20-L14C68" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkBridgeCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkBridgeCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkCollection.cs#L19C13-L34C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkCollection.cs#L39C13-L54C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkCollection.cs#L59C13-L60C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkCollection.cs#L14C20-L14C62" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyStringCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyStringCollection.cs#L31C13-L44C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyStringCollection.IndexOf(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyStringCollection.cs#L49C13-L62C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyStringCollection.CopyTo(System.String[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyStringCollection.cs#L67C13-L68C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReadOnlyStringCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyStringCollection.cs#L20C17-L25C48" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReadOnlyStringCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyStringCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.NotificationStatus.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.NotificationStatus.NoNotification", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.NotificationStatus.IntraSiteOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.NotificationStatus.NotificationAlways", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.NotificationStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationSpan.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationSpan.IntraSite", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationSpan.InterSite", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationSpan", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L41C13-L94C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L105C109-L107C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.DirectoryServer,System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L109C144-L111C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.DirectoryServer,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L113C149-L115C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.DirectoryServer,System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L117C9-L201C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L205C13-L207C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L211C13-L218C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L222C13-L223C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L845C13-L863C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L867C13-L883C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L887C13-L890C25" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L895C13-L904C108" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L229C17-L232C40" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.SourceServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L240C17-L262C42" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.DestinationServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L270C17-L301C47" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L309C17-L324C14" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.TransportType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L345C17-L373C39" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.GeneratedByKcc", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L381C17-L408C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.ReciprocalReplicationEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L451C17-L478C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.ChangeNotificationStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L521C17-L551C61" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.DataCompressionEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L603C17-L632C34" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.ReplicationScheduleOwnedByUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L677C17-L704C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.ReplicationSpan", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L747C17-L764C54" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.ReplicationSchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L773C17-L795C33" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnectionCollection.Contains(System.DirectoryServices.ActiveDirectory.ReplicationConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnectionCollection.cs#L16C13-L34C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnectionCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnectionCollection.cs#L39C13-L57C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnectionCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationConnection[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnectionCollection.cs#L62C13-L63C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnectionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnectionCollection.cs#L12C57-L12C97" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationConnectionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnectionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationCursor.PartitionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs#L45C39-L45C43" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationCursor.SourceInvocationId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs#L47C42-L47C46" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationCursor.UpToDatenessUsn", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs#L49C39-L49C43" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationCursor.SourceServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs#L56C17-L61C38" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationCursor.LastSuccessfulSyncTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs#L69C17-L77C86" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationCursor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationCursorCollection.Contains(System.DirectoryServices.ActiveDirectory.ReplicationCursor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursorCollection.cs#L22C13-L25C47" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationCursorCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationCursor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursorCollection.cs#L30C13-L33C46" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationCursorCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationCursor[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursorCollection.cs#L38C13-L39C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationCursorCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursorCollection.cs#L18C53-L18C89" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationCursorCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursorCollection.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationFailure.SourceServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs#L37C17-L52C38" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationFailure.FirstFailureTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs#L58C44-L58C48" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationFailure.ConsecutiveFailureCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs#L60C46-L60C50" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationFailure.LastErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs#L62C37-L62C47" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationFailure.LastErrorMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs#L64C43-L64C96" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationFailure", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationFailureCollection.Contains(System.DirectoryServices.ActiveDirectory.ReplicationFailure)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailureCollection.cs#L25C13-L28C48" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationFailureCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationFailure)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailureCollection.cs#L33C13-L36C47" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationFailureCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationFailure[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailureCollection.cs#L41C13-L42C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationFailureCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailureCollection.cs#L21C54-L21C91" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationFailureCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailureCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType.Rpc", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType.Smtp", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.PartitionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L76C40-L76C44" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.SourceServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L82C17-L97C38" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.TransportType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L101C61-L101C65" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L103C71-L103C75" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.SourceInvocationId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L105C42-L105C46" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.UsnLastObjectChangeSynced", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L107C49-L107C53" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.UsnAttributeFilter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L109C42-L109C46" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.LastSuccessfulSync", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L111C46-L111C50" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.LastAttemptedSync", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L113C45-L113C49" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.LastSyncResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L115C37-L115C41" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.LastSyncMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L117C42-L117C96" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ConsecutiveFailureCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L119C46-L119C50" - }, - { - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationNeighborCollection.Contains(System.DirectoryServices.ActiveDirectory.ReplicationNeighbor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighborCollection.cs#L25C13-L28C49" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationNeighborCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationNeighbor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighborCollection.cs#L33C13-L36C48" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationNeighborCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationNeighbor[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighborCollection.cs#L41C13-L42C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighborCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighborCollection.cs#L21C55-L21C93" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationNeighborCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighborCollection.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperation.TimeEnqueued", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L47C40-L47C44" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperation.OperationNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L49C38-L49C42" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperation.Priority", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L51C31-L51C35" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperation.OperationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L53C57-L53C61" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperation.PartitionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L55C40-L55C44" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperation.SourceServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L61C17-L76C38" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationOperation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationOperationCollection.Contains(System.DirectoryServices.ActiveDirectory.ReplicationOperation)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationCollection.cs#L25C13-L28C50" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationOperationCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationOperation)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationCollection.cs#L33C13-L36C49" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationOperationCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationOperation[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationCollection.cs#L41C13-L42C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperationCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationCollection.cs#L21C56-L21C95" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationOperationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationOperationInformation.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationInformation.cs#L12C9-L14C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperationInformation.OperationStartTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationInformation.cs#L16C47-L16C56" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperationInformation.CurrentOperation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationInformation.cs#L18C58-L18C67" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperationInformation.PendingOperations", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationInformation.cs#L20C69-L20C79" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationOperationInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationInformation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.FindByTransportType(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L30C13-L96C82" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L312C13-L323C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L327C13-L330C97" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L335C13-L337C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L341C13-L344C42" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L349C13-L358C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.TransportType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L103C17-L106C35" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.IgnoreReplicationSchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L114C17-L132C34" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.BridgeAllSiteLinks", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L164C17-L183C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.SiteLinks", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L217C17-L257C44" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.SiteLinkBridges", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L265C17-L306C42" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole.SchemaRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole.NamingRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole.PdcRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole.RidRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole.InfrastructureRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.AdamRole.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.AdamRole.SchemaRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.AdamRole.NamingRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.AdamRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRoleCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L25C13-L38C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRoleCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L43C13-L58C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRoleCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L63C13-L64C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRoleCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L21C55-L21C93" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRoleCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamRoleCollection.Contains(System.DirectoryServices.ActiveDirectory.AdamRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L83C13-L96C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamRoleCollection.IndexOf(System.DirectoryServices.ActiveDirectory.AdamRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L101C13-L116C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamRoleCollection.CopyTo(System.DirectoryServices.ActiveDirectory.AdamRole[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L121C13-L122C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamRoleCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L79C44-L79C71" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.AdamRoleCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationSecurityLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/SecurityLevel.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationSecurityLevel.MutualAuthentication", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/SecurityLevel.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationSecurityLevel.Negotiate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/SecurityLevel.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationSecurityLevel.NegotiatePassThrough", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/SecurityLevel.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationSecurityLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/SecurityLevel.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameStatus.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameStatus.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameStatus.NewlyCreated", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameStatus.AdminDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameStatus.ConflictDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.TopLevelNameStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.TopLevelName.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs#L29C30-L29C34" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.TopLevelName.Status", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs#L33C20-L33C27" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.TopLevelName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.TopLevelNameCollection.Contains(System.DirectoryServices.ActiveDirectory.TopLevelName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelNameCollection.cs#L16C13-L19C45" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.TopLevelNameCollection.IndexOf(System.DirectoryServices.ActiveDirectory.TopLevelName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelNameCollection.cs#L24C13-L27C44" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.TopLevelNameCollection.CopyTo(System.DirectoryServices.ActiveDirectory.TopLevelName[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelNameCollection.cs#L32C13-L33C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.TopLevelNameCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelNameCollection.cs#L12C48-L12C79" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.TopLevelNameCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelNameCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.TreeRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.ParentChild", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.CrossLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.External", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.Kerberos", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.TrustType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustDirection.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustDirection.Inbound", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustDirection.Outbound", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustDirection.Bidirectional", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.TrustDirection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation.SourceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs#L54C38-L54C44" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation.TargetName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs#L56C38-L56C44" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation.TrustType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs#L58C39-L58C43" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation.TrustDirection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs#L60C49-L60C58" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformationCollection.Contains(System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformationCollection.cs#L35C13-L38C52" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformationCollection.IndexOf(System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformationCollection.cs#L43C13-L46C51" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformationCollection.CopyTo(System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformationCollection.cs#L51C13-L52C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformationCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformationCollection.cs#L30C20-L30C67" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformationCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationOperationType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationOperationType.Sync", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationOperationType.Add", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationOperationType.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationOperationType.Modify", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationOperationType.UpdateReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationOperationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionType.TopLevelName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionType.Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionType.Other", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameCollisionOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameCollisionOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameCollisionOptions.NewlyCreated", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameCollisionOptions.DisabledByAdmin", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameCollisionOptions.DisabledByConflict", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.TopLevelNameCollisionOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainCollisionOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainCollisionOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainCollisionOptions.SidDisabledByAdmin", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainCollisionOptions.SidDisabledByConflict", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainCollisionOptions.NetBiosNameDisabledByAdmin", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainCollisionOptions.NetBiosNameDisabledByConflict", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.DomainCollisionOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.Writeable", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.SyncOnStartup", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.ScheduledSync", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.UseInterSiteTransport", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.TwoWaySync", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.ReturnObjectParent", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.FullSyncInProgress", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.FullSyncNextPacket", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.NeverSynced", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.Preempted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.IgnoreChangeNotifications", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.DisableScheduledSync", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.CompressChanges", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.NoChangeNotifications", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.PartialAttributeSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Drawing.Common.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Drawing.Common.json deleted file mode 100644 index 7fbd06b48f1..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Drawing.Common.json +++ /dev/null @@ -1,11242 +0,0 @@ -{ - "Assembly": "System.Drawing.Common", - "GUID": "46CAABB8B4AB4C3E8D6B6540B41F4DBDFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Drawing.Bitmap.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L26C42-L26C75" - }, - { - "DocsId": "M:System.Drawing.Bitmap.#ctor(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L28C9-L51C10" - }, - { - "DocsId": "M:System.Drawing.Bitmap.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L53C40-L55C10" - }, - { - "DocsId": "M:System.Drawing.Bitmap.#ctor(System.IO.Stream,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L57C9-L77C10" - }, - { - "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L79C53-L81C10" - }, - { - "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L97C48-L99C10" - }, - { - "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Int32,System.Int32,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L101C9-L110C10" - }, - { - "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Int32,System.Int32,System.Int32,System.Drawing.Imaging.PixelFormat,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L112C9-L119C10" - }, - { - "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Int32,System.Int32,System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L121C9-L128C10" - }, - { - "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Drawing.Image)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L130C41-L132C10" - }, - { - "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Drawing.Image,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L134C55-L136C10" - }, - { - "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Drawing.Image,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L138C64-L147C10" - }, - { - "DocsId": "M:System.Drawing.Bitmap.FromHicon(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L155C13-L156C39" - }, - { - "DocsId": "M:System.Drawing.Bitmap.FromResource(System.IntPtr,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L161C13-L171C10" - }, - { - "DocsId": "M:System.Drawing.Bitmap.GetHbitmap", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L174C39-L174C66" - }, - { - "DocsId": "M:System.Drawing.Bitmap.GetHbitmap(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L180C13-L189C28" - }, - { - "DocsId": "M:System.Drawing.Bitmap.GetHicon", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L196C13-L199C26" - }, - { - "DocsId": "M:System.Drawing.Bitmap.Clone(System.Drawing.RectangleF,System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L204C13-L223C42" - }, - { - "DocsId": "M:System.Drawing.Bitmap.MakeTransparent", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L228C13-L241C10" - }, - { - "DocsId": "M:System.Drawing.Bitmap.MakeTransparent(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L245C13-L273C10" - }, - { - "DocsId": "M:System.Drawing.Bitmap.LockBits(System.Drawing.Rectangle,System.Drawing.Imaging.ImageLockMode,System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L277C13-L277C68" - }, - { - "DocsId": "M:System.Drawing.Bitmap.LockBits(System.Drawing.Rectangle,System.Drawing.Imaging.ImageLockMode,System.Drawing.Imaging.PixelFormat,System.Drawing.Imaging.BitmapData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L282C13-L292C31" - }, - { - "DocsId": "M:System.Drawing.Bitmap.UnlockBits(System.Drawing.Imaging.BitmapData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L297C13-L299C10" - }, - { - "DocsId": "M:System.Drawing.Bitmap.GetPixel(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L303C13-L317C42" - }, - { - "DocsId": "M:System.Drawing.Bitmap.SetPixel(System.Int32,System.Int32,System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L322C13-L339C10" - }, - { - "DocsId": "M:System.Drawing.Bitmap.SetResolution(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L343C13-L345C10" - }, - { - "DocsId": "M:System.Drawing.Bitmap.Clone(System.Drawing.Rectangle,System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L348C13-L366C42" - } - ], - "DocsId": "T:System.Drawing.Bitmap", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Bitmap.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.BitmapSuffixInSameAssemblyAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/BitmapSuffixInSameAssemblyAttribute.cs" - } - ], - "DocsId": "T:System.Drawing.BitmapSuffixInSameAssemblyAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/BitmapSuffixInSameAssemblyAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.BitmapSuffixInSatelliteAssemblyAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/BitmapSuffixInSatelliteAssemblyAttribute.cs" - } - ], - "DocsId": "T:System.Drawing.BitmapSuffixInSatelliteAssemblyAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/BitmapSuffixInSatelliteAssemblyAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.BufferedGraphics.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs#L39C13-L55C10" - }, - { - "DocsId": "M:System.Drawing.BufferedGraphics.Render(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs#L67C13-L80C10" - }, - { - "DocsId": "M:System.Drawing.BufferedGraphics.Render", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs#L118C13-L126C10" - }, - { - "DocsId": "M:System.Drawing.BufferedGraphics.Render(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs#L131C48-L131C93" - }, - { - "DocsId": "P:System.Drawing.BufferedGraphics.Graphics", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs#L60C37-L60C61" - } - ], - "DocsId": "T:System.Drawing.BufferedGraphics", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.BufferedGraphicsContext.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L17C9-L40C10" - }, - { - "DocsId": "M:System.Drawing.BufferedGraphicsContext.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L69C39-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.BufferedGraphicsContext.Allocate(System.Drawing.Graphics,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L76C13-L81C78" - }, - { - "DocsId": "M:System.Drawing.BufferedGraphicsContext.Allocate(System.IntPtr,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L89C13-L94C65" - }, - { - "DocsId": "M:System.Drawing.BufferedGraphicsContext.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L174C13-L176C10" - }, - { - "DocsId": "M:System.Drawing.BufferedGraphicsContext.Invalidate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L503C13-L516C10" - }, - { - "DocsId": "P:System.Drawing.BufferedGraphicsContext.MaximumBuffer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L50C20-L50C34" - } - ], - "DocsId": "T:System.Drawing.BufferedGraphicsContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Drawing.Brushes.Transparent", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L151C44-L151C89" - }, - { - "DocsId": "P:System.Drawing.Brushes.AliceBlue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L153C42-L153C83" - }, - { - "DocsId": "P:System.Drawing.Brushes.AntiqueWhite", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L154C45-L154C92" - }, - { - "DocsId": "P:System.Drawing.Brushes.Aqua", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L155C37-L155C68" - }, - { - "DocsId": "P:System.Drawing.Brushes.Aquamarine", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L156C43-L156C86" - }, - { - "DocsId": "P:System.Drawing.Brushes.Azure", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L157C38-L157C71" - }, - { - "DocsId": "P:System.Drawing.Brushes.Beige", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L159C38-L159C71" - }, - { - "DocsId": "P:System.Drawing.Brushes.Bisque", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L160C39-L160C74" - }, - { - "DocsId": "P:System.Drawing.Brushes.Black", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L161C38-L161C71" - }, - { - "DocsId": "P:System.Drawing.Brushes.BlanchedAlmond", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L162C47-L162C98" - }, - { - "DocsId": "P:System.Drawing.Brushes.Blue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L163C37-L163C68" - }, - { - "DocsId": "P:System.Drawing.Brushes.BlueViolet", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L164C43-L164C86" - }, - { - "DocsId": "P:System.Drawing.Brushes.Brown", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L165C38-L165C71" - }, - { - "DocsId": "P:System.Drawing.Brushes.BurlyWood", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L166C42-L166C83" - }, - { - "DocsId": "P:System.Drawing.Brushes.CadetBlue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L168C42-L168C83" - }, - { - "DocsId": "P:System.Drawing.Brushes.Chartreuse", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L169C43-L169C86" - }, - { - "DocsId": "P:System.Drawing.Brushes.Chocolate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L170C42-L170C83" - }, - { - "DocsId": "P:System.Drawing.Brushes.Coral", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L171C38-L171C71" - }, - { - "DocsId": "P:System.Drawing.Brushes.CornflowerBlue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L172C47-L172C98" - }, - { - "DocsId": "P:System.Drawing.Brushes.Cornsilk", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L173C41-L173C80" - }, - { - "DocsId": "P:System.Drawing.Brushes.Crimson", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L174C40-L174C77" - }, - { - "DocsId": "P:System.Drawing.Brushes.Cyan", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L175C37-L175C68" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkBlue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L177C41-L177C80" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkCyan", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L178C41-L178C80" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkGoldenrod", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L179C46-L179C95" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkGray", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L180C41-L180C80" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkGreen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L181C42-L181C83" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkKhaki", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L182C42-L182C83" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkMagenta", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L183C44-L183C89" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkOliveGreen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L184C47-L184C98" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkOrange", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L185C43-L185C86" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkOrchid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L186C43-L186C86" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkRed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L187C40-L187C77" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkSalmon", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L188C43-L188C86" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkSeaGreen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L189C45-L189C92" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkSlateBlue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L190C46-L190C95" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkSlateGray", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L191C46-L191C95" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkTurquoise", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L192C46-L192C95" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkViolet", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L193C43-L193C86" - }, - { - "DocsId": "P:System.Drawing.Brushes.DeepPink", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L194C41-L194C80" - }, - { - "DocsId": "P:System.Drawing.Brushes.DeepSkyBlue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L195C44-L195C89" - }, - { - "DocsId": "P:System.Drawing.Brushes.DimGray", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L196C40-L196C77" - }, - { - "DocsId": "P:System.Drawing.Brushes.DodgerBlue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L197C43-L197C86" - }, - { - "DocsId": "P:System.Drawing.Brushes.Firebrick", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L199C42-L199C83" - }, - { - "DocsId": "P:System.Drawing.Brushes.FloralWhite", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L200C44-L200C89" - }, - { - "DocsId": "P:System.Drawing.Brushes.ForestGreen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L201C44-L201C89" - }, - { - "DocsId": "P:System.Drawing.Brushes.Fuchsia", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L202C40-L202C77" - }, - { - "DocsId": "P:System.Drawing.Brushes.Gainsboro", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L204C42-L204C83" - }, - { - "DocsId": "P:System.Drawing.Brushes.GhostWhite", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L205C43-L205C86" - }, - { - "DocsId": "P:System.Drawing.Brushes.Gold", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L206C37-L206C68" - }, - { - "DocsId": "P:System.Drawing.Brushes.Goldenrod", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L207C42-L207C83" - }, - { - "DocsId": "P:System.Drawing.Brushes.Gray", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L208C37-L208C68" - }, - { - "DocsId": "P:System.Drawing.Brushes.Green", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L209C38-L209C71" - }, - { - "DocsId": "P:System.Drawing.Brushes.GreenYellow", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L210C44-L210C89" - }, - { - "DocsId": "P:System.Drawing.Brushes.Honeydew", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L212C41-L212C80" - }, - { - "DocsId": "P:System.Drawing.Brushes.HotPink", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L213C40-L213C77" - }, - { - "DocsId": "P:System.Drawing.Brushes.IndianRed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L215C42-L215C83" - }, - { - "DocsId": "P:System.Drawing.Brushes.Indigo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L216C39-L216C74" - }, - { - "DocsId": "P:System.Drawing.Brushes.Ivory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L217C38-L217C71" - }, - { - "DocsId": "P:System.Drawing.Brushes.Khaki", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L219C38-L219C71" - }, - { - "DocsId": "P:System.Drawing.Brushes.Lavender", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L221C41-L221C80" - }, - { - "DocsId": "P:System.Drawing.Brushes.LavenderBlush", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L222C46-L222C95" - }, - { - "DocsId": "P:System.Drawing.Brushes.LawnGreen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L223C42-L223C83" - }, - { - "DocsId": "P:System.Drawing.Brushes.LemonChiffon", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L224C45-L224C92" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightBlue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L225C42-L225C83" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightCoral", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L226C43-L226C86" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightCyan", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L227C42-L227C83" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightGoldenrodYellow", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L228C53-L228C116" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightGreen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L229C43-L229C86" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightGray", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L230C42-L230C83" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightPink", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L231C42-L231C83" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightSalmon", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L232C44-L232C89" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightSeaGreen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L233C46-L233C95" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightSkyBlue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L234C45-L234C92" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightSlateGray", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L235C47-L235C98" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightSteelBlue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L236C47-L236C98" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightYellow", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L237C44-L237C89" - }, - { - "DocsId": "P:System.Drawing.Brushes.Lime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L238C37-L238C68" - }, - { - "DocsId": "P:System.Drawing.Brushes.LimeGreen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L239C42-L239C83" - }, - { - "DocsId": "P:System.Drawing.Brushes.Linen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L240C38-L240C71" - }, - { - "DocsId": "P:System.Drawing.Brushes.Magenta", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L242C40-L242C77" - }, - { - "DocsId": "P:System.Drawing.Brushes.Maroon", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L243C39-L243C74" - }, - { - "DocsId": "P:System.Drawing.Brushes.MediumAquamarine", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L244C49-L244C104" - }, - { - "DocsId": "P:System.Drawing.Brushes.MediumBlue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L245C43-L245C86" - }, - { - "DocsId": "P:System.Drawing.Brushes.MediumOrchid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L246C45-L246C92" - }, - { - "DocsId": "P:System.Drawing.Brushes.MediumPurple", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L247C45-L247C92" - }, - { - "DocsId": "P:System.Drawing.Brushes.MediumSeaGreen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L248C47-L248C98" - }, - { - "DocsId": "P:System.Drawing.Brushes.MediumSlateBlue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L249C48-L249C101" - }, - { - "DocsId": "P:System.Drawing.Brushes.MediumSpringGreen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L250C50-L250C107" - }, - { - "DocsId": "P:System.Drawing.Brushes.MediumTurquoise", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L251C48-L251C101" - }, - { - "DocsId": "P:System.Drawing.Brushes.MediumVioletRed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L252C48-L252C101" - }, - { - "DocsId": "P:System.Drawing.Brushes.MidnightBlue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L253C45-L253C92" - }, - { - "DocsId": "P:System.Drawing.Brushes.MintCream", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L254C42-L254C83" - }, - { - "DocsId": "P:System.Drawing.Brushes.MistyRose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L255C42-L255C83" - }, - { - "DocsId": "P:System.Drawing.Brushes.Moccasin", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L256C41-L256C80" - }, - { - "DocsId": "P:System.Drawing.Brushes.NavajoWhite", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L258C44-L258C89" - }, - { - "DocsId": "P:System.Drawing.Brushes.Navy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L259C37-L259C68" - }, - { - "DocsId": "P:System.Drawing.Brushes.OldLace", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L261C40-L261C77" - }, - { - "DocsId": "P:System.Drawing.Brushes.Olive", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L262C38-L262C71" - }, - { - "DocsId": "P:System.Drawing.Brushes.OliveDrab", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L263C42-L263C83" - }, - { - "DocsId": "P:System.Drawing.Brushes.Orange", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L264C39-L264C74" - }, - { - "DocsId": "P:System.Drawing.Brushes.OrangeRed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L265C42-L265C83" - }, - { - "DocsId": "P:System.Drawing.Brushes.Orchid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L266C39-L266C74" - }, - { - "DocsId": "P:System.Drawing.Brushes.PaleGoldenrod", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L268C46-L268C95" - }, - { - "DocsId": "P:System.Drawing.Brushes.PaleGreen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L269C42-L269C83" - }, - { - "DocsId": "P:System.Drawing.Brushes.PaleTurquoise", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L270C46-L270C95" - }, - { - "DocsId": "P:System.Drawing.Brushes.PaleVioletRed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L271C46-L271C95" - }, - { - "DocsId": "P:System.Drawing.Brushes.PapayaWhip", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L272C43-L272C86" - }, - { - "DocsId": "P:System.Drawing.Brushes.PeachPuff", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L273C42-L273C83" - }, - { - "DocsId": "P:System.Drawing.Brushes.Peru", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L274C37-L274C68" - }, - { - "DocsId": "P:System.Drawing.Brushes.Pink", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L275C37-L275C68" - }, - { - "DocsId": "P:System.Drawing.Brushes.Plum", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L276C37-L276C68" - }, - { - "DocsId": "P:System.Drawing.Brushes.PowderBlue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L277C43-L277C86" - }, - { - "DocsId": "P:System.Drawing.Brushes.Purple", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L278C39-L278C74" - }, - { - "DocsId": "P:System.Drawing.Brushes.Red", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L280C36-L280C65" - }, - { - "DocsId": "P:System.Drawing.Brushes.RosyBrown", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L281C42-L281C83" - }, - { - "DocsId": "P:System.Drawing.Brushes.RoyalBlue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L282C42-L282C83" - }, - { - "DocsId": "P:System.Drawing.Brushes.SaddleBrown", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L284C44-L284C89" - }, - { - "DocsId": "P:System.Drawing.Brushes.Salmon", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L285C39-L285C74" - }, - { - "DocsId": "P:System.Drawing.Brushes.SandyBrown", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L286C43-L286C86" - }, - { - "DocsId": "P:System.Drawing.Brushes.SeaGreen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L287C41-L287C80" - }, - { - "DocsId": "P:System.Drawing.Brushes.SeaShell", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L288C41-L288C80" - }, - { - "DocsId": "P:System.Drawing.Brushes.Sienna", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L289C39-L289C74" - }, - { - "DocsId": "P:System.Drawing.Brushes.Silver", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L290C39-L290C74" - }, - { - "DocsId": "P:System.Drawing.Brushes.SkyBlue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L291C40-L291C77" - }, - { - "DocsId": "P:System.Drawing.Brushes.SlateBlue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L292C42-L292C83" - }, - { - "DocsId": "P:System.Drawing.Brushes.SlateGray", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L293C42-L293C83" - }, - { - "DocsId": "P:System.Drawing.Brushes.Snow", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L294C37-L294C68" - }, - { - "DocsId": "P:System.Drawing.Brushes.SpringGreen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L295C44-L295C89" - }, - { - "DocsId": "P:System.Drawing.Brushes.SteelBlue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L296C42-L296C83" - }, - { - "DocsId": "P:System.Drawing.Brushes.Tan", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L298C36-L298C65" - }, - { - "DocsId": "P:System.Drawing.Brushes.Teal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L299C37-L299C68" - }, - { - "DocsId": "P:System.Drawing.Brushes.Thistle", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L300C40-L300C77" - }, - { - "DocsId": "P:System.Drawing.Brushes.Tomato", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L301C39-L301C74" - }, - { - "DocsId": "P:System.Drawing.Brushes.Turquoise", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L302C42-L302C83" - }, - { - "DocsId": "P:System.Drawing.Brushes.Violet", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L304C39-L304C74" - }, - { - "DocsId": "P:System.Drawing.Brushes.Wheat", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L306C38-L306C71" - }, - { - "DocsId": "P:System.Drawing.Brushes.White", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L307C38-L307C71" - }, - { - "DocsId": "P:System.Drawing.Brushes.WhiteSmoke", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L308C43-L308C86" - }, - { - "DocsId": "P:System.Drawing.Brushes.Yellow", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L310C39-L310C74" - }, - { - "DocsId": "P:System.Drawing.Brushes.YellowGreen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs#L311C44-L311C89" - } - ], - "DocsId": "T:System.Drawing.Brushes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brushes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.CharacterRange.#ctor(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L18C13-L20C10" - }, - { - "DocsId": "M:System.Drawing.CharacterRange.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L37C13-L37C57" - }, - { - "DocsId": "M:System.Drawing.CharacterRange.Equals(System.Drawing.CharacterRange)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L42C53-L42C99" - }, - { - "DocsId": "M:System.Drawing.CharacterRange.op_Equality(System.Drawing.CharacterRange,System.Drawing.CharacterRange)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L44C83-L44C98" - }, - { - "DocsId": "M:System.Drawing.CharacterRange.op_Inequality(System.Drawing.CharacterRange,System.Drawing.CharacterRange)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L46C83-L46C99" - }, - { - "DocsId": "M:System.Drawing.CharacterRange.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L48C46-L48C77" - }, - { - "DocsId": "P:System.Drawing.CharacterRange.First", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L25C20-L25C26" - }, - { - "DocsId": "P:System.Drawing.CharacterRange.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L32C20-L32C27" - } - ], - "DocsId": "T:System.Drawing.CharacterRange", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/CharacterRange.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.ContentAlignment.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.ContentAlignment.TopLeft", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.ContentAlignment.TopCenter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.ContentAlignment.TopRight", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.ContentAlignment.MiddleLeft", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.ContentAlignment.MiddleCenter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.ContentAlignment.MiddleRight", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.ContentAlignment.BottomLeft", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.ContentAlignment.BottomCenter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.ContentAlignment.BottomRight", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" - } - ], - "DocsId": "T:System.Drawing.ContentAlignment", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.IDeviceContext.GetHdc", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/IDeviceContext.cs" - }, - { - "DocsId": "M:System.Drawing.IDeviceContext.ReleaseHdc", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/IDeviceContext.cs" - } - ], - "DocsId": "T:System.Drawing.IDeviceContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/IDeviceContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Graphics.FromHdc(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L167C13-L170C41" - }, - { - "DocsId": "M:System.Drawing.Graphics.FromHdcInternal(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L176C13-L177C49" - }, - { - "DocsId": "M:System.Drawing.Graphics.FromHdc(System.IntPtr,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L186C13-L187C49" - }, - { - "DocsId": "M:System.Drawing.Graphics.FromHwnd(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L194C57-L194C79" - }, - { - "DocsId": "M:System.Drawing.Graphics.FromHwndInternal(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L199C13-L200C49" - }, - { - "DocsId": "M:System.Drawing.Graphics.FromImage(System.Drawing.Image)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L208C13-L217C75" - }, - { - "DocsId": "M:System.Drawing.Graphics.ReleaseHdcInternal(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L223C13-L226C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L233C13-L235C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L288C24-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Graphics.GetHdc", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L632C13-L635C31" - }, - { - "DocsId": "M:System.Drawing.Graphics.ReleaseHdc(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L639C47-L639C70" - }, - { - "DocsId": "M:System.Drawing.Graphics.ReleaseHdc", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L641C37-L641C67" - }, - { - "DocsId": "M:System.Drawing.Graphics.Flush", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L646C32-L646C59" - }, - { - "DocsId": "M:System.Drawing.Graphics.Flush(System.Drawing.Drawing2D.FlushIntention)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L653C13-L654C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L656C44-L656C75" - }, - { - "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.Graphics,System.Drawing.Drawing2D.CombineMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L660C13-L666C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L668C48-L668C82" - }, - { - "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.Rectangle,System.Drawing.Drawing2D.CombineMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L672C13-L676C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L678C49-L678C83" - }, - { - "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.RectangleF,System.Drawing.Drawing2D.CombineMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L682C13-L686C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L688C51-L688C85" - }, - { - "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.CombineMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L692C13-L698C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.Region,System.Drawing.Drawing2D.CombineMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L702C13-L708C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.IntersectClip(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L712C13-L716C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.IntersectClip(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L720C13-L724C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.IntersectClip(System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L728C13-L734C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.ExcludeClip(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L738C13-L742C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.ExcludeClip(System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L746C13-L752C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.ResetClip", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L756C13-L757C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.TranslateClip(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L761C13-L762C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.TranslateClip(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L766C13-L767C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L769C48-L769C74" - }, - { - "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L773C13-L778C30" - }, - { - "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L781C52-L781C79" - }, - { - "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L785C13-L790C30" - }, - { - "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L795C13-L795C66" - }, - { - "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L800C13-L805C30" - }, - { - "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L810C13-L810C67" - }, - { - "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L815C13-L820C30" - }, - { - "DocsId": "M:System.Drawing.Graphics.ResetTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L828C13-L829C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.MultiplyTransform(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L834C57-L834C103" - }, - { - "DocsId": "M:System.Drawing.Graphics.MultiplyTransform(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L841C13-L850C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.TranslateTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L852C63-L852C110" - }, - { - "DocsId": "M:System.Drawing.Graphics.TranslateTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L856C13-L857C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.ScaleTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L859C59-L859C102" - }, - { - "DocsId": "M:System.Drawing.Graphics.ScaleTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L863C13-L864C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.RotateTransform(System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L866C53-L866C96" - }, - { - "DocsId": "M:System.Drawing.Graphics.RotateTransform(System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L870C13-L871C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawArc(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L878C13-L886C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawArc(System.Drawing.Pen,System.Drawing.RectangleF,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L893C13-L894C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawArc(System.Drawing.Pen,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L901C13-L909C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawArc(System.Drawing.Pen,System.Drawing.Rectangle,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L916C13-L917C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawBezier(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L924C13-L929C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawBezier(System.Drawing.Pen,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L936C13-L937C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawBezier(System.Drawing.Pen,System.Drawing.Point,System.Drawing.Point,System.Drawing.Point,System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L944C13-L945C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawRectangle(System.Drawing.Pen,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L954C13-L955C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawRectangle(System.Drawing.Pen,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L962C13-L963C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawRectangle(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L970C13-L975C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawRectangle(System.Drawing.Pen,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L982C13-L987C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawRectangles(System.Drawing.Pen,System.Drawing.RectangleF[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L994C13-L1003C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawRectangles(System.Drawing.Pen,System.Drawing.Rectangle[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1010C13-L1019C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawEllipse(System.Drawing.Pen,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1026C13-L1027C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawEllipse(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1034C13-L1040C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawEllipse(System.Drawing.Pen,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1047C13-L1048C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawEllipse(System.Drawing.Pen,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1055C13-L1061C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawPie(System.Drawing.Pen,System.Drawing.RectangleF,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1068C13-L1069C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawPie(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1076C13-L1084C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawPie(System.Drawing.Pen,System.Drawing.Rectangle,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1091C13-L1092C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawPie(System.Drawing.Pen,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1099C13-L1107C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawPolygon(System.Drawing.Pen,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1114C13-L1123C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawPolygon(System.Drawing.Pen,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1130C13-L1139C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawPath(System.Drawing.Pen,System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1146C13-L1153C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1160C13-L1170C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.PointF[],System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1177C13-L1188C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.PointF[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1192C13-L1193C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.PointF[],System.Int32,System.Int32,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1200C13-L1213C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1220C13-L1230C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.Point[],System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1237C13-L1248C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.Point[],System.Int32,System.Int32,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1255C13-L1268C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawClosedCurve(System.Drawing.Pen,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1275C13-L1285C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawClosedCurve(System.Drawing.Pen,System.Drawing.PointF[],System.Single,System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1292C13-L1303C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawClosedCurve(System.Drawing.Pen,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1310C13-L1320C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawClosedCurve(System.Drawing.Pen,System.Drawing.Point[],System.Single,System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1327C13-L1338C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.Clear(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1345C13-L1346C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillRectangle(System.Drawing.Brush,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1353C13-L1354C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillRectangle(System.Drawing.Brush,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1361C13-L1367C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillRectangle(System.Drawing.Brush,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1374C13-L1375C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillRectangle(System.Drawing.Brush,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1382C13-L1388C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillRectangles(System.Drawing.Brush,System.Drawing.RectangleF[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1395C13-L1405C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillRectangles(System.Drawing.Brush,System.Drawing.Rectangle[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1412C13-L1422C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillPolygon(System.Drawing.Brush,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1429C13-L1430C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillPolygon(System.Drawing.Brush,System.Drawing.PointF[],System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1437C13-L1448C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillPolygon(System.Drawing.Brush,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1455C13-L1456C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillPolygon(System.Drawing.Brush,System.Drawing.Point[],System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1463C13-L1474C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillEllipse(System.Drawing.Brush,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1481C13-L1482C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillEllipse(System.Drawing.Brush,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1489C13-L1495C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillEllipse(System.Drawing.Brush,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1502C13-L1503C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillEllipse(System.Drawing.Brush,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1510C13-L1516C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillPie(System.Drawing.Brush,System.Drawing.Rectangle,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1523C13-L1524C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillPie(System.Drawing.Brush,System.Drawing.RectangleF,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1535C13-L1536C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillPie(System.Drawing.Brush,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1543C13-L1551C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillPie(System.Drawing.Brush,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1558C13-L1566C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1573C13-L1583C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.PointF[],System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1590C13-L1591C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.PointF[],System.Drawing.Drawing2D.FillMode,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1595C13-L1607C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1614C13-L1624C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.Point[],System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1628C13-L1629C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.Point[],System.Drawing.Drawing2D.FillMode,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1633C13-L1645C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1652C13-L1653C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1657C13-L1658C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1662C13-L1663C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1667C13-L1668C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1672C13-L1673C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.RectangleF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1677C13-L1690C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Drawing.SizeF,System.Drawing.StringFormat,System.Int32@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1700C13-L1724C37" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Drawing.PointF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1729C13-L1748C37" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Drawing.SizeF)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1751C82-L1751C125" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Drawing.SizeF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1755C13-L1774C37" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1779C13-L1779C63" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1784C13-L1784C72" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Int32,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1789C13-L1789C80" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureCharacterRanges(System.String,System.Drawing.Font,System.Drawing.RectangleF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1794C13-L1822C28" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1830C13-L1831C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1835C13-L1843C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1847C13-L1848C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1852C13-L1862C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1866C13-L1867C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1871C13-L1880C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1884C13-L1885C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1889C13-L1899C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImageUnscaled(System.Drawing.Image,System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1903C13-L1904C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImageUnscaled(System.Drawing.Image,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1908C13-L1909C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImageUnscaled(System.Drawing.Image,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1913C13-L1914C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImageUnscaled(System.Drawing.Image,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1918C13-L1919C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImageUnscaledAndClipped(System.Drawing.Image,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1923C13-L1931C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1945C13-L1962C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1966C13-L1983C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Single,System.Single,System.Drawing.RectangleF,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1987C13-L1998C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Int32,System.Int32,System.Drawing.Rectangle,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2002C13-L2013C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2017C13-L2031C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2035C13-L2049C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2053C13-L2075C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2079C13-L2080C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2090C13-L2091C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2102C13-L2124C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2128C13-L2129C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2138C13-L2139C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2149C13-L2150C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2161C13-L2183C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Single,System.Single,System.Single,System.Single,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2194C13-L2195C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Single,System.Single,System.Single,System.Single,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2207C13-L2208C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Single,System.Single,System.Single,System.Single,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2221C13-L2222C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Single,System.Single,System.Single,System.Single,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2236C13-L2250C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2261C13-L2262C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2274C13-L2275C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2288C13-L2289C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2303C13-L2317C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawLine(System.Drawing.Pen,System.Drawing.PointF,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2324C13-L2325C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawLines(System.Drawing.Pen,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2332C13-L2342C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawLine(System.Drawing.Pen,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2350C13-L2353C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawLine(System.Drawing.Pen,System.Drawing.Point,System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2360C13-L2361C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawLines(System.Drawing.Pen,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2368C13-L2379C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.CopyFromScreen(System.Drawing.Point,System.Drawing.Point,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2386C13-L2387C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.CopyFromScreen(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2394C13-L2395C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.CopyFromScreen(System.Drawing.Point,System.Drawing.Point,System.Drawing.Size,System.Drawing.CopyPixelOperation)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2403C13-L2404C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2408C13-L2409C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2413C13-L2414C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2418C13-L2419C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2423C13-L2424C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2428C13-L2429C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2433C13-L2434C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2438C13-L2439C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2443C13-L2444C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2448C13-L2449C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2457C13-L2458C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2462C13-L2463C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2467C13-L2468C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2477C13-L2478C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2488C13-L2489C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2498C13-L2499C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2509C13-L2510C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2519C13-L2520C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2530C13-L2531C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2540C13-L2541C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2551C13-L2552C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2561C13-L2562C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2572C13-L2573C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2582C13-L2583C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2593C13-L2594C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.TransformPoints(System.Drawing.Drawing2D.CoordinateSpace,System.Drawing.Drawing2D.CoordinateSpace,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2598C13-L2609C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.TransformPoints(System.Drawing.Drawing2D.CoordinateSpace,System.Drawing.Drawing2D.CoordinateSpace,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2613C13-L2624C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.CopyFromScreen(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Size,System.Drawing.CopyPixelOperation)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L16707566C0-L2745C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.GetNearestColor(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2749C13-L2751C44" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawLine(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2759C13-L2762C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawBeziers(System.Drawing.Pen,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2769C13-L2779C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawBeziers(System.Drawing.Pen,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2786C13-L2797C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillPath(System.Drawing.Brush,System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2804C13-L2811C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillRegion(System.Drawing.Brush,System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2818C13-L2825C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawIcon(System.Drawing.Icon,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2829C13-L2842C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawIcon(System.Drawing.Icon,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2852C13-L2865C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawIconUnstretched(System.Drawing.Icon,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2875C13-L2885C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2894C13-L2901C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2909C13-L2916C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2925C13-L2932C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2941C13-L2948C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2957C13-L2972C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2981C13-L2996C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3007C13-L3016C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3027C13-L3036C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3047C13-L3056C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3067C13-L3076C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3087C13-L3104C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3115C13-L3132C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.GetContextInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3152C13-L3153C101" - }, - { - "DocsId": "M:System.Drawing.Graphics.GetContextInfo(System.Drawing.PointF@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3236C13-L3239C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.GetContextInfo(System.Drawing.PointF@,System.Drawing.Region@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3250C13-L3253C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3311C13-L3324C45" - }, - { - "DocsId": "M:System.Drawing.Graphics.Restore(System.Drawing.Drawing2D.GraphicsState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3329C13-L3331C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.BeginContainer(System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3335C13-L3349C49" - }, - { - "DocsId": "M:System.Drawing.Graphics.BeginContainer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3354C13-L3366C49" - }, - { - "DocsId": "M:System.Drawing.Graphics.EndContainer(System.Drawing.Drawing2D.GraphicsContainer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3371C13-L3375C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.BeginContainer(System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3379C13-L3393C49" - }, - { - "DocsId": "M:System.Drawing.Graphics.AddMetafileComment(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3398C13-L3401C10" - }, - { - "DocsId": "M:System.Drawing.Graphics.GetHalftonePalette", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3405C13-L3418C38" - }, - { - "DocsId": "P:System.Drawing.Graphics.Clip", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L299C17-L303C31" - }, - { - "DocsId": "P:System.Drawing.Graphics.ClipBounds", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L312C17-L313C29" - }, - { - "DocsId": "P:System.Drawing.Graphics.CompositingMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L324C17-L325C29" - }, - { - "DocsId": "P:System.Drawing.Graphics.CompositingQuality", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L340C17-L341C27" - }, - { - "DocsId": "P:System.Drawing.Graphics.DpiX", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L356C17-L357C28" - }, - { - "DocsId": "P:System.Drawing.Graphics.DpiY", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L365C17-L366C28" - }, - { - "DocsId": "P:System.Drawing.Graphics.InterpolationMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L377C17-L378C29" - }, - { - "DocsId": "P:System.Drawing.Graphics.IsClipEmpty", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L410C17-L411C32" - }, - { - "DocsId": "P:System.Drawing.Graphics.IsVisibleClipEmpty", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L419C17-L420C32" - }, - { - "DocsId": "P:System.Drawing.Graphics.PageScale", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L428C17-L429C30" - }, - { - "DocsId": "P:System.Drawing.Graphics.PageUnit", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L445C17-L446C29" - }, - { - "DocsId": "P:System.Drawing.Graphics.PixelOffsetMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L466C17-L467C29" - }, - { - "DocsId": "P:System.Drawing.Graphics.RenderingOrigin", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L487C17-L488C40" - }, - { - "DocsId": "P:System.Drawing.Graphics.SmoothingMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L500C17-L501C29" - }, - { - "DocsId": "P:System.Drawing.Graphics.TextContrast", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L533C17-L534C37" - }, - { - "DocsId": "P:System.Drawing.Graphics.TextRenderingHint", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L549C17-L550C29" - }, - { - "DocsId": "P:System.Drawing.Graphics.Transform", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L568C17-L572C31" - }, - { - "DocsId": "P:System.Drawing.Graphics.TransformElements", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L591C17-L609C14" - }, - { - "DocsId": "P:System.Drawing.Graphics.VisibleClipBounds", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3260C17-L3265C29" - }, - { - "DocsId": "T:System.Drawing.Graphics.DrawImageAbort", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs" - }, - { - "DocsId": "T:System.Drawing.Graphics.EnumerateMetafileProc", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs" - } - ], - "DocsId": "T:System.Drawing.Graphics", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.GraphicsUnit.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" - }, - { - "DocsId": "F:System.Drawing.GraphicsUnit.World", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" - }, - { - "DocsId": "F:System.Drawing.GraphicsUnit.Display", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" - }, - { - "DocsId": "F:System.Drawing.GraphicsUnit.Pixel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" - }, - { - "DocsId": "F:System.Drawing.GraphicsUnit.Point", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" - }, - { - "DocsId": "F:System.Drawing.GraphicsUnit.Inch", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" - }, - { - "DocsId": "F:System.Drawing.GraphicsUnit.Document", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" - }, - { - "DocsId": "F:System.Drawing.GraphicsUnit.Millimeter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" - } - ], - "DocsId": "T:System.Drawing.GraphicsUnit", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.IconConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/IconConverter.cs#L15C13-L15C51" - }, - { - "DocsId": "M:System.Drawing.IconConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/IconConverter.cs#L20C13-L21C90" - }, - { - "DocsId": "M:System.Drawing.IconConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/IconConverter.cs#L26C13-L26C122" - }, - { - "DocsId": "M:System.Drawing.IconConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/IconConverter.cs#L31C13-L62C10" - }, - { - "DocsId": "M:System.Drawing.IconConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/IconConverter.cs" - } - ], - "DocsId": "T:System.Drawing.IconConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/IconConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Image.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L132C20-L137C10" - }, - { - "DocsId": "M:System.Drawing.Image.FromFile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L142C58-L142C83" - }, - { - "DocsId": "M:System.Drawing.Image.FromFile(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L146C13-L173C24" - }, - { - "DocsId": "M:System.Drawing.Image.FromStream(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L179C58-L179C89" - }, - { - "DocsId": "M:System.Drawing.Image.FromStream(System.IO.Stream,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L181C91-L181C143" - }, - { - "DocsId": "M:System.Drawing.Image.FromStream(System.IO.Stream,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L185C13-L194C24" - }, - { - "DocsId": "M:System.Drawing.Image.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L233C13-L235C10" - }, - { - "DocsId": "M:System.Drawing.Image.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L240C21-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Image.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L249C13-L252C50" - }, - { - "DocsId": "M:System.Drawing.Image.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L261C13-L287C10" - }, - { - "DocsId": "M:System.Drawing.Image.Save(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L292C46-L292C71" - }, - { - "DocsId": "M:System.Drawing.Image.Save(System.String,System.Drawing.Imaging.ImageFormat)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L299C13-L304C10" - }, - { - "DocsId": "M:System.Drawing.Image.Save(System.String,System.Drawing.Imaging.ImageCodecInfo,System.Drawing.Imaging.EncoderParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L311C13-L357C10" - }, - { - "DocsId": "M:System.Drawing.Image.Save(System.IO.Stream,System.Drawing.Imaging.ImageFormat)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L377C13-L381C10" - }, - { - "DocsId": "M:System.Drawing.Image.Save(System.IO.Stream,System.Drawing.Imaging.ImageCodecInfo,System.Drawing.Imaging.EncoderParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L388C13-L434C10" - }, - { - "DocsId": "M:System.Drawing.Image.SaveAdd(System.Drawing.Imaging.EncoderParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L441C13-L458C10" - }, - { - "DocsId": "M:System.Drawing.Image.SaveAdd(System.Drawing.Image,System.Drawing.Imaging.EncoderParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L465C13-L488C10" - }, - { - "DocsId": "M:System.Drawing.Image.GetBounds(System.Drawing.GraphicsUnit@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L700C13-L701C27" - }, - { - "DocsId": "M:System.Drawing.Image.GetThumbnailImage(System.Int32,System.Int32,System.Drawing.Image.GetThumbnailImageAbort,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L764C13-L772C50" - }, - { - "DocsId": "M:System.Drawing.Image.GetFrameCount(System.Drawing.Imaging.FrameDimension)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L793C13-L795C26" - }, - { - "DocsId": "M:System.Drawing.Image.GetPropertyItem(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L803C13-L825C27" - }, - { - "DocsId": "M:System.Drawing.Image.SelectActiveFrame(System.Drawing.Imaging.FrameDimension,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L833C13-L835C22" - }, - { - "DocsId": "M:System.Drawing.Image.SetPropertyItem(System.Drawing.Imaging.PropertyItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L843C20-L854C10" - }, - { - "DocsId": "M:System.Drawing.Image.RotateFlip(System.Drawing.RotateFlipType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L858C13-L860C10" - }, - { - "DocsId": "M:System.Drawing.Image.RemovePropertyItem(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L867C13-L869C10" - }, - { - "DocsId": "M:System.Drawing.Image.GetEncoderParameterList(System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L878C13-L902C22" - }, - { - "DocsId": "M:System.Drawing.Image.FromHbitmap(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L908C61-L908C94" - }, - { - "DocsId": "M:System.Drawing.Image.FromHbitmap(System.IntPtr,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L915C13-L916C39" - }, - { - "DocsId": "M:System.Drawing.Image.IsExtendedPixelFormat(System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L924C13-L924C57" - }, - { - "DocsId": "M:System.Drawing.Image.IsCanonicalPixelFormat(System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L939C13-L939C58" - }, - { - "DocsId": "M:System.Drawing.Image.GetPixelFormatSize(System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L981C13-L981C57" - }, - { - "DocsId": "M:System.Drawing.Image.IsAlphaPixelFormat(System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L989C13-L989C54" - }, - { - "DocsId": "P:System.Drawing.Image.Tag", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L96C20-L96C29" - }, - { - "DocsId": "P:System.Drawing.Image.PhysicalDimension", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L509C17-L512C49" - }, - { - "DocsId": "P:System.Drawing.Image.Size", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L519C29-L519C52" - }, - { - "DocsId": "P:System.Drawing.Image.Width", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L533C17-L536C30" - }, - { - "DocsId": "P:System.Drawing.Image.Height", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L552C17-L555C31" - }, - { - "DocsId": "P:System.Drawing.Image.HorizontalResolution", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L568C17-L571C32" - }, - { - "DocsId": "P:System.Drawing.Image.VerticalResolution", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L584C17-L587C32" - }, - { - "DocsId": "P:System.Drawing.Image.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L601C17-L604C30" - }, - { - "DocsId": "P:System.Drawing.Image.RawFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L615C17-L620C46" - }, - { - "DocsId": "P:System.Drawing.Image.PixelFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L631C17-L632C77" - }, - { - "DocsId": "P:System.Drawing.Image.PropertyIdList", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L644C17-L654C31" - }, - { - "DocsId": "P:System.Drawing.Image.PropertyItems", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L666C17-L691C31" - }, - { - "DocsId": "P:System.Drawing.Image.Palette", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L712C17-L735C32" - }, - { - "DocsId": "P:System.Drawing.Image.FrameDimensionsList", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs#L960C17-L972C30" - }, - { - "DocsId": "T:System.Drawing.Image.GetThumbnailImageAbort", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs" - } - ], - "DocsId": "T:System.Drawing.Image", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.ImageAnimator.UpdateFrames(System.Drawing.Image)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs#L104C13-L158C10" - }, - { - "DocsId": "M:System.Drawing.ImageAnimator.UpdateFrames", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs#L165C13-L195C10" - }, - { - "DocsId": "M:System.Drawing.ImageAnimator.Animate(System.Drawing.Image,System.EventHandler)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs#L203C13-L282C10" - }, - { - "DocsId": "M:System.Drawing.ImageAnimator.CanAnimate(System.Drawing.Image)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs#L289C13-L310C10" - }, - { - "DocsId": "M:System.Drawing.ImageAnimator.StopAnimate(System.Drawing.Image,System.EventHandler)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs#L318C13-L375C10" - } - ], - "DocsId": "T:System.Drawing.ImageAnimator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.ImageConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L20C13-L20C79" - }, - { - "DocsId": "M:System.Drawing.ImageConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L25C13-L25C91" - }, - { - "DocsId": "M:System.Drawing.ImageConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L30C13-L44C66" - }, - { - "DocsId": "M:System.Drawing.ImageConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L50C13-L88C10" - }, - { - "DocsId": "M:System.Drawing.ImageConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L105C13-L105C76" - }, - { - "DocsId": "M:System.Drawing.ImageConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L108C89-L108C93" - }, - { - "DocsId": "M:System.Drawing.ImageConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ImageConverter.cs" - } - ], - "DocsId": "T:System.Drawing.ImageConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ImageConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.ImageFormatConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L19C13-L19C93" - }, - { - "DocsId": "M:System.Drawing.ImageFormatConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L24C13-L28C64" - }, - { - "DocsId": "M:System.Drawing.ImageFormatConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L34C13-L73C110" - }, - { - "DocsId": "M:System.Drawing.ImageFormatConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L78C13-L121C77" - }, - { - "DocsId": "M:System.Drawing.ImageFormatConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L126C13-L140C16" - }, - { - "DocsId": "M:System.Drawing.ImageFormatConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L143C93-L143C97" - }, - { - "DocsId": "M:System.Drawing.ImageFormatConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs" - } - ], - "DocsId": "T:System.Drawing.ImageFormatConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Pen.#ctor(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pen.cs#L43C35-L45C10" - }, - { - "DocsId": "M:System.Drawing.Pen.#ctor(System.Drawing.Color,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pen.cs#L51C9-L68C10" - }, - { - "DocsId": "M:System.Drawing.Pen.#ctor(System.Drawing.Brush)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pen.cs#L73C35-L75C10" - }, - { - "DocsId": "M:System.Drawing.Pen.#ctor(System.Drawing.Brush,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pen.cs#L80C9-L92C10" - }, - { - "DocsId": "M:System.Drawing.Pen.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pen.cs#L109C13-L112C39" - }, - { - "DocsId": "M:System.Drawing.Pen.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pen.cs#L120C13-L122C10" - }, - { - "DocsId": "M:System.Drawing.Pen.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pen.cs#L170C19-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Pen.SetLineCap(System.Drawing.Drawing2D.LineCap,System.Drawing.Drawing2D.LineCap,System.Drawing.Drawing2D.DashCap)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pen.cs#L202C13-L210C10" - }, - { - "DocsId": "M:System.Drawing.Pen.ResetTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pen.cs#L500C13-L502C10" - }, - { - "DocsId": "M:System.Drawing.Pen.MultiplyTransform(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pen.cs#L507C57-L507C103" - }, - { - "DocsId": "M:System.Drawing.Pen.MultiplyTransform(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pen.cs#L514C13-L526C10" - }, - { - "DocsId": "M:System.Drawing.Pen.TranslateTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pen.cs#L532C63-L532C110" - }, - { - "DocsId": "M:System.Drawing.Pen.TranslateTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pen.cs#L539C13-L542C10" - }, - { - "DocsId": "M:System.Drawing.Pen.ScaleTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pen.cs#L547C59-L547C102" - }, - { - "DocsId": "M:System.Drawing.Pen.ScaleTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pen.cs#L554C13-L557C10" - }, - { - "DocsId": "M:System.Drawing.Pen.RotateTransform(System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pen.cs#L562C53-L562C96" - }, - { - "DocsId": "M:System.Drawing.Pen.RotateTransform(System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pen.cs#L569C13-L572C10" - }, - { - "DocsId": "M:System.Drawing.Pen.System#Drawing#Internal#ISystemColorTracker#OnSystemColorChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pen.cs#L912C13-L916C10" - }, - { - "DocsId": "P:System.Drawing.Pen.Width", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pen.cs#L179C17-L183C33" - }, - { - "DocsId": "P:System.Drawing.Pen.StartCap", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pen.cs#L220C17-L223C42" - }, - { - "DocsId": "P:System.Drawing.Pen.EndCap", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pen.cs#L262C17-L265C40" - }, - { - "DocsId": "P:System.Drawing.Pen.CustomStartCap", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pen.cs#L305C17-L308C73" - }, - { - "DocsId": "P:System.Drawing.Pen.CustomEndCap", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pen.cs#L331C17-L333C73" - }, - { - "DocsId": "P:System.Drawing.Pen.DashCap", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pen.cs#L357C17-L360C41" - }, - { - "DocsId": "P:System.Drawing.Pen.LineJoin", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pen.cs#L387C17-L390C43" - }, - { - "DocsId": "P:System.Drawing.Pen.MiterLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pen.cs#L416C17-L420C38" - }, - { - "DocsId": "P:System.Drawing.Pen.Alignment", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pen.cs#L442C17-L445C32" - }, - { - "DocsId": "P:System.Drawing.Pen.Transform", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pen.cs#L471C17-L475C31" - }, - { - "DocsId": "P:System.Drawing.Pen.PenType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pen.cs#L591C17-L594C38" - }, - { - "DocsId": "P:System.Drawing.Pen.Color", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pen.cs#L605C17-L620C31" - }, - { - "DocsId": "P:System.Drawing.Pen.Brush", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pen.cs#L652C17-L680C31" - }, - { - "DocsId": "P:System.Drawing.Pen.DashStyle", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pen.cs#L717C17-L720C45" - }, - { - "DocsId": "P:System.Drawing.Pen.DashOffset", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pen.cs#L775C17-L779C38" - }, - { - "DocsId": "P:System.Drawing.Pen.DashPattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pen.cs#L800C17-L828C32" - }, - { - "DocsId": "P:System.Drawing.Pen.CompoundArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pen.cs#L876C17-L883C30" - } - ], - "DocsId": "T:System.Drawing.Pen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pen.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Drawing.Pens.Transparent", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L151C42-L151C85" - }, - { - "DocsId": "P:System.Drawing.Pens.AliceBlue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L153C40-L153C79" - }, - { - "DocsId": "P:System.Drawing.Pens.AntiqueWhite", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L154C43-L154C88" - }, - { - "DocsId": "P:System.Drawing.Pens.Aqua", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L155C35-L155C64" - }, - { - "DocsId": "P:System.Drawing.Pens.Aquamarine", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L156C41-L156C82" - }, - { - "DocsId": "P:System.Drawing.Pens.Azure", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L157C36-L157C67" - }, - { - "DocsId": "P:System.Drawing.Pens.Beige", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L159C36-L159C67" - }, - { - "DocsId": "P:System.Drawing.Pens.Bisque", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L160C37-L160C70" - }, - { - "DocsId": "P:System.Drawing.Pens.Black", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L161C36-L161C67" - }, - { - "DocsId": "P:System.Drawing.Pens.BlanchedAlmond", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L162C45-L162C94" - }, - { - "DocsId": "P:System.Drawing.Pens.Blue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L163C35-L163C64" - }, - { - "DocsId": "P:System.Drawing.Pens.BlueViolet", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L164C41-L164C82" - }, - { - "DocsId": "P:System.Drawing.Pens.Brown", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L165C36-L165C67" - }, - { - "DocsId": "P:System.Drawing.Pens.BurlyWood", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L166C40-L166C79" - }, - { - "DocsId": "P:System.Drawing.Pens.CadetBlue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L168C40-L168C79" - }, - { - "DocsId": "P:System.Drawing.Pens.Chartreuse", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L169C41-L169C82" - }, - { - "DocsId": "P:System.Drawing.Pens.Chocolate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L170C40-L170C79" - }, - { - "DocsId": "P:System.Drawing.Pens.Coral", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L171C36-L171C67" - }, - { - "DocsId": "P:System.Drawing.Pens.CornflowerBlue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L172C45-L172C94" - }, - { - "DocsId": "P:System.Drawing.Pens.Cornsilk", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L173C39-L173C76" - }, - { - "DocsId": "P:System.Drawing.Pens.Crimson", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L174C38-L174C73" - }, - { - "DocsId": "P:System.Drawing.Pens.Cyan", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L175C35-L175C64" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkBlue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L177C39-L177C76" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkCyan", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L178C39-L178C76" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkGoldenrod", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L179C44-L179C91" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkGray", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L180C39-L180C76" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkGreen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L181C40-L181C79" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkKhaki", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L182C40-L182C79" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkMagenta", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L183C42-L183C85" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkOliveGreen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L184C45-L184C94" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkOrange", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L185C41-L185C82" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkOrchid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L186C41-L186C82" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkRed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L187C38-L187C73" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkSalmon", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L188C41-L188C82" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkSeaGreen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L189C43-L189C88" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkSlateBlue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L190C44-L190C91" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkSlateGray", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L191C44-L191C91" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkTurquoise", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L192C44-L192C91" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkViolet", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L193C41-L193C82" - }, - { - "DocsId": "P:System.Drawing.Pens.DeepPink", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L194C39-L194C76" - }, - { - "DocsId": "P:System.Drawing.Pens.DeepSkyBlue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L195C42-L195C85" - }, - { - "DocsId": "P:System.Drawing.Pens.DimGray", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L196C38-L196C73" - }, - { - "DocsId": "P:System.Drawing.Pens.DodgerBlue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L197C41-L197C82" - }, - { - "DocsId": "P:System.Drawing.Pens.Firebrick", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L199C40-L199C79" - }, - { - "DocsId": "P:System.Drawing.Pens.FloralWhite", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L200C42-L200C85" - }, - { - "DocsId": "P:System.Drawing.Pens.ForestGreen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L201C42-L201C85" - }, - { - "DocsId": "P:System.Drawing.Pens.Fuchsia", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L202C38-L202C73" - }, - { - "DocsId": "P:System.Drawing.Pens.Gainsboro", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L204C40-L204C79" - }, - { - "DocsId": "P:System.Drawing.Pens.GhostWhite", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L205C41-L205C82" - }, - { - "DocsId": "P:System.Drawing.Pens.Gold", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L206C35-L206C64" - }, - { - "DocsId": "P:System.Drawing.Pens.Goldenrod", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L207C40-L207C79" - }, - { - "DocsId": "P:System.Drawing.Pens.Gray", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L208C35-L208C64" - }, - { - "DocsId": "P:System.Drawing.Pens.Green", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L209C36-L209C67" - }, - { - "DocsId": "P:System.Drawing.Pens.GreenYellow", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L210C42-L210C85" - }, - { - "DocsId": "P:System.Drawing.Pens.Honeydew", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L212C39-L212C76" - }, - { - "DocsId": "P:System.Drawing.Pens.HotPink", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L213C38-L213C73" - }, - { - "DocsId": "P:System.Drawing.Pens.IndianRed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L215C40-L215C79" - }, - { - "DocsId": "P:System.Drawing.Pens.Indigo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L216C37-L216C70" - }, - { - "DocsId": "P:System.Drawing.Pens.Ivory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L217C36-L217C67" - }, - { - "DocsId": "P:System.Drawing.Pens.Khaki", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L219C36-L219C67" - }, - { - "DocsId": "P:System.Drawing.Pens.Lavender", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L221C39-L221C76" - }, - { - "DocsId": "P:System.Drawing.Pens.LavenderBlush", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L222C44-L222C91" - }, - { - "DocsId": "P:System.Drawing.Pens.LawnGreen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L223C40-L223C79" - }, - { - "DocsId": "P:System.Drawing.Pens.LemonChiffon", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L224C43-L224C88" - }, - { - "DocsId": "P:System.Drawing.Pens.LightBlue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L225C40-L225C79" - }, - { - "DocsId": "P:System.Drawing.Pens.LightCoral", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L226C41-L226C82" - }, - { - "DocsId": "P:System.Drawing.Pens.LightCyan", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L227C40-L227C79" - }, - { - "DocsId": "P:System.Drawing.Pens.LightGoldenrodYellow", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L228C51-L228C112" - }, - { - "DocsId": "P:System.Drawing.Pens.LightGreen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L229C41-L229C82" - }, - { - "DocsId": "P:System.Drawing.Pens.LightGray", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L230C40-L230C79" - }, - { - "DocsId": "P:System.Drawing.Pens.LightPink", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L231C40-L231C79" - }, - { - "DocsId": "P:System.Drawing.Pens.LightSalmon", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L232C42-L232C85" - }, - { - "DocsId": "P:System.Drawing.Pens.LightSeaGreen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L233C44-L233C91" - }, - { - "DocsId": "P:System.Drawing.Pens.LightSkyBlue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L234C43-L234C88" - }, - { - "DocsId": "P:System.Drawing.Pens.LightSlateGray", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L235C45-L235C94" - }, - { - "DocsId": "P:System.Drawing.Pens.LightSteelBlue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L236C45-L236C94" - }, - { - "DocsId": "P:System.Drawing.Pens.LightYellow", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L237C42-L237C85" - }, - { - "DocsId": "P:System.Drawing.Pens.Lime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L238C35-L238C64" - }, - { - "DocsId": "P:System.Drawing.Pens.LimeGreen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L239C40-L239C79" - }, - { - "DocsId": "P:System.Drawing.Pens.Linen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L240C36-L240C67" - }, - { - "DocsId": "P:System.Drawing.Pens.Magenta", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L242C38-L242C73" - }, - { - "DocsId": "P:System.Drawing.Pens.Maroon", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L243C37-L243C70" - }, - { - "DocsId": "P:System.Drawing.Pens.MediumAquamarine", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L244C47-L244C100" - }, - { - "DocsId": "P:System.Drawing.Pens.MediumBlue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L245C41-L245C82" - }, - { - "DocsId": "P:System.Drawing.Pens.MediumOrchid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L246C43-L246C88" - }, - { - "DocsId": "P:System.Drawing.Pens.MediumPurple", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L247C43-L247C88" - }, - { - "DocsId": "P:System.Drawing.Pens.MediumSeaGreen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L248C45-L248C94" - }, - { - "DocsId": "P:System.Drawing.Pens.MediumSlateBlue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L249C46-L249C97" - }, - { - "DocsId": "P:System.Drawing.Pens.MediumSpringGreen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L250C48-L250C103" - }, - { - "DocsId": "P:System.Drawing.Pens.MediumTurquoise", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L251C46-L251C97" - }, - { - "DocsId": "P:System.Drawing.Pens.MediumVioletRed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L252C46-L252C97" - }, - { - "DocsId": "P:System.Drawing.Pens.MidnightBlue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L253C43-L253C88" - }, - { - "DocsId": "P:System.Drawing.Pens.MintCream", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L254C40-L254C79" - }, - { - "DocsId": "P:System.Drawing.Pens.MistyRose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L255C40-L255C79" - }, - { - "DocsId": "P:System.Drawing.Pens.Moccasin", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L256C39-L256C76" - }, - { - "DocsId": "P:System.Drawing.Pens.NavajoWhite", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L258C42-L258C85" - }, - { - "DocsId": "P:System.Drawing.Pens.Navy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L259C35-L259C64" - }, - { - "DocsId": "P:System.Drawing.Pens.OldLace", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L261C38-L261C73" - }, - { - "DocsId": "P:System.Drawing.Pens.Olive", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L262C36-L262C67" - }, - { - "DocsId": "P:System.Drawing.Pens.OliveDrab", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L263C40-L263C79" - }, - { - "DocsId": "P:System.Drawing.Pens.Orange", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L264C37-L264C70" - }, - { - "DocsId": "P:System.Drawing.Pens.OrangeRed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L265C40-L265C79" - }, - { - "DocsId": "P:System.Drawing.Pens.Orchid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L266C37-L266C70" - }, - { - "DocsId": "P:System.Drawing.Pens.PaleGoldenrod", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L268C44-L268C91" - }, - { - "DocsId": "P:System.Drawing.Pens.PaleGreen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L269C40-L269C79" - }, - { - "DocsId": "P:System.Drawing.Pens.PaleTurquoise", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L270C44-L270C91" - }, - { - "DocsId": "P:System.Drawing.Pens.PaleVioletRed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L271C44-L271C91" - }, - { - "DocsId": "P:System.Drawing.Pens.PapayaWhip", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L272C41-L272C82" - }, - { - "DocsId": "P:System.Drawing.Pens.PeachPuff", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L273C40-L273C79" - }, - { - "DocsId": "P:System.Drawing.Pens.Peru", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L274C35-L274C64" - }, - { - "DocsId": "P:System.Drawing.Pens.Pink", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L275C35-L275C64" - }, - { - "DocsId": "P:System.Drawing.Pens.Plum", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L276C35-L276C64" - }, - { - "DocsId": "P:System.Drawing.Pens.PowderBlue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L277C41-L277C82" - }, - { - "DocsId": "P:System.Drawing.Pens.Purple", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L278C37-L278C70" - }, - { - "DocsId": "P:System.Drawing.Pens.Red", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L280C34-L280C61" - }, - { - "DocsId": "P:System.Drawing.Pens.RosyBrown", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L281C40-L281C79" - }, - { - "DocsId": "P:System.Drawing.Pens.RoyalBlue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L282C40-L282C79" - }, - { - "DocsId": "P:System.Drawing.Pens.SaddleBrown", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L284C42-L284C85" - }, - { - "DocsId": "P:System.Drawing.Pens.Salmon", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L285C37-L285C70" - }, - { - "DocsId": "P:System.Drawing.Pens.SandyBrown", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L286C41-L286C82" - }, - { - "DocsId": "P:System.Drawing.Pens.SeaGreen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L287C39-L287C76" - }, - { - "DocsId": "P:System.Drawing.Pens.SeaShell", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L288C39-L288C76" - }, - { - "DocsId": "P:System.Drawing.Pens.Sienna", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L289C37-L289C70" - }, - { - "DocsId": "P:System.Drawing.Pens.Silver", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L290C37-L290C70" - }, - { - "DocsId": "P:System.Drawing.Pens.SkyBlue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L291C38-L291C73" - }, - { - "DocsId": "P:System.Drawing.Pens.SlateBlue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L292C40-L292C79" - }, - { - "DocsId": "P:System.Drawing.Pens.SlateGray", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L293C40-L293C79" - }, - { - "DocsId": "P:System.Drawing.Pens.Snow", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L294C35-L294C64" - }, - { - "DocsId": "P:System.Drawing.Pens.SpringGreen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L295C42-L295C85" - }, - { - "DocsId": "P:System.Drawing.Pens.SteelBlue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L296C40-L296C79" - }, - { - "DocsId": "P:System.Drawing.Pens.Tan", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L298C34-L298C61" - }, - { - "DocsId": "P:System.Drawing.Pens.Teal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L299C35-L299C64" - }, - { - "DocsId": "P:System.Drawing.Pens.Thistle", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L300C38-L300C73" - }, - { - "DocsId": "P:System.Drawing.Pens.Tomato", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L301C37-L301C70" - }, - { - "DocsId": "P:System.Drawing.Pens.Turquoise", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L302C40-L302C79" - }, - { - "DocsId": "P:System.Drawing.Pens.Violet", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L304C37-L304C70" - }, - { - "DocsId": "P:System.Drawing.Pens.Wheat", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L306C36-L306C67" - }, - { - "DocsId": "P:System.Drawing.Pens.White", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L307C36-L307C67" - }, - { - "DocsId": "P:System.Drawing.Pens.WhiteSmoke", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L308C41-L308C82" - }, - { - "DocsId": "P:System.Drawing.Pens.Yellow", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L310C37-L310C70" - }, - { - "DocsId": "P:System.Drawing.Pens.YellowGreen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs#L311C42-L311C85" - } - ], - "DocsId": "T:System.Drawing.Pens", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Pens.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.RotateFlipType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.RotateNoneFlipNone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.Rotate90FlipNone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.Rotate180FlipNone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.Rotate270FlipNone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.RotateNoneFlipX", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.Rotate90FlipX", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.Rotate180FlipX", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.Rotate270FlipX", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.RotateNoneFlipY", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.Rotate90FlipY", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.Rotate180FlipY", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.Rotate270FlipY", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.RotateNoneFlipXY", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.Rotate90FlipXY", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.Rotate180FlipXY", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.Rotate270FlipXY", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - } - ], - "DocsId": "T:System.Drawing.RotateFlipType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.StringFormat.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L28C33-L30C10" - }, - { - "DocsId": "M:System.Drawing.StringFormat.#ctor(System.Drawing.StringFormatFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L36C9-L38C10" - }, - { - "DocsId": "M:System.Drawing.StringFormat.#ctor(System.Drawing.StringFormatFlags,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L44C9-L50C10" - }, - { - "DocsId": "M:System.Drawing.StringFormat.#ctor(System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L56C9-L64C10" - }, - { - "DocsId": "M:System.Drawing.StringFormat.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L71C13-L73C10" - }, - { - "DocsId": "M:System.Drawing.StringFormat.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L112C13-L119C41" - }, - { - "DocsId": "M:System.Drawing.StringFormat.SetMeasurableCharacterRanges(System.Drawing.CharacterRange[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L153C13-L157C10" - }, - { - "DocsId": "M:System.Drawing.StringFormat.SetTabStops(System.Single,System.Single[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L253C13-L272C10" - }, - { - "DocsId": "M:System.Drawing.StringFormat.GetTabStops(System.Single@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L280C13-L291C29" - }, - { - "DocsId": "M:System.Drawing.StringFormat.SetDigitSubstitution(System.Int32,System.Drawing.StringDigitSubstitute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L379C13-L383C10" - }, - { - "DocsId": "M:System.Drawing.StringFormat.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L434C13-L435C10" - }, - { - "DocsId": "M:System.Drawing.StringFormat.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L440C46-L440C90" - }, - { - "DocsId": "P:System.Drawing.StringFormat.FormatFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L132C17-L137C31" - }, - { - "DocsId": "P:System.Drawing.StringFormat.Alignment", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L168C17-L173C34" - }, - { - "DocsId": "P:System.Drawing.StringFormat.LineAlignment", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L198C17-L203C34" - }, - { - "DocsId": "P:System.Drawing.StringFormat.HotkeyPrefix", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L227C17-L232C37" - }, - { - "DocsId": "P:System.Drawing.StringFormat.Trimming", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L306C17-L310C33" - }, - { - "DocsId": "P:System.Drawing.StringFormat.GenericDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L343C17-L348C49" - }, - { - "DocsId": "P:System.Drawing.StringFormat.GenericTypographic", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L368C17-L373C49" - }, - { - "DocsId": "P:System.Drawing.StringFormat.DigitSubstitutionMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L394C17-L399C40" - }, - { - "DocsId": "P:System.Drawing.StringFormat.DigitSubstitutionLanguage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L411C17-L416C33" - } - ], - "DocsId": "T:System.Drawing.StringFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringFormat.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.SystemFonts.GetFontByName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L14C13-L47C25" - }, - { - "DocsId": "P:System.Drawing.SystemFonts.CaptionFont", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L63C17-L71C36" - }, - { - "DocsId": "P:System.Drawing.SystemFonts.SmallCaptionFont", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L79C17-L87C38" - }, - { - "DocsId": "P:System.Drawing.SystemFonts.MenuFont", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L95C17-L103C33" - }, - { - "DocsId": "P:System.Drawing.SystemFonts.StatusFont", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L111C17-L119C35" - }, - { - "DocsId": "P:System.Drawing.SystemFonts.MessageBoxFont", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L127C17-L135C39" - }, - { - "DocsId": "P:System.Drawing.SystemFonts.IconTitleFont", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L155C17-L164C38" - }, - { - "DocsId": "P:System.Drawing.SystemFonts.DefaultFont", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L172C17-L224C36" - }, - { - "DocsId": "P:System.Drawing.SystemFonts.DialogFont", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L232C17-L264C35" - } - ], - "DocsId": "T:System.Drawing.SystemFonts", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemFonts.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.SystemPens.FromSystemColor(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L59C13-L79C57" - }, - { - "DocsId": "P:System.Drawing.SystemPens.ActiveBorder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L13C43-L13C85" - }, - { - "DocsId": "P:System.Drawing.SystemPens.ActiveCaption", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L14C44-L14C87" - }, - { - "DocsId": "P:System.Drawing.SystemPens.ActiveCaptionText", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L15C48-L15C95" - }, - { - "DocsId": "P:System.Drawing.SystemPens.AppWorkspace", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L16C43-L16C85" - }, - { - "DocsId": "P:System.Drawing.SystemPens.ButtonFace", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L18C41-L18C81" - }, - { - "DocsId": "P:System.Drawing.SystemPens.ButtonHighlight", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L19C46-L19C91" - }, - { - "DocsId": "P:System.Drawing.SystemPens.ButtonShadow", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L21C43-L21C85" - }, - { - "DocsId": "P:System.Drawing.SystemPens.Control", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L23C38-L23C75" - }, - { - "DocsId": "P:System.Drawing.SystemPens.ControlText", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L24C42-L24C83" - }, - { - "DocsId": "P:System.Drawing.SystemPens.ControlDark", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L25C42-L25C83" - }, - { - "DocsId": "P:System.Drawing.SystemPens.ControlDarkDark", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L26C46-L26C91" - }, - { - "DocsId": "P:System.Drawing.SystemPens.ControlLight", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L27C43-L27C85" - }, - { - "DocsId": "P:System.Drawing.SystemPens.ControlLightLight", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L28C48-L28C95" - }, - { - "DocsId": "P:System.Drawing.SystemPens.Desktop", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L30C38-L30C75" - }, - { - "DocsId": "P:System.Drawing.SystemPens.GradientActiveCaption", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L32C52-L32C103" - }, - { - "DocsId": "P:System.Drawing.SystemPens.GradientInactiveCaption", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L33C54-L33C107" - }, - { - "DocsId": "P:System.Drawing.SystemPens.GrayText", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L34C39-L34C77" - }, - { - "DocsId": "P:System.Drawing.SystemPens.Highlight", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L36C40-L36C79" - }, - { - "DocsId": "P:System.Drawing.SystemPens.HighlightText", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L37C44-L37C87" - }, - { - "DocsId": "P:System.Drawing.SystemPens.HotTrack", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L38C39-L38C77" - }, - { - "DocsId": "P:System.Drawing.SystemPens.InactiveBorder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L40C45-L40C89" - }, - { - "DocsId": "P:System.Drawing.SystemPens.InactiveCaption", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L41C46-L41C91" - }, - { - "DocsId": "P:System.Drawing.SystemPens.InactiveCaptionText", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L42C50-L42C99" - }, - { - "DocsId": "P:System.Drawing.SystemPens.Info", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L43C35-L43C69" - }, - { - "DocsId": "P:System.Drawing.SystemPens.InfoText", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L44C39-L44C77" - }, - { - "DocsId": "P:System.Drawing.SystemPens.Menu", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L46C35-L46C69" - }, - { - "DocsId": "P:System.Drawing.SystemPens.MenuBar", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L47C38-L47C75" - }, - { - "DocsId": "P:System.Drawing.SystemPens.MenuHighlight", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L48C44-L48C87" - }, - { - "DocsId": "P:System.Drawing.SystemPens.MenuText", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L49C39-L49C77" - }, - { - "DocsId": "P:System.Drawing.SystemPens.ScrollBar", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L51C40-L51C79" - }, - { - "DocsId": "P:System.Drawing.SystemPens.Window", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L53C37-L53C73" - }, - { - "DocsId": "P:System.Drawing.SystemPens.WindowFrame", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L54C42-L54C83" - }, - { - "DocsId": "P:System.Drawing.SystemPens.WindowText", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L55C41-L55C81" - } - ], - "DocsId": "T:System.Drawing.SystemPens", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemPens.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.CopyPixelOperation.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.Blackness", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.CaptureBlt", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.DestinationInvert", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.MergeCopy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.MergePaint", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.NoMirrorBitmap", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.NotSourceCopy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.NotSourceErase", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.PatCopy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.PatInvert", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.PatPaint", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.SourceAnd", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.SourceCopy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.SourceErase", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.SourceInvert", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.SourcePaint", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.Whiteness", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - } - ], - "DocsId": "T:System.Drawing.CopyPixelOperation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.FontStyle.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontStyle.cs" - }, - { - "DocsId": "F:System.Drawing.FontStyle.Regular", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontStyle.cs" - }, - { - "DocsId": "F:System.Drawing.FontStyle.Bold", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontStyle.cs" - }, - { - "DocsId": "F:System.Drawing.FontStyle.Italic", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontStyle.cs" - }, - { - "DocsId": "F:System.Drawing.FontStyle.Underline", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontStyle.cs" - }, - { - "DocsId": "F:System.Drawing.FontStyle.Strikeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontStyle.cs" - } - ], - "DocsId": "T:System.Drawing.FontStyle", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontStyle.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Region.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L21C9-L25C10" - }, - { - "DocsId": "M:System.Drawing.Region.#ctor(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L27C9-L31C10" - }, - { - "DocsId": "M:System.Drawing.Region.#ctor(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L33C9-L37C10" - }, - { - "DocsId": "M:System.Drawing.Region.#ctor(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L39C9-L45C10" - }, - { - "DocsId": "M:System.Drawing.Region.#ctor(System.Drawing.Drawing2D.RegionData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L47C9-L57C10" - }, - { - "DocsId": "M:System.Drawing.Region.FromHrgn(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L63C13-L64C39" - }, - { - "DocsId": "M:System.Drawing.Region.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L77C13-L78C39" - }, - { - "DocsId": "M:System.Drawing.Region.ReleaseHrgn(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L82C13-L88C10" - }, - { - "DocsId": "M:System.Drawing.Region.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L92C13-L94C10" - }, - { - "DocsId": "M:System.Drawing.Region.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L124C22-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Region.MakeInfinite", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L128C13-L129C10" - }, - { - "DocsId": "M:System.Drawing.Region.MakeEmpty", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L133C13-L134C10" - }, - { - "DocsId": "M:System.Drawing.Region.Intersect(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L138C13-L139C10" - }, - { - "DocsId": "M:System.Drawing.Region.Intersect(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L143C13-L144C10" - }, - { - "DocsId": "M:System.Drawing.Region.Intersect(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L148C13-L151C10" - }, - { - "DocsId": "M:System.Drawing.Region.Intersect(System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L155C13-L158C10" - }, - { - "DocsId": "M:System.Drawing.Region.Union(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L162C13-L163C10" - }, - { - "DocsId": "M:System.Drawing.Region.Union(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L167C13-L168C10" - }, - { - "DocsId": "M:System.Drawing.Region.Union(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L172C13-L175C10" - }, - { - "DocsId": "M:System.Drawing.Region.Union(System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L179C13-L182C10" - }, - { - "DocsId": "M:System.Drawing.Region.Xor(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L186C13-L187C10" - }, - { - "DocsId": "M:System.Drawing.Region.Xor(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L191C13-L192C10" - }, - { - "DocsId": "M:System.Drawing.Region.Xor(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L196C13-L199C10" - }, - { - "DocsId": "M:System.Drawing.Region.Xor(System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L203C13-L206C10" - }, - { - "DocsId": "M:System.Drawing.Region.Exclude(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L210C13-L211C10" - }, - { - "DocsId": "M:System.Drawing.Region.Exclude(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L215C13-L216C10" - }, - { - "DocsId": "M:System.Drawing.Region.Exclude(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L220C13-L226C10" - }, - { - "DocsId": "M:System.Drawing.Region.Exclude(System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L230C13-L236C10" - }, - { - "DocsId": "M:System.Drawing.Region.Complement(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L240C13-L241C10" - }, - { - "DocsId": "M:System.Drawing.Region.Complement(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L245C13-L246C10" - }, - { - "DocsId": "M:System.Drawing.Region.Complement(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L250C13-L253C10" - }, - { - "DocsId": "M:System.Drawing.Region.Complement(System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L257C13-L260C10" - }, - { - "DocsId": "M:System.Drawing.Region.Translate(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L264C13-L265C10" - }, - { - "DocsId": "M:System.Drawing.Region.Translate(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L269C13-L270C10" - }, - { - "DocsId": "M:System.Drawing.Region.Transform(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L274C13-L279C10" - }, - { - "DocsId": "M:System.Drawing.Region.GetBounds(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L283C13-L286C27" - }, - { - "DocsId": "M:System.Drawing.Region.GetHrgn(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L291C13-L294C25" - }, - { - "DocsId": "M:System.Drawing.Region.IsEmpty(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L299C13-L302C33" - }, - { - "DocsId": "M:System.Drawing.Region.IsInfinite(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L307C13-L310C36" - }, - { - "DocsId": "M:System.Drawing.Region.Equals(System.Drawing.Region,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L315C13-L319C33" - }, - { - "DocsId": "M:System.Drawing.Region.GetRegionData", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L324C13-L331C47" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L334C52-L334C85" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L336C48-L336C70" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Single,System.Single,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L338C65-L338C95" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.PointF,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L342C13-L348C35" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L351C79-L351C131" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L353C51-L353C72" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Single,System.Single,System.Single,System.Single,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L355C92-L355C141" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.RectangleF,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L359C13-L365C35" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Int32,System.Int32,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L368C61-L368C90" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L370C47-L370C69" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.Point,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L374C13-L380C35" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L383C71-L383C122" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L385C50-L385C71" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L387C84-L387C132" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.Rectangle,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L391C13-L397C35" - }, - { - "DocsId": "M:System.Drawing.Region.GetRegionScans(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs#L402C13-L425C31" - } - ], - "DocsId": "T:System.Drawing.Region", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Region.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.StringAlignment.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.StringAlignment.Near", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.StringAlignment.Center", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.StringAlignment.Far", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringAlignment.cs" - } - ], - "DocsId": "T:System.Drawing.StringAlignment", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringAlignment.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.StringDigitSubstitute.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" - }, - { - "DocsId": "F:System.Drawing.StringDigitSubstitute.User", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" - }, - { - "DocsId": "F:System.Drawing.StringDigitSubstitute.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" - }, - { - "DocsId": "F:System.Drawing.StringDigitSubstitute.National", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" - }, - { - "DocsId": "F:System.Drawing.StringDigitSubstitute.Traditional", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" - } - ], - "DocsId": "T:System.Drawing.StringDigitSubstitute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.StringFormatFlags.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" - }, - { - "DocsId": "F:System.Drawing.StringFormatFlags.DirectionRightToLeft", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" - }, - { - "DocsId": "F:System.Drawing.StringFormatFlags.DirectionVertical", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" - }, - { - "DocsId": "F:System.Drawing.StringFormatFlags.FitBlackBox", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" - }, - { - "DocsId": "F:System.Drawing.StringFormatFlags.DisplayFormatControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" - }, - { - "DocsId": "F:System.Drawing.StringFormatFlags.NoFontFallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" - }, - { - "DocsId": "F:System.Drawing.StringFormatFlags.MeasureTrailingSpaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" - }, - { - "DocsId": "F:System.Drawing.StringFormatFlags.NoWrap", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" - }, - { - "DocsId": "F:System.Drawing.StringFormatFlags.LineLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" - }, - { - "DocsId": "F:System.Drawing.StringFormatFlags.NoClip", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" - } - ], - "DocsId": "T:System.Drawing.StringFormatFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.StringTrimming.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" - }, - { - "DocsId": "F:System.Drawing.StringTrimming.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" - }, - { - "DocsId": "F:System.Drawing.StringTrimming.Character", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" - }, - { - "DocsId": "F:System.Drawing.StringTrimming.Word", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" - }, - { - "DocsId": "F:System.Drawing.StringTrimming.EllipsisCharacter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" - }, - { - "DocsId": "F:System.Drawing.StringTrimming.EllipsisWord", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" - }, - { - "DocsId": "F:System.Drawing.StringTrimming.EllipsisPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" - } - ], - "DocsId": "T:System.Drawing.StringTrimming", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.StringUnit.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringUnit.cs" - }, - { - "DocsId": "F:System.Drawing.StringUnit.World", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringUnit.cs" - }, - { - "DocsId": "F:System.Drawing.StringUnit.Display", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringUnit.cs" - }, - { - "DocsId": "F:System.Drawing.StringUnit.Pixel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringUnit.cs" - }, - { - "DocsId": "F:System.Drawing.StringUnit.Point", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringUnit.cs" - }, - { - "DocsId": "F:System.Drawing.StringUnit.Inch", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringUnit.cs" - }, - { - "DocsId": "F:System.Drawing.StringUnit.Document", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringUnit.cs" - }, - { - "DocsId": "F:System.Drawing.StringUnit.Millimeter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringUnit.cs" - }, - { - "DocsId": "F:System.Drawing.StringUnit.Em", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringUnit.cs" - } - ], - "DocsId": "T:System.Drawing.StringUnit", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/StringUnit.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Brush.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brush.cs" - }, - { - "DocsId": "M:System.Drawing.Brush.SetNativeBrush(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brush.cs#L22C65-L22C94" - }, - { - "DocsId": "M:System.Drawing.Brush.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brush.cs#L30C13-L32C10" - }, - { - "DocsId": "M:System.Drawing.Brush.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brush.cs#L41C13-L63C10" - }, - { - "DocsId": "M:System.Drawing.Brush.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brush.cs#L65C21-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Brush.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brush.cs" - } - ], - "DocsId": "T:System.Drawing.Brush", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Brush.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Font.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L143C20-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Font.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L157C13-L162C10" - }, - { - "DocsId": "M:System.Drawing.Font.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L171C13-L173C10" - }, - { - "DocsId": "M:System.Drawing.Font.GetHeight(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L204C13-L210C27" - }, - { - "DocsId": "M:System.Drawing.Font.GetHeight(System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L216C13-L218C25" - }, - { - "DocsId": "M:System.Drawing.Font.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L227C13-L246C35" - }, - { - "DocsId": "M:System.Drawing.Font.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L254C13-L254C62" - }, - { - "DocsId": "M:System.Drawing.Font.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L261C13-L261C162" - }, - { - "DocsId": "M:System.Drawing.Font.ToLogFont(System.Object,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L268C13-L292C10" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.Drawing.Font,System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L29C9-L358C10" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L29C9-L366C10" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,System.Byte)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L29C9-L374C10" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,System.Byte,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L29C9-L382C10" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.String,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,System.Byte)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L29C9-L390C10" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.String,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,System.Byte,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L29C9-L403C10" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single,System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L29C9-L411C10" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L29C9-L419C10" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L29C9-L427C10" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.String,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L29C9-L435C10" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.String,System.Single,System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L29C9-L443C10" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.String,System.Single,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L29C9-L451C10" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.String,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L29C9-L459C10" - }, - { - "DocsId": "M:System.Drawing.Font.FromHfont(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L532C13-L539C10" - }, - { - "DocsId": "M:System.Drawing.Font.FromLogFont(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L548C20-L552C10" - }, - { - "DocsId": "M:System.Drawing.Font.FromLogFont(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L594C13-L616C58" - }, - { - "DocsId": "M:System.Drawing.Font.FromHdc(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L625C13-L638C45" - }, - { - "DocsId": "M:System.Drawing.Font.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L646C13-L649C72" - }, - { - "DocsId": "M:System.Drawing.Font.ToLogFont(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L677C20-L682C10" - }, - { - "DocsId": "M:System.Drawing.Font.ToHfont", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L689C20-L701C10" - }, - { - "DocsId": "M:System.Drawing.Font.GetHeight", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L705C20-L710C10" - }, - { - "DocsId": "P:System.Drawing.Font.Size", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L38C30-L38C39" - }, - { - "DocsId": "P:System.Drawing.Font.Style", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L44C35-L44C45" - }, - { - "DocsId": "P:System.Drawing.Font.Bold", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L50C29-L50C58" - }, - { - "DocsId": "P:System.Drawing.Font.Italic", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L56C31-L56C62" - }, - { - "DocsId": "P:System.Drawing.Font.Strikeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L62C34-L62C68" - }, - { - "DocsId": "P:System.Drawing.Font.Underline", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L68C34-L68C68" - }, - { - "DocsId": "P:System.Drawing.Font.FontFamily", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L74C41-L74C52" - }, - { - "DocsId": "P:System.Drawing.Font.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L83C31-L83C46" - }, - { - "DocsId": "P:System.Drawing.Font.Unit", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L89C37-L89C46" - }, - { - "DocsId": "P:System.Drawing.Font.GdiCharSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L100C35-L100C46" - }, - { - "DocsId": "P:System.Drawing.Font.GdiVerticalFont", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L109C40-L109C56" - }, - { - "DocsId": "P:System.Drawing.Font.OriginalFontName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L115C44-L115C61" - }, - { - "DocsId": "P:System.Drawing.Font.SystemFontName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L121C41-L121C56" - }, - { - "DocsId": "P:System.Drawing.Font.IsSystemFont", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L127C37-L127C75" - }, - { - "DocsId": "P:System.Drawing.Font.Height", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L133C30-L133C60" - }, - { - "DocsId": "P:System.Drawing.Font.SizeInPoints", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs#L720C17-L734C14" - } - ], - "DocsId": "T:System.Drawing.Font", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Font.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.FontConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L22C13-L22C93" - }, - { - "DocsId": "M:System.Drawing.FontConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L27C13-L27C107" - }, - { - "DocsId": "M:System.Drawing.FontConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L32C13-L101C77" - }, - { - "DocsId": "M:System.Drawing.FontConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L106C13-L206C67" - }, - { - "DocsId": "M:System.Drawing.FontConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L269C13-L355C79" - }, - { - "DocsId": "M:System.Drawing.FontConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L358C93-L358C97" - }, - { - "DocsId": "M:System.Drawing.FontConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L366C13-L370C105" - }, - { - "DocsId": "M:System.Drawing.FontConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L373C89-L373C93" - }, - { - "DocsId": "M:System.Drawing.FontConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontConverter.cs" - }, - { - "DocsId": "T:System.Drawing.FontConverter.FontNameConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontConverter.cs" - }, - { - "DocsId": "T:System.Drawing.FontConverter.FontUnitConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontConverter.cs" - } - ], - "DocsId": "T:System.Drawing.FontConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.FontFamily.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L59C9-L59C71" - }, - { - "DocsId": "M:System.Drawing.FontFamily.#ctor(System.String,System.Drawing.Text.FontCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L65C9-L65C113" - }, - { - "DocsId": "M:System.Drawing.FontFamily.#ctor(System.Drawing.Text.GenericFontFamilies)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L106C9-L127C10" - }, - { - "DocsId": "M:System.Drawing.FontFamily.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L129C26-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.FontFamily.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L136C46-L136C80" - }, - { - "DocsId": "M:System.Drawing.FontFamily.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L140C13-L153C61" - }, - { - "DocsId": "M:System.Drawing.FontFamily.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L159C46-L159C84" - }, - { - "DocsId": "M:System.Drawing.FontFamily.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L168C13-L170C10" - }, - { - "DocsId": "M:System.Drawing.FontFamily.GetName(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L206C13-L209C58" - }, - { - "DocsId": "M:System.Drawing.FontFamily.GetFamilies(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L249C13-L251C59" - }, - { - "DocsId": "M:System.Drawing.FontFamily.IsStyleAvailable(System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L260C13-L263C33" - }, - { - "DocsId": "M:System.Drawing.FontFamily.GetEmHeight(System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L272C13-L275C27" - }, - { - "DocsId": "M:System.Drawing.FontFamily.GetCellAscent(System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L284C13-L287C27" - }, - { - "DocsId": "M:System.Drawing.FontFamily.GetCellDescent(System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L296C13-L299C27" - }, - { - "DocsId": "M:System.Drawing.FontFamily.GetLineSpacing(System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L309C13-L312C27" - }, - { - "DocsId": "P:System.Drawing.FontFamily.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L199C31-L199C55" - }, - { - "DocsId": "P:System.Drawing.FontFamily.Families", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L216C48-L216C86" - }, - { - "DocsId": "P:System.Drawing.FontFamily.GenericSansSerif", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L221C54-L221C95" - }, - { - "DocsId": "P:System.Drawing.FontFamily.GenericSerif", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L235C50-L235C91" - }, - { - "DocsId": "P:System.Drawing.FontFamily.GenericMonospace", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L240C54-L240C99" - } - ], - "DocsId": "T:System.Drawing.FontFamily", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontFamily.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.SolidBrush.#ctor(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SolidBrush.cs#L14C9-L31C10" - }, - { - "DocsId": "M:System.Drawing.SolidBrush.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SolidBrush.cs#L47C13-L51C48" - }, - { - "DocsId": "M:System.Drawing.SolidBrush.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SolidBrush.cs#L56C13-L66C10" - }, - { - "DocsId": "M:System.Drawing.SolidBrush.System#Drawing#Internal#ISystemColorTracker#OnSystemColorChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SolidBrush.cs#L118C13-L122C10" - }, - { - "DocsId": "P:System.Drawing.SolidBrush.Color", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SolidBrush.cs#L72C17-L82C31" - } - ], - "DocsId": "T:System.Drawing.SolidBrush", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SolidBrush.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.SystemBrushes.FromSystemColor(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L58C13-L78C67" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.ActiveBorder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L13C45-L13C87" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.ActiveCaption", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L14C46-L14C89" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.ActiveCaptionText", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L15C50-L15C97" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.AppWorkspace", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L16C45-L16C87" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.ButtonFace", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L18C43-L18C83" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.ButtonHighlight", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L19C48-L19C93" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.ButtonShadow", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L20C45-L20C87" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.Control", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L22C40-L22C77" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.ControlLightLight", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L23C50-L23C97" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.ControlLight", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L24C45-L24C87" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.ControlDark", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L25C44-L25C85" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.ControlDarkDark", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L26C48-L26C93" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.ControlText", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L27C44-L27C85" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.Desktop", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L29C40-L29C77" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.GradientActiveCaption", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L31C54-L31C105" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.GradientInactiveCaption", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L32C56-L32C109" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.GrayText", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L33C41-L33C79" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.Highlight", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L35C42-L35C81" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.HighlightText", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L36C46-L36C89" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.HotTrack", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L37C41-L37C79" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.InactiveCaption", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L39C48-L39C93" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.InactiveBorder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L40C47-L40C91" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.InactiveCaptionText", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L41C52-L41C101" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.Info", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L42C37-L42C71" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.InfoText", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L43C41-L43C79" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.Menu", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L45C37-L45C71" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.MenuBar", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L46C40-L46C77" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.MenuHighlight", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L47C46-L47C89" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.MenuText", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L48C41-L48C79" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.ScrollBar", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L50C42-L50C81" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.Window", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L52C39-L52C75" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.WindowFrame", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L53C44-L53C85" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.WindowText", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L54C43-L54C83" - } - ], - "DocsId": "T:System.Drawing.SystemBrushes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L21C45-L23C10" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.Drawing2D.WrapMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L25C9-L41C10" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.Drawing2D.WrapMode,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L43C9-L63C10" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.Drawing2D.WrapMode,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L65C9-L85C10" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L87C64-L87C94" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.RectangleF,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L89C9-L105C10" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L107C63-L107C93" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.Rectangle,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L109C9-L125C10" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L136C13-L139C49" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.ResetTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L200C13-L202C10" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L204C57-L204C103" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L208C13-L221C10" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.TranslateTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L223C63-L223C110" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.TranslateTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L227C13-L232C10" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.ScaleTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L234C59-L234C102" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.ScaleTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L238C13-L243C10" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.RotateTransform(System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L245C53-L245C96" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.RotateTransform(System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L249C13-L253C10" - }, - { - "DocsId": "P:System.Drawing.TextureBrush.Transform", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L146C17-L150C31" - }, - { - "DocsId": "P:System.Drawing.TextureBrush.WrapMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L169C17-L172C39" - }, - { - "DocsId": "P:System.Drawing.TextureBrush.Image", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L191C17-L194C55" - } - ], - "DocsId": "T:System.Drawing.TextureBrush", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/TextureBrush.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Drawing.BufferedGraphicsManager.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/BufferedGraphicsManager.cs#L26C57-L26C61" - } - ], - "DocsId": "T:System.Drawing.BufferedGraphicsManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/BufferedGraphicsManager.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Icon.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Icon.cs#L61C40-L63C10" - }, - { - "DocsId": "M:System.Drawing.Icon.#ctor(System.String,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Icon.cs#L65C51-L67C10" - }, - { - "DocsId": "M:System.Drawing.Icon.#ctor(System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Icon.cs#L69C63-L79C10" - }, - { - "DocsId": "M:System.Drawing.Icon.#ctor(System.Drawing.Icon,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Icon.cs#L81C49-L83C10" - }, - { - "DocsId": "M:System.Drawing.Icon.#ctor(System.Drawing.Icon,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Icon.cs#L85C61-L100C10" - }, - { - "DocsId": "M:System.Drawing.Icon.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Icon.cs#L102C51-L115C10" - }, - { - "DocsId": "M:System.Drawing.Icon.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Icon.cs#L117C38-L119C10" - }, - { - "DocsId": "M:System.Drawing.Icon.#ctor(System.IO.Stream,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Icon.cs#L121C49-L123C10" - }, - { - "DocsId": "M:System.Drawing.Icon.#ctor(System.IO.Stream,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Icon.cs#L125C61-L132C10" - }, - { - "DocsId": "M:System.Drawing.Icon.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Icon.cs#L143C13-L155C10" - }, - { - "DocsId": "M:System.Drawing.Icon.ExtractAssociatedIcon(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Icon.cs#L157C71-L157C105" - }, - { - "DocsId": "M:System.Drawing.Icon.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Icon.cs#L253C34-L253C73" - }, - { - "DocsId": "M:System.Drawing.Icon.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Icon.cs#L276C13-L278C10" - }, - { - "DocsId": "M:System.Drawing.Icon.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Icon.cs#L445C20-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Icon.FromHandle(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Icon.cs#L449C13-L452C37" - }, - { - "DocsId": "M:System.Drawing.Icon.ToBitmap", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Icon.cs#L679C13-L684C31" - }, - { - "DocsId": "M:System.Drawing.Icon.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Icon.cs#L862C46-L862C61" - }, - { - "DocsId": "M:System.Drawing.Icon.Save(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Icon.ComWrappers.cs#L16C13-L62C10" - }, - { - "DocsId": "P:System.Drawing.Icon.Handle", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Icon.cs#L201C17-L205C32" - }, - { - "DocsId": "P:System.Drawing.Icon.Height", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Icon.cs#L210C30-L210C41" - }, - { - "DocsId": "P:System.Drawing.Icon.Size", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Icon.cs#L216C17-L246C34" - }, - { - "DocsId": "P:System.Drawing.Icon.Width", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Icon.cs#L251C29-L251C39" - } - ], - "DocsId": "T:System.Drawing.Icon", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Icon.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Drawing.SystemIcons.Application", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L21C43-L21C104" - }, - { - "DocsId": "P:System.Drawing.SystemIcons.Asterisk", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L23C40-L23C95" - }, - { - "DocsId": "P:System.Drawing.SystemIcons.Error", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L25C37-L25C86" - }, - { - "DocsId": "P:System.Drawing.SystemIcons.Exclamation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L27C43-L27C104" - }, - { - "DocsId": "P:System.Drawing.SystemIcons.Hand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L29C36-L29C83" - }, - { - "DocsId": "P:System.Drawing.SystemIcons.Information", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L31C43-L31C104" - }, - { - "DocsId": "P:System.Drawing.SystemIcons.Question", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L33C40-L33C95" - }, - { - "DocsId": "P:System.Drawing.SystemIcons.Warning", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L35C39-L35C92" - }, - { - "DocsId": "P:System.Drawing.SystemIcons.WinLogo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L37C39-L37C92" - }, - { - "DocsId": "P:System.Drawing.SystemIcons.Shield", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L43C17-L49C33" - } - ], - "DocsId": "T:System.Drawing.SystemIcons", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/SystemIcons.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L31C59-L34C10" - }, - { - "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L36C49-L39C10" - }, - { - "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L42C15-L46C10" - }, - { - "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L56C13-L66C26" - }, - { - "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L69C46-L69C64" - }, - { - "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.GetImage(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L71C54-L71C79" - }, - { - "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.GetImage(System.Object,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L75C13-L80C25" - }, - { - "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.GetImage(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L83C46-L83C67" - }, - { - "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.GetImage(System.Type,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L85C58-L85C85" - }, - { - "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.GetImage(System.Type,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L89C13-L135C29" - }, - { - "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.GetImageFromResource(System.Type,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L233C13-L233C76" - }, - { - "DocsId": "F:System.Drawing.ToolboxBitmapAttribute.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs" - } - ], - "DocsId": "T:System.Drawing.ToolboxBitmapAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Text.GenericFontFamilies.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Text/GenericFontFamilies.cs" - }, - { - "DocsId": "F:System.Drawing.Text.GenericFontFamilies.Serif", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Text/GenericFontFamilies.cs" - }, - { - "DocsId": "F:System.Drawing.Text.GenericFontFamilies.SansSerif", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Text/GenericFontFamilies.cs" - }, - { - "DocsId": "F:System.Drawing.Text.GenericFontFamilies.Monospace", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Text/GenericFontFamilies.cs" - } - ], - "DocsId": "T:System.Drawing.Text.GenericFontFamilies", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Text/GenericFontFamilies.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Text.HotkeyPrefix.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Text/HotkeyPrefix.cs" - }, - { - "DocsId": "F:System.Drawing.Text.HotkeyPrefix.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Text/HotkeyPrefix.cs" - }, - { - "DocsId": "F:System.Drawing.Text.HotkeyPrefix.Show", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Text/HotkeyPrefix.cs" - }, - { - "DocsId": "F:System.Drawing.Text.HotkeyPrefix.Hide", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Text/HotkeyPrefix.cs" - } - ], - "DocsId": "T:System.Drawing.Text.HotkeyPrefix", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Text/HotkeyPrefix.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Text.TextRenderingHint.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" - }, - { - "DocsId": "F:System.Drawing.Text.TextRenderingHint.SystemDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" - }, - { - "DocsId": "F:System.Drawing.Text.TextRenderingHint.SingleBitPerPixelGridFit", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" - }, - { - "DocsId": "F:System.Drawing.Text.TextRenderingHint.SingleBitPerPixel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" - }, - { - "DocsId": "F:System.Drawing.Text.TextRenderingHint.AntiAliasGridFit", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" - }, - { - "DocsId": "F:System.Drawing.Text.TextRenderingHint.AntiAlias", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" - }, - { - "DocsId": "F:System.Drawing.Text.TextRenderingHint.ClearTypeGridFit", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" - } - ], - "DocsId": "T:System.Drawing.Text.TextRenderingHint", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Text.PrivateFontCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Text/PrivateFontCollection.cs#L20C42-L24C10" - }, - { - "DocsId": "M:System.Drawing.Text.PrivateFontCollection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Text/PrivateFontCollection.cs#L31C13-L53C10" - }, - { - "DocsId": "M:System.Drawing.Text.PrivateFontCollection.AddFontFile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Text/PrivateFontCollection.cs#L60C13-L87C10" - }, - { - "DocsId": "M:System.Drawing.Text.PrivateFontCollection.AddMemoryFont(System.IntPtr,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Text/PrivateFontCollection.cs#L94C13-L95C10" - } - ], - "DocsId": "T:System.Drawing.Text.PrivateFontCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Text/PrivateFontCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Text.FontCollection.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs#L24C13-L26C10" - }, - { - "DocsId": "M:System.Drawing.Text.FontCollection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs#L28C58-L28C59" - }, - { - "DocsId": "M:System.Drawing.Text.FontCollection.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs#L61C30-L16707566C0" - }, - { - "DocsId": "P:System.Drawing.Text.FontCollection.Families", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs#L39C17-L57C33" - } - ], - "DocsId": "T:System.Drawing.Text.FontCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Text.InstalledFontCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Text/InstalledFontCollection.cs#L15C44-L19C10" - } - ], - "DocsId": "T:System.Drawing.Text.InstalledFontCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Text/InstalledFontCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Drawing2D.Blend.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Blend.cs#L8C9-L12C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Blend.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Blend.cs#L14C9-L18C10" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.Blend.Factors", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Blend.cs#L20C34-L20C38" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.Blend.Positions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Blend.cs#L22C36-L22C40" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.Blend", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Blend.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Drawing2D.ColorBlend.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/ColorBlend.cs#L8C9-L12C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.ColorBlend.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/ColorBlend.cs#L14C9-L18C10" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.ColorBlend.Colors", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/ColorBlend.cs#L20C33-L20C37" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.ColorBlend.Positions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/ColorBlend.cs#L22C36-L22C40" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.ColorBlend", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/ColorBlend.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.CombineMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CombineMode.Replace", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CombineMode.Intersect", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CombineMode.Union", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CombineMode.Xor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CombineMode.Exclude", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CombineMode.Complement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.CombineMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.CompositingMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CompositingMode.SourceOver", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CompositingMode.SourceCopy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingMode.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.CompositingMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingMode.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.CompositingQuality.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CompositingQuality.Invalid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CompositingQuality.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CompositingQuality.HighSpeed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CompositingQuality.HighQuality", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CompositingQuality.GammaCorrected", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CompositingQuality.AssumeLinear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.CompositingQuality", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.CoordinateSpace.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CoordinateSpace.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CoordinateSpace.World", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CoordinateSpace.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CoordinateSpace.Page", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CoordinateSpace.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CoordinateSpace.Device", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CoordinateSpace.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.CoordinateSpace", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CoordinateSpace.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.DashStyle.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.DashStyle.Solid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.DashStyle.Dash", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.DashStyle.Dot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.DashStyle.DashDot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.DashStyle.DashDotDot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.DashStyle.Custom", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.DashStyle", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.FillMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/FillMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.FillMode.Alternate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/FillMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.FillMode.Winding", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/FillMode.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.FillMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/FillMode.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.FlushIntention.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/FlushIntention.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.FlushIntention.Flush", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/FlushIntention.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.FlushIntention.Sync", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/FlushIntention.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.FlushIntention", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/FlushIntention.cs" - }, - { - "Members": [], - "DocsId": "T:System.Drawing.Drawing2D.GraphicsContainer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsContainer.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Drawing2D.HatchBrush.#ctor(System.Drawing.Drawing2D.HatchStyle,System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L12C69-L14C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.HatchBrush.#ctor(System.Drawing.Drawing2D.HatchStyle,System.Drawing.Color,System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L16C9-L28C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.HatchBrush.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L39C13-L42C48" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.HatchBrush.HatchStyle", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L50C17-L53C47" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.HatchBrush.ForegroundColor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L62C17-L65C55" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.HatchBrush.BackgroundColor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L74C17-L77C55" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.HatchBrush", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Horizontal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Vertical", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.ForwardDiagonal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.BackwardDiagonal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Cross", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DiagonalCross", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent05", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent10", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent20", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent25", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent30", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent40", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent50", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent60", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent70", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent75", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent80", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent90", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.LightDownwardDiagonal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.LightUpwardDiagonal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DarkDownwardDiagonal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DarkUpwardDiagonal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.WideDownwardDiagonal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.WideUpwardDiagonal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.LightVertical", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.LightHorizontal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.NarrowVertical", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.NarrowHorizontal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DarkVertical", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DarkHorizontal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DashedDownwardDiagonal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DashedUpwardDiagonal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DashedHorizontal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DashedVertical", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.SmallConfetti", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.LargeConfetti", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.ZigZag", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Wave", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DiagonalBrick", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.HorizontalBrick", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Weave", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Plaid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Divot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DottedGrid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DottedDiamond", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Shingle", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Trellis", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Sphere", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.SmallGrid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.SmallCheckerBoard", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.LargeCheckerBoard", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.OutlinedDiamond", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.SolidDiamond", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.LargeGrid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Min", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Max", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.HatchStyle", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.Invalid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.Low", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.High", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.Bilinear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.Bicubic", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.NearestNeighbor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.HighQualityBilinear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.HighQualityBicubic", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.InterpolationMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.LinearGradientMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LinearGradientMode.Horizontal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LinearGradientMode.Vertical", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LinearGradientMode.BackwardDiagonal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.LinearGradientMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.PointF,System.Drawing.PointF,System.Drawing.Color,System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L15C9-L24C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.Point,System.Drawing.Point,System.Drawing.Color,System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L26C9-L35C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color,System.Drawing.Drawing2D.LinearGradientMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L37C9-L54C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Drawing2D.LinearGradientMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L56C9-L72C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L74C96-L76C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color,System.Single,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L78C9-L93C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L95C95-L97C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Single,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L99C9-L114C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L124C13-L125C57" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.SetSigmaBellShape(System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L281C55-L281C91" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.SetSigmaBellShape(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L285C13-L291C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.SetBlendTriangularShape(System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L293C61-L293C103" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.SetBlendTriangularShape(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L297C13-L310C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.ResetTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L474C13-L475C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L477C57-L477C103" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L481C13-L492C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.TranslateTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L494C63-L494C110" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.TranslateTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L498C13-L500C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.ScaleTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L502C59-L502C102" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.ScaleTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L506C13-L508C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.RotateTransform(System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L510C53-L510C96" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.RotateTransform(System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L514C13-L516C10" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.LinearGradientBrush.LinearColors", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L132C17-L139C19" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.LinearGradientBrush.Rectangle", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L154C17-L155C29" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.LinearGradientBrush.GammaCorrection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L163C17-L167C43" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.LinearGradientBrush.Blend", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L182C17-L224C14" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.LinearGradientBrush.InterpolationColors", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L316C17-L366C14" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.LinearGradientBrush.WrapMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L443C17-L444C39" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.LinearGradientBrush.Transform", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L459C17-L461C31" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.LinearGradientBrush", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.LineCap.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineCap.Flat", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineCap.Square", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineCap.Round", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineCap.Triangle", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineCap.NoAnchor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineCap.SquareAnchor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineCap.RoundAnchor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineCap.DiamondAnchor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineCap.ArrowAnchor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineCap.Custom", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineCap.AnchorMask", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.LineCap", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.LineJoin.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineJoin.Miter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineJoin.Bevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineJoin.Round", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineJoin.MiterClipped", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.LineJoin", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.MatrixOrder.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/MatrixOrder.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.MatrixOrder.Prepend", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/MatrixOrder.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.MatrixOrder.Append", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/MatrixOrder.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.MatrixOrder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/MatrixOrder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L16C9-L20C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.#ctor(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L22C9-L26C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.#ctor(System.Numerics.Matrix3x2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L32C43-L34C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.#ctor(System.Drawing.RectangleF,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L55C9-L67C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.#ctor(System.Drawing.Rectangle,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L69C9-L81C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L85C13-L87C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L101C22-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L105C13-L106C45" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L169C13-L173C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Multiply(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L175C48-L175C85" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Multiply(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L179C13-L188C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Translate(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L190C64-L190C112" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Translate(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L194C13-L197C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Scale(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L199C58-L199C100" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Scale(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L203C13-L204C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Rotate(System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L206C44-L206C78" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Rotate(System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L210C13-L211C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.RotateAt(System.Single,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L213C60-L213C103" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.RotateAt(System.Single,System.Drawing.PointF,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L217C13-L232C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Shear(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L236C13-L237C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Shear(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L241C13-L242C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Invert", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L246C13-L247C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.TransformPoints(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L251C13-L260C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.TransformPoints(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L264C13-L273C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.TransformVectors(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L277C13-L286C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.VectorTransformPoints(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L288C59-L288C80" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.TransformVectors(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L292C13-L301C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L323C13-L331C33" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L334C46-L334C64" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.Matrix.Elements", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L113C17-L115C33" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.Matrix.MatrixElements", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L126C17-L128C31" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.Matrix.OffsetX", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L153C40-L153C48" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.Matrix.OffsetY", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L155C40-L155C48" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.Matrix.IsInvertible", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L307C17-L308C42" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.Matrix.IsIdentity", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L316C17-L317C40" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.Matrix", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Drawing2D.PathData.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathData.cs#L8C9-L8C30" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.PathData.Points", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathData.cs#L10C35-L10C39" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.PathData.Types", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathData.cs#L12C32-L12C36" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.PathData", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathData.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L14C53-L14C85" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.Drawing.PointF[],System.Drawing.Drawing2D.WrapMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L16C9-L36C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L38C52-L38C84" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.Drawing.Point[],System.Drawing.Drawing2D.WrapMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L40C9-L60C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L62C9-L68C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L78C13-L79C55" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.SetSigmaBellShape(System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L233C55-L233C91" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.SetSigmaBellShape(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L237C13-L243C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.SetBlendTriangularShape(System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L245C61-L245C103" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.SetBlendTriangularShape(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L249C13-L255C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.ResetTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L335C13-L336C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L338C57-L338C103" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L342C13-L353C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.TranslateTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L355C63-L355C110" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.TranslateTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L359C13-L360C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.ScaleTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L362C59-L362C102" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.ScaleTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L366C13-L367C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.RotateTransform(System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L369C53-L369C96" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.RotateTransform(System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L373C13-L374C10" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.CenterColor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L86C17-L87C45" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.SurroundColors", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L99C17-L114C31" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.CenterPoint", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L134C17-L135C30" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.Rectangle", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L147C17-L148C29" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.Blend", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L157C17-L178C30" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.InterpolationColors", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L262C17-L293C30" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.Transform", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L320C17-L322C31" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.FocusScales", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L380C17-L384C57" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.WrapMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L396C17-L397C39" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.PathGradientBrush", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.PathPointType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PathPointType.Start", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PathPointType.Line", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PathPointType.Bezier", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PathPointType.PathTypeMask", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PathPointType.DashMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PathPointType.PathMarker", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PathPointType.CloseSubpath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PathPointType.Bezier3", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.PathPointType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.PenAlignment.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PenAlignment.Center", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PenAlignment.Inset", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PenAlignment.Outset", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PenAlignment.Left", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PenAlignment.Right", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.PenAlignment", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.PenType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PenType.SolidColor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PenType.HatchFill", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PenType.TextureFill", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PenType.PathGradient", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PenType.LinearGradient", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.PenType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.PixelOffsetMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PixelOffsetMode.Invalid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PixelOffsetMode.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PixelOffsetMode.HighSpeed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PixelOffsetMode.HighQuality", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PixelOffsetMode.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PixelOffsetMode.Half", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.PixelOffsetMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.QualityMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.QualityMode.Invalid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.QualityMode.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.QualityMode.Low", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.QualityMode.High", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.QualityMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Drawing.Drawing2D.RegionData.Data", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/RegionData.cs#L10C30-L10C34" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.RegionData", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/RegionData.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.SmoothingMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.SmoothingMode.Invalid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.SmoothingMode.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.SmoothingMode.HighSpeed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.SmoothingMode.HighQuality", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.SmoothingMode.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.SmoothingMode.AntiAlias", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.SmoothingMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.WrapMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.WrapMode.Tile", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.WrapMode.TileFlipX", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.WrapMode.TileFlipY", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.WrapMode.TileFlipXY", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.WrapMode.Clamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.WrapMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.WarpMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/WarpMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.WarpMode.Perspective", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/WarpMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.WarpMode.Bilinear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/WarpMode.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.WarpMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/WarpMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Drawing2D.AdjustableArrowCap.#ctor(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L13C64-L13C93" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.AdjustableArrowCap.#ctor(System.Single,System.Single,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L15C9-L21C10" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.AdjustableArrowCap.Height", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L27C17-L29C31" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.AdjustableArrowCap.Width", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L42C17-L44C30" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.AdjustableArrowCap.MiddleInset", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L57C17-L59C36" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.AdjustableArrowCap.Filled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L72C17-L74C33" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.AdjustableArrowCap", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.#ctor(System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L23C82-L23C126" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.#ctor(System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.LineCap)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L25C99-L25C141" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.#ctor(System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.LineCap,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L27C9-L39C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L75C13-L77C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L81C13-L95C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L97C29-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L101C13-L101C32" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.SetStrokeCaps(System.Drawing.Drawing2D.LineCap,System.Drawing.Drawing2D.LineCap)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L117C13-L121C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.GetStrokeCaps(System.Drawing.Drawing2D.LineCap@,System.Drawing.Drawing2D.LineCap@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L125C13-L129C10" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.CustomLineCap.StrokeJoin", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L135C17-L140C33" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.CustomLineCap.BaseCap", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L155C17-L160C32" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.CustomLineCap.BaseInset", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L175C17-L180C30" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.CustomLineCap.WidthScale", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L195C17-L200C35" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.CustomLineCap", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.DashCap.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/DashCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.DashCap.Flat", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/DashCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.DashCap.Round", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/DashCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.DashCap.Triangle", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/DashCap.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.DashCap", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/DashCap.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.#ctor(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L13C9-L22C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L26C13-L28C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L60C36-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.NextSubpath(System.Int32@,System.Int32@,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L64C13-L75C32" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.NextSubpath(System.Drawing.Drawing2D.GraphicsPath,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L80C13-L86C32" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.NextPathType(System.Byte@,System.Int32@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L91C13-L97C32" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.NextMarker(System.Int32@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L102C13-L108C32" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.NextMarker(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L113C13-L119C32" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.HasCurve", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L150C13-L155C29" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.Rewind", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L160C13-L164C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.Enumerate(System.Drawing.PointF[]@,System.Byte[]@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L168C13-L189C36" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.CopyData(System.Drawing.PointF[]@,System.Byte[]@,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L195C13-L214C36" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.GraphicsPathIterator.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L126C17-L131C36" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.GraphicsPathIterator.SubpathCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L139C17-L144C36" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.GraphicsPathIterator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs" - }, - { - "Members": [], - "DocsId": "T:System.Drawing.Drawing2D.GraphicsState", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsState.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L19C33-L19C61" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L21C9-L25C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.Drawing.PointF[],System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L27C59-L27C99" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.Drawing.PointF[],System.Byte[],System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L29C9-L44C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.Drawing.Point[],System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L46C58-L46C98" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.Drawing.Point[],System.Byte[],System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L48C9-L63C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L67C13-L69C52" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L82C13-L84C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L116C28-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L120C13-L121C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.StartFigure", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L172C13-L173C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.CloseFigure", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L177C13-L178C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.CloseAllFigures", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L182C13-L183C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.SetMarkers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L187C13-L188C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.ClearMarkers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L192C13-L193C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Reverse", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L197C13-L198C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.GetLastPoint", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L202C13-L203C26" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L206C52-L206C85" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L208C48-L208C70" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Single,System.Single,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L210C72-L210C109" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Drawing.PointF,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L214C13-L220C30" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L223C48-L223C80" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L225C47-L225C69" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Int32,System.Int32,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L227C68-L227C104" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Drawing.Point,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L231C13-L237C30" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Single,System.Single,System.Drawing.Pen)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L240C68-L240C113" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Drawing.PointF,System.Drawing.Pen)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L242C64-L242C98" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Single,System.Single,System.Drawing.Pen,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L246C13-L246C70" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Drawing.PointF,System.Drawing.Pen,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L251C13-L260C30" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Int32,System.Int32,System.Drawing.Pen)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L263C64-L263C108" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Drawing.Point,System.Drawing.Pen)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L265C63-L265C97" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Int32,System.Int32,System.Drawing.Pen,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L267C84-L267C132" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Drawing.Point,System.Drawing.Pen,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L271C13-L280C30" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddLine(System.Drawing.PointF,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L283C56-L283C91" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddLine(System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L287C13-L288C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddLines(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L292C13-L301C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddLine(System.Drawing.Point,System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L303C54-L303C89" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddLine(System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L307C13-L308C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddLines(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L312C13-L321C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddArc(System.Drawing.RectangleF,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L325C13-L326C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddArc(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L330C13-L335C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddArc(System.Drawing.Rectangle,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L339C13-L340C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddArc(System.Int32,System.Int32,System.Int32,System.Int32,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L344C13-L349C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddBezier(System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L353C13-L354C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddBezier(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L358C13-L361C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddBeziers(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L365C13-L371C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddBezier(System.Drawing.Point,System.Drawing.Point,System.Drawing.Point,System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L375C13-L376C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddBezier(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L380C13-L383C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddBeziers(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L387C13-L396C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L403C13-L409C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.PointF[],System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L413C13-L422C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.PointF[],System.Int32,System.Int32,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L426C13-L433C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L437C13-L443C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.Point[],System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L447C13-L454C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.Point[],System.Int32,System.Int32,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L458C13-L465C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddClosedCurve(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L469C13-L476C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddClosedCurve(System.Drawing.PointF[],System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L480C13-L486C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddClosedCurve(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L490C13-L496C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddClosedCurve(System.Drawing.Point[],System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L500C13-L506C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddRectangle(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L510C13-L513C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddRectangles(System.Drawing.RectangleF[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L517C13-L527C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddRectangle(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L531C13-L534C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddRectangles(System.Drawing.Rectangle[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L538C13-L548C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddEllipse(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L552C13-L553C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddEllipse(System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L557C13-L558C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddEllipse(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L560C51-L560C102" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddEllipse(System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L564C13-L565C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddPie(System.Drawing.Rectangle,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L569C13-L570C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddPie(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L574C13-L579C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddPie(System.Int32,System.Int32,System.Int32,System.Int32,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L583C13-L588C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddPolygon(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L592C13-L598C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddPolygon(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L605C13-L611C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddPath(System.Drawing.Drawing2D.GraphicsPath,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L615C13-L619C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddString(System.String,System.Drawing.FontFamily,System.Int32,System.Single,System.Drawing.PointF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L623C13-L624C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddString(System.String,System.Drawing.FontFamily,System.Int32,System.Single,System.Drawing.Point,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L628C13-L629C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddString(System.String,System.Drawing.FontFamily,System.Int32,System.Single,System.Drawing.RectangleF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L633C13-L644C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddString(System.String,System.Drawing.FontFamily,System.Int32,System.Single,System.Drawing.Rectangle,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L648C13-L659C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Transform(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L663C13-L671C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.GetBounds", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L673C42-L673C57" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.GetBounds(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L675C56-L675C79" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.GetBounds(System.Drawing.Drawing2D.Matrix,System.Drawing.Pen)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L679C13-L685C27" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Flatten", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L688C34-L688C47" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Flatten(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L690C48-L690C70" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Flatten(System.Drawing.Drawing2D.Matrix,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L694C13-L698C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Widen(System.Drawing.Pen)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L700C39-L700C65" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Widen(System.Drawing.Pen,System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L702C55-L702C83" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Widen(System.Drawing.Pen,System.Drawing.Drawing2D.Matrix,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L706C13-L718C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Warp(System.Drawing.PointF[],System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L720C70-L720C101" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Warp(System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L722C86-L722C141" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Warp(System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.WarpMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L726C13-L727C10" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Warp(System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.WarpMode,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L731C13-L744C10" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.GraphicsPath.FillMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L127C17-L128C33" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.GraphicsPath.PathData", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L168C37-L168C51" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.GraphicsPath.PointCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L750C17-L751C30" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.GraphicsPath.PathTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L759C17-L761C30" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.GraphicsPath.PathPoints", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L769C17-L774C31" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.GraphicsPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Design.CategoryNameCollection.#ctor(System.Drawing.Design.CategoryNameCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L17C9-L17C97" - }, - { - "DocsId": "M:System.Drawing.Design.CategoryNameCollection.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L23C9-L23C83" - }, - { - "DocsId": "M:System.Drawing.Design.CategoryNameCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L34C47-L34C72" - }, - { - "DocsId": "M:System.Drawing.Design.CategoryNameCollection.CopyTo(System.String[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L40C58-L40C88" - }, - { - "DocsId": "M:System.Drawing.Design.CategoryNameCollection.IndexOf(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L45C45-L45C69" - }, - { - "DocsId": "P:System.Drawing.Design.CategoryNameCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L28C42-L28C71" - } - ], - "DocsId": "T:System.Drawing.Design.CategoryNameCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Printing.PrinterUnit.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrinterUnit.Display", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrinterUnit.ThousandthsOfAnInch", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrinterUnit.HundredthsOfAMillimeter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrinterUnit.TenthsOfAMillimeter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.PrinterUnit", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PreviewPageInfo.#ctor(System.Drawing.Image,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PreviewPageInfo.cs#L14C9-L23C10" - }, - { - "DocsId": "P:System.Drawing.Printing.PreviewPageInfo.Image", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PreviewPageInfo.cs#L30C19-L30C33" - }, - { - "DocsId": "P:System.Drawing.Printing.PreviewPageInfo.PhysicalSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PreviewPageInfo.cs#L38C19-L38C40" - } - ], - "DocsId": "T:System.Drawing.Printing.PreviewPageInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PreviewPageInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PreviewPrintController.GetPreviewPageInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L28C13-L30C25" - }, - { - "DocsId": "M:System.Drawing.Printing.PreviewPrintController.OnStartPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L38C13-L48C10" - }, - { - "DocsId": "M:System.Drawing.Printing.PreviewPrintController.OnStartPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L55C13-L106C30" - }, - { - "DocsId": "M:System.Drawing.Printing.PreviewPrintController.OnEndPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L114C13-L121C10" - }, - { - "DocsId": "M:System.Drawing.Printing.PreviewPrintController.OnEndPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L128C13-L135C10" - }, - { - "DocsId": "M:System.Drawing.Printing.PreviewPrintController.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L20C9-L20C56" - }, - { - "DocsId": "P:System.Drawing.Printing.PreviewPrintController.IsPreview", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L22C43-L22C47" - }, - { - "DocsId": "P:System.Drawing.Printing.PreviewPrintController.UseAntiAlias", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L24C44-L24C48" - } - ], - "DocsId": "T:System.Drawing.Printing.PreviewPrintController", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrintEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintEventHandler.cs" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintEventHandler.Invoke(System.Object,System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintEventHandler.cs" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintEventHandler.BeginInvoke(System.Object,System.Drawing.Printing.PrintEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintEventHandler.cs" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintEventHandler.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.PrintEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Printing.PrintAction.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintAction.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrintAction.PrintToFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintAction.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrintAction.PrintToPreview", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintAction.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrintAction.PrintToPrinter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintAction.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.PrintAction", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintAction.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrintController.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L64C9-L66C10" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintController.OnStartPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L75C13-L75C25" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintController.OnEndPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L83C9-L83C10" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintController.OnStartPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L269C13-L270C10" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintController.OnEndPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L277C13-L278C10" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintController.IsPreview", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L68C42-L68C47" - } - ], - "DocsId": "T:System.Drawing.Printing.PrintController", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrintPageEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventHandler.cs" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintPageEventHandler.Invoke(System.Object,System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventHandler.cs" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintPageEventHandler.BeginInvoke(System.Object,System.Drawing.Printing.PrintPageEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventHandler.cs" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintPageEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventHandler.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.PrintPageEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.QueryPageSettingsEventArgs.#ctor(System.Drawing.Printing.PageSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventArgs.cs#L25C72-L28C10" - }, - { - "DocsId": "P:System.Drawing.Printing.QueryPageSettingsEventArgs.PageSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventArgs.cs#L37C17-L38C38" - } - ], - "DocsId": "T:System.Drawing.Printing.QueryPageSettingsEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.QueryPageSettingsEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventHandler.cs" - }, - { - "DocsId": "M:System.Drawing.Printing.QueryPageSettingsEventHandler.Invoke(System.Object,System.Drawing.Printing.QueryPageSettingsEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventHandler.cs" - }, - { - "DocsId": "M:System.Drawing.Printing.QueryPageSettingsEventHandler.BeginInvoke(System.Object,System.Drawing.Printing.QueryPageSettingsEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventHandler.cs" - }, - { - "DocsId": "M:System.Drawing.Printing.QueryPageSettingsEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventHandler.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.QueryPageSettingsEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Printing.Duplex.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.Duplex.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.Duplex.Simplex", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.Duplex.Horizontal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.Duplex.Vertical", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.Duplex", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.InvalidPrinterException.#ctor(System.Drawing.Printing.PrinterSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/InvalidPrinterException.cs#L20C11-L23C10" - }, - { - "DocsId": "M:System.Drawing.Printing.InvalidPrinterException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/InvalidPrinterException.Core.cs#L16C95-L19C10" - }, - { - "DocsId": "M:System.Drawing.Printing.InvalidPrinterException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/InvalidPrinterException.Core.cs#L23C13-L25C10" - } - ], - "DocsId": "T:System.Drawing.Printing.InvalidPrinterException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/InvalidPrinterException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.Margins.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L37C28-L39C10" - }, - { - "DocsId": "M:System.Drawing.Printing.Margins.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L44C9-L60C10" - }, - { - "DocsId": "M:System.Drawing.Printing.Margins.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L189C34-L189C51" - }, - { - "DocsId": "M:System.Drawing.Printing.Margins.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L197C13-L205C45" - }, - { - "DocsId": "M:System.Drawing.Printing.Margins.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L211C46-L211C88" - }, - { - "DocsId": "M:System.Drawing.Printing.Margins.op_Equality(System.Drawing.Printing.Margins,System.Drawing.Printing.Margins)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L218C13-L227C34" - }, - { - "DocsId": "M:System.Drawing.Printing.Margins.op_Inequality(System.Drawing.Printing.Margins,System.Drawing.Printing.Margins)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L233C69-L233C80" - }, - { - "DocsId": "M:System.Drawing.Printing.Margins.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L238C46-L238C110" - }, - { - "DocsId": "P:System.Drawing.Printing.Margins.Left", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L67C20-L67C25" - }, - { - "DocsId": "P:System.Drawing.Printing.Margins.Right", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L81C20-L81C26" - }, - { - "DocsId": "P:System.Drawing.Printing.Margins.Top", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L95C20-L95C24" - }, - { - "DocsId": "P:System.Drawing.Printing.Margins.Bottom", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L109C20-L109C27" - } - ], - "DocsId": "T:System.Drawing.Printing.Margins", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.MarginsConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L24C13-L28C61" - }, - { - "DocsId": "M:System.Drawing.Printing.MarginsConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L37C13-L41C64" - }, - { - "DocsId": "M:System.Drawing.Printing.MarginsConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L49C13-L77C62" - }, - { - "DocsId": "M:System.Drawing.Printing.MarginsConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L93C13-L125C77" - }, - { - "DocsId": "M:System.Drawing.Printing.MarginsConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L132C93-L132C97" - }, - { - "DocsId": "M:System.Drawing.Printing.MarginsConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L141C13-L157C46" - }, - { - "DocsId": "M:System.Drawing.Printing.MarginsConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.MarginsConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Printing.PaperKind.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Custom", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Letter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Legal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A4", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.CSheet", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.DSheet", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.ESheet", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.LetterSmall", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Tabloid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Ledger", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Statement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Executive", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A3", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A4Small", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A5", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.B4", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.B5", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Folio", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Quarto", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Standard10x14", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Standard11x17", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Note", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Number9Envelope", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Number10Envelope", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Number11Envelope", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Number12Envelope", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Number14Envelope", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.DLEnvelope", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.C5Envelope", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.C3Envelope", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.C4Envelope", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.C6Envelope", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.C65Envelope", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.B4Envelope", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.B5Envelope", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.B6Envelope", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.ItalyEnvelope", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.MonarchEnvelope", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PersonalEnvelope", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.USStandardFanfold", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.GermanStandardFanfold", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.GermanLegalFanfold", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.IsoB4", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapanesePostcard", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Standard9x11", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Standard10x11", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Standard15x11", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.InviteEnvelope", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.LetterExtra", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.LegalExtra", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.TabloidExtra", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A4Extra", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.LetterTransverse", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A4Transverse", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.LetterExtraTransverse", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.APlus", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.BPlus", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.LetterPlus", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A4Plus", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A5Transverse", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.B5Transverse", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A3Extra", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A5Extra", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.B5Extra", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A2", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A3Transverse", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A3ExtraTransverse", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseDoublePostcard", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A6", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeKakuNumber2", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeKakuNumber3", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeChouNumber3", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeChouNumber4", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.LetterRotated", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A3Rotated", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A4Rotated", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A5Rotated", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.B4JisRotated", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.B5JisRotated", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapanesePostcardRotated", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseDoublePostcardRotated", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A6Rotated", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeKakuNumber2Rotated", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeKakuNumber3Rotated", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeChouNumber3Rotated", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeChouNumber4Rotated", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.B6Jis", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.B6JisRotated", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Standard12x11", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeYouNumber4", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeYouNumber4Rotated", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Prc16K", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Prc32K", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Prc32KBig", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber2", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber3", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber4", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber5", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber6", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber7", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber8", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber9", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber10", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Prc16KRotated", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Prc32KRotated", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Prc32KBigRotated", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber1Rotated", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber2Rotated", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber3Rotated", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber4Rotated", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber5Rotated", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber6Rotated", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber7Rotated", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber8Rotated", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber9Rotated", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber10Rotated", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.PaperKind", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PaperSize.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L24C9-L29C10" - }, - { - "DocsId": "M:System.Drawing.Printing.PaperSize.#ctor(System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L42C9-L48C10" - }, - { - "DocsId": "M:System.Drawing.Printing.PaperSize.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L130C46-L130C192" - }, - { - "DocsId": "P:System.Drawing.Printing.PaperSize.Height", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L55C20-L55C27" - }, - { - "DocsId": "P:System.Drawing.Printing.PaperSize.Kind", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L74C17-L80C41" - }, - { - "DocsId": "P:System.Drawing.Printing.PaperSize.PaperName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L89C20-L89C25" - }, - { - "DocsId": "P:System.Drawing.Printing.PaperSize.RawKind", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L106C20-L106C41" - }, - { - "DocsId": "P:System.Drawing.Printing.PaperSize.Width", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L115C20-L115C26" - } - ], - "DocsId": "T:System.Drawing.Printing.PaperSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PaperSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs#L17C9-L21C10" - }, - { - "DocsId": "M:System.Drawing.Printing.PaperSource.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs#L66C46-L66C87" - }, - { - "DocsId": "P:System.Drawing.Printing.PaperSource.Kind", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs#L36C17-L41C30" - }, - { - "DocsId": "P:System.Drawing.Printing.PaperSource.RawKind", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs#L50C20-L50C41" - }, - { - "DocsId": "P:System.Drawing.Printing.PaperSource.SourceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs#L59C20-L59C25" - } - ], - "DocsId": "T:System.Drawing.Printing.PaperSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.Upper", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.Lower", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.Middle", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.Manual", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.Envelope", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.ManualFeed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.AutomaticFeed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.TractorFeed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.SmallFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.LargeFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.LargeCapacity", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.Cassette", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.FormSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.Custom", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.PaperSourceKind", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrinterResolution.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs#L21C9-L24C10" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterResolution.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs#L73C13-L79C84" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterResolution.Kind", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs#L38C20-L38C25" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterResolution.X", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs#L55C20-L55C22" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterResolution.Y", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs#L64C20-L64C22" - } - ], - "DocsId": "T:System.Drawing.Printing.PrinterResolution", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Printing.PrinterResolutionKind.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrinterResolutionKind.High", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrinterResolutionKind.Medium", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrinterResolutionKind.Low", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrinterResolutionKind.Draft", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrinterResolutionKind.Custom", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.PrinterResolutionKind", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Double,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L23C13-L25C68" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Int32,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L33C13-L33C78" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Drawing.Point,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L41C13-L44C31" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Drawing.Size,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L52C13-L55C30" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Drawing.Rectangle,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L63C13-L68C35" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Drawing.Printing.Margins,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L76C13-L83C27" - } - ], - "DocsId": "T:System.Drawing.Printing.PrinterUnitConvert", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Printing.PrintRange.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrintRange.AllPages", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrintRange.SomePages", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrintRange.Selection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrintRange.CurrentPage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.PrintRange", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.StandardPrintController.OnStartPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs#L27C13-L55C10" - }, - { - "DocsId": "M:System.Drawing.Printing.StandardPrintController.OnStartPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs#L65C13-L100C30" - }, - { - "DocsId": "M:System.Drawing.Printing.StandardPrintController.OnEndPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs#L112C17-L122C10" - }, - { - "DocsId": "M:System.Drawing.Printing.StandardPrintController.OnEndPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs#L131C13-L147C10" - }, - { - "DocsId": "M:System.Drawing.Printing.StandardPrintController.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.StandardPrintController", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PageSettings.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L27C33-L29C10" - }, - { - "DocsId": "M:System.Drawing.Printing.PageSettings.#ctor(System.Drawing.Printing.PrinterSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L17C9-L38C10" - }, - { - "DocsId": "M:System.Drawing.Printing.PageSettings.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L267C13-L269C27" - }, - { - "DocsId": "M:System.Drawing.Printing.PageSettings.CopyToHdevmode(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L277C13-L371C10" - }, - { - "DocsId": "M:System.Drawing.Printing.PageSettings.SetHdevmode(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L506C13-L529C10" - }, - { - "DocsId": "M:System.Drawing.Printing.PageSettings.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L535C13-L535C186" - }, - { - "DocsId": "P:System.Drawing.Printing.PageSettings.Bounds", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L47C17-L51C35" - }, - { - "DocsId": "P:System.Drawing.Printing.PageSettings.Color", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L62C17-L65C41" - }, - { - "DocsId": "P:System.Drawing.Printing.PageSettings.HardMarginX", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L77C17-L90C36" - }, - { - "DocsId": "P:System.Drawing.Printing.PageSettings.HardMarginY", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L102C17-L115C36" - }, - { - "DocsId": "P:System.Drawing.Printing.PageSettings.Landscape", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L126C17-L129C45" - }, - { - "DocsId": "P:System.Drawing.Printing.PageSettings.Margins", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L139C19-L139C35" - }, - { - "DocsId": "P:System.Drawing.Printing.PageSettings.PaperSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L150C17-L150C50" - }, - { - "DocsId": "P:System.Drawing.Printing.PageSettings.PaperSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L162C17-L176C41" - }, - { - "DocsId": "P:System.Drawing.Printing.PageSettings.PrintableArea", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L188C17-L220C38" - }, - { - "DocsId": "P:System.Drawing.Printing.PageSettings.PrinterResolution", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L231C17-L245C47" - }, - { - "DocsId": "P:System.Drawing.Printing.PageSettings.PrinterSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L258C20-L258C35" - } - ], - "DocsId": "T:System.Drawing.Printing.PageSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrintDocument.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L14C9-L35C10" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintDocument.OnBeginPrint(System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L193C13-L194C10" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintDocument.OnEndPrint(System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L201C13-L202C10" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintDocument.OnPrintPage(System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L209C13-L210C10" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintDocument.OnQueryPageSettings(System.Drawing.Printing.QueryPageSettingsEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L217C13-L218C10" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintDocument.Print", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L225C13-L227C10" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintDocument.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L232C46-L232C79" - }, - { - "DocsId": "E:System.Drawing.Printing.PrintDocument.BeginPrint", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L135C17-L136C14" - }, - { - "DocsId": "E:System.Drawing.Printing.PrintDocument.EndPrint", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L151C17-L152C14" - }, - { - "DocsId": "E:System.Drawing.Printing.PrintDocument.PrintPage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L167C17-L168C14" - }, - { - "DocsId": "E:System.Drawing.Printing.PrintDocument.QueryPageSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L180C17-L181C14" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintDocument.DefaultPageSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L47C19-L47C47" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintDocument.DocumentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L65C20-L65C33" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintDocument.OriginAtMargins", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L82C17-L82C41" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintDocument.PrintController", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L100C20-L100C70" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintDocument.PrinterSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L114C19-L114C43" - } - ], - "DocsId": "T:System.Drawing.Printing.PrintDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L28C9-L57C10" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.IsDirectPrintingSupported(System.Drawing.Imaging.ImageFormat)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L447C13-L463C46" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.IsDirectPrintingSupported(System.Drawing.Image)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L475C13-L509C46" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L549C13-L551C26" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.CreateMeasurementGraphics", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L611C13-L611C67" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.CreateMeasurementGraphics(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L617C13-L623C22" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.CreateMeasurementGraphics(System.Drawing.Printing.PageSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L629C13-L632C22" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.CreateMeasurementGraphics(System.Drawing.Printing.PageSettings,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L638C13-L644C22" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.GetHdevmode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L811C13-L813C31" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.GetHdevmode(System.Drawing.Printing.PageSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L901C13-L904C31" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.GetHdevnames", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L915C13-L938C27" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.SetHdevmode(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1156C13-L1194C10" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.SetHdevnames(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1201C13-L1215C10" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1222C13-L1233C23" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.CanDuplex", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L64C19-L64C95" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.Copies", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L74C17-L77C62" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.Collate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L103C17-L106C131" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.DefaultPageSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L116C19-L116C47" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.Duplex", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L133C17-L138C96" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.FromPage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L156C19-L156C36" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.InstalledPrinters", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L180C17-L215C52" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.IsDefaultPrinter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L226C17-L226C90" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.IsPlotter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L237C17-L237C172" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.IsValid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L248C17-L248C95" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.LandscapeAngle", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L257C19-L257C95" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.MaximumCopies", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L265C19-L265C90" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.MaximumPage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L273C19-L273C35" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.MinimumPage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L289C19-L289C35" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrintFileName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L319C17-L320C38" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSizes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L337C19-L337C68" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSources", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L345C19-L345C72" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrintRange", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L371C19-L371C38" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrintToFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L388C17-L388C37" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrinterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L403C17-L403C44" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrinterResolutions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L438C19-L438C84" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.SupportsColor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L521C17-L524C43" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.ToPage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L533C19-L533C34" - }, - { - "DocsId": "T:System.Drawing.Printing.PrinterSettings.PaperSizeCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs" - }, - { - "DocsId": "T:System.Drawing.Printing.PrinterSettings.PaperSourceCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs" - }, - { - "DocsId": "T:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs" - }, - { - "DocsId": "T:System.Drawing.Printing.PrinterSettings.StringCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.PrinterSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrintEventArgs.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintEventArgs.cs#L18C9-L20C10" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintEventArgs.PrintAction", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintEventArgs.cs#L37C17-L37C37" - } - ], - "DocsId": "T:System.Drawing.Printing.PrintEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrintPageEventArgs.#ctor(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Printing.PageSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L21C9-L33C10" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintPageEventArgs.Cancel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L40C19-L40C34" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintPageEventArgs.Graphics", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L51C17-L51C34" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintPageEventArgs.HasMorePages", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L60C19-L60C40" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintPageEventArgs.MarginBounds", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L71C17-L71C38" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintPageEventArgs.PageBounds", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L82C17-L82C36" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintPageEventArgs.PageSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L93C17-L93C38" - } - ], - "DocsId": "T:System.Drawing.Printing.PrintPageEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Imaging.WmfPlaceableFileHeader,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L31C9-L35C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L41C9-L45C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L50C9-L56C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L63C13-L65C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L71C13-L73C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L80C13-L82C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L89C13-L91C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L98C13-L100C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L106C9-L117C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L124C13-L126C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L133C13-L135C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L141C13-L143C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L149C13-L151C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L157C13-L159C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L165C13-L167C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L173C13-L175C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L181C13-L183C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L188C9-L207C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L213C13-L215C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L221C13-L223C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L229C13-L231C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L237C13-L239C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L245C13-L247C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L253C13-L255C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L261C13-L263C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L269C13-L271C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L277C13-L279C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L285C13-L287C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L293C13-L295C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L301C13-L303C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Imaging.WmfPlaceableFileHeader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L310C13-L312C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L317C9-L327C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L332C9-L343C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L349C9-L375C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L380C9-L395C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L400C9-L431C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L436C9-L451C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L456C9-L471C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L476C9-L505C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.PlayRecord(System.Drawing.Imaging.EmfPlusRecordType,System.Int32,System.Int32,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L525C13-L531C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.GetMetafileHeader(System.IntPtr,System.Drawing.Imaging.WmfPlaceableFileHeader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L538C13-L544C27" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.GetMetafileHeader(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L552C13-L558C27" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.GetMetafileHeader(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L567C13-L602C27" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.GetMetafileHeader(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L612C13-L646C27" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.GetMetafileHeader", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L656C13-L689C27" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.GetHenhmetafile", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L697C13-L698C25" - } - ], - "DocsId": "T:System.Drawing.Imaging.Metafile", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.Bitmap", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.Brush", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.Pen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.Any", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.ColorAdjustType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.ColorChannelFlag.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorChannelFlag.ColorChannelC", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorChannelFlag.ColorChannelM", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorChannelFlag.ColorChannelY", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorChannelFlag.ColorChannelK", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorChannelFlag.ColorChannelLast", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.ColorChannelFlag", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.ColorMap.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMap.cs#L17C9-L19C10" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMap.OldColor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMap.cs#L26C19-L26C36" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMap.NewColor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMap.cs#L34C19-L34C36" - } - ], - "DocsId": "T:System.Drawing.Imaging.ColorMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMap.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.ColorMapType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMapType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorMapType.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMapType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorMapType.Brush", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMapType.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.ColorMapType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMapType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.ColorMatrixFlag.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrixFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorMatrixFlag.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrixFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorMatrixFlag.SkipGrays", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrixFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorMatrixFlag.AltGrays", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrixFlags.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.ColorMatrixFlag", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrixFlags.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.ColorMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMode.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorMode.Argb32Mode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMode.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorMode.Argb64Mode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMode.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.ColorMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMode.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfRecordBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetBkColor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetBkMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetMapMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetROP2", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetRelAbs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetPolyFillMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetStretchBltMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetTextCharExtra", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetTextColor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetTextJustification", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetWindowOrg", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetWindowExt", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetViewportOrg", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetViewportExt", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfOffsetWindowOrg", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfScaleWindowExt", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfOffsetViewportOrg", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfScaleViewportExt", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfLineTo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfMoveTo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfExcludeClipRect", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfIntersectClipRect", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfArc", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfEllipse", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfFloodFill", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfPie", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfRectangle", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfRoundRect", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfPatBlt", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSaveDC", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetPixel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfOffsetCilpRgn", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfTextOut", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfBitBlt", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfStretchBlt", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfPolygon", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfPolyline", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfEscape", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfRestoreDC", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfFillRegion", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfFrameRegion", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfInvertRegion", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfPaintRegion", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSelectClipRegion", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSelectObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetTextAlign", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfChord", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetMapperFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfExtTextOut", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetDibToDev", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSelectPalette", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfRealizePalette", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfAnimatePalette", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetPalEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfPolyPolygon", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfResizePalette", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfDibBitBlt", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfDibStretchBlt", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfDibCreatePatternBrush", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfStretchDib", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfExtFloodFill", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetLayout", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfDeleteObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfCreatePalette", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfCreatePatternBrush", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfCreatePenIndirect", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfCreateFontIndirect", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfCreateBrushIndirect", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfCreateRegion", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfHeader", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyBezier", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolygon", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyline", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyBezierTo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyLineTo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyPolyline", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyPolygon", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetWindowExtEx", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetWindowOrgEx", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetViewportExtEx", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetViewportOrgEx", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetBrushOrgEx", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfEof", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetPixelV", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetMapperFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetMapMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetBkMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetPolyFillMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetROP2", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetStretchBltMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetTextAlign", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetColorAdjustment", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetTextColor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetBkColor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfOffsetClipRgn", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfMoveToEx", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetMetaRgn", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExcludeClipRect", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfIntersectClipRect", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfScaleViewportExtEx", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfScaleWindowExtEx", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSaveDC", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfRestoreDC", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetWorldTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfModifyWorldTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSelectObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreatePen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreateBrushIndirect", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfDeleteObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfAngleArc", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfEllipse", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfRectangle", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfRoundRect", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfRoundArc", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfChord", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPie", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSelectPalette", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreatePalette", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetPaletteEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfResizePalette", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfRealizePalette", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtFloodFill", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfLineTo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfArcTo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyDraw", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetArcDirection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetMiterLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfBeginPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfEndPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCloseFigure", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfFillPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfStrokeAndFillPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfStrokePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfFlattenPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfWidenPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSelectClipPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfAbortPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfReserved069", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfGdiComment", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfFillRgn", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfFrameRgn", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfInvertRgn", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPaintRgn", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtSelectClipRgn", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfBitBlt", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfStretchBlt", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfMaskBlt", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPlgBlt", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetDIBitsToDevice", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfStretchDIBits", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtCreateFontIndirect", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtTextOutA", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtTextOutW", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyBezier16", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolygon16", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyline16", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyBezierTo16", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolylineTo16", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyPolyline16", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyPolygon16", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyDraw16", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreateMonoBrush", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreateDibPatternBrushPt", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtCreatePen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyTextOutA", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyTextOutW", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetIcmMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreateColorSpace", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetColorSpace", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfDeleteColorSpace", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfGlsRecord", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfGlsBoundedRecord", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPixelFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfDrawEscape", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtEscape", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfStartDoc", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSmallTextOut", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfForceUfiMapping", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfNamedEscpae", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfColorCorrectPalette", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetIcmProfileA", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetIcmProfileW", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfAlphaBlend", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetLayout", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfTransparentBlt", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfReserved117", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfGradientFill", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetLinkedUfis", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetTextJustification", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfColorMatchToTargetW", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreateColorSpaceW", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfMax", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfMin", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPlusRecordBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Invalid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Header", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EndOfFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Comment", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.GetDC", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.MultiFormatStart", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.MultiFormatSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.MultiFormatEnd", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Object", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.FillRects", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawRects", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.FillPolygon", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawLines", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.FillEllipse", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawEllipse", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.FillPie", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawPie", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawArc", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.FillRegion", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.FillPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.FillClosedCurve", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawClosedCurve", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawCurve", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawBeziers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawImage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawImagePoints", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetRenderingOrigin", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetAntiAliasMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetTextRenderingHint", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetTextContrast", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetInterpolationMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetPixelOffsetMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetCompositingMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetCompositingQuality", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Restore", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.BeginContainer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.BeginContainerNoParams", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EndContainer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetWorldTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.ResetWorldTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.MultiplyWorldTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.TranslateWorldTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.ScaleWorldTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.RotateWorldTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetPageTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.ResetClip", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetClipRect", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetClipPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetClipRegion", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.OffsetClip", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawDriverString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Total", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Max", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Min", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.EmfPlusRecordType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.EmfType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfType.EmfOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfType.EmfPlusOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfType.EmfPlusDual", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfType.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.EmfType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EmfType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.Encoder.#ctor(System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs#L36C9-L39C10" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.Compression", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.ColorDepth", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.ScanMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.RenderMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.Quality", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.Transformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.LuminanceTable", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.ChrominanceTable", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.SaveFlag", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.ColorSpace", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.ImageItems", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.SaveAsCmyk", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "P:System.Drawing.Imaging.Encoder.Guid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs#L43C19-L43C32" - } - ], - "DocsId": "T:System.Drawing.Imaging.Encoder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeByte", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeAscii", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeShort", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeLong", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeRational", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeLongRange", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeUndefined", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeRationalRange", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypePointer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.EncoderParameterValueType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.ColorTypeCMYK", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.ColorTypeYCCK", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.CompressionLZW", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.CompressionCCITT3", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.CompressionCCITT4", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.CompressionRle", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.CompressionNone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.ScanMethodInterlaced", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.ScanMethodNonInterlaced", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.VersionGif87", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.VersionGif89", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.RenderProgressive", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.RenderNonProgressive", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.TransformRotate90", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.TransformRotate180", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.TransformRotate270", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.TransformFlipHorizontal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.TransformFlipVertical", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.MultiFrame", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.LastFrame", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.Flush", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.FrameDimensionTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.FrameDimensionResolution", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.FrameDimensionPage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.EncoderValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.FrameDimension.#ctor(System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L20C9-L23C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.FrameDimension.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L62C13-L65C42" - }, - { - "DocsId": "M:System.Drawing.Imaging.FrameDimension.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L70C13-L70C40" - }, - { - "DocsId": "M:System.Drawing.Imaging.FrameDimension.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L78C13-L81C49" - }, - { - "DocsId": "P:System.Drawing.Imaging.FrameDimension.Guid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L30C19-L30C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.FrameDimension.Time", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L38C19-L38C33" - }, - { - "DocsId": "P:System.Drawing.Imaging.FrameDimension.Resolution", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L46C19-L46C39" - }, - { - "DocsId": "P:System.Drawing.Imaging.FrameDimension.Page", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L54C19-L54C33" - } - ], - "DocsId": "T:System.Drawing.Imaging.FrameDimension", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.Encoder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.Decoder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.SupportBitmap", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.SupportVector", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.SeekableEncode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.BlockingDecode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.Builtin", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.System", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.User", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.ImageCodecFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.Scalable", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.HasAlpha", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.HasTranslucent", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.PartiallyScalable", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.ColorSpaceRgb", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.ColorSpaceCmyk", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.ColorSpaceGray", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.ColorSpaceYcbcr", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.ColorSpaceYcck", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.HasRealDpi", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.HasRealPixelSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.ReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.Caching", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.ImageFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.ImageFormat.#ctor(System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L36C9-L39C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageFormat.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L159C13-L162C42" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageFormat.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L170C13-L170C40" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageFormat.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L190C13-L202C46" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.Guid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L46C19-L46C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.MemoryBmp", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L54C19-L54C38" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.Bmp", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L62C19-L62C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.Emf", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L70C19-L70C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.Wmf", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L78C19-L78C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.Gif", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L86C19-L86C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.Jpeg", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L94C19-L94C33" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.Png", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L102C19-L102C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.Tiff", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L110C19-L110C33" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.Exif", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L118C19-L118C33" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.Icon", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L126C19-L126C33" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.Heif", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L138C19-L138C33" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.Webp", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L150C19-L150C33" - } - ], - "DocsId": "T:System.Drawing.Imaging.ImageFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.ImageLockMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageLockMode.ReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageLockMode.WriteOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageLockMode.ReadWrite", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageLockMode.UserInputBuffer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.ImageLockMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.MetafileType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.MetafileType.Invalid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.MetafileType.Wmf", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.MetafileType.WmfPlaceable", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.MetafileType.Emf", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.MetafileType.EmfPlusOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.MetafileType.EmfPlusDual", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.MetafileType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.PaletteFlags.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PaletteFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PaletteFlags.HasAlpha", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PaletteFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PaletteFlags.GrayScale", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PaletteFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PaletteFlags.Halftone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PaletteFlags.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.PaletteFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PaletteFlags.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Indexed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Gdi", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Alpha", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.PAlpha", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Extended", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Canonical", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Undefined", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.DontCare", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format1bppIndexed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format4bppIndexed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format8bppIndexed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format16bppGrayScale", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format16bppRgb555", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format16bppRgb565", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format16bppArgb1555", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format24bppRgb", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format32bppRgb", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format32bppArgb", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format32bppPArgb", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format48bppRgb", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format64bppArgb", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format64bppPArgb", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Max", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.PixelFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.PlayRecordCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PlayRecordCallback.cs" - }, - { - "DocsId": "M:System.Drawing.Imaging.PlayRecordCallback.Invoke(System.Drawing.Imaging.EmfPlusRecordType,System.Int32,System.Int32,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PlayRecordCallback.cs" - }, - { - "DocsId": "M:System.Drawing.Imaging.PlayRecordCallback.BeginInvoke(System.Drawing.Imaging.EmfPlusRecordType,System.Int32,System.Int32,System.IntPtr,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PlayRecordCallback.cs" - }, - { - "DocsId": "M:System.Drawing.Imaging.PlayRecordCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PlayRecordCallback.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.PlayRecordCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PlayRecordCallback.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Drawing.Imaging.PropertyItem.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PropertyItem.cs#L19C25-L19C29" - }, - { - "DocsId": "P:System.Drawing.Imaging.PropertyItem.Len", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PropertyItem.cs#L24C26-L24C30" - }, - { - "DocsId": "P:System.Drawing.Imaging.PropertyItem.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PropertyItem.cs#L29C29-L29C33" - }, - { - "DocsId": "P:System.Drawing.Imaging.PropertyItem.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PropertyItem.cs#L34C32-L34C36" - } - ], - "DocsId": "T:System.Drawing.Imaging.PropertyItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/PropertyItem.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.WmfPlaceableFileHeader.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L19C9-L19C55" - }, - { - "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L34C19-L34C31" - }, - { - "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.Hmf", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L43C19-L43C31" - }, - { - "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.BboxLeft", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L52C19-L52C36" - }, - { - "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.BboxTop", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L61C19-L61C35" - }, - { - "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.BboxRight", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L70C19-L70C37" - }, - { - "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.BboxBottom", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L79C19-L79C38" - }, - { - "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.Inch", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L88C19-L88C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.Reserved", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L97C19-L97C36" - }, - { - "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.Checksum", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L106C19-L106C36" - } - ], - "DocsId": "T:System.Drawing.Imaging.WmfPlaceableFileHeader", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.BitmapData.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs" - }, - { - "DocsId": "P:System.Drawing.Imaging.BitmapData.Width", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L31C19-L31C33" - }, - { - "DocsId": "P:System.Drawing.Imaging.BitmapData.Height", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L40C19-L40C34" - }, - { - "DocsId": "P:System.Drawing.Imaging.BitmapData.Stride", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L49C19-L49C34" - }, - { - "DocsId": "P:System.Drawing.Imaging.BitmapData.PixelFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L58C19-L58C39" - }, - { - "DocsId": "P:System.Drawing.Imaging.BitmapData.Scan0", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L100C19-L100C33" - }, - { - "DocsId": "P:System.Drawing.Imaging.BitmapData.Reserved", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L109C19-L109C36" - } - ], - "DocsId": "T:System.Drawing.Imaging.BitmapData", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.ColorMatrix.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L48C9-L79C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ColorMatrix.#ctor(System.Single[][])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L310C9-L313C10" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix00", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L86C19-L86C36" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix01", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L94C19-L94C36" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix02", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L103C19-L103C36" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix03", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L112C19-L112C36" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix04", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L121C19-L121C36" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix10", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L130C19-L130C36" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix11", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L139C19-L139C36" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix12", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L148C19-L148C36" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix13", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L157C19-L157C36" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix14", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L166C19-L166C36" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix20", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L175C19-L175C36" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix21", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L184C19-L184C36" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix22", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L193C19-L193C36" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix23", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L202C19-L202C36" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix24", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L211C19-L211C36" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix30", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L220C19-L220C36" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix31", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L229C19-L229C36" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix32", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L238C19-L238C36" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix33", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L247C19-L247C36" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix34", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L256C19-L256C36" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix40", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L265C19-L265C36" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix41", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L274C19-L274C36" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix42", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L283C19-L283C36" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix43", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L292C19-L292C36" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix44", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L301C19-L301C36" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Item(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L387C17-L387C49" - } - ], - "DocsId": "T:System.Drawing.Imaging.ColorMatrix", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Drawing.Imaging.ColorPalette.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorPalette.cs#L28C17-L28C31" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorPalette.Entries", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorPalette.cs#L39C17-L39C33" - } - ], - "DocsId": "T:System.Drawing.Imaging.ColorPalette", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ColorPalette.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L19C13-L20C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L72C13-L75C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Byte)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L84C9-L94C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Byte,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L96C9-L106C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int16)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L108C9-L118C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L120C9-L130C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L132C9-L143C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int64,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L145C9-L156C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L158C9-L173C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L175C9-L183C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L185C9-L196C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Byte[],System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L198C9-L209C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int16[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L211C9-L221C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int64[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L223C9-L240C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32[],System.Int32[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L242C9-L259C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int64[],System.Int64[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L261C9-L278C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32[],System.Int32[],System.Int32[],System.Int32[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L280C9-L303C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L306C9-L346C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32,System.Drawing.Imaging.EncoderParameterValueType,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L348C9-L391C10" - }, - { - "DocsId": "P:System.Drawing.Imaging.EncoderParameter.Encoder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L29C17-L29C52" - }, - { - "DocsId": "P:System.Drawing.Imaging.EncoderParameter.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L44C17-L44C44" - }, - { - "DocsId": "P:System.Drawing.Imaging.EncoderParameter.ValueType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L55C17-L55C44" - }, - { - "DocsId": "P:System.Drawing.Imaging.EncoderParameter.NumberOfValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L66C17-L66C40" - } - ], - "DocsId": "T:System.Drawing.Imaging.EncoderParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameters.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameters.cs#L13C9-L16C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameters.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameters.cs#L18C9-L21C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameters.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameters.cs#L99C44-L104C10" - }, - { - "DocsId": "P:System.Drawing.Imaging.EncoderParameters.Param", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameters.cs#L27C17-L27C31" - } - ], - "DocsId": "T:System.Drawing.Imaging.EncoderParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameters.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L56C9-L66C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L78C13-L80C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L121C13-L122C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L131C13-L138C47" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorMatrix(System.Drawing.Imaging.ColorMatrix)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L146C13-L147C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorMatrix(System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrixFlag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L154C13-L155C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorMatrix(System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrixFlag,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L162C13-L172C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearColorMatrix", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L179C13-L180C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearColorMatrix(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L187C13-L197C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorMatrices(System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrix)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L204C13-L205C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorMatrices(System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrixFlag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L209C13-L210C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorMatrices(System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrixFlag,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L215C13-L225C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetThreshold(System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L229C13-L230C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetThreshold(System.Single,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L234C13-L242C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearThreshold", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L246C13-L247C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearThreshold(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L251C13-L259C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetGamma(System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L263C13-L264C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetGamma(System.Single,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L268C13-L276C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearGamma", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L280C13-L281C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearGamma(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L285C13-L293C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetNoOp", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L297C13-L298C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetNoOp(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L302C13-L309C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearNoOp", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L313C13-L314C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearNoOp(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L318C13-L325C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorKey(System.Drawing.Color,System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L329C13-L330C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorKey(System.Drawing.Color,System.Drawing.Color,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L334C13-L346C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearColorKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L350C13-L351C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearColorKey(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L355C13-L365C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetOutputChannel(System.Drawing.Imaging.ColorChannelFlag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L369C13-L370C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetOutputChannel(System.Drawing.Imaging.ColorChannelFlag,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L374C13-L382C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearOutputChannel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L386C13-L387C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearOutputChannel(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L391C13-L399C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetOutputChannelColorProfile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L403C13-L404C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetOutputChannelColorProfile(System.String,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L410C13-L420C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearOutputChannelColorProfile", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L424C13-L425C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearOutputChannelColorProfile(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L429C13-L437C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetRemapTable(System.Drawing.Imaging.ColorMap[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L441C13-L442C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetRemapTable(System.Drawing.Imaging.ColorMap[],System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L447C13-L470C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearRemapTable", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L474C13-L475C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearRemapTable(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L479C13-L485C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetBrushRemapTable(System.Drawing.Imaging.ColorMap[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L489C13-L490C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearBrushRemapTable", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L494C13-L495C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetWrapMode(System.Drawing.Drawing2D.WrapMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L499C13-L500C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetWrapMode(System.Drawing.Drawing2D.WrapMode,System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L504C13-L505C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetWrapMode(System.Drawing.Drawing2D.WrapMode,System.Drawing.Color,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L509C13-L517C10" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.GetAdjustedPalette(System.Drawing.Imaging.ColorPalette,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L522C13-L538C10" - } - ], - "DocsId": "T:System.Drawing.Imaging.ImageAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.ImageCodecInfo.GetImageDecoders", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L110C13-L135C32" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageCodecInfo.GetImageEncoders", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L144C13-L169C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.Clsid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L30C19-L30C33" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.FormatID", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L36C19-L36C36" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.CodecName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L42C19-L42C37" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.DllName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L50C17-L50C33" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.FormatDescription", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L60C19-L60C45" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.FilenameExtension", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L66C19-L66C45" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.MimeType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L72C19-L72C36" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L78C19-L78C33" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L84C19-L84C35" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.SignaturePatterns", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L91C19-L91C45" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.SignatureMasks", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L98C19-L98C42" - } - ], - "DocsId": "T:System.Drawing.Imaging.ImageCodecInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.MetafileFrameUnit.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.MetafileFrameUnit.Pixel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.MetafileFrameUnit.Point", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.MetafileFrameUnit.Inch", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.MetafileFrameUnit.Document", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.MetafileFrameUnit.Millimeter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.MetafileFrameUnit.GdiCompatible", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.MetafileFrameUnit", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsWmf", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L96C13-L104C30" - }, - { - "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsWmfPlaceable", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L112C13-L115C79" - }, - { - "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsEmf", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L123C13-L126C70" - }, - { - "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsEmfOrEmfPlus", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L135C13-L138C70" - }, - { - "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsEmfPlus", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L147C13-L150C78" - }, - { - "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsEmfPlusDual", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L159C13-L162C78" - }, - { - "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsEmfPlusOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L171C13-L174C78" - }, - { - "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsDisplay", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L182C13-L183C91" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetafileHeader.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L30C17-L30C56" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetafileHeader.MetafileSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L41C17-L41C56" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetafileHeader.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L52C17-L52C62" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetafileHeader.DpiX", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L63C17-L63C56" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetafileHeader.DpiY", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L74C17-L74C56" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetafileHeader.Bounds", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L85C17-L87C73" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetafileHeader.WmfHeader", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L193C17-L196C38" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetafileHeader.EmfPlusHeaderSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L207C17-L210C82" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetafileHeader.LogicalDpiX", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L221C17-L224C70" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetafileHeader.LogicalDpiY", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L235C17-L238C70" - } - ], - "DocsId": "T:System.Drawing.Imaging.MetafileHeader", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.MetaHeader.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L17C9-L19C10" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetaHeader.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L37C19-L37C38" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetaHeader.HeaderSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L46C19-L46C44" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetaHeader.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L55C19-L55C41" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetaHeader.Size", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L64C19-L64C38" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetaHeader.NoObjects", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L70C19-L70C43" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetaHeader.MaxRecord", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L76C19-L76C43" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetaHeader.NoParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L82C19-L82C46" - } - ], - "DocsId": "T:System.Drawing.Imaging.MetaHeader", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Graphics.DrawImageAbort.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImageAbort.Invoke(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImageAbort.BeginInvoke(System.IntPtr,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImageAbort.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs" - } - ], - "DocsId": "T:System.Drawing.Graphics.DrawImageAbort", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafileProc.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafileProc.Invoke(System.Drawing.Imaging.EmfPlusRecordType,System.Int32,System.Int32,System.IntPtr,System.Drawing.Imaging.PlayRecordCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafileProc.BeginInvoke(System.Drawing.Imaging.EmfPlusRecordType,System.Int32,System.Int32,System.IntPtr,System.Drawing.Imaging.PlayRecordCallback,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafileProc.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs" - } - ], - "DocsId": "T:System.Drawing.Graphics.EnumerateMetafileProc", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Graphics.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Image.GetThumbnailImageAbort.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs" - }, - { - "DocsId": "M:System.Drawing.Image.GetThumbnailImageAbort.Invoke", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs" - }, - { - "DocsId": "M:System.Drawing.Image.GetThumbnailImageAbort.BeginInvoke(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs" - }, - { - "DocsId": "M:System.Drawing.Image.GetThumbnailImageAbort.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs" - } - ], - "DocsId": "T:System.Drawing.Image.GetThumbnailImageAbort", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Image.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.FontConverter.FontNameConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L379C13-L382C14" - }, - { - "DocsId": "M:System.Drawing.FontConverter.FontNameConverter.System#IDisposable#Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L386C13-L386C14" - }, - { - "DocsId": "M:System.Drawing.FontConverter.FontNameConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L390C17-L390C103" - }, - { - "DocsId": "M:System.Drawing.FontConverter.FontNameConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L395C17-L395C128" - }, - { - "DocsId": "M:System.Drawing.FontConverter.FontNameConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L400C17-L407C75" - }, - { - "DocsId": "M:System.Drawing.FontConverter.FontNameConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L411C97-L411C102" - }, - { - "DocsId": "M:System.Drawing.FontConverter.FontNameConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L414C97-L414C101" - } - ], - "DocsId": "T:System.Drawing.FontConverter.FontNameConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.FontConverter.FontUnitConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L446C42-L446C72" - }, - { - "DocsId": "M:System.Drawing.FontConverter.FontUnitConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L451C17-L459C31" - } - ], - "DocsId": "T:System.Drawing.FontConverter.FontUnitConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/FontConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.#ctor(System.Drawing.Printing.PaperSize[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1259C13-L1262C14" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1288C17-L1288C59" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1295C21-L1295C34" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1304C21-L1304C34" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1312C21-L1312C33" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1318C17-L1319C14" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.CopyTo(System.Drawing.Printing.PaperSize[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1323C17-L1324C14" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1328C17-L1328C40" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.Add(System.Drawing.Printing.PaperSize)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1336C17-L1340C30" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1271C21-L1271C42" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1282C21-L1282C42" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1295C21-L1295C34" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1304C21-L1304C34" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1312C21-L1312C33" - } - ], - "DocsId": "T:System.Drawing.Printing.PrinterSettings.PaperSizeCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.#ctor(System.Drawing.Printing.PaperSource[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1351C13-L1354C14" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1380C17-L1380C59" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1387C21-L1387C34" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1396C21-L1396C34" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1404C21-L1404C33" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1410C17-L1411C14" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.CopyTo(System.Drawing.Printing.PaperSource[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1415C17-L1416C14" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1420C17-L1420C40" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.Add(System.Drawing.Printing.PaperSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1426C17-L1430C30" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1363C21-L1363C42" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1374C21-L1374C42" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1387C21-L1387C34" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1396C21-L1396C34" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1404C21-L1404C33" - } - ], - "DocsId": "T:System.Drawing.Printing.PrinterSettings.PaperSourceCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.#ctor(System.Drawing.Printing.PrinterResolution[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1441C13-L1444C14" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1470C17-L1470C59" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1477C21-L1477C34" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1485C21-L1485C34" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1493C21-L1493C33" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1499C17-L1500C14" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.CopyTo(System.Drawing.Printing.PrinterResolution[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1504C17-L1505C14" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1509C17-L1509C40" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.Add(System.Drawing.Printing.PrinterResolution)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1515C17-L1519C30" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1453C21-L1453C42" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1464C21-L1464C42" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1477C21-L1477C34" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1485C21-L1485C34" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1493C21-L1493C33" - } - ], - "DocsId": "T:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1530C13-L1533C14" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1559C17-L1559C59" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1566C21-L1566C34" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1574C21-L1574C34" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1582C21-L1582C33" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1588C17-L1589C14" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.CopyTo(System.String[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1594C17-L1595C14" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1599C17-L1599C40" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1607C17-L1611C30" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.StringCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1542C21-L1542C42" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.StringCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1553C21-L1553C42" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1566C21-L1566C34" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1574C21-L1574C34" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1582C21-L1582C33" - } - ], - "DocsId": "T:System.Drawing.Printing.PrinterSettings.StringCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Formats.Cbor.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Formats.Cbor.json deleted file mode 100644 index d2dbeebe0d9..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Formats.Cbor.json +++ /dev/null @@ -1,580 +0,0 @@ -{ - "Assembly": "System.Formats.Cbor", - "GUID": "065AC9F7FAAA4BF8825FB6A66DB09014FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.Undefined", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.UnsignedInteger", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.NegativeInteger", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.ByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.StartIndefiniteLengthByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.EndIndefiniteLengthByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.TextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.StartIndefiniteLengthTextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.EndIndefiniteLengthTextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.StartArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.EndArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.StartMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.EndMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.Tag", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.SimpleValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.HalfPrecisionFloat", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.SinglePrecisionFloat", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.DoublePrecisionFloat", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.Null", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.Boolean", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.Finished", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - } - ], - "DocsId": "T:System.Formats.Cbor.CborReaderState", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Formats.Cbor.CborReader.PeekState", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.PeekState.cs#L15C13-L20C33" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.SkipValue(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.SkipValue.cs#L20C13-L21C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.SkipToParent(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.SkipValue.cs#L33C13-L39C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadSingle", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.cs#L24C13-L48C91" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadDouble", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.cs#L65C13-L93C91" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadBoolean", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.cs#L109C13-L120C27" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadNull", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.cs#L134C13-L143C90" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadSimpleValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.cs#L159C13-L182C97" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadTag", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L22C13-L26C24" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.PeekTag", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L39C37-L39C59" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadDateTimeOffset", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L57C13-L87C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadUnixTimeSeconds", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L105C13-L139C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadBigInteger", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L157C13-L186C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadDecimal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L205C13-L267C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadStartArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Array.cs#L18C13-L38C36" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadEndArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Array.cs#L51C13-L63C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.#ctor(System.ReadOnlyMemory{System.Byte},System.Formats.Cbor.CborConformanceMode,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L29C9-L64C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadEncodedValue(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L75C13-L81C72" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadInt32", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Integer.cs#L23C13-L26C26" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadUInt32", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Integer.cs#L41C13-L44C26" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadInt64", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Integer.cs#L58C13-L61C26" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadUInt64", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Integer.cs#L76C13-L79C26" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadCborNegativeIntegerRepresentation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Integer.cs#L98C13-L102C26" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadStartMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Map.cs#L33C13-L63C27" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadEndMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Map.cs#L77C13-L95C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L29C13-L48C27" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.TryReadByteString(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L64C13-L91C25" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadDefiniteLengthByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L106C13-L120C30" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadStartIndefiniteLengthByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L134C13-L148C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadEndIndefiniteLengthByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L157C13-L161C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadTextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L174C13-L204C27" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.TryReadTextString(System.Span{System.Char},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L220C13-L251C25" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadDefiniteLengthTextStringBytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L266C13-L287C33" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadStartIndefiniteLengthTextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L301C13-L315C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadEndIndefiniteLengthTextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L324C13-L328C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadHalf", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.netcoreapp.cs#L24C13-L41C91" - }, - { - "DocsId": "P:System.Formats.Cbor.CborReader.ConformanceMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L36C54-L36C58" - }, - { - "DocsId": "P:System.Formats.Cbor.CborReader.AllowMultipleRootLevelValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L40C52-L40C56" - }, - { - "DocsId": "P:System.Formats.Cbor.CborReader.CurrentDepth", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L44C36-L44C89" - }, - { - "DocsId": "P:System.Formats.Cbor.CborReader.BytesRemaining", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L48C38-L48C60" - } - ], - "DocsId": "T:System.Formats.Cbor.CborReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteStartArray(System.Nullable{System.Int32})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Array.cs#L26C13-L34C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteEndArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Array.cs#L42C13-L44C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteStartMap(System.Nullable{System.Int32})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Map.cs#L37C13-L45C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteEndMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Map.cs#L55C13-L62C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteSingle(System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.cs#L21C13-L30C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteDouble(System.Double)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.cs#L41C13-L57C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteBoolean(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.cs#L85C13-L86C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteNull", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.cs#L96C13-L97C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteSimpleValue(System.Formats.Cbor.CborSimpleValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.cs#L109C13-L127C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteByteString(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L27C13-L33C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteByteString(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L44C13-L59C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteStartIndefiniteLengthByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L74C13-L90C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteEndIndefiniteLengthByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L96C13-L98C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteTextString(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L111C13-L117C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteTextString(System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L129C13-L156C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteStartIndefiniteLengthTextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L171C13-L187C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteEndIndefiniteLengthTextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L193C13-L195C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.#ctor(System.Formats.Cbor.CborConformanceMode,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L63C9-L71C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L76C13-L94C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteEncodedValue(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L103C13-L146C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L151C35-L151C62" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.Encode(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L160C13-L168C36" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L178C13-L188C25" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteInt32(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Integer.cs#L19C46-L19C63" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteInt64(System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Integer.cs#L30C13-L41C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteUInt32(System.UInt32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Integer.cs#L51C48-L51C66" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteUInt64(System.UInt64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Integer.cs#L63C13-L65C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteCborNegativeIntegerRepresentation(System.UInt64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Integer.cs#L81C13-L83C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteTag(System.Formats.Cbor.CborTag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L21C13-L28C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteDateTimeOffset(System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L39C13-L46C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteUnixTimeSeconds(System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L57C13-L59C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteUnixTimeSeconds(System.Double)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L71C13-L78C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteBigInteger(System.Numerics.BigInteger)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L89C13-L95C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteDecimal(System.Decimal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L106C13-L130C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteHalf(System.Half)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.netcoreapp.cs#L22C13-L27C10" - }, - { - "DocsId": "P:System.Formats.Cbor.CborWriter.ConformanceMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L35C54-L35C58" - }, - { - "DocsId": "P:System.Formats.Cbor.CborWriter.ConvertIndefiniteLengthEncodings", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L39C56-L39C60" - }, - { - "DocsId": "P:System.Formats.Cbor.CborWriter.AllowMultipleRootLevelValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L43C52-L43C56" - }, - { - "DocsId": "P:System.Formats.Cbor.CborWriter.CurrentDepth", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L47C36-L47C89" - }, - { - "DocsId": "P:System.Formats.Cbor.CborWriter.BytesWritten", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L51C36-L51C43" - }, - { - "DocsId": "P:System.Formats.Cbor.CborWriter.IsWriteCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L55C41-L55C87" - } - ], - "DocsId": "T:System.Formats.Cbor.CborWriter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Formats.Cbor.CborConformanceMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborConformanceMode.Lax", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborConformanceMode.Strict", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborConformanceMode.Canonical", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborConformanceMode.Ctap2Canonical", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" - } - ], - "DocsId": "T:System.Formats.Cbor.CborConformanceMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Formats.Cbor.CborTag.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.DateTimeString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.UnixTimeSeconds", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.UnsignedBigNum", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.NegativeBigNum", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.DecimalFraction", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.BigFloat", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.Base64UrlLaterEncoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.Base64StringLaterEncoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.Base16StringLaterEncoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.EncodedCborDataItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.Base64Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.Base64", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.Regex", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.MimeMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.SelfDescribeCbor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - } - ], - "DocsId": "T:System.Formats.Cbor.CborTag", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Formats.Cbor.CborSimpleValue.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborSimpleValue.False", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborSimpleValue.True", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborSimpleValue.Null", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborSimpleValue.Undefined", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - } - ], - "DocsId": "T:System.Formats.Cbor.CborSimpleValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Formats.Cbor.CborContentException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborContentException.cs#L17C15-L20C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborContentException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborContentException.cs#L29C15-L32C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborContentException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborContentException.cs#L40C15-L43C10" - } - ], - "DocsId": "T:System.Formats.Cbor.CborContentException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborContentException.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.IO.Hashing.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.IO.Hashing.json deleted file mode 100644 index 2d7117e76df..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.IO.Hashing.json +++ /dev/null @@ -1,252 +0,0 @@ -{ - "Assembly": "System.IO.Hashing", - "GUID": "8D505B687FFD4F0883634CEC475F86ACFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.IO.Hashing.Crc32.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L31C9-L39C10" - }, - { - "DocsId": "M:System.IO.Hashing.Crc32.Append(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L48C13-L49C10" - }, - { - "DocsId": "M:System.IO.Hashing.Crc32.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L56C13-L57C10" - }, - { - "DocsId": "M:System.IO.Hashing.Crc32.GetCurrentHashCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L67C13-L68C10" - }, - { - "DocsId": "M:System.IO.Hashing.Crc32.GetHashAndResetCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L76C13-L78C10" - }, - { - "DocsId": "M:System.IO.Hashing.Crc32.Hash(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L90C13-L95C57" - }, - { - "DocsId": "M:System.IO.Hashing.Crc32.Hash(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L105C13-L107C24" - }, - { - "DocsId": "M:System.IO.Hashing.Crc32.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L124C13-L131C25" - }, - { - "DocsId": "M:System.IO.Hashing.Crc32.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L144C13-L147C52" - } - ], - "DocsId": "T:System.IO.Hashing.Crc32", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Hashing.Crc64.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L36C15-L38C10" - }, - { - "DocsId": "M:System.IO.Hashing.Crc64.Append(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L47C13-L48C10" - }, - { - "DocsId": "M:System.IO.Hashing.Crc64.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L55C13-L56C10" - }, - { - "DocsId": "M:System.IO.Hashing.Crc64.GetCurrentHashCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L65C13-L66C10" - }, - { - "DocsId": "M:System.IO.Hashing.Crc64.GetHashAndResetCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L74C13-L76C10" - }, - { - "DocsId": "M:System.IO.Hashing.Crc64.Hash(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L88C13-L93C57" - }, - { - "DocsId": "M:System.IO.Hashing.Crc64.Hash(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L103C13-L105C24" - }, - { - "DocsId": "M:System.IO.Hashing.Crc64.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L122C13-L129C25" - }, - { - "DocsId": "M:System.IO.Hashing.Crc64.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L142C13-L145C52" - } - ], - "DocsId": "T:System.IO.Hashing.Crc64", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Hashing.XxHash32.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L32C15-L34C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash32.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L44C15-L48C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash32.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L55C13-L57C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash32.Append(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L70C13-L105C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash32.GetCurrentHashCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L113C13-L123C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash32.Hash(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L135C13-L140C57" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash32.Hash(System.Byte[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L154C13-L159C63" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash32.Hash(System.ReadOnlySpan{System.Byte},System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L170C13-L172C24" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash32.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L190C13-L197C25" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash32.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L211C13-L214C58" - } - ], - "DocsId": "T:System.IO.Hashing.XxHash32", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Hashing.XxHash64.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L32C15-L34C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash64.#ctor(System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L44C15-L48C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash64.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L55C13-L57C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash64.Append(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L70C13-L105C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash64.GetCurrentHashCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L113C13-L123C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash64.Hash(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L135C13-L140C57" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash64.Hash(System.Byte[],System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L154C13-L159C63" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash64.Hash(System.ReadOnlySpan{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L170C13-L172C24" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash64.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L190C13-L197C25" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash64.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L211C13-L214C58" - } - ], - "DocsId": "T:System.IO.Hashing.XxHash64", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L33C9-L39C10" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.Append(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetCurrentHashCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.Append(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L85C13-L91C10" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.Append(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L104C13-L124C10" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.AppendAsync(System.IO.Stream,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L144C13-L149C63" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetCurrentHash", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L183C13-L185C24" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.TryGetCurrentHash(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L202C13-L210C25" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetCurrentHash(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L227C13-L233C38" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetHashAndReset", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L244C13-L246C24" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.TryGetHashAndReset(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L264C13-L272C25" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetHashAndReset(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L289C13-L295C38" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetHashAndResetCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L325C13-L327C10" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L342C13-L342C74" - }, - { - "DocsId": "P:System.IO.Hashing.NonCryptographicHashAlgorithm.HashLengthInBytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L21C40-L21C44" - } - ], - "DocsId": "T:System.IO.Hashing.NonCryptographicHashAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.IO.Packaging.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.IO.Packaging.json deleted file mode 100644 index 0b85bc9ec99..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.IO.Packaging.json +++ /dev/null @@ -1,628 +0,0 @@ -{ - "Assembly": "System.IO.Packaging", - "GUID": "3D0DAF2A3BAA43659BB45A70268F5A75FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.IO.FileFormatException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L23C15-L24C12" - }, - { - "DocsId": "M:System.IO.FileFormatException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L32C15-L33C12" - }, - { - "DocsId": "M:System.IO.FileFormatException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L43C15-L44C12" - }, - { - "DocsId": "M:System.IO.FileFormatException.#ctor(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L55C15-L61C10" - }, - { - "DocsId": "M:System.IO.FileFormatException.#ctor(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L73C15-L76C10" - }, - { - "DocsId": "M:System.IO.FileFormatException.#ctor(System.Uri,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L89C15-L96C10" - }, - { - "DocsId": "M:System.IO.FileFormatException.#ctor(System.Uri,System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L110C15-L113C10" - }, - { - "DocsId": "M:System.IO.FileFormatException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L115C91-L120C10" - }, - { - "DocsId": "M:System.IO.FileFormatException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L129C13-L131C10" - }, - { - "DocsId": "P:System.IO.FileFormatException.SourceUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L146C17-L146C35" - } - ], - "DocsId": "T:System.IO.FileFormatException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.IO.Packaging.CompressionOption.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" - }, - { - "DocsId": "F:System.IO.Packaging.CompressionOption.NotCompressed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" - }, - { - "DocsId": "F:System.IO.Packaging.CompressionOption.Normal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" - }, - { - "DocsId": "F:System.IO.Packaging.CompressionOption.Maximum", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" - }, - { - "DocsId": "F:System.IO.Packaging.CompressionOption.Fast", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" - }, - { - "DocsId": "F:System.IO.Packaging.CompressionOption.SuperFast", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" - } - ], - "DocsId": "T:System.IO.Packaging.CompressionOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.IO.Packaging.EncryptionOption.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/EncryptionOption.cs" - }, - { - "DocsId": "F:System.IO.Packaging.EncryptionOption.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/EncryptionOption.cs" - }, - { - "DocsId": "F:System.IO.Packaging.EncryptionOption.RightsManagement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/EncryptionOption.cs" - } - ], - "DocsId": "T:System.IO.Packaging.EncryptionOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/EncryptionOption.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Packaging.Package.#ctor(System.IO.FileAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L29C9-L39C10" - }, - { - "DocsId": "M:System.IO.Packaging.Package.Open(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L94C13-L94C91" - }, - { - "DocsId": "M:System.IO.Packaging.Package.Open(System.String,System.IO.FileMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L110C13-L110C85" - }, - { - "DocsId": "M:System.IO.Packaging.Package.Open(System.String,System.IO.FileMode,System.IO.FileAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L127C13-L127C79" - }, - { - "DocsId": "M:System.IO.Packaging.Package.Open(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L147C13-L147C77" - }, - { - "DocsId": "M:System.IO.Packaging.Package.Open(System.IO.Stream,System.IO.FileMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L166C13-L166C67" - }, - { - "DocsId": "M:System.IO.Packaging.Package.CreatePart(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L189C13-L189C86" - }, - { - "DocsId": "M:System.IO.Packaging.Package.CreatePart(System.Uri,System.String,System.IO.Packaging.CompressionOption)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L214C13-L242C30" - }, - { - "DocsId": "M:System.IO.Packaging.Package.GetPart(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L261C13-L265C37" - }, - { - "DocsId": "M:System.IO.Packaging.Package.PartExists(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L284C13-L291C59" - }, - { - "DocsId": "M:System.IO.Packaging.Package.DeletePart(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L309C13-L375C10" - }, - { - "DocsId": "M:System.IO.Packaging.Package.GetParts", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L385C13-L432C36" - }, - { - "DocsId": "M:System.IO.Packaging.Package.System#IDisposable#Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L447C13-L479C10" - }, - { - "DocsId": "M:System.IO.Packaging.Package.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L491C13-L492C10" - }, - { - "DocsId": "M:System.IO.Packaging.Package.Flush", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L502C13-L524C10" - }, - { - "DocsId": "M:System.IO.Packaging.Package.CreateRelationship(System.Uri,System.IO.Packaging.TargetMode,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L547C13-L547C86" - }, - { - "DocsId": "M:System.IO.Packaging.Package.CreateRelationship(System.Uri,System.IO.Packaging.TargetMode,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L571C13-L575C84" - }, - { - "DocsId": "M:System.IO.Packaging.Package.DeleteRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L590C13-L600C10" - }, - { - "DocsId": "M:System.IO.Packaging.Package.GetRelationships", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L613C13-L613C49" - }, - { - "DocsId": "M:System.IO.Packaging.Package.GetRelationshipsByType(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L631C13-L639C61" - }, - { - "DocsId": "M:System.IO.Packaging.Package.GetRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L657C13-L661C45" - }, - { - "DocsId": "M:System.IO.Packaging.Package.RelationshipExists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L678C13-L678C56" - }, - { - "DocsId": "M:System.IO.Packaging.Package.CreatePartCore(System.Uri,System.String,System.IO.Packaging.CompressionOption)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" - }, - { - "DocsId": "M:System.IO.Packaging.Package.GetPartCore(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" - }, - { - "DocsId": "M:System.IO.Packaging.Package.DeletePartCore(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" - }, - { - "DocsId": "M:System.IO.Packaging.Package.GetPartsCore", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" - }, - { - "DocsId": "M:System.IO.Packaging.Package.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L736C13-L753C10" - }, - { - "DocsId": "M:System.IO.Packaging.Package.FlushCore", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" - }, - { - "DocsId": "M:System.IO.Packaging.Package.Open(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L824C13-L872C28" - }, - { - "DocsId": "M:System.IO.Packaging.Package.Open(System.IO.Stream,System.IO.FileMode,System.IO.FileAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L888C13-L917C28" - }, - { - "DocsId": "P:System.IO.Packaging.Package.FileOpenAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L55C17-L56C40" - }, - { - "DocsId": "P:System.IO.Packaging.Package.PackageProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L70C17-L72C84" - } - ], - "DocsId": "T:System.IO.Packaging.Package", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Packaging.PackagePart.#ctor(System.IO.Packaging.Package,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L40C15-L42C10" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.#ctor(System.IO.Packaging.Package,System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L68C15-L70C10" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.#ctor(System.IO.Packaging.Package,System.Uri,System.String,System.IO.Packaging.CompressionOption)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L804C9-L127C10" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.GetContentTypeCore", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L252C13-L252C82" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.GetStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L273C13-L274C80" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.GetStream(System.IO.FileMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L295C13-L296C63" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.GetStream(System.IO.FileMode,System.IO.FileAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L319C13-L351C22" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.GetStreamCore(System.IO.FileMode,System.IO.FileAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.CreateRelationship(System.Uri,System.IO.Packaging.TargetMode,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L384C13-L384C86" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.CreateRelationship(System.Uri,System.IO.Packaging.TargetMode,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L410C13-L414C84" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.DeleteRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L430C13-L440C10" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.GetRelationships", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L455C13-L455C49" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.GetRelationshipsByType(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L474C13-L482C61" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.GetRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L501C13-L505C45" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.RelationshipExists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L523C13-L523C56" - }, - { - "DocsId": "P:System.IO.Packaging.PackagePart.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L144C17-L145C29" - }, - { - "DocsId": "P:System.IO.Packaging.PackagePart.ContentType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L168C17-L193C48" - }, - { - "DocsId": "P:System.IO.Packaging.PackagePart.Package", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L209C17-L210C35" - }, - { - "DocsId": "P:System.IO.Packaging.PackagePart.CompressionOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L224C17-L225C43" - } - ], - "DocsId": "T:System.IO.Packaging.PackagePart", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Packaging.PackagePartCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePartCollection.cs#L25C13-L25C36" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePartCollection.System#Collections#Generic#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePartCollection.cs#L36C13-L36C36" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePartCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePartCollection.cs#L46C13-L46C53" - } - ], - "DocsId": "T:System.IO.Packaging.PackagePartCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePartCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Packaging.PackageProperties.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs#L43C13-L46C10" - }, - { - "DocsId": "M:System.IO.Packaging.PackageProperties.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs#L54C9-L54C10" - }, - { - "DocsId": "M:System.IO.Packaging.PackageProperties.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.Title", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.Subject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.Creator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.Keywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.LastModifiedBy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.Revision", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.LastPrinted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.Created", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.Modified", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.Category", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.Identifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.ContentType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.Language", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.ContentStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - } - ], - "DocsId": "T:System.IO.Packaging.PackageProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.IO.Packaging.PackageRelationship.SourceUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L32C17-L35C40" - }, - { - "DocsId": "P:System.IO.Packaging.PackageRelationship.TargetUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L47C17-L47C35" - }, - { - "DocsId": "P:System.IO.Packaging.PackageRelationship.RelationshipType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L59C17-L59C42" - }, - { - "DocsId": "P:System.IO.Packaging.PackageRelationship.TargetMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L71C17-L71C36" - }, - { - "DocsId": "P:System.IO.Packaging.PackageRelationship.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L83C17-L83C28" - }, - { - "DocsId": "P:System.IO.Packaging.PackageRelationship.Package", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L96C17-L96C33" - } - ], - "DocsId": "T:System.IO.Packaging.PackageRelationship", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Packaging.PackageRelationshipCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipCollection.cs#L27C13-L27C36" - }, - { - "DocsId": "M:System.IO.Packaging.PackageRelationshipCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipCollection.cs#L37C13-L42C81" - } - ], - "DocsId": "T:System.IO.Packaging.PackageRelationshipCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Packaging.PackageRelationshipSelector.#ctor(System.Uri,System.IO.Packaging.PackageRelationshipSelectorType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs#L31C9-L59C10" - }, - { - "DocsId": "M:System.IO.Packaging.PackageRelationshipSelector.Select(System.IO.Packaging.Package)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs#L117C13-L166C34" - }, - { - "DocsId": "P:System.IO.Packaging.PackageRelationshipSelector.SourceUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs#L73C17-L73C35" - }, - { - "DocsId": "P:System.IO.Packaging.PackageRelationshipSelector.SelectorType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs#L86C17-L86C38" - }, - { - "DocsId": "P:System.IO.Packaging.PackageRelationshipSelector.SelectionCriteria", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs#L99C17-L99C43" - } - ], - "DocsId": "T:System.IO.Packaging.PackageRelationshipSelector", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.IO.Packaging.PackageRelationshipSelectorType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelectorType.cs" - }, - { - "DocsId": "F:System.IO.Packaging.PackageRelationshipSelectorType.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelectorType.cs" - }, - { - "DocsId": "F:System.IO.Packaging.PackageRelationshipSelectorType.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelectorType.cs" - } - ], - "DocsId": "T:System.IO.Packaging.PackageRelationshipSelectorType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelectorType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.CreatePartUri(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L38C13-L59C51" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.ResolvePartUri(System.Uri,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L81C13-L100C72" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.GetRelativeUri(System.Uri,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L113C13-L125C65" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.GetNormalizedPartUri(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L137C13-L144C66" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.ComparePartUri(System.Uri,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L160C13-L170C109" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.IsRelationshipPartUri(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L185C13-L193C70" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.GetRelationshipPartUri(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L211C13-L245C76" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.GetSourcePartUriFromRelationshipPartUri(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L267C13-L307C77" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.Create(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L33C13-L33C51" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.Create(System.Uri,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L51C13-L51C54" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.Create(System.Uri,System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L73C13-L118C100" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.GetPackageUri(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L134C13-L136C31" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.GetPartUri(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L157C13-L159C28" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.ComparePackUri(System.Uri,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L177C13-L203C38" - }, - { - "DocsId": "F:System.IO.Packaging.PackUriHelper.UriSchemePack", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs" - } - ], - "DocsId": "T:System.IO.Packaging.PackUriHelper", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.IO.Packaging.TargetMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/TargetMode.cs" - }, - { - "DocsId": "F:System.IO.Packaging.TargetMode.Internal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/TargetMode.cs" - }, - { - "DocsId": "F:System.IO.Packaging.TargetMode.External", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/TargetMode.cs" - } - ], - "DocsId": "T:System.IO.Packaging.TargetMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/TargetMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Packaging.ZipPackage.CreatePartCore(System.Uri,System.String,System.IO.Packaging.CompressionOption)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L41C13-L63C179" - }, - { - "DocsId": "M:System.IO.Packaging.ZipPackage.GetPartCore(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L93C13-L93C25" - }, - { - "DocsId": "M:System.IO.Packaging.ZipPackage.DeletePartCore(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L108C13-L118C10" - }, - { - "DocsId": "M:System.IO.Packaging.ZipPackage.GetPartsCore", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L145C13-L183C36" - }, - { - "DocsId": "M:System.IO.Packaging.ZipPackage.FlushCore", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L196C13-L197C10" - }, - { - "DocsId": "M:System.IO.Packaging.ZipPackage.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L207C17-L225C10" - } - ], - "DocsId": "T:System.IO.Packaging.ZipPackage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Packaging.ZipPackagePart.GetStreamCore(System.IO.FileMode,System.IO.FileAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackagePart.cs#L27C13-L45C25" - } - ], - "DocsId": "T:System.IO.Packaging.ZipPackagePart", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackagePart.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.IO.Pipelines.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.IO.Pipelines.json deleted file mode 100644 index c9ab9494179..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.IO.Pipelines.json +++ /dev/null @@ -1,352 +0,0 @@ -{ - "Assembly": "System.IO.Pipelines", - "GUID": "E7EE5D2457824DFD95F8DCD09B633D9FFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.IO.Pipelines.FlushResult.#ctor(System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs#L16C13-L27C10" - }, - { - "DocsId": "P:System.IO.Pipelines.FlushResult.IsCanceled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs#L31C35-L31C77" - }, - { - "DocsId": "P:System.IO.Pipelines.FlushResult.IsCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs#L35C36-L35C79" - } - ], - "DocsId": "T:System.IO.Pipelines.FlushResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.IO.Pipelines.IDuplexPipe.Input", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/IDuplexPipe.cs" - }, - { - "DocsId": "P:System.IO.Pipelines.IDuplexPipe.Output", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/IDuplexPipe.cs" - } - ], - "DocsId": "T:System.IO.Pipelines.IDuplexPipe", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/IDuplexPipe.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Pipelines.Pipe.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs#L87C25-L89C10" - }, - { - "DocsId": "M:System.IO.Pipelines.Pipe.#ctor(System.IO.Pipelines.PipeOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs#L35C9-L111C10" - }, - { - "DocsId": "M:System.IO.Pipelines.Pipe.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs#L1167C13-L1177C10" - }, - { - "DocsId": "P:System.IO.Pipelines.Pipe.Reader", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs#L1158C37-L1158C44" - }, - { - "DocsId": "P:System.IO.Pipelines.Pipe.Writer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs#L1162C37-L1162C44" - } - ], - "DocsId": "T:System.IO.Pipelines.Pipe", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Pipelines.PipeOptions.#ctor(System.Buffers.MemoryPool{System.Byte},System.IO.Pipelines.PipeScheduler,System.IO.Pipelines.PipeScheduler,System.Int64,System.Int64,System.Int32,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L26C9-L78C10" - }, - { - "DocsId": "P:System.IO.Pipelines.PipeOptions.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L16C45-L16C49" - }, - { - "DocsId": "P:System.IO.Pipelines.PipeOptions.UseSynchronizationContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L82C49-L82C53" - }, - { - "DocsId": "P:System.IO.Pipelines.PipeOptions.PauseWriterThreshold", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L86C44-L86C48" - }, - { - "DocsId": "P:System.IO.Pipelines.PipeOptions.ResumeWriterThreshold", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L90C45-L90C49" - }, - { - "DocsId": "P:System.IO.Pipelines.PipeOptions.MinimumSegmentSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L94C41-L94C45" - }, - { - "DocsId": "P:System.IO.Pipelines.PipeOptions.WriterScheduler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L98C48-L98C52" - }, - { - "DocsId": "P:System.IO.Pipelines.PipeOptions.ReaderScheduler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L102C48-L102C52" - }, - { - "DocsId": "P:System.IO.Pipelines.PipeOptions.Pool", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L106C40-L106C44" - } - ], - "DocsId": "T:System.IO.Pipelines.PipeOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Pipelines.PipeReader.TryRead(System.IO.Pipelines.ReadResult@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.ReadAtLeastAsync(System.Int32,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L53C13-L58C73" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.ReadAtLeastAsyncCore(System.Int32,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.AdvanceTo(System.SequencePosition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.AdvanceTo(System.SequencePosition,System.SequencePosition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.AsStream(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L106C13-L115C28" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.CancelPendingRead", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.Complete(System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.CompleteAsync(System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L133C17-L140C10" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.OnWriterCompleted(System.Action{System.Exception,System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L153C9-L153C10" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.Create(System.IO.Stream,System.IO.Pipelines.StreamPipeReaderOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L161C13-L161C101" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.Create(System.Buffers.ReadOnlySequence{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L171C13-L171C53" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.CopyToAsync(System.IO.Pipelines.PipeWriter,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L180C13-L193C36" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.CopyToAsync(System.IO.Stream,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L202C13-L230C32" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" - } - ], - "DocsId": "T:System.IO.Pipelines.PipeReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Pipelines.PipeScheduler.Schedule(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeScheduler.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeScheduler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeScheduler.cs" - }, - { - "DocsId": "P:System.IO.Pipelines.PipeScheduler.ThreadPool", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeScheduler.cs#L16C51-L16C72" - }, - { - "DocsId": "P:System.IO.Pipelines.PipeScheduler.Inline", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeScheduler.cs#L20C47-L20C64" - } - ], - "DocsId": "T:System.IO.Pipelines.PipeScheduler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeScheduler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.Complete(System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.CompleteAsync(System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L26C17-L33C10" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.CancelPendingFlush", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.OnReaderCompleted(System.Action{System.Exception,System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L54C9-L54C10" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.Advance(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.GetMemory(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.GetSpan(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.AsStream(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L88C13-L97C28" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.Create(System.IO.Stream,System.IO.Pipelines.StreamPipeWriterOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L106C13-L106C101" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.WriteAsync(System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L115C13-L116C50" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.CopyFromAsync(System.IO.Stream,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" - }, - { - "DocsId": "P:System.IO.Pipelines.PipeWriter.CanGetUnflushedBytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L41C53-L41C58" - }, - { - "DocsId": "P:System.IO.Pipelines.PipeWriter.UnflushedBytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L155C47-L155C109" - } - ], - "DocsId": "T:System.IO.Pipelines.PipeWriter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Pipelines.ReadResult.#ctor(System.Buffers.ReadOnlySequence{System.Byte},System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs#L20C13-L31C10" - }, - { - "DocsId": "P:System.IO.Pipelines.ReadResult.Buffer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs#L35C49-L35C62" - }, - { - "DocsId": "P:System.IO.Pipelines.ReadResult.IsCanceled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs#L39C35-L39C77" - }, - { - "DocsId": "P:System.IO.Pipelines.ReadResult.IsCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs#L43C36-L43C79" - } - ], - "DocsId": "T:System.IO.Pipelines.ReadResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Pipelines.StreamPipeExtensions.CopyToAsync(System.IO.Stream,System.IO.Pipelines.PipeWriter,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeExtensions.cs#L19C13-L33C73" - } - ], - "DocsId": "T:System.IO.Pipelines.StreamPipeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Pipelines.StreamPipeReaderOptions.#ctor(System.Buffers.MemoryPool{System.Byte},System.Int32,System.Int32,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L23C13-L26C10" - }, - { - "DocsId": "M:System.IO.Pipelines.StreamPipeReaderOptions.#ctor(System.Buffers.MemoryPool{System.Byte},System.Int32,System.Int32,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L61C47-L53C10" - }, - { - "DocsId": "P:System.IO.Pipelines.StreamPipeReaderOptions.BufferSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L57C33-L57C37" - }, - { - "DocsId": "P:System.IO.Pipelines.StreamPipeReaderOptions.MinimumReadSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L65C38-L65C42" - }, - { - "DocsId": "P:System.IO.Pipelines.StreamPipeReaderOptions.Pool", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L69C40-L69C44" - }, - { - "DocsId": "P:System.IO.Pipelines.StreamPipeReaderOptions.LeaveOpen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L73C33-L73C37" - }, - { - "DocsId": "P:System.IO.Pipelines.StreamPipeReaderOptions.UseZeroByteReads", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L77C40-L77C44" - } - ], - "DocsId": "T:System.IO.Pipelines.StreamPipeReaderOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Pipelines.StreamPipeWriterOptions.#ctor(System.Buffers.MemoryPool{System.Byte},System.Int32,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeWriterOptions.cs#L19C9-L29C10" - }, - { - "DocsId": "P:System.IO.Pipelines.StreamPipeWriterOptions.MinimumBufferSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeWriterOptions.cs#L33C40-L33C44" - }, - { - "DocsId": "P:System.IO.Pipelines.StreamPipeWriterOptions.Pool", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeWriterOptions.cs#L37C40-L37C44" - }, - { - "DocsId": "P:System.IO.Pipelines.StreamPipeWriterOptions.LeaveOpen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeWriterOptions.cs#L41C33-L41C37" - } - ], - "DocsId": "T:System.IO.Pipelines.StreamPipeWriterOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeWriterOptions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.IO.Ports.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.IO.Ports.json deleted file mode 100644 index 231de484937..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.IO.Ports.json +++ /dev/null @@ -1,480 +0,0 @@ -{ - "Assembly": "System.IO.Ports", - "GUID": "D28DF49E6FEE48E2A9BF53A26538414AFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "F:System.IO.Ports.Handshake.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" - }, - { - "DocsId": "F:System.IO.Ports.Handshake.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" - }, - { - "DocsId": "F:System.IO.Ports.Handshake.XOnXOff", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" - }, - { - "DocsId": "F:System.IO.Ports.Handshake.RequestToSend", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" - }, - { - "DocsId": "F:System.IO.Ports.Handshake.RequestToSendXOnXOff", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" - } - ], - "DocsId": "T:System.IO.Ports.Handshake", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.IO.Ports.Parity.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" - }, - { - "DocsId": "F:System.IO.Ports.Parity.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" - }, - { - "DocsId": "F:System.IO.Ports.Parity.Odd", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" - }, - { - "DocsId": "F:System.IO.Ports.Parity.Even", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" - }, - { - "DocsId": "F:System.IO.Ports.Parity.Mark", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" - }, - { - "DocsId": "F:System.IO.Ports.Parity.Space", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" - } - ], - "DocsId": "T:System.IO.Ports.Parity", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.IO.Ports.SerialData.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialData.cs" - }, - { - "DocsId": "F:System.IO.Ports.SerialData.Chars", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialData.cs" - }, - { - "DocsId": "F:System.IO.Ports.SerialData.Eof", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialData.cs" - } - ], - "DocsId": "T:System.IO.Ports.SerialData", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialData.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.IO.Ports.SerialDataReceivedEventArgs.EventType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventArgs.cs#L13C39-L13C43" - } - ], - "DocsId": "T:System.IO.Ports.SerialDataReceivedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Ports.SerialDataReceivedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventHandler.cs" - }, - { - "DocsId": "M:System.IO.Ports.SerialDataReceivedEventHandler.Invoke(System.Object,System.IO.Ports.SerialDataReceivedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventHandler.cs" - }, - { - "DocsId": "M:System.IO.Ports.SerialDataReceivedEventHandler.BeginInvoke(System.Object,System.IO.Ports.SerialDataReceivedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventHandler.cs" - }, - { - "DocsId": "M:System.IO.Ports.SerialDataReceivedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventHandler.cs" - } - ], - "DocsId": "T:System.IO.Ports.SerialDataReceivedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.IO.Ports.SerialError.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" - }, - { - "DocsId": "F:System.IO.Ports.SerialError.TXFull", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" - }, - { - "DocsId": "F:System.IO.Ports.SerialError.RXOver", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" - }, - { - "DocsId": "F:System.IO.Ports.SerialError.Overrun", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" - }, - { - "DocsId": "F:System.IO.Ports.SerialError.RXParity", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" - }, - { - "DocsId": "F:System.IO.Ports.SerialError.Frame", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" - } - ], - "DocsId": "T:System.IO.Ports.SerialError", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.IO.Ports.SerialErrorReceivedEventArgs.EventType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventArgs.cs#L13C40-L13C44" - } - ], - "DocsId": "T:System.IO.Ports.SerialErrorReceivedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Ports.SerialErrorReceivedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventHandler.cs" - }, - { - "DocsId": "M:System.IO.Ports.SerialErrorReceivedEventHandler.Invoke(System.Object,System.IO.Ports.SerialErrorReceivedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventHandler.cs" - }, - { - "DocsId": "M:System.IO.Ports.SerialErrorReceivedEventHandler.BeginInvoke(System.Object,System.IO.Ports.SerialErrorReceivedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventHandler.cs" - }, - { - "DocsId": "M:System.IO.Ports.SerialErrorReceivedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventHandler.cs" - } - ], - "DocsId": "T:System.IO.Ports.SerialErrorReceivedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.IO.Ports.SerialPinChange.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" - }, - { - "DocsId": "F:System.IO.Ports.SerialPinChange.CtsChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" - }, - { - "DocsId": "F:System.IO.Ports.SerialPinChange.DsrChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" - }, - { - "DocsId": "F:System.IO.Ports.SerialPinChange.CDChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" - }, - { - "DocsId": "F:System.IO.Ports.SerialPinChange.Ring", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" - }, - { - "DocsId": "F:System.IO.Ports.SerialPinChange.Break", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" - } - ], - "DocsId": "T:System.IO.Ports.SerialPinChange", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.IO.Ports.SerialPinChangedEventArgs.EventType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventArgs.cs#L13C44-L13C48" - } - ], - "DocsId": "T:System.IO.Ports.SerialPinChangedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Ports.SerialPinChangedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventHandler.cs" - }, - { - "DocsId": "M:System.IO.Ports.SerialPinChangedEventHandler.Invoke(System.Object,System.IO.Ports.SerialPinChangedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventHandler.cs" - }, - { - "DocsId": "M:System.IO.Ports.SerialPinChangedEventHandler.BeginInvoke(System.Object,System.IO.Ports.SerialPinChangedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventHandler.cs" - }, - { - "DocsId": "M:System.IO.Ports.SerialPinChangedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventHandler.cs" - } - ], - "DocsId": "T:System.IO.Ports.SerialPinChangedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Ports.SerialPort.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L38C9-L514C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.#ctor(System.ComponentModel.IContainer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L516C51-L520C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L525C46-L527C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L529C60-L531C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.#ctor(System.String,System.Int32,System.IO.Ports.Parity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L533C75-L535C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.#ctor(System.String,System.Int32,System.IO.Ports.Parity,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L537C89-L539C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.#ctor(System.String,System.Int32,System.IO.Ports.Parity,System.Int32,System.IO.Ports.StopBits)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L544C108-L551C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L556C13-L557C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L561C13-L572C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.DiscardInBuffer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L576C13-L580C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.DiscardOutBuffer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L584C13-L587C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.Open", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L595C13-L610C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.Read(System.Byte[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L623C13-L662C38" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.ReadChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L669C13-L672C46" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.Read(System.Char[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L764C13-L775C77" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.ReadByte", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L944C13-L950C53" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.ReadExisting", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L955C13-L997C80" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.ReadLine", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1002C13-L1002C36" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.ReadTo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1007C13-L1120C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.Write(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1125C13-L1135C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.Write(System.Char[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1141C13-L1156C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.Write(System.Byte[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1161C13-L1174C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.WriteLine(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1178C13-L1179C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.GetPortNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.Win32.cs#L22C20-L37C10" - }, - { - "DocsId": "E:System.IO.Ports.SerialPort.ErrorReceived", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs" - }, - { - "DocsId": "E:System.IO.Ports.SerialPort.PinChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs" - }, - { - "DocsId": "E:System.IO.Ports.SerialPort.DataReceived", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L77C17-L87C14" - }, - { - "DocsId": "F:System.IO.Ports.SerialPort.InfiniteTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.BaseStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L114C17-L117C46" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.BaudRate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L123C19-L123C36" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.BreakState", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L139C17-L142C57" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.BytesToWrite", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L158C17-L160C59" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.BytesToRead", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L169C17-L171C78" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.CDHolding", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L187C17-L189C56" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.CtsHolding", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L197C17-L199C57" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.DataBits", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L206C15-L206C32" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.DiscardNull", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L222C17-L222C37" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.DsrHolding", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L236C17-L238C57" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.DtrEnable", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L246C17-L249C35" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.Encoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L266C17-L266C34" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.Handshake", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L294C17-L294C35" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.IsOpen", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L310C19-L310C90" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.NewLine", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L315C19-L315C35" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.Parity", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L331C17-L331C32" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.ParityReplace", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L346C19-L346C41" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.PortName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L361C17-L361C34" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.ReadBufferSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L380C17-L380C40" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.ReadTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L399C17-L399C37" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.ReceivedBytesThreshold", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L419C17-L419C48" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.RtsEnable", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L442C17-L445C35" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.StopBits", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L460C17-L460C34" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.WriteBufferSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L478C17-L478C41" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.WriteTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L497C17-L497C38" - } - ], - "DocsId": "T:System.IO.Ports.SerialPort", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.IO.Ports.StopBits.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" - }, - { - "DocsId": "F:System.IO.Ports.StopBits.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" - }, - { - "DocsId": "F:System.IO.Ports.StopBits.One", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" - }, - { - "DocsId": "F:System.IO.Ports.StopBits.Two", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" - }, - { - "DocsId": "F:System.IO.Ports.StopBits.OnePointFive", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" - } - ], - "DocsId": "T:System.IO.Ports.StopBits", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Json.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Json.json deleted file mode 100644 index edc0c8be3cf..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Json.json +++ /dev/null @@ -1,486 +0,0 @@ -{ - "Assembly": "System.Json", - "GUID": "ECFBF9E72E99473D914A898C0651ECB8FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Json.JsonArray.#ctor(System.Json.JsonValue[])", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L14C9-L18C10" - }, - { - "DocsId": "M:System.Json.JsonArray.#ctor(System.Collections.Generic.IEnumerable{System.Json.JsonValue})", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L20C9-L28C10" - }, - { - "DocsId": "M:System.Json.JsonArray.Add(System.Json.JsonValue)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L44C13-L45C10" - }, - { - "DocsId": "M:System.Json.JsonArray.AddRange(System.Collections.Generic.IEnumerable{System.Json.JsonValue})", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L49C13-L55C10" - }, - { - "DocsId": "M:System.Json.JsonArray.AddRange(System.Json.JsonValue[])", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L59C13-L63C10" - }, - { - "DocsId": "M:System.Json.JsonArray.Clear", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L65C32-L65C45" - }, - { - "DocsId": "M:System.Json.JsonArray.Contains(System.Json.JsonValue)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L67C49-L67C69" - }, - { - "DocsId": "M:System.Json.JsonArray.CopyTo(System.Json.JsonValue[],System.Int32)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L69C66-L69C97" - }, - { - "DocsId": "M:System.Json.JsonArray.IndexOf(System.Json.JsonValue)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L71C47-L71C66" - }, - { - "DocsId": "M:System.Json.JsonArray.Insert(System.Int32,System.Json.JsonValue)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L73C58-L73C83" - }, - { - "DocsId": "M:System.Json.JsonArray.Remove(System.Json.JsonValue)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L75C47-L75C65" - }, - { - "DocsId": "M:System.Json.JsonArray.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L77C44-L77C65" - }, - { - "DocsId": "M:System.Json.JsonArray.Save(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L81C13-L111C10" - }, - { - "DocsId": "M:System.Json.JsonArray.System#Collections#Generic#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L113C74-L113C95" - }, - { - "DocsId": "M:System.Json.JsonArray.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L115C52-L115C73" - }, - { - "DocsId": "P:System.Json.JsonArray.Count", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L30C38-L30C49" - }, - { - "DocsId": "P:System.Json.JsonArray.IsReadOnly", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L32C35-L32C40" - }, - { - "DocsId": "P:System.Json.JsonArray.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L36C19-L36C39" - }, - { - "DocsId": "P:System.Json.JsonArray.JsonType", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L40C46-L40C60" - } - ], - "DocsId": "T:System.Json.JsonArray", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Json.JsonObject.#ctor(System.Collections.Generic.KeyValuePair{System.String,System.Json.JsonValue}[])", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L19C9-L27C10" - }, - { - "DocsId": "M:System.Json.JsonObject.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Json.JsonValue}})", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L29C9-L38C10" - }, - { - "DocsId": "M:System.Json.JsonObject.GetEnumerator", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L42C57-L42C77" - }, - { - "DocsId": "M:System.Json.JsonObject.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L44C52-L44C72" - }, - { - "DocsId": "M:System.Json.JsonObject.Add(System.String,System.Json.JsonValue)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L60C13-L66C10" - }, - { - "DocsId": "M:System.Json.JsonObject.Add(System.Collections.Generic.KeyValuePair{System.String,System.Json.JsonValue})", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L68C43-L68C68" - }, - { - "DocsId": "M:System.Json.JsonObject.AddRange(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Json.JsonValue}})", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L72C13-L81C10" - }, - { - "DocsId": "M:System.Json.JsonObject.AddRange(System.Collections.Generic.KeyValuePair{System.String,System.Json.JsonValue}[])", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L83C58-L83C93" - }, - { - "DocsId": "M:System.Json.JsonObject.Clear", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L85C32-L85C44" - }, - { - "DocsId": "M:System.Json.JsonObject.System#Collections#Generic#ICollection>#Contains(System.Collections.Generic.KeyValuePair{System.String,System.Json.JsonValue})", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L87C63-L87C109" - }, - { - "DocsId": "M:System.Json.JsonObject.System#Collections#Generic#ICollection>#Remove(System.Collections.Generic.KeyValuePair{System.String,System.Json.JsonValue})", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L89C61-L89C105" - }, - { - "DocsId": "M:System.Json.JsonObject.ContainsKey(System.String)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L93C13-L98C42" - }, - { - "DocsId": "M:System.Json.JsonObject.CopyTo(System.Collections.Generic.KeyValuePair{System.String,System.Json.JsonValue}[],System.Int32)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L101C65-L101C122" - }, - { - "DocsId": "M:System.Json.JsonObject.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L105C13-L110C37" - }, - { - "DocsId": "M:System.Json.JsonObject.System#Collections#Generic#ICollection>#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L113C50-L113C55" - }, - { - "DocsId": "M:System.Json.JsonObject.Save(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L117C13-L118C10" - }, - { - "DocsId": "M:System.Json.JsonObject.TryGetValue(System.String,System.Json.JsonValue@)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L120C69-L120C101" - }, - { - "DocsId": "P:System.Json.JsonObject.Count", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L40C38-L40C48" - }, - { - "DocsId": "P:System.Json.JsonObject.Item(System.String)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L48C19-L48C36" - }, - { - "DocsId": "P:System.Json.JsonObject.JsonType", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L52C46-L52C61" - }, - { - "DocsId": "P:System.Json.JsonObject.Keys", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L54C44-L54C53" - }, - { - "DocsId": "P:System.Json.JsonObject.Values", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L56C49-L56C60" - }, - { - "DocsId": "P:System.Json.JsonObject.System#Collections#Generic#ICollection>#IsReadOnly", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L113C50-L113C55" - } - ], - "DocsId": "T:System.Json.JsonObject", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L16C9-L19C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.Byte)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L21C9-L24C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.Char)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L26C9-L29C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.Decimal)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L31C9-L34C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.Double)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L36C9-L39C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.Single)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L41C9-L44C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L46C9-L49C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.Int64)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L51C9-L54C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.SByte)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L57C9-L60C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.Int16)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L62C9-L65C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L67C9-L70C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.DateTime)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L72C9-L75C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.UInt32)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L78C9-L81C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.UInt64)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L84C9-L87C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.UInt16)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L90C9-L93C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L95C9-L98C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.Guid)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L100C9-L103C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L105C9-L108C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.Uri)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L110C9-L113C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.Save(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L124C13-L143C10" - }, - { - "DocsId": "P:System.Json.JsonPrimitive.JsonType", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L118C13-L120C28" - } - ], - "DocsId": "T:System.Json.JsonPrimitive", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Json.JsonValue.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L22C13-L27C57" - }, - { - "DocsId": "M:System.Json.JsonValue.Load(System.IO.TextReader)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L32C13-L37C73" - }, - { - "DocsId": "M:System.Json.JsonValue.Parse(System.String)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L88C13-L93C55" - }, - { - "DocsId": "M:System.Json.JsonValue.ContainsKey(System.String)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L117C13-L117C51" - }, - { - "DocsId": "M:System.Json.JsonValue.Save(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L122C13-L131C10" - }, - { - "DocsId": "M:System.Json.JsonValue.Save(System.IO.TextWriter)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L135C13-L141C10" - }, - { - "DocsId": "M:System.Json.JsonValue.ToString", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L216C13-L218C34" - }, - { - "DocsId": "M:System.Json.JsonValue.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L223C13-L223C51" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Boolean)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L302C66-L302C90" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Byte)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L304C66-L304C90" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Char)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L306C66-L306C90" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Decimal)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L308C69-L308C93" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Double)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L310C68-L310C92" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Single)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L312C67-L312C91" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Int32)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L314C65-L314C89" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Int64)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L316C66-L316C90" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.SByte)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L319C67-L319C91" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Int16)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L321C67-L321C91" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.String)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L323C68-L323C92" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.UInt32)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L326C66-L326C90" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.UInt64)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L329C67-L329C91" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.UInt16)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L332C68-L332C92" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.DateTime)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L334C70-L334C94" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.DateTimeOffset)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L336C76-L336C100" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Guid)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L338C66-L338C90" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.TimeSpan)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L340C70-L340C94" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Uri)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L342C65-L342C89" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.Boolean", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L348C13-L353C98" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.Byte", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L358C13-L363C95" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.Char", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L368C13-L373C95" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.Decimal", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L378C13-L383C98" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.Double", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L388C13-L390C97" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.Single", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L395C13-L400C97" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.Int32", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L405C13-L410C96" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.Int64", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L415C13-L420C96" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.SByte", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L426C13-L431C96" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.Int16", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L436C13-L441C96" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.String", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L446C13-L448C22" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.UInt32", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L454C13-L459C97" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.UInt64", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L465C13-L470C97" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.UInt16", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L476C13-L481C97" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.DateTime", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L486C13-L491C59" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.DateTimeOffset", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L496C13-L501C65" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.TimeSpan", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L506C13-L511C59" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.Guid", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L516C13-L521C55" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.Uri", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L526C13-L531C54" - }, - { - "DocsId": "M:System.Json.JsonValue.#ctor", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs" - }, - { - "DocsId": "P:System.Json.JsonValue.Count", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L98C19-L98C57" - }, - { - "DocsId": "P:System.Json.JsonValue.JsonType", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs" - }, - { - "DocsId": "P:System.Json.JsonValue.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L105C19-L105C57" - }, - { - "DocsId": "P:System.Json.JsonValue.Item(System.String)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L111C19-L111C57" - } - ], - "DocsId": "T:System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Management.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Management.json deleted file mode 100644 index 16638b4724b..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Management.json +++ /dev/null @@ -1,2768 +0,0 @@ -{ - "Assembly": "System.Management", - "GUID": "FD92294114184E0A962523BCD23C5FFBFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "F:System.Management.TextFormat.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.TextFormat.Mof", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.TextFormat.CimDtd20", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.TextFormat.WmiDtd20", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - } - ], - "DocsId": "T:System.Management.TextFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Management.CimType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.SInt8", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.UInt8", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.SInt16", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.UInt16", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.SInt32", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.UInt32", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.SInt64", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.UInt64", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.Real32", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.Real64", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.Boolean", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.String", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.DateTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.Reference", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.Char16", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.Object", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - } - ], - "DocsId": "T:System.Management.CimType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Management.ComparisonSettings.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.ComparisonSettings.IncludeAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.ComparisonSettings.IgnoreQualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.ComparisonSettings.IgnoreObjectSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.ComparisonSettings.IgnoreDefaultValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.ComparisonSettings.IgnoreClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.ComparisonSettings.IgnoreCase", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.ComparisonSettings.IgnoreFlavor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - } - ], - "DocsId": "T:System.Management.ComparisonSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementBaseObject.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L226C9-L228C55" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L233C13-L240C10" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.op_Explicit(System.Management.ManagementBaseObject)~System.IntPtr", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L256C13-L259C56" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L265C13-L265C55" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L270C13-L270C55" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L310C13-L322C55" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.GetPropertyValue(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L496C13-L503C55" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.GetQualifierValue(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L518C13-L518C52" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.SetQualifierValue(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L531C13-L532C10" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.GetPropertyQualifierValue(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L548C13-L548C77" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.SetPropertyQualifierValue(System.String,System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L563C13-L564C10" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.GetText(System.Management.TextFormat)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L579C13-L632C33" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L647C13-L684C10" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L698C13-L715C30" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.CompareTo(System.Management.ManagementBaseObject,System.Management.ComparisonSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L733C13-L754C27" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.SetPropertyValue(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L817C13-L825C10" - }, - { - "DocsId": "P:System.Management.ManagementBaseObject.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L344C17-L346C79" - }, - { - "DocsId": "P:System.Management.ManagementBaseObject.SystemProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L363C17-L365C84" - }, - { - "DocsId": "P:System.Management.ManagementBaseObject.Qualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L383C17-L385C73" - }, - { - "DocsId": "P:System.Management.ManagementBaseObject.ClassPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L404C17-L447C34" - }, - { - "DocsId": "P:System.Management.ManagementBaseObject.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L469C19-L469C57" - } - ], - "DocsId": "T:System.Management.ManagementBaseObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementClass.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L54C13-L54C55" - }, - { - "DocsId": "M:System.Management.ManagementClass.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L143C36-L143C95" - }, - { - "DocsId": "M:System.Management.ManagementClass.#ctor(System.Management.ManagementPath)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L163C55-L163C81" - }, - { - "DocsId": "M:System.Management.ManagementClass.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L176C47-L176C93" - }, - { - "DocsId": "M:System.Management.ManagementClass.#ctor(System.Management.ManagementPath,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L196C81-L196C110" - }, - { - "DocsId": "M:System.Management.ManagementClass.#ctor(System.String,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L215C15-L215C64" - }, - { - "DocsId": "M:System.Management.ManagementClass.#ctor(System.Management.ManagementScope,System.Management.ManagementPath,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L242C15-L242C45" - }, - { - "DocsId": "M:System.Management.ManagementClass.#ctor(System.String,System.String,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L267C15-L267C86" - }, - { - "DocsId": "M:System.Management.ManagementClass.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L269C87-L271C55" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetInstances", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L422C13-L422C59" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetInstances(System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L454C13-L487C71" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetInstances(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L562C13-L563C10" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetInstances(System.Management.ManagementOperationObserver,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L574C13-L616C10" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetSubclasses", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L634C13-L634C60" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetSubclasses(System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L670C13-L703C71" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetSubclasses(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L712C13-L713C10" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetSubclasses(System.Management.ManagementOperationObserver,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L725C13-L768C10" - }, - { - "DocsId": "M:System.Management.ManagementClass.Derive(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L799C13-L847C29" - }, - { - "DocsId": "M:System.Management.ManagementClass.CreateInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L882C13-L903C32" - }, - { - "DocsId": "M:System.Management.ManagementClass.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L919C13-L930C71" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetRelatedClasses", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L972C13-L972C52" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetRelatedClasses(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L986C13-L986C88" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetRelatedClasses(System.String,System.String,System.String,System.String,System.String,System.String,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1014C13-L1060C71" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetRelatedClasses(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1072C13-L1073C10" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetRelatedClasses(System.Management.ManagementOperationObserver,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1085C13-L1086C10" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetRelatedClasses(System.Management.ManagementOperationObserver,System.String,System.String,System.String,System.String,System.String,System.String,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1111C13-L1162C10" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetRelationshipClasses", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1180C13-L1180C57" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetRelationshipClasses(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1195C13-L1195C80" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetRelationshipClasses(System.String,System.String,System.String,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1217C13-L1257C71" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetRelationshipClasses(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1269C13-L1270C10" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetRelationshipClasses(System.Management.ManagementOperationObserver,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1282C13-L1283C10" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetRelationshipClasses(System.Management.ManagementOperationObserver,System.String,System.String,System.String,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1302C13-L1348C10" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetStronglyTypedClassCode(System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1405C13-L1407C93" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetStronglyTypedClassCode(System.Management.CodeLanguage,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1433C13-L1435C74" - }, - { - "DocsId": "P:System.Management.ManagementClass.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L300C17-L300C34" - }, - { - "DocsId": "P:System.Management.ManagementClass.Derivation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L339C17-L357C31" - }, - { - "DocsId": "P:System.Management.ManagementClass.Methods", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L384C17-L386C67" - } - ], - "DocsId": "T:System.Management.ManagementClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementClass.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementDateTimeConverter.ToDateTime(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementDateTime.cs#L113C13-L204C29" - }, - { - "DocsId": "M:System.Management.ManagementDateTimeConverter.ToDmtfDateTime(System.DateTime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementDateTime.cs#L236C13-L285C33" - }, - { - "DocsId": "M:System.Management.ManagementDateTimeConverter.ToTimeSpan(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementDateTime.cs#L312C13-L375C29" - }, - { - "DocsId": "M:System.Management.ManagementDateTimeConverter.ToDmtfTimeInterval(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementDateTime.cs#L409C13-L440C33" - } - ], - "DocsId": "T:System.Management.ManagementDateTimeConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementDateTime.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Management.ManagementEventArgs.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L55C19-L55C34" - } - ], - "DocsId": "T:System.Management.ManagementEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Management.ObjectReadyEventArgs.NewObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L88C17-L88C34" - } - ], - "DocsId": "T:System.Management.ObjectReadyEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Management.CompletedEventArgs.StatusObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L127C17-L127C34" - }, - { - "DocsId": "P:System.Management.CompletedEventArgs.Status", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L142C17-L142C49" - } - ], - "DocsId": "T:System.Management.CompletedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Management.ObjectPutEventArgs.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L178C17-L178C32" - } - ], - "DocsId": "T:System.Management.ObjectPutEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Management.ProgressEventArgs.UpperBound", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L223C17-L223C35" - }, - { - "DocsId": "P:System.Management.ProgressEventArgs.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L239C17-L239C32" - }, - { - "DocsId": "P:System.Management.ProgressEventArgs.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L254C17-L254C48" - } - ], - "DocsId": "T:System.Management.ProgressEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Management.EventArrivedEventArgs.NewEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L279C19-L279C43" - } - ], - "DocsId": "T:System.Management.EventArrivedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Management.StoppedEventArgs.Status", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L306C17-L306C49" - } - ], - "DocsId": "T:System.Management.StoppedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.EventArrivedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - }, - { - "DocsId": "M:System.Management.EventArrivedEventHandler.Invoke(System.Object,System.Management.EventArrivedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - }, - { - "DocsId": "M:System.Management.EventArrivedEventHandler.BeginInvoke(System.Object,System.Management.EventArrivedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - }, - { - "DocsId": "M:System.Management.EventArrivedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - } - ], - "DocsId": "T:System.Management.EventArrivedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.StoppedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - }, - { - "DocsId": "M:System.Management.StoppedEventHandler.Invoke(System.Object,System.Management.StoppedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - }, - { - "DocsId": "M:System.Management.StoppedEventHandler.BeginInvoke(System.Object,System.Management.StoppedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - }, - { - "DocsId": "M:System.Management.StoppedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - } - ], - "DocsId": "T:System.Management.StoppedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementEventWatcher.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L142C43-L142C86" - }, - { - "DocsId": "M:System.Management.ManagementEventWatcher.#ctor(System.Management.EventQuery)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L154C33-L154C60" - }, - { - "DocsId": "M:System.Management.ManagementEventWatcher.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L166C29-L166C72" - }, - { - "DocsId": "M:System.Management.ManagementEventWatcher.#ctor(System.Management.ManagementScope,System.Management.EventQuery)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L176C33-L176C61" - }, - { - "DocsId": "M:System.Management.ManagementEventWatcher.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L187C29-L187C94" - }, - { - "DocsId": "M:System.Management.ManagementEventWatcher.#ctor(System.String,System.String,System.Management.EventWatcherOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L201C44-L201C112" - }, - { - "DocsId": "M:System.Management.ManagementEventWatcher.#ctor(System.Management.ManagementScope,System.Management.EventQuery,System.Management.EventWatcherOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L212C9-L239C10" - }, - { - "DocsId": "M:System.Management.ManagementEventWatcher.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L247C13-L257C10" - }, - { - "DocsId": "M:System.Management.ManagementEventWatcher.WaitForNextEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L392C13-L465C24" - }, - { - "DocsId": "M:System.Management.ManagementEventWatcher.Start", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L478C13-L524C10" - }, - { - "DocsId": "M:System.Management.ManagementEventWatcher.Stop", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L535C13-L549C10" - }, - { - "DocsId": "E:System.Management.ManagementEventWatcher.EventArrived", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - }, - { - "DocsId": "E:System.Management.ManagementEventWatcher.Stopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - }, - { - "DocsId": "P:System.Management.ManagementEventWatcher.Scope", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L287C17-L287C30" - }, - { - "DocsId": "P:System.Management.ManagementEventWatcher.Query", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L320C17-L320C30" - }, - { - "DocsId": "P:System.Management.ManagementEventWatcher.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L353C17-L353C32" - } - ], - "DocsId": "T:System.Management.ManagementEventWatcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Management.ManagementStatus.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.NoError", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.False", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ResetToDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.Different", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.Timedout", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.NoMoreData", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.OperationCanceled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.Pending", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.DuplicateObjects", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.PartialResults", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.Failed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.NotFound", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.AccessDenied", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ProviderFailure", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.TypeMismatch", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.OutOfMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.NotAvailable", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.CriticalError", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.NotSupported", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidSuperclass", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidNamespace", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ProviderNotFound", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidProviderRegistration", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ProviderLoadFailure", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InitializationFailure", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.TransportFailure", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidOperation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidQueryType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.AlreadyExists", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.OverrideNotAllowed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.PropagatedQualifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.PropagatedProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.Unexpected", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.IllegalOperation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.CannotBeKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.IncompleteClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidSyntax", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.NondecoratedObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ProviderNotCapable", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ClassHasChildren", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ClassHasInstances", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.QueryNotImplemented", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.IllegalNull", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidQualifierType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidPropertyType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ValueOutOfRange", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.CannotBeSingleton", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidCimType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidMethodParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.SystemProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.CallCanceled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ShuttingDown", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.PropagatedMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.UnsupportedParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.MissingParameterID", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidParameterID", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.NonconsecutiveParameterIDs", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ParameterIDOnRetval", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidObjectPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.OutOfDiskSpace", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.BufferTooSmall", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.UnsupportedPutExtension", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.UnknownObjectType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.UnknownPacketType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.MarshalVersionMismatch", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.MarshalInvalidSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidQualifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidDuplicateParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.TooMuchData", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ServerTooBusy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidFlavor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.CircularReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.UnsupportedClassUpdate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.CannotChangeKeyInheritance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.CannotChangeIndexInheritance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.TooManyProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.UpdateTypeMismatch", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.UpdateOverrideNotAllowed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.UpdatePropagatedMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.MethodNotImplemented", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.MethodDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.RefresherBusy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.UnparsableQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.NotEventClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.MissingGroupWithin", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.MissingAggregationList", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.PropertyNotAnObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.AggregatingByObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.UninterpretableProviderQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.BackupRestoreWinmgmtRunning", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.QueueOverflow", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.PrivilegeNotHeld", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidOperator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.LocalCredentials", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.CannotBeAbstract", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.AmendedObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ClientTooSlow", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.RegistrationTooBroad", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.RegistrationTooPrecise", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - } - ], - "DocsId": "T:System.Management.ManagementStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs#L674C91-L677C10" - }, - { - "DocsId": "M:System.Management.ManagementException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs#L681C38-L684C10" - }, - { - "DocsId": "M:System.Management.ManagementException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs#L692C52-L695C10" - }, - { - "DocsId": "M:System.Management.ManagementException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs#L704C78-L709C10" - }, - { - "DocsId": "M:System.Management.ManagementException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs#L721C13-L726C10" - }, - { - "DocsId": "P:System.Management.ManagementException.ErrorInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs#L779C15-L779C34" - }, - { - "DocsId": "P:System.Management.ManagementException.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs#L792C15-L792C32" - } - ], - "DocsId": "T:System.Management.ManagementException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementNamedValueCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L36C9-L38C10" - }, - { - "DocsId": "M:System.Management.ManagementNamedValueCollection.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L48C102-L50C55" - }, - { - "DocsId": "M:System.Management.ManagementNamedValueCollection.Add(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L96C17-L102C10" - }, - { - "DocsId": "M:System.Management.ManagementNamedValueCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L113C13-L115C10" - }, - { - "DocsId": "M:System.Management.ManagementNamedValueCollection.RemoveAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L122C13-L124C10" - }, - { - "DocsId": "M:System.Management.ManagementNamedValueCollection.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L136C13-L170C24" - }, - { - "DocsId": "P:System.Management.ManagementNamedValueCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L185C17-L185C43" - } - ], - "DocsId": "T:System.Management.ManagementNamedValueCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementObject.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L99C13-L99C55" - }, - { - "DocsId": "M:System.Management.ManagementObject.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L104C13-L111C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L228C37-L228C80" - }, - { - "DocsId": "M:System.Management.ManagementObject.#ctor(System.Management.ManagementPath)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L244C56-L244C82" - }, - { - "DocsId": "M:System.Management.ManagementObject.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L272C48-L272C94" - }, - { - "DocsId": "M:System.Management.ManagementObject.#ctor(System.Management.ManagementPath,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L302C82-L302C111" - }, - { - "DocsId": "M:System.Management.ManagementObject.#ctor(System.String,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L330C13-L331C12" - }, - { - "DocsId": "M:System.Management.ManagementObject.#ctor(System.Management.ManagementScope,System.Management.ManagementPath,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L372C15-L375C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.#ctor(System.String,System.String,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L457C15-L457C98" - }, - { - "DocsId": "M:System.Management.ManagementObject.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L464C88-L467C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.Get", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L763C13-L801C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.Get(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L885C13-L928C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetRelated", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L960C13-L960C45" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetRelated(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L988C13-L988C88" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetRelated(System.String,System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1022C13-L1071C71" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetRelated(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1087C13-L1088C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetRelated(System.Management.ManagementOperationObserver,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1105C13-L1106C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetRelated(System.Management.ManagementOperationObserver,System.String,System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1138C13-L1193C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetRelationships", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1212C13-L1212C51" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetRelationships(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1231C13-L1231C81" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetRelationships(System.String,System.String,System.String,System.Boolean,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1259C13-L1303C71" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetRelationships(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1320C13-L1321C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetRelationships(System.Management.ManagementOperationObserver,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1338C13-L1339C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetRelationships(System.Management.ManagementOperationObserver,System.String,System.String,System.String,System.Boolean,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1365C13-L1416C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.Put", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1433C13-L1433C42" - }, - { - "DocsId": "M:System.Management.ManagementObject.Put(System.Management.PutOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1449C13-L1533C28" - }, - { - "DocsId": "M:System.Management.ManagementObject.Put(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1594C13-L1595C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.Put(System.Management.ManagementOperationObserver,System.Management.PutOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1605C13-L1663C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.CopyTo(System.Management.ManagementPath)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1696C13-L1696C51" - }, - { - "DocsId": "M:System.Management.ManagementObject.CopyTo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1708C13-L1708C71" - }, - { - "DocsId": "M:System.Management.ManagementObject.CopyTo(System.String,System.Management.PutOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1721C13-L1721C62" - }, - { - "DocsId": "M:System.Management.ManagementObject.CopyTo(System.Management.ManagementPath,System.Management.PutOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1734C13-L1822C28" - }, - { - "DocsId": "M:System.Management.ManagementObject.CopyTo(System.Management.ManagementOperationObserver,System.Management.ManagementPath)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1832C13-L1833C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.CopyTo(System.Management.ManagementOperationObserver,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1842C13-L1843C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.CopyTo(System.Management.ManagementOperationObserver,System.String,System.Management.PutOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1853C13-L1854C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.CopyTo(System.Management.ManagementOperationObserver,System.Management.ManagementPath,System.Management.PutOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1864C13-L1919C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1932C13-L1933C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.Delete(System.Management.DeleteOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1941C13-L1985C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.Delete(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1994C13-L1995C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.Delete(System.Management.ManagementOperationObserver,System.Management.DeleteOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2004C13-L2052C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.InvokeMethod(System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2125C13-L2151C27" - }, - { - "DocsId": "M:System.Management.ManagementObject.InvokeMethod(System.Management.ManagementOperationObserver,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2172C13-L2193C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.InvokeMethod(System.String,System.Management.ManagementBaseObject,System.Management.InvokeMethodOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2271C13-L2318C34" - }, - { - "DocsId": "M:System.Management.ManagementObject.InvokeMethod(System.Management.ManagementOperationObserver,System.String,System.Management.ManagementBaseObject,System.Management.InvokeMethodOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2338C13-L2385C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetMethodParameters(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2408C13-L2410C33" - }, - { - "DocsId": "M:System.Management.ManagementObject.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2488C13-L2506C73" - }, - { - "DocsId": "M:System.Management.ManagementObject.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2522C13-L2525C27" - }, - { - "DocsId": "P:System.Management.ManagementObject.Scope", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L505C17-L505C63" - }, - { - "DocsId": "P:System.Management.ManagementObject.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L557C17-L557C61" - }, - { - "DocsId": "P:System.Management.ManagementObject.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L621C17-L621C66" - }, - { - "DocsId": "P:System.Management.ManagementObject.ClassPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L666C17-L716C34" - } - ], - "DocsId": "T:System.Management.ManagementObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObject.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementObjectCollection.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L92C13-L93C10" - }, - { - "DocsId": "M:System.Management.ManagementObjectCollection.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L102C13-L106C10" - }, - { - "DocsId": "M:System.Management.ManagementObjectCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L201C13-L235C20" - }, - { - "DocsId": "M:System.Management.ManagementObjectCollection.CopyTo(System.Management.ManagementBaseObject[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L246C13-L247C10" - }, - { - "DocsId": "M:System.Management.ManagementObjectCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L269C13-L329C71" - }, - { - "DocsId": "M:System.Management.ManagementObjectCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L344C13-L344C36" - }, - { - "DocsId": "P:System.Management.ManagementObjectCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L137C17-L152C30" - }, - { - "DocsId": "P:System.Management.ManagementObjectCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L167C17-L170C30" - }, - { - "DocsId": "P:System.Management.ManagementObjectCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L184C17-L187C29" - }, - { - "DocsId": "T:System.Management.ManagementObjectCollection.ManagementObjectEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs" - } - ], - "DocsId": "T:System.Management.ManagementObjectCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementObjectSearcher.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L86C45-L86C88" - }, - { - "DocsId": "M:System.Management.ManagementObjectSearcher.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L101C63-L101C113" - }, - { - "DocsId": "M:System.Management.ManagementObjectSearcher.#ctor(System.Management.ObjectQuery)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L116C62-L116C89" - }, - { - "DocsId": "M:System.Management.ManagementObjectSearcher.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L138C13-L139C12" - }, - { - "DocsId": "M:System.Management.ManagementObjectSearcher.#ctor(System.Management.ManagementScope,System.Management.ObjectQuery)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L161C85-L161C113" - }, - { - "DocsId": "M:System.Management.ManagementObjectSearcher.#ctor(System.String,System.String,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L183C13-L184C12" - }, - { - "DocsId": "M:System.Management.ManagementObjectSearcher.#ctor(System.Management.ManagementScope,System.Management.ObjectQuery,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L205C9-L218C10" - }, - { - "DocsId": "M:System.Management.ManagementObjectSearcher.Get", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L323C13-L392C71" - }, - { - "DocsId": "M:System.Management.ManagementObjectSearcher.Get(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L405C13-L483C10" - }, - { - "DocsId": "P:System.Management.ManagementObjectSearcher.Scope", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L249C17-L249C30" - }, - { - "DocsId": "P:System.Management.ManagementObjectSearcher.Query", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L275C17-L275C30" - }, - { - "DocsId": "P:System.Management.ManagementObjectSearcher.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L296C17-L296C32" - } - ], - "DocsId": "T:System.Management.ManagementObjectSearcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ObjectReadyEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "M:System.Management.ObjectReadyEventHandler.Invoke(System.Object,System.Management.ObjectReadyEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "M:System.Management.ObjectReadyEventHandler.BeginInvoke(System.Object,System.Management.ObjectReadyEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "M:System.Management.ObjectReadyEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - } - ], - "DocsId": "T:System.Management.ObjectReadyEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.CompletedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "M:System.Management.CompletedEventHandler.Invoke(System.Object,System.Management.CompletedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "M:System.Management.CompletedEventHandler.BeginInvoke(System.Object,System.Management.CompletedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "M:System.Management.CompletedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - } - ], - "DocsId": "T:System.Management.CompletedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ProgressEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "M:System.Management.ProgressEventHandler.Invoke(System.Object,System.Management.ProgressEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "M:System.Management.ProgressEventHandler.BeginInvoke(System.Object,System.Management.ProgressEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "M:System.Management.ProgressEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - } - ], - "DocsId": "T:System.Management.ProgressEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ObjectPutEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "M:System.Management.ObjectPutEventHandler.Invoke(System.Object,System.Management.ObjectPutEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "M:System.Management.ObjectPutEventHandler.BeginInvoke(System.Object,System.Management.ObjectPutEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "M:System.Management.ObjectPutEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - } - ], - "DocsId": "T:System.Management.ObjectPutEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementOperationObserver.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs#L153C9-L158C10" - }, - { - "DocsId": "M:System.Management.ManagementOperationObserver.Cancel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs#L167C13-L211C10" - }, - { - "DocsId": "E:System.Management.ManagementOperationObserver.ObjectReady", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "E:System.Management.ManagementOperationObserver.Completed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "E:System.Management.ManagementOperationObserver.Progress", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "E:System.Management.ManagementOperationObserver.ObjectPut", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - } - ], - "DocsId": "T:System.Management.ManagementOperationObserver", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Management.AuthenticationLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.AuthenticationLevel.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.AuthenticationLevel.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.AuthenticationLevel.Connect", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.AuthenticationLevel.Call", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.AuthenticationLevel.Packet", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.AuthenticationLevel.PacketIntegrity", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.AuthenticationLevel.PacketPrivacy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.AuthenticationLevel.Unchanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - } - ], - "DocsId": "T:System.Management.AuthenticationLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Management.ImpersonationLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.ImpersonationLevel.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.ImpersonationLevel.Anonymous", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.ImpersonationLevel.Identify", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.ImpersonationLevel.Impersonate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.ImpersonationLevel.Delegate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - } - ], - "DocsId": "T:System.Management.ImpersonationLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Management.PutType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.PutType.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.PutType.UpdateOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.PutType.CreateOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.PutType.UpdateOrCreate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - } - ], - "DocsId": "T:System.Management.PutType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.ManagementOptions.InfiniteTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "P:System.Management.ManagementOptions.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L169C17-L169C73" - }, - { - "DocsId": "P:System.Management.ManagementOptions.Timeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L207C15-L207C30" - } - ], - "DocsId": "T:System.Management.ManagementOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.EnumerationOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L514C39-L514C120" - }, - { - "DocsId": "M:System.Management.EnumerationOptions.#ctor(System.Management.ManagementNamedValueCollection,System.TimeSpan,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L543C35-L553C10" - }, - { - "DocsId": "M:System.Management.EnumerationOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L563C13-L569C129" - }, - { - "DocsId": "P:System.Management.EnumerationOptions.ReturnImmediately", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L329C19-L329C121" - }, - { - "DocsId": "P:System.Management.EnumerationOptions.BlockSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L347C19-L347C36" - }, - { - "DocsId": "P:System.Management.EnumerationOptions.Rewindable", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L378C19-L378C115" - }, - { - "DocsId": "P:System.Management.EnumerationOptions.UseAmendedQualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L405C19-L405C125" - }, - { - "DocsId": "P:System.Management.EnumerationOptions.EnsureLocatable", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L428C15-L428C115" - }, - { - "DocsId": "P:System.Management.EnumerationOptions.PrototypeOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L451C15-L451C106" - }, - { - "DocsId": "P:System.Management.EnumerationOptions.DirectRead", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L472C15-L472C110" - }, - { - "DocsId": "P:System.Management.EnumerationOptions.EnumerateDeep", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L495C15-L495C104" - } - ], - "DocsId": "T:System.Management.EnumerationOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.EventWatcherOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L691C15-L691C49" - }, - { - "DocsId": "M:System.Management.EventWatcherOptions.#ctor(System.Management.ManagementNamedValueCollection,System.TimeSpan,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L663C9-L705C10" - }, - { - "DocsId": "M:System.Management.EventWatcherOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L715C13-L720C76" - }, - { - "DocsId": "P:System.Management.EventWatcherOptions.BlockSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L674C19-L674C36" - } - ], - "DocsId": "T:System.Management.EventWatcherOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ObjectGetOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L830C37-L830C75" - }, - { - "DocsId": "M:System.Management.ObjectGetOptions.#ctor(System.Management.ManagementNamedValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L837C75-L837C116" - }, - { - "DocsId": "M:System.Management.ObjectGetOptions.#ctor(System.Management.ManagementNamedValueCollection,System.TimeSpan,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L846C120-L849C10" - }, - { - "DocsId": "M:System.Management.ObjectGetOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L859C13-L864C84" - }, - { - "DocsId": "P:System.Management.ObjectGetOptions.UseAmendedQualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L814C19-L814C125" - } - ], - "DocsId": "T:System.Management.ObjectGetOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.PutOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L988C31-L988C93" - }, - { - "DocsId": "M:System.Management.PutOptions.#ctor(System.Management.ManagementNamedValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L995C69-L995C134" - }, - { - "DocsId": "M:System.Management.PutOptions.#ctor(System.Management.ManagementNamedValueCollection,System.TimeSpan,System.Boolean,System.Management.PutType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1005C131-L1009C10" - }, - { - "DocsId": "M:System.Management.PutOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1019C13-L1024C84" - }, - { - "DocsId": "P:System.Management.PutOptions.UseAmendedQualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L947C19-L947C125" - }, - { - "DocsId": "P:System.Management.PutOptions.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L965C17-L967C103" - } - ], - "DocsId": "T:System.Management.PutOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.DeleteOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1088C34-L1088C44" - }, - { - "DocsId": "M:System.Management.DeleteOptions.#ctor(System.Management.ManagementNamedValueCollection,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1096C90-L1096C116" - }, - { - "DocsId": "M:System.Management.DeleteOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1106C13-L1111C59" - } - ], - "DocsId": "T:System.Management.DeleteOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.InvokeMethodOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1175C40-L1175C50" - }, - { - "DocsId": "M:System.Management.InvokeMethodOptions.#ctor(System.Management.ManagementNamedValueCollection,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1183C96-L1183C122" - }, - { - "DocsId": "M:System.Management.InvokeMethodOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1193C13-L1198C65" - } - ], - "DocsId": "T:System.Management.InvokeMethodOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ConnectionOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1554C13-L1557C12" - }, - { - "DocsId": "M:System.Management.ConnectionOptions.#ctor(System.String,System.String,System.String,System.String,System.Management.ImpersonationLevel,System.Management.AuthenticationLevel,System.Boolean,System.Management.ManagementNamedValueCollection,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1578C77-L1603C10" - }, - { - "DocsId": "M:System.Management.ConnectionOptions.#ctor(System.String,System.String,System.Security.SecureString,System.String,System.Management.ImpersonationLevel,System.Management.AuthenticationLevel,System.Boolean,System.Management.ManagementNamedValueCollection,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1622C77-L1643C10" - }, - { - "DocsId": "M:System.Management.ConnectionOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1653C13-L1658C102" - }, - { - "DocsId": "P:System.Management.ConnectionOptions.Locale", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1295C19-L1295C49" - }, - { - "DocsId": "P:System.Management.ConnectionOptions.Username", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1321C19-L1321C35" - }, - { - "DocsId": "P:System.Management.ConnectionOptions.Password", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1347C17-L1379C14" - }, - { - "DocsId": "P:System.Management.ConnectionOptions.SecurePassword", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1396C17-L1418C14" - }, - { - "DocsId": "P:System.Management.ConnectionOptions.Authority", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1443C19-L1443C52" - }, - { - "DocsId": "P:System.Management.ConnectionOptions.Impersonation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1475C19-L1475C40" - }, - { - "DocsId": "P:System.Management.ConnectionOptions.Authentication", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1506C19-L1506C41" - }, - { - "DocsId": "P:System.Management.ConnectionOptions.EnablePrivileges", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1530C19-L1530C43" - } - ], - "DocsId": "T:System.Management.ConnectionOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementPath.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L184C35-L184C57" - }, - { - "DocsId": "M:System.Management.ManagementPath.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L190C9-L194C10" - }, - { - "DocsId": "M:System.Management.ManagementPath.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L206C13-L206C30" - }, - { - "DocsId": "M:System.Management.ManagementPath.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L217C13-L217C45" - }, - { - "DocsId": "M:System.Management.ManagementPath.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L228C13-L228C28" - }, - { - "DocsId": "M:System.Management.ManagementPath.SetAsClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L408C13-L421C94" - }, - { - "DocsId": "M:System.Management.ManagementPath.SetAsSingleton", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L430C13-L443C94" - }, - { - "DocsId": "P:System.Management.ManagementPath.DefaultPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L241C19-L241C53" - }, - { - "DocsId": "P:System.Management.ManagementPath.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L462C17-L462C43" - }, - { - "DocsId": "P:System.Management.ManagementPath.RelativePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L502C17-L536C32" - }, - { - "DocsId": "P:System.Management.ManagementPath.Server", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L605C17-L633C32" - }, - { - "DocsId": "P:System.Management.ManagementPath.NamespacePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L856C17-L856C99" - }, - { - "DocsId": "P:System.Management.ManagementPath.ClassName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L889C17-L889C42" - }, - { - "DocsId": "P:System.Management.ManagementPath.IsClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L976C17-L990C101" - }, - { - "DocsId": "P:System.Management.ManagementPath.IsInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L1005C17-L1019C100" - }, - { - "DocsId": "P:System.Management.ManagementPath.IsSingleton", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L1034C17-L1048C101" - } - ], - "DocsId": "T:System.Management.ManagementPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementPath.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementQuery.ParseQuery(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L60C68-L60C69" - }, - { - "DocsId": "M:System.Management.ManagementQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" - }, - { - "DocsId": "P:System.Management.ManagementQuery.QueryString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L76C19-L76C54" - }, - { - "DocsId": "P:System.Management.ManagementQuery.QueryLanguage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L98C19-L98C56" - } - ], - "DocsId": "T:System.Management.ManagementQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ObjectQuery.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L221C32-L221C42" - }, - { - "DocsId": "M:System.Management.ObjectQuery.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L228C44-L228C59" - }, - { - "DocsId": "M:System.Management.ObjectQuery.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L236C61-L236C86" - }, - { - "DocsId": "M:System.Management.ObjectQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L247C13-L247C64" - } - ], - "DocsId": "T:System.Management.ObjectQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.EventQuery.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L434C31-L434C41" - }, - { - "DocsId": "M:System.Management.EventQuery.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L440C43-L440C58" - }, - { - "DocsId": "M:System.Management.EventQuery.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L448C60-L448C85" - }, - { - "DocsId": "M:System.Management.EventQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L459C13-L459C63" - } - ], - "DocsId": "T:System.Management.EventQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.WqlObjectQuery.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L523C35-L523C49" - }, - { - "DocsId": "M:System.Management.WqlObjectQuery.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L530C47-L530C62" - }, - { - "DocsId": "M:System.Management.WqlObjectQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L555C13-L555C52" - }, - { - "DocsId": "P:System.Management.WqlObjectQuery.QueryLanguage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L543C15-L543C41" - } - ], - "DocsId": "T:System.Management.WqlObjectQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.SelectQuery.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L626C32-L626C46" - }, - { - "DocsId": "M:System.Management.SelectQuery.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L654C9-L682C10" - }, - { - "DocsId": "M:System.Management.SelectQuery.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L697C66-L697C102" - }, - { - "DocsId": "M:System.Management.SelectQuery.#ctor(System.String,System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L721C95-L732C10" - }, - { - "DocsId": "M:System.Management.SelectQuery.#ctor(System.Boolean,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L747C68-L758C10" - }, - { - "DocsId": "M:System.Management.SelectQuery.BuildQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L913C13-L955C10" - }, - { - "DocsId": "M:System.Management.SelectQuery.ParseQuery(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L965C13-L1095C10" - }, - { - "DocsId": "M:System.Management.SelectQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1105C13-L1121C57" - }, - { - "DocsId": "P:System.Management.SelectQuery.QueryString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L787C17-L788C41" - }, - { - "DocsId": "P:System.Management.SelectQuery.IsSchemaQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L812C15-L812C36" - }, - { - "DocsId": "P:System.Management.SelectQuery.ClassName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L846C19-L846C52" - }, - { - "DocsId": "P:System.Management.SelectQuery.Condition", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L865C19-L865C52" - }, - { - "DocsId": "P:System.Management.SelectQuery.SelectedProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L884C19-L884C45" - } - ], - "DocsId": "T:System.Management.SelectQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.RelatedObjectQuery.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1215C39-L1215C53" - }, - { - "DocsId": "M:System.Management.RelatedObjectQuery.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1252C9-L1283C10" - }, - { - "DocsId": "M:System.Management.RelatedObjectQuery.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1291C79-L1293C12" - }, - { - "DocsId": "M:System.Management.RelatedObjectQuery.#ctor(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1308C9-L1328C10" - }, - { - "DocsId": "M:System.Management.RelatedObjectQuery.#ctor(System.Boolean,System.String,System.String,System.String,System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1344C9-L1367C10" - }, - { - "DocsId": "M:System.Management.RelatedObjectQuery.BuildQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1564C13-L1624C10" - }, - { - "DocsId": "M:System.Management.RelatedObjectQuery.ParseQuery(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1634C13-L1754C10" - }, - { - "DocsId": "M:System.Management.RelatedObjectQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1766C13-L1773C55" - }, - { - "DocsId": "P:System.Management.RelatedObjectQuery.IsSchemaQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1385C15-L1385C36" - }, - { - "DocsId": "P:System.Management.RelatedObjectQuery.SourceObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1405C19-L1405C55" - }, - { - "DocsId": "P:System.Management.RelatedObjectQuery.RelatedClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1433C19-L1433C55" - }, - { - "DocsId": "P:System.Management.RelatedObjectQuery.RelationshipClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1461C19-L1461C60" - }, - { - "DocsId": "P:System.Management.RelatedObjectQuery.RelatedQualifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1479C19-L1479C59" - }, - { - "DocsId": "P:System.Management.RelatedObjectQuery.RelationshipQualifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1497C19-L1497C64" - }, - { - "DocsId": "P:System.Management.RelatedObjectQuery.RelatedRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1515C19-L1515C54" - }, - { - "DocsId": "P:System.Management.RelatedObjectQuery.ThisRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1532C19-L1532C51" - }, - { - "DocsId": "P:System.Management.RelatedObjectQuery.ClassDefinitionsOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1552C19-L1552C47" - } - ], - "DocsId": "T:System.Management.RelatedObjectQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.RelationshipQuery.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1852C38-L1852C52" - }, - { - "DocsId": "M:System.Management.RelationshipQuery.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1880C9-L1911C10" - }, - { - "DocsId": "M:System.Management.RelationshipQuery.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1919C83-L1921C12" - }, - { - "DocsId": "M:System.Management.RelationshipQuery.#ctor(System.String,System.String,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1933C9-L1946C10" - }, - { - "DocsId": "M:System.Management.RelationshipQuery.#ctor(System.Boolean,System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1959C9-L1976C10" - }, - { - "DocsId": "M:System.Management.RelationshipQuery.BuildQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2099C13-L2144C10" - }, - { - "DocsId": "M:System.Management.RelationshipQuery.ParseQuery(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2154C13-L2260C10" - }, - { - "DocsId": "M:System.Management.RelationshipQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2272C13-L2277C55" - }, - { - "DocsId": "P:System.Management.RelationshipQuery.IsSchemaQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1995C15-L1995C36" - }, - { - "DocsId": "P:System.Management.RelationshipQuery.SourceObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2015C19-L2015C55" - }, - { - "DocsId": "P:System.Management.RelationshipQuery.RelationshipClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2033C19-L2033C60" - }, - { - "DocsId": "P:System.Management.RelationshipQuery.RelationshipQualifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2051C19-L2051C64" - }, - { - "DocsId": "P:System.Management.RelationshipQuery.ThisRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2069C19-L2069C51" - }, - { - "DocsId": "P:System.Management.RelationshipQuery.ClassDefinitionsOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2087C19-L2087C47" - } - ], - "DocsId": "T:System.Management.RelationshipQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.WqlEventQuery.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2443C34-L2443C96" - }, - { - "DocsId": "M:System.Management.WqlEventQuery.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2471C9-L2497C10" - }, - { - "DocsId": "M:System.Management.WqlEventQuery.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2518C73-L2518C150" - }, - { - "DocsId": "M:System.Management.WqlEventQuery.#ctor(System.String,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2543C41-L2544C12" - }, - { - "DocsId": "M:System.Management.WqlEventQuery.#ctor(System.String,System.TimeSpan,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2575C41-L2576C12" - }, - { - "DocsId": "M:System.Management.WqlEventQuery.#ctor(System.String,System.String,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2607C41-L2608C12" - }, - { - "DocsId": "M:System.Management.WqlEventQuery.#ctor(System.String,System.String,System.TimeSpan,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2646C13-L2647C12" - }, - { - "DocsId": "M:System.Management.WqlEventQuery.#ctor(System.String,System.TimeSpan,System.String,System.TimeSpan,System.String[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2686C9-L2700C10" - }, - { - "DocsId": "M:System.Management.WqlEventQuery.BuildQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2966C13-L3013C10" - }, - { - "DocsId": "M:System.Management.WqlEventQuery.ParseQuery(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L3022C13-L3134C10" - }, - { - "DocsId": "M:System.Management.WqlEventQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L3146C13-L3160C104" - }, - { - "DocsId": "P:System.Management.WqlEventQuery.QueryLanguage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2714C15-L2714C41" - }, - { - "DocsId": "P:System.Management.WqlEventQuery.QueryString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2729C17-L2730C41" - }, - { - "DocsId": "P:System.Management.WqlEventQuery.EventClassName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2763C19-L2763C57" - }, - { - "DocsId": "P:System.Management.WqlEventQuery.Condition", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2797C19-L2797C52" - }, - { - "DocsId": "P:System.Management.WqlEventQuery.WithinInterval", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2833C19-L2833C41" - }, - { - "DocsId": "P:System.Management.WqlEventQuery.GroupWithinInterval", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2869C19-L2869C46" - }, - { - "DocsId": "P:System.Management.WqlEventQuery.GroupByPropertyList", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2906C19-L2906C46" - }, - { - "DocsId": "P:System.Management.WqlEventQuery.HavingCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2954C19-L2954C58" - } - ], - "DocsId": "T:System.Management.WqlEventQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementScope.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L689C13-L693C10" - }, - { - "DocsId": "M:System.Management.ManagementScope.#ctor(System.Management.ManagementPath)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L708C55-L708C94" - }, - { - "DocsId": "M:System.Management.ManagementScope.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L721C47-L721C106" - }, - { - "DocsId": "M:System.Management.ManagementScope.#ctor(System.String,System.Management.ConnectionOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L740C74-L740C117" - }, - { - "DocsId": "M:System.Management.ManagementScope.#ctor(System.Management.ManagementPath,System.Management.ConnectionOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L764C9-L779C10" - }, - { - "DocsId": "M:System.Management.ManagementScope.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L875C13-L875C49" - }, - { - "DocsId": "M:System.Management.ManagementScope.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L887C13-L887C28" - }, - { - "DocsId": "M:System.Management.ManagementScope.Connect", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L919C13-L920C10" - }, - { - "DocsId": "P:System.Management.ManagementScope.IsConnected", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L595C17-L595C47" - }, - { - "DocsId": "P:System.Management.ManagementScope.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L808C17-L808C126" - }, - { - "DocsId": "P:System.Management.ManagementScope.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L846C17-L846C64" - } - ], - "DocsId": "T:System.Management.ManagementScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementScope.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Management.MethodData.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/Method.cs#L147C19-L147C43" - }, - { - "DocsId": "P:System.Management.MethodData.InParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/Method.cs#L171C17-L172C93" - }, - { - "DocsId": "P:System.Management.MethodData.OutParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/Method.cs#L198C17-L199C95" - }, - { - "DocsId": "P:System.Management.MethodData.Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/Method.cs#L215C17-L228C34" - }, - { - "DocsId": "P:System.Management.MethodData.Qualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/Method.cs#L243C54-L243C147" - } - ], - "DocsId": "T:System.Management.MethodData", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/Method.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.MethodDataCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/MethodSet.cs#L152C38-L154C10" - }, - { - "DocsId": "M:System.Management.MethodDataCollection.CopyTo(System.Management.MethodData[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/MethodSet.cs#L164C13-L165C10" - }, - { - "DocsId": "M:System.Management.MethodDataCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/MethodSet.cs#L172C13-L172C68" - }, - { - "DocsId": "M:System.Management.MethodDataCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/MethodSet.cs#L188C13-L188C53" - }, - { - "DocsId": "M:System.Management.MethodDataCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/MethodSet.cs#L363C13-L385C10" - }, - { - "DocsId": "M:System.Management.MethodDataCollection.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/MethodSet.cs#L403C13-L404C10" - }, - { - "DocsId": "M:System.Management.MethodDataCollection.Add(System.String,System.Management.ManagementBaseObject,System.Management.ManagementBaseObject)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/MethodSet.cs#L423C13-L452C10" - }, - { - "DocsId": "P:System.Management.MethodDataCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/MethodSet.cs#L75C17-L114C26" - }, - { - "DocsId": "P:System.Management.MethodDataCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/MethodSet.cs#L127C19-L127C32" - }, - { - "DocsId": "P:System.Management.MethodDataCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/MethodSet.cs#L138C19-L138C31" - }, - { - "DocsId": "P:System.Management.MethodDataCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/MethodSet.cs#L343C17-L346C59" - }, - { - "DocsId": "T:System.Management.MethodDataCollection.MethodDataEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/MethodSet.cs" - } - ], - "DocsId": "T:System.Management.MethodDataCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/MethodSet.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Management.PropertyData.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/Property.cs#L124C19-L124C45" - }, - { - "DocsId": "P:System.Management.PropertyData.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/Property.cs#L138C17-L141C95" - }, - { - "DocsId": "P:System.Management.PropertyData.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/Property.cs#L181C17-L182C95" - }, - { - "DocsId": "P:System.Management.PropertyData.IsLocal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/Property.cs#L197C17-L198C121" - }, - { - "DocsId": "P:System.Management.PropertyData.IsArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/Property.cs#L212C17-L213C92" - }, - { - "DocsId": "P:System.Management.PropertyData.Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/Property.cs#L228C17-L241C34" - }, - { - "DocsId": "P:System.Management.PropertyData.Qualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/Property.cs#L253C54-L253C151" - } - ], - "DocsId": "T:System.Management.PropertyData", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/Property.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.PropertyDataCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/PropertySet.cs#L131C13-L168C20" - }, - { - "DocsId": "M:System.Management.PropertyDataCollection.CopyTo(System.Management.PropertyData[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/PropertySet.cs#L179C13-L180C10" - }, - { - "DocsId": "M:System.Management.PropertyDataCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/PropertySet.cs#L186C13-L186C80" - }, - { - "DocsId": "M:System.Management.PropertyDataCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/PropertySet.cs#L198C13-L198C65" - }, - { - "DocsId": "M:System.Management.PropertyDataCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/PropertySet.cs#L377C13-L394C10" - }, - { - "DocsId": "M:System.Management.PropertyDataCollection.Add(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/PropertySet.cs#L413C13-L436C10" - }, - { - "DocsId": "M:System.Management.PropertyDataCollection.Add(System.String,System.Object,System.Management.CimType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/PropertySet.cs#L452C13-L478C10" - }, - { - "DocsId": "M:System.Management.PropertyDataCollection.Add(System.String,System.Management.CimType,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/PropertySet.cs#L494C13-L516C10" - }, - { - "DocsId": "P:System.Management.PropertyDataCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/PropertySet.cs#L75C17-L94C45" - }, - { - "DocsId": "P:System.Management.PropertyDataCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/PropertySet.cs#L107C19-L107C32" - }, - { - "DocsId": "P:System.Management.PropertyDataCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/PropertySet.cs#L118C19-L118C31" - }, - { - "DocsId": "P:System.Management.PropertyDataCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/PropertySet.cs#L350C17-L353C63" - }, - { - "DocsId": "T:System.Management.PropertyDataCollection.PropertyDataEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/PropertySet.cs" - } - ], - "DocsId": "T:System.Management.PropertyDataCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/PropertySet.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Management.QualifierData.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/Qualifier.cs#L151C19-L151C46" - }, - { - "DocsId": "P:System.Management.QualifierData.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/Qualifier.cs#L172C17-L173C70" - }, - { - "DocsId": "P:System.Management.QualifierData.IsAmended", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/Qualifier.cs#L209C17-L211C88" - }, - { - "DocsId": "P:System.Management.QualifierData.IsLocal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/Qualifier.cs#L247C17-L249C92" - }, - { - "DocsId": "P:System.Management.QualifierData.PropagatesToInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/Qualifier.cs#L265C17-L267C107" - }, - { - "DocsId": "P:System.Management.QualifierData.PropagatesToSubclass", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/Qualifier.cs#L303C17-L305C112" - }, - { - "DocsId": "P:System.Management.QualifierData.IsOverridable", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/Qualifier.cs#L341C17-L343C97" - } - ], - "DocsId": "T:System.Management.QualifierData", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/Qualifier.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.QualifierDataCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L180C13-L218C10" - }, - { - "DocsId": "M:System.Management.QualifierDataCollection.CopyTo(System.Management.QualifierData[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L230C13-L231C10" - }, - { - "DocsId": "M:System.Management.QualifierDataCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L238C13-L238C111" - }, - { - "DocsId": "M:System.Management.QualifierDataCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L250C13-L250C96" - }, - { - "DocsId": "M:System.Management.QualifierDataCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L426C13-L435C10" - }, - { - "DocsId": "M:System.Management.QualifierDataCollection.Add(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L447C13-L448C10" - }, - { - "DocsId": "M:System.Management.QualifierDataCollection.Add(System.String,System.Object,System.Boolean,System.Boolean,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L466C13-L484C10" - }, - { - "DocsId": "P:System.Management.QualifierDataCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L119C17-L144C14" - }, - { - "DocsId": "P:System.Management.QualifierDataCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L156C19-L156C32" - }, - { - "DocsId": "P:System.Management.QualifierDataCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L167C19-L167C31" - }, - { - "DocsId": "P:System.Management.QualifierDataCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L413C17-L416C105" - }, - { - "DocsId": "T:System.Management.QualifierDataCollection.QualifierDataEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/QualifierSet.cs" - } - ], - "DocsId": "T:System.Management.QualifierDataCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/QualifierSet.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Management.CodeLanguage.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" - }, - { - "DocsId": "F:System.Management.CodeLanguage.CSharp", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" - }, - { - "DocsId": "F:System.Management.CodeLanguage.JScript", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" - }, - { - "DocsId": "F:System.Management.CodeLanguage.VB", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" - }, - { - "DocsId": "F:System.Management.CodeLanguage.VJSharp", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" - }, - { - "DocsId": "F:System.Management.CodeLanguage.Mcpp", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" - } - ], - "DocsId": "T:System.Management.CodeLanguage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L430C17-L431C14" - }, - { - "DocsId": "M:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L441C17-L461C14" - }, - { - "DocsId": "M:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L497C21-L497C36" - }, - { - "DocsId": "M:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L515C17-L589C29" - }, - { - "DocsId": "M:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L600C17-L642C14" - }, - { - "DocsId": "P:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L475C21-L482C49" - }, - { - "DocsId": "P:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L497C21-L497C36" - } - ], - "DocsId": "T:System.Management.ManagementObjectCollection.ManagementObjectEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.MethodDataCollection.MethodDataEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/MethodSet.cs#L295C48-L295C76" - }, - { - "DocsId": "M:System.Management.MethodDataCollection.MethodDataEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/MethodSet.cs#L316C17-L316C38" - }, - { - "DocsId": "M:System.Management.MethodDataCollection.MethodDataEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/MethodSet.cs#L324C17-L325C14" - }, - { - "DocsId": "P:System.Management.MethodDataCollection.MethodDataEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/MethodSet.cs#L295C48-L295C76" - }, - { - "DocsId": "P:System.Management.MethodDataCollection.MethodDataEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/MethodSet.cs#L306C21-L306C71" - } - ], - "DocsId": "T:System.Management.MethodDataCollection.MethodDataEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/MethodSet.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.PropertyDataCollection.PropertyDataEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/PropertySet.cs#L276C48-L276C76" - }, - { - "DocsId": "M:System.Management.PropertyDataCollection.PropertyDataEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/PropertySet.cs#L306C17-L310C71" - }, - { - "DocsId": "M:System.Management.PropertyDataCollection.PropertyDataEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/PropertySet.cs#L319C17-L320C14" - }, - { - "DocsId": "P:System.Management.PropertyDataCollection.PropertyDataEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/PropertySet.cs#L276C48-L276C76" - }, - { - "DocsId": "P:System.Management.PropertyDataCollection.PropertyDataEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/PropertySet.cs#L289C21-L292C79" - } - ], - "DocsId": "T:System.Management.PropertyDataCollection.PropertyDataEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/PropertySet.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.QualifierDataCollection.QualifierDataEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L350C48-L350C76" - }, - { - "DocsId": "M:System.Management.QualifierDataCollection.QualifierDataEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L380C17-L384C72" - }, - { - "DocsId": "M:System.Management.QualifierDataCollection.QualifierDataEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L392C17-L393C14" - }, - { - "DocsId": "P:System.Management.QualifierDataCollection.QualifierDataEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L350C48-L350C76" - }, - { - "DocsId": "P:System.Management.QualifierDataCollection.QualifierDataEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L362C21-L366C87" - } - ], - "DocsId": "T:System.Management.QualifierDataCollection.QualifierDataEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Management/src/System/Management/QualifierSet.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Memory.Data.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Memory.Data.json deleted file mode 100644 index fb5a1559c64..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Memory.Data.json +++ /dev/null @@ -1,104 +0,0 @@ -{ - "Assembly": "System.Memory.Data", - "GUID": "78E0BB001ABE4C198822F370AF92F31DFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.BinaryData.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L39C9-L42C10" - }, - { - "DocsId": "M:System.BinaryData.#ctor(System.Object,System.Text.Json.JsonSerializerOptions,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L54C9-L59C10" - }, - { - "DocsId": "M:System.BinaryData.#ctor(System.Object,System.Text.Json.Serialization.JsonSerializerContext,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L70C9-L75C10" - }, - { - "DocsId": "M:System.BinaryData.#ctor(System.ReadOnlyMemory{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L82C9-L85C10" - }, - { - "DocsId": "M:System.BinaryData.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L92C9-L100C10" - }, - { - "DocsId": "M:System.BinaryData.FromBytes(System.ReadOnlyMemory{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L108C74-L108C94" - }, - { - "DocsId": "M:System.BinaryData.FromBytes(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L116C60-L116C80" - }, - { - "DocsId": "M:System.BinaryData.FromString(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L124C61-L124C81" - }, - { - "DocsId": "M:System.BinaryData.FromStream(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L134C13-L139C83" - }, - { - "DocsId": "M:System.BinaryData.FromStreamAsync(System.IO.Stream,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L151C13-L156C76" - }, - { - "DocsId": "M:System.BinaryData.FromObjectAsJson``1(``0,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L207C13-L208C43" - }, - { - "DocsId": "M:System.BinaryData.FromObjectAsJson``1(``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L220C16-L220C99" - }, - { - "DocsId": "M:System.BinaryData.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L237C13-L246C66" - }, - { - "DocsId": "M:System.BinaryData.ToStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L254C37-L254C69" - }, - { - "DocsId": "M:System.BinaryData.ToMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L260C51-L260C57" - }, - { - "DocsId": "M:System.BinaryData.ToArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L266C36-L266C52" - }, - { - "DocsId": "M:System.BinaryData.ToObjectFromJson``1(System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L279C13-L285C65" - }, - { - "DocsId": "M:System.BinaryData.ToObjectFromJson``1(System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L297C16-L297C72" - }, - { - "DocsId": "M:System.BinaryData.op_Implicit(System.BinaryData)~System.ReadOnlyMemory{System.Byte}", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L303C83-L303C106" - }, - { - "DocsId": "M:System.BinaryData.op_Implicit(System.BinaryData)~System.ReadOnlySpan{System.Byte}", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L311C13-L315C37" - }, - { - "DocsId": "M:System.BinaryData.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L326C73-L326C99" - }, - { - "DocsId": "M:System.BinaryData.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L330C46-L330C64" - }, - { - "DocsId": "P:System.BinaryData.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L32C42-L32C46" - } - ], - "DocsId": "T:System.BinaryData", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Memory.Data/src/System/BinaryData.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Net.Http.WinHttpHandler.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Net.Http.WinHttpHandler.json deleted file mode 100644 index 35a1f71c235..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Net.Http.WinHttpHandler.json +++ /dev/null @@ -1,176 +0,0 @@ -{ - "Assembly": "System.Net.Http.WinHttpHandler", - "GUID": "6113CEBAB59F480097EB015FD51F9601FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "F:System.Net.Http.WindowsProxyUsePolicy.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" - }, - { - "DocsId": "F:System.Net.Http.WindowsProxyUsePolicy.DoNotUseProxy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" - }, - { - "DocsId": "F:System.Net.Http.WindowsProxyUsePolicy.UseWinHttpProxy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" - }, - { - "DocsId": "F:System.Net.Http.WindowsProxyUsePolicy.UseWinInetProxy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" - }, - { - "DocsId": "F:System.Net.Http.WindowsProxyUsePolicy.UseCustomProxy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" - } - ], - "DocsId": "T:System.Net.Http.WindowsProxyUsePolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Net.Http.CookieUsePolicy.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" - }, - { - "DocsId": "F:System.Net.Http.CookieUsePolicy.IgnoreCookies", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" - }, - { - "DocsId": "F:System.Net.Http.CookieUsePolicy.UseInternalCookieStoreOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" - }, - { - "DocsId": "F:System.Net.Http.CookieUsePolicy.UseSpecifiedCookieContainer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" - } - ], - "DocsId": "T:System.Net.Http.CookieUsePolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.Http.WinHttpHandler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L52C9-L98C10" - }, - { - "DocsId": "M:System.Net.Http.WinHttpHandler.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L541C13-L552C10" - }, - { - "DocsId": "M:System.Net.Http.WinHttpHandler.SendAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L558C13-L621C29" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.AutomaticRedirection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L105C17-L105C46" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.MaxAutomaticRedirections", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L119C17-L119C50" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.AutomaticDecompression", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L141C17-L141C48" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.CookieUsePolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L155C17-L155C41" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.CookieContainer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L176C17-L176C41" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.SslProtocols", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L190C17-L190C38" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.ServerCertificateValidationCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L210C17-L210C61" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.CheckCertificateRevocationList", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L225C17-L225C56" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.ClientCertificateOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L239C17-L239C49" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.ClientCertificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L259C17-L264C81" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.PreAuthenticate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L272C17-L272C41" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.ServerCredentials", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L285C17-L285C43" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.WindowsProxyUsePolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L298C17-L298C47" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.DefaultProxyCredentials", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L320C17-L320C49" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.Proxy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L334C17-L334C31" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.MaxConnectionsPerServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L348C17-L348C49" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.SendTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L372C17-L372C37" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.ReceiveHeadersTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L388C17-L388C47" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.ReceiveDataTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L403C17-L403C44" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.TcpKeepAliveEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L426C17-L426C45" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.TcpKeepAliveTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L447C17-L447C42" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.TcpKeepAliveInterval", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L469C17-L469C46" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.MaxResponseHeadersLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L483C17-L483C50" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.MaxResponseDrainSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L505C17-L505C46" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.EnableMultipleHttp2Connections", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L527C17-L527C56" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L536C58-L536C106" - } - ], - "DocsId": "T:System.Net.Http.WinHttpHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Net.WebSockets.WebSocketProtocol.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Net.WebSockets.WebSocketProtocol.json deleted file mode 100644 index 46eaa411873..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Net.WebSockets.WebSocketProtocol.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "Assembly": "System.Net.WebSockets.WebSocketProtocol", - "GUID": "7CBCE3561C864F4A9D86351A27D919F4FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Net.WebSockets.WebSocketProtocol.CreateFromStream(System.IO.Stream,System.Boolean,System.String,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/cf258a14b70ad9069470a108f13765e0e5988f51/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System/Net/WebSockets/WebSocketProtocol.cs#L17C13-L39C113" - } - ], - "DocsId": "T:System.Net.WebSockets.WebSocketProtocol", - "SourceLink": "https://github.com/dotnet/runtime/blob/cf258a14b70ad9069470a108f13765e0e5988f51/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System/Net/WebSockets/WebSocketProtocol.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Reflection.Context.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Reflection.Context.json deleted file mode 100644 index faaac1b251d..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Reflection.Context.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "Assembly": "System.Reflection.Context", - "GUID": "7B9FA48064474389A6B6B1C22888C05AFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Reflection.Context.CustomReflectionContext.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L21C47-L21C88" - }, - { - "DocsId": "M:System.Reflection.Context.CustomReflectionContext.#ctor(System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L23C9-L32C10" - }, - { - "DocsId": "M:System.Reflection.Context.CustomReflectionContext.MapAssembly(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L36C13-L41C65" - }, - { - "DocsId": "M:System.Reflection.Context.CustomReflectionContext.MapType(System.Reflection.TypeInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L46C13-L51C57" - }, - { - "DocsId": "M:System.Reflection.Context.CustomReflectionContext.GetCustomAttributes(System.Reflection.MemberInfo,System.Collections.Generic.IEnumerable{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L56C13-L56C39" - }, - { - "DocsId": "M:System.Reflection.Context.CustomReflectionContext.GetCustomAttributes(System.Reflection.ParameterInfo,System.Collections.Generic.IEnumerable{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L61C13-L61C39" - }, - { - "DocsId": "M:System.Reflection.Context.CustomReflectionContext.AddProperties(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs" - }, - { - "DocsId": "M:System.Reflection.Context.CustomReflectionContext.CreateProperty(System.Type,System.String,System.Func{System.Object,System.Object},System.Action{System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L77C13-L85C23" - }, - { - "DocsId": "M:System.Reflection.Context.CustomReflectionContext.CreateProperty(System.Type,System.String,System.Func{System.Object,System.Object},System.Action{System.Object,System.Object},System.Collections.Generic.IEnumerable{System.Attribute},System.Collections.Generic.IEnumerable{System.Attribute},System.Collections.Generic.IEnumerable{System.Attribute})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L97C13-L105C23" - } - ], - "DocsId": "T:System.Reflection.Context.CustomReflectionContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Reflection.MetadataLoadContext.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Reflection.MetadataLoadContext.json deleted file mode 100644 index 7a1c03f9361..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Reflection.MetadataLoadContext.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "Assembly": "System.Reflection.MetadataLoadContext", - "GUID": "8DBC9900605F4F5E9116DFA749D738AEFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Reflection.MetadataAssemblyResolver.Resolve(System.Reflection.MetadataLoadContext,System.Reflection.AssemblyName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataAssemblyResolver.cs" - }, - { - "DocsId": "M:System.Reflection.MetadataAssemblyResolver.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataAssemblyResolver.cs" - } - ], - "DocsId": "T:System.Reflection.MetadataAssemblyResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataAssemblyResolver.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Reflection.MetadataLoadContext.#ctor(System.Reflection.MetadataAssemblyResolver,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Disposing.cs#L11C9-L121C10" - }, - { - "DocsId": "M:System.Reflection.MetadataLoadContext.LoadFromAssemblyPath(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L130C13-L135C68" - }, - { - "DocsId": "M:System.Reflection.MetadataLoadContext.LoadFromByteArray(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L145C13-L150C67" - }, - { - "DocsId": "M:System.Reflection.MetadataLoadContext.LoadFromStream(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L163C13-L169C49" - }, - { - "DocsId": "M:System.Reflection.MetadataLoadContext.LoadFromAssemblyName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L181C13-L188C45" - }, - { - "DocsId": "M:System.Reflection.MetadataLoadContext.LoadFromAssemblyName(System.Reflection.AssemblyName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L200C13-L206C45" - }, - { - "DocsId": "M:System.Reflection.MetadataLoadContext.GetAssemblies", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L265C13-L268C45" - }, - { - "DocsId": "M:System.Reflection.MetadataLoadContext.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L280C13-L282C10" - }, - { - "DocsId": "P:System.Reflection.MetadataLoadContext.CoreAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L253C17-L256C38" - } - ], - "DocsId": "T:System.Reflection.MetadataLoadContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Disposing.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Reflection.PathAssemblyResolver.#ctor(System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/PathAssemblyResolver.cs#L25C9-L53C10" - }, - { - "DocsId": "M:System.Reflection.PathAssemblyResolver.Resolve(System.Reflection.MetadataLoadContext,System.Reflection.AssemblyName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/PathAssemblyResolver.cs#L58C13-L96C65" - } - ], - "DocsId": "T:System.Reflection.PathAssemblyResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/PathAssemblyResolver.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Resources.Extensions.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Resources.Extensions.json deleted file mode 100644 index 2ebea00df9e..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Resources.Extensions.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "Assembly": "System.Resources.Extensions", - "GUID": "F98A283F06F54CC7ABFF1E818D14BEDEFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L44C9-L59C10" - }, - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L61C9-L81C10" - }, - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddResource(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L88C13-L101C10" - }, - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddResource(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L108C13-L129C10" - }, - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddResource(System.String,System.IO.Stream,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L137C13-L148C10" - }, - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddResource(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L177C13-L190C10" - }, - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L233C13-L234C10" - }, - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L253C13-L254C10" - }, - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.Generate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L263C13-L434C10" - }, - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddResource(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs#L73C13-L119C10" - }, - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddTypeConverterResource(System.String,System.Byte[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs#L130C13-L146C10" - }, - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddBinaryFormattedResource(System.String,System.Byte[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs#L157C13-L178C10" - }, - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddActivatorResource(System.String,System.IO.Stream,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs#L190C13-L209C10" - } - ], - "DocsId": "T:System.Resources.Extensions.PreserializedResourceWriter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Resources.Extensions.DeserializingResourceReader.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L92C9-L111C10" - }, - { - "DocsId": "M:System.Resources.Extensions.DeserializingResourceReader.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L113C9-L136C10" - }, - { - "DocsId": "M:System.Resources.Extensions.DeserializingResourceReader.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L142C13-L143C10" - }, - { - "DocsId": "M:System.Resources.Extensions.DeserializingResourceReader.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L147C13-L148C10" - }, - { - "DocsId": "M:System.Resources.Extensions.DeserializingResourceReader.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L227C13-L227C36" - }, - { - "DocsId": "M:System.Resources.Extensions.DeserializingResourceReader.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L232C13-L234C49" - } - ], - "DocsId": "T:System.Resources.Extensions.DeserializingResourceReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/DeserializingResourceReader.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Runtime.Caching.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Runtime.Caching.json deleted file mode 100644 index 6d3efca4735..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Runtime.Caching.json +++ /dev/null @@ -1,668 +0,0 @@ -{ - "Assembly": "System.Runtime.Caching", - "GUID": "5008F2EC95B7492EA829BB42678CFAD0FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.CacheEntryChangeMonitor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryChangeMonitor.cs" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheEntryChangeMonitor.CacheKeys", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryChangeMonitor.cs" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheEntryChangeMonitor.LastModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryChangeMonitor.cs" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheEntryChangeMonitor.RegionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryChangeMonitor.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.CacheEntryChangeMonitor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryChangeMonitor.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.CacheEntryRemovedArguments.#ctor(System.Runtime.Caching.ObjectCache,System.Runtime.Caching.CacheEntryRemovedReason,System.Runtime.Caching.CacheItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedArguments.cs#L27C9-L41C10" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheEntryRemovedArguments.CacheItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedArguments.cs#L14C19-L14C37" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheEntryRemovedArguments.RemovedReason", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedArguments.cs#L19C19-L19C34" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheEntryRemovedArguments.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedArguments.cs#L24C19-L24C34" - } - ], - "DocsId": "T:System.Runtime.Caching.CacheEntryRemovedArguments", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedArguments.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.CacheEntryRemovedCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedCallback.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.CacheEntryRemovedCallback.Invoke(System.Runtime.Caching.CacheEntryRemovedArguments)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedCallback.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.CacheEntryRemovedCallback.BeginInvoke(System.Runtime.Caching.CacheEntryRemovedArguments,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedCallback.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.CacheEntryRemovedCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedCallback.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.CacheEntryRemovedCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedCallback.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Runtime.Caching.CacheEntryRemovedReason.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.CacheEntryRemovedReason.Removed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.CacheEntryRemovedReason.Expired", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.CacheEntryRemovedReason.Evicted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.CacheEntryRemovedReason.ChangeMonitorChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.CacheEntryRemovedReason.CacheSpecificEviction", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.CacheEntryRemovedReason", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.CacheEntryUpdateArguments.#ctor(System.Runtime.Caching.ObjectCache,System.Runtime.Caching.CacheEntryRemovedReason,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L49C9-L64C10" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheEntryUpdateArguments.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L19C19-L19C31" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheEntryUpdateArguments.RemovedReason", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L24C19-L24C34" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheEntryUpdateArguments.RegionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L29C19-L29C38" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheEntryUpdateArguments.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L34C19-L34C34" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheEntryUpdateArguments.UpdatedCacheItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L39C19-L39C44" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheEntryUpdateArguments.UpdatedCacheItemPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L45C19-L45C50" - } - ], - "DocsId": "T:System.Runtime.Caching.CacheEntryUpdateArguments", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.CacheEntryUpdateCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateCallback.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.CacheEntryUpdateCallback.Invoke(System.Runtime.Caching.CacheEntryUpdateArguments)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateCallback.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.CacheEntryUpdateCallback.BeginInvoke(System.Runtime.Caching.CacheEntryUpdateArguments,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateCallback.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.CacheEntryUpdateCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateCallback.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.CacheEntryUpdateCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateCallback.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.CacheItem.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L16C9-L19C10" - }, - { - "DocsId": "M:System.Runtime.Caching.CacheItem.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L21C54-L24C10" - }, - { - "DocsId": "M:System.Runtime.Caching.CacheItem.#ctor(System.String,System.Object,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L26C73-L29C10" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheItem.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L10C29-L10C33" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheItem.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L11C31-L11C35" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheItem.RegionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L12C36-L12C40" - } - ], - "DocsId": "T:System.Runtime.Caching.CacheItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.CacheItemPolicy.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L50C9-L55C10" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheItemPolicy.AbsoluteExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L20C19-L20C37" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheItemPolicy.ChangeMonitors", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L24C60-L24C111" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheItemPolicy.Priority", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L28C19-L28C36" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheItemPolicy.RemovedCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L34C19-L34C43" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheItemPolicy.SlidingExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L40C19-L40C37" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheItemPolicy.UpdateCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L46C19-L46C42" - } - ], - "DocsId": "T:System.Runtime.Caching.CacheItemPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Runtime.Caching.CacheItemPriority.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPriority.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.CacheItemPriority.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPriority.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.CacheItemPriority.NotRemovable", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPriority.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.CacheItemPriority", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPriority.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.ChangeMonitor.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ChangeMonitor.InitializationComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L142C13-L150C10" - }, - { - "DocsId": "M:System.Runtime.Caching.ChangeMonitor.OnChanged(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L159C13-L167C10" - }, - { - "DocsId": "M:System.Runtime.Caching.ChangeMonitor.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L205C13-L215C10" - }, - { - "DocsId": "M:System.Runtime.Caching.ChangeMonitor.NotifyOnChanged(System.Runtime.Caching.OnChangedCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L224C13-L239C10" - }, - { - "DocsId": "M:System.Runtime.Caching.ChangeMonitor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L90C9-L90C52" - }, - { - "DocsId": "P:System.Runtime.Caching.ChangeMonitor.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L174C40-L174C63" - }, - { - "DocsId": "P:System.Runtime.Caching.ChangeMonitor.IsDisposed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L178C40-L178C64" - }, - { - "DocsId": "P:System.Runtime.Caching.ChangeMonitor.UniqueId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.ChangeMonitor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.InMemoryProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.OutOfProcessProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.CacheEntryChangeMonitors", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.AbsoluteExpirations", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.SlidingExpirations", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.CacheEntryUpdateCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.CacheEntryRemovedCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.CacheRegions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.DefaultCacheCapabilities", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.FileChangeMonitor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/FileChangeMonitor.cs" - }, - { - "DocsId": "P:System.Runtime.Caching.FileChangeMonitor.FilePaths", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/FileChangeMonitor.cs" - }, - { - "DocsId": "P:System.Runtime.Caching.FileChangeMonitor.LastModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/FileChangeMonitor.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.FileChangeMonitor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/FileChangeMonitor.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.HostFileChangeMonitor.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs#L119C13-L148C10" - }, - { - "DocsId": "M:System.Runtime.Caching.HostFileChangeMonitor.#ctor(System.Collections.Generic.IList{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs#L158C9-L174C10" - }, - { - "DocsId": "P:System.Runtime.Caching.HostFileChangeMonitor.FilePaths", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs#L154C70-L154C88" - }, - { - "DocsId": "P:System.Runtime.Caching.HostFileChangeMonitor.UniqueId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs#L155C49-L155C66" - }, - { - "DocsId": "P:System.Runtime.Caching.HostFileChangeMonitor.LastModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs#L156C61-L156C82" - } - ], - "DocsId": "T:System.Runtime.Caching.HostFileChangeMonitor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.#ctor(System.String,System.Collections.Specialized.NameValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L39C9-L362C10" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.#ctor(System.String,System.Collections.Specialized.NameValueCollection,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L39C9-L384C10" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.CreateCacheEntryChangeMonitor(System.Collections.Generic.IEnumerable{System.String},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L445C13-L467C96" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L472C13-L494C10" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L536C13-L545C38" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L550C13-L559C38" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.Trim(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L571C13-L584C28" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.Contains(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L603C13-L603C59" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.Add(System.Runtime.Caching.CacheItem,System.Runtime.Caching.CacheItemPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L608C13-L609C75" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.AddOrGetExisting(System.String,System.Object,System.DateTimeOffset,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L614C13-L620C65" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.AddOrGetExisting(System.Runtime.Caching.CacheItem,System.Runtime.Caching.CacheItemPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L625C13-L630C100" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.AddOrGetExisting(System.String,System.Object,System.Runtime.Caching.CacheItemPolicy,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L635C13-L639C65" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.Get(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L644C13-L644C49" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.GetCacheItem(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L649C13-L650C71" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.Set(System.String,System.Object,System.DateTimeOffset,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L655C13-L662C10" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.Set(System.Runtime.Caching.CacheItem,System.Runtime.Caching.CacheItemPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L666C13-L672C10" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.Set(System.String,System.Object,System.Runtime.Caching.CacheItemPolicy,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L676C13-L720C10" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.Remove(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L794C13-L794C77" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.Remove(System.String,System.Runtime.Caching.CacheEntryRemovedReason,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L799C13-L812C33" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.GetCount(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L817C13-L831C26" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.GetLastSize(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L836C13-L841C41" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.GetValues(System.Collections.Generic.IEnumerable{System.String},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L846C13-L873C27" - }, - { - "DocsId": "P:System.Runtime.Caching.MemoryCache.CacheMemoryLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L281C17-L281C48" - }, - { - "DocsId": "P:System.Runtime.Caching.MemoryCache.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L289C17-L296C39" - }, - { - "DocsId": "P:System.Runtime.Caching.MemoryCache.DefaultCacheCapabilities", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L304C17-L304C37" - }, - { - "DocsId": "P:System.Runtime.Caching.MemoryCache.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L310C19-L310C32" - }, - { - "DocsId": "P:System.Runtime.Caching.MemoryCache.PhysicalMemoryLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L324C17-L324C51" - }, - { - "DocsId": "P:System.Runtime.Caching.MemoryCache.PollingInterval", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L334C17-L334C47" - }, - { - "DocsId": "P:System.Runtime.Caching.MemoryCache.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L592C17-L592C47" - } - ], - "DocsId": "T:System.Runtime.Caching.MemoryCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L52C13-L52C86" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.CreateCacheEntryChangeMonitor(System.Collections.Generic.IEnumerable{System.String},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.System#Collections#Generic#IEnumerable>#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L59C13-L59C36" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.Contains(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.Add(System.String,System.Object,System.DateTimeOffset,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L70C13-L70C91" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.Add(System.Runtime.Caching.CacheItem,System.Runtime.Caching.CacheItemPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L75C13-L75C61" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.Add(System.String,System.Object,System.Runtime.Caching.CacheItemPolicy,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L80C13-L80C79" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.AddOrGetExisting(System.String,System.Object,System.DateTimeOffset,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.AddOrGetExisting(System.Runtime.Caching.CacheItem,System.Runtime.Caching.CacheItemPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.AddOrGetExisting(System.String,System.Object,System.Runtime.Caching.CacheItemPolicy,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.Get(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.GetCacheItem(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.Set(System.String,System.Object,System.DateTimeOffset,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.Set(System.Runtime.Caching.CacheItem,System.Runtime.Caching.CacheItemPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.Set(System.String,System.Object,System.Runtime.Caching.CacheItemPolicy,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.GetValues(System.Collections.Generic.IEnumerable{System.String},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.GetValues(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L103C13-L103C48" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.Remove(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.GetCount(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.ObjectCache.InfiniteAbsoluteExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.ObjectCache.NoSlidingExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "P:System.Runtime.Caching.ObjectCache.Host", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L27C17-L27C31" - }, - { - "DocsId": "P:System.Runtime.Caching.ObjectCache.DefaultCacheCapabilities", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "P:System.Runtime.Caching.ObjectCache.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "P:System.Runtime.Caching.ObjectCache.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.ObjectCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.OnChangedCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/OnChangedCallback.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.OnChangedCallback.Invoke(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/OnChangedCallback.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.OnChangedCallback.BeginInvoke(System.Object,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/OnChangedCallback.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.OnChangedCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/OnChangedCallback.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.OnChangedCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/OnChangedCallback.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.Hosting.IApplicationIdentifier.GetApplicationId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IApplicationIdentifier.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.Hosting.IApplicationIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IApplicationIdentifier.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.Hosting.IFileChangeNotificationSystem.StartMonitoring(System.String,System.Runtime.Caching.OnChangedCallback,System.Object@,System.DateTimeOffset@,System.Int64@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IFileChangeNotificationSystem.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.Hosting.IFileChangeNotificationSystem.StopMonitoring(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IFileChangeNotificationSystem.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.Hosting.IFileChangeNotificationSystem", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IFileChangeNotificationSystem.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.Hosting.IMemoryCacheManager.UpdateCacheSize(System.Int64,System.Runtime.Caching.MemoryCache)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IMemoryCacheManager.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.Hosting.IMemoryCacheManager.ReleaseCache(System.Runtime.Caching.MemoryCache)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IMemoryCacheManager.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.Hosting.IMemoryCacheManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IMemoryCacheManager.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Security.Cryptography.Cose.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Security.Cryptography.Cose.json deleted file mode 100644 index ce2ce3bd578..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Security.Cryptography.Cose.json +++ /dev/null @@ -1,538 +0,0 @@ -{ - "Assembly": "System.Security.Cryptography.Cose", - "GUID": "76D29B6083A34BE7BF2C482060C24B04FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderLabel.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L50C13-L53C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderLabel.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L62C13-L70C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderLabel.Equals(System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L79C13-L79C95" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderLabel.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L87C73-L87C124" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderLabel.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L99C13-L104C57" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderLabel.op_Equality(System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L113C88-L113C106" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderLabel.op_Inequality(System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L121C88-L121C107" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderLabel.Algorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L23C52-L23C89" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderLabel.CriticalHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L28C58-L28C96" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderLabel.ContentType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L33C54-L33C99" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderLabel.KeyIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L38C56-L38C93" - } - ], - "DocsId": "T:System.Security.Cryptography.Cose.CoseHeaderLabel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L30C34-L30C61" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.System#Collections#Generic#IReadOnlyDictionary#get_Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L58C100-L58C122" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.System#Collections#Generic#IReadOnlyDictionary#get_Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L61C102-L61C126" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.GetValueAsInt32(System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L89C62-L89C104" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.GetValueAsString(System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L98C66-L98C109" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.GetValueAsBytes(System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L106C65-L106C107" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.GetValueAsBytes(System.Security.Cryptography.Cose.CoseHeaderLabel,System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L117C86-L117C139" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Add(System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L128C13-L131C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Add(System.Collections.Generic.KeyValuePair{System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderValue})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L139C81-L139C106" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Add(System.Security.Cryptography.Cose.CoseHeaderLabel,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L147C62-L147C106" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Add(System.Security.Cryptography.Cose.CoseHeaderLabel,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L155C65-L155C110" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Add(System.Security.Cryptography.Cose.CoseHeaderLabel,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L167C65-L167C109" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Add(System.Security.Cryptography.Cose.CoseHeaderLabel,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L179C77-L179C121" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.ContainsKey(System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L182C57-L182C91" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.TryGetValue(System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderValue@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L185C84-L185C129" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L193C13-L195C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Contains(System.Collections.Generic.KeyValuePair{System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderValue})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L199C16-L199C59" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.CopyTo(System.Collections.Generic.KeyValuePair{System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderValue}[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L203C16-L203C70" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L207C16-L207C49" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L211C16-L211C49" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Remove(System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L221C13-L222C52" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Remove(System.Collections.Generic.KeyValuePair{System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderValue})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L233C13-L234C62" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderMap.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L25C34-L25C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderMap.Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L43C53-L43C75" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderMap.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L49C55-L49C79" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderMap.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L55C29-L55C52" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderMap.System#Collections#Generic#IReadOnlyDictionary#Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L58C100-L58C122" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderMap.System#Collections#Generic#IReadOnlyDictionary#Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L61C102-L61C126" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderMap.Item(System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L73C20-L73C42" - } - ], - "DocsId": "T:System.Security.Cryptography.Cose.CoseHeaderMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.FromEncodedValue(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L39C13-L40C55" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.FromEncodedValue(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L51C13-L56C60" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.FromInt32(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L74C13-L77C53" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.FromString(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L88C13-L96C53" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.FromBytes(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L107C13-L110C53" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.FromBytes(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L122C13-L127C46" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.GetValueAsInt32", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L137C13-L154C27" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.GetValueAsString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L164C13-L181C27" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.GetValueAsBytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L191C13-L208C27" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.GetValueAsBytes(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L220C13-L240C33" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L248C73-L248C124" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.Equals(System.Security.Cryptography.Cose.CoseHeaderValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L255C54-L255C110" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L263C13-L268C42" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.op_Equality(System.Security.Cryptography.Cose.CoseHeaderValue,System.Security.Cryptography.Cose.CoseHeaderValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L277C88-L277C106" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.op_Inequality(System.Security.Cryptography.Cose.CoseHeaderValue,System.Security.Cryptography.Cose.CoseHeaderValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L285C88-L285C107" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderValue.EncodedValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L18C61-L18C65" - } - ], - "DocsId": "T:System.Security.Cryptography.Cose.CoseHeaderValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.DecodeSign1(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L95C13-L98C69" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.DecodeSign1(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L110C13-L119C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.DecodeMultiSign(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L174C13-L177C73" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.DecodeMultiSign(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L189C13-L198C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L553C13-L557C27" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.Encode(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L571C13-L576C33" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.GetEncodedLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseMessage.ProtectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L41C50-L41C67" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseMessage.UnprotectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L47C52-L47C71" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseMessage.RawProtectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L53C60-L53C82" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseMessage.Content", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L74C17-L79C33" - } - ], - "DocsId": "T:System.Security.Cryptography.Cose.CoseMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.SignDetached(System.Byte[],System.Security.Cryptography.Cose.CoseSigner,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L69C13-L72C132" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.SignEmbedded(System.Byte[],System.Security.Cryptography.Cose.CoseSigner,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L100C13-L103C133" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.SignDetached(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L130C16-L130C127" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.SignEmbedded(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L157C16-L157C128" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.SignDetached(System.IO.Stream,System.Security.Cryptography.Cose.CoseSigner,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L189C13-L198C135" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.SignDetachedAsync(System.IO.Stream,System.Security.Cryptography.Cose.CoseSigner,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L260C13-L275C146" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.TrySignDetached(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.Int32@,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L320C16-L320C151" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.TrySignEmbedded(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.Int32@,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L348C16-L348C152" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.GetEncodedLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L543C13-L554C34" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L576C13-L630C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.AddSignatureForEmbedded(System.Security.Cryptography.Cose.CoseSigner,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L650C16-L650C72" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.AddSignatureForEmbedded(System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L670C13-L681C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.AddSignatureForDetached(System.Byte[],System.Security.Cryptography.Cose.CoseSigner,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L702C13-L708C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.AddSignatureForDetached(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L729C13-L740C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.AddSignatureForDetached(System.IO.Stream,System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L765C13-L776C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.AddSignatureForDetachedAsync(System.IO.Stream,System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L841C13-L851C102" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.RemoveSignature(System.Security.Cryptography.Cose.CoseSignature)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L894C13-L900C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.RemoveSignature(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L917C16-L917C43" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseMultiSignMessage.Signatures", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L30C63-L30C67" - } - ], - "DocsId": "T:System.Security.Cryptography.Cose.CoseMultiSignMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.SignDetached(System.Byte[],System.Security.Cryptography.Cose.CoseSigner,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L53C13-L59C103" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.SignEmbedded(System.Byte[],System.Security.Cryptography.Cose.CoseSigner,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L81C13-L87C104" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.SignDetached(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L109C13-L112C94" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.SignEmbedded(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L134C13-L137C95" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.SignDetached(System.IO.Stream,System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L163C13-L175C97" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.SignDetachedAsync(System.IO.Stream,System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L217C13-L232C108" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.TrySignDetached(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.Int32@,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L264C16-L264C113" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.TrySignEmbedded(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.Int32@,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L286C16-L286C114" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.VerifyEmbedded(System.Security.Cryptography.AsymmetricAlgorithm,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L396C13-L406C97" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.VerifyEmbedded(System.Security.Cryptography.AsymmetricAlgorithm,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L438C13-L448C97" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.VerifyDetached(System.Security.Cryptography.AsymmetricAlgorithm,System.Byte[],System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L482C13-L496C104" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.VerifyDetached(System.Security.Cryptography.AsymmetricAlgorithm,System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L530C13-L540C104" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.VerifyDetached(System.Security.Cryptography.AsymmetricAlgorithm,System.IO.Stream,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L582C13-L606C107" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.VerifyDetachedAsync(System.Security.Cryptography.AsymmetricAlgorithm,System.IO.Stream,System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L683C13-L707C122" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.GetEncodedLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L790C13-L791C68" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L804C13-L836C25" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseSign1Message.Signature", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L26C50-L26C60" - } - ], - "DocsId": "T:System.Security.Cryptography.Cose.CoseSign1Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSignature.VerifyEmbedded(System.Security.Cryptography.AsymmetricAlgorithm,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L104C13-L114C115" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSignature.VerifyEmbedded(System.Security.Cryptography.AsymmetricAlgorithm,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L147C13-L157C115" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSignature.VerifyDetached(System.Security.Cryptography.AsymmetricAlgorithm,System.Byte[],System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L191C13-L206C104" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSignature.VerifyDetached(System.Security.Cryptography.AsymmetricAlgorithm,System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L240C13-L250C104" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSignature.VerifyDetached(System.Security.Cryptography.AsymmetricAlgorithm,System.IO.Stream,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L292C13-L317C107" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSignature.VerifyDetachedAsync(System.Security.Cryptography.AsymmetricAlgorithm,System.IO.Stream,System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L360C13-L384C122" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseSignature.ProtectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L26C49-L26C53" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseSignature.UnprotectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L32C51-L32C55" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseSignature.RawProtectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L38C60-L38C88" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseSignature.Signature", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L44C50-L44C60" - } - ], - "DocsId": "T:System.Security.Cryptography.Cose.CoseSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSigner.#ctor(System.Security.Cryptography.AsymmetricAlgorithm,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L65C9-L80C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSigner.#ctor(System.Security.Cryptography.RSA,System.Security.Cryptography.RSASignaturePadding,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L104C9-L120C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseSigner.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L22C42-L22C46" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseSigner.HashAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L28C50-L28C54" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseSigner.RSASignaturePadding", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L34C59-L34C63" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseSigner.ProtectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L126C50-L126C91" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseSigner.UnprotectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L132C52-L132C95" - } - ], - "DocsId": "T:System.Security.Cryptography.Cose.CoseSigner", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Security.Cryptography.Pkcs.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Security.Cryptography.Pkcs.json deleted file mode 100644 index 1096d338caa..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Security.Cryptography.Pkcs.json +++ /dev/null @@ -1,1690 +0,0 @@ -{ - "Assembly": "System.Security.Cryptography.Pkcs", - "GUID": "646431F005A64A0898A58FAC278AEA08FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObject.#ctor(System.Security.Cryptography.Oid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObject.cs#L16C15-L18C10" - }, - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObject.#ctor(System.Security.Cryptography.Oid,System.Security.Cryptography.AsnEncodedDataCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObject.cs#L20C9-L44C10" - }, - { - "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObject.Oid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObject.cs#L50C27-L50C41" - }, - { - "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObject.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObject.cs#L52C50-L52C54" - } - ], - "DocsId": "T:System.Security.Cryptography.CryptographicAttributeObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObject.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L15C9-L18C10" - }, - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.#ctor(System.Security.Cryptography.CryptographicAttributeObject)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L20C9-L24C10" - }, - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.Add(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L28C13-L33C125" - }, - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.Add(System.Security.Cryptography.CryptographicAttributeObject)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L38C13-L75C35" - }, - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.Remove(System.Security.Cryptography.CryptographicAttributeObject)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L86C13-L92C10" - }, - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L128C13-L128C69" - }, - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L133C13-L133C69" - }, - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L138C13-L155C10" - }, - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.CopyTo(System.Security.Cryptography.CryptographicAttributeObject[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L159C13-L170C10" - }, - { - "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObjectCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L98C17-L98C37" - }, - { - "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObjectCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L106C17-L106C36" - }, - { - "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObjectCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L114C17-L114C30" - }, - { - "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObjectCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L122C17-L122C29" - } - ], - "DocsId": "T:System.Security.Cryptography.CryptographicAttributeObjectCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs#L30C17-L30C46" - }, - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs#L36C13-L39C25" - }, - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs#L44C13-L45C10" - }, - { - "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObjectEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs#L22C17-L22C46" - }, - { - "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObjectEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs#L30C17-L30C46" - } - ], - "DocsId": "T:System.Security.Cryptography.CryptographicAttributeObjectEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Security.Cryptography.Xml.X509IssuerSerial.IssuerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Xml/X509IssuerSerial.cs#L21C36-L21C40" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.X509IssuerSerial.SerialNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Xml/X509IssuerSerial.cs#L22C38-L22C42" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.X509IssuerSerial", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Xml/X509IssuerSerial.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.AlgorithmIdentifier.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L14C15-L16C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.AlgorithmIdentifier.#ctor(System.Security.Cryptography.Oid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L19C15-L21C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.AlgorithmIdentifier.#ctor(System.Security.Cryptography.Oid,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L33C50-L27C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.AlgorithmIdentifier.Oid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L29C26-L29C30" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.AlgorithmIdentifier.KeyLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L31C32-L31C36" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.AlgorithmIdentifier.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L33C36-L33C40" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.AlgorithmIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipient.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L13C15-L15C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipient.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.RSAEncryptionPadding)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L23C15-L32C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipient.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.RSAEncryptionPadding)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L40C15-L49C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipient.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L51C9-L73C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipient.RSAEncryptionPadding", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L80C54-L80C58" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipient.RecipientIdentifierType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L81C64-L81C68" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipient.Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L82C47-L82C51" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.CmsRecipient", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L14C9-L17C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.#ctor(System.Security.Cryptography.Pkcs.CmsRecipient)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L19C9-L23C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.X509Certificates.X509Certificate2Collection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L25C9-L35C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.Add(System.Security.Cryptography.Pkcs.CmsRecipient)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L58C13-L65C35" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.Remove(System.Security.Cryptography.Pkcs.CmsRecipient)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L70C13-L76C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L80C13-L80C53" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L85C13-L85C53" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L90C13-L107C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.CopyTo(System.Security.Cryptography.Pkcs.CmsRecipient[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L111C13-L122C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipientCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L41C17-L44C43" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipientCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L52C17-L52C42" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipientCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L128C17-L128C30" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipientCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L136C17-L136C29" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.CmsRecipientCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs#L30C17-L30C46" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs#L36C13-L39C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs#L44C13-L45C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipientEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs#L22C17-L22C46" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipientEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs#L30C17-L30C46" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.CmsRecipientEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.ContentInfo.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L18C15-L20C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.ContentInfo.#ctor(System.Security.Cryptography.Oid,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L22C9-L35C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.ContentInfo.GetContentType(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L43C13-L48C75" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.ContentInfo.GetContentType(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L53C13-L53C75" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.ContentInfo.ContentType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L37C34-L37C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.ContentInfo.Content", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L39C33-L39C37" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.ContentInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L19C15-L21C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.#ctor(System.Security.Cryptography.Pkcs.ContentInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L24C15-L26C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.#ctor(System.Security.Cryptography.Pkcs.ContentInfo,System.Security.Cryptography.Pkcs.AlgorithmIdentifier)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L28C9-L46C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Encrypt(System.Security.Cryptography.Pkcs.CmsRecipient)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L93C13-L99C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Encrypt(System.Security.Cryptography.Pkcs.CmsRecipientCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L103C13-L119C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L126C13-L129C53" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decode(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L137C13-L143C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decode(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L156C13-L178C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decrypt", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L185C13-L186C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decrypt(System.Security.Cryptography.Pkcs.RecipientInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L190C13-L196C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decrypt(System.Security.Cryptography.Pkcs.RecipientInfo,System.Security.Cryptography.X509Certificates.X509Certificate2Collection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L200C13-L210C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decrypt(System.Security.Cryptography.X509Certificates.X509Certificate2Collection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L214C13-L220C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decrypt(System.Security.Cryptography.Pkcs.RecipientInfo,System.Security.Cryptography.AsymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L224C13-L244C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.EnvelopedCms.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L54C30-L54C34" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.EnvelopedCms.ContentInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L55C42-L55C46" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.EnvelopedCms.ContentEncryptionAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L56C65-L56C69" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.EnvelopedCms.Certificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L57C58-L57C62" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.EnvelopedCms.UnprotectedAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L58C79-L58C83" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.EnvelopedCms.RecipientInfos", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L68C17-L83C63" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.EnvelopedCms", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L23C17-L23C36" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo.RecipientIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L31C17-L31C77" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo.KeyEncryptionAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L39C17-L39C83" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo.EncryptedKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L47C17-L47C63" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo.OriginatorIdentifierOrKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L55C17-L55C87" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo.Date", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L63C17-L68C40" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo.OtherKeyAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L76C17-L76C73" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Security.Cryptography.Pkcs.KeyTransRecipientInfo.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyTransRecipientInfo.cs#L22C17-L22C36" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.KeyTransRecipientInfo.RecipientIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyTransRecipientInfo.cs#L30C17-L30C77" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.KeyTransRecipientInfo.KeyEncryptionAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyTransRecipientInfo.cs#L38C17-L38C83" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.KeyTransRecipientInfo.EncryptedKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyTransRecipientInfo.cs#L46C17-L46C63" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.KeyTransRecipientInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyTransRecipientInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9AttributeObject.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L16C15-L18C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9AttributeObject.#ctor(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L21C15-L23C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9AttributeObject.#ctor(System.Security.Cryptography.Oid,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L26C15-L28C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9AttributeObject.#ctor(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L31C15-L40C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9AttributeObject.CopyFrom(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L70C13-L79C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs9AttributeObject.Oid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L64C17-L64C33" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs9AttributeObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9ContentType.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9ContentType.cs#L18C15-L20C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9ContentType.CopyFrom(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9ContentType.cs#L41C13-L43C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs9ContentType.ContentType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9ContentType.cs#L35C17-L35C61" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs9ContentType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9ContentType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs#L18C15-L20C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs#L23C15-L26C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs#L29C15-L31C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription.CopyFrom(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs#L52C13-L54C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription.DocumentDescription", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs#L46C17-L46C69" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentName.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs#L18C15-L20C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentName.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs#L23C15-L26C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentName.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs#L29C15-L31C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentName.CopyFrom(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs#L52C13-L54C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs9DocumentName.DocumentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs#L46C17-L46C62" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs9DocumentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9MessageDigest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9MessageDigest.cs#L17C15-L19C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9MessageDigest.CopyFrom(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9MessageDigest.cs#L40C13-L42C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs9MessageDigest.MessageDigest", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9MessageDigest.cs#L34C17-L34C63" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs9MessageDigest", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9MessageDigest.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9SigningTime.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs#L19C15-L21C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9SigningTime.#ctor(System.DateTime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs#L24C15-L27C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9SigningTime.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs#L30C15-L32C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9SigningTime.CopyFrom(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs#L58C13-L60C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs9SigningTime.SigningTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs#L47C17-L52C47" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs9SigningTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Security.Cryptography.Pkcs.PublicKeyInfo.Algorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/PublicKeyInfo.cs#L20C48-L20C52" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.PublicKeyInfo.KeyValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/PublicKeyInfo.cs#L22C34-L22C38" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.PublicKeyInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/PublicKeyInfo.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfo.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs#L36C41-L36C45" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfo.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfo.RecipientIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfo.KeyEncryptionAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfo.EncryptedKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.RecipientInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.RecipientInfoCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L49C13-L49C54" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.RecipientInfoCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L54C13-L54C68" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.RecipientInfoCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L59C13-L75C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.RecipientInfoCollection.CopyTo(System.Security.Cryptography.Pkcs.RecipientInfo[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L79C13-L87C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfoCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L33C17-L35C47" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfoCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L43C17-L43C47" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfoCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L93C17-L93C30" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfoCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L101C17-L101C29" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.RecipientInfoCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.RecipientInfoEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs#L30C17-L30C50" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.RecipientInfoEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs#L36C13-L41C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.RecipientInfoEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs#L46C13-L47C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfoEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs#L22C17-L22C50" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfoEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs#L30C17-L30C50" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.RecipientInfoEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Cryptography.Pkcs.RecipientInfoType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoType.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.RecipientInfoType.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoType.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.RecipientInfoType.KeyTransport", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoType.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.RecipientInfoType.KeyAgreement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoType.cs" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.RecipientInfoType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SubjectIdentifier.MatchesCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifier.cs#L102C13-L126C56" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SubjectIdentifier.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifier.cs#L97C45-L97C49" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SubjectIdentifier.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifier.cs#L98C32-L98C36" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.SubjectIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifier.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKey.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKey.cs#L40C50-L40C54" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKey.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKey.cs#L42C31-L42C35" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKey.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKeyType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKeyType.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKeyType.IssuerAndSerialNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKeyType.SubjectKeyIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKeyType.PublicKeyInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKeyType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierType.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierType.IssuerAndSerialNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierType.SubjectKeyIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierType.NoSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.SubjectIdentifierType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L62C15-L64C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L67C15-L69C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L72C15-L74C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.CspParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L25C80-L80C96" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L82C103-L84C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.AsymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L87C15-L89C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.RSA,System.Security.Cryptography.RSASignaturePadding)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L113C15-L115C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L23C48-L23C52" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.PrivateKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L24C50-L24C54" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.Certificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L25C58-L25C62" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.DigestAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L26C38-L26C42" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.IncludeOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L27C50-L27C54" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.SignedAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L28C74-L28C78" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.UnsignedAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L29C76-L29C80" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.SignaturePadding", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L37C20-L37C37" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.SignerIdentifierType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L52C19-L52C48" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.CmsSigner", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.Pkcs.ContentInfo,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L44C9-L74C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L127C13-L163C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.Decode(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L167C13-L173C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.Decode(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L178C13-L245C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.ComputeSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L304C43-L304C103" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.ComputeSignature(System.Security.Cryptography.Pkcs.CmsSigner)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L306C59-L306C89" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.ComputeSignature(System.Security.Cryptography.Pkcs.CmsSigner,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L310C13-L396C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.RemoveSignature(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L400C13-L415C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.RemoveSignature(System.Security.Cryptography.Pkcs.SignerInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L419C13-L432C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.CheckSignature(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L615C13-L615C82" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.CheckSignature(System.Security.Cryptography.X509Certificates.X509Certificate2Collection,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L619C13-L625C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.CheckHash", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L654C13-L672C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.AddCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L681C13-L711C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.RemoveCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L715C13-L735C86" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.CtorOverloads.cs#L14C15-L16C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.CtorOverloads.cs#L19C15-L21C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.#ctor(System.Security.Cryptography.Pkcs.ContentInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.CtorOverloads.cs#L24C15-L26C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.Pkcs.ContentInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.CtorOverloads.cs#L29C15-L31C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.#ctor(System.Security.Cryptography.Pkcs.ContentInfo,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.CtorOverloads.cs#L34C15-L36C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignedCms.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L40C30-L40C34" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignedCms.ContentInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L41C42-L41C46" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignedCms.Detached", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L42C32-L42C36" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignedCms.Certificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L80C17-L108C29" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignedCms.SignerInfos", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L116C17-L121C80" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.SignedCms", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.GetSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L69C41-L69C61" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.AddUnsignedAttribute(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L16707566C0-L176C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.RemoveUnsignedAttribute(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L16707566C0-L217C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.ComputeCounterSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L271C13-L271C87" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.ComputeCounterSignature(System.Security.Cryptography.Pkcs.CmsSigner)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L276C13-L326C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.RemoveCounterSignature(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L330C13-L406C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.RemoveCounterSignature(System.Security.Cryptography.Pkcs.SignerInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L410C13-L432C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.CheckSignature(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L435C13-L435C82" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.CheckSignature(System.Security.Cryptography.X509Certificates.X509Certificate2Collection,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L439C13-L457C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.CheckHash", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L461C13-L470C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L20C30-L20C34" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.SignerIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L21C53-L21C57" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.SignedAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L62C13-L62C78" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.UnsignedAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L65C13-L65C82" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L72C13-L72C59" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.CounterSignerInfos", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L79C17-L86C63" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.DigestAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L90C39-L90C70" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.SignatureAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L92C42-L92C76" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.SignerInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfoCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L51C56-L51C86" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfoCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L52C52-L52C82" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfoCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L56C13-L72C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfoCollection.CopyTo(System.Security.Cryptography.Pkcs.SignerInfo[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L76C62-L76C102" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfoCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L43C17-L45C44" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfoCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L49C29-L49C48" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfoCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L78C39-L78C44" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfoCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L79C35-L79C39" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.SignerInfoCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfoEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs#L23C39-L23C62" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfoEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs#L27C13-L33C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfoEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs#L38C13-L39C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfoEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs#L22C38-L22C61" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfoEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs#L23C39-L23C62" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.SignerInfoEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.AddSafeContentsEncrypted(System.Security.Cryptography.Pkcs.Pkcs12SafeContents,System.Byte[],System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L25C13-L30C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.AddSafeContentsEncrypted(System.Security.Cryptography.Pkcs.Pkcs12SafeContents,System.ReadOnlySpan{System.Byte},System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L37C13-L68C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.AddSafeContentsEncrypted(System.Security.Cryptography.Pkcs.Pkcs12SafeContents,System.String,System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L75C13-L80C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.AddSafeContentsEncrypted(System.Security.Cryptography.Pkcs.Pkcs12SafeContents,System.ReadOnlySpan{System.Char},System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L87C13-L118C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.AddSafeContentsUnencrypted(System.Security.Cryptography.Pkcs.Pkcs12SafeContents)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L122C13-L133C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L137C13-L142C42" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.SealWithMac(System.String,System.Security.Cryptography.HashAlgorithmName,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L150C13-L155C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.SealWithMac(System.ReadOnlySpan{System.Char},System.Security.Cryptography.HashAlgorithmName,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L162C13-L311C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.SealWithoutIntegrity", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L315C13-L356C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L360C13-L373C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12Builder.IsSealed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L18C33-L18C53" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12Builder", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12CertBag.#ctor(System.Security.Cryptography.Oid,System.ReadOnlyMemory{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs#L38C15-L48C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12CertBag.GetCertificateType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs#L65C13-L67C43" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12CertBag.GetCertificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs#L74C13-L79C92" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12CertBag.IsX509Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs#L16C41-L16C45" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12CertBag.EncodedCertificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs#L70C59-L70C77" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12CertBag", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12ConfidentialityMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12ConfidentialityMode.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12ConfidentialityMode.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12ConfidentialityMode.Password", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12ConfidentialityMode.PublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12ConfidentialityMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Info.VerifyMac(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs#L29C13-L29C49" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Info.VerifyMac(System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs#L34C13-L43C73" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Info.Decode(System.ReadOnlyMemory{System.Byte},System.Int32@,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs#L52C13-L147C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12Info.AuthenticatedSafe", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs#L19C75-L19C79" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12Info.IntegrityMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs#L20C52-L20C56" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12Info", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12IntegrityMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12IntegrityMode.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12IntegrityMode.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12IntegrityMode.Password", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12IntegrityMode.PublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12IntegrityMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12KeyBag.#ctor(System.ReadOnlyMemory{System.Byte},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12KeyBag.cs#L9C15-L11C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12KeyBag.Pkcs8PrivateKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12KeyBag.cs#L13C56-L13C71" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12KeyBag", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12KeyBag.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.#ctor(System.String,System.ReadOnlyMemory{System.Byte},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L36C9-L46C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L50C13-L51C36" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.GetBagId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L56C13-L58C38" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L63C13-L64C68" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.EncodedBagValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L18C55-L18C59" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L24C17-L26C36" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12SafeBag", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L23C9-L26C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddSafeBag(System.Security.Cryptography.Pkcs.Pkcs12SafeBag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L60C13-L71C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L75C13-L85C24" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddKeyUnencrypted(System.Security.Cryptography.AsymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L90C13-L101C24" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddNestedContents(System.Security.Cryptography.Pkcs.Pkcs12SafeContents)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L106C13-L118C24" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddShroudedKey(System.Security.Cryptography.AsymmetricAlgorithm,System.Byte[],System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L126C13-L130C32" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddShroudedKey(System.Security.Cryptography.AsymmetricAlgorithm,System.ReadOnlySpan{System.Byte},System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L138C13-L149C24" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddShroudedKey(System.Security.Cryptography.AsymmetricAlgorithm,System.String,System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L157C13-L161C32" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddShroudedKey(System.Security.Cryptography.AsymmetricAlgorithm,System.ReadOnlySpan{System.Char},System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L169C13-L180C24" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddSecret(System.Security.Cryptography.Oid,System.ReadOnlyMemory{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L185C13-L195C24" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.Decrypt(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L201C13-L202C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.Decrypt(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L206C13-L207C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.Decrypt(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L212C13-L213C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.Decrypt(System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L217C13-L218C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.GetBags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L283C13-L293C39" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.ConfidentialityMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L20C64-L20C68" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L21C34-L21C38" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12SafeContents", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12SafeContentsBag.SafeContents", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContentsBag.cs#L11C51-L11C55" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12SafeContentsBag", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContentsBag.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SecretBag.GetSecretType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SecretBag.cs#L39C13-L41C45" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12SecretBag.SecretValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SecretBag.cs#L16C52-L16C72" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12SecretBag", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SecretBag.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12ShroudedKeyBag.#ctor(System.ReadOnlyMemory{System.Byte},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12ShroudedKeyBag.cs#L9C15-L11C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12ShroudedKeyBag.EncryptedPkcs8PrivateKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12ShroudedKeyBag.cs#L13C65-L13C80" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12ShroudedKeyBag", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12ShroudedKeyBag.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.#ctor(System.Security.Cryptography.Oid,System.Nullable{System.ReadOnlyMemory{System.Byte}},System.ReadOnlyMemory{System.Byte},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L19C9-L40C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.Create(System.Security.Cryptography.AsymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L58C13-L64C57" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.Decode(System.ReadOnlyMemory{System.Byte},System.Int32@,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L74C17-L93C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L97C13-L98C36" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.Encrypt(System.ReadOnlySpan{System.Char},System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L103C13-L116C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.Encrypt(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L122C13-L134C36" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L139C13-L140C68" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.TryEncrypt(System.ReadOnlySpan{System.Char},System.Security.Cryptography.PbeParameters,System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L149C13-L161C68" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.TryEncrypt(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.PbeParameters,System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L170C13-L182C68" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.DecryptAndDecode(System.ReadOnlySpan{System.Char},System.ReadOnlyMemory{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L190C13-L214C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.DecryptAndDecode(System.ReadOnlySpan{System.Byte},System.ReadOnlyMemory{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L221C13-L245C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.AlgorithmId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L14C34-L14C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.AlgorithmParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L15C60-L15C64" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L16C68-L16C72" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.PrivateKeyBytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L17C55-L17C59" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs#L15C13-L17C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs#L21C15-L23C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId.#ctor(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs#L26C15-L31C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId.CopyFrom(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs#L38C13-L40C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId.KeyId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs#L34C13-L34C43" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.GetMessageHash", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L26C57-L26C97" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.GetNonce", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L30C52-L30C69" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.GetExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L35C13-L57C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.ProcessResponse(System.ReadOnlyMemory{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L62C13-L70C48" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L148C13-L148C51" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L153C13-L161C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.CreateFromSignerInfo(System.Security.Cryptography.Pkcs.SignerInfo,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.Oid,System.Nullable{System.ReadOnlyMemory{System.Byte}},System.Boolean,System.Security.Cryptography.X509Certificates.X509ExtensionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L172C13-L188C29" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.CreateFromData(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.Oid,System.Nullable{System.ReadOnlyMemory{System.Byte}},System.Boolean,System.Security.Cryptography.X509Certificates.X509ExtensionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L199C20-L212C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.CreateFromHash(System.ReadOnlyMemory{System.Byte},System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.Oid,System.Nullable{System.ReadOnlyMemory{System.Byte}},System.Boolean,System.Security.Cryptography.X509Certificates.X509ExtensionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L222C13-L230C29" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.CreateFromHash(System.ReadOnlyMemory{System.Byte},System.Security.Cryptography.Oid,System.Security.Cryptography.Oid,System.Nullable{System.ReadOnlyMemory{System.Byte}},System.Boolean,System.Security.Cryptography.X509Certificates.X509ExtensionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L267C13-L341C15" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.TryDecode(System.ReadOnlyMemory{System.Byte},System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L359C17-L383C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L25C31-L25C50" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.HashAlgorithmId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L27C39-L27C127" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.RequestedPolicyId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L28C42-L28C142" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.RequestSignerCertificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L29C49-L29C68" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.HasExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L31C38-L31C72" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.AsSignedCms", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L40C43-L40C58" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.VerifySignatureForData(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.X509Certificates.X509Certificate2@,System.Security.Cryptography.X509Certificates.X509Certificate2Collection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L79C13-L94C26" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.VerifySignatureForHash(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.X509Certificates.X509Certificate2@,System.Security.Cryptography.X509Certificates.X509Certificate2Collection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L103C13-L118C26" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.VerifySignatureForHash(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.Oid,System.Security.Cryptography.X509Certificates.X509Certificate2@,System.Security.Cryptography.X509Certificates.X509Certificate2Collection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L127C13-L151C26" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.VerifySignatureForSignerInfo(System.Security.Cryptography.Pkcs.SignerInfo,System.Security.Cryptography.X509Certificates.X509Certificate2@,System.Security.Cryptography.X509Certificates.X509Certificate2Collection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L159C13-L167C34" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.TryDecode(System.ReadOnlyMemory{System.Byte},System.Security.Cryptography.Pkcs.Rfc3161TimestampToken@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L298C13-L428C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.TokenInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L23C54-L23C58" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.#ctor(System.Security.Cryptography.Oid,System.Security.Cryptography.Oid,System.ReadOnlyMemory{System.Byte},System.ReadOnlyMemory{System.Byte},System.DateTimeOffset,System.Nullable{System.Int64},System.Boolean,System.Nullable{System.ReadOnlyMemory{System.Byte}},System.Nullable{System.ReadOnlyMemory{System.Byte}},System.Security.Cryptography.X509Certificates.X509ExtensionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L40C9-L69C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.GetMessageHash", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L99C57-L99C97" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.GetSerialNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L105C58-L105C82" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.GetNonce", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L130C52-L130C69" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.GetTimestampAuthorityName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L149C13-L164C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.GetExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L173C13-L195C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L204C13-L204C51" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L215C13-L223C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.TryDecode(System.ReadOnlyMemory{System.Byte},System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L238C13-L246C26" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L81C31-L81C50" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.PolicyId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L87C32-L87C82" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.HashAlgorithmId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L93C39-L93C127" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.Timestamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L111C44-L111C63" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.AccuracyInMicroseconds", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L118C48-L118C81" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.IsOrdering", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L124C35-L124C55" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.HasExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L136C38-L136C72" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Security.Cryptography.ProtectedData.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Security.Cryptography.ProtectedData.json deleted file mode 100644 index df901fd39d2..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Security.Cryptography.ProtectedData.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "Assembly": "System.Security.Cryptography.ProtectedData", - "GUID": "C1BC84A9F2164E4AB1408E7771280D26FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "F:System.Security.Cryptography.DataProtectionScope.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/DataProtectionScope.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.DataProtectionScope.CurrentUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/DataProtectionScope.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.DataProtectionScope.LocalMachine", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/DataProtectionScope.cs" - } - ], - "DocsId": "T:System.Security.Cryptography.DataProtectionScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/DataProtectionScope.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.ProtectedData.Protect(System.Byte[],System.Byte[],System.Security.Cryptography.DataProtectionScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs#L19C13-L21C88" - }, - { - "DocsId": "M:System.Security.Cryptography.ProtectedData.Unprotect(System.Byte[],System.Byte[],System.Security.Cryptography.DataProtectionScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs#L26C13-L28C94" - } - ], - "DocsId": "T:System.Security.Cryptography.ProtectedData", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Security.Cryptography.Xml.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Security.Cryptography.Xml.json deleted file mode 100644 index c192f45900f..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Security.Cryptography.Xml.json +++ /dev/null @@ -1,1924 +0,0 @@ -{ - "Assembly": "System.Security.Cryptography.Xml", - "GUID": "D6ED4C99C04543329C4C4B3752FCFEB3FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.CipherData.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L14C9-L14C32" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.CipherData.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L16C9-L19C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.CipherData.#ctor(System.Security.Cryptography.Xml.CipherReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L21C9-L24C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.CipherData.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L66C13-L70C37" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.CipherData.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L95C13-L123C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.CipherData.CipherReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L36C19-L36C43" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.CipherData.CipherValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L51C19-L51C39" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.CipherData", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.CipherReference.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs#L12C36-L15C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.CipherReference.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs#L17C46-L20C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.CipherReference.#ctor(System.String,System.Security.Cryptography.Xml.TransformChain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs#L22C77-L25C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.CipherReference.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs#L44C13-L48C37" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.CipherReference.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs#L70C13-L88C10" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.CipherReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CryptoSignedXmlRecursionException.cs#L19C54-L19C64" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CryptoSignedXmlRecursionException.cs#L20C68-L20C85" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CryptoSignedXmlRecursionException.cs#L21C85-L21C109" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CryptoSignedXmlRecursionException.cs#L22C105-L22C128" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CryptoSignedXmlRecursionException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.DataObject.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L20C9-L24C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.DataObject.#ctor(System.String,System.String,System.String,System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L26C9-L39C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.DataObject.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L107C13-L111C37" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.DataObject.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L138C13-L154C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.DataObject.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L47C19-L47C30" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.DataObject.MimeType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L57C19-L57C36" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.DataObject.Encoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L67C19-L67C36" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.DataObject.Data", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L77C19-L77C34" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.DataObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.DataReference.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataReference.cs#L8C34-L11C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.DataReference.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataReference.cs#L13C44-L16C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.DataReference.#ctor(System.String,System.Security.Cryptography.Xml.TransformChain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataReference.cs#L18C75-L21C10" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.DataReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataReference.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.DSAKeyValue.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs#L21C9-L24C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.DSAKeyValue.#ctor(System.Security.Cryptography.DSA)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs#L26C9-L29C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.DSAKeyValue.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs#L56C13-L58C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.DSAKeyValue.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs#L143C13-L200C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.DSAKeyValue.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs#L37C19-L37C31" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.DSAKeyValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedData.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedData.cs#L12C13-L66C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedData.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedData.cs#L70C13-L74C37" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedData.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedData.cs" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.EncryptedData", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedData.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedKey.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L14C9-L14C34" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedKey.AddReference(System.Security.Cryptography.Xml.DataReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L40C13-L41C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedKey.AddReference(System.Security.Cryptography.Xml.KeyReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L45C13-L46C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedKey.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L50C13-L140C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedKey.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L144C13-L148C37" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedKey.Recipient", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L18C20-L18C47" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedKey.CarriedKeyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L28C19-L28C42" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedKey.ReferenceList", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L36C47-L36C85" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.EncryptedKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedReference.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L15C42-L17C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedReference.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L19C52-L21C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedReference.#ctor(System.String,System.Security.Cryptography.Xml.TransformChain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L23C9-L28C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedReference.AddTransform(System.Security.Cryptography.Xml.Transform)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L54C13-L55C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedReference.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L77C13-L81C37" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedReference.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L103C13-L124C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedReference.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L32C19-L32C31" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedReference.TransformChain", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L44C20-L44C60" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedReference.ReferenceType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L59C19-L59C41" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedReference.CacheValid", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L71C17-L71C45" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.EncryptedReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedType.AddProperty(System.Security.Cryptography.Xml.EncryptionProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L88C13-L89C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedType.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedType.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedType.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L30C19-L30C30" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L40C19-L40C32" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.MimeType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L50C19-L50C36" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.Encoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L60C19-L60C36" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.KeyInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L70C20-L70C46" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.EncryptionMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L76C19-L76C44" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.EncryptionProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L84C77-L84C122" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.CipherData", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L93C20-L93C52" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.EncryptedType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L78C33-L78C60" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.#ctor(System.Xml.XmlDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L80C53-L80C77" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.#ctor(System.Xml.XmlDocument,System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L82C9-L95C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.GetIdElement(System.Xml.XmlDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L258C13-L258C69" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionIV(System.Security.Cryptography.Xml.EncryptedData,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L264C13-L295C23" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(System.Security.Cryptography.Xml.EncryptedData,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L302C13-L383C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.DecryptEncryptedKey(System.Security.Cryptography.Xml.EncryptedKey)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L389C13-L501C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.AddKeyNameMapping(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L511C13-L523C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.ClearKeyNameMappings", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L527C13-L528C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.Encrypt(System.Xml.XmlElement,System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L534C13-L571C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.Encrypt(System.Xml.XmlElement,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L578C13-L652C23" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L661C13-L678C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.EncryptData(System.Byte[],System.Security.Cryptography.SymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L683C13-L724C27" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.EncryptData(System.Xml.XmlElement,System.Security.Cryptography.SymmetricAlgorithm,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L730C13-L740C63" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.DecryptData(System.Security.Cryptography.Xml.EncryptedData,System.Security.Cryptography.SymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L746C13-L791C27" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.ReplaceData(System.Xml.XmlElement,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L797C13-L862C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.ReplaceElement(System.Xml.XmlElement,System.Security.Cryptography.Xml.EncryptedData,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L871C13-L896C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.EncryptKey(System.Byte[],System.Security.Cryptography.SymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L901C13-L923C102" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.EncryptKey(System.Byte[],System.Security.Cryptography.RSA,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L931C13-L948C64" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.DecryptKey(System.Byte[],System.Security.Cryptography.SymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L955C13-L977C102" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.DecryptKey(System.Byte[],System.Security.Cryptography.RSA,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L984C13-L1001C67" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncNamespaceUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncElementUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncElementContentUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncEncryptedKeyUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncDESUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncTripleDESUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncAES128Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncAES256Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncAES192Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncRSA15Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncRSAOAEPUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncTripleDESKeyWrapUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncAES128KeyWrapUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncAES256KeyWrapUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncAES192KeyWrapUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncSHA256Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncSHA512Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedXml.XmlDSigSearchDepth", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L118C17-L118C44" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedXml.DocumentEvidence", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L129C19-L129C36" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedXml.Resolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L136C19-L136C39" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedXml.Padding", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L144C19-L144C35" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedXml.Mode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L152C19-L152C32" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedXml.Encoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L159C19-L159C36" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedXml.Recipient", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L167C20-L167C47" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.EncryptedXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionMethod.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L14C9-L17C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionMethod.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L19C9-L23C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionMethod.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L57C13-L61C37" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionMethod.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L82C13-L101C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptionMethod.KeySize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L35C19-L35C35" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptionMethod.KeyAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L47C19-L47C37" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.EncryptionMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionProperty.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L16C9-L16C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionProperty.#ctor(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L18C9-L30C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionProperty.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L67C13-L71C37" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionProperty.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L81C13-L94C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptionProperty.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L34C19-L34C30" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptionProperty.Target", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L39C19-L39C34" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptionProperty.PropertyElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L44C19-L44C36" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.EncryptionProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L19C13-L19C43" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L30C13-L33C38" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Add(System.Security.Cryptography.Xml.EncryptionProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L38C13-L38C38" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L43C13-L44C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L49C13-L52C43" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Contains(System.Security.Cryptography.Xml.EncryptionProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L57C13-L57C43" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L63C13-L66C42" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.IndexOf(System.Security.Cryptography.Xml.EncryptionProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L71C13-L71C42" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L77C13-L81C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Insert(System.Int32,System.Security.Cryptography.Xml.EncryptionProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L85C13-L86C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L91C13-L95C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Remove(System.Security.Cryptography.Xml.EncryptionProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L99C13-L100C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L104C13-L105C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L119C13-L119C54" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L138C19-L138C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#set_Item(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L141C17-L145C14" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L150C13-L151C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.CopyTo(System.Security.Cryptography.Xml.EncryptionProperty[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L155C13-L156C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L24C19-L24C39" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L109C19-L109C45" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L114C19-L114C44" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.ItemOf(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L127C17-L127C65" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L138C19-L138C40" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L160C19-L160C42" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L165C19-L165C48" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.EncryptionPropertyCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.IRelDecryptor.Decrypt(System.Security.Cryptography.Xml.EncryptionMethod,System.Security.Cryptography.Xml.KeyInfo,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/IRelDecryptor.cs" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.IRelDecryptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/IRelDecryptor.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfo.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L18C9-L21C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfo.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L35C13-L37C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfo.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L63C13-L111C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfo.AddClause(System.Security.Cryptography.Xml.KeyInfoClause)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L124C13-L125C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfo.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L129C13-L129C52" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfo.GetEnumerator(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L134C13-L146C50" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.KeyInfo.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L29C19-L29C30" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.KeyInfo.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L115C19-L115C48" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.KeyInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoClause.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoClause.cs#L14C9-L14C38" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoClause.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoClause.cs" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoClause.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoClause.cs" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.KeyInfoClause", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoEncryptedKey.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs#L12C9-L12C41" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoEncryptedKey.#ctor(System.Security.Cryptography.Xml.EncryptedKey)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs#L14C9-L17C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoEncryptedKey.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs#L27C13-L29C43" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoEncryptedKey.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs#L41C13-L43C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoEncryptedKey.EncryptedKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs#L21C19-L21C40" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.KeyInfoEncryptedKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoName.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs#L16C32-L16C46" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoName.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs#L18C9-L21C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoName.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs#L39C13-L41C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoName.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs#L53C13-L60C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoName.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs#L29C19-L29C35" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.KeyInfoName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoNode.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs#L17C9-L17C33" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoNode.#ctor(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs#L19C9-L22C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoNode.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs#L40C13-L42C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoNode.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs#L52C13-L53C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoNode.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs#L30C19-L30C32" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.KeyInfoNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L17C9-L17C44" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L19C9-L22C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L24C9-L28C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L48C13-L50C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L68C13-L75C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L36C19-L36C31" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L42C19-L42C32" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L29C9-L29C37" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L31C9-L35C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L37C9-L40C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509IncludeOption)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L42C9-L94C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.AddCertificate(System.Security.Cryptography.X509Certificates.X509Certificate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L107C13-L116C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.AddSubjectKeyId(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L125C13-L127C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.AddSubjectKeyId(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L131C13-L133C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.AddSubjectName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L142C13-L144C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.AddIssuerSerial(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L153C13-L165C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L199C13-L201C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L265C13-L312C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoX509Data.Certificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L102C19-L102C40" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoX509Data.SubjectKeyIds", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L120C19-L120C41" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoX509Data.SubjectNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L137C19-L137C40" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoX509Data.IssuerSerials", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L148C19-L148C41" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoX509Data.CRL", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L176C19-L176C31" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.KeyInfoX509Data", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyReference.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyReference.cs#L8C33-L11C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyReference.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyReference.cs#L13C43-L16C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyReference.#ctor(System.String,System.Security.Cryptography.Xml.TransformChain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyReference.cs#L18C74-L21C10" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.KeyReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyReference.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.Reference.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L31C9-L38C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Reference.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L40C9-L47C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Reference.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L49C9-L57C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Reference.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L156C13-L160C37" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Reference.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L205C13-L320C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Reference.AddTransform(System.Security.Cryptography.Xml.Transform)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L324C13-L331C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Reference.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L74C19-L74C30" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Reference.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L80C19-L80C31" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Reference.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L90C19-L90C32" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Reference.DigestMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L100C19-L100C40" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Reference.DigestValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L110C19-L110C39" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Reference.TransformChain", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L120C20-L120C60" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.Reference", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L19C13-L19C48" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L29C13-L37C43" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L42C13-L43C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L47C13-L47C48" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L52C13-L52C47" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L57C13-L66C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L70C13-L71C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L75C13-L76C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L80C13-L80C59" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.System#Collections#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L99C19-L99C45" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.System#Collections#IList#set_Item(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L102C17-L109C14" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L114C13-L115C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.System#Collections#IList#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L119C19-L119C50" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.System#Collections#IList#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L124C19-L124C49" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.ReferenceList.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L24C19-L24C44" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.ReferenceList.ItemOf(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L88C17-L88C36" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.ReferenceList.System#Collections#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L99C19-L99C45" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.ReferenceList.System#Collections#IList#IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L119C19-L119C50" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.ReferenceList.System#Collections#IList#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L124C19-L124C49" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.ReferenceList.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L129C19-L129C47" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.ReferenceList.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L134C19-L134C53" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.ReferenceList", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.RSAKeyValue.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs#L16C9-L19C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.RSAKeyValue.#ctor(System.Security.Cryptography.RSA)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs#L21C9-L24C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.RSAKeyValue.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs#L51C13-L53C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.RSAKeyValue.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs#L98C13-L131C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.RSAKeyValue.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs#L32C19-L32C31" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.RSAKeyValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.Signature.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L30C9-L34C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Signature.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L86C13-L88C37" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Signature.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L133C13-L223C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Signature.AddObject(System.Security.Cryptography.Xml.DataObject)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L227C13-L228C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Signature.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L42C19-L42C30" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Signature.SignedInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L48C19-L48C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Signature.SignatureValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L59C19-L59C42" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Signature.KeyInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L65C20-L65C46" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Signature.ObjectList", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L71C19-L71C43" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.Signature", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedInfo.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L26C9-L29C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedInfo.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L33C13-L33C47" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedInfo.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L38C13-L38C47" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedInfo.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L152C13-L156C37" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedInfo.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L202C13-L277C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedInfo.AddReference(System.Security.Cryptography.Xml.Reference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L281C13-L288C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L43C19-L43C53" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L48C19-L48C53" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L53C19-L53C53" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L58C19-L58C53" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L67C19-L67C30" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.CanonicalizationMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L80C17-L82C48" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.CanonicalizationMethodObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L95C17-L103C57" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.SignatureMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L109C19-L109C43" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.SignatureLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L119C19-L119C43" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.References", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L129C19-L129C38" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.SignedInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L31C9-L91C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.#ctor(System.Xml.XmlDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L31C9-L101C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.#ctor(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L31C9-L111C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L209C13-L212C45" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L217C13-L227C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.AddReference(System.Security.Cryptography.Xml.Reference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L235C13-L236C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.AddObject(System.Security.Cryptography.Xml.DataObject)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L240C13-L241C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.CheckSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L245C13-L245C54" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.CheckSignatureReturningKey(System.Security.Cryptography.AsymmetricAlgorithm@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L250C13-L272C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.CheckSignature(System.Security.Cryptography.AsymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L277C13-L296C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.CheckSignature(System.Security.Cryptography.KeyedHashAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L301C13-L319C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.CheckSignature(System.Security.Cryptography.X509Certificates.X509Certificate2,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L324C13-L370C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.ComputeSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L374C13-L418C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.ComputeSignature(System.Security.Cryptography.KeyedHashAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L422C13-L458C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.GetPublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L466C13-L502C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.GetIdElement(System.Xml.XmlDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L536C13-L536C59" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.m_signature", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.m_strSigningKeyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigNamespaceUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigMinimalCanonicalizationUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigCanonicalizationUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigCanonicalizationWithCommentsUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigSHA1Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigDSAUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigRSASHA1Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigHMACSHA1Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigSHA256Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigRSASHA256Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigSHA384Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigRSASHA384Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigSHA512Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigRSASHA512Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigC14NTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigC14NWithCommentsTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigExcC14NTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigExcC14NWithCommentsTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigBase64TransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigXPathTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigXsltTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigEnvelopedSignatureTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDecryptionTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlLicenseTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SigningKeyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L132C19-L132C46" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.Resolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L142C17-L144C14" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SignatureFormatValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L154C19-L154C52" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SafeCanonicalizationMethods", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L160C19-L160C55" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SigningKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L165C19-L165C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.EncryptedXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L171C20-L171C67" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.Signature", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L177C19-L177C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SignedInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L182C19-L182C49" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SignatureMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L187C19-L187C65" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SignatureLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L192C19-L192C65" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SignatureValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L197C19-L197C53" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.KeyInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L202C19-L202C46" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.SignedXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.Transform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L55C9-L55C34" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Transform.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L116C13-L118C37" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Transform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Transform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Transform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Transform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Transform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Transform.GetDigestedOutput(System.Security.Cryptography.HashAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L154C13-L154C72" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Transform.Algorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L63C19-L63C37" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Transform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Transform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Transform.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L161C17-L169C43" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Transform.PropagatedNamespaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L181C17-L216C46" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.Transform", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.TransformChain.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs#L28C9-L31C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.TransformChain.Add(System.Security.Cryptography.Xml.Transform)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs#L35C13-L37C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.TransformChain.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs#L41C13-L41C48" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.TransformChain.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs#L46C19-L46C44" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.TransformChain.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs#L53C17-L55C54" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.TransformChain", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L15C9-L27C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.IsTargetElement(System.Xml.XmlElement,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L33C13-L39C26" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.AddExceptUri(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L73C13-L79C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L83C13-L110C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L114C13-L126C39" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L131C13-L139C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L258C13-L262C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L267C13-L270C108" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDecryptionTransform.EncryptedXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L46C17-L56C30" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDecryptionTransform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L63C19-L63C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDecryptionTransform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L68C19-L68C39" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.XmlDecryptionTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L13C9-L20C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L34C9-L34C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L38C13-L38C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L43C13-L58C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L121C13-L121C24" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L126C13-L128C24" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigBase64Transform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L24C19-L24C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigBase64Transform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L29C19-L29C39" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigBase64Transform", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L11C9-L19C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L11C9-L25C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L39C13-L41C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L45C13-L45C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L50C13-L67C99" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L73C13-L73C55" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L78C13-L80C55" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.GetDigestedOutput(System.Security.Cryptography.HashAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L85C13-L85C49" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigC14NTransform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L29C19-L29C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigC14NTransform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L34C19-L34C39" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigC14NTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NWithCommentsTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NWithCommentsTransform.cs#L9C15-L12C10" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigC14NWithCommentsTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NWithCommentsTransform.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L11C9-L27C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L11C9-L34C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L49C13-L51C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L56C13-L56C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L61C13-L76C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L122C13-L174C44" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L180C13-L192C108" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L38C19-L38C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L43C19-L43C39" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L17C44-L17C65" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L19C64-L19C95" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L21C80-L21C126" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.#ctor(System.Boolean,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L11C9-L28C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L48C13-L73C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L77C13-L91C99" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L96C13-L105C39" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L110C13-L110C66" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L115C13-L117C66" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.GetDigestedOutput(System.Security.Cryptography.HashAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L122C13-L122C60" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.InclusiveNamespacesPrefixList", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L32C19-L32C57" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L38C19-L38C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L43C19-L43C39" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NWithCommentsTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NWithCommentsTransform.cs#L12C56-L15C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NWithCommentsTransform.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NWithCommentsTransform.cs#L17C92-L20C10" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigExcC14NWithCommentsTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NWithCommentsTransform.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L14C9-L23C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L38C13-L84C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L88C13-L115C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L120C13-L132C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L161C13-L188C35" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L193C13-L195C45" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigXPathTransform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L27C19-L27C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigXPathTransform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L32C19-L32C39" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigXPathTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L13C9-L23C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L13C9-L29C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L49C13-L73C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L77C13-L77C30" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L82C13-L106C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L116C13-L139C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L143C13-L145C40" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigXsltTransform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L35C17-L35C36" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigXsltTransform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L43C17-L43C37" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigXsltTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlLicenseTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L11C9-L22C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlLicenseTransform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L97C13-L97C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlLicenseTransform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L102C13-L102C29" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlLicenseTransform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L107C13-L110C32" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlLicenseTransform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L116C13-L118C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlLicenseTransform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L123C13-L174C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlLicenseTransform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L26C19-L26C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlLicenseTransform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L31C19-L31C39" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlLicenseTransform.Decryptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L36C19-L36C40" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.XmlLicenseTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Security.Permissions.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Security.Permissions.json deleted file mode 100644 index 3d63d790514..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Security.Permissions.json +++ /dev/null @@ -1,6466 +0,0 @@ -{ - "Assembly": "System.Security.Permissions", - "GUID": "5971CCDDA58042F89FAB5E5B47C3DAEAFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.ApplicationIdentity.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs#L12C9-L12C75" - }, - { - "DocsId": "M:System.ApplicationIdentity.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs#L20C45-L20C57" - }, - { - "DocsId": "M:System.ApplicationIdentity.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs#L23C13-L23C55" - }, - { - "DocsId": "P:System.ApplicationIdentity.FullName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs#L18C40-L18C52" - }, - { - "DocsId": "P:System.ApplicationIdentity.CodeBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs#L19C40-L19C52" - } - ], - "DocsId": "T:System.ApplicationIdentity", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L26C77-L18C61" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.#ctor(System.Xaml.Permissions.XamlAccessLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L26C77-L19C69" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.#ctor(System.Collections.Generic.IEnumerable{System.Xaml.Permissions.XamlAccessLevel})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L26C77-L20C82" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L22C51-L22C85" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L24C45-L24C71" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L27C46-L27C106" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L28C62-L28C63" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.Includes(System.Xaml.Permissions.XamlAccessLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L29C65-L29C77" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L30C69-L30C129" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L31C63-L31C75" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L32C51-L32C83" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L33C64-L33C124" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L34C40-L34C52" - }, - { - "DocsId": "P:System.Xaml.Permissions.XamlLoadPermission.AllowedAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L26C55-L26C59" - } - ], - "DocsId": "T:System.Xaml.Permissions.XamlLoadPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.AspNetHostingPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L14C9-L14C66" - }, - { - "DocsId": "M:System.Web.AspNetHostingPermission.#ctor(System.Web.AspNetHostingPermissionLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L15C9-L15C79" - }, - { - "DocsId": "M:System.Web.AspNetHostingPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L17C41-L17C46" - }, - { - "DocsId": "M:System.Web.AspNetHostingPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L18C46-L18C58" - }, - { - "DocsId": "M:System.Web.AspNetHostingPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L19C65-L19C77" - }, - { - "DocsId": "M:System.Web.AspNetHostingPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L20C69-L20C81" - }, - { - "DocsId": "M:System.Web.AspNetHostingPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L21C64-L21C69" - }, - { - "DocsId": "M:System.Web.AspNetHostingPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L22C73-L22C74" - }, - { - "DocsId": "M:System.Web.AspNetHostingPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L23C51-L23C63" - }, - { - "DocsId": "P:System.Web.AspNetHostingPermission.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L16C53-L16C57" - } - ], - "DocsId": "T:System.Web.AspNetHostingPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.AspNetHostingPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionAttribute.cs#L15C74-L15C90" - }, - { - "DocsId": "M:System.Web.AspNetHostingPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionAttribute.cs#L17C58-L17C70" - }, - { - "DocsId": "P:System.Web.AspNetHostingPermissionAttribute.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionAttribute.cs#L16C53-L16C57" - } - ], - "DocsId": "T:System.Web.AspNetHostingPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Web.AspNetHostingPermissionLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" - }, - { - "DocsId": "F:System.Web.AspNetHostingPermissionLevel.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" - }, - { - "DocsId": "F:System.Web.AspNetHostingPermissionLevel.Minimal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" - }, - { - "DocsId": "F:System.Web.AspNetHostingPermissionLevel.Low", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" - }, - { - "DocsId": "F:System.Web.AspNetHostingPermissionLevel.Medium", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" - }, - { - "DocsId": "F:System.Web.AspNetHostingPermissionLevel.High", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" - }, - { - "DocsId": "F:System.Web.AspNetHostingPermissionLevel.Unrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" - } - ], - "DocsId": "T:System.Web.AspNetHostingPermissionLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Transactions.DistributedTransactionPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L14C9-L14C75" - }, - { - "DocsId": "M:System.Transactions.DistributedTransactionPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L15C46-L15C58" - }, - { - "DocsId": "M:System.Transactions.DistributedTransactionPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L16C73-L16C74" - }, - { - "DocsId": "M:System.Transactions.DistributedTransactionPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L17C69-L17C81" - }, - { - "DocsId": "M:System.Transactions.DistributedTransactionPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L18C64-L18C69" - }, - { - "DocsId": "M:System.Transactions.DistributedTransactionPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L19C41-L19C46" - }, - { - "DocsId": "M:System.Transactions.DistributedTransactionPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L20C51-L20C63" - }, - { - "DocsId": "M:System.Transactions.DistributedTransactionPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L21C65-L21C77" - } - ], - "DocsId": "T:System.Transactions.DistributedTransactionPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Transactions.DistributedTransactionPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermissionAttribute.cs#L15C83-L15C99" - }, - { - "DocsId": "M:System.Transactions.DistributedTransactionPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermissionAttribute.cs#L17C58-L17C70" - }, - { - "DocsId": "P:System.Transactions.DistributedTransactionPermissionAttribute.Unrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermissionAttribute.cs#L16C40-L16C44" - } - ], - "DocsId": "T:System.Transactions.DistributedTransactionPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs#L13C9-L13C49" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs#L14C69-L14C84" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermission.#ctor(System.ServiceProcess.ServiceControllerPermissionAccess,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs#L15C9-L15C139" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermission.#ctor(System.ServiceProcess.ServiceControllerPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs#L16C9-L16C107" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceControllerPermission.PermissionEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs#L17C86-L17C90" - } - ], - "DocsId": "T:System.ServiceProcess.ServiceControllerPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceProcess.ServiceControllerPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAccess.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceControllerPermissionAccess.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAccess.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceControllerPermissionAccess.Browse", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAccess.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceControllerPermissionAccess.Control", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAccess.cs" - } - ], - "DocsId": "T:System.ServiceProcess.ServiceControllerPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAccess.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs#L15C77-L15C93" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs#L19C58-L19C86" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceControllerPermissionAttribute.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs#L16C44-L16C48" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceControllerPermissionAttribute.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs#L17C76-L17C118" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceControllerPermissionAttribute.ServiceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs#L18C44-L18C48" - } - ], - "DocsId": "T:System.ServiceProcess.ServiceControllerPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntry.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs#L8C9-L8C54" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntry.#ctor(System.ServiceProcess.ServiceControllerPermissionAccess,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs#L9C9-L9C144" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceControllerPermissionEntry.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs#L10C44-L10C48" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceControllerPermissionEntry.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs#L11C76-L11C118" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceControllerPermissionEntry.ServiceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs#L12C44-L12C48" - } - ], - "DocsId": "T:System.ServiceProcess.ServiceControllerPermissionEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.Add(System.ServiceProcess.ServiceControllerPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L12C66-L12C75" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.AddRange(System.ServiceProcess.ServiceControllerPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L13C74-L13C75" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.AddRange(System.ServiceProcess.ServiceControllerPermissionEntryCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L14C82-L14C83" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.Contains(System.ServiceProcess.ServiceControllerPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L15C72-L15C85" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.CopyTo(System.ServiceProcess.ServiceControllerPermissionEntry[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L16C83-L16C84" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.IndexOf(System.ServiceProcess.ServiceControllerPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L17C70-L17C79" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.Insert(System.Int32,System.ServiceProcess.ServiceControllerPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L18C81-L18C82" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.OnClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L19C45-L19C46" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.OnInsert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L20C69-L20C70" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.OnRemove(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L21C69-L21C70" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.OnSet(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L22C86-L22C87" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.Remove(System.ServiceProcess.ServiceControllerPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L23C70-L23C71" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceControllerPermissionEntryCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L11C73-L11C85" - } - ], - "DocsId": "T:System.ServiceProcess.ServiceControllerPermissionEntryCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.CodeAccessPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L11C9-L11C45" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.Assert", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L12C32-L12C33" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.Demand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L14C32-L14C33" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.Deny", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L16C30-L16C99" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L17C52-L17C68" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L19C46-L19C64" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.PermitOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L22C36-L22C105" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.RevertAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L23C42-L23C43" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.RevertAssert", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L24C45-L24C46" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.RevertDeny", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L26C43-L26C44" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.RevertPermitOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L27C49-L27C50" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L28C46-L28C61" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L30C63-L30C91" - } - ], - "DocsId": "T:System.Security.CodeAccessPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.HostProtectionException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L21C44-L26C10" - }, - { - "DocsId": "M:System.Security.HostProtectionException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L28C58-L33C10" - }, - { - "DocsId": "M:System.Security.HostProtectionException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L35C71-L40C10" - }, - { - "DocsId": "M:System.Security.HostProtectionException.#ctor(System.String,System.Security.Permissions.HostProtectionResource,System.Security.Permissions.HostProtectionResource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L43C15-L48C10" - }, - { - "DocsId": "M:System.Security.HostProtectionException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L51C15-L55C10" - }, - { - "DocsId": "M:System.Security.HostProtectionException.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L75C13-L80C34" - }, - { - "DocsId": "M:System.Security.HostProtectionException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L85C13-L88C10" - }, - { - "DocsId": "P:System.Security.HostProtectionException.DemandedResources", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L57C59-L57C63" - }, - { - "DocsId": "P:System.Security.HostProtectionException.ProtectedResources", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L59C60-L59C64" - } - ], - "DocsId": "T:System.Security.HostProtectionException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.HostSecurityManager.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L11C9-L11C41" - }, - { - "DocsId": "M:System.Security.HostSecurityManager.DetermineApplicationTrust(System.Security.Policy.Evidence,System.Security.Policy.Evidence,System.Security.Policy.TrustManagerContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L14C156-L14C189" - }, - { - "DocsId": "M:System.Security.HostSecurityManager.ProvideAppDomainEvidence(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L15C84-L15C109" - }, - { - "DocsId": "M:System.Security.HostSecurityManager.ProvideAssemblyEvidence(System.Reflection.Assembly,System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L16C126-L16C151" - }, - { - "DocsId": "M:System.Security.HostSecurityManager.ResolvePolicy(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L18C73-L18C103" - }, - { - "DocsId": "M:System.Security.HostSecurityManager.GenerateAppDomainEvidence(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L19C84-L19C96" - }, - { - "DocsId": "M:System.Security.HostSecurityManager.GenerateAssemblyEvidence(System.Type,System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L20C102-L20C114" - }, - { - "DocsId": "M:System.Security.HostSecurityManager.GetHostSuppliedAppDomainEvidenceTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L21C73-L21C85" - }, - { - "DocsId": "M:System.Security.HostSecurityManager.GetHostSuppliedAssemblyEvidenceTypes(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L22C89-L22C101" - }, - { - "DocsId": "P:System.Security.HostSecurityManager.DomainPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L12C57-L12C85" - }, - { - "DocsId": "P:System.Security.HostSecurityManager.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L13C65-L13C108" - } - ], - "DocsId": "T:System.Security.HostSecurityManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.HostSecurityManagerOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" - }, - { - "DocsId": "F:System.Security.HostSecurityManagerOptions.AllFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" - }, - { - "DocsId": "F:System.Security.HostSecurityManagerOptions.HostAppDomainEvidence", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" - }, - { - "DocsId": "F:System.Security.HostSecurityManagerOptions.HostAssemblyEvidence", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" - }, - { - "DocsId": "F:System.Security.HostSecurityManagerOptions.HostDetermineApplicationTrust", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" - }, - { - "DocsId": "F:System.Security.HostSecurityManagerOptions.HostPolicyLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" - }, - { - "DocsId": "F:System.Security.HostSecurityManagerOptions.HostResolvePolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" - }, - { - "DocsId": "F:System.Security.HostSecurityManagerOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" - } - ], - "DocsId": "T:System.Security.HostSecurityManagerOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Security.IEvidenceFactory.Evidence", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/IEvidenceFactory.cs" - } - ], - "DocsId": "T:System.Security.IEvidenceFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/IEvidenceFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.ISecurityPolicyEncodable.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/ISecurityPolicyEncodable.cs" - }, - { - "DocsId": "M:System.Security.ISecurityPolicyEncodable.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/ISecurityPolicyEncodable.cs" - } - ], - "DocsId": "T:System.Security.ISecurityPolicyEncodable", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/ISecurityPolicyEncodable.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.NamedPermissionSet.#ctor(System.Security.NamedPermissionSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L13C65-L13C99" - }, - { - "DocsId": "M:System.Security.NamedPermissionSet.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L14C50-L14C84" - }, - { - "DocsId": "M:System.Security.NamedPermissionSet.#ctor(System.String,System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L15C73-L15C107" - }, - { - "DocsId": "M:System.Security.NamedPermissionSet.#ctor(System.String,System.Security.PermissionSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L16C73-L16C107" - }, - { - "DocsId": "M:System.Security.NamedPermissionSet.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L19C48-L19C78" - }, - { - "DocsId": "M:System.Security.NamedPermissionSet.Copy(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L20C55-L20C90" - }, - { - "DocsId": "M:System.Security.NamedPermissionSet.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L21C50-L21C64" - }, - { - "DocsId": "M:System.Security.NamedPermissionSet.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L22C60-L22C61" - }, - { - "DocsId": "M:System.Security.NamedPermissionSet.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L23C46-L23C64" - }, - { - "DocsId": "M:System.Security.NamedPermissionSet.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L24C51-L24C83" - }, - { - "DocsId": "P:System.Security.NamedPermissionSet.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L17C37-L17C41" - }, - { - "DocsId": "P:System.Security.NamedPermissionSet.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L18C30-L18C34" - } - ], - "DocsId": "T:System.Security.NamedPermissionSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.PolicyLevelType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" - }, - { - "DocsId": "F:System.Security.PolicyLevelType.AppDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" - }, - { - "DocsId": "F:System.Security.PolicyLevelType.Enterprise", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" - }, - { - "DocsId": "F:System.Security.PolicyLevelType.Machine", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" - }, - { - "DocsId": "F:System.Security.PolicyLevelType.User", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" - } - ], - "DocsId": "T:System.Security.PolicyLevelType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.SecurityContext.Capture", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L14C51-L14C120" - }, - { - "DocsId": "M:System.Security.SecurityContext.CreateCopy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L15C47-L15C116" - }, - { - "DocsId": "M:System.Security.SecurityContext.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L16C33-L16C102" - }, - { - "DocsId": "M:System.Security.SecurityContext.IsFlowSuppressed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L17C49-L17C118" - }, - { - "DocsId": "M:System.Security.SecurityContext.IsWindowsIdentityFlowSuppressed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L18C64-L18C133" - }, - { - "DocsId": "M:System.Security.SecurityContext.RestoreFlow", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L19C44-L19C113" - }, - { - "DocsId": "M:System.Security.SecurityContext.Run(System.Security.SecurityContext,System.Threading.ContextCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L20C107-L20C176" - }, - { - "DocsId": "M:System.Security.SecurityContext.SuppressFlow", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L21C57-L21C126" - }, - { - "DocsId": "M:System.Security.SecurityContext.SuppressFlowWindowsIdentity", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L22C72-L22C141" - } - ], - "DocsId": "T:System.Security.SecurityContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.SecurityContextSource.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityContextSource.cs" - }, - { - "DocsId": "F:System.Security.SecurityContextSource.CurrentAppDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityContextSource.cs" - }, - { - "DocsId": "F:System.Security.SecurityContextSource.CurrentAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityContextSource.cs" - } - ], - "DocsId": "T:System.Security.SecurityContextSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityContextSource.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.SecurityManager.CurrentThreadRequiresSecurityContextCapture", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L18C76-L18C89" - }, - { - "DocsId": "M:System.Security.SecurityManager.GetStandardSandbox(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L19C77-L19C107" - }, - { - "DocsId": "M:System.Security.SecurityManager.GetZoneAndOrigin(System.Collections.ArrayList@,System.Collections.ArrayList@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L20C127-L20C222" - }, - { - "DocsId": "M:System.Security.SecurityManager.IsGranted(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L22C58-L22C71" - }, - { - "DocsId": "M:System.Security.SecurityManager.LoadPolicyLevelFromFile(System.String,System.Security.PolicyLevelType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L24C96-L24C124" - }, - { - "DocsId": "M:System.Security.SecurityManager.LoadPolicyLevelFromString(System.String,System.Security.PolicyLevelType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L26C97-L26C125" - }, - { - "DocsId": "M:System.Security.SecurityManager.PolicyHierarchy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L28C55-L28C83" - }, - { - "DocsId": "M:System.Security.SecurityManager.ResolvePolicy(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L30C72-L30C102" - }, - { - "DocsId": "M:System.Security.SecurityManager.ResolvePolicy(System.Security.Policy.Evidence,System.Security.PermissionSet,System.Security.PermissionSet,System.Security.PermissionSet,System.Security.PermissionSet@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L32C192-L32C271" - }, - { - "DocsId": "M:System.Security.SecurityManager.ResolvePolicy(System.Security.Policy.Evidence[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L34C98-L34C128" - }, - { - "DocsId": "M:System.Security.SecurityManager.ResolvePolicyGroups(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L36C99-L36C127" - }, - { - "DocsId": "M:System.Security.SecurityManager.ResolveSystemPolicy(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L38C101-L38C131" - }, - { - "DocsId": "M:System.Security.SecurityManager.SavePolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L40C43-L40C44" - }, - { - "DocsId": "M:System.Security.SecurityManager.SavePolicyLevel(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L42C65-L42C66" - }, - { - "DocsId": "P:System.Security.SecurityManager.CheckExecutionRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L15C51-L15C55" - }, - { - "DocsId": "P:System.Security.SecurityManager.SecurityEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L17C46-L17C50" - } - ], - "DocsId": "T:System.Security.SecurityManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.SecurityState.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityState.cs#L8C9-L8C38" - }, - { - "DocsId": "M:System.Security.SecurityState.EnsureState", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityState.cs" - }, - { - "DocsId": "M:System.Security.SecurityState.IsStateAvailable", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityState.cs#L10C42-L10C55" - } - ], - "DocsId": "T:System.Security.SecurityState", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityState.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.SecurityZone.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" - }, - { - "DocsId": "F:System.Security.SecurityZone.Internet", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" - }, - { - "DocsId": "F:System.Security.SecurityZone.Intranet", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" - }, - { - "DocsId": "F:System.Security.SecurityZone.MyComputer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" - }, - { - "DocsId": "F:System.Security.SecurityZone.NoZone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" - }, - { - "DocsId": "F:System.Security.SecurityZone.Trusted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" - }, - { - "DocsId": "F:System.Security.SecurityZone.Untrusted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" - } - ], - "DocsId": "T:System.Security.SecurityZone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.XmlSyntaxException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs#L12C9-L12C40" - }, - { - "DocsId": "M:System.Security.XmlSyntaxException.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs#L13C9-L13C54" - }, - { - "DocsId": "M:System.Security.XmlSyntaxException.#ctor(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs#L14C9-L14C70" - }, - { - "DocsId": "M:System.Security.XmlSyntaxException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs#L15C9-L15C54" - }, - { - "DocsId": "M:System.Security.XmlSyntaxException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs#L16C9-L16C71" - } - ], - "DocsId": "T:System.Security.XmlSyntaxException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.AllMembershipCondition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L8C9-L8C44" - }, - { - "DocsId": "M:System.Security.Policy.AllMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L9C48-L9C61" - }, - { - "DocsId": "M:System.Security.Policy.AllMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L10C46-L10C83" - }, - { - "DocsId": "M:System.Security.Policy.AllMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L11C50-L11C64" - }, - { - "DocsId": "M:System.Security.Policy.AllMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L12C50-L12C51" - }, - { - "DocsId": "M:System.Security.Policy.AllMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L13C69-L13C70" - }, - { - "DocsId": "M:System.Security.Policy.AllMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L14C46-L14C64" - }, - { - "DocsId": "M:System.Security.Policy.AllMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L15C46-L15C61" - }, - { - "DocsId": "M:System.Security.Policy.AllMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L16C42-L16C74" - }, - { - "DocsId": "M:System.Security.Policy.AllMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L17C59-L17C91" - } - ], - "DocsId": "T:System.Security.Policy.AllMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.ApplicationDirectory.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L8C9-L8C53" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectory.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L10C32-L10C44" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectory.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L11C50-L11C64" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectory.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L12C46-L12C64" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectory.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L13C46-L13C61" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationDirectory.Directory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L9C41-L9C53" - } - ], - "DocsId": "T:System.Security.Policy.ApplicationDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L8C9-L8C61" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L9C48-L9C61" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L10C46-L10C83" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L11C50-L11C64" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L12C50-L12C51" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L13C69-L13C70" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L14C46-L14C64" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L15C46-L15C61" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L16C42-L16C74" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L17C59-L17C91" - } - ], - "DocsId": "T:System.Security.Policy.ApplicationDirectoryMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.ApplicationTrust.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L10C9-L10C38" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrust.#ctor(System.ApplicationIdentity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L11C9-L11C66" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrust.#ctor(System.Security.PermissionSet,System.Collections.Generic.IEnumerable{System.Security.Policy.StrongName})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L15C9-L15C112" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrust.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L25C56-L25C57" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrust.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L26C42-L26C74" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrust.ApplicationIdentity", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L16C58-L16C62" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrust.DefaultGrantSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L17C50-L17C54" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrust.ExtraInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L18C35-L18C39" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrust.FullTrustAssemblies", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L22C62-L22C96" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrust.IsApplicationTrustedToRun", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L23C49-L23C53" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrust.Persist", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L24C31-L24C35" - } - ], - "DocsId": "T:System.Security.Policy.ApplicationTrust", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.Add(System.Security.Policy.ApplicationTrust)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L16C50-L16C59" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.AddRange(System.Security.Policy.ApplicationTrust[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L17C59-L17C60" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.AddRange(System.Security.Policy.ApplicationTrustCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L18C67-L18C68" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L19C31-L19C32" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.CopyTo(System.Security.Policy.ApplicationTrust[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L20C67-L20C68" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.Find(System.ApplicationIdentity,System.Security.Policy.ApplicationVersionMatch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L21C129-L21C172" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L22C61-L22C101" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.Remove(System.Security.Policy.ApplicationTrust)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L23C54-L23C55" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.Remove(System.ApplicationIdentity,System.Security.Policy.ApplicationVersionMatch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L24C109-L24C110" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.RemoveRange(System.Security.Policy.ApplicationTrust[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L25C62-L25C63" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.RemoveRange(System.Security.Policy.ApplicationTrustCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L26C70-L26C71" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L27C59-L27C60" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L28C51-L28C74" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrustCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L11C34-L11C43" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrustCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L12C44-L12C57" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrustCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L13C57-L13C90" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrustCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L14C66-L14C99" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrustCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L15C40-L15C52" - } - ], - "DocsId": "T:System.Security.Policy.ApplicationTrustCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.ApplicationTrustEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs#L12C44-L12C56" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs#L13C34-L13C47" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs#L14C31-L14C32" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrustEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs#L11C49-L11C82" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrustEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs#L12C44-L12C56" - } - ], - "DocsId": "T:System.Security.Policy.ApplicationTrustEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Policy.ApplicationVersionMatch.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationVersionMatch.cs" - }, - { - "DocsId": "F:System.Security.Policy.ApplicationVersionMatch.MatchAllVersions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationVersionMatch.cs" - }, - { - "DocsId": "F:System.Security.Policy.ApplicationVersionMatch.MatchExactVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationVersionMatch.cs" - } - ], - "DocsId": "T:System.Security.Policy.ApplicationVersionMatch", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationVersionMatch.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.CodeConnectAccess.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L12C9-L12C72" - }, - { - "DocsId": "M:System.Security.Policy.CodeConnectAccess.CreateAnySchemeAccess(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L15C80-L15C114" - }, - { - "DocsId": "M:System.Security.Policy.CodeConnectAccess.CreateOriginSchemeAccess(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L16C83-L16C117" - }, - { - "DocsId": "M:System.Security.Policy.CodeConnectAccess.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L17C50-L17C64" - }, - { - "DocsId": "M:System.Security.Policy.CodeConnectAccess.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L18C46-L18C64" - }, - { - "DocsId": "F:System.Security.Policy.CodeConnectAccess.AnyScheme", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs" - }, - { - "DocsId": "F:System.Security.Policy.CodeConnectAccess.DefaultPort", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs" - }, - { - "DocsId": "F:System.Security.Policy.CodeConnectAccess.OriginPort", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs" - }, - { - "DocsId": "F:System.Security.Policy.CodeConnectAccess.OriginScheme", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs" - }, - { - "DocsId": "P:System.Security.Policy.CodeConnectAccess.Port", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L13C33-L13C42" - }, - { - "DocsId": "P:System.Security.Policy.CodeConnectAccess.Scheme", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L14C38-L14C50" - } - ], - "DocsId": "T:System.Security.Policy.CodeConnectAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.CodeGroup.#ctor(System.Security.Policy.IMembershipCondition,System.Security.Policy.PolicyStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L10C9-L10C98" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.AddChild(System.Security.Policy.CodeGroup)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L19C49-L19C50" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.CreateXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L21C88-L21C89" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L22C50-L22C64" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L23C50-L23C51" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L24C69-L24C70" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.Equals(System.Security.Policy.CodeGroup,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L25C66-L25C79" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L26C46-L26C64" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.ParseXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L27C81-L27C82" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.RemoveChild(System.Security.Policy.CodeGroup)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L28C52-L28C53" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.Resolve(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.ResolveMatchingCodeGroups(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L31C42-L31C74" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L32C59-L32C91" - }, - { - "DocsId": "P:System.Security.Policy.CodeGroup.AttributeString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L11C55-L11C67" - }, - { - "DocsId": "P:System.Security.Policy.CodeGroup.Children", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L12C33-L12C37" - }, - { - "DocsId": "P:System.Security.Policy.CodeGroup.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L13C37-L13C41" - }, - { - "DocsId": "P:System.Security.Policy.CodeGroup.MembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L14C59-L14C63" - }, - { - "DocsId": "P:System.Security.Policy.CodeGroup.MergeLogic", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs" - }, - { - "DocsId": "P:System.Security.Policy.CodeGroup.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L16C30-L16C34" - }, - { - "DocsId": "P:System.Security.Policy.CodeGroup.PermissionSetName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L17C57-L17C69" - }, - { - "DocsId": "P:System.Security.Policy.CodeGroup.PolicyStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L18C50-L18C54" - } - ], - "DocsId": "T:System.Security.Policy.CodeGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.FileCodeGroup.#ctor(System.Security.Policy.IMembershipCondition,System.Security.Permissions.FileIOPermissionAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L11C117-L11C182" - }, - { - "DocsId": "M:System.Security.Policy.FileCodeGroup.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L15C44-L15C70" - }, - { - "DocsId": "M:System.Security.Policy.FileCodeGroup.CreateXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L16C89-L16C90" - }, - { - "DocsId": "M:System.Security.Policy.FileCodeGroup.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L17C50-L17C64" - }, - { - "DocsId": "M:System.Security.Policy.FileCodeGroup.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L18C46-L18C64" - }, - { - "DocsId": "M:System.Security.Policy.FileCodeGroup.ParseXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L19C82-L19C83" - }, - { - "DocsId": "M:System.Security.Policy.FileCodeGroup.Resolve(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L20C70-L20C102" - }, - { - "DocsId": "M:System.Security.Policy.FileCodeGroup.ResolveMatchingCodeGroups(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L21C82-L21C108" - }, - { - "DocsId": "P:System.Security.Policy.FileCodeGroup.AttributeString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L12C56-L12C68" - }, - { - "DocsId": "P:System.Security.Policy.FileCodeGroup.MergeLogic", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L13C51-L13C63" - }, - { - "DocsId": "P:System.Security.Policy.FileCodeGroup.PermissionSetName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L14C58-L14C70" - } - ], - "DocsId": "T:System.Security.Policy.FileCodeGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.FirstMatchCodeGroup.#ctor(System.Security.Policy.IMembershipCondition,System.Security.Policy.PolicyStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs#L9C104-L9C169" - }, - { - "DocsId": "M:System.Security.Policy.FirstMatchCodeGroup.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs#L11C44-L11C70" - }, - { - "DocsId": "M:System.Security.Policy.FirstMatchCodeGroup.Resolve(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs#L12C70-L12C102" - }, - { - "DocsId": "M:System.Security.Policy.FirstMatchCodeGroup.ResolveMatchingCodeGroups(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs#L13C82-L13C108" - }, - { - "DocsId": "P:System.Security.Policy.FirstMatchCodeGroup.MergeLogic", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs#L10C51-L10C63" - } - ], - "DocsId": "T:System.Security.Policy.FirstMatchCodeGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.GacInstalled.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L11C9-L11C34" - }, - { - "DocsId": "M:System.Security.Policy.GacInstalled.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L12C32-L12C44" - }, - { - "DocsId": "M:System.Security.Policy.GacInstalled.CreateIdentityPermission(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L13C74-L13C102" - }, - { - "DocsId": "M:System.Security.Policy.GacInstalled.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L14C50-L14C64" - }, - { - "DocsId": "M:System.Security.Policy.GacInstalled.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L15C46-L15C64" - }, - { - "DocsId": "M:System.Security.Policy.GacInstalled.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L16C46-L16C61" - } - ], - "DocsId": "T:System.Security.Policy.GacInstalled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.GacMembershipCondition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L8C9-L8C44" - }, - { - "DocsId": "M:System.Security.Policy.GacMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L9C48-L9C61" - }, - { - "DocsId": "M:System.Security.Policy.GacMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L10C46-L10C83" - }, - { - "DocsId": "M:System.Security.Policy.GacMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L11C50-L11C64" - }, - { - "DocsId": "M:System.Security.Policy.GacMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L12C50-L12C51" - }, - { - "DocsId": "M:System.Security.Policy.GacMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L13C69-L13C70" - }, - { - "DocsId": "M:System.Security.Policy.GacMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L14C46-L14C64" - }, - { - "DocsId": "M:System.Security.Policy.GacMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L15C46-L15C61" - }, - { - "DocsId": "M:System.Security.Policy.GacMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L16C42-L16C74" - }, - { - "DocsId": "M:System.Security.Policy.GacMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L17C59-L17C91" - } - ], - "DocsId": "T:System.Security.Policy.GacMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.Hash.#ctor(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L11C9-L11C61" - }, - { - "DocsId": "M:System.Security.Policy.Hash.CreateMD5(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L15C52-L15C73" - }, - { - "DocsId": "M:System.Security.Policy.Hash.CreateSHA1(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L16C54-L16C75" - }, - { - "DocsId": "M:System.Security.Policy.Hash.CreateSHA256(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L17C58-L17C79" - }, - { - "DocsId": "M:System.Security.Policy.Hash.GenerateHash(System.Security.Cryptography.HashAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L18C61-L18C73" - }, - { - "DocsId": "M:System.Security.Policy.Hash.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L21C13-L21C55" - }, - { - "DocsId": "M:System.Security.Policy.Hash.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L24C46-L24C61" - }, - { - "DocsId": "P:System.Security.Policy.Hash.MD5", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L12C35-L12C47" - }, - { - "DocsId": "P:System.Security.Policy.Hash.SHA1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L13C36-L13C48" - }, - { - "DocsId": "P:System.Security.Policy.Hash.SHA256", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L14C38-L14C50" - } - ], - "DocsId": "T:System.Security.Policy.Hash", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.HashMembershipCondition.#ctor(System.Security.Cryptography.HashAlgorithm,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L11C9-L11C80" - }, - { - "DocsId": "M:System.Security.Policy.HashMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L14C48-L14C61" - }, - { - "DocsId": "M:System.Security.Policy.HashMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L15C46-L15C58" - }, - { - "DocsId": "M:System.Security.Policy.HashMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L16C50-L16C64" - }, - { - "DocsId": "M:System.Security.Policy.HashMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L17C50-L17C51" - }, - { - "DocsId": "M:System.Security.Policy.HashMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L18C69-L18C70" - }, - { - "DocsId": "M:System.Security.Policy.HashMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L19C46-L19C64" - }, - { - "DocsId": "M:System.Security.Policy.HashMembershipCondition.System#Runtime#Serialization#IDeserializationCallback#OnDeserialization(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L20C74-L20C75" - }, - { - "DocsId": "M:System.Security.Policy.HashMembershipCondition.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L23C13-L23C55" - }, - { - "DocsId": "M:System.Security.Policy.HashMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L26C46-L26C61" - }, - { - "DocsId": "M:System.Security.Policy.HashMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L27C42-L27C74" - }, - { - "DocsId": "M:System.Security.Policy.HashMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L28C59-L28C91" - }, - { - "DocsId": "P:System.Security.Policy.HashMembershipCondition.HashAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L12C46-L12C50" - }, - { - "DocsId": "P:System.Security.Policy.HashMembershipCondition.HashValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L13C35-L13C39" - } - ], - "DocsId": "T:System.Security.Policy.HashMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.IIdentityPermissionFactory.CreateIdentityPermission(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/IIdentityPermissionFactory.cs" - } - ], - "DocsId": "T:System.Security.Policy.IIdentityPermissionFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/IIdentityPermissionFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.IMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/IMembershipCondition.cs" - }, - { - "DocsId": "M:System.Security.Policy.IMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/IMembershipCondition.cs" - }, - { - "DocsId": "M:System.Security.Policy.IMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/IMembershipCondition.cs" - }, - { - "DocsId": "M:System.Security.Policy.IMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/IMembershipCondition.cs" - } - ], - "DocsId": "T:System.Security.Policy.IMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/IMembershipCondition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.NetCodeGroup.#ctor(System.Security.Policy.IMembershipCondition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L10C73-L10C138" - }, - { - "DocsId": "M:System.Security.Policy.NetCodeGroup.AddConnectAccess(System.String,System.Security.Policy.CodeConnectAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L14C94-L14C95" - }, - { - "DocsId": "M:System.Security.Policy.NetCodeGroup.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L15C44-L15C70" - }, - { - "DocsId": "M:System.Security.Policy.NetCodeGroup.CreateXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L16C89-L16C90" - }, - { - "DocsId": "M:System.Security.Policy.NetCodeGroup.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L17C50-L17C64" - }, - { - "DocsId": "M:System.Security.Policy.NetCodeGroup.GetConnectAccessRules", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L18C79-L18C132" - }, - { - "DocsId": "M:System.Security.Policy.NetCodeGroup.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L19C46-L19C64" - }, - { - "DocsId": "M:System.Security.Policy.NetCodeGroup.ParseXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L20C82-L20C83" - }, - { - "DocsId": "M:System.Security.Policy.NetCodeGroup.ResetConnectAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L21C44-L21C45" - }, - { - "DocsId": "M:System.Security.Policy.NetCodeGroup.Resolve(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L22C70-L22C102" - }, - { - "DocsId": "M:System.Security.Policy.NetCodeGroup.ResolveMatchingCodeGroups(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L23C82-L23C108" - }, - { - "DocsId": "F:System.Security.Policy.NetCodeGroup.AbsentOriginScheme", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs" - }, - { - "DocsId": "F:System.Security.Policy.NetCodeGroup.AnyOtherOriginScheme", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs" - }, - { - "DocsId": "P:System.Security.Policy.NetCodeGroup.AttributeString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L11C56-L11C68" - }, - { - "DocsId": "P:System.Security.Policy.NetCodeGroup.MergeLogic", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L12C51-L12C63" - }, - { - "DocsId": "P:System.Security.Policy.NetCodeGroup.PermissionSetName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L13C58-L13C70" - } - ], - "DocsId": "T:System.Security.Policy.NetCodeGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.PermissionRequestEvidence.#ctor(System.Security.PermissionSet,System.Security.PermissionSet,System.Security.PermissionSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L9C9-L9C114" - }, - { - "DocsId": "M:System.Security.Policy.PermissionRequestEvidence.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L13C51-L13C93" - }, - { - "DocsId": "M:System.Security.Policy.PermissionRequestEvidence.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L14C46-L14C61" - }, - { - "DocsId": "P:System.Security.Policy.PermissionRequestEvidence.DeniedPermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L10C56-L10C86" - }, - { - "DocsId": "P:System.Security.Policy.PermissionRequestEvidence.OptionalPermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L11C58-L11C88" - }, - { - "DocsId": "P:System.Security.Policy.PermissionRequestEvidence.RequestedPermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L12C59-L12C89" - } - ], - "DocsId": "T:System.Security.Policy.PermissionRequestEvidence", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.PolicyException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyException.cs#L12C9-L12C37" - }, - { - "DocsId": "M:System.Security.Policy.PolicyException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyException.cs#L13C87-L13C110" - }, - { - "DocsId": "M:System.Security.Policy.PolicyException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyException.cs#L14C50-L14C67" - }, - { - "DocsId": "M:System.Security.Policy.PolicyException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyException.cs#L15C71-L15C99" - } - ], - "DocsId": "T:System.Security.Policy.PolicyException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.PolicyLevel.AddFullTrustAssembly(System.Security.Policy.StrongName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L18C59-L18C60" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.AddFullTrustAssembly(System.Security.Policy.StrongNameMembershipCondition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L20C80-L20C81" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.AddNamedPermissionSet(System.Security.NamedPermissionSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L24C73-L24C74" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.ChangeNamedPermissionSet(System.String,System.Security.PermissionSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L28C95-L28C130" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.CreateAppDomainLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L30C60-L30C88" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L31C50-L31C51" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.GetNamedPermissionSet(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L35C72-L35C107" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.Recover", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L36C33-L36C34" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.RemoveFullTrustAssembly(System.Security.Policy.StrongName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L38C62-L38C63" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.RemoveFullTrustAssembly(System.Security.Policy.StrongNameMembershipCondition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L40C83-L40C84" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.RemoveNamedPermissionSet(System.Security.NamedPermissionSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L44C90-L44C125" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.RemoveNamedPermissionSet(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L48C75-L48C110" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L49C31-L49C32" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.Resolve(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L50C61-L50C93" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.ResolveMatchingCodeGroups(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L51C73-L51C99" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L52C42-L52C74" - }, - { - "DocsId": "P:System.Security.Policy.PolicyLevel.FullTrustAssemblies", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L11C272-L11C294" - }, - { - "DocsId": "P:System.Security.Policy.PolicyLevel.Label", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L12C37-L12C49" - }, - { - "DocsId": "P:System.Security.Policy.PolicyLevel.NamedPermissionSets", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L13C50-L13C72" - }, - { - "DocsId": "P:System.Security.Policy.PolicyLevel.RootCodeGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L14C42-L14C46" - }, - { - "DocsId": "P:System.Security.Policy.PolicyLevel.StoreLocation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L15C45-L15C57" - }, - { - "DocsId": "P:System.Security.Policy.PolicyLevel.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L16C45-L16C77" - } - ], - "DocsId": "T:System.Security.Policy.PolicyLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.PolicyStatement.#ctor(System.Security.PermissionSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L11C9-L11C58" - }, - { - "DocsId": "M:System.Security.Policy.PolicyStatement.#ctor(System.Security.PermissionSet,System.Security.Policy.PolicyStatementAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L15C9-L15C95" - }, - { - "DocsId": "M:System.Security.Policy.PolicyStatement.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L22C41-L22C53" - }, - { - "DocsId": "M:System.Security.Policy.PolicyStatement.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L23C50-L23C64" - }, - { - "DocsId": "M:System.Security.Policy.PolicyStatement.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L24C51-L24C52" - }, - { - "DocsId": "M:System.Security.Policy.PolicyStatement.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L25C70-L25C71" - }, - { - "DocsId": "M:System.Security.Policy.PolicyStatement.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L26C46-L26C64" - }, - { - "DocsId": "M:System.Security.Policy.PolicyStatement.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L27C42-L27C74" - }, - { - "DocsId": "M:System.Security.Policy.PolicyStatement.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L28C59-L28C91" - }, - { - "DocsId": "P:System.Security.Policy.PolicyStatement.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L16C54-L16C58" - }, - { - "DocsId": "P:System.Security.Policy.PolicyStatement.AttributeString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L17C47-L17C59" - }, - { - "DocsId": "P:System.Security.Policy.PolicyStatement.PermissionSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L21C46-L21C50" - } - ], - "DocsId": "T:System.Security.Policy.PolicyStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Policy.PolicyStatementAttribute.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" - }, - { - "DocsId": "F:System.Security.Policy.PolicyStatementAttribute.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" - }, - { - "DocsId": "F:System.Security.Policy.PolicyStatementAttribute.Exclusive", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" - }, - { - "DocsId": "F:System.Security.Policy.PolicyStatementAttribute.LevelFinal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" - }, - { - "DocsId": "F:System.Security.Policy.PolicyStatementAttribute.Nothing", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" - } - ], - "DocsId": "T:System.Security.Policy.PolicyStatementAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.Publisher.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L13C9-L13C51" - }, - { - "DocsId": "M:System.Security.Policy.Publisher.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L15C32-L15C44" - }, - { - "DocsId": "M:System.Security.Policy.Publisher.CreateIdentityPermission(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L16C74-L16C102" - }, - { - "DocsId": "M:System.Security.Policy.Publisher.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L17C50-L17C64" - }, - { - "DocsId": "M:System.Security.Policy.Publisher.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L18C46-L18C64" - }, - { - "DocsId": "M:System.Security.Policy.Publisher.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L19C46-L19C61" - }, - { - "DocsId": "P:System.Security.Policy.Publisher.Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L14C52-L14C84" - } - ], - "DocsId": "T:System.Security.Policy.Publisher", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L10C9-L10C77" - }, - { - "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L12C48-L12C61" - }, - { - "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L13C46-L13C58" - }, - { - "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L14C50-L14C64" - }, - { - "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L15C50-L15C51" - }, - { - "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L16C69-L16C70" - }, - { - "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L17C46-L17C64" - }, - { - "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L18C46-L18C61" - }, - { - "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L19C42-L19C74" - }, - { - "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L20C59-L20C91" - }, - { - "DocsId": "P:System.Security.Policy.PublisherMembershipCondition.Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L11C46-L11C50" - } - ], - "DocsId": "T:System.Security.Policy.PublisherMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.Site.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L11C9-L11C37" - }, - { - "DocsId": "M:System.Security.Policy.Site.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L13C32-L13C44" - }, - { - "DocsId": "M:System.Security.Policy.Site.CreateFromUrl(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L14C56-L14C77" - }, - { - "DocsId": "M:System.Security.Policy.Site.CreateIdentityPermission(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L15C74-L15C102" - }, - { - "DocsId": "M:System.Security.Policy.Site.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L16C50-L16C64" - }, - { - "DocsId": "M:System.Security.Policy.Site.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L17C46-L17C64" - }, - { - "DocsId": "M:System.Security.Policy.Site.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L18C46-L18C61" - }, - { - "DocsId": "P:System.Security.Policy.Site.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L12C36-L12C48" - } - ], - "DocsId": "T:System.Security.Policy.Site", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.SiteMembershipCondition.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L8C9-L8C56" - }, - { - "DocsId": "M:System.Security.Policy.SiteMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L10C48-L10C61" - }, - { - "DocsId": "M:System.Security.Policy.SiteMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L11C46-L11C83" - }, - { - "DocsId": "M:System.Security.Policy.SiteMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L12C50-L12C64" - }, - { - "DocsId": "M:System.Security.Policy.SiteMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L13C50-L13C51" - }, - { - "DocsId": "M:System.Security.Policy.SiteMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L14C69-L14C70" - }, - { - "DocsId": "M:System.Security.Policy.SiteMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L15C46-L15C64" - }, - { - "DocsId": "M:System.Security.Policy.SiteMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L16C46-L16C61" - }, - { - "DocsId": "M:System.Security.Policy.SiteMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L17C42-L17C74" - }, - { - "DocsId": "M:System.Security.Policy.SiteMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L18C59-L18C91" - }, - { - "DocsId": "P:System.Security.Policy.SiteMembershipCondition.Site", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L9C30-L9C34" - } - ], - "DocsId": "T:System.Security.Policy.SiteMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.StrongName.#ctor(System.Security.Permissions.StrongNamePublicKeyBlob,System.String,System.Version)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L13C9-L13C90" - }, - { - "DocsId": "M:System.Security.Policy.StrongName.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L17C32-L17C44" - }, - { - "DocsId": "M:System.Security.Policy.StrongName.CreateIdentityPermission(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L18C74-L18C102" - }, - { - "DocsId": "M:System.Security.Policy.StrongName.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L19C50-L19C64" - }, - { - "DocsId": "M:System.Security.Policy.StrongName.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L20C46-L20C64" - }, - { - "DocsId": "M:System.Security.Policy.StrongName.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L21C46-L21C61" - }, - { - "DocsId": "P:System.Security.Policy.StrongName.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L14C36-L14C48" - }, - { - "DocsId": "P:System.Security.Policy.StrongName.PublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L15C58-L15C98" - }, - { - "DocsId": "P:System.Security.Policy.StrongName.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L16C40-L16C64" - } - ], - "DocsId": "T:System.Security.Policy.StrongName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.#ctor(System.Security.Permissions.StrongNamePublicKeyBlob,System.String,System.Version)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L13C9-L13C109" - }, - { - "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L17C48-L17C61" - }, - { - "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L18C46-L18C58" - }, - { - "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L19C50-L19C64" - }, - { - "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L20C50-L20C51" - }, - { - "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L21C69-L21C70" - }, - { - "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L22C46-L22C64" - }, - { - "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L23C46-L23C61" - }, - { - "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L24C42-L24C74" - }, - { - "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L25C59-L25C91" - }, - { - "DocsId": "P:System.Security.Policy.StrongNameMembershipCondition.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L14C30-L14C34" - }, - { - "DocsId": "P:System.Security.Policy.StrongNameMembershipCondition.PublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L15C52-L15C56" - }, - { - "DocsId": "P:System.Security.Policy.StrongNameMembershipCondition.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L16C34-L16C38" - } - ], - "DocsId": "T:System.Security.Policy.StrongNameMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.TrustManagerContext.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L8C9-L8C41" - }, - { - "DocsId": "M:System.Security.Policy.TrustManagerContext.#ctor(System.Security.Policy.TrustManagerUIContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L9C9-L9C72" - }, - { - "DocsId": "P:System.Security.Policy.TrustManagerContext.IgnorePersistedDecision", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L10C55-L10C59" - }, - { - "DocsId": "P:System.Security.Policy.TrustManagerContext.KeepAlive", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L11C41-L11C45" - }, - { - "DocsId": "P:System.Security.Policy.TrustManagerContext.NoPrompt", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L12C40-L12C44" - }, - { - "DocsId": "P:System.Security.Policy.TrustManagerContext.Persist", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L13C39-L13C43" - }, - { - "DocsId": "P:System.Security.Policy.TrustManagerContext.UIContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L14C58-L14C62" - }, - { - "DocsId": "P:System.Security.Policy.TrustManagerContext.PreviousApplicationIdentity", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L15C74-L15C78" - } - ], - "DocsId": "T:System.Security.Policy.TrustManagerContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Policy.TrustManagerUIContext.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" - }, - { - "DocsId": "F:System.Security.Policy.TrustManagerUIContext.Install", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" - }, - { - "DocsId": "F:System.Security.Policy.TrustManagerUIContext.Run", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" - }, - { - "DocsId": "F:System.Security.Policy.TrustManagerUIContext.Upgrade", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" - } - ], - "DocsId": "T:System.Security.Policy.TrustManagerUIContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.UnionCodeGroup.#ctor(System.Security.Policy.IMembershipCondition,System.Security.Policy.PolicyStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs#L9C99-L9C164" - }, - { - "DocsId": "M:System.Security.Policy.UnionCodeGroup.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs#L11C44-L11C70" - }, - { - "DocsId": "M:System.Security.Policy.UnionCodeGroup.Resolve(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs#L12C70-L12C102" - }, - { - "DocsId": "M:System.Security.Policy.UnionCodeGroup.ResolveMatchingCodeGroups(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs#L13C82-L13C108" - }, - { - "DocsId": "P:System.Security.Policy.UnionCodeGroup.MergeLogic", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs#L10C51-L10C63" - } - ], - "DocsId": "T:System.Security.Policy.UnionCodeGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.Url.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L11C9-L11C36" - }, - { - "DocsId": "M:System.Security.Policy.Url.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L13C32-L13C44" - }, - { - "DocsId": "M:System.Security.Policy.Url.CreateIdentityPermission(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L14C74-L14C102" - }, - { - "DocsId": "M:System.Security.Policy.Url.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L15C50-L15C64" - }, - { - "DocsId": "M:System.Security.Policy.Url.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L16C46-L16C64" - }, - { - "DocsId": "M:System.Security.Policy.Url.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L17C46-L17C61" - }, - { - "DocsId": "P:System.Security.Policy.Url.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L12C37-L12C49" - } - ], - "DocsId": "T:System.Security.Policy.Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.UrlMembershipCondition.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L8C9-L8C54" - }, - { - "DocsId": "M:System.Security.Policy.UrlMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L10C48-L10C61" - }, - { - "DocsId": "M:System.Security.Policy.UrlMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L11C46-L11C83" - }, - { - "DocsId": "M:System.Security.Policy.UrlMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L12C52-L12C68" - }, - { - "DocsId": "M:System.Security.Policy.UrlMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L13C50-L13C51" - }, - { - "DocsId": "M:System.Security.Policy.UrlMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L14C69-L14C70" - }, - { - "DocsId": "M:System.Security.Policy.UrlMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L15C46-L15C64" - }, - { - "DocsId": "M:System.Security.Policy.UrlMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L16C46-L16C61" - }, - { - "DocsId": "M:System.Security.Policy.UrlMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L17C42-L17C74" - }, - { - "DocsId": "M:System.Security.Policy.UrlMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L18C59-L18C91" - }, - { - "DocsId": "P:System.Security.Policy.UrlMembershipCondition.Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L9C29-L9C33" - } - ], - "DocsId": "T:System.Security.Policy.UrlMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.Zone.#ctor(System.Security.SecurityZone)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L11C9-L11C43" - }, - { - "DocsId": "M:System.Security.Policy.Zone.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L13C32-L13C44" - }, - { - "DocsId": "M:System.Security.Policy.Zone.CreateFromUrl(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L14C56-L14C77" - }, - { - "DocsId": "M:System.Security.Policy.Zone.CreateIdentityPermission(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L15C74-L15C102" - }, - { - "DocsId": "M:System.Security.Policy.Zone.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L16C50-L16C64" - }, - { - "DocsId": "M:System.Security.Policy.Zone.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L17C46-L17C64" - }, - { - "DocsId": "M:System.Security.Policy.Zone.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L18C46-L18C61" - }, - { - "DocsId": "P:System.Security.Policy.Zone.SecurityZone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L12C50-L12C79" - } - ], - "DocsId": "T:System.Security.Policy.Zone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.#ctor(System.Security.SecurityZone)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L8C9-L8C62" - }, - { - "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L10C48-L10C61" - }, - { - "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L11C46-L11C58" - }, - { - "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L12C50-L12C64" - }, - { - "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L13C50-L13C51" - }, - { - "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L14C69-L14C70" - }, - { - "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L15C46-L15C64" - }, - { - "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L16C46-L16C61" - }, - { - "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L17C42-L17C74" - }, - { - "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L18C59-L18C91" - }, - { - "DocsId": "P:System.Security.Policy.ZoneMembershipCondition.SecurityZone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L9C44-L9C48" - } - ], - "DocsId": "T:System.Security.Policy.ZoneMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.DataProtectionPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L11C9-L11C67" - }, - { - "DocsId": "M:System.Security.Permissions.DataProtectionPermission.#ctor(System.Security.Permissions.DataProtectionPermissionFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L12C9-L12C80" - }, - { - "DocsId": "M:System.Security.Permissions.DataProtectionPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L13C41-L13C46" - }, - { - "DocsId": "M:System.Security.Permissions.DataProtectionPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L15C46-L15C58" - }, - { - "DocsId": "M:System.Security.Permissions.DataProtectionPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L16C65-L16C77" - }, - { - "DocsId": "M:System.Security.Permissions.DataProtectionPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L17C69-L17C81" - }, - { - "DocsId": "M:System.Security.Permissions.DataProtectionPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L18C64-L18C69" - }, - { - "DocsId": "M:System.Security.Permissions.DataProtectionPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L19C73-L19C74" - }, - { - "DocsId": "M:System.Security.Permissions.DataProtectionPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L20C51-L20C63" - }, - { - "DocsId": "P:System.Security.Permissions.DataProtectionPermission.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L14C54-L14C58" - } - ], - "DocsId": "T:System.Security.Permissions.DataProtectionPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.DataProtectionPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L13C76-L13C109" - }, - { - "DocsId": "M:System.Security.Permissions.DataProtectionPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L19C58-L19C86" - }, - { - "DocsId": "P:System.Security.Permissions.DataProtectionPermissionAttribute.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L14C54-L14C58" - }, - { - "DocsId": "P:System.Security.Permissions.DataProtectionPermissionAttribute.ProtectData", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L15C35-L15C39" - }, - { - "DocsId": "P:System.Security.Permissions.DataProtectionPermissionAttribute.UnprotectData", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L16C37-L16C41" - }, - { - "DocsId": "P:System.Security.Permissions.DataProtectionPermissionAttribute.ProtectMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L17C37-L17C41" - }, - { - "DocsId": "P:System.Security.Permissions.DataProtectionPermissionAttribute.UnprotectMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L18C39-L18C43" - } - ], - "DocsId": "T:System.Security.Permissions.DataProtectionPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.DataProtectionPermissionFlags.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.DataProtectionPermissionFlags.NoFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.DataProtectionPermissionFlags.ProtectData", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.DataProtectionPermissionFlags.UnprotectData", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.DataProtectionPermissionFlags.ProtectMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.DataProtectionPermissionFlags.UnprotectMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.DataProtectionPermissionFlags.AllFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" - } - ], - "DocsId": "T:System.Security.Permissions.DataProtectionPermissionFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermission.#ctor(System.Security.Permissions.EnvironmentPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L11C9-L11C92" - }, - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L12C9-L12C64" - }, - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermission.AddPathList(System.Security.Permissions.EnvironmentPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L13C86-L13C87" - }, - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L14C46-L14C74" - }, - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L15C61-L15C62" - }, - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermission.GetPathList(System.Security.Permissions.EnvironmentPermissionAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L16C71-L16C83" - }, - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L17C69-L17C97" - }, - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L18C63-L18C76" - }, - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L19C40-L19C53" - }, - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermission.SetPathList(System.Security.Permissions.EnvironmentPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L20C86-L20C87" - }, - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L21C51-L21C83" - }, - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L22C64-L22C92" - } - ], - "DocsId": "T:System.Security.Permissions.EnvironmentPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.EnvironmentPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.EnvironmentPermissionAccess.AllAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.EnvironmentPermissionAccess.NoAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.EnvironmentPermissionAccess.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.EnvironmentPermissionAccess.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" - } - ], - "DocsId": "T:System.Security.Permissions.EnvironmentPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs#L12C72-L12C105" - }, - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs#L16C58-L16C86" - }, - { - "DocsId": "P:System.Security.Permissions.EnvironmentPermissionAttribute.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs#L13C29-L13C33" - }, - { - "DocsId": "P:System.Security.Permissions.EnvironmentPermissionAttribute.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs#L14C30-L14C34" - }, - { - "DocsId": "P:System.Security.Permissions.EnvironmentPermissionAttribute.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs#L15C31-L15C35" - } - ], - "DocsId": "T:System.Security.Permissions.EnvironmentPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.FileDialogPermission.#ctor(System.Security.Permissions.FileDialogPermissionAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L11C9-L11C75" - }, - { - "DocsId": "M:System.Security.Permissions.FileDialogPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L12C9-L12C63" - }, - { - "DocsId": "M:System.Security.Permissions.FileDialogPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L14C46-L14C58" - }, - { - "DocsId": "M:System.Security.Permissions.FileDialogPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L15C61-L15C62" - }, - { - "DocsId": "M:System.Security.Permissions.FileDialogPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L16C69-L16C97" - }, - { - "DocsId": "M:System.Security.Permissions.FileDialogPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L17C63-L17C76" - }, - { - "DocsId": "M:System.Security.Permissions.FileDialogPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L18C40-L18C53" - }, - { - "DocsId": "M:System.Security.Permissions.FileDialogPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L19C51-L19C83" - }, - { - "DocsId": "M:System.Security.Permissions.FileDialogPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L20C65-L20C93" - }, - { - "DocsId": "P:System.Security.Permissions.FileDialogPermission.Access", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L13C52-L13C56" - } - ], - "DocsId": "T:System.Security.Permissions.FileDialogPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.FileDialogPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.FileDialogPermissionAccess.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.FileDialogPermissionAccess.Open", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.FileDialogPermissionAccess.OpenSave", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.FileDialogPermissionAccess.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" - } - ], - "DocsId": "T:System.Security.Permissions.FileDialogPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.FileDialogPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAttribute.cs#L12C71-L12C104" - }, - { - "DocsId": "M:System.Security.Permissions.FileDialogPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAttribute.cs#L15C58-L15C86" - }, - { - "DocsId": "P:System.Security.Permissions.FileDialogPermissionAttribute.Open", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAttribute.cs#L13C28-L13C32" - }, - { - "DocsId": "P:System.Security.Permissions.FileDialogPermissionAttribute.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAttribute.cs#L14C28-L14C32" - } - ], - "DocsId": "T:System.Security.Permissions.FileDialogPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.#ctor(System.Security.Permissions.FileIOPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L11C9-L11C80" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.#ctor(System.Security.Permissions.FileIOPermissionAccess,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L12C9-L12C86" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.#ctor(System.Security.Permissions.FileIOPermissionAccess,System.Security.AccessControl.AccessControlActions,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L13C9-L13C124" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.#ctor(System.Security.Permissions.FileIOPermissionAccess,System.Security.AccessControl.AccessControlActions,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L14C9-L14C130" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L15C9-L15C59" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.AddPathList(System.Security.Permissions.FileIOPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L18C79-L18C80" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.AddPathList(System.Security.Permissions.FileIOPermissionAccess,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L19C85-L19C86" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L20C46-L20C58" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L21C50-L21C64" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L22C61-L22C62" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L23C46-L23C64" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.GetPathList(System.Security.Permissions.FileIOPermissionAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L24C70-L24C82" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L25C69-L25C97" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L26C63-L26C76" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L27C40-L27C53" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.SetPathList(System.Security.Permissions.FileIOPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L28C79-L28C80" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.SetPathList(System.Security.Permissions.FileIOPermissionAccess,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L29C85-L29C86" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L30C51-L30C83" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L31C64-L31C92" - }, - { - "DocsId": "P:System.Security.Permissions.FileIOPermission.AllFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L16C50-L16C54" - }, - { - "DocsId": "P:System.Security.Permissions.FileIOPermission.AllLocalFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L17C55-L17C59" - } - ], - "DocsId": "T:System.Security.Permissions.FileIOPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.FileIOPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.FileIOPermissionAccess.AllAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.FileIOPermissionAccess.Append", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.FileIOPermissionAccess.NoAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.FileIOPermissionAccess.PathDiscovery", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.FileIOPermissionAccess.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.FileIOPermissionAccess.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" - } - ], - "DocsId": "T:System.Security.Permissions.FileIOPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.FileIOPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L12C67-L12C83" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L24C58-L24C70" - }, - { - "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L13C30-L13C34" - }, - { - "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L14C31-L14C35" - }, - { - "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.Append", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L15C32-L15C36" - }, - { - "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.PathDiscovery", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L16C39-L16C43" - }, - { - "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.ViewAccessControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L17C43-L17C47" - }, - { - "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.ChangeAccessControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L18C45-L18C49" - }, - { - "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L20C29-L20C33" - }, - { - "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.ViewAndModify", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L21C39-L21C43" - }, - { - "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.AllFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L22C50-L22C54" - }, - { - "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.AllLocalFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L23C55-L23C59" - } - ], - "DocsId": "T:System.Security.Permissions.FileIOPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.GacIdentityPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L11C9-L11C43" - }, - { - "DocsId": "M:System.Security.Permissions.GacIdentityPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L12C9-L12C64" - }, - { - "DocsId": "M:System.Security.Permissions.GacIdentityPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L13C46-L13C74" - }, - { - "DocsId": "M:System.Security.Permissions.GacIdentityPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L14C73-L14C74" - }, - { - "DocsId": "M:System.Security.Permissions.GacIdentityPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L15C69-L15C97" - }, - { - "DocsId": "M:System.Security.Permissions.GacIdentityPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L16C63-L16C76" - }, - { - "DocsId": "M:System.Security.Permissions.GacIdentityPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L17C51-L17C83" - }, - { - "DocsId": "M:System.Security.Permissions.GacIdentityPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L18C65-L18C93" - } - ], - "DocsId": "T:System.Security.Permissions.GacIdentityPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.GacIdentityPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermissionAttribute.cs#L12C72-L12C105" - }, - { - "DocsId": "M:System.Security.Permissions.GacIdentityPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermissionAttribute.cs#L13C58-L13C86" - } - ], - "DocsId": "T:System.Security.Permissions.GacIdentityPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.HostProtectionAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L12C44-L12C77" - }, - { - "DocsId": "M:System.Security.Permissions.HostProtectionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L13C65-L13C98" - }, - { - "DocsId": "M:System.Security.Permissions.HostProtectionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L24C58-L24C86" - }, - { - "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.ExternalProcessMgmt", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L14C43-L14C47" - }, - { - "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.ExternalThreading", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L15C41-L15C45" - }, - { - "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.MayLeakOnAbort", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L16C38-L16C42" - }, - { - "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.Resources", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L17C51-L17C55" - }, - { - "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.SecurityInfrastructure", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L18C46-L18C50" - }, - { - "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.SelfAffectingProcessMgmt", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L19C48-L19C52" - }, - { - "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.SelfAffectingThreading", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L20C46-L20C50" - }, - { - "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.SharedState", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L21C35-L21C39" - }, - { - "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.Synchronization", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L22C39-L22C43" - }, - { - "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.UI", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L23C26-L23C30" - } - ], - "DocsId": "T:System.Security.Permissions.HostProtectionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.HostProtectionResource.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - }, - { - "DocsId": "F:System.Security.Permissions.HostProtectionResource.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - }, - { - "DocsId": "F:System.Security.Permissions.HostProtectionResource.ExternalProcessMgmt", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - }, - { - "DocsId": "F:System.Security.Permissions.HostProtectionResource.ExternalThreading", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - }, - { - "DocsId": "F:System.Security.Permissions.HostProtectionResource.MayLeakOnAbort", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - }, - { - "DocsId": "F:System.Security.Permissions.HostProtectionResource.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - }, - { - "DocsId": "F:System.Security.Permissions.HostProtectionResource.SecurityInfrastructure", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - }, - { - "DocsId": "F:System.Security.Permissions.HostProtectionResource.SelfAffectingProcessMgmt", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - }, - { - "DocsId": "F:System.Security.Permissions.HostProtectionResource.SelfAffectingThreading", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - }, - { - "DocsId": "F:System.Security.Permissions.HostProtectionResource.SharedState", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - }, - { - "DocsId": "F:System.Security.Permissions.HostProtectionResource.Synchronization", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - }, - { - "DocsId": "F:System.Security.Permissions.HostProtectionResource.UI", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - } - ], - "DocsId": "T:System.Security.Permissions.HostProtectionResource", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.DomainIsolationByUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.ApplicationIsolationByUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.AssemblyIsolationByUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.DomainIsolationByMachine", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.AssemblyIsolationByMachine", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.ApplicationIsolationByMachine", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.DomainIsolationByRoamingUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.AssemblyIsolationByRoamingUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.ApplicationIsolationByRoamingUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.AdministerIsolatedStorageByUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.UnrestrictedIsolatedStorage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - } - ], - "DocsId": "T:System.Security.Permissions.IsolatedStorageContainment", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L11C71-L11C86" - }, - { - "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L12C65-L12C77" - }, - { - "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L13C63-L13C76" - }, - { - "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L14C69-L14C81" - }, - { - "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L15C46-L15C58" - }, - { - "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L16C51-L16C63" - } - ], - "DocsId": "T:System.Security.Permissions.IsolatedStorageFilePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermissionAttribute.cs#L14C80-L14C96" - }, - { - "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermissionAttribute.cs#L15C58-L15C70" - } - ], - "DocsId": "T:System.Security.Permissions.IsolatedStorageFilePermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.IsolatedStoragePermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L11C9-L11C71" - }, - { - "DocsId": "M:System.Security.Permissions.IsolatedStoragePermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L14C40-L14C53" - }, - { - "DocsId": "M:System.Security.Permissions.IsolatedStoragePermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L15C51-L15C83" - }, - { - "DocsId": "M:System.Security.Permissions.IsolatedStoragePermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L16C61-L16C62" - }, - { - "DocsId": "P:System.Security.Permissions.IsolatedStoragePermission.UserQuota", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L12C33-L12C37" - }, - { - "DocsId": "P:System.Security.Permissions.IsolatedStoragePermission.UsageAllowed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L13C58-L13C62" - } - ], - "DocsId": "T:System.Security.Permissions.IsolatedStoragePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.IsolatedStoragePermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermissionAttribute.cs#L11C79-L11C95" - }, - { - "DocsId": "P:System.Security.Permissions.IsolatedStoragePermissionAttribute.UserQuota", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermissionAttribute.cs#L12C33-L12C37" - }, - { - "DocsId": "P:System.Security.Permissions.IsolatedStoragePermissionAttribute.UsageAllowed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermissionAttribute.cs#L13C58-L13C62" - } - ], - "DocsId": "T:System.Security.Permissions.IsolatedStoragePermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.IUnrestrictedPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IUnrestrictedPermission.cs" - } - ], - "DocsId": "T:System.Security.Permissions.IUnrestrictedPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IUnrestrictedPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L11C9-L11C65" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermission.#ctor(System.Security.Permissions.KeyContainerPermissionFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L12C9-L12C77" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermission.#ctor(System.Security.Permissions.KeyContainerPermissionFlags,System.Security.Permissions.KeyContainerPermissionAccessEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L13C9-L13C125" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L16C40-L16C53" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L17C63-L17C76" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L18C69-L18C81" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L19C65-L19C77" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L20C46-L20C58" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L21C51-L21C63" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L22C73-L22C74" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermission.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L14C52-L14C56" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermission.AccessEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L15C76-L15C80" - } - ], - "DocsId": "T:System.Security.Permissions.KeyContainerPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntry.#ctor(System.String,System.Security.Permissions.KeyContainerPermissionFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L13C9-L13C113" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntry.#ctor(System.Security.Cryptography.CspParameters,System.Security.Permissions.KeyContainerPermissionFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L14C9-L14C114" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntry.#ctor(System.String,System.String,System.Int32,System.String,System.Int32,System.Security.Permissions.KeyContainerPermissionFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L15C9-L17C12" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntry.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L24C49-L24C62" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntry.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L25C45-L25C54" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntry.KeyStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L18C34-L18C38" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntry.ProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L19C38-L19C42" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntry.ProviderType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L20C35-L20C39" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntry.KeyContainerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L21C42-L21C46" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntry.KeySpec", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L22C30-L22C34" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntry.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L23C52-L23C56" - } - ], - "DocsId": "T:System.Security.Permissions.KeyContainerPermissionAccessEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.Add(System.Security.Permissions.KeyContainerPermissionAccessEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L15C73-L15C82" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L16C31-L16C32" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.IndexOf(System.Security.Permissions.KeyContainerPermissionAccessEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L17C77-L17C86" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.Remove(System.Security.Permissions.KeyContainerPermissionAccessEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L18C77-L18C78" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L19C78-L19C90" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.CopyTo(System.Security.Permissions.KeyContainerPermissionAccessEntry[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L20C84-L20C85" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L21C54-L21C90" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L22C51-L22C87" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L13C74-L13C86" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L14C28-L14C32" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L23C38-L23C42" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L24C34-L24C38" - } - ], - "DocsId": "T:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs#L14C38-L14C42" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs#L15C34-L15C47" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs#L16C31-L16C32" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs#L13C60-L13C64" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs#L14C38-L14C42" - } - ], - "DocsId": "T:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L12C73-L12C89" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L19C58-L19C70" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAttribute.KeyStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L13C34-L13C38" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAttribute.ProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L14C38-L14C42" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAttribute.ProviderType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L15C35-L15C39" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAttribute.KeyContainerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L16C42-L16C46" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAttribute.KeySpec", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L17C30-L17C34" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAttribute.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L18C52-L18C56" - } - ], - "DocsId": "T:System.Security.Permissions.KeyContainerPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.NoFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.Create", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.Open", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.Import", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.Export", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.Sign", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.Decrypt", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.ViewAcl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.ChangeAcl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.AllFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - } - ], - "DocsId": "T:System.Security.Permissions.KeyContainerPermissionFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.MediaPermissionAudio.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.MediaPermissionAudio.NoAudio", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.MediaPermissionAudio.SiteOfOriginAudio", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.MediaPermissionAudio.SafeAudio", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.MediaPermissionAudio.AllAudio", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - } - ], - "DocsId": "T:System.Security.Permissions.MediaPermissionAudio", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.MediaPermissionVideo.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.MediaPermissionVideo.NoVideo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.MediaPermissionVideo.SiteOfOriginVideo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.MediaPermissionVideo.SafeVideo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.MediaPermissionVideo.AllVideo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - } - ], - "DocsId": "T:System.Security.Permissions.MediaPermissionVideo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.MediaPermissionImage.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.MediaPermissionImage.NoImage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.MediaPermissionImage.SiteOfOriginImage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.MediaPermissionImage.SafeImage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.MediaPermissionImage.AllImage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - } - ], - "DocsId": "T:System.Security.Permissions.MediaPermissionImage", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.MediaPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L43C9-L43C37" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L44C9-L44C58" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermission.#ctor(System.Security.Permissions.MediaPermissionAudio)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L45C9-L45C73" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermission.#ctor(System.Security.Permissions.MediaPermissionVideo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L46C9-L46C73" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermission.#ctor(System.Security.Permissions.MediaPermissionImage)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L47C9-L47C73" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermission.#ctor(System.Security.Permissions.MediaPermissionAudio,System.Security.Permissions.MediaPermissionVideo,System.Security.Permissions.MediaPermissionImage)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L48C9-L51C12" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L52C40-L52C52" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L53C63-L53C75" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L54C69-L54C98" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L55C65-L55C94" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L56C46-L56C75" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L57C51-L57C83" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L58C73-L58C74" - }, - { - "DocsId": "P:System.Security.Permissions.MediaPermission.Audio", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L59C51-L59C88" - }, - { - "DocsId": "P:System.Security.Permissions.MediaPermission.Video", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L60C51-L60C88" - }, - { - "DocsId": "P:System.Security.Permissions.MediaPermission.Image", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L61C51-L61C88" - } - ], - "DocsId": "T:System.Security.Permissions.MediaPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.MediaPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L70C66-L70C82" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L71C58-L71C87" - }, - { - "DocsId": "P:System.Security.Permissions.MediaPermissionAttribute.Audio", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L72C51-L72C88" - }, - { - "DocsId": "P:System.Security.Permissions.MediaPermissionAttribute.Video", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L73C51-L73C88" - }, - { - "DocsId": "P:System.Security.Permissions.MediaPermissionAttribute.Image", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L74C51-L74C88" - } - ], - "DocsId": "T:System.Security.Permissions.MediaPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.PermissionSetAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L12C64-L12C97" - }, - { - "DocsId": "M:System.Security.Permissions.PermissionSetAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L18C58-L18C86" - }, - { - "DocsId": "M:System.Security.Permissions.PermissionSetAttribute.CreatePermissionSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L19C54-L19C84" - }, - { - "DocsId": "P:System.Security.Permissions.PermissionSetAttribute.File", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L13C30-L13C34" - }, - { - "DocsId": "P:System.Security.Permissions.PermissionSetAttribute.Hex", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L14C29-L14C33" - }, - { - "DocsId": "P:System.Security.Permissions.PermissionSetAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L15C30-L15C34" - }, - { - "DocsId": "P:System.Security.Permissions.PermissionSetAttribute.UnicodeEncoded", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L16C38-L16C42" - }, - { - "DocsId": "P:System.Security.Permissions.PermissionSetAttribute.XML", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L17C29-L17C33" - } - ], - "DocsId": "T:System.Security.Permissions.PermissionSetAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L18C9-L30C81" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L34C9-L37C10" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.#ctor(System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L39C9-L42C10" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L67C39-L72C25" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L77C13-L115C25" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L120C13-L171C90" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L176C13-L196C58" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L201C13-L208C25" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L213C13-L216C25" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L221C13-L221C54" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.Demand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L226C13-L248C74" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L253C13-L267C25" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L272C13-L298C10" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L302C13-L302C39" - } - ], - "DocsId": "T:System.Security.Permissions.PrincipalPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.PrincipalPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs#L15C70-L15C103" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs#L19C58-L19C86" - }, - { - "DocsId": "P:System.Security.Permissions.PrincipalPermissionAttribute.Authenticated", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs#L16C37-L16C41" - }, - { - "DocsId": "P:System.Security.Permissions.PrincipalPermissionAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs#L17C30-L17C34" - }, - { - "DocsId": "P:System.Security.Permissions.PrincipalPermissionAttribute.Role", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs#L18C30-L18C34" - } - ], - "DocsId": "T:System.Security.Permissions.PrincipalPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L13C9-L13C76" - }, - { - "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L14C9-L14C70" - }, - { - "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L16C46-L16C58" - }, - { - "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L17C61-L17C62" - }, - { - "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L18C69-L18C97" - }, - { - "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L19C63-L19C76" - }, - { - "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L20C51-L20C83" - }, - { - "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L21C65-L21C93" - }, - { - "DocsId": "P:System.Security.Permissions.PublisherIdentityPermission.Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L15C46-L15C50" - } - ], - "DocsId": "T:System.Security.Permissions.PublisherIdentityPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.PublisherIdentityPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs#L12C78-L12C111" - }, - { - "DocsId": "M:System.Security.Permissions.PublisherIdentityPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs#L16C58-L16C86" - }, - { - "DocsId": "P:System.Security.Permissions.PublisherIdentityPermissionAttribute.CertFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs#L13C34-L13C38" - }, - { - "DocsId": "P:System.Security.Permissions.PublisherIdentityPermissionAttribute.SignedFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs#L14C36-L14C40" - }, - { - "DocsId": "P:System.Security.Permissions.PublisherIdentityPermissionAttribute.X509Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs#L15C41-L15C45" - } - ], - "DocsId": "T:System.Security.Permissions.PublisherIdentityPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.ReflectionPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L11C9-L11C63" - }, - { - "DocsId": "M:System.Security.Permissions.ReflectionPermission.#ctor(System.Security.Permissions.ReflectionPermissionFlag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L12C9-L12C71" - }, - { - "DocsId": "M:System.Security.Permissions.ReflectionPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L14C46-L14C58" - }, - { - "DocsId": "M:System.Security.Permissions.ReflectionPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L15C61-L15C62" - }, - { - "DocsId": "M:System.Security.Permissions.ReflectionPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L16C69-L16C97" - }, - { - "DocsId": "M:System.Security.Permissions.ReflectionPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L17C63-L17C76" - }, - { - "DocsId": "M:System.Security.Permissions.ReflectionPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L18C40-L18C53" - }, - { - "DocsId": "M:System.Security.Permissions.ReflectionPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L19C51-L19C83" - }, - { - "DocsId": "M:System.Security.Permissions.ReflectionPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L20C64-L20C92" - }, - { - "DocsId": "P:System.Security.Permissions.ReflectionPermission.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L13C49-L13C53" - } - ], - "DocsId": "T:System.Security.Permissions.ReflectionPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.ReflectionPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L12C71-L12C104" - }, - { - "DocsId": "M:System.Security.Permissions.ReflectionPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L20C58-L20C86" - }, - { - "DocsId": "P:System.Security.Permissions.ReflectionPermissionAttribute.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L13C49-L13C53" - }, - { - "DocsId": "P:System.Security.Permissions.ReflectionPermissionAttribute.MemberAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L14C36-L14C40" - }, - { - "DocsId": "P:System.Security.Permissions.ReflectionPermissionAttribute.ReflectionEmit", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L16C38-L16C42" - }, - { - "DocsId": "P:System.Security.Permissions.ReflectionPermissionAttribute.RestrictedMemberAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L17C46-L17C50" - }, - { - "DocsId": "P:System.Security.Permissions.ReflectionPermissionAttribute.TypeInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L19C39-L19C43" - } - ], - "DocsId": "T:System.Security.Permissions.ReflectionPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.ReflectionPermissionFlag.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" - }, - { - "DocsId": "F:System.Security.Permissions.ReflectionPermissionFlag.AllFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" - }, - { - "DocsId": "F:System.Security.Permissions.ReflectionPermissionFlag.MemberAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" - }, - { - "DocsId": "F:System.Security.Permissions.ReflectionPermissionFlag.NoFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" - }, - { - "DocsId": "F:System.Security.Permissions.ReflectionPermissionFlag.ReflectionEmit", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" - }, - { - "DocsId": "F:System.Security.Permissions.ReflectionPermissionFlag.RestrictedMemberAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" - }, - { - "DocsId": "F:System.Security.Permissions.ReflectionPermissionFlag.TypeInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" - } - ], - "DocsId": "T:System.Security.Permissions.ReflectionPermissionFlag", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L13C9-L13C61" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.#ctor(System.Security.Permissions.RegistryPermissionAccess,System.Security.AccessControl.AccessControlActions,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L14C9-L14C118" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.#ctor(System.Security.Permissions.RegistryPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L15C9-L15C88" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.AddPathList(System.Security.Permissions.RegistryPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L16C85-L16C86" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.AddPathList(System.Security.Permissions.RegistryPermissionAccess,System.Security.AccessControl.AccessControlActions,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L17C115-L17C116" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L18C46-L18C74" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L19C62-L19C63" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.GetPathList(System.Security.Permissions.RegistryPermissionAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L20C70-L20C82" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L21C69-L21C97" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L22C63-L22C76" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L23C40-L23C53" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.SetPathList(System.Security.Permissions.RegistryPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L24C85-L24C86" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L25C51-L25C83" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L26C64-L26C92" - } - ], - "DocsId": "T:System.Security.Permissions.RegistryPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.RegistryPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.RegistryPermissionAccess.AllAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.RegistryPermissionAccess.Create", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.RegistryPermissionAccess.NoAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.RegistryPermissionAccess.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.RegistryPermissionAccess.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" - } - ], - "DocsId": "T:System.Security.Permissions.RegistryPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.RegistryPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L12C69-L12C102" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L21C58-L21C86" - }, - { - "DocsId": "P:System.Security.Permissions.RegistryPermissionAttribute.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L14C29-L14C33" - }, - { - "DocsId": "P:System.Security.Permissions.RegistryPermissionAttribute.ChangeAccessControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L15C45-L15C49" - }, - { - "DocsId": "P:System.Security.Permissions.RegistryPermissionAttribute.Create", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L16C32-L16C36" - }, - { - "DocsId": "P:System.Security.Permissions.RegistryPermissionAttribute.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L17C30-L17C34" - }, - { - "DocsId": "P:System.Security.Permissions.RegistryPermissionAttribute.ViewAccessControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L18C43-L18C47" - }, - { - "DocsId": "P:System.Security.Permissions.RegistryPermissionAttribute.ViewAndModify", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L19C39-L19C43" - }, - { - "DocsId": "P:System.Security.Permissions.RegistryPermissionAttribute.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L20C31-L20C35" - } - ], - "DocsId": "T:System.Security.Permissions.RegistryPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L15C9-L15C47" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L16C9-L16C68" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.AddPermissionAccess(System.Security.Permissions.ResourcePermissionBaseEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L22C81-L22C82" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L23C34-L23C35" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L24C46-L24C58" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.GetPermissionEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L25C74-L25C86" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L26C73-L26C74" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L27C69-L27C81" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L28C63-L28C76" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L29C40-L29C53" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.RemovePermissionAccess(System.Security.Permissions.ResourcePermissionBaseEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L30C84-L30C85" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L31C51-L31C63" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L32C65-L32C77" - }, - { - "DocsId": "F:System.Security.Permissions.ResourcePermissionBase.Any", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs" - }, - { - "DocsId": "F:System.Security.Permissions.ResourcePermissionBase.Local", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs" - }, - { - "DocsId": "P:System.Security.Permissions.ResourcePermissionBase.PermissionAccessType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L20C47-L20C51" - }, - { - "DocsId": "P:System.Security.Permissions.ResourcePermissionBase.TagNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L21C39-L21C43" - } - ], - "DocsId": "T:System.Security.Permissions.ResourcePermissionBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBaseEntry.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBaseEntry.cs#L11C9-L11C49" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBaseEntry.#ctor(System.Int32,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBaseEntry.cs#L12C9-L12C100" - }, - { - "DocsId": "P:System.Security.Permissions.ResourcePermissionBaseEntry.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBaseEntry.cs#L13C39-L13C43" - }, - { - "DocsId": "P:System.Security.Permissions.ResourcePermissionBaseEntry.PermissionAccessPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBaseEntry.cs#L14C48-L14C52" - } - ], - "DocsId": "T:System.Security.Permissions.ResourcePermissionBaseEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBaseEntry.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.SecurityPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L11C9-L11C61" - }, - { - "DocsId": "M:System.Security.Permissions.SecurityPermission.#ctor(System.Security.Permissions.SecurityPermissionFlag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L12C9-L12C67" - }, - { - "DocsId": "M:System.Security.Permissions.SecurityPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L14C46-L14C58" - }, - { - "DocsId": "M:System.Security.Permissions.SecurityPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L15C61-L15C62" - }, - { - "DocsId": "M:System.Security.Permissions.SecurityPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L16C69-L16C97" - }, - { - "DocsId": "M:System.Security.Permissions.SecurityPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L17C63-L17C76" - }, - { - "DocsId": "M:System.Security.Permissions.SecurityPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L18C40-L18C53" - }, - { - "DocsId": "M:System.Security.Permissions.SecurityPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L19C51-L19C83" - }, - { - "DocsId": "M:System.Security.Permissions.SecurityPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L20C65-L20C93" - }, - { - "DocsId": "P:System.Security.Permissions.SecurityPermission.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L13C47-L13C51" - } - ], - "DocsId": "T:System.Security.Permissions.SecurityPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L11C9-L11C65" - }, - { - "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L12C9-L12C55" - }, - { - "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L14C46-L14C74" - }, - { - "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L15C61-L15C62" - }, - { - "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L16C69-L16C97" - }, - { - "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L17C63-L17C76" - }, - { - "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L18C51-L18C83" - }, - { - "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L19C65-L19C93" - }, - { - "DocsId": "P:System.Security.Permissions.SiteIdentityPermission.Site", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L13C30-L13C34" - } - ], - "DocsId": "T:System.Security.Permissions.SiteIdentityPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.SiteIdentityPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermissionAttribute.cs#L12C73-L12C106" - }, - { - "DocsId": "M:System.Security.Permissions.SiteIdentityPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermissionAttribute.cs#L14C58-L14C86" - }, - { - "DocsId": "P:System.Security.Permissions.SiteIdentityPermissionAttribute.Site", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermissionAttribute.cs#L13C30-L13C34" - } - ], - "DocsId": "T:System.Security.Permissions.SiteIdentityPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.StorePermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L11C9-L11C58" - }, - { - "DocsId": "M:System.Security.Permissions.StorePermission.#ctor(System.Security.Permissions.StorePermissionFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L12C9-L12C62" - }, - { - "DocsId": "M:System.Security.Permissions.StorePermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L14C40-L14C53" - }, - { - "DocsId": "M:System.Security.Permissions.StorePermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L15C65-L15C77" - }, - { - "DocsId": "M:System.Security.Permissions.StorePermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L16C63-L16C76" - }, - { - "DocsId": "M:System.Security.Permissions.StorePermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L17C69-L17C81" - }, - { - "DocsId": "M:System.Security.Permissions.StorePermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L18C46-L18C58" - }, - { - "DocsId": "M:System.Security.Permissions.StorePermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L19C51-L19C63" - }, - { - "DocsId": "M:System.Security.Permissions.StorePermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L20C73-L20C74" - }, - { - "DocsId": "P:System.Security.Permissions.StorePermission.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L13C45-L13C49" - } - ], - "DocsId": "T:System.Security.Permissions.StorePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.StorePermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L12C66-L12C82" - }, - { - "DocsId": "M:System.Security.Permissions.StorePermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L21C58-L21C70" - }, - { - "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L13C45-L13C49" - }, - { - "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.CreateStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L14C35-L14C39" - }, - { - "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.DeleteStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L15C35-L15C39" - }, - { - "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.EnumerateStores", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L16C39-L16C43" - }, - { - "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.OpenStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L17C33-L17C37" - }, - { - "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.AddToStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L18C34-L18C38" - }, - { - "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.RemoveFromStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L19C39-L19C43" - }, - { - "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.EnumerateCertificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L20C45-L20C49" - } - ], - "DocsId": "T:System.Security.Permissions.StorePermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.StorePermissionFlags.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.StorePermissionFlags.NoFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.StorePermissionFlags.CreateStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.StorePermissionFlags.DeleteStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.StorePermissionFlags.EnumerateStores", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.StorePermissionFlags.OpenStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.StorePermissionFlags.AddToStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.StorePermissionFlags.RemoveFromStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.StorePermissionFlags.EnumerateCertificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.StorePermissionFlags.AllFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" - } - ], - "DocsId": "T:System.Security.Permissions.StorePermissionFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L11C9-L11C71" - }, - { - "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.#ctor(System.Security.Permissions.StrongNamePublicKeyBlob,System.String,System.Version)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L12C9-L12C108" - }, - { - "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L16C46-L16C58" - }, - { - "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L17C59-L17C60" - }, - { - "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L18C69-L18C97" - }, - { - "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L19C63-L19C76" - }, - { - "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L20C51-L20C83" - }, - { - "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L21C65-L21C93" - }, - { - "DocsId": "P:System.Security.Permissions.StrongNameIdentityPermission.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L13C30-L13C34" - }, - { - "DocsId": "P:System.Security.Permissions.StrongNameIdentityPermission.PublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L14C52-L14C56" - }, - { - "DocsId": "P:System.Security.Permissions.StrongNameIdentityPermission.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L15C34-L15C38" - } - ], - "DocsId": "T:System.Security.Permissions.StrongNameIdentityPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs#L12C79-L12C112" - }, - { - "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs#L16C58-L16C86" - }, - { - "DocsId": "P:System.Security.Permissions.StrongNameIdentityPermissionAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs#L13C30-L13C34" - }, - { - "DocsId": "P:System.Security.Permissions.StrongNameIdentityPermissionAttribute.PublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs#L14C35-L14C39" - }, - { - "DocsId": "P:System.Security.Permissions.StrongNameIdentityPermissionAttribute.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs#L15C33-L15C37" - } - ], - "DocsId": "T:System.Security.Permissions.StrongNameIdentityPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.StrongNamePublicKeyBlob.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs#L11C9-L11C61" - }, - { - "DocsId": "M:System.Security.Permissions.StrongNamePublicKeyBlob.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs#L12C50-L12C64" - }, - { - "DocsId": "M:System.Security.Permissions.StrongNamePublicKeyBlob.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs#L13C46-L13C64" - }, - { - "DocsId": "M:System.Security.Permissions.StrongNamePublicKeyBlob.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs#L14C46-L14C61" - } - ], - "DocsId": "T:System.Security.Permissions.StrongNamePublicKeyBlob", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L11C9-L11C67" - }, - { - "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.#ctor(System.Security.Permissions.TypeDescriptorPermissionFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L12C9-L12C80" - }, - { - "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L14C46-L14C58" - }, - { - "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L15C73-L15C74" - }, - { - "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L16C69-L16C97" - }, - { - "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L17C63-L17C76" - }, - { - "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L18C40-L18C53" - }, - { - "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L19C51-L19C83" - }, - { - "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L20C65-L20C93" - }, - { - "DocsId": "P:System.Security.Permissions.TypeDescriptorPermission.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L13C54-L13C58" - } - ], - "DocsId": "T:System.Security.Permissions.TypeDescriptorPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.TypeDescriptorPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionAttribute.cs#L12C75-L12C91" - }, - { - "DocsId": "M:System.Security.Permissions.TypeDescriptorPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionAttribute.cs#L15C58-L15C70" - }, - { - "DocsId": "P:System.Security.Permissions.TypeDescriptorPermissionAttribute.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionAttribute.cs#L13C54-L13C58" - }, - { - "DocsId": "P:System.Security.Permissions.TypeDescriptorPermissionAttribute.RestrictedRegistrationAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionAttribute.cs#L14C52-L14C56" - } - ], - "DocsId": "T:System.Security.Permissions.TypeDescriptorPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.TypeDescriptorPermissionFlags.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.TypeDescriptorPermissionFlags.NoFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.TypeDescriptorPermissionFlags.RestrictedRegistrationAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionFlags.cs" - } - ], - "DocsId": "T:System.Security.Permissions.TypeDescriptorPermissionFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionFlags.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.UIPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L11C9-L11C55" - }, - { - "DocsId": "M:System.Security.Permissions.UIPermission.#ctor(System.Security.Permissions.UIPermissionClipboard)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L12C9-L12C69" - }, - { - "DocsId": "M:System.Security.Permissions.UIPermission.#ctor(System.Security.Permissions.UIPermissionWindow)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L13C9-L13C63" - }, - { - "DocsId": "M:System.Security.Permissions.UIPermission.#ctor(System.Security.Permissions.UIPermissionWindow,System.Security.Permissions.UIPermissionClipboard)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L14C9-L14C100" - }, - { - "DocsId": "M:System.Security.Permissions.UIPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L17C46-L17C58" - }, - { - "DocsId": "M:System.Security.Permissions.UIPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L18C61-L18C62" - }, - { - "DocsId": "M:System.Security.Permissions.UIPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L19C69-L19C97" - }, - { - "DocsId": "M:System.Security.Permissions.UIPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L20C63-L20C76" - }, - { - "DocsId": "M:System.Security.Permissions.UIPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L21C40-L21C53" - }, - { - "DocsId": "M:System.Security.Permissions.UIPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L22C51-L22C83" - }, - { - "DocsId": "M:System.Security.Permissions.UIPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L23C65-L23C93" - }, - { - "DocsId": "P:System.Security.Permissions.UIPermission.Clipboard", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L15C50-L15C54" - }, - { - "DocsId": "P:System.Security.Permissions.UIPermission.Window", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L16C44-L16C48" - } - ], - "DocsId": "T:System.Security.Permissions.UIPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.UIPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionAttribute.cs#L12C63-L12C96" - }, - { - "DocsId": "M:System.Security.Permissions.UIPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionAttribute.cs#L15C58-L15C86" - }, - { - "DocsId": "P:System.Security.Permissions.UIPermissionAttribute.Clipboard", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionAttribute.cs#L13C50-L13C54" - }, - { - "DocsId": "P:System.Security.Permissions.UIPermissionAttribute.Window", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionAttribute.cs#L14C44-L14C48" - } - ], - "DocsId": "T:System.Security.Permissions.UIPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.UIPermissionClipboard.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionClipboard.cs" - }, - { - "DocsId": "F:System.Security.Permissions.UIPermissionClipboard.AllClipboard", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionClipboard.cs" - }, - { - "DocsId": "F:System.Security.Permissions.UIPermissionClipboard.NoClipboard", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionClipboard.cs" - }, - { - "DocsId": "F:System.Security.Permissions.UIPermissionClipboard.OwnClipboard", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionClipboard.cs" - } - ], - "DocsId": "T:System.Security.Permissions.UIPermissionClipboard", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionClipboard.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.UIPermissionWindow.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" - }, - { - "DocsId": "F:System.Security.Permissions.UIPermissionWindow.AllWindows", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" - }, - { - "DocsId": "F:System.Security.Permissions.UIPermissionWindow.NoWindows", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" - }, - { - "DocsId": "F:System.Security.Permissions.UIPermissionWindow.SafeSubWindows", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" - }, - { - "DocsId": "F:System.Security.Permissions.UIPermissionWindow.SafeTopLevelWindows", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" - } - ], - "DocsId": "T:System.Security.Permissions.UIPermissionWindow", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L11C9-L11C64" - }, - { - "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L12C9-L12C54" - }, - { - "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L14C46-L14C74" - }, - { - "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L15C61-L15C62" - }, - { - "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L16C69-L16C97" - }, - { - "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L17C63-L17C76" - }, - { - "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L18C51-L18C83" - }, - { - "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L19C65-L19C93" - }, - { - "DocsId": "P:System.Security.Permissions.UrlIdentityPermission.Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L13C29-L13C33" - } - ], - "DocsId": "T:System.Security.Permissions.UrlIdentityPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.UrlIdentityPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermissionAttribute.cs#L12C72-L12C105" - }, - { - "DocsId": "M:System.Security.Permissions.UrlIdentityPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermissionAttribute.cs#L14C58-L14C86" - }, - { - "DocsId": "P:System.Security.Permissions.UrlIdentityPermissionAttribute.Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermissionAttribute.cs#L13C29-L13C33" - } - ], - "DocsId": "T:System.Security.Permissions.UrlIdentityPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.WebBrowserPermissionLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.WebBrowserPermissionLevel.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.WebBrowserPermissionLevel.Safe", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.WebBrowserPermissionLevel.Unrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" - } - ], - "DocsId": "T:System.Security.Permissions.WebBrowserPermissionLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.WebBrowserPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L20C9-L20C42" - }, - { - "DocsId": "M:System.Security.Permissions.WebBrowserPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L21C9-L21C63" - }, - { - "DocsId": "M:System.Security.Permissions.WebBrowserPermission.#ctor(System.Security.Permissions.WebBrowserPermissionLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L22C9-L22C93" - }, - { - "DocsId": "M:System.Security.Permissions.WebBrowserPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L23C40-L23C52" - }, - { - "DocsId": "M:System.Security.Permissions.WebBrowserPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L24C63-L24C75" - }, - { - "DocsId": "M:System.Security.Permissions.WebBrowserPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L25C69-L25C103" - }, - { - "DocsId": "M:System.Security.Permissions.WebBrowserPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L26C65-L26C99" - }, - { - "DocsId": "M:System.Security.Permissions.WebBrowserPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L27C46-L27C80" - }, - { - "DocsId": "M:System.Security.Permissions.WebBrowserPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L28C51-L28C83" - }, - { - "DocsId": "M:System.Security.Permissions.WebBrowserPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L29C73-L29C74" - }, - { - "DocsId": "P:System.Security.Permissions.WebBrowserPermission.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L30C56-L30C102" - } - ], - "DocsId": "T:System.Security.Permissions.WebBrowserPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.WebBrowserPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L39C71-L39C87" - }, - { - "DocsId": "M:System.Security.Permissions.WebBrowserPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L40C58-L40C92" - }, - { - "DocsId": "P:System.Security.Permissions.WebBrowserPermissionAttribute.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L41C56-L41C102" - } - ], - "DocsId": "T:System.Security.Permissions.WebBrowserPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L11C9-L11C65" - }, - { - "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.#ctor(System.Security.SecurityZone)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L12C9-L12C61" - }, - { - "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L14C46-L14C58" - }, - { - "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L15C61-L15C62" - }, - { - "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L16C69-L16C97" - }, - { - "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L17C63-L17C76" - }, - { - "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L18C51-L18C83" - }, - { - "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L19C65-L19C93" - }, - { - "DocsId": "P:System.Security.Permissions.ZoneIdentityPermission.SecurityZone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L13C44-L13C48" - } - ], - "DocsId": "T:System.Security.Permissions.ZoneIdentityPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.ZoneIdentityPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermissionAttribute.cs#L12C73-L12C106" - }, - { - "DocsId": "M:System.Security.Permissions.ZoneIdentityPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermissionAttribute.cs#L14C58-L14C86" - }, - { - "DocsId": "P:System.Security.Permissions.ZoneIdentityPermissionAttribute.Zone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermissionAttribute.cs#L13C36-L13C40" - } - ], - "DocsId": "T:System.Security.Permissions.ZoneIdentityPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.DnsPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L14C9-L14C56" - }, - { - "DocsId": "M:System.Net.DnsPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L15C46-L15C58" - }, - { - "DocsId": "M:System.Net.DnsPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L16C73-L16C74" - }, - { - "DocsId": "M:System.Net.DnsPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L17C69-L17C81" - }, - { - "DocsId": "M:System.Net.DnsPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L18C64-L18C69" - }, - { - "DocsId": "M:System.Net.DnsPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L19C41-L19C46" - }, - { - "DocsId": "M:System.Net.DnsPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L20C51-L20C63" - }, - { - "DocsId": "M:System.Net.DnsPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L21C65-L21C77" - } - ], - "DocsId": "T:System.Net.DnsPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.DnsPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/DnsPermissionAttribute.cs#L16C64-L16C80" - }, - { - "DocsId": "M:System.Net.DnsPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/DnsPermissionAttribute.cs#L17C58-L17C70" - } - ], - "DocsId": "T:System.Net.DnsPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/DnsPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.EndpointPermission.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs#L12C51-L12C64" - }, - { - "DocsId": "M:System.Net.EndpointPermission.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs#L13C45-L13C54" - }, - { - "DocsId": "P:System.Net.EndpointPermission.Hostname", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs#L9C40-L9C52" - }, - { - "DocsId": "P:System.Net.EndpointPermission.Port", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs#L10C33-L10C42" - }, - { - "DocsId": "P:System.Net.EndpointPermission.Transport", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs#L11C42-L11C46" - } - ], - "DocsId": "T:System.Net.EndpointPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Net.NetworkAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/NetworkAccess.cs" - }, - { - "DocsId": "F:System.Net.NetworkAccess.Accept", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/NetworkAccess.cs" - }, - { - "DocsId": "F:System.Net.NetworkAccess.Connect", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/NetworkAccess.cs" - } - ], - "DocsId": "T:System.Net.NetworkAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/NetworkAccess.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.SocketPermission.#ctor(System.Net.NetworkAccess,System.Net.TransportType,System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L15C9-L15C116" - }, - { - "DocsId": "M:System.Net.SocketPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L16C9-L16C59" - }, - { - "DocsId": "M:System.Net.SocketPermission.AddPermission(System.Net.NetworkAccess,System.Net.TransportType,System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L19C117-L19C118" - }, - { - "DocsId": "M:System.Net.SocketPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L20C46-L20C58" - }, - { - "DocsId": "M:System.Net.SocketPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L21C73-L21C74" - }, - { - "DocsId": "M:System.Net.SocketPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L22C69-L22C81" - }, - { - "DocsId": "M:System.Net.SocketPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L23C64-L23C69" - }, - { - "DocsId": "M:System.Net.SocketPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L24C41-L24C46" - }, - { - "DocsId": "M:System.Net.SocketPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L25C51-L25C63" - }, - { - "DocsId": "M:System.Net.SocketPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L26C65-L26C77" - }, - { - "DocsId": "F:System.Net.SocketPermission.AllPorts", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs" - }, - { - "DocsId": "P:System.Net.SocketPermission.AcceptList", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L17C66-L17C78" - }, - { - "DocsId": "P:System.Net.SocketPermission.ConnectList", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L18C67-L18C79" - } - ], - "DocsId": "T:System.Net.SocketPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.SocketPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L16C67-L16C83" - }, - { - "DocsId": "M:System.Net.SocketPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L21C58-L21C70" - }, - { - "DocsId": "P:System.Net.SocketPermissionAttribute.Access", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L17C38-L17C50" - }, - { - "DocsId": "P:System.Net.SocketPermissionAttribute.Host", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L18C36-L18C48" - }, - { - "DocsId": "P:System.Net.SocketPermissionAttribute.Port", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L19C36-L19C48" - }, - { - "DocsId": "P:System.Net.SocketPermissionAttribute.Transport", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L20C41-L20C53" - } - ], - "DocsId": "T:System.Net.SocketPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Net.TransportType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" - }, - { - "DocsId": "F:System.Net.TransportType.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" - }, - { - "DocsId": "F:System.Net.TransportType.Connectionless", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" - }, - { - "DocsId": "F:System.Net.TransportType.ConnectionOriented", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" - }, - { - "DocsId": "F:System.Net.TransportType.Tcp", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" - }, - { - "DocsId": "F:System.Net.TransportType.Udp", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" - } - ], - "DocsId": "T:System.Net.TransportType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.WebPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L16C9-L16C35" - }, - { - "DocsId": "M:System.Net.WebPermission.#ctor(System.Net.NetworkAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L17C9-L17C73" - }, - { - "DocsId": "M:System.Net.WebPermission.#ctor(System.Net.NetworkAccess,System.Text.RegularExpressions.Regex)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L18C9-L18C71" - }, - { - "DocsId": "M:System.Net.WebPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L19C9-L19C56" - }, - { - "DocsId": "M:System.Net.WebPermission.AddPermission(System.Net.NetworkAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L22C77-L22C78" - }, - { - "DocsId": "M:System.Net.WebPermission.AddPermission(System.Net.NetworkAccess,System.Text.RegularExpressions.Regex)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L23C75-L23C76" - }, - { - "DocsId": "M:System.Net.WebPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L24C46-L24C58" - }, - { - "DocsId": "M:System.Net.WebPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L25C73-L25C74" - }, - { - "DocsId": "M:System.Net.WebPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L26C69-L26C81" - }, - { - "DocsId": "M:System.Net.WebPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L27C64-L27C69" - }, - { - "DocsId": "M:System.Net.WebPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L28C41-L28C46" - }, - { - "DocsId": "M:System.Net.WebPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L29C51-L29C63" - }, - { - "DocsId": "M:System.Net.WebPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L30C65-L30C77" - }, - { - "DocsId": "P:System.Net.WebPermission.AcceptList", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L20C47-L20C59" - }, - { - "DocsId": "P:System.Net.WebPermission.ConnectList", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L21C48-L21C60" - } - ], - "DocsId": "T:System.Net.WebPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.WebPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L16C64-L16C80" - }, - { - "DocsId": "M:System.Net.WebPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L21C58-L21C70" - }, - { - "DocsId": "P:System.Net.WebPermissionAttribute.Accept", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L17C38-L17C50" - }, - { - "DocsId": "P:System.Net.WebPermissionAttribute.AcceptPattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L18C45-L18C57" - }, - { - "DocsId": "P:System.Net.WebPermissionAttribute.Connect", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L19C39-L19C51" - }, - { - "DocsId": "P:System.Net.WebPermissionAttribute.ConnectPattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L20C46-L20C58" - } - ], - "DocsId": "T:System.Net.WebPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L14C9-L14C57" - }, - { - "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L15C46-L15C58" - }, - { - "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L16C59-L16C60" - }, - { - "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L17C69-L17C81" - }, - { - "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L18C64-L18C69" - }, - { - "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L19C41-L19C46" - }, - { - "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L20C51-L20C63" - }, - { - "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L21C65-L21C77" - } - ], - "DocsId": "T:System.Net.PeerToPeer.PnrpPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.PeerToPeer.PnrpPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermissionAttribute.cs#L16C65-L16C81" - }, - { - "DocsId": "M:System.Net.PeerToPeer.PnrpPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermissionAttribute.cs#L17C58-L17C70" - } - ], - "DocsId": "T:System.Net.PeerToPeer.PnrpPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Net.PeerToPeer.PnrpScope.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" - }, - { - "DocsId": "F:System.Net.PeerToPeer.PnrpScope.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" - }, - { - "DocsId": "F:System.Net.PeerToPeer.PnrpScope.Global", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" - }, - { - "DocsId": "F:System.Net.PeerToPeer.PnrpScope.LinkLocal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" - }, - { - "DocsId": "F:System.Net.PeerToPeer.PnrpScope.SiteLocal", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" - } - ], - "DocsId": "T:System.Net.PeerToPeer.PnrpScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L14C9-L14C70" - }, - { - "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L15C46-L15C58" - }, - { - "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L16C59-L16C60" - }, - { - "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L17C69-L17C81" - }, - { - "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L18C64-L18C69" - }, - { - "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L19C41-L19C46" - }, - { - "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L20C51-L20C63" - }, - { - "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L21C65-L21C77" - } - ], - "DocsId": "T:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermissionAttribute.cs#L16C78-L16C94" - }, - { - "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermissionAttribute.cs#L17C58-L17C70" - } - ], - "DocsId": "T:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Net.NetworkInformation.NetworkInformationAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationAccess.cs" - }, - { - "DocsId": "F:System.Net.NetworkInformation.NetworkInformationAccess.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationAccess.cs" - }, - { - "DocsId": "F:System.Net.NetworkInformation.NetworkInformationAccess.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationAccess.cs" - }, - { - "DocsId": "F:System.Net.NetworkInformation.NetworkInformationAccess.Ping", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationAccess.cs" - } - ], - "DocsId": "T:System.Net.NetworkInformation.NetworkInformationAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationAccess.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L14C9-L14C71" - }, - { - "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.#ctor(System.Net.NetworkInformation.NetworkInformationAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L15C9-L15C81" - }, - { - "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.AddPermission(System.Net.NetworkInformation.NetworkInformationAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L17C70-L17C71" - }, - { - "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L18C41-L18C45" - }, - { - "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L19C47-L19C51" - }, - { - "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L20C66-L20C70" - }, - { - "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L21C70-L21C74" - }, - { - "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L22C64-L22C69" - }, - { - "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L23C73-L23C74" - }, - { - "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L24C52-L24C56" - }, - { - "DocsId": "P:System.Net.NetworkInformation.NetworkInformationPermission.Access", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L16C50-L16C54" - } - ], - "DocsId": "T:System.Net.NetworkInformation.NetworkInformationPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermissionAttribute.cs#L15C79-L15C95" - }, - { - "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermissionAttribute.cs#L17C59-L17C63" - }, - { - "DocsId": "P:System.Net.NetworkInformation.NetworkInformationPermissionAttribute.Access", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermissionAttribute.cs#L16C32-L16C36" - } - ], - "DocsId": "T:System.Net.NetworkInformation.NetworkInformationPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Net.Mail.SmtpAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpAccess.cs" - }, - { - "DocsId": "F:System.Net.Mail.SmtpAccess.Connect", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpAccess.cs" - }, - { - "DocsId": "F:System.Net.Mail.SmtpAccess.ConnectToUnrestrictedPort", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpAccess.cs" - }, - { - "DocsId": "F:System.Net.Mail.SmtpAccess.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpAccess.cs" - } - ], - "DocsId": "T:System.Net.Mail.SmtpAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpAccess.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.Mail.SmtpPermission.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L14C9-L14C53" - }, - { - "DocsId": "M:System.Net.Mail.SmtpPermission.#ctor(System.Net.Mail.SmtpAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L15C9-L15C53" - }, - { - "DocsId": "M:System.Net.Mail.SmtpPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L16C9-L16C57" - }, - { - "DocsId": "M:System.Net.Mail.SmtpPermission.AddPermission(System.Net.Mail.SmtpAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L18C56-L18C57" - }, - { - "DocsId": "M:System.Net.Mail.SmtpPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L19C46-L19C58" - }, - { - "DocsId": "M:System.Net.Mail.SmtpPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L20C73-L20C74" - }, - { - "DocsId": "M:System.Net.Mail.SmtpPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L21C69-L21C81" - }, - { - "DocsId": "M:System.Net.Mail.SmtpPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L22C64-L22C69" - }, - { - "DocsId": "M:System.Net.Mail.SmtpPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L23C41-L23C46" - }, - { - "DocsId": "M:System.Net.Mail.SmtpPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L24C51-L24C63" - }, - { - "DocsId": "M:System.Net.Mail.SmtpPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L25C65-L25C77" - }, - { - "DocsId": "P:System.Net.Mail.SmtpPermission.Access", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L17C36-L17C40" - } - ], - "DocsId": "T:System.Net.Mail.SmtpPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.Mail.SmtpPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermissionAttribute.cs#L16C65-L16C81" - }, - { - "DocsId": "M:System.Net.Mail.SmtpPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermissionAttribute.cs#L18C58-L18C70" - }, - { - "DocsId": "P:System.Net.Mail.SmtpPermissionAttribute.Access", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermissionAttribute.cs#L17C38-L17C50" - } - ], - "DocsId": "T:System.Net.Mail.SmtpPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrintingPermission.#ctor(System.Drawing.Printing.PrintingPermissionLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L14C9-L14C77" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintingPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L15C9-L15C61" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintingPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L17C47-L17C51" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintingPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L18C65-L18C66" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintingPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L19C70-L19C74" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintingPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L20C64-L20C69" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintingPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L21C41-L21C46" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintingPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L22C52-L22C56" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintingPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L23C66-L23C70" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintingPermission.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L16C48-L16C52" - } - ], - "DocsId": "T:System.Drawing.Printing.PrintingPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrintingPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionAttribute.cs#L14C69-L14C85" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintingPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionAttribute.cs#L16C74-L16C86" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintingPermissionAttribute.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionAttribute.cs#L15C48-L15C52" - } - ], - "DocsId": "T:System.Drawing.Printing.PrintingPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Printing.PrintingPermissionLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrintingPermissionLevel.AllPrinting", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrintingPermissionLevel.DefaultPrinting", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrintingPermissionLevel.NoPrinting", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrintingPermissionLevel.SafePrinting", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.PrintingPermissionLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.EventLogPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs#L13C9-L13C40" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermission.#ctor(System.Diagnostics.EventLogPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs#L14C9-L14C101" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermission.#ctor(System.Diagnostics.EventLogPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs#L15C9-L15C89" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs#L16C9-L16C61" - }, - { - "DocsId": "P:System.Diagnostics.EventLogPermission.PermissionEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs#L17C70-L17C74" - } - ], - "DocsId": "T:System.Diagnostics.EventLogPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.EventLogPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" - }, - { - "DocsId": "F:System.Diagnostics.EventLogPermissionAccess.Administer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" - }, - { - "DocsId": "F:System.Diagnostics.EventLogPermissionAccess.Audit", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" - }, - { - "DocsId": "F:System.Diagnostics.EventLogPermissionAccess.Browse", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" - }, - { - "DocsId": "F:System.Diagnostics.EventLogPermissionAccess.Instrument", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" - }, - { - "DocsId": "F:System.Diagnostics.EventLogPermissionAccess.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" - }, - { - "DocsId": "F:System.Diagnostics.EventLogPermissionAccess.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" - } - ], - "DocsId": "T:System.Diagnostics.EventLogPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.EventLogPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAttribute.cs#L16C69-L16C85" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAttribute.cs#L19C58-L19C70" - }, - { - "DocsId": "P:System.Diagnostics.EventLogPermissionAttribute.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAttribute.cs#L17C43-L17C55" - }, - { - "DocsId": "P:System.Diagnostics.EventLogPermissionAttribute.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAttribute.cs#L18C60-L18C64" - } - ], - "DocsId": "T:System.Diagnostics.EventLogPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntry.#ctor(System.Diagnostics.EventLogPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntry.cs#L8C9-L8C106" - }, - { - "DocsId": "P:System.Diagnostics.EventLogPermissionEntry.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntry.cs#L9C43-L9C55" - }, - { - "DocsId": "P:System.Diagnostics.EventLogPermissionEntry.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntry.cs#L10C60-L10C64" - } - ], - "DocsId": "T:System.Diagnostics.EventLogPermissionEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntry.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.Add(System.Diagnostics.EventLogPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L12C57-L12C66" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.AddRange(System.Diagnostics.EventLogPermissionEntryCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L13C73-L13C74" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.AddRange(System.Diagnostics.EventLogPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L14C65-L14C66" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.Contains(System.Diagnostics.EventLogPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L15C63-L15C76" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.CopyTo(System.Diagnostics.EventLogPermissionEntry[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L16C74-L16C75" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.IndexOf(System.Diagnostics.EventLogPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L17C61-L17C70" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.Insert(System.Int32,System.Diagnostics.EventLogPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L18C72-L18C73" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.OnClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L19C45-L19C46" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.OnInsert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L20C69-L20C70" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.OnRemove(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L21C69-L21C70" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.OnSet(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L22C86-L22C87" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.Remove(System.Diagnostics.EventLogPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L23C61-L23C62" - }, - { - "DocsId": "P:System.Diagnostics.EventLogPermissionEntryCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L11C64-L11C76" - } - ], - "DocsId": "T:System.Diagnostics.EventLogPermissionEntryCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs#L13C9-L13C50" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermission.#ctor(System.Diagnostics.PerformanceCounterPermissionAccess,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs#L14C9-L14C142" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermission.#ctor(System.Diagnostics.PerformanceCounterPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs#L15C9-L15C109" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs#L16C9-L16C71" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounterPermission.PermissionEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs#L17C86-L17C98" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceCounterPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.PerformanceCounterPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterPermissionAccess.Administer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterPermissionAccess.Browse", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterPermissionAccess.Instrument", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterPermissionAccess.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterPermissionAccess.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterPermissionAccess.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceCounterPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs#L15C79-L15C95" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs#L19C58-L19C70" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounterPermissionAttribute.CategoryName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs#L16C44-L16C56" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounterPermissionAttribute.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs#L17C43-L17C55" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounterPermissionAttribute.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs#L18C70-L18C74" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceCounterPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntry.#ctor(System.Diagnostics.PerformanceCounterPermissionAccess,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntry.cs#L8C9-L8C147" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounterPermissionEntry.CategoryName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntry.cs#L9C44-L9C56" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounterPermissionEntry.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntry.cs#L10C43-L10C55" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounterPermissionEntry.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntry.cs#L11C70-L11C74" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceCounterPermissionEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntry.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.Add(System.Diagnostics.PerformanceCounterPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L12C67-L12C76" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.AddRange(System.Diagnostics.PerformanceCounterPermissionEntryCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L13C83-L13C84" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.AddRange(System.Diagnostics.PerformanceCounterPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L14C75-L14C76" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.Contains(System.Diagnostics.PerformanceCounterPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L15C73-L15C86" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.CopyTo(System.Diagnostics.PerformanceCounterPermissionEntry[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L16C84-L16C85" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.IndexOf(System.Diagnostics.PerformanceCounterPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L17C71-L17C80" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.Insert(System.Int32,System.Diagnostics.PerformanceCounterPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L18C82-L18C83" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.OnClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L19C45-L19C46" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.OnInsert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L20C69-L20C70" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.OnRemove(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L21C69-L21C70" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.OnSet(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L22C86-L22C87" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.Remove(System.Diagnostics.PerformanceCounterPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L23C71-L23C72" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounterPermissionEntryCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L11C74-L11C86" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceCounterPermissionEntryCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.SqlClient.SqlClientPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs#L14C40-L14C74" - }, - { - "DocsId": "M:System.Data.SqlClient.SqlClientPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs#L15C61-L15C95" - }, - { - "DocsId": "M:System.Data.SqlClient.SqlClientPermission.#ctor(System.Security.Permissions.PermissionState,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs#L16C86-L16C120" - }, - { - "DocsId": "M:System.Data.SqlClient.SqlClientPermission.Add(System.String,System.String,System.Data.KeyRestrictionBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs#L17C115-L17C116" - }, - { - "DocsId": "M:System.Data.SqlClient.SqlClientPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs#L18C62-L18C74" - } - ], - "DocsId": "T:System.Data.SqlClient.SqlClientPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.SqlClient.SqlClientPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermissionAttribute.cs#L17C70-L17C103" - }, - { - "DocsId": "M:System.Data.SqlClient.SqlClientPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermissionAttribute.cs#L18C58-L18C70" - } - ], - "DocsId": "T:System.Data.SqlClient.SqlClientPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OracleClient.OraclePermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L14C9-L14C59" - }, - { - "DocsId": "M:System.Data.OracleClient.OraclePermission.Add(System.String,System.String,System.Data.KeyRestrictionBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L16C106-L16C107" - }, - { - "DocsId": "M:System.Data.OracleClient.OraclePermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L17C46-L17C58" - }, - { - "DocsId": "M:System.Data.OracleClient.OraclePermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L18C73-L18C74" - }, - { - "DocsId": "M:System.Data.OracleClient.OraclePermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L19C69-L19C81" - }, - { - "DocsId": "M:System.Data.OracleClient.OraclePermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L20C64-L20C69" - }, - { - "DocsId": "M:System.Data.OracleClient.OraclePermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L21C41-L21C46" - }, - { - "DocsId": "M:System.Data.OracleClient.OraclePermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L22C51-L22C63" - }, - { - "DocsId": "M:System.Data.OracleClient.OraclePermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L23C65-L23C77" - }, - { - "DocsId": "P:System.Data.OracleClient.OraclePermission.AllowBlankPassword", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L15C42-L15C46" - } - ], - "DocsId": "T:System.Data.OracleClient.OraclePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OracleClient.OraclePermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L15C67-L15C83" - }, - { - "DocsId": "M:System.Data.OracleClient.OraclePermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L20C67-L20C79" - }, - { - "DocsId": "M:System.Data.OracleClient.OraclePermissionAttribute.ShouldSerializeConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L22C58-L22C63" - }, - { - "DocsId": "M:System.Data.OracleClient.OraclePermissionAttribute.ShouldSerializeKeyRestrictions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L24C57-L24C62" - }, - { - "DocsId": "P:System.Data.OracleClient.OraclePermissionAttribute.AllowBlankPassword", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L16C42-L16C46" - }, - { - "DocsId": "P:System.Data.OracleClient.OraclePermissionAttribute.ConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L17C48-L17C60" - }, - { - "DocsId": "P:System.Data.OracleClient.OraclePermissionAttribute.KeyRestrictionBehavior", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L18C64-L18C68" - }, - { - "DocsId": "P:System.Data.OracleClient.OraclePermissionAttribute.KeyRestrictions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L19C47-L19C59" - } - ], - "DocsId": "T:System.Data.OracleClient.OraclePermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs#L15C36-L15C70" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs#L16C57-L16C91" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbPermission.#ctor(System.Security.Permissions.PermissionState,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs#L17C82-L17C116" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs#L21C46-L21C58" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbPermission.Provider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs#L20C40-L20C52" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermissionAttribute.cs#L17C66-L17C99" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermissionAttribute.cs#L21C58-L21C70" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbPermissionAttribute.Provider", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermissionAttribute.cs#L20C40-L20C52" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs#L15C35-L15C69" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs#L16C56-L16C90" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcPermission.#ctor(System.Security.Permissions.PermissionState,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs#L17C81-L17C115" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcPermission.Add(System.String,System.String,System.Data.KeyRestrictionBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs#L18C115-L18C116" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs#L19C46-L19C58" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermissionAttribute.cs#L17C65-L17C98" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermissionAttribute.cs#L18C58-L18C70" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Common.DBDataPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L14C9-L14C41" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.#ctor(System.Data.Common.DBDataPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L15C9-L15C68" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.#ctor(System.Data.Common.DBDataPermissionAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L16C9-L16C86" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L17C9-L17C62" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.#ctor(System.Security.Permissions.PermissionState,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L18C9-L18C87" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.Add(System.String,System.String,System.Data.KeyRestrictionBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L20C114-L20C115" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L21C34-L21C35" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.CreateInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L22C64-L22C68" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L23C47-L23C51" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L24C73-L24C74" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L25C70-L25C74" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L26C64-L26C69" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L27C41-L27C46" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L28C52-L28C56" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L29C65-L29C93" - }, - { - "DocsId": "P:System.Data.Common.DBDataPermission.AllowBlankPassword", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L19C42-L19C46" - } - ], - "DocsId": "T:System.Data.Common.DBDataPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Common.DBDataPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L15C70-L15C86" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermissionAttribute.ShouldSerializeConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L21C57-L21C70" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermissionAttribute.ShouldSerializeKeyRestrictions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L23C56-L23C69" - }, - { - "DocsId": "P:System.Data.Common.DBDataPermissionAttribute.AllowBlankPassword", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L16C42-L16C46" - }, - { - "DocsId": "P:System.Data.Common.DBDataPermissionAttribute.ConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L17C42-L17C46" - }, - { - "DocsId": "P:System.Data.Common.DBDataPermissionAttribute.KeyRestrictionBehavior", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L18C64-L18C68" - }, - { - "DocsId": "P:System.Data.Common.DBDataPermissionAttribute.KeyRestrictions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L19C41-L19C45" - } - ], - "DocsId": "T:System.Data.Common.DBDataPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L14C9-L14C66" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L15C41-L15C46" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L16C47-L16C75" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L17C65-L17C93" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L18C69-L18C97" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L19C64-L19C69" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L20C73-L20C74" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L21C51-L21C83" - } - ], - "DocsId": "T:System.Configuration.ConfigurationPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermissionAttribute.cs#L15C74-L15C107" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermissionAttribute.cs#L16C58-L16C86" - } - ], - "DocsId": "T:System.Configuration.ConfigurationPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermissionAttribute.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.ServiceModel.Federation.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.ServiceModel.Federation.json deleted file mode 100644 index 125340acb0f..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.ServiceModel.Federation.json +++ /dev/null @@ -1,558 +0,0 @@ -{ - "Assembly": "System.ServiceModel.Federation", - "GUID": "950E461C7D354BE29AC0BC2835008605FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Federation.IWSTrustChannelContract.IssueAsync(Microsoft.IdentityModel.Protocols.WsTrust.WsTrustRequest)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/IWSTrustChannelContract.cs" - } - ], - "DocsId": "T:System.ServiceModel.Federation.IWSTrustChannelContract", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/IWSTrustChannelContract.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Federation.WSFederationHttpBinding.#ctor(System.ServiceModel.Federation.WSTrustTokenParameters)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsFederationHttpBinding.cs#L26C15-L30C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSFederationHttpBinding.CreateMessageSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsFederationHttpBinding.cs#L52C13-L88C27" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSFederationHttpBinding.CreateBindingElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsFederationHttpBinding.cs#L98C13-L100C45" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSFederationHttpBinding.WSTrustTokenParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsFederationHttpBinding.cs#L38C13-L38C17" - } - ], - "DocsId": "T:System.ServiceModel.Federation.WSFederationHttpBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsFederationHttpBinding.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.#ctor(System.ServiceModel.Channels.IRequestChannel)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L66C62-L41C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.CreateRequest(Microsoft.IdentityModel.Protocols.WsTrust.WsTrustRequest)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L75C13-L78C103" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.GetRequestAction(Microsoft.IdentityModel.Protocols.WsTrust.WsTrustRequest)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L88C13-L109C177" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.GetProperty``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L153C13-L153C52" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#add_Closed(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L163C19-L163C52" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#remove_Closed(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L164C22-L164C55" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#add_Closing(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L172C19-L172C53" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#remove_Closing(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L173C22-L173C56" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#add_Faulted(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L181C19-L181C53" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#remove_Faulted(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L182C22-L182C56" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#add_Opened(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L190C19-L190C52" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#remove_Opened(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L191C22-L191C55" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#add_Opening(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L199C19-L199C53" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#remove_Opening(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L200C22-L200C56" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#Abort", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L208C13-L209C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#BeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L228C13-L228C72" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#BeginClose(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L245C13-L245C63" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#BeginOpen(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L265C13-L265C71" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#BeginOpen(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L282C13-L282C62" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#Close(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L293C13-L294C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#Close", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L301C13-L302C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#EndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L310C13-L311C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#EndOpen(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L319C13-L320C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#Open(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L330C13-L331C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#Open", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L338C13-L339C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#get_State", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L346C19-L346C47" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.IssueAsync(Microsoft.IdentityModel.Protocols.WsTrust.WsTrustRequest)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs" - }, - { - "DocsId": "E:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#Closed", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L163C19-L163C52" - }, - { - "DocsId": "E:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#Closing", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L172C19-L172C53" - }, - { - "DocsId": "E:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#Faulted", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L181C19-L181C53" - }, - { - "DocsId": "E:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#Opened", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L190C19-L190C52" - }, - { - "DocsId": "E:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#Opening", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L199C19-L199C53" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#State", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L346C19-L346C47" - } - ], - "DocsId": "T:System.ServiceModel.Federation.WSTrustChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelClientCredentials.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustChannelClientCredentials.cs#L20C15-L22C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelClientCredentials.#ctor(System.ServiceModel.Federation.WSTrustChannelClientCredentials)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustChannelClientCredentials.cs#L29C15-L33C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelClientCredentials.#ctor(System.ServiceModel.Description.ClientCredentials)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustChannelClientCredentials.cs#L41C15-L44C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelClientCredentials.CloneCore", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustChannelClientCredentials.cs#L57C13-L57C62" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelClientCredentials.CreateSecurityTokenManager", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustChannelClientCredentials.cs#L69C13-L72C101" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustChannelClientCredentials.ClientCredentials", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustChannelClientCredentials.cs#L50C54-L50C58" - } - ], - "DocsId": "T:System.ServiceModel.Federation.WSTrustChannelClientCredentials", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustChannelClientCredentials.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelFactory.#ctor(System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelFactory.cs#L21C15-L25C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelFactory.#ctor(System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelFactory.cs#L33C15-L38C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelFactory.CreateChannel(System.ServiceModel.EndpointAddress,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelFactory.cs#L48C13-L51C100" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelFactory.CreateTrustChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelFactory.cs#L60C13-L60C116" - } - ], - "DocsId": "T:System.ServiceModel.Federation.WSTrustChannelFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenManager.#ctor(System.ServiceModel.Federation.WSTrustChannelClientCredentials)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustChannelSecurityTokenManager.cs#L26C15-L29C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenManager.CreateSecurityTokenProvider(System.IdentityModel.Selectors.SecurityTokenRequirement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustChannelSecurityTokenManager.cs#L38C13-L61C75" - } - ], - "DocsId": "T:System.ServiceModel.Federation.WSTrustChannelSecurityTokenManager", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustChannelSecurityTokenManager.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.#ctor(System.IdentityModel.Selectors.SecurityTokenRequirement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L55C9-L68C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.CreateWsTrustRequest", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L119C13-L192C33" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.BeginGetTokenCore(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L226C13-L226C70" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.EndGetTokenCore(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L235C13-L235C53" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.GetTokenCore(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L279C13-L308C146" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#Security#ISecurityCommunicationObject#OnAbort", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L451C13-L456C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#Security#ISecurityCommunicationObject#OnCloseAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#Security#ISecurityCommunicationObject#OnOpenAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#Security#ISecurityCommunicationObject#OnClosed", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L483C56-L483C57" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#Security#ISecurityCommunicationObject#OnClosing", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L485C57-L485C58" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#Security#ISecurityCommunicationObject#OnFaulted", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L487C57-L487C58" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#Security#ISecurityCommunicationObject#OnOpened", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L491C13-L492C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#Security#ISecurityCommunicationObject#OnOpening", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L494C57-L494C58" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#Security#ISecurityCommunicationObject#get_DefaultOpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L496C69-L496C96" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#Security#ISecurityCommunicationObject#get_DefaultCloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L497C70-L497C98" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#add_Closed(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L503C19-L503C58" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#remove_Closed(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L504C22-L504C61" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#add_Closing(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L509C19-L509C59" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#remove_Closing(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L510C22-L510C62" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#add_Faulted(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L515C19-L515C59" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#remove_Faulted(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L516C22-L516C62" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#add_Opened(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L521C19-L521C58" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#remove_Opened(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L522C22-L522C61" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#add_Opening(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L527C19-L527C59" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#remove_Opening(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L528C22-L528C62" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#get_State", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L533C19-L533C53" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#Abort", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L538C13-L539C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#Close", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L543C13-L544C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#Close(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L548C13-L549C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#BeginClose(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L553C13-L553C69" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#BeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L558C13-L558C78" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#EndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L563C13-L564C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#Open", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L568C13-L569C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#Open(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L573C13-L574C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#BeginOpen(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L578C13-L578C68" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#BeginOpen(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L583C13-L583C77" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#EndOpen(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L588C13-L589C10" - }, - { - "DocsId": "E:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#Closed", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L503C19-L503C58" - }, - { - "DocsId": "E:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#Closing", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L509C19-L509C59" - }, - { - "DocsId": "E:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#Faulted", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L515C19-L515C59" - }, - { - "DocsId": "E:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#Opened", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L521C19-L521C58" - }, - { - "DocsId": "E:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#Opening", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L527C19-L527C59" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.ClientCredentials", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L111C66-L111C70" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.SupportsTokenCancellation", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L439C59-L439C64" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.SupportsTokenRenewal", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L441C54-L441C59" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#Security#ISecurityCommunicationObject#DefaultOpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L496C69-L496C96" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#Security#ISecurityCommunicationObject#DefaultCloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L497C70-L497C98" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#State", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L533C19-L533C53" - } - ], - "DocsId": "T:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustTokenParameters.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L29C9-L43C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustTokenParameters.#ctor(System.ServiceModel.Federation.WSTrustTokenParameters)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L29C9-L77C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustTokenParameters.CloneCore", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L84C13-L84C53" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustTokenParameters.CreateWSFederationTokenParameters(System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L160C13-L167C15" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustTokenParameters.CreateWS2007FederationTokenParameters(System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L172C13-L179C15" - }, - { - "DocsId": "F:System.ServiceModel.Federation.WSTrustTokenParameters.DefaultCacheIssuedTokens", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs" - }, - { - "DocsId": "F:System.ServiceModel.Federation.WSTrustTokenParameters.DefaultIssuedTokenRenewalThresholdPercentage", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs" - }, - { - "DocsId": "F:System.ServiceModel.Federation.WSTrustTokenParameters.DefaultMaxIssuedTokenCachingTime", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs" - }, - { - "DocsId": "F:System.ServiceModel.Federation.WSTrustTokenParameters.DefaultSecurityKeyType", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustTokenParameters.AdditionalRequestParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L91C74-L91C78" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustTokenParameters.CacheIssuedTokens", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L96C41-L96C45" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustTokenParameters.Claims", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L102C32-L102C36" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustTokenParameters.IssuedTokenRenewalThresholdPercentage", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L109C20-L109C58" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustTokenParameters.KeySize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L121C17-L121C37" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustTokenParameters.MaxIssuedTokenCachingTime", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L137C20-L137C46" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustTokenParameters.MessageSecurityVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L148C20-L148C43" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustTokenParameters.RequestContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L156C40-L156C44" - } - ], - "DocsId": "T:System.ServiceModel.Federation.WSTrustTokenParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.Saml2AssertionKeyIdentifierClause.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/IdentityModel/Tokens/Saml2AssertionKeyIdentifierClause.cs#L16C72-L18C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.Saml2AssertionKeyIdentifierClause.Matches(System.String,System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/IdentityModel/Tokens/Saml2AssertionKeyIdentifierClause.cs#L28C13-L47C26" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.Saml2AssertionKeyIdentifierClause.Matches(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/IdentityModel/Tokens/Saml2AssertionKeyIdentifierClause.cs#L57C13-L57C99" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.Saml2AssertionKeyIdentifierClause.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/IdentityModel/Tokens/Saml2AssertionKeyIdentifierClause.cs#L66C13-L66C77" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.Saml2AssertionKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/IdentityModel/Tokens/Saml2AssertionKeyIdentifierClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.SamlAssertionKeyIdentifierClause.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/IdentityModel/Tokens/SamlAssertionKeyIdentifierClause.cs#L18C71-L20C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SamlAssertionKeyIdentifierClause.Matches(System.String,System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/IdentityModel/Tokens/SamlAssertionKeyIdentifierClause.cs#L30C13-L36C26" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SamlAssertionKeyIdentifierClause.Matches(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/IdentityModel/Tokens/SamlAssertionKeyIdentifierClause.cs#L46C13-L46C99" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SamlAssertionKeyIdentifierClause.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/IdentityModel/Tokens/SamlAssertionKeyIdentifierClause.cs#L55C13-L55C125" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SamlAssertionKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Federation/src/System/IdentityModel/Tokens/SamlAssertionKeyIdentifierClause.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.ServiceModel.Http.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.ServiceModel.Http.json deleted file mode 100644 index 5bf7e21bac2..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.ServiceModel.Http.json +++ /dev/null @@ -1,1048 +0,0 @@ -{ - "Assembly": "System.ServiceModel.Http", - "GUID": "F575CC6E45964A369C432CC7BB4F4C90FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.BasicHttpBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpBinding.cs#L14C37-L14C73" - }, - { - "DocsId": "M:System.ServiceModel.BasicHttpBinding.#ctor(System.ServiceModel.BasicHttpSecurityMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpBinding.cs#L17C15-L26C10" - }, - { - "DocsId": "M:System.ServiceModel.BasicHttpBinding.BuildChannelFactory``1(System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpBinding.cs#L54C13-L61C67" - }, - { - "DocsId": "M:System.ServiceModel.BasicHttpBinding.CreateBindingElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpBinding.cs#L66C13-L91C44" - }, - { - "DocsId": "P:System.ServiceModel.BasicHttpBinding.MessageEncoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpBinding.cs#L28C52-L28C56" - }, - { - "DocsId": "P:System.ServiceModel.BasicHttpBinding.Security", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpBinding.cs#L32C19-L32C45" - } - ], - "DocsId": "T:System.ServiceModel.BasicHttpBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpBinding.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.BasicHttpMessageCredentialType.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpMessageCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.BasicHttpMessageCredentialType.UserName", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpMessageCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.BasicHttpMessageCredentialType.Certificate", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpMessageCredentialType.cs" - } - ], - "DocsId": "T:System.ServiceModel.BasicHttpMessageCredentialType", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpMessageCredentialType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.BasicHttpMessageSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpMessageSecurity.cs#L19C9-L23C10" - }, - { - "DocsId": "P:System.ServiceModel.BasicHttpMessageSecurity.ClientCredentialType", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpMessageSecurity.cs#L27C19-L27C52" - }, - { - "DocsId": "P:System.ServiceModel.BasicHttpMessageSecurity.AlgorithmSuite", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpMessageSecurity.cs#L40C19-L40C46" - } - ], - "DocsId": "T:System.ServiceModel.BasicHttpMessageSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpMessageSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.BasicHttpsBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsBinding.cs#L15C38-L15C78" - }, - { - "DocsId": "M:System.ServiceModel.BasicHttpsBinding.#ctor(System.ServiceModel.BasicHttpsSecurityMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsBinding.cs#L17C9-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.BasicHttpsBinding.BuildChannelFactory``1(System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsBinding.cs#L53C13-L60C67" - }, - { - "DocsId": "M:System.ServiceModel.BasicHttpsBinding.CreateBindingElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsBinding.cs#L65C13-L90C44" - }, - { - "DocsId": "P:System.ServiceModel.BasicHttpsBinding.MessageEncoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsBinding.cs#L23C52-L23C56" - }, - { - "DocsId": "P:System.ServiceModel.BasicHttpsBinding.Security", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsBinding.cs#L29C17-L29C44" - } - ], - "DocsId": "T:System.ServiceModel.BasicHttpsBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsBinding.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.BasicHttpSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpSecurity.cs#L18C15-L20C10" - }, - { - "DocsId": "P:System.ServiceModel.BasicHttpSecurity.Mode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpSecurity.cs#L32C19-L32C32" - }, - { - "DocsId": "P:System.ServiceModel.BasicHttpSecurity.Transport", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpSecurity.cs#L50C19-L50C45" - }, - { - "DocsId": "P:System.ServiceModel.BasicHttpSecurity.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpSecurity.cs#L59C19-L59C43" - } - ], - "DocsId": "T:System.ServiceModel.BasicHttpSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.BasicHttpSecurityMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpSecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.BasicHttpSecurityMode.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpSecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.BasicHttpSecurityMode.Transport", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpSecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.BasicHttpSecurityMode.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpSecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.BasicHttpSecurityMode.TransportWithMessageCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpSecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.BasicHttpSecurityMode.TransportCredentialOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpSecurityMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.BasicHttpSecurityMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpSecurityMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.BasicHttpsSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsSecurity.cs#L16C15-L18C10" - }, - { - "DocsId": "P:System.ServiceModel.BasicHttpsSecurity.Mode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsSecurity.cs#L41C17-L41C102" - }, - { - "DocsId": "P:System.ServiceModel.BasicHttpsSecurity.Transport", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsSecurity.cs#L59C17-L59C52" - }, - { - "DocsId": "P:System.ServiceModel.BasicHttpsSecurity.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsSecurity.cs#L72C17-L72C50" - } - ], - "DocsId": "T:System.ServiceModel.BasicHttpsSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.BasicHttpsSecurityMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsSecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.BasicHttpsSecurityMode.Transport", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsSecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.BasicHttpsSecurityMode.TransportWithMessageCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsSecurityMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.BasicHttpsSecurityMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsSecurityMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.HttpBindingBase.System#ServiceModel#Channels#IBindingRuntimePreferences#get_ReceiveSynchronously", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L220C19-L220C32" - }, - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.AllowCookies", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L38C17-L38C52" - }, - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.BypassProxyOnLocal", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L53C17-L53C58" - }, - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.HostNameComparisonMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L68C17-L68C62" - }, - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.MaxBufferSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L83C17-L83C53" - }, - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.MaxBufferPoolSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L99C17-L99C57" - }, - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.MaxReceivedMessageSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L114C17-L114C62" - }, - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.ProxyAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L130C17-L130C52" - }, - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.ReaderQuotas", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L144C17-L144C71" - }, - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.Scheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L165C17-L165C46" - }, - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.EnvelopeVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L171C19-L171C47" - }, - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.TextEncoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L178C17-L178C72" - }, - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.TransferMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L193C17-L193C52" - }, - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.UseDefaultWebProxy", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L208C17-L208C58" - }, - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.System#ServiceModel#Channels#IBindingRuntimePreferences#ReceiveSynchronously", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L220C19-L220C32" - } - ], - "DocsId": "T:System.ServiceModel.HttpBindingBase", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.HttpClientCredentialType.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpClientCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.HttpClientCredentialType.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpClientCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.HttpClientCredentialType.Basic", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpClientCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.HttpClientCredentialType.Digest", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpClientCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.HttpClientCredentialType.Ntlm", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpClientCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.HttpClientCredentialType.Windows", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpClientCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.HttpClientCredentialType.Certificate", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpClientCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.HttpClientCredentialType.InheritedFromHost", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpClientCredentialType.cs" - } - ], - "DocsId": "T:System.ServiceModel.HttpClientCredentialType", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpClientCredentialType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.HttpProxyCredentialType.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpProxyCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.HttpProxyCredentialType.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpProxyCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.HttpProxyCredentialType.Basic", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpProxyCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.HttpProxyCredentialType.Digest", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpProxyCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.HttpProxyCredentialType.Ntlm", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpProxyCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.HttpProxyCredentialType.Windows", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpProxyCredentialType.cs" - } - ], - "DocsId": "T:System.ServiceModel.HttpProxyCredentialType", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpProxyCredentialType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.HttpTransportSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpTransportSecurity.cs#L22C9-L28C10" - }, - { - "DocsId": "M:System.ServiceModel.HttpTransportSecurity.ConfigureTransportProtectionAndAuthentication(System.ServiceModel.Channels.HttpsTransportBindingElement,System.ServiceModel.HttpTransportSecurity)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpTransportSecurity.cs#L128C13-L133C10" - }, - { - "DocsId": "P:System.ServiceModel.HttpTransportSecurity.ClientCredentialType", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpTransportSecurity.cs#L32C19-L32C48" - }, - { - "DocsId": "P:System.ServiceModel.HttpTransportSecurity.ProxyCredentialType", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpTransportSecurity.cs#L46C19-L46C47" - }, - { - "DocsId": "P:System.ServiceModel.HttpTransportSecurity.Realm", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpTransportSecurity.cs#L58C31-L58C35" - }, - { - "DocsId": "P:System.ServiceModel.HttpTransportSecurity.ExtendedProtectionPolicy", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpTransportSecurity.cs#L64C17-L64C50" - } - ], - "DocsId": "T:System.ServiceModel.HttpTransportSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/HttpTransportSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.MessageSecurityOverHttp.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/MessageSecurityOverHttp.cs#L20C9-L25C10" - }, - { - "DocsId": "M:System.ServiceModel.MessageSecurityOverHttp.IsSecureConversationEnabled", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/MessageSecurityOverHttp.cs#L54C13-L54C25" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityOverHttp.ClientCredentialType", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/MessageSecurityOverHttp.cs#L29C19-L29C48" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityOverHttp.NegotiateServiceCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/MessageSecurityOverHttp.cs#L40C50-L40C54" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityOverHttp.AlgorithmSuite", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/MessageSecurityOverHttp.cs#L44C19-L44C42" - } - ], - "DocsId": "T:System.ServiceModel.MessageSecurityOverHttp", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/MessageSecurityOverHttp.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.NetHttpBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpBinding.cs#L19C15-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.NetHttpBinding.#ctor(System.ServiceModel.BasicHttpSecurityMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpBinding.cs#L24C15-L28C10" - }, - { - "DocsId": "M:System.ServiceModel.NetHttpBinding.#ctor(System.ServiceModel.BasicHttpSecurityMode,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpBinding.cs#L30C98-L33C10" - }, - { - "DocsId": "M:System.ServiceModel.NetHttpBinding.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpBinding.cs#L36C15-L39C10" - }, - { - "DocsId": "M:System.ServiceModel.NetHttpBinding.BuildChannelFactory``1(System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpBinding.cs#L100C13-L107C67" - }, - { - "DocsId": "M:System.ServiceModel.NetHttpBinding.CreateBindingElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpBinding.cs#L112C13-L148C44" - }, - { - "DocsId": "P:System.ServiceModel.NetHttpBinding.MessageEncoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpBinding.cs#L49C57-L49C61" - }, - { - "DocsId": "P:System.ServiceModel.NetHttpBinding.Security", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpBinding.cs#L55C17-L55C43" - }, - { - "DocsId": "P:System.ServiceModel.NetHttpBinding.ReliableSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpBinding.cs#L68C17-L68C41" - }, - { - "DocsId": "P:System.ServiceModel.NetHttpBinding.WebSocketSettings", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpBinding.cs#L86C17-L86C50" - } - ], - "DocsId": "T:System.ServiceModel.NetHttpBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpBinding.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.NetHttpMessageEncoding.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpMessageEncoding.cs" - }, - { - "DocsId": "F:System.ServiceModel.NetHttpMessageEncoding.Binary", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpMessageEncoding.cs" - }, - { - "DocsId": "F:System.ServiceModel.NetHttpMessageEncoding.Text", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpMessageEncoding.cs" - }, - { - "DocsId": "F:System.ServiceModel.NetHttpMessageEncoding.Mtom", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpMessageEncoding.cs" - } - ], - "DocsId": "T:System.ServiceModel.NetHttpMessageEncoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpMessageEncoding.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.NetHttpsBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpsBinding.cs#L18C36-L18C76" - }, - { - "DocsId": "M:System.ServiceModel.NetHttpsBinding.#ctor(System.ServiceModel.BasicHttpsSecurityMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpsBinding.cs#L20C9-L29C10" - }, - { - "DocsId": "M:System.ServiceModel.NetHttpsBinding.#ctor(System.ServiceModel.BasicHttpsSecurityMode,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpsBinding.cs#L31C100-L34C10" - }, - { - "DocsId": "M:System.ServiceModel.NetHttpsBinding.BuildChannelFactory``1(System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpsBinding.cs#L86C13-L93C67" - }, - { - "DocsId": "M:System.ServiceModel.NetHttpsBinding.CreateBindingElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpsBinding.cs#L99C13-L135C44" - }, - { - "DocsId": "P:System.ServiceModel.NetHttpsBinding.MessageEncoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpsBinding.cs#L36C57-L36C61" - }, - { - "DocsId": "P:System.ServiceModel.NetHttpsBinding.Security", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpsBinding.cs#L42C17-L42C44" - }, - { - "DocsId": "P:System.ServiceModel.NetHttpsBinding.ReliableSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpsBinding.cs#L63C17-L63C41" - }, - { - "DocsId": "P:System.ServiceModel.NetHttpsBinding.WebSocketSettings", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpsBinding.cs#L80C17-L80C50" - } - ], - "DocsId": "T:System.ServiceModel.NetHttpsBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpsBinding.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.NonDualMessageSecurityOverHttp.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/NonDualMessageSecurityOverHttp.cs#L12C15-L15C10" - }, - { - "DocsId": "M:System.ServiceModel.NonDualMessageSecurityOverHttp.IsSecureConversationEnabled", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/NonDualMessageSecurityOverHttp.cs#L21C13-L21C45" - }, - { - "DocsId": "P:System.ServiceModel.NonDualMessageSecurityOverHttp.EstablishSecurityContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/NonDualMessageSecurityOverHttp.cs#L17C48-L17C52" - } - ], - "DocsId": "T:System.ServiceModel.NonDualMessageSecurityOverHttp", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/NonDualMessageSecurityOverHttp.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.WS2007HttpBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WS2007HttpBinding.cs#L13C15-L16C10" - }, - { - "DocsId": "M:System.ServiceModel.WS2007HttpBinding.#ctor(System.ServiceModel.SecurityMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WS2007HttpBinding.cs#L19C15-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.WS2007HttpBinding.#ctor(System.ServiceModel.SecurityMode,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WS2007HttpBinding.cs#L24C15-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.WS2007HttpBinding.CreateMessageSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WS2007HttpBinding.cs#L37C13-L37C106" - } - ], - "DocsId": "T:System.ServiceModel.WS2007HttpBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WS2007HttpBinding.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.WSHttpBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBinding.cs#L14C9-L16C44" - }, - { - "DocsId": "M:System.ServiceModel.WSHttpBinding.#ctor(System.ServiceModel.SecurityMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBinding.cs#L18C59-L18C88" - }, - { - "DocsId": "M:System.ServiceModel.WSHttpBinding.#ctor(System.ServiceModel.SecurityMode,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBinding.cs#L14C9-L23C10" - }, - { - "DocsId": "M:System.ServiceModel.WSHttpBinding.BuildChannelFactory``1(System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBinding.cs#L52C13-L58C67" - }, - { - "DocsId": "M:System.ServiceModel.WSHttpBinding.CreateBindingElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBinding.cs#L63C13-L63C49" - }, - { - "DocsId": "M:System.ServiceModel.WSHttpBinding.GetTransport", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBinding.cs#L68C13-L76C39" - }, - { - "DocsId": "M:System.ServiceModel.WSHttpBinding.CreateMessageSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBinding.cs#L82C13-L82C105" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBinding.AllowCookies", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBinding.cs#L33C19-L33C53" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBinding.Security", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBinding.cs#L43C19-L43C36" - } - ], - "DocsId": "T:System.ServiceModel.WSHttpBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBinding.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.WSHttpBindingBase.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L19C15-L22C10" - }, - { - "DocsId": "M:System.ServiceModel.WSHttpBindingBase.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L24C68-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.WSHttpBindingBase.CreateBindingElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L170C13-L201C44" - }, - { - "DocsId": "M:System.ServiceModel.WSHttpBindingBase.GetTransport", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs" - }, - { - "DocsId": "M:System.ServiceModel.WSHttpBindingBase.CreateMessageSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBindingBase.BypassProxyOnLocal", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L32C19-L32C59" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBindingBase.TransactionFlow", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L43C19-L43C32" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBindingBase.MaxBufferPoolSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L56C19-L56C58" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBindingBase.MaxReceivedMessageSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L67C19-L67C63" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBindingBase.MessageEncoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L82C52-L82C56" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBindingBase.ProxyAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L87C19-L87C53" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBindingBase.ReaderQuotas", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L97C19-L97C53" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBindingBase.ReliableSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L112C19-L112C43" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBindingBase.Scheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L124C47-L124C76" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBindingBase.EnvelopeVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L128C19-L128C49" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBindingBase.TextEncoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L133C19-L133C54" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBindingBase.UseDefaultWebProxy", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L144C19-L144C59" - } - ], - "DocsId": "T:System.ServiceModel.WSHttpBindingBase", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.WSHttpSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpSecurity.cs#L17C35-L17C129" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpSecurity.Mode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpSecurity.cs#L38C19-L38C32" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpSecurity.Transport", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpSecurity.cs#L51C19-L51C45" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpSecurity.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpSecurity.cs#L60C19-L60C43" - } - ], - "DocsId": "T:System.ServiceModel.WSHttpSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.WSMessageEncoding.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WSMessageEncoding.cs" - }, - { - "DocsId": "F:System.ServiceModel.WSMessageEncoding.Text", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WSMessageEncoding.cs" - }, - { - "DocsId": "F:System.ServiceModel.WSMessageEncoding.Mtom", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WSMessageEncoding.cs" - } - ], - "DocsId": "T:System.ServiceModel.WSMessageEncoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/WSMessageEncoding.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.HttpMessageHandlerFactory.#ctor(System.Type[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpMessageHandlerFactory.cs#L40C9-L78C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpMessageHandlerFactory.#ctor(System.Func{System.Collections.Generic.IEnumerable{System.Net.Http.DelegatingHandler}})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpMessageHandlerFactory.cs#L89C9-L92C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpMessageHandlerFactory.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpMessageHandlerFactory.cs#L98C9-L100C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpMessageHandlerFactory.Create(System.Net.Http.HttpMessageHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpMessageHandlerFactory.cs#L111C13-L116C43" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpMessageHandlerFactory.OnCreate(System.Net.Http.HttpMessageHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpMessageHandlerFactory.cs#L128C13-L183C29" - } - ], - "DocsId": "T:System.ServiceModel.Channels.HttpMessageHandlerFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpMessageHandlerFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.HttpRequestMessageExtensionMethods.CreateContentIfNull(System.Net.Http.HttpRequestMessage)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpRequestMessageExtensionMethods.cs#L62C13-L68C26" - } - ], - "DocsId": "T:System.ServiceModel.Channels.HttpRequestMessageExtensionMethods", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpRequestMessageExtensionMethods.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.HttpRequestMessageProperty.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpRequestMessageProperty.cs#L20C9-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpRequestMessageProperty.System#ServiceModel#Channels#IMessageProperty#CreateCopy", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpRequestMessageProperty.cs#L144C13-L151C82" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpRequestMessageProperty.System#ServiceModel#Channels#IMergeEnabledMessageProperty#TryMergeWithProperty(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpRequestMessageProperty.cs#L162C13-L179C26" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpRequestMessageProperty.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpRequestMessageProperty.cs#L40C19-L40C40" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpRequestMessageProperty.Headers", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpRequestMessageProperty.cs#L47C17-L49C50" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpRequestMessageProperty.Method", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpRequestMessageProperty.cs#L57C17-L59C49" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpRequestMessageProperty.QueryString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpRequestMessageProperty.cs#L84C17-L86C54" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpRequestMessageProperty.SuppressEntityBody", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpRequestMessageProperty.cs#L111C17-L113C61" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpRequestMessageProperty.HttpRequestMessage", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpRequestMessageProperty.cs#L133C17-L138C29" - } - ], - "DocsId": "T:System.ServiceModel.Channels.HttpRequestMessageProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpRequestMessageProperty.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.HttpResponseMessageProperty.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpResponseMessageProperty.cs#L20C9-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpResponseMessageProperty.System#ServiceModel#Channels#IMessageProperty#CreateCopy", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpResponseMessageProperty.cs#L169C13-L176C83" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpResponseMessageProperty.System#ServiceModel#Channels#IMergeEnabledMessageProperty#TryMergeWithProperty(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpResponseMessageProperty.cs#L187C13-L204C26" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpResponseMessageProperty.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpResponseMessageProperty.cs#L40C19-L40C41" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpResponseMessageProperty.Headers", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpResponseMessageProperty.cs#L47C17-L49C50" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpResponseMessageProperty.StatusCode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpResponseMessageProperty.cs#L57C17-L59C53" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpResponseMessageProperty.StatusDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpResponseMessageProperty.cs#L96C17-L98C60" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpResponseMessageProperty.SuppressEntityBody", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpResponseMessageProperty.cs#L118C17-L120C61" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpResponseMessageProperty.SuppressPreamble", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpResponseMessageProperty.cs#L140C17-L142C59" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpResponseMessageProperty.HttpResponseMessage", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpResponseMessageProperty.cs#L158C17-L163C29" - } - ], - "DocsId": "T:System.ServiceModel.Channels.HttpResponseMessageProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpResponseMessageProperty.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.HttpsTransportBindingElement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpsTransportBindingElement.cs#L18C15-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpsTransportBindingElement.#ctor(System.ServiceModel.Channels.HttpsTransportBindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpsTransportBindingElement.cs#L24C15-L28C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpsTransportBindingElement.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpsTransportBindingElement.cs#L45C13-L45C59" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpsTransportBindingElement.BuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpsTransportBindingElement.cs#L74C13-L89C104" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpsTransportBindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpsTransportBindingElement.cs#L99C13-L116C53" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpsTransportBindingElement.RequireClientCertificate", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpsTransportBindingElement.cs#L36C48-L36C52" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpsTransportBindingElement.Scheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpsTransportBindingElement.cs#L40C19-L40C47" - } - ], - "DocsId": "T:System.ServiceModel.Channels.HttpsTransportBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpsTransportBindingElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.HttpTransportBindingElement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L35C15-L55C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpTransportBindingElement.#ctor(System.ServiceModel.Channels.HttpTransportBindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L58C15-L82C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpTransportBindingElement.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L359C13-L359C58" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpTransportBindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L364C13-L409C53" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpTransportBindingElement.CanBuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L425C13-L433C26" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpTransportBindingElement.BuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L438C13-L465C103" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.AllowCookies", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L85C36-L85C40" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.AuthenticationScheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L88C61-L88C65" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.BypassProxyOnLocal", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L91C42-L91C46" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.DecompressionEnabled", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L94C44-L94C48" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.HostNameComparisonMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L101C17-L101C48" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.MessageHandlerFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L110C66-L110C70" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.ExtendedProtectionPolicy", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L116C17-L116C50" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.KeepAliveEnabled", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L149C40-L149C44" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.MaxBufferSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L158C17-L170C56" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.MaxPendingAccepts", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L192C17-L192C43" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.Proxy", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L228C34-L228C38" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.ProxyAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L232C35-L232C39" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.ProxyAuthenticationScheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L239C17-L239C51" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.Realm", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L259C17-L259C31" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.RequestInitializationTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L272C17-L272C54" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.Scheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L289C47-L289C61" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.TransferMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L298C17-L298C38" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.WebSocketSettings", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L311C17-L311C43" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.UnsafeConnectionNtlmAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L332C58-L332C62" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.UseDefaultWebProxy", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L339C17-L339C44" - } - ], - "DocsId": "T:System.ServiceModel.Channels.HttpTransportBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Channels.IHttpCookieContainerManager.CookieContainer", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/IHttpCookieContainerManager.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IHttpCookieContainerManager", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/IHttpCookieContainerManager.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.WebSocketTransportSettings.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs#L27C9-L32C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.WebSocketTransportSettings.Equals(System.ServiceModel.Channels.WebSocketTransportSettings)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs#L135C13-L142C101" - }, - { - "DocsId": "M:System.ServiceModel.Channels.WebSocketTransportSettings.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs#L147C13-L153C37" - }, - { - "DocsId": "M:System.ServiceModel.Channels.WebSocketTransportSettings.GetHashCode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs#L158C13-L165C29" - }, - { - "DocsId": "F:System.ServiceModel.Channels.WebSocketTransportSettings.ConnectionOpenedAction", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.WebSocketTransportSettings.BinaryMessageReceivedAction", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.WebSocketTransportSettings.TextMessageReceivedAction", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.WebSocketTransportSettings.SoapContentTypeHeader", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.WebSocketTransportSettings.BinaryEncoderTransferModeHeader", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.WebSocketTransportSettings.TransportUsage", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs#L47C17-L47C40" - }, - { - "DocsId": "P:System.ServiceModel.Channels.WebSocketTransportSettings.KeepAliveInterval", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs#L62C17-L62C43" - }, - { - "DocsId": "P:System.ServiceModel.Channels.WebSocketTransportSettings.SubProtocol", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs#L92C17-L92C37" - }, - { - "DocsId": "P:System.ServiceModel.Channels.WebSocketTransportSettings.DisablePayloadMasking", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs#L124C17-L124C62" - } - ], - "DocsId": "T:System.ServiceModel.Channels.WebSocketTransportSettings", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Channels.WebSocketTransportUsage.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportUsage.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.WebSocketTransportUsage.WhenDuplex", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportUsage.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.WebSocketTransportUsage.Always", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportUsage.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.WebSocketTransportUsage.Never", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportUsage.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.WebSocketTransportUsage", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportUsage.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.ServiceModel.NetNamedPipe.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.ServiceModel.NetNamedPipe.json deleted file mode 100644 index 7338168aa8c..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.ServiceModel.NetNamedPipe.json +++ /dev/null @@ -1,214 +0,0 @@ -{ - "Assembly": "System.ServiceModel.NetNamedPipe", - "GUID": "E77CFE668D9041A6BF7C9B74B4DA4921FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.AddressAccessDeniedException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/AddressAccessDeniedException.cs#L11C9-L11C50" - }, - { - "DocsId": "M:System.ServiceModel.AddressAccessDeniedException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/AddressAccessDeniedException.cs#L12C63-L12C80" - }, - { - "DocsId": "M:System.ServiceModel.AddressAccessDeniedException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/AddressAccessDeniedException.cs#L13C89-L13C122" - }, - { - "DocsId": "M:System.ServiceModel.AddressAccessDeniedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/AddressAccessDeniedException.cs#L14C100-L14C123" - } - ], - "DocsId": "T:System.ServiceModel.AddressAccessDeniedException", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/AddressAccessDeniedException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.NamedPipeTransportSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NamedPipeTransportSecurity.cs#L19C9-L27C10" - }, - { - "DocsId": "P:System.ServiceModel.NamedPipeTransportSecurity.ProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NamedPipeTransportSecurity.cs#L32C19-L32C43" - } - ], - "DocsId": "T:System.ServiceModel.NamedPipeTransportSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NamedPipeTransportSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.NetNamedPipeBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs#L18C9-L28C10" - }, - { - "DocsId": "M:System.ServiceModel.NetNamedPipeBinding.#ctor(System.ServiceModel.NetNamedPipeSecurityMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs#L30C77-L33C10" - }, - { - "DocsId": "M:System.ServiceModel.NetNamedPipeBinding.CreateBindingElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs#L103C13-L116C44" - }, - { - "DocsId": "P:System.ServiceModel.NetNamedPipeBinding.TransferMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs#L38C19-L38C50" - }, - { - "DocsId": "P:System.ServiceModel.NetNamedPipeBinding.MaxBufferPoolSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs#L45C19-L45C55" - }, - { - "DocsId": "P:System.ServiceModel.NetNamedPipeBinding.MaxBufferSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs#L52C19-L52C51" - }, - { - "DocsId": "P:System.ServiceModel.NetNamedPipeBinding.MaxConnections", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs#L58C19-L58C94" - }, - { - "DocsId": "P:System.ServiceModel.NetNamedPipeBinding.MaxReceivedMessageSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs#L65C19-L65C60" - }, - { - "DocsId": "P:System.ServiceModel.NetNamedPipeBinding.ReaderQuotas", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs#L71C19-L71C49" - }, - { - "DocsId": "P:System.ServiceModel.NetNamedPipeBinding.Scheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs#L80C42-L80C59" - }, - { - "DocsId": "P:System.ServiceModel.NetNamedPipeBinding.EnvelopeVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs#L82C51-L82C73" - }, - { - "DocsId": "P:System.ServiceModel.NetNamedPipeBinding.Security", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs#L86C19-L86C36" - } - ], - "DocsId": "T:System.ServiceModel.NetNamedPipeBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.NetNamedPipeSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeSecurity.cs#L16C9-L26C10" - }, - { - "DocsId": "P:System.ServiceModel.NetNamedPipeSecurity.Mode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeSecurity.cs#L31C19-L31C32" - }, - { - "DocsId": "P:System.ServiceModel.NetNamedPipeSecurity.Transport", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeSecurity.cs#L44C19-L44C37" - } - ], - "DocsId": "T:System.ServiceModel.NetNamedPipeSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.NetNamedPipeSecurityMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeSecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.NetNamedPipeSecurityMode.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeSecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.NetNamedPipeSecurityMode.Transport", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeSecurityMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.NetNamedPipeSecurityMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeSecurityMode.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Channels.NamedPipeConnectionPoolSettings.GroupName", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/Channels/NamedPipeConnectionPoolSettings.cs#L32C19-L32C37" - }, - { - "DocsId": "P:System.ServiceModel.Channels.NamedPipeConnectionPoolSettings.IdleTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/Channels/NamedPipeConnectionPoolSettings.cs#L44C19-L44C39" - }, - { - "DocsId": "P:System.ServiceModel.Channels.NamedPipeConnectionPoolSettings.MaxOutboundConnectionsPerEndpoint", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/Channels/NamedPipeConnectionPoolSettings.cs#L65C19-L65C59" - } - ], - "DocsId": "T:System.ServiceModel.Channels.NamedPipeConnectionPoolSettings", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/Channels/NamedPipeConnectionPoolSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.NamedPipeTransportBindingElement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/Channels/NamedPipeTransportBindingElement.cs#L14C9-L23C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.NamedPipeTransportBindingElement.#ctor(System.ServiceModel.Channels.NamedPipeTransportBindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/Channels/NamedPipeTransportBindingElement.cs#L14C9-L37C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.NamedPipeTransportBindingElement.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/Channels/NamedPipeTransportBindingElement.cs#L51C13-L51C63" - }, - { - "DocsId": "M:System.ServiceModel.Channels.NamedPipeTransportBindingElement.BuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/Channels/NamedPipeTransportBindingElement.cs#L56C13-L66C108" - }, - { - "DocsId": "M:System.ServiceModel.Channels.NamedPipeTransportBindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/Channels/NamedPipeTransportBindingElement.cs#L71C13-L81C53" - }, - { - "DocsId": "P:System.ServiceModel.Channels.NamedPipeTransportBindingElement.ConnectionPoolSettings", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/Channels/NamedPipeTransportBindingElement.cs#L41C19-L41C50" - }, - { - "DocsId": "P:System.ServiceModel.Channels.NamedPipeTransportBindingElement.Scheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/Channels/NamedPipeTransportBindingElement.cs#L46C19-L46C47" - } - ], - "DocsId": "T:System.ServiceModel.Channels.NamedPipeTransportBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/Channels/NamedPipeTransportBindingElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.PipeException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/IO/PipeException.cs#L12C15-L14C10" - }, - { - "DocsId": "M:System.IO.PipeException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/IO/PipeException.cs#L17C15-L19C10" - }, - { - "DocsId": "M:System.IO.PipeException.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/IO/PipeException.cs#L22C15-L24C10" - }, - { - "DocsId": "M:System.IO.PipeException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/IO/PipeException.cs#L27C15-L29C10" - }, - { - "DocsId": "M:System.IO.PipeException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/IO/PipeException.cs#L32C15-L34C10" - }, - { - "DocsId": "P:System.IO.PipeException.ErrorCode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/IO/PipeException.cs#L38C19-L38C34" - } - ], - "DocsId": "T:System.IO.PipeException", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetNamedPipe/src/System/IO/PipeException.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.ServiceModel.NetTcp.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.ServiceModel.NetTcp.json deleted file mode 100644 index 8c13c627894..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.ServiceModel.NetTcp.json +++ /dev/null @@ -1,220 +0,0 @@ -{ - "Assembly": "System.ServiceModel.NetTcp", - "GUID": "0E280690C4BD4554B588E6702BD36513FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.MessageSecurityOverTcp.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/MessageSecurityOverTcp.cs#L18C9-L22C10" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityOverTcp.ClientCredentialType", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/MessageSecurityOverTcp.cs#L29C17-L34C46" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityOverTcp.AlgorithmSuite", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/MessageSecurityOverTcp.cs#L55C19-L55C42" - } - ], - "DocsId": "T:System.ServiceModel.MessageSecurityOverTcp", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/MessageSecurityOverTcp.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.NetTcpBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L17C9-L22C10" - }, - { - "DocsId": "M:System.ServiceModel.NetTcpBinding.#ctor(System.ServiceModel.SecurityMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L25C15-L28C10" - }, - { - "DocsId": "M:System.ServiceModel.NetTcpBinding.#ctor(System.ServiceModel.SecurityMode,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L30C88-L33C10" - }, - { - "DocsId": "M:System.ServiceModel.NetTcpBinding.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L36C15-L42C10" - }, - { - "DocsId": "M:System.ServiceModel.NetTcpBinding.CreateBindingElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L135C13-L170C44" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpBinding.TransferMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L47C19-L47C50" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpBinding.MaxBufferPoolSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L54C19-L54C55" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpBinding.MaxBufferSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L61C19-L61C51" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpBinding.MaxConnections", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L67C19-L67C94" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpBinding.MaxReceivedMessageSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L74C19-L74C60" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpBinding.ReaderQuotas", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L80C19-L80C49" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpBinding.ReliableSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L96C17-L96C41" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpBinding.Scheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L108C47-L108C72" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpBinding.EnvelopeVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L112C19-L112C49" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpBinding.Security", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L117C19-L117C36" - } - ], - "DocsId": "T:System.ServiceModel.NetTcpBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.NetTcpSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpSecurity.cs#L16C35-L16C114" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpSecurity.Mode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpSecurity.cs#L35C19-L35C32" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpSecurity.Transport", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpSecurity.cs#L46C49-L46C53" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpSecurity.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpSecurity.cs#L48C49-L48C53" - } - ], - "DocsId": "T:System.ServiceModel.NetTcpSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.TcpClientCredentialType.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/TcpClientCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.TcpClientCredentialType.Certificate", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/TcpClientCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.TcpClientCredentialType.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/TcpClientCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.TcpClientCredentialType.Windows", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/TcpClientCredentialType.cs" - } - ], - "DocsId": "T:System.ServiceModel.TcpClientCredentialType", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/TcpClientCredentialType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.TcpTransportSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/TcpTransportSecurity.cs#L23C9-L29C10" - }, - { - "DocsId": "P:System.ServiceModel.TcpTransportSecurity.ClientCredentialType", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/TcpTransportSecurity.cs#L34C19-L34C48" - }, - { - "DocsId": "P:System.ServiceModel.TcpTransportSecurity.ProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/TcpTransportSecurity.cs#L48C19-L48C43" - }, - { - "DocsId": "P:System.ServiceModel.TcpTransportSecurity.ExtendedProtectionPolicy", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/TcpTransportSecurity.cs#L64C17-L64C50" - }, - { - "DocsId": "P:System.ServiceModel.TcpTransportSecurity.SslProtocols", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/TcpTransportSecurity.cs#L86C19-L86C40" - } - ], - "DocsId": "T:System.ServiceModel.TcpTransportSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/TcpTransportSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Channels.TcpConnectionPoolSettings.GroupName", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpConnectionPoolSettings.cs#L33C19-L33C37" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TcpConnectionPoolSettings.IdleTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpConnectionPoolSettings.cs#L42C19-L42C39" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TcpConnectionPoolSettings.LeaseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpConnectionPoolSettings.cs#L63C19-L63C40" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TcpConnectionPoolSettings.MaxOutboundConnectionsPerEndpoint", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpConnectionPoolSettings.cs#L84C19-L84C61" - } - ], - "DocsId": "T:System.ServiceModel.Channels.TcpConnectionPoolSettings", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpConnectionPoolSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.TcpTransportBindingElement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpTransportBindingElement.cs#L13C15-L17C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TcpTransportBindingElement.#ctor(System.ServiceModel.Channels.TcpTransportBindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpTransportBindingElement.cs#L20C15-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TcpTransportBindingElement.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpTransportBindingElement.cs#L56C13-L56C57" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TcpTransportBindingElement.BuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpTransportBindingElement.cs#L61C13-L71C102" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TcpTransportBindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpTransportBindingElement.cs#L76C13-L94C53" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TcpTransportBindingElement.ConnectionPoolSettings", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpTransportBindingElement.cs#L26C67-L26C71" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TcpTransportBindingElement.Scheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpTransportBindingElement.cs#L28C42-L28C51" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TcpTransportBindingElement.ExtendedProtectionPolicy", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpTransportBindingElement.cs#L34C17-L34C50" - } - ], - "DocsId": "T:System.ServiceModel.Channels.TcpTransportBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpTransportBindingElement.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.ServiceModel.Primitives.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.ServiceModel.Primitives.json deleted file mode 100644 index 6b8353da0b6..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.ServiceModel.Primitives.json +++ /dev/null @@ -1,13768 +0,0 @@ -{ - "Assembly": "System.ServiceModel.Primitives", - "GUID": "68935C43AA034C6DAB62B938D28A7EADFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Collections.Generic.KeyedByTypeCollection`1.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/KeyedByTypeCollection.cs#L14C15-L16C10" - }, - { - "DocsId": "M:System.Collections.Generic.KeyedByTypeCollection`1.#ctor(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/KeyedByTypeCollection.cs#L19C15-L30C10" - }, - { - "DocsId": "M:System.Collections.Generic.KeyedByTypeCollection`1.Find``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/KeyedByTypeCollection.cs#L34C13-L34C35" - }, - { - "DocsId": "M:System.Collections.Generic.KeyedByTypeCollection`1.Remove``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/KeyedByTypeCollection.cs#L39C13-L39C34" - }, - { - "DocsId": "M:System.Collections.Generic.KeyedByTypeCollection`1.FindAll``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/KeyedByTypeCollection.cs#L61C13-L61C38" - }, - { - "DocsId": "M:System.Collections.Generic.KeyedByTypeCollection`1.RemoveAll``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/KeyedByTypeCollection.cs#L66C13-L66C37" - }, - { - "DocsId": "M:System.Collections.Generic.KeyedByTypeCollection`1.GetKeyForItem(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/KeyedByTypeCollection.cs#L93C13-L98C35" - }, - { - "DocsId": "M:System.Collections.Generic.KeyedByTypeCollection`1.InsertItem(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/KeyedByTypeCollection.cs#L103C13-L114C10" - }, - { - "DocsId": "M:System.Collections.Generic.KeyedByTypeCollection`1.SetItem(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/KeyedByTypeCollection.cs#L118C13-L124C10" - } - ], - "DocsId": "T:System.Collections.Generic.KeyedByTypeCollection`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/KeyedByTypeCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L16C9-L20C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L22C9-L26C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.#ctor(System.Object,System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L28C9-L37C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.#ctor(System.Object,`0[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L39C9-L53C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.Add(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L93C13-L98C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.Clear", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L102C13-L106C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.CopyTo(`0[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L110C13-L114C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.Contains(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L118C13-L122C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L126C13-L130C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.IndexOf(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L134C13-L138C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.Insert(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L142C13-L152C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.Remove(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L170C13-L181C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L185C13-L195C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.ClearItems", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L199C13-L200C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.InsertItem(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L204C13-L205C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.RemoveItem(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L209C13-L210C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.SetItem(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L214C13-L215C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#Generic#ICollection#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L219C19-L219C32" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L224C13-L224C51" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L229C19-L229C31" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L234C19-L234C32" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L239C13-L243C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L249C17-L249C36" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IList#set_Item(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L253C17-L255C14" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IList#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L260C19-L260C32" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IList#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L265C19-L265C32" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IList#Add(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L270C13-L277C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IList#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L281C13-L282C39" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IList#IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L287C13-L288C38" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IList#Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L293C13-L295C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IList#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L299C13-L301C10" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedCollection`1.Count", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L57C19-L57C57" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedCollection`1.Items", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L60C35-L60C39" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedCollection`1.SyncRoot", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L64C19-L64C32" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedCollection`1.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L71C17-L75C14" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedCollection`1.System#Collections#Generic#ICollection#IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L219C19-L219C32" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedCollection`1.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L229C19-L229C31" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedCollection`1.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L234C19-L234C32" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L249C17-L249C36" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IList#IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L260C19-L260C32" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IList#IsFixedSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L265C19-L265C32" - } - ], - "DocsId": "T:System.Collections.Generic.SynchronizedCollection`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Collections.Generic.SynchronizedKeyedCollection`2.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L22C9-L26C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedKeyedCollection`2.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L29C15-L33C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedKeyedCollection`2.#ctor(System.Object,System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L36C15-L40C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedKeyedCollection`2.#ctor(System.Object,System.Collections.Generic.IEqualityComparer{`0},System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L43C15-L60C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedKeyedCollection`2.ChangeItemKey(`1,`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L122C13-L140C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedKeyedCollection`2.ClearItems", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L144C13-L152C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedKeyedCollection`2.Contains(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L156C13-L181C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedKeyedCollection`2.GetKeyForItem(`1)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedKeyedCollection`2.InsertItem(System.Int32,`1)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L219C13-L227C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedKeyedCollection`2.Remove(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L231C13-L262C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedKeyedCollection`2.RemoveItem(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L266C13-L274C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedKeyedCollection`2.SetItem(System.Int32,`1)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L295C13-L318C10" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedKeyedCollection`2.Item(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L66C17-L89C14" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedKeyedCollection`2.Dictionary", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L94C19-L94C38" - } - ], - "DocsId": "T:System.Collections.Generic.SynchronizedKeyedCollection`2", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L15C9-L19C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L21C9-L25C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.#ctor(System.Object,System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L27C9-L36C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.#ctor(System.Object,`0[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L38C9-L52C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.Contains(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L87C13-L91C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.CopyTo(`0[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L95C13-L99C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L103C13-L107C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.IndexOf(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L111C13-L115C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#Generic#ICollection#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L124C19-L124C31" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#Generic#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L131C17-L131C36" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#Generic#IList#set_Item(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L135C17-L136C14" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#Generic#ICollection#Add(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L141C13-L142C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#Generic#ICollection#Clear", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L146C13-L147C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#Generic#ICollection#Remove(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L151C13-L152C26" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#Generic#IList#Insert(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L157C13-L158C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#Generic#IList#RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L162C13-L163C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L167C19-L167C31" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L172C19-L172C32" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L177C13-L187C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L191C13-L203C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L207C19-L207C31" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L212C19-L212C31" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L219C17-L219C36" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#set_Item(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L223C17-L224C14" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#Add(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L229C13-L230C22" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#Clear", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L235C13-L236C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L240C13-L241C39" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L246C13-L247C38" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L252C13-L253C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L257C13-L258C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L262C13-L263C10" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedReadOnlyCollection`1.Count", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L75C19-L75C57" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedReadOnlyCollection`1.Items", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L78C36-L78C40" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedReadOnlyCollection`1.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L82C19-L82C58" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#Generic#ICollection#IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L124C19-L124C31" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#Generic#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L131C17-L131C36" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L167C19-L167C31" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L172C19-L172C32" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#IsFixedSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L207C19-L207C31" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L212C19-L212C31" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L219C17-L219C36" - } - ], - "DocsId": "T:System.Collections.Generic.SynchronizedReadOnlyCollection`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.SecurityMessageSerializationException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/SecurityMessageSerializationException.cs#L12C58-L12C68" - }, - { - "DocsId": "M:System.IdentityModel.SecurityMessageSerializationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/SecurityMessageSerializationException.cs#L14C72-L14C89" - }, - { - "DocsId": "M:System.IdentityModel.SecurityMessageSerializationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/SecurityMessageSerializationException.cs#L17C15-L17C48" - }, - { - "DocsId": "M:System.IdentityModel.SecurityMessageSerializationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/SecurityMessageSerializationException.cs#L20C15-L20C38" - } - ], - "DocsId": "T:System.IdentityModel.SecurityMessageSerializationException", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/SecurityMessageSerializationException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.AggregateTokenResolver.#ctor(System.Collections.Generic.IEnumerable{System.IdentityModel.Selectors.SecurityTokenResolver})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AggregateTokenResolver.cs#L18C9-L35C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.AggregateTokenResolver.TryResolveSecurityKeyCore(System.IdentityModel.Tokens.SecurityKeyIdentifierClause,System.IdentityModel.Tokens.SecurityKey@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AggregateTokenResolver.cs#L58C13-L73C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.AggregateTokenResolver.TryResolveTokenCore(System.IdentityModel.Tokens.SecurityKeyIdentifier,System.IdentityModel.Tokens.SecurityToken@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AggregateTokenResolver.cs#L85C13-L100C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.AggregateTokenResolver.TryResolveTokenCore(System.IdentityModel.Tokens.SecurityKeyIdentifierClause,System.IdentityModel.Tokens.SecurityToken@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AggregateTokenResolver.cs#L112C13-L127C10" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.AggregateTokenResolver.TokenResolvers", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AggregateTokenResolver.cs#L44C17-L44C53" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.AggregateTokenResolver", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AggregateTokenResolver.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.AsymmetricSecurityKey.GetAsymmetricAlgorithm(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AsymmetricSecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.AsymmetricSecurityKey.GetHashAlgorithmForSignature(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AsymmetricSecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.AsymmetricSecurityKey.GetSignatureDeformatter(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AsymmetricSecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.AsymmetricSecurityKey.GetSignatureFormatter(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AsymmetricSecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.AsymmetricSecurityKey.HasPrivateKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AsymmetricSecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.AsymmetricSecurityKey.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AsymmetricSecurityKey.cs" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.AsymmetricSecurityKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AsymmetricSecurityKey.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.BinaryKeyIdentifierClause.#ctor(System.String,System.Byte[],System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/BinaryKeyIdentifierClause.cs#L15C15-L17C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.BinaryKeyIdentifierClause.#ctor(System.String,System.Byte[],System.Boolean,System.Byte[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/BinaryKeyIdentifierClause.cs#L20C15-L39C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.BinaryKeyIdentifierClause.GetBuffer", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/BinaryKeyIdentifierClause.cs#L43C13-L43C67" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.BinaryKeyIdentifierClause.GetRawBuffer", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/BinaryKeyIdentifierClause.cs#L48C13-L48C40" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.BinaryKeyIdentifierClause.Matches(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/BinaryKeyIdentifierClause.cs#L53C13-L54C103" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.BinaryKeyIdentifierClause.Matches(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/BinaryKeyIdentifierClause.cs#L59C13-L59C37" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.BinaryKeyIdentifierClause.Matches(System.Byte[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/BinaryKeyIdentifierClause.cs#L64C13-L68C86" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.BinaryKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/BinaryKeyIdentifierClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.EncryptedKeyIdentifierClause.#ctor(System.Byte[],System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/EncryptedKeyIdentifierClause.cs#L16C15-L18C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.EncryptedKeyIdentifierClause.#ctor(System.Byte[],System.String,System.IdentityModel.Tokens.SecurityKeyIdentifier)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/EncryptedKeyIdentifierClause.cs#L21C15-L23C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.EncryptedKeyIdentifierClause.#ctor(System.Byte[],System.String,System.IdentityModel.Tokens.SecurityKeyIdentifier,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/EncryptedKeyIdentifierClause.cs#L26C15-L28C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.EncryptedKeyIdentifierClause.#ctor(System.Byte[],System.String,System.IdentityModel.Tokens.SecurityKeyIdentifier,System.String,System.Byte[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/EncryptedKeyIdentifierClause.cs#L31C15-L33C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.EncryptedKeyIdentifierClause.Matches(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/EncryptedKeyIdentifierClause.cs#L54C13-L55C133" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.EncryptedKeyIdentifierClause.Matches(System.Byte[],System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/EncryptedKeyIdentifierClause.cs#L60C13-L60C119" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.EncryptedKeyIdentifierClause.GetEncryptedKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/EncryptedKeyIdentifierClause.cs#L65C13-L65C32" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.EncryptedKeyIdentifierClause.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/EncryptedKeyIdentifierClause.cs#L70C13-L71C75" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.EncryptedKeyIdentifierClause.CarriedKeyName", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/EncryptedKeyIdentifierClause.cs#L43C40-L43C44" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.EncryptedKeyIdentifierClause.EncryptingKeyIdentifier", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/EncryptedKeyIdentifierClause.cs#L45C64-L45C68" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.EncryptedKeyIdentifierClause.EncryptionMethod", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/EncryptedKeyIdentifierClause.cs#L49C19-L49C44" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.EncryptedKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/EncryptedKeyIdentifierClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.GenericXmlSecurityKeyIdentifierClause.#ctor(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityKeyIdentifierClause.cs#L13C15-L15C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.GenericXmlSecurityKeyIdentifierClause.#ctor(System.Xml.XmlElement,System.Byte[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityKeyIdentifierClause.cs#L18C15-L21C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.GenericXmlSecurityKeyIdentifierClause.Matches(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityKeyIdentifierClause.cs#L27C13-L28C96" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.GenericXmlSecurityKeyIdentifierClause.ReferenceXml", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityKeyIdentifierClause.cs#L23C42-L23C46" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.GenericXmlSecurityKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityKeyIdentifierClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.GenericXmlSecurityToken.#ctor(System.Xml.XmlElement,System.IdentityModel.Tokens.SecurityToken,System.DateTime,System.DateTime,System.IdentityModel.Tokens.SecurityKeyIdentifierClause,System.IdentityModel.Tokens.SecurityKeyIdentifierClause,System.Collections.ObjectModel.ReadOnlyCollection{System.IdentityModel.Policy.IAuthorizationPolicy})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L21C9-L45C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.GenericXmlSecurityToken.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L89C13-L104C38" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.GenericXmlSecurityToken.CanCreateKeyIdentifierClause``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L142C13-L152C26" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.GenericXmlSecurityToken.CreateKeyIdentifierClause``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L157C13-L167C133" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.GenericXmlSecurityToken.MatchesKeyIdentifierClause(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L172C13-L181C26" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.GenericXmlSecurityToken.Id", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L49C19-L49C30" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.GenericXmlSecurityToken.ValidFrom", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L54C19-L54C41" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.GenericXmlSecurityToken.ValidTo", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L59C19-L59C42" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.GenericXmlSecurityToken.InternalTokenReference", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L62C69-L62C73" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.GenericXmlSecurityToken.ExternalTokenReference", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L64C69-L64C73" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.GenericXmlSecurityToken.TokenXml", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L66C38-L66C42" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.GenericXmlSecurityToken.ProofToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L68C43-L68C47" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.GenericXmlSecurityToken.AuthorizationPolicies", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L70C81-L70C85" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.GenericXmlSecurityToken.SecurityKeys", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L76C17-L82C74" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.GenericXmlSecurityToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.IdentityModel.Tokens.KerberosRequestorSecurityToken.Id", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/KerberosRequestorSecurityToken.cs#L44C19-L44C30" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.KerberosRequestorSecurityToken.SecurityKeys", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/KerberosRequestorSecurityToken.cs#L49C19-L49C72" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.KerberosRequestorSecurityToken.ValidFrom", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/KerberosRequestorSecurityToken.cs#L54C19-L54C41" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.KerberosRequestorSecurityToken.ValidTo", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/KerberosRequestorSecurityToken.cs#L59C19-L59C42" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.KerberosRequestorSecurityToken.ServicePrincipalName", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/KerberosRequestorSecurityToken.cs#L62C46-L62C50" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.KerberosRequestorSecurityToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/KerberosRequestorSecurityToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.LocalIdKeyIdentifierClause.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/LocalIdKeyIdentifierClause.cs#L16C15-L18C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.LocalIdKeyIdentifierClause.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/LocalIdKeyIdentifierClause.cs#L21C15-L23C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.LocalIdKeyIdentifierClause.#ctor(System.String,System.Byte[],System.Int32,System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/LocalIdKeyIdentifierClause.cs#L26C15-L28C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.LocalIdKeyIdentifierClause.Matches(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/LocalIdKeyIdentifierClause.cs#L59C13-L60C102" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.LocalIdKeyIdentifierClause.Matches(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/LocalIdKeyIdentifierClause.cs#L65C13-L87C26" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.LocalIdKeyIdentifierClause.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/LocalIdKeyIdentifierClause.cs#L92C13-L92C146" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.LocalIdKeyIdentifierClause.LocalId", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/LocalIdKeyIdentifierClause.cs#L50C33-L50C37" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.LocalIdKeyIdentifierClause.OwnerType", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/LocalIdKeyIdentifierClause.cs#L54C19-L54C99" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.LocalIdKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/LocalIdKeyIdentifierClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.SamlSerializer.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SamlSerializer.cs#L11C9-L13C10" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SamlSerializer", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SamlSerializer.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.Aes128Encryption", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.Aes128KeyWrap", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.Aes192Encryption", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.Aes192KeyWrap", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.Aes256Encryption", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.Aes256KeyWrap", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.DesEncryption", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.DsaSha1Signature", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.ExclusiveC14n", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.ExclusiveC14nWithComments", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.HmacSha1Signature", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.HmacSha256Signature", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.Psha1KeyDerivation", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.Psha1KeyDerivationDec2005", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.Ripemd160Digest", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.RsaOaepKeyWrap", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.RsaSha1Signature", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.RsaV15KeyWrap", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.RsaSha256Signature", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.Sha1Digest", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.Sha256Digest", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.Sha512Digest", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.TripleDesEncryption", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.TripleDesKeyWrap", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SecurityAlgorithms", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKey.DecryptKey(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKey.EncryptKey(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKey.IsAsymmetricAlgorithm(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKey.IsSupportedAlgorithm(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKey.IsSymmetricAlgorithm(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKey.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKey.cs" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityKey.KeySize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKey.cs" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SecurityKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKey.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifier.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L19C9-L22C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifier.#ctor(System.IdentityModel.Tokens.SecurityKeyIdentifierClause[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L24C9-L35C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifier.Add(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L66C13-L75C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifier.CreateKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L79C18-L86C136" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifier.Find``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L92C13-L96C27" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifier.GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L101C13-L101C45" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifier.MakeReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L106C13-L107C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifier.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L111C20-L124C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifier.TryFind``1(``0@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L128C18-L138C26" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifier.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L143C13-L143C36" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityKeyIdentifier.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L39C19-L39C42" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityKeyIdentifier.CanCreateKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L46C22-L53C30" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityKeyIdentifier.Count", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L59C19-L59C41" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityKeyIdentifier.IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L62C34-L62C38" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SecurityKeyIdentifier", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifierClause.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifierClause.cs#L22C15-L24C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifierClause.#ctor(System.String,System.Byte[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifierClause.cs#L26C9-L31C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifierClause.CreateKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifierClause.cs#L48C13-L48C148" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifierClause.Matches(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifierClause.cs#L53C13-L53C63" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifierClause.GetDerivationNonce", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifierClause.cs#L58C13-L58C89" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityKeyIdentifierClause.CanCreateKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifierClause.cs#L35C19-L35C32" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityKeyIdentifierClause.ClauseType", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifierClause.cs#L38C36-L38C40" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityKeyIdentifierClause.Id", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifierClause.cs#L42C19-L42C30" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityKeyIdentifierClause.DerivationLength", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifierClause.cs#L61C39-L61C43" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SecurityKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifierClause.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityKeyType.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyType.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityKeyType.SymmetricKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyType.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityKeyType.AsymmetricKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyType.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityKeyType.BearerKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyType.cs" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SecurityKeyType", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityKeyUsage.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyUsage.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityKeyUsage.Exchange", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyUsage.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityKeyUsage.Signature", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyUsage.cs" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SecurityKeyUsage", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyUsage.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityToken.CanCreateKeyIdentifierClause``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityToken.cs#L20C13-L20C111" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityToken.CreateKeyIdentifierClause``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityToken.cs#L25C13-L31C114" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityToken.MatchesKeyIdentifierClause(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityToken.cs#L36C13-L42C26" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityToken.ResolveKeyIdentifierClause(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityToken.cs#L47C13-L52C25" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityToken.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityToken.cs" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityToken.Id", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityToken.cs" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityToken.SecurityKeys", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityToken.cs" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityToken.ValidFrom", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityToken.cs" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityToken.ValidTo", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityToken.cs" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SecurityToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityTokenException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenException.cs#L12C43-L12C53" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityTokenException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenException.cs#L13C57-L13C74" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityTokenException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenException.cs#L14C83-L14C116" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityTokenException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenException.cs#L15C94-L15C117" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SecurityTokenException", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenException.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityTokenTypes.UserName", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenTypes.cs#L23C47-L23C63" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityTokenTypes.X509Certificate", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenTypes.cs#L24C54-L24C77" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityTokenTypes.Kerberos", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenTypes.cs#L25C47-L25C63" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityTokenTypes.Saml", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenTypes.cs#L26C43-L26C55" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityTokenTypes.Rsa", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenTypes.cs#L27C42-L27C53" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SecurityTokenTypes", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenTypes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityTokenValidationException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenValidationException.cs#L12C53-L12C63" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityTokenValidationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenValidationException.cs#L13C67-L13C84" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityTokenValidationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenValidationException.cs#L14C93-L14C126" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityTokenValidationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenValidationException.cs#L15C104-L15C127" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SecurityTokenValidationException", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenValidationException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.SymmetricSecurityKey.GenerateDerivedKey(System.String,System.Byte[],System.Byte[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SymmetricSecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SymmetricSecurityKey.GetDecryptionTransform(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SymmetricSecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SymmetricSecurityKey.GetEncryptionTransform(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SymmetricSecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SymmetricSecurityKey.GetIVSize(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SymmetricSecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SymmetricSecurityKey.GetKeyedHashAlgorithm(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SymmetricSecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SymmetricSecurityKey.GetSymmetricAlgorithm(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SymmetricSecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SymmetricSecurityKey.GetSymmetricKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SymmetricSecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SymmetricSecurityKey.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SymmetricSecurityKey.cs" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SymmetricSecurityKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SymmetricSecurityKey.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.UserNameSecurityToken.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/UserNameSecurityToken.cs#L18C15-L20C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.UserNameSecurityToken.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/UserNameSecurityToken.cs#L22C9-L38C10" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.UserNameSecurityToken.Id", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/UserNameSecurityToken.cs#L42C19-L42C30" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.UserNameSecurityToken.SecurityKeys", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/UserNameSecurityToken.cs#L47C19-L47C72" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.UserNameSecurityToken.ValidFrom", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/UserNameSecurityToken.cs#L52C19-L52C41" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.UserNameSecurityToken.ValidTo", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/UserNameSecurityToken.cs#L58C19-L58C55" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.UserNameSecurityToken.UserName", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/UserNameSecurityToken.cs#L63C19-L63C36" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.UserNameSecurityToken.Password", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/UserNameSecurityToken.cs#L66C34-L66C38" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.UserNameSecurityToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/UserNameSecurityToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.X509AsymmetricSecurityKey.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs#L107C44-L24C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509AsymmetricSecurityKey.DecryptKey(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs#L111C13-L111C58" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509AsymmetricSecurityKey.EncryptKey(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs#L116C13-L116C58" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509AsymmetricSecurityKey.GetAsymmetricAlgorithm(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs#L121C13-L183C165" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509AsymmetricSecurityKey.GetHashAlgorithmForSignature(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs#L190C13-L223C161" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509AsymmetricSecurityKey.GetSignatureDeformatter(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs#L233C13-L292C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509AsymmetricSecurityKey.GetSignatureFormatter(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs#L297C13-L377C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509AsymmetricSecurityKey.HasPrivateKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs#L381C13-L381C41" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509AsymmetricSecurityKey.IsAsymmetricAlgorithm(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs#L386C13-L391C68" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509AsymmetricSecurityKey.IsSupportedAlgorithm(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs#L396C13-L439C34" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509AsymmetricSecurityKey.IsSymmetricAlgorithm(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs#L445C13-L445C65" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.X509AsymmetricSecurityKey.KeySize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs#L28C19-L28C44" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.X509AsymmetricSecurityKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.X509IssuerSerialKeyIdentifierClause.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509IssuerSerialKeyIdentifierClause.cs#L17C15-L31C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509IssuerSerialKeyIdentifierClause.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509IssuerSerialKeyIdentifierClause.cs#L34C15-L43C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509IssuerSerialKeyIdentifierClause.Matches(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509IssuerSerialKeyIdentifierClause.cs#L54C13-L55C115" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509IssuerSerialKeyIdentifierClause.Matches(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509IssuerSerialKeyIdentifierClause.cs#L60C13-L65C85" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509IssuerSerialKeyIdentifierClause.Matches(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509IssuerSerialKeyIdentifierClause.cs#L70C13-L103C40" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509IssuerSerialKeyIdentifierClause.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509IssuerSerialKeyIdentifierClause.cs#L108C13-L109C49" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.X509IssuerSerialKeyIdentifierClause.IssuerName", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509IssuerSerialKeyIdentifierClause.cs#L45C36-L45C40" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.X509IssuerSerialKeyIdentifierClause.IssuerSerialNumber", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509IssuerSerialKeyIdentifierClause.cs#L49C19-L49C46" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.X509IssuerSerialKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509IssuerSerialKeyIdentifierClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.X509RawDataKeyIdentifierClause.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509RawDataKeyIdentifierClause.cs#L17C15-L20C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509RawDataKeyIdentifierClause.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509RawDataKeyIdentifierClause.cs#L23C15-L25C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509RawDataKeyIdentifierClause.CreateKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509RawDataKeyIdentifierClause.cs#L39C13-L47C25" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509RawDataKeyIdentifierClause.GetX509RawData", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509RawDataKeyIdentifierClause.cs#L62C13-L62C32" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509RawDataKeyIdentifierClause.Matches(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509RawDataKeyIdentifierClause.cs#L67C13-L72C53" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509RawDataKeyIdentifierClause.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509RawDataKeyIdentifierClause.cs#L77C13-L77C131" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.X509RawDataKeyIdentifierClause.CanCreateKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509RawDataKeyIdentifierClause.cs#L34C19-L34C31" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.X509RawDataKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509RawDataKeyIdentifierClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.X509SecurityToken.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs#L24C15-L26C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509SecurityToken.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs#L29C15-L31C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509SecurityToken.CanCreateKeyIdentifierClause``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs#L122C13-L129C59" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509SecurityToken.CreateKeyIdentifierClause``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs#L134C13-L154C56" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509SecurityToken.MatchesKeyIdentifierClause(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs#L159C13-L176C73" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509SecurityToken.Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs#L182C13-L189C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509SecurityToken.ThrowIfDisposed", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs#L193C13-L197C10" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.X509SecurityToken.Id", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs#L65C19-L65C30" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.X509SecurityToken.SecurityKeys", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs#L72C17-L79C38" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.X509SecurityToken.ValidFrom", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs#L87C17-L93C39" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.X509SecurityToken.ValidTo", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs#L101C17-L107C40" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.X509SecurityToken.Certificate", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs#L115C17-L116C37" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.X509SecurityToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.X509SubjectKeyIdentifierClause.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SubjectKeyIdentifierClause.cs#L17C15-L19C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509SubjectKeyIdentifierClause.GetX509SubjectKeyIdentifier", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SubjectKeyIdentifierClause.cs#L47C13-L47C32" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509SubjectKeyIdentifierClause.Matches(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SubjectKeyIdentifierClause.cs#L52C13-L60C65" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509SubjectKeyIdentifierClause.TryCreateFrom(System.Security.Cryptography.X509Certificates.X509Certificate2,System.IdentityModel.Tokens.X509SubjectKeyIdentifierClause@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SubjectKeyIdentifierClause.cs#L65C13-L72C48" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509SubjectKeyIdentifierClause.CanCreateFrom(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SubjectKeyIdentifierClause.cs#L77C13-L77C55" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509SubjectKeyIdentifierClause.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SubjectKeyIdentifierClause.cs#L82C13-L82C126" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.X509SubjectKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SubjectKeyIdentifierClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.X509ThumbprintKeyIdentifierClause.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509ThumbprintKeyIdentifierClause.cs#L14C15-L16C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509ThumbprintKeyIdentifierClause.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509ThumbprintKeyIdentifierClause.cs#L19C15-L21C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509ThumbprintKeyIdentifierClause.GetX509Thumbprint", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509ThumbprintKeyIdentifierClause.cs#L40C13-L40C32" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509ThumbprintKeyIdentifierClause.Matches(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509ThumbprintKeyIdentifierClause.cs#L45C13-L50C50" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509ThumbprintKeyIdentifierClause.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509ThumbprintKeyIdentifierClause.cs#L55C13-L55C130" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.X509ThumbprintKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509ThumbprintKeyIdentifierClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Selectors.KerberosSecurityTokenProvider.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/KerberosSecurityTokenProvider.cs#L20C15-L22C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.KerberosSecurityTokenProvider.#ctor(System.String,System.Security.Principal.TokenImpersonationLevel)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/KerberosSecurityTokenProvider.cs#L25C15-L27C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.KerberosSecurityTokenProvider.#ctor(System.String,System.Security.Principal.TokenImpersonationLevel,System.Net.NetworkCredential)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/KerberosSecurityTokenProvider.cs#L29C9-L40C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.KerberosSecurityTokenProvider.GetTokenCore(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/KerberosSecurityTokenProvider.cs#L60C13-L60C44" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.KerberosSecurityTokenProvider.ServicePrincipalName", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/KerberosSecurityTokenProvider.cs#L42C46-L42C50" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.KerberosSecurityTokenProvider.TokenImpersonationLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/KerberosSecurityTokenProvider.cs#L44C66-L44C70" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.KerberosSecurityTokenProvider.NetworkCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/KerberosSecurityTokenProvider.cs#L48C19-L48C45" - } - ], - "DocsId": "T:System.IdentityModel.Selectors.KerberosSecurityTokenProvider", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/KerberosSecurityTokenProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenAuthenticator.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenAuthenticator.cs#L17C9-L17C51" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenAuthenticator.CanValidateToken(System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenAuthenticator.cs#L21C13-L25C48" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenAuthenticator.ValidateToken(System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenAuthenticator.cs#L30C13-L70C42" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenAuthenticator.CanValidateTokenCore(System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenAuthenticator.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenAuthenticator.ValidateTokenCore(System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenAuthenticator.cs" - } - ], - "DocsId": "T:System.IdentityModel.Selectors.SecurityTokenAuthenticator", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenAuthenticator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenManager.CreateSecurityTokenProvider(System.IdentityModel.Selectors.SecurityTokenRequirement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenManager.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenManager.CreateSecurityTokenSerializer(System.IdentityModel.Selectors.SecurityTokenVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenManager.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenManager.CreateSecurityTokenAuthenticator(System.IdentityModel.Selectors.SecurityTokenRequirement,System.IdentityModel.Selectors.SecurityTokenResolver@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenManager.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenManager.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenManager.cs" - } - ], - "DocsId": "T:System.IdentityModel.Selectors.SecurityTokenManager", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenManager.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L15C9-L15C46" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.GetToken(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L30C13-L36C26" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.BeginGetToken(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L41C13-L41C64" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.EndGetToken(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L46C13-L57C26" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.GetTokenAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.GetTokenCore(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.BeginGetTokenCore(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L75C13-L75C78" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.EndGetTokenCore(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L80C13-L80C53" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.GetTokenCoreAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L86C13-L86C109" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.RenewToken(System.TimeSpan,System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L100C13-L111C26" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.BeginRenewToken(System.TimeSpan,System.IdentityModel.Tokens.SecurityToken,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L116C13-L121C84" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.EndRenewToken(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L126C13-L137C26" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.RenewTokenAsync(System.TimeSpan,System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.RenewTokenCore(System.TimeSpan,System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L158C13-L158C146" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.BeginRenewTokenCore(System.TimeSpan,System.IdentityModel.Tokens.SecurityToken,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L163C13-L163C98" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.EndRenewTokenCore(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L168C13-L168C53" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.RenewTokenCoreAsync(System.TimeSpan,System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L173C13-L173C131" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.CancelToken(System.TimeSpan,System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L185C13-L191C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.BeginCancelToken(System.TimeSpan,System.IdentityModel.Tokens.SecurityToken,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L195C13-L200C74" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.EndCancelToken(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L205C13-L211C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.CancelTokenAsync(System.TimeSpan,System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.CancelTokenCore(System.TimeSpan,System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L225C13-L225C151" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.BeginCancelTokenCore(System.TimeSpan,System.IdentityModel.Tokens.SecurityToken,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L230C13-L230C88" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.EndCancelTokenCore(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L235C13-L236C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.CancelTokenCoreAsync(System.TimeSpan,System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L240C13-L240C107" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenProvider.SupportsTokenRenewal", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L19C19-L19C32" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenProvider.SupportsTokenCancellation", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L24C19-L24C32" - } - ], - "DocsId": "T:System.IdentityModel.Selectors.SecurityTokenProvider", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenRequirement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L31C9-L35C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenRequirement.GetProperty``1(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L149C13-L153C27" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenRequirement.TryGetProperty``1(System.String,``0@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L159C13-L169C25" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.TokenTypeProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L37C56-L37C81" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.KeyUsageProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L38C55-L38C79" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.KeyTypeProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L39C54-L39C77" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.KeySizeProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L40C54-L40C77" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.RequireCryptographicTokenProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L41C72-L41C113" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.PeerAuthenticationMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L42C61-L42C91" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.IsOptionalTokenProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L43C62-L43C93" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.TokenType", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L50C17-L50C88" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.RequireCryptographicToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L76C17-L76C132" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.KeyUsage", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L89C17-L89C98" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.KeyType", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L103C17-L103C96" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.KeySize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L117C17-L117C96" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.Properties", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L133C17-L133C36" - } - ], - "DocsId": "T:System.IdentityModel.Selectors.SecurityTokenRequirement", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenResolver.ResolveToken(System.IdentityModel.Tokens.SecurityKeyIdentifier)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenResolver.cs#L16C13-L25C26" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenResolver.TryResolveToken(System.IdentityModel.Tokens.SecurityKeyIdentifier,System.IdentityModel.Tokens.SecurityToken@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenResolver.cs#L30C13-L34C66" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenResolver.ResolveToken(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenResolver.cs#L39C13-L48C26" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenResolver.TryResolveToken(System.IdentityModel.Tokens.SecurityKeyIdentifierClause,System.IdentityModel.Tokens.SecurityToken@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenResolver.cs#L53C13-L57C72" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenResolver.ResolveSecurityKey(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenResolver.cs#L62C13-L71C24" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenResolver.TryResolveSecurityKey(System.IdentityModel.Tokens.SecurityKeyIdentifierClause,System.IdentityModel.Tokens.SecurityKey@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenResolver.cs#L76C13-L80C76" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenResolver.TryResolveTokenCore(System.IdentityModel.Tokens.SecurityKeyIdentifier,System.IdentityModel.Tokens.SecurityToken@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenResolver.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenResolver.TryResolveTokenCore(System.IdentityModel.Tokens.SecurityKeyIdentifierClause,System.IdentityModel.Tokens.SecurityToken@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenResolver.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenResolver.TryResolveSecurityKeyCore(System.IdentityModel.Tokens.SecurityKeyIdentifierClause,System.IdentityModel.Tokens.SecurityKey@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenResolver.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenResolver.CreateDefaultSecurityTokenResolver(System.Collections.ObjectModel.ReadOnlyCollection{System.IdentityModel.Tokens.SecurityToken},System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenResolver.cs#L90C13-L90C69" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenResolver.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenResolver.cs" - } - ], - "DocsId": "T:System.IdentityModel.Selectors.SecurityTokenResolver", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenResolver.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.CanReadToken(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs#L24C13-L28C45" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.CanWriteToken(System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs#L33C13-L37C45" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.CanReadKeyIdentifier(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs#L42C13-L46C53" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.CanWriteKeyIdentifier(System.IdentityModel.Tokens.SecurityKeyIdentifier)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs#L51C13-L55C61" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.CanReadKeyIdentifierClause(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs#L60C13-L64C59" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.CanWriteKeyIdentifierClause(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs#L69C13-L73C73" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.ReadToken(System.Xml.XmlReader,System.IdentityModel.Selectors.SecurityTokenResolver)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs#L79C13-L83C57" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.WriteToken(System.Xml.XmlWriter,System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs#L88C13-L97C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.ReadKeyIdentifier(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs#L101C13-L105C50" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.WriteKeyIdentifier(System.Xml.XmlWriter,System.IdentityModel.Tokens.SecurityKeyIdentifier)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs#L110C13-L119C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.ReadKeyIdentifierClause(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs#L123C13-L127C56" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.WriteKeyIdentifierClause(System.Xml.XmlWriter,System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs#L132C13-L141C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.CanReadTokenCore(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.CanWriteTokenCore(System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.CanReadKeyIdentifierCore(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.CanWriteKeyIdentifierCore(System.IdentityModel.Tokens.SecurityKeyIdentifier)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.CanReadKeyIdentifierClauseCore(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.CanWriteKeyIdentifierClauseCore(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.ReadTokenCore(System.Xml.XmlReader,System.IdentityModel.Selectors.SecurityTokenResolver)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.WriteTokenCore(System.Xml.XmlWriter,System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.ReadKeyIdentifierCore(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.WriteKeyIdentifierCore(System.Xml.XmlWriter,System.IdentityModel.Tokens.SecurityKeyIdentifier)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.ReadKeyIdentifierClauseCore(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.WriteKeyIdentifierClauseCore(System.Xml.XmlWriter,System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - } - ], - "DocsId": "T:System.IdentityModel.Selectors.SecurityTokenSerializer", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenVersion.GetSecuritySpecifications", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenVersion.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenVersion.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenVersion.cs" - } - ], - "DocsId": "T:System.IdentityModel.Selectors.SecurityTokenVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenVersion.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Selectors.UserNameSecurityTokenProvider.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/UserNameSecurityTokenProvider.cs#L16C9-L24C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.UserNameSecurityTokenProvider.GetTokenCore(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/UserNameSecurityTokenProvider.cs#L28C13-L28C35" - } - ], - "DocsId": "T:System.IdentityModel.Selectors.UserNameSecurityTokenProvider", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/UserNameSecurityTokenProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Selectors.X509CertificateValidator.CreateChainTrustValidator(System.Boolean,System.Security.Cryptography.X509Certificates.X509ChainPolicy)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509CertificateValidator.cs#L75C13-L80C120" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.X509CertificateValidator.CreatePeerOrChainTrustValidator(System.Boolean,System.Security.Cryptography.X509Certificates.X509ChainPolicy)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509CertificateValidator.cs#L85C13-L90C82" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.X509CertificateValidator.Validate(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509CertificateValidator.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.X509CertificateValidator.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509CertificateValidator.cs" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.X509CertificateValidator.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509CertificateValidator.cs#L25C17-L30C31" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.X509CertificateValidator.PeerTrust", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509CertificateValidator.cs#L38C17-L43C36" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.X509CertificateValidator.ChainTrust", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509CertificateValidator.cs#L51C17-L56C37" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.X509CertificateValidator.PeerOrChainTrust", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509CertificateValidator.cs#L64C17-L69C43" - } - ], - "DocsId": "T:System.IdentityModel.Selectors.X509CertificateValidator", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509CertificateValidator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Selectors.X509SecurityTokenAuthenticator.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509SecurityTokenAuthenticator.cs#L20C15-L22C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.X509SecurityTokenAuthenticator.#ctor(System.IdentityModel.Selectors.X509CertificateValidator)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509SecurityTokenAuthenticator.cs#L24C9-L28C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.X509SecurityTokenAuthenticator.CanValidateTokenCore(System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509SecurityTokenAuthenticator.cs#L32C13-L32C47" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.X509SecurityTokenAuthenticator.ValidateTokenCore(System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509SecurityTokenAuthenticator.cs#L37C13-L40C95" - } - ], - "DocsId": "T:System.IdentityModel.Selectors.X509SecurityTokenAuthenticator", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509SecurityTokenAuthenticator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Selectors.X509SecurityTokenProvider.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509SecurityTokenProvider.cs#L18C74-L18C101" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.X509SecurityTokenProvider.GetTokenCore(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509SecurityTokenProvider.cs#L40C13-L40C104" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.X509SecurityTokenProvider.Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509SecurityTokenProvider.cs#L50C13-L54C10" - } - ], - "DocsId": "T:System.IdentityModel.Selectors.X509SecurityTokenProvider", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509SecurityTokenProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Policy.AuthorizationContext.CreateDefaultAuthorizationContext(System.Collections.Generic.IList{System.IdentityModel.Policy.IAuthorizationPolicy})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/AuthorizationContext.cs#L21C13-L21C91" - }, - { - "DocsId": "M:System.IdentityModel.Policy.AuthorizationContext.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/AuthorizationContext.cs" - }, - { - "DocsId": "P:System.IdentityModel.Policy.AuthorizationContext.Id", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/AuthorizationContext.cs" - }, - { - "DocsId": "P:System.IdentityModel.Policy.AuthorizationContext.ClaimSets", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/AuthorizationContext.cs" - }, - { - "DocsId": "P:System.IdentityModel.Policy.AuthorizationContext.ExpirationTime", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/AuthorizationContext.cs" - }, - { - "DocsId": "P:System.IdentityModel.Policy.AuthorizationContext.Properties", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/AuthorizationContext.cs" - } - ], - "DocsId": "T:System.IdentityModel.Policy.AuthorizationContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/AuthorizationContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Policy.EvaluationContext.AddClaimSet(System.IdentityModel.Policy.IAuthorizationPolicy,System.IdentityModel.Claims.ClaimSet)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/EvaluationContext.cs" - }, - { - "DocsId": "M:System.IdentityModel.Policy.EvaluationContext.RecordExpirationTime(System.DateTime)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/EvaluationContext.cs" - }, - { - "DocsId": "M:System.IdentityModel.Policy.EvaluationContext.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/EvaluationContext.cs" - }, - { - "DocsId": "P:System.IdentityModel.Policy.EvaluationContext.ClaimSets", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/EvaluationContext.cs" - }, - { - "DocsId": "P:System.IdentityModel.Policy.EvaluationContext.Properties", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/EvaluationContext.cs" - }, - { - "DocsId": "P:System.IdentityModel.Policy.EvaluationContext.Generation", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/EvaluationContext.cs" - } - ], - "DocsId": "T:System.IdentityModel.Policy.EvaluationContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/EvaluationContext.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.IdentityModel.Policy.IAuthorizationComponent.Id", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/IAuthorizationComponent.cs" - } - ], - "DocsId": "T:System.IdentityModel.Policy.IAuthorizationComponent", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/IAuthorizationComponent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Policy.IAuthorizationPolicy.Evaluate(System.IdentityModel.Policy.EvaluationContext,System.Object@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/IAuthorizationPolicy.cs" - }, - { - "DocsId": "P:System.IdentityModel.Policy.IAuthorizationPolicy.Issuer", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/IAuthorizationPolicy.cs" - } - ], - "DocsId": "T:System.IdentityModel.Policy.IAuthorizationPolicy", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/IAuthorizationPolicy.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Claims.Claim.#ctor(System.String,System.Object,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L79C73-L81C10" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.CreateDnsClaim(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L122C13-L127C94" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.CreateHashClaim(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L132C13-L137C124" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.CreateNameClaim(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L143C13-L148C77" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.CreateRsaClaim(System.Security.Cryptography.RSA)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L153C13-L156C94" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.CreateSpnClaim(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L161C13-L166C75" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.CreateThumbprintClaim(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L171C13-L176C142" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.CreateUpnClaim(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L181C13-L186C94" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.CreateUriClaim(System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L191C13-L196C75" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.CreateWindowsSidClaim(System.Security.Principal.SecurityIdentifier)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L201C13-L206C75" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.CreateX500DistinguishedNameClaim(System.Security.Cryptography.X509Certificates.X500DistinguishedName)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L211C13-L216C148" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L221C13-L226C57" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.GetHashCode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L231C13-L236C48" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L241C13-L241C94" - }, - { - "DocsId": "P:System.IdentityModel.Claims.Claim.DefaultComparer", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L87C17-L87C56" - }, - { - "DocsId": "P:System.IdentityModel.Claims.Claim.System", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L95C17-L100C33" - }, - { - "DocsId": "P:System.IdentityModel.Claims.Claim.Resource", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L106C19-L106C36" - }, - { - "DocsId": "P:System.IdentityModel.Claims.Claim.ClaimType", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L111C19-L111C37" - }, - { - "DocsId": "P:System.IdentityModel.Claims.Claim.Right", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L116C19-L116C33" - } - ], - "DocsId": "T:System.IdentityModel.Claims.Claim", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Claims.ClaimSet.ContainsClaim(System.IdentityModel.Claims.Claim,System.Collections.Generic.IEqualityComparer{System.IdentityModel.Claims.Claim})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimSet.cs#L58C13-L80C10" - }, - { - "DocsId": "M:System.IdentityModel.Claims.ClaimSet.ContainsClaim(System.IdentityModel.Claims.Claim)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimSet.cs#L84C13-L101C10" - }, - { - "DocsId": "M:System.IdentityModel.Claims.ClaimSet.FindClaims(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimSet.cs" - }, - { - "DocsId": "M:System.IdentityModel.Claims.ClaimSet.GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimSet.cs" - }, - { - "DocsId": "M:System.IdentityModel.Claims.ClaimSet.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimSet.cs#L109C51-L109C74" - }, - { - "DocsId": "M:System.IdentityModel.Claims.ClaimSet.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimSet.cs" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimSet.System", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimSet.cs#L24C17-L31C33" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimSet.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimSet.cs" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimSet.Count", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimSet.cs" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimSet.Issuer", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimSet.cs" - } - ], - "DocsId": "T:System.IdentityModel.Claims.ClaimSet", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimSet.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Anonymous", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L45C48-L45C65" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.DenyOnlySid", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L46C50-L46C69" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Dns", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L47C42-L47C53" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Email", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L48C44-L48C57" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Hash", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L49C43-L49C55" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L50C43-L50C55" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Rsa", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L51C42-L51C53" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Sid", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L52C42-L52C53" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Spn", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L53C42-L53C53" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.System", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L54C45-L54C59" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Thumbprint", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L55C49-L55C67" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Upn", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L56C42-L56C53" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Uri", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L57C42-L57C53" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.X500DistinguishedName", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L58C60-L58C89" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.NameIdentifier", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L59C53-L59C75" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Authentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L60C53-L60C75" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.AuthorizationDecision", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L61C60-L61C89" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.GivenName", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L64C48-L64C65" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Surname", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L65C46-L65C61" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.StreetAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L66C52-L66C73" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Locality", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L67C47-L67C63" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.StateOrProvince", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L68C54-L68C77" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.PostalCode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L69C49-L69C67" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Country", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L70C46-L70C61" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.HomePhone", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L71C48-L71C65" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.OtherPhone", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L72C49-L72C67" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.MobilePhone", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L73C50-L73C69" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.DateOfBirth", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L74C50-L74C69" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Gender", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L75C45-L75C59" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.PPID", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L76C43-L76C55" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Webpage", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L77C46-L77C61" - } - ], - "DocsId": "T:System.IdentityModel.Claims.ClaimTypes", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Claims.DefaultClaimSet.#ctor(System.IdentityModel.Claims.Claim[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs#L20C9-L23C10" - }, - { - "DocsId": "M:System.IdentityModel.Claims.DefaultClaimSet.#ctor(System.Collections.Generic.IList{System.IdentityModel.Claims.Claim})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs#L25C9-L28C10" - }, - { - "DocsId": "M:System.IdentityModel.Claims.DefaultClaimSet.#ctor(System.IdentityModel.Claims.ClaimSet,System.IdentityModel.Claims.Claim[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs#L30C9-L33C10" - }, - { - "DocsId": "M:System.IdentityModel.Claims.DefaultClaimSet.#ctor(System.IdentityModel.Claims.ClaimSet,System.Collections.Generic.IList{System.IdentityModel.Claims.Claim})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs#L35C9-L38C10" - }, - { - "DocsId": "M:System.IdentityModel.Claims.DefaultClaimSet.ContainsClaim(System.IdentityModel.Claims.Claim)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs#L57C13-L69C26" - }, - { - "DocsId": "M:System.IdentityModel.Claims.DefaultClaimSet.FindClaims(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs" - }, - { - "DocsId": "M:System.IdentityModel.Claims.DefaultClaimSet.GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs#L91C13-L91C44" - }, - { - "DocsId": "M:System.IdentityModel.Claims.DefaultClaimSet.Initialize(System.IdentityModel.Claims.ClaimSet,System.Collections.Generic.IList{System.IdentityModel.Claims.Claim})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs#L96C13-L98C10" - }, - { - "DocsId": "M:System.IdentityModel.Claims.DefaultClaimSet.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs#L102C13-L102C57" - }, - { - "DocsId": "P:System.IdentityModel.Claims.DefaultClaimSet.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs#L42C19-L42C41" - }, - { - "DocsId": "P:System.IdentityModel.Claims.DefaultClaimSet.Count", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs#L47C19-L47C40" - }, - { - "DocsId": "P:System.IdentityModel.Claims.DefaultClaimSet.Issuer", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs#L52C19-L52C34" - } - ], - "DocsId": "T:System.IdentityModel.Claims.DefaultClaimSet", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Claims.X509CertificateClaimSet.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L27C15-L29C10" - }, - { - "DocsId": "M:System.IdentityModel.Claims.X509CertificateClaimSet.System#IdentityModel#Policy#IIdentityInfo#get_Identity", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L77C17-L83C34" - }, - { - "DocsId": "M:System.IdentityModel.Claims.X509CertificateClaimSet.Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L153C13-L173C10" - }, - { - "DocsId": "M:System.IdentityModel.Claims.X509CertificateClaimSet.FindClaims(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs" - }, - { - "DocsId": "M:System.IdentityModel.Claims.X509CertificateClaimSet.GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L358C13-L360C44" - }, - { - "DocsId": "M:System.IdentityModel.Claims.X509CertificateClaimSet.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L365C13-L365C87" - }, - { - "DocsId": "M:System.IdentityModel.Claims.X509CertificateClaimSet.System#Security#Principal#IPrincipal#get_Identity", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L515C42-L515C72" - }, - { - "DocsId": "M:System.IdentityModel.Claims.X509CertificateClaimSet.System#Security#Principal#IPrincipal#IsInRole(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L517C50-L517C85" - }, - { - "DocsId": "P:System.IdentityModel.Claims.X509CertificateClaimSet.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L57C17-L59C39" - }, - { - "DocsId": "P:System.IdentityModel.Claims.X509CertificateClaimSet.Count", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L67C17-L69C38" - }, - { - "DocsId": "P:System.IdentityModel.Claims.X509CertificateClaimSet.System#IdentityModel#Policy#IIdentityInfo#Identity", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L77C17-L83C34" - }, - { - "DocsId": "P:System.IdentityModel.Claims.X509CertificateClaimSet.ExpirationTime", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L91C17-L97C40" - }, - { - "DocsId": "P:System.IdentityModel.Claims.X509CertificateClaimSet.Issuer", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L105C17-L132C32" - }, - { - "DocsId": "P:System.IdentityModel.Claims.X509CertificateClaimSet.X509Certificate", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L140C17-L141C37" - }, - { - "DocsId": "P:System.IdentityModel.Claims.X509CertificateClaimSet.System#Security#Principal#IPrincipal#Identity", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L515C42-L515C72" - } - ], - "DocsId": "T:System.IdentityModel.Claims.X509CertificateClaimSet", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Runtime.AsyncCompletionResult.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/AsyncCompletionResult.cs" - }, - { - "DocsId": "F:System.Runtime.AsyncCompletionResult.Queued", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/AsyncCompletionResult.cs" - }, - { - "DocsId": "F:System.Runtime.AsyncCompletionResult.Completed", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/AsyncCompletionResult.cs" - } - ], - "DocsId": "T:System.Runtime.AsyncCompletionResult", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/AsyncCompletionResult.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.TaskHelpers.AsyncWait``1(System.Threading.Tasks.Task)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.ToApm``1(System.Threading.Tasks.Task{``0},System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L40C13-L79C29" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.ToApm(System.Threading.Tasks.Task,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L94C13-L135C29" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.ToApmEnd``1(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L145C13-L147C50" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.ToApmEnd(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L154C13-L157C10" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.FromAsync``3(System.Func{``0,System.AsyncCallback,System.Object,System.IAsyncResult},System.Runtime.TaskHelpers.EndWithOutDelegate{``2,``1},``0,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L163C13-L188C29" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.CloseHelperAsync(System.ServiceModel.ICommunicationObject,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L193C13-L199C124" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.OpenHelperAsync(System.ServiceModel.ICommunicationObject,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L205C13-L211C122" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.AwaitWithTimeout(System.Threading.Tasks.Task,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.WaitForCompletion(System.Threading.Tasks.Task)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L255C13-L256C10" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.WaitForCompletionNoSpin(System.Threading.Tasks.Task)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L264C13-L274C10" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.WaitForCompletion``1(System.Threading.Tasks.Task{``0})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L281C13-L281C50" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.WaitForCompletionNoSpin``1(System.Threading.Tasks.Task{``0})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L286C13-L294C50" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.WaitForCompletionNoSpin(System.Threading.Tasks.Task,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L299C13-L320C30" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.Wait(System.Threading.Tasks.Task,System.TimeSpan,System.Action{System.Exception,System.TimeSpan,System.String},System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L327C13-L347C10" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.CompletedTask", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L351C13-L351C42" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.EnsureDefaultTaskScheduler", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L356C13-L356C58" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.RunTaskContinuationsOnOurThreads", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L374C13-L379C43" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.CallActionAsync``1(System.Action{``0},``0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - }, - { - "DocsId": "F:System.Runtime.TaskHelpers.OnAsyncCompletionCallback", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - }, - { - "DocsId": "T:System.Runtime.TaskHelpers.EndWithOutDelegate`2", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - } - ], - "DocsId": "T:System.Runtime.TaskHelpers", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.DefaultTaskSchedulerAwaiter.OnCompleted(System.Action)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L452C13-L453C10" - }, - { - "DocsId": "M:System.Runtime.DefaultTaskSchedulerAwaiter.GetResult", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L458C35-L458C36" - }, - { - "DocsId": "M:System.Runtime.DefaultTaskSchedulerAwaiter.GetAwaiter", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L462C13-L462C25" - }, - { - "DocsId": "F:System.Runtime.DefaultTaskSchedulerAwaiter.Singleton", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - }, - { - "DocsId": "P:System.Runtime.DefaultTaskSchedulerAwaiter.IsCompleted", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L442C17-L444C99" - } - ], - "DocsId": "T:System.Runtime.DefaultTaskSchedulerAwaiter", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.OutWrapper`1.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L471C9-L474C10" - }, - { - "DocsId": "M:System.Runtime.OutWrapper`1.op_Implicit(System.Runtime.OutWrapper{`0})~`0", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L480C13-L480C34" - }, - { - "DocsId": "P:System.Runtime.OutWrapper`1.Value", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L476C26-L476C30" - } - ], - "DocsId": "T:System.Runtime.OutWrapper`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Serialization.GeneratedXmlSerializers.GetGeneratedSerializers", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/GeneratedXmlSerializers.cs#L16C13-L16C43" - }, - { - "DocsId": "M:System.Runtime.Serialization.GeneratedXmlSerializers.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/GeneratedXmlSerializers.cs" - }, - { - "DocsId": "P:System.Runtime.Serialization.GeneratedXmlSerializers.IsInitialized", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/GeneratedXmlSerializers.cs#L23C17-L23C58" - } - ], - "DocsId": "T:System.Runtime.Serialization.GeneratedXmlSerializers", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/GeneratedXmlSerializers.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Diagnostics.TraceRecord.BuildEventId(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/Diagnostics/TraceRecord.cs#L23C13-L23C84" - }, - { - "DocsId": "M:System.Runtime.Diagnostics.TraceRecord.XmlEncode(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/Diagnostics/TraceRecord.cs#L28C13-L28C56" - }, - { - "DocsId": "M:System.Runtime.Diagnostics.TraceRecord.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/Diagnostics/TraceRecord.cs" - }, - { - "DocsId": "F:System.Runtime.Diagnostics.TraceRecord.EventIdBase", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/Diagnostics/TraceRecord.cs" - }, - { - "DocsId": "F:System.Runtime.Diagnostics.TraceRecord.NamespaceSuffix", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/Diagnostics/TraceRecord.cs" - } - ], - "DocsId": "T:System.Runtime.Diagnostics.TraceRecord", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/Diagnostics/TraceRecord.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ActionNotSupportedException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ActionNotSupportedException.cs#L14C9-L14C49" - }, - { - "DocsId": "M:System.ServiceModel.ActionNotSupportedException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ActionNotSupportedException.cs#L15C62-L15C79" - }, - { - "DocsId": "M:System.ServiceModel.ActionNotSupportedException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ActionNotSupportedException.cs#L16C88-L16C121" - }, - { - "DocsId": "M:System.ServiceModel.ActionNotSupportedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ActionNotSupportedException.cs#L17C99-L17C122" - } - ], - "DocsId": "T:System.ServiceModel.ActionNotSupportedException", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ActionNotSupportedException.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.AuditLevel.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/AuditLevel.cs" - }, - { - "DocsId": "F:System.ServiceModel.AuditLevel.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/AuditLevel.cs" - }, - { - "DocsId": "F:System.ServiceModel.AuditLevel.Success", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/AuditLevel.cs" - }, - { - "DocsId": "F:System.ServiceModel.AuditLevel.Failure", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/AuditLevel.cs" - }, - { - "DocsId": "F:System.ServiceModel.AuditLevel.SuccessOrFailure", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/AuditLevel.cs" - } - ], - "DocsId": "T:System.ServiceModel.AuditLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/AuditLevel.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.AuditLogLocation.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/AuditLogLocation.cs" - }, - { - "DocsId": "F:System.ServiceModel.AuditLogLocation.Default", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/AuditLogLocation.cs" - }, - { - "DocsId": "F:System.ServiceModel.AuditLogLocation.Application", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/AuditLogLocation.cs" - }, - { - "DocsId": "F:System.ServiceModel.AuditLogLocation.Security", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/AuditLogLocation.cs" - } - ], - "DocsId": "T:System.ServiceModel.AuditLogLocation", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/AuditLogLocation.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.CacheSetting.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/CacheSetting.cs" - }, - { - "DocsId": "F:System.ServiceModel.CacheSetting.Default", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/CacheSetting.cs" - }, - { - "DocsId": "F:System.ServiceModel.CacheSetting.AlwaysOn", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/CacheSetting.cs" - }, - { - "DocsId": "F:System.ServiceModel.CacheSetting.AlwaysOff", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/CacheSetting.cs" - } - ], - "DocsId": "T:System.ServiceModel.CacheSetting", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/CacheSetting.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.CallbackBehaviorAttribute.System#ServiceModel#Description#IEndpointBehavior#Validate(System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/CallbackBehaviorAttribute.cs#L42C9-L42C10" - }, - { - "DocsId": "M:System.ServiceModel.CallbackBehaviorAttribute.System#ServiceModel#Description#IEndpointBehavior#AddBindingParameters(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/CallbackBehaviorAttribute.cs#L46C9-L46C10" - }, - { - "DocsId": "M:System.ServiceModel.CallbackBehaviorAttribute.System#ServiceModel#Description#IEndpointBehavior#ApplyClientBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.ClientRuntime)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/CallbackBehaviorAttribute.cs#L50C13-L65C10" - }, - { - "DocsId": "M:System.ServiceModel.CallbackBehaviorAttribute.System#ServiceModel#Description#IEndpointBehavior#ApplyDispatchBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.EndpointDispatcher)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/CallbackBehaviorAttribute.cs#L69C13-L70C110" - }, - { - "DocsId": "M:System.ServiceModel.CallbackBehaviorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/CallbackBehaviorAttribute.cs#L16C9-L18C66" - }, - { - "DocsId": "P:System.ServiceModel.CallbackBehaviorAttribute.AutomaticSessionShutdown", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/CallbackBehaviorAttribute.cs#L18C48-L18C52" - }, - { - "DocsId": "P:System.ServiceModel.CallbackBehaviorAttribute.ConcurrencyMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/CallbackBehaviorAttribute.cs#L22C19-L22C43" - }, - { - "DocsId": "P:System.ServiceModel.CallbackBehaviorAttribute.UseSynchronizationContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/CallbackBehaviorAttribute.cs#L36C19-L36C53" - } - ], - "DocsId": "T:System.ServiceModel.CallbackBehaviorAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/CallbackBehaviorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ChannelFactory.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L19C9-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.EnsureOpened", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L101C13-L112C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.ApplyConfiguration(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L121C13-L125C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.CreateDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.CreateFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L141C13-L158C92" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.System#IDisposable#Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L163C13-L164C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.System#IAsyncDisposable#DisposeAsync", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.GetProperty``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L214C13-L220C29" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.InitializeEndpoint(System.String,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L241C13-L268C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.InitializeEndpoint(System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L272C13-L276C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.InitializeEndpoint(System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L280C13-L293C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.OnOpened", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L298C13-L309C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.OnAbort", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L313C13-L317C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.OnBeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L321C13-L321C93" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.OnEndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L326C13-L327C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.OnCloseAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.OnBeginOpen(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L339C13-L339C92" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.OnEndOpen(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L344C13-L345C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.OnOpenAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.OnClose(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L357C13-L361C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.OnOpen(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L365C13-L366C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.OnOpening", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L370C13-L384C10" - }, - { - "DocsId": "P:System.ServiceModel.ChannelFactory.Credentials", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L33C17-L50C55" - }, - { - "DocsId": "P:System.ServiceModel.ChannelFactory.DefaultCloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L59C17-L65C57" - }, - { - "DocsId": "P:System.ServiceModel.ChannelFactory.DefaultOpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L74C17-L80C56" - }, - { - "DocsId": "P:System.ServiceModel.ChannelFactory.Endpoint", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L85C43-L85C47" - } - ], - "DocsId": "T:System.ServiceModel.ChannelFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L394C15-L407C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L411C15-L421C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L425C15-L427C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.#ctor(System.String,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L431C15-L446C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.#ctor(System.ServiceModel.Channels.Binding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L450C15-L452C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.#ctor(System.ServiceModel.Channels.Binding,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L455C15-L457C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.#ctor(System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L461C15-L476C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.#ctor(System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L480C15-L495C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.CreateChannel(System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L522C13-L527C56" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.CreateChannel(System.ServiceModel.EndpointAddress,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L532C13-L552C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.CreateChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L556C13-L556C73" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.CreateDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L573C13-L579C29" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.CreateChannel(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L621C13-L630C28" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.CreateChannel(System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L635C13-L644C28" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.CreateChannel(System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L649C13-L658C28" - } - ], - "DocsId": "T:System.ServiceModel.ChannelFactory`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ChannelTerminatedException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelTerminatedException.cs#L12C9-L12C48" - }, - { - "DocsId": "M:System.ServiceModel.ChannelTerminatedException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelTerminatedException.cs#L13C61-L13C78" - }, - { - "DocsId": "M:System.ServiceModel.ChannelTerminatedException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelTerminatedException.cs#L14C87-L14C120" - }, - { - "DocsId": "M:System.ServiceModel.ChannelTerminatedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelTerminatedException.cs#L15C98-L15C121" - } - ], - "DocsId": "T:System.ServiceModel.ChannelTerminatedException", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelTerminatedException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ClientBase`1.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L27C9-L55C89" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L27C9-L60C89" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L27C9-L65C89" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.#ctor(System.String,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L27C9-L70C89" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.#ctor(System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L27C9-L98C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.#ctor(System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L27C9-L120C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.#ctor(System.ServiceModel.InstanceContext,System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L27C9-L153C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.GetDefaultValueForInitialization``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L157C13-L157C31" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.Open", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L300C13-L301C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.OpenAsync", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L305C13-L305C71" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.Abort", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L322C13-L349C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.Close", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L353C13-L354C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.CloseAsync", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L358C13-L359C40" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.CreateChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L450C13-L460C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#IDisposable#Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L464C13-L465C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#IAsyncDisposable#DisposeAsync", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#Open(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L494C13-L501C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#Close(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L505C20-L547C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#add_Closed(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L553C17-L554C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#remove_Closed(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L557C17-L558C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#add_Closing(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L565C17-L566C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#remove_Closing(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L569C17-L570C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#add_Faulted(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L577C17-L578C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#remove_Faulted(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L581C17-L582C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#add_Opened(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L589C17-L590C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#remove_Opened(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L593C17-L594C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#add_Opening(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L601C17-L602C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#remove_Opening(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L605C17-L606C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#BeginClose(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L611C13-L611C119" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#BeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L616C13-L616C63" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#EndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L621C13-L622C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#BeginOpen(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L626C13-L626C117" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#BeginOpen(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L631C13-L631C62" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#EndOpen(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L636C13-L637C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.InvokeAsync(System.ServiceModel.ClientBase`1.BeginOperationDelegate{`0},System.Object[],System.ServiceModel.ClientBase`1.EndOperationDelegate{`0},System.Threading.SendOrPostCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L809C13-L845C10" - }, - { - "DocsId": "E:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#Closed", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L553C17-L554C14" - }, - { - "DocsId": "E:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#Closing", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L565C17-L566C14" - }, - { - "DocsId": "E:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#Faulted", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L577C17-L578C14" - }, - { - "DocsId": "E:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#Opened", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L589C17-L590C14" - }, - { - "DocsId": "E:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#Opening", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L601C17-L602C14" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.Channel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L167C17-L211C33" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.CacheSetting", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L219C17-L219C39" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L241C17-L246C44" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ClientCredentials", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L254C17-L254C51" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.State", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L262C17-L276C59" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.InnerChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L286C17-L286C48" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.Endpoint", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L294C17-L294C48" - }, - { - "DocsId": "T:System.ServiceModel.ClientBase`1.BeginOperationDelegate", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "DocsId": "T:System.ServiceModel.ClientBase`1.EndOperationDelegate", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "DocsId": "T:System.ServiceModel.ClientBase`1.InvokeAsyncCompletedEventArgs", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "DocsId": "T:System.ServiceModel.ClientBase`1.AsyncOperationContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "DocsId": "T:System.ServiceModel.ClientBase`1.ChannelBase`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - } - ], - "DocsId": "T:System.ServiceModel.ClientBase`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.CommunicationException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationException.cs#L12C9-L12C44" - }, - { - "DocsId": "M:System.ServiceModel.CommunicationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationException.cs#L13C57-L13C74" - }, - { - "DocsId": "M:System.ServiceModel.CommunicationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationException.cs#L14C83-L14C116" - }, - { - "DocsId": "M:System.ServiceModel.CommunicationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationException.cs#L15C94-L15C117" - } - ], - "DocsId": "T:System.ServiceModel.CommunicationException", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.CommunicationObjectAbortedException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationObjectAbortedException.cs#L12C9-L12C57" - }, - { - "DocsId": "M:System.ServiceModel.CommunicationObjectAbortedException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationObjectAbortedException.cs#L13C70-L13C87" - }, - { - "DocsId": "M:System.ServiceModel.CommunicationObjectAbortedException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationObjectAbortedException.cs#L14C96-L14C129" - }, - { - "DocsId": "M:System.ServiceModel.CommunicationObjectAbortedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationObjectAbortedException.cs#L15C107-L15C130" - } - ], - "DocsId": "T:System.ServiceModel.CommunicationObjectAbortedException", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationObjectAbortedException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.CommunicationObjectFaultedException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationObjectFaultedException.cs#L12C9-L12C57" - }, - { - "DocsId": "M:System.ServiceModel.CommunicationObjectFaultedException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationObjectFaultedException.cs#L13C70-L13C87" - }, - { - "DocsId": "M:System.ServiceModel.CommunicationObjectFaultedException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationObjectFaultedException.cs#L14C96-L14C129" - }, - { - "DocsId": "M:System.ServiceModel.CommunicationObjectFaultedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationObjectFaultedException.cs#L15C107-L15C130" - } - ], - "DocsId": "T:System.ServiceModel.CommunicationObjectFaultedException", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationObjectFaultedException.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.CommunicationState.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationState.cs" - }, - { - "DocsId": "F:System.ServiceModel.CommunicationState.Created", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationState.cs" - }, - { - "DocsId": "F:System.ServiceModel.CommunicationState.Opening", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationState.cs" - }, - { - "DocsId": "F:System.ServiceModel.CommunicationState.Opened", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationState.cs" - }, - { - "DocsId": "F:System.ServiceModel.CommunicationState.Closing", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationState.cs" - }, - { - "DocsId": "F:System.ServiceModel.CommunicationState.Closed", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationState.cs" - }, - { - "DocsId": "F:System.ServiceModel.CommunicationState.Faulted", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationState.cs" - } - ], - "DocsId": "T:System.ServiceModel.CommunicationState", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationState.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.ConcurrencyMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ConcurrencyMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.ConcurrencyMode.Single", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ConcurrencyMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.ConcurrencyMode.Reentrant", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ConcurrencyMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.ConcurrencyMode.Multiple", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ConcurrencyMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.ConcurrencyMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ConcurrencyMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ConcurrencyModeHelper.IsDefined(System.ServiceModel.ConcurrencyMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ConcurrencyMode.cs#L19C13-L23C23" - } - ], - "DocsId": "T:System.ServiceModel.ConcurrencyModeHelper", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ConcurrencyMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.DataContractFormatAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DataContractFormatAttribute.cs" - }, - { - "DocsId": "P:System.ServiceModel.DataContractFormatAttribute.Style", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DataContractFormatAttribute.cs#L15C19-L15C33" - } - ], - "DocsId": "T:System.ServiceModel.DataContractFormatAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DataContractFormatAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.DeliveryRequirementsAttribute.System#ServiceModel#Description#IContractBehavior#Validate(System.ServiceModel.Description.ContractDescription,System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DeliveryRequirementsAttribute.cs#L53C13-L59C10" - }, - { - "DocsId": "M:System.ServiceModel.DeliveryRequirementsAttribute.System#ServiceModel#Description#IContractBehavior#AddBindingParameters(System.ServiceModel.Description.ContractDescription,System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DeliveryRequirementsAttribute.cs#L63C9-L63C10" - }, - { - "DocsId": "M:System.ServiceModel.DeliveryRequirementsAttribute.System#ServiceModel#Description#IContractBehavior#ApplyClientBehavior(System.ServiceModel.Description.ContractDescription,System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.ClientRuntime)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DeliveryRequirementsAttribute.cs#L67C9-L67C10" - }, - { - "DocsId": "M:System.ServiceModel.DeliveryRequirementsAttribute.System#ServiceModel#Description#IContractBehavior#ApplyDispatchBehavior(System.ServiceModel.Description.ContractDescription,System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.DispatchRuntime)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DeliveryRequirementsAttribute.cs#L71C9-L71C10" - }, - { - "DocsId": "M:System.ServiceModel.DeliveryRequirementsAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DeliveryRequirementsAttribute.cs" - }, - { - "DocsId": "P:System.ServiceModel.DeliveryRequirementsAttribute.QueuedDeliveryRequirements", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DeliveryRequirementsAttribute.cs#L30C19-L30C53" - }, - { - "DocsId": "P:System.ServiceModel.DeliveryRequirementsAttribute.RequireOrderedDelivery", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DeliveryRequirementsAttribute.cs#L49C46-L49C50" - } - ], - "DocsId": "T:System.ServiceModel.DeliveryRequirementsAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DeliveryRequirementsAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.DnsEndpointIdentity.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DnsEndpointIdentity.cs#L13C9-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.DnsEndpointIdentity.#ctor(System.IdentityModel.Claims.Claim)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DnsEndpointIdentity.cs#L23C9-L36C10" - } - ], - "DocsId": "T:System.ServiceModel.DnsEndpointIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DnsEndpointIdentity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L16C15-L17C12" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.Type,System.ServiceModel.Channels.Binding,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L19C15-L20C12" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.Type,System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L22C15-L23C12" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.Type,System.ServiceModel.Channels.Binding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L25C15-L26C12" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.Type,System.String,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L28C15-L29C12" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L31C15-L32C12" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.Type,System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L34C15-L35C12" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.ServiceModel.InstanceContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L39C15-L40C12" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.ServiceModel.InstanceContext,System.ServiceModel.Channels.Binding,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L42C15-L43C12" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.ServiceModel.InstanceContext,System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L45C15-L46C12" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.ServiceModel.InstanceContext,System.ServiceModel.Channels.Binding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L48C15-L49C12" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.ServiceModel.InstanceContext,System.String,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L51C15-L52C12" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.ServiceModel.InstanceContext,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L54C15-L55C12" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.ServiceModel.InstanceContext,System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L57C15-L58C12" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L62C15-L78C10" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.Object,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L82C15-L84C10" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.Object,System.String,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L88C15-L109C10" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.Object,System.ServiceModel.Channels.Binding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L113C15-L115C10" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.Object,System.ServiceModel.Channels.Binding,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L119C15-L121C10" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.Object,System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L124C15-L145C10" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.Object,System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L149C15-L170C10" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.CreateChannel(System.ServiceModel.InstanceContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L190C13-L190C91" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.CreateChannel(System.ServiceModel.InstanceContext,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L195C13-L200C74" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.CreateChannel(System.ServiceModel.EndpointAddress,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L205C13-L205C66" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.CreateChannel(System.ServiceModel.InstanceContext,System.ServiceModel.EndpointAddress,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L210C13-L251C27" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.CreateChannel(System.Object,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L267C13-L267C106" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.CreateChannel(System.Object,System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L272C13-L272C105" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.CreateChannel(System.Object,System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L277C13-L277C110" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.CreateChannel(System.ServiceModel.InstanceContext,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L282C13-L285C28" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.CreateChannel(System.ServiceModel.InstanceContext,System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L290C13-L293C28" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.CreateChannel(System.ServiceModel.InstanceContext,System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L298C13-L301C28" - } - ], - "DocsId": "T:System.ServiceModel.DuplexChannelFactory`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.DuplexClientBase`1.#ctor(System.ServiceModel.InstanceContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexClientBase.cs#L13C9-L15C89" - }, - { - "DocsId": "M:System.ServiceModel.DuplexClientBase`1.#ctor(System.ServiceModel.InstanceContext,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexClientBase.cs#L17C9-L19C89" - }, - { - "DocsId": "M:System.ServiceModel.DuplexClientBase`1.#ctor(System.ServiceModel.InstanceContext,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexClientBase.cs#L21C9-L23C89" - }, - { - "DocsId": "M:System.ServiceModel.DuplexClientBase`1.#ctor(System.ServiceModel.InstanceContext,System.String,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexClientBase.cs#L25C9-L27C89" - }, - { - "DocsId": "M:System.ServiceModel.DuplexClientBase`1.#ctor(System.ServiceModel.InstanceContext,System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexClientBase.cs#L30C15-L32C10" - }, - { - "DocsId": "P:System.ServiceModel.DuplexClientBase`1.InnerDuplexChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexClientBase.cs#L38C17-L38C60" - } - ], - "DocsId": "T:System.ServiceModel.DuplexClientBase`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexClientBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.EndpointAddress.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L87C9-L97C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.#ctor(System.Uri,System.ServiceModel.Channels.AddressHeader[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L100C15-L102C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.#ctor(System.Uri,System.ServiceModel.EndpointIdentity,System.ServiceModel.Channels.AddressHeader[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L104C9-L112C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.ApplyTo(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L270C13-L305C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L431C13-L447C44" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.GetHashCode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L452C13-L452C76" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.GetReaderAtMetadata", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L464C13-L464C65" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.GetReaderAtExtensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L470C13-L470C66" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.ReadFrom(System.Xml.XmlDictionaryReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L510C13-L510C55" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.ReadFrom(System.ServiceModel.Channels.AddressingVersion,System.Xml.XmlDictionaryReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L549C13-L562C23" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.ReadFrom(System.ServiceModel.Channels.AddressingVersion,System.Xml.XmlDictionaryReader,System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L567C13-L575C23" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L948C13-L948C35" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.WriteContentsTo(System.ServiceModel.Channels.AddressingVersion,System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L953C13-L978C87" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.WriteContentsTo(System.ServiceModel.Channels.AddressingVersion,System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1118C13-L1120C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.WriteTo(System.ServiceModel.Channels.AddressingVersion,System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1124C13-L1126C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.WriteTo(System.ServiceModel.Channels.AddressingVersion,System.Xml.XmlDictionaryWriter,System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1130C13-L1149C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.WriteTo(System.ServiceModel.Channels.AddressingVersion,System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1153C13-L1161C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.WriteTo(System.ServiceModel.Channels.AddressingVersion,System.Xml.XmlWriter,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1165C13-L1184C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.op_Equality(System.ServiceModel.EndpointAddress,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1188C13-L1193C46" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.op_Inequality(System.ServiceModel.EndpointAddress,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1198C13-L1203C47" - }, - { - "DocsId": "P:System.ServiceModel.EndpointAddress.AnonymousUri", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L217C17-L222C39" - }, - { - "DocsId": "P:System.ServiceModel.EndpointAddress.NoneUri", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L230C17-L235C34" - }, - { - "DocsId": "P:System.ServiceModel.EndpointAddress.Headers", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L245C17-L250C33" - }, - { - "DocsId": "P:System.ServiceModel.EndpointAddress.Identity", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L254C44-L254C48" - }, - { - "DocsId": "P:System.ServiceModel.EndpointAddress.IsAnonymous", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L256C35-L256C39" - }, - { - "DocsId": "P:System.ServiceModel.EndpointAddress.IsNone", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L262C17-L262C32" - }, - { - "DocsId": "P:System.ServiceModel.EndpointAddress.Uri", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L266C26-L266C30" - } - ], - "DocsId": "T:System.ServiceModel.EndpointAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.EndpointAddressBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1215C9-L1218C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddressBuilder.#ctor(System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1220C9-L1230C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddressBuilder.GetReaderAtMetadata", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1240C13-L1254C27" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddressBuilder.SetMetadataReader(System.Xml.XmlDictionaryReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1259C13-L1270C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddressBuilder.GetReaderAtExtensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1274C13-L1288C27" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddressBuilder.SetExtensionReader(System.Xml.XmlDictionaryReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1293C13-L1305C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddressBuilder.ToEndpointAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1309C13-L1315C62" - }, - { - "DocsId": "P:System.ServiceModel.EndpointAddressBuilder.Uri", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1232C26-L1232C30" - }, - { - "DocsId": "P:System.ServiceModel.EndpointAddressBuilder.Identity", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1234C44-L1234C48" - }, - { - "DocsId": "P:System.ServiceModel.EndpointAddressBuilder.Headers", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1236C52-L1236C56" - } - ], - "DocsId": "T:System.ServiceModel.EndpointAddressBuilder", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.EndpointIdentity.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointIdentity.cs#L16C9-L18C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointIdentity.Initialize(System.IdentityModel.Claims.Claim)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointIdentity.cs#L22C13-L28C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointIdentity.Initialize(System.IdentityModel.Claims.Claim,System.Collections.Generic.IEqualityComparer{System.IdentityModel.Claims.Claim})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointIdentity.cs#L32C13-L34C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointIdentity.CreateIdentity(System.IdentityModel.Claims.Claim)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointIdentity.cs#L50C13-L73C62" - }, - { - "DocsId": "M:System.ServiceModel.EndpointIdentity.CreateDnsIdentity(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointIdentity.cs#L79C13-L79C53" - }, - { - "DocsId": "M:System.ServiceModel.EndpointIdentity.CreateSpnIdentity(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointIdentity.cs#L84C13-L84C53" - }, - { - "DocsId": "M:System.ServiceModel.EndpointIdentity.CreateUpnIdentity(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointIdentity.cs#L89C13-L89C53" - }, - { - "DocsId": "M:System.ServiceModel.EndpointIdentity.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointIdentity.cs#L98C13-L115C57" - }, - { - "DocsId": "M:System.ServiceModel.EndpointIdentity.GetHashCode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointIdentity.cs#L120C13-L120C66" - }, - { - "DocsId": "P:System.ServiceModel.EndpointIdentity.IdentityClaim", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointIdentity.cs#L40C17-L44C39" - } - ], - "DocsId": "T:System.ServiceModel.EndpointIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointIdentity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.EndpointNotFoundException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointNotFoundException.cs#L12C9-L12C47" - }, - { - "DocsId": "M:System.ServiceModel.EndpointNotFoundException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointNotFoundException.cs#L13C60-L13C77" - }, - { - "DocsId": "M:System.ServiceModel.EndpointNotFoundException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointNotFoundException.cs#L14C86-L14C119" - }, - { - "DocsId": "M:System.ServiceModel.EndpointNotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointNotFoundException.cs#L15C97-L15C120" - } - ], - "DocsId": "T:System.ServiceModel.EndpointNotFoundException", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointNotFoundException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.EnvelopeVersion.GetUltimateDestinationActorValues", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EnvelopeVersion.cs#L112C13-L112C69" - }, - { - "DocsId": "M:System.ServiceModel.EnvelopeVersion.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EnvelopeVersion.cs#L124C13-L124C62" - }, - { - "DocsId": "P:System.ServiceModel.EnvelopeVersion.NextDestinationActorValue", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EnvelopeVersion.cs#L70C51-L70C55" - }, - { - "DocsId": "P:System.ServiceModel.EnvelopeVersion.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EnvelopeVersion.cs#L72C46-L72C50" - }, - { - "DocsId": "P:System.ServiceModel.EnvelopeVersion.Soap11", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EnvelopeVersion.cs#L83C48-L83C52" - }, - { - "DocsId": "P:System.ServiceModel.EnvelopeVersion.Soap12", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EnvelopeVersion.cs#L96C19-L96C35" - } - ], - "DocsId": "T:System.ServiceModel.EnvelopeVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/EnvelopeVersion.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ExceptionDetail.#ctor(System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExceptionDetail.cs#L17C9-L33C10" - }, - { - "DocsId": "M:System.ServiceModel.ExceptionDetail.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExceptionDetail.cs#L56C13-L56C129" - }, - { - "DocsId": "P:System.ServiceModel.ExceptionDetail.HelpLink", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExceptionDetail.cs#L36C34-L36C38" - }, - { - "DocsId": "P:System.ServiceModel.ExceptionDetail.InnerException", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExceptionDetail.cs#L39C49-L39C53" - }, - { - "DocsId": "P:System.ServiceModel.ExceptionDetail.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExceptionDetail.cs#L42C33-L42C37" - }, - { - "DocsId": "P:System.ServiceModel.ExceptionDetail.StackTrace", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExceptionDetail.cs#L45C36-L45C40" - }, - { - "DocsId": "P:System.ServiceModel.ExceptionDetail.Type", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExceptionDetail.cs#L50C19-L50C32" - } - ], - "DocsId": "T:System.ServiceModel.ExceptionDetail", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExceptionDetail.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ExtensionCollection`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExtensionCollection.cs#L16C9-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.ExtensionCollection`1.#ctor(`0,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExtensionCollection.cs#L27C15-L35C10" - }, - { - "DocsId": "M:System.ServiceModel.ExtensionCollection`1.System#Collections#Generic#ICollection>#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExtensionCollection.cs#L39C19-L39C32" - }, - { - "DocsId": "M:System.ServiceModel.ExtensionCollection`1.ClearItems", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExtensionCollection.cs#L46C13-L57C10" - }, - { - "DocsId": "M:System.ServiceModel.ExtensionCollection`1.Find``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExtensionCollection.cs#L61C13-L76C10" - }, - { - "DocsId": "M:System.ServiceModel.ExtensionCollection`1.FindAll``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExtensionCollection.cs#L80C13-L95C27" - }, - { - "DocsId": "M:System.ServiceModel.ExtensionCollection`1.InsertItem(System.Int32,System.ServiceModel.IExtension{`0})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExtensionCollection.cs#L100C13-L110C10" - }, - { - "DocsId": "M:System.ServiceModel.ExtensionCollection`1.RemoveItem(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExtensionCollection.cs#L114C13-L119C10" - }, - { - "DocsId": "M:System.ServiceModel.ExtensionCollection`1.SetItem(System.Int32,System.ServiceModel.IExtension{`0})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExtensionCollection.cs#L123C13-L123C137" - }, - { - "DocsId": "P:System.ServiceModel.ExtensionCollection`1.System#Collections#Generic#ICollection>#IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExtensionCollection.cs#L39C19-L39C32" - } - ], - "DocsId": "T:System.ServiceModel.ExtensionCollection`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExtensionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.FaultCode.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L16C15-L18C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultCode.#ctor(System.String,System.ServiceModel.FaultCode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L21C15-L23C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultCode.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L26C15-L28C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultCode.#ctor(System.String,System.String,System.ServiceModel.FaultCode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L30C9-L67C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultCode.CreateSenderFaultCode(System.ServiceModel.FaultCode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L117C13-L117C53" - }, - { - "DocsId": "M:System.ServiceModel.FaultCode.CreateSenderFaultCode(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L122C13-L122C67" - }, - { - "DocsId": "M:System.ServiceModel.FaultCode.CreateReceiverFaultCode(System.ServiceModel.FaultCode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L127C13-L132C55" - }, - { - "DocsId": "M:System.ServiceModel.FaultCode.CreateReceiverFaultCode(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L137C13-L137C69" - }, - { - "DocsId": "P:System.ServiceModel.FaultCode.IsPredefinedFault", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L73C17-L73C60" - }, - { - "DocsId": "P:System.ServiceModel.FaultCode.IsSenderFault", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L81C17-L86C30" - }, - { - "DocsId": "P:System.ServiceModel.FaultCode.IsReceiverFault", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L94C17-L99C30" - }, - { - "DocsId": "P:System.ServiceModel.FaultCode.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L107C17-L107C28" - }, - { - "DocsId": "P:System.ServiceModel.FaultCode.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L111C30-L111C34" - }, - { - "DocsId": "P:System.ServiceModel.FaultCode.SubCode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L113C36-L113C40" - } - ], - "DocsId": "T:System.ServiceModel.FaultCode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.FaultContractAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultContractAttribute.cs#L20C9-L23C10" - }, - { - "DocsId": "P:System.ServiceModel.FaultContractAttribute.DetailType", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultContractAttribute.cs#L25C34-L25C38" - }, - { - "DocsId": "P:System.ServiceModel.FaultContractAttribute.Action", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultContractAttribute.cs#L29C19-L29C34" - }, - { - "DocsId": "P:System.ServiceModel.FaultContractAttribute.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultContractAttribute.cs#L38C19-L38C32" - }, - { - "DocsId": "P:System.ServiceModel.FaultContractAttribute.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultContractAttribute.cs#L58C19-L58C30" - }, - { - "DocsId": "P:System.ServiceModel.FaultContractAttribute.ProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultContractAttribute.cs#L75C17-L75C41" - }, - { - "DocsId": "P:System.ServiceModel.FaultContractAttribute.HasProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultContractAttribute.cs#L89C42-L89C46" - } - ], - "DocsId": "T:System.ServiceModel.FaultContractAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultContractAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.FaultException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L24C15-L28C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L31C15-L35C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.#ctor(System.ServiceModel.FaultReason)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L38C15-L42C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.#ctor(System.String,System.ServiceModel.FaultCode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L45C15-L49C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.#ctor(System.ServiceModel.FaultReason,System.ServiceModel.FaultCode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L52C15-L56C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.#ctor(System.String,System.ServiceModel.FaultCode,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L59C15-L64C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.#ctor(System.ServiceModel.FaultReason,System.ServiceModel.FaultCode,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L75C15-L80C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.#ctor(System.ServiceModel.Channels.MessageFault)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L91C15-L101C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.#ctor(System.ServiceModel.Channels.MessageFault,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L104C15-L115C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L118C15-L124C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.CreateFault(System.ServiceModel.Channels.MessageFault,System.Type[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L161C13-L161C70" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.CreateFault(System.ServiceModel.Channels.MessageFault,System.String,System.Type[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L166C13-L176C69" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.CreateMessageFault", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L181C13-L187C63" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L198C13-L203C10" - }, - { - "DocsId": "P:System.ServiceModel.FaultException.Action", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L126C32-L126C36" - }, - { - "DocsId": "P:System.ServiceModel.FaultException.Code", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L128C33-L128C37" - }, - { - "DocsId": "P:System.ServiceModel.FaultException.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L142C19-L142C52" - }, - { - "DocsId": "P:System.ServiceModel.FaultException.Reason", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L145C37-L145C41" - } - ], - "DocsId": "T:System.ServiceModel.FaultException", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.FaultException`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L357C15-L360C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException`1.#ctor(`0,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L363C15-L366C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException`1.#ctor(`0,System.ServiceModel.FaultReason)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L369C15-L372C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException`1.#ctor(`0,System.String,System.ServiceModel.FaultCode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L375C15-L378C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException`1.#ctor(`0,System.ServiceModel.FaultReason,System.ServiceModel.FaultCode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L381C15-L384C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException`1.#ctor(`0,System.String,System.ServiceModel.FaultCode,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L387C15-L390C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException`1.#ctor(`0,System.ServiceModel.FaultReason,System.ServiceModel.FaultCode,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L393C15-L396C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException`1.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L399C15-L402C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException`1.CreateMessageFault", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L408C13-L408C67" - }, - { - "DocsId": "M:System.ServiceModel.FaultException`1.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L413C13-L415C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException`1.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L419C13-L419C134" - }, - { - "DocsId": "P:System.ServiceModel.FaultException`1.Detail", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L404C33-L404C37" - } - ], - "DocsId": "T:System.ServiceModel.FaultException`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.FaultReason.#ctor(System.ServiceModel.FaultReasonText)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReason.cs#L14C9-L22C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultReason.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReason.cs#L24C9-L28C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultReason.#ctor(System.Collections.Generic.IEnumerable{System.ServiceModel.FaultReasonText})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReason.cs#L42C9-L67C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultReason.GetMatchingTranslation", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReason.cs#L81C13-L81C71" - }, - { - "DocsId": "M:System.ServiceModel.FaultReason.GetMatchingTranslation(System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReason.cs#L86C13-L138C36" - }, - { - "DocsId": "M:System.ServiceModel.FaultReason.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReason.cs#L145C13-L150C50" - }, - { - "DocsId": "P:System.ServiceModel.FaultReason.Translations", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReason.cs#L141C79-L141C83" - } - ], - "DocsId": "T:System.ServiceModel.FaultReason", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReason.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.FaultReasonText.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReasonText.cs#L14C9-L18C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultReasonText.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReasonText.cs#L20C9-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultReasonText.#ctor(System.String,System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReasonText.cs#L26C9-L35C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultReasonText.Matches(System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReasonText.cs#L39C13-L44C48" - }, - { - "DocsId": "P:System.ServiceModel.FaultReasonText.XmlLang", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReasonText.cs#L47C33-L47C37" - }, - { - "DocsId": "P:System.ServiceModel.FaultReasonText.Text", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReasonText.cs#L51C19-L51C32" - } - ], - "DocsId": "T:System.ServiceModel.FaultReasonText", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReasonText.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.HostNameComparisonMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/HostnameComparisonMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.HostNameComparisonMode.StrongWildcard", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/HostnameComparisonMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.HostNameComparisonMode.Exact", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/HostnameComparisonMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.HostNameComparisonMode.WeakWildcard", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/HostnameComparisonMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.HostNameComparisonMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/HostnameComparisonMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.HostNameComparisonModeHelper.IsDefined(System.ServiceModel.HostNameComparisonMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/HostnameComparisonMode.cs#L21C13-L24C65" - }, - { - "DocsId": "M:System.ServiceModel.HostNameComparisonModeHelper.Validate(System.ServiceModel.HostNameComparisonMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/HostnameComparisonMode.cs#L29C13-L34C10" - } - ], - "DocsId": "T:System.ServiceModel.HostNameComparisonModeHelper", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/HostnameComparisonMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.IClientChannel.DisplayInitializationUI", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/IClientChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.IClientChannel.BeginDisplayInitializationUI(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/IClientChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.IClientChannel.EndDisplayInitializationUI(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/IClientChannel.cs" - }, - { - "DocsId": "E:System.ServiceModel.IClientChannel.UnknownMessageReceived", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/IClientChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.IClientChannel.AllowInitializationUI", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/IClientChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.IClientChannel.DidInteractiveInitialization", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/IClientChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.IClientChannel.Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/IClientChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.IClientChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/IClientChannel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ICommunicationObject.Abort", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.ICommunicationObject.Close", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.ICommunicationObject.Close(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.ICommunicationObject.BeginClose(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.ICommunicationObject.BeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.ICommunicationObject.EndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.ICommunicationObject.Open", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.ICommunicationObject.Open(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.ICommunicationObject.BeginOpen(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.ICommunicationObject.BeginOpen(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.ICommunicationObject.EndOpen(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "E:System.ServiceModel.ICommunicationObject.Closed", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "E:System.ServiceModel.ICommunicationObject.Closing", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "E:System.ServiceModel.ICommunicationObject.Faulted", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "E:System.ServiceModel.ICommunicationObject.Opened", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "E:System.ServiceModel.ICommunicationObject.Opening", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "P:System.ServiceModel.ICommunicationObject.State", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - } - ], - "DocsId": "T:System.ServiceModel.ICommunicationObject", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.IAsyncCommunicationObject.CloseAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.IAsyncCommunicationObject.OpenAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - } - ], - "DocsId": "T:System.ServiceModel.IAsyncCommunicationObject", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.IContextChannel.AllowOutputBatching", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/IContextChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.IContextChannel.InputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/IContextChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.IContextChannel.LocalAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/IContextChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.IContextChannel.OperationTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/IContextChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.IContextChannel.OutputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/IContextChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.IContextChannel.RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/IContextChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.IContextChannel.SessionId", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/IContextChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.IContextChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/IContextChannel.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.IDefaultCommunicationTimeouts.CloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/IDefaultCommunicationTimeouts.cs" - }, - { - "DocsId": "P:System.ServiceModel.IDefaultCommunicationTimeouts.OpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/IDefaultCommunicationTimeouts.cs" - }, - { - "DocsId": "P:System.ServiceModel.IDefaultCommunicationTimeouts.ReceiveTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/IDefaultCommunicationTimeouts.cs" - }, - { - "DocsId": "P:System.ServiceModel.IDefaultCommunicationTimeouts.SendTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/IDefaultCommunicationTimeouts.cs" - } - ], - "DocsId": "T:System.ServiceModel.IDefaultCommunicationTimeouts", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/IDefaultCommunicationTimeouts.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.IDuplexContextChannel.BeginCloseOutputSession(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/IDuplexContextChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.IDuplexContextChannel.EndCloseOutputSession(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/IDuplexContextChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.IDuplexContextChannel.CloseOutputSession(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/IDuplexContextChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.IDuplexContextChannel.AutomaticInputSessionShutdown", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/IDuplexContextChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.IDuplexContextChannel.CallbackInstance", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/IDuplexContextChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.IDuplexContextChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/IDuplexContextChannel.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.IExtensibleObject`1.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/IExtensibleObject.cs" - } - ], - "DocsId": "T:System.ServiceModel.IExtensibleObject`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/IExtensibleObject.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.IExtension`1.Attach(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/IExtension.cs" - }, - { - "DocsId": "M:System.ServiceModel.IExtension`1.Detach(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/IExtension.cs" - } - ], - "DocsId": "T:System.ServiceModel.IExtension`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/IExtension.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.IExtensionCollection`1.Find``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/IExtensionCollection.cs" - }, - { - "DocsId": "M:System.ServiceModel.IExtensionCollection`1.FindAll``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/IExtensionCollection.cs" - } - ], - "DocsId": "T:System.ServiceModel.IExtensionCollection`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/IExtensionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.ImpersonationOption.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ImpersonationOption.cs" - }, - { - "DocsId": "F:System.ServiceModel.ImpersonationOption.NotAllowed", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ImpersonationOption.cs" - }, - { - "DocsId": "F:System.ServiceModel.ImpersonationOption.Allowed", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ImpersonationOption.cs" - }, - { - "DocsId": "F:System.ServiceModel.ImpersonationOption.Required", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ImpersonationOption.cs" - } - ], - "DocsId": "T:System.ServiceModel.ImpersonationOption", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ImpersonationOption.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.InstanceContext.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L30C15-L32C10" - }, - { - "DocsId": "M:System.ServiceModel.InstanceContext.OnAbort", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L172C13-L173C10" - }, - { - "DocsId": "M:System.ServiceModel.InstanceContext.GetServiceInstance(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L189C13-L229C10" - }, - { - "DocsId": "M:System.ServiceModel.InstanceContext.OnBeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L233C13-L233C65" - }, - { - "DocsId": "M:System.ServiceModel.InstanceContext.OnEndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L238C13-L239C10" - }, - { - "DocsId": "M:System.ServiceModel.InstanceContext.OnBeginOpen(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L243C13-L243C62" - }, - { - "DocsId": "M:System.ServiceModel.InstanceContext.OnEndOpen(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L248C13-L249C10" - }, - { - "DocsId": "M:System.ServiceModel.InstanceContext.OnClose(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L253C13-L254C10" - }, - { - "DocsId": "M:System.ServiceModel.InstanceContext.OnOpen(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L258C13-L259C10" - }, - { - "DocsId": "M:System.ServiceModel.InstanceContext.OnOpened", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L263C13-L264C10" - }, - { - "DocsId": "M:System.ServiceModel.InstanceContext.OnOpening", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L268C13-L269C10" - }, - { - "DocsId": "M:System.ServiceModel.InstanceContext.OnCloseAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L273C13-L273C50" - }, - { - "DocsId": "M:System.ServiceModel.InstanceContext.OnOpenAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L278C13-L279C48" - }, - { - "DocsId": "P:System.ServiceModel.InstanceContext.DefaultCloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L85C17-L85C53" - }, - { - "DocsId": "P:System.ServiceModel.InstanceContext.DefaultOpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L93C17-L93C52" - }, - { - "DocsId": "P:System.ServiceModel.InstanceContext.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L101C17-L111C14" - }, - { - "DocsId": "P:System.ServiceModel.InstanceContext.IncomingChannels", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L118C17-L119C51" - }, - { - "DocsId": "P:System.ServiceModel.InstanceContext.OutgoingChannels", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L127C17-L128C51" - }, - { - "DocsId": "P:System.ServiceModel.InstanceContext.SynchronizationContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L134C19-L134C50" - } - ], - "DocsId": "T:System.ServiceModel.InstanceContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.InstanceContextMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContextMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.InstanceContextMode.PerSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContextMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.InstanceContextMode.PerCall", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContextMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.InstanceContextMode.Single", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContextMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.InstanceContextMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContextMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.InvalidMessageContractException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/InvalidMessageContractException.cs#L12C52-L12C62" - }, - { - "DocsId": "M:System.ServiceModel.InvalidMessageContractException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/InvalidMessageContractException.cs#L13C66-L13C83" - }, - { - "DocsId": "M:System.ServiceModel.InvalidMessageContractException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/InvalidMessageContractException.cs#L14C92-L14C125" - }, - { - "DocsId": "M:System.ServiceModel.InvalidMessageContractException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/InvalidMessageContractException.cs#L15C103-L15C126" - } - ], - "DocsId": "T:System.ServiceModel.InvalidMessageContractException", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/InvalidMessageContractException.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.IServiceChannel.ListenUri", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/IServiceChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.IServiceChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/IServiceChannel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.MessageBodyMemberAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageBodyMemberAttribute.cs#L11C9-L11C33" - }, - { - "DocsId": "P:System.ServiceModel.MessageBodyMemberAttribute.Order", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageBodyMemberAttribute.cs#L15C19-L15C33" - } - ], - "DocsId": "T:System.ServiceModel.MessageBodyMemberAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageBodyMemberAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.MessageContractAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractAttribute.cs#L39C47-L39C51" - }, - { - "DocsId": "P:System.ServiceModel.MessageContractAttribute.ProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractAttribute.cs#L23C17-L23C41" - }, - { - "DocsId": "P:System.ServiceModel.MessageContractAttribute.HasProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractAttribute.cs#L37C42-L37C46" - }, - { - "DocsId": "P:System.ServiceModel.MessageContractAttribute.IsWrapped", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractAttribute.cs#L39C33-L39C37" - }, - { - "DocsId": "P:System.ServiceModel.MessageContractAttribute.WrapperName", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractAttribute.cs#L45C17-L45C37" - }, - { - "DocsId": "P:System.ServiceModel.MessageContractAttribute.WrapperNamespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractAttribute.cs#L68C17-L68C35" - } - ], - "DocsId": "T:System.ServiceModel.MessageContractAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.MessageContractMemberAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractMemberAttribute.cs" - }, - { - "DocsId": "P:System.ServiceModel.MessageContractMemberAttribute.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractMemberAttribute.cs#L21C19-L21C30" - }, - { - "DocsId": "P:System.ServiceModel.MessageContractMemberAttribute.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractMemberAttribute.cs#L46C19-L46C32" - }, - { - "DocsId": "P:System.ServiceModel.MessageContractMemberAttribute.ProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractMemberAttribute.cs#L69C17-L69C41" - }, - { - "DocsId": "P:System.ServiceModel.MessageContractMemberAttribute.HasProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractMemberAttribute.cs#L83C42-L83C46" - } - ], - "DocsId": "T:System.ServiceModel.MessageContractMemberAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractMemberAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.MessageCredentialType.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.MessageCredentialType.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.MessageCredentialType.Windows", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.MessageCredentialType.UserName", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.MessageCredentialType.Certificate", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.MessageCredentialType.IssuedToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageCredentialType.cs" - } - ], - "DocsId": "T:System.ServiceModel.MessageCredentialType", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageCredentialType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.MessageHeaderArrayAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderArrayAttribute.cs" - } - ], - "DocsId": "T:System.ServiceModel.MessageHeaderArrayAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderArrayAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.MessageHeaderAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderAttribute.cs" - }, - { - "DocsId": "P:System.ServiceModel.MessageHeaderAttribute.MustUnderstand", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderAttribute.cs#L17C19-L17C42" - }, - { - "DocsId": "P:System.ServiceModel.MessageHeaderAttribute.Relay", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderAttribute.cs#L23C19-L23C33" - }, - { - "DocsId": "P:System.ServiceModel.MessageHeaderAttribute.Actor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderAttribute.cs#L29C19-L29C33" - } - ], - "DocsId": "T:System.ServiceModel.MessageHeaderAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.MessageHeaderException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs#L14C57-L14C86" - }, - { - "DocsId": "M:System.ServiceModel.MessageHeaderException.#ctor(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs#L15C75-L15C123" - }, - { - "DocsId": "M:System.ServiceModel.MessageHeaderException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs#L16C83-L16C128" - }, - { - "DocsId": "M:System.ServiceModel.MessageHeaderException.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs#L17C87-L17C126" - }, - { - "DocsId": "M:System.ServiceModel.MessageHeaderException.#ctor(System.String,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs#L18C105-L18C157" - }, - { - "DocsId": "M:System.ServiceModel.MessageHeaderException.#ctor(System.String,System.String,System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs#L19C113-L19C169" - }, - { - "DocsId": "M:System.ServiceModel.MessageHeaderException.#ctor(System.String,System.String,System.String,System.Boolean,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs#L20C131-L25C10" - }, - { - "DocsId": "M:System.ServiceModel.MessageHeaderException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs#L44C9-L44C44" - }, - { - "DocsId": "M:System.ServiceModel.MessageHeaderException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs#L45C94-L45C117" - }, - { - "DocsId": "P:System.ServiceModel.MessageHeaderException.HeaderName", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs#L27C36-L27C40" - }, - { - "DocsId": "P:System.ServiceModel.MessageHeaderException.HeaderNamespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs#L29C41-L29C45" - }, - { - "DocsId": "P:System.ServiceModel.MessageHeaderException.IsDuplicate", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs#L32C35-L32C39" - } - ], - "DocsId": "T:System.ServiceModel.MessageHeaderException", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.MessageHeader`1.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderT.cs#L18C9-L20C10" - }, - { - "DocsId": "M:System.ServiceModel.MessageHeader`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderT.cs#L23C15-L25C10" - }, - { - "DocsId": "M:System.ServiceModel.MessageHeader`1.#ctor(`0,System.Boolean,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderT.cs#L27C9-L33C10" - }, - { - "DocsId": "M:System.ServiceModel.MessageHeader`1.GetUntypedHeader(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderT.cs#L54C13-L54C97" - }, - { - "DocsId": "P:System.ServiceModel.MessageHeader`1.Actor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderT.cs#L35C31-L35C35" - }, - { - "DocsId": "P:System.ServiceModel.MessageHeader`1.Content", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderT.cs#L37C28-L37C32" - }, - { - "DocsId": "P:System.ServiceModel.MessageHeader`1.MustUnderstand", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderT.cs#L39C38-L39C42" - }, - { - "DocsId": "P:System.ServiceModel.MessageHeader`1.Relay", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderT.cs#L43C19-L43C33" - } - ], - "DocsId": "T:System.ServiceModel.MessageHeader`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderT.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.MessageParameterAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageParameterAttribute.cs" - }, - { - "DocsId": "P:System.ServiceModel.MessageParameterAttribute.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageParameterAttribute.cs#L15C19-L15C32" - } - ], - "DocsId": "T:System.ServiceModel.MessageParameterAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageParameterAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.MessagePropertyAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessagePropertyAttribute.cs#L12C9-L14C10" - }, - { - "DocsId": "P:System.ServiceModel.MessagePropertyAttribute.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessagePropertyAttribute.cs#L20C17-L20C30" - } - ], - "DocsId": "T:System.ServiceModel.MessagePropertyAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessagePropertyAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.WSSecurity11WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs#L17C17-L17C137" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.WSSecurity10WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11BasicSecurityProfile10", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs#L25C17-L25C159" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.WSSecurity11WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11BasicSecurityProfile10", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs#L33C17-L33C159" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.WSSecurity11WSTrust13WSSecureConversation13WSSecurityPolicy12", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs#L41C17-L41C117" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.WSSecurity10WSTrust13WSSecureConversation13WSSecurityPolicy12BasicSecurityProfile10", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs#L49C17-L49C139" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.WSSecurity11WSTrust13WSSecureConversation13WSSecurityPolicy12BasicSecurityProfile10", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs#L57C17-L57C139" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.Default", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs#L65C17-L65C137" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.SecurityVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs#L83C17-L83C68" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.TrustVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs#L91C17-L91C65" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.SecureConversationVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs#L99C17-L99C78" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.SecurityTokenVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs#L107C17-L107C52" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.SecurityPolicyVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.BasicSecurityProfileVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs" - } - ], - "DocsId": "T:System.ServiceModel.MessageSecurityVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.OperationContext.#ctor(System.ServiceModel.IContextChannel)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L41C9-L63C147" - }, - { - "DocsId": "M:System.ServiceModel.OperationContext.GetCallbackChannel``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L346C13-L353C52" - }, - { - "DocsId": "E:System.ServiceModel.OperationContext.OperationCompleted", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.Channel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L87C19-L87C64" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.Current", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L94C17-L100C49" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.EndpointDispatcher", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L139C17-L139C44" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.IsUserContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L151C17-L151C43" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L159C17-L163C36" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.OutgoingMessageHeaders", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L190C17-L195C48" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.OutgoingMessageProperties", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L208C17-L213C51" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.IncomingMessageHeaders", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L223C17-L230C33" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.IncomingMessageProperties", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L239C17-L246C33" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.IncomingMessageVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L255C17-L262C33" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.InstanceContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L267C50-L267C54" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.RequestContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L269C48-L269C52" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.SessionId", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L276C17-L300C29" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.ClaimsPrincipal", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L313C13-L313C17" - } - ], - "DocsId": "T:System.ServiceModel.OperationContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.OperationContextScope.#ctor(System.ServiceModel.IContextChannel)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContextScope.cs#L24C9-L30C10" - }, - { - "DocsId": "M:System.ServiceModel.OperationContextScope.#ctor(System.ServiceModel.OperationContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContextScope.cs#L24C9-L35C10" - }, - { - "DocsId": "M:System.ServiceModel.OperationContextScope.Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContextScope.cs#L39C13-L44C10" - } - ], - "DocsId": "T:System.ServiceModel.OperationContextScope", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContextScope.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.OperationContractAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContractAttribute.cs#L90C50-L90C54" - }, - { - "DocsId": "P:System.ServiceModel.OperationContractAttribute.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContractAttribute.cs#L24C19-L24C32" - }, - { - "DocsId": "P:System.ServiceModel.OperationContractAttribute.Action", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContractAttribute.cs#L44C19-L44C34" - }, - { - "DocsId": "P:System.ServiceModel.OperationContractAttribute.ProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContractAttribute.cs#L56C17-L56C41" - }, - { - "DocsId": "P:System.ServiceModel.OperationContractAttribute.HasProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContractAttribute.cs#L70C42-L70C46" - }, - { - "DocsId": "P:System.ServiceModel.OperationContractAttribute.ReplyAction", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContractAttribute.cs#L75C19-L75C39" - }, - { - "DocsId": "P:System.ServiceModel.OperationContractAttribute.AsyncPattern", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContractAttribute.cs#L82C36-L82C40" - }, - { - "DocsId": "P:System.ServiceModel.OperationContractAttribute.IsOneWay", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContractAttribute.cs#L86C19-L86C36" - }, - { - "DocsId": "P:System.ServiceModel.OperationContractAttribute.IsInitiating", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContractAttribute.cs#L90C36-L90C40" - }, - { - "DocsId": "P:System.ServiceModel.OperationContractAttribute.IsTerminating", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContractAttribute.cs#L92C37-L92C41" - } - ], - "DocsId": "T:System.ServiceModel.OperationContractAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContractAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.OperationFormatStyle.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationFormatStyle.cs" - }, - { - "DocsId": "F:System.ServiceModel.OperationFormatStyle.Document", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationFormatStyle.cs" - }, - { - "DocsId": "F:System.ServiceModel.OperationFormatStyle.Rpc", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationFormatStyle.cs" - } - ], - "DocsId": "T:System.ServiceModel.OperationFormatStyle", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationFormatStyle.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.OperationFormatUse.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationFormatUse.cs" - }, - { - "DocsId": "F:System.ServiceModel.OperationFormatUse.Literal", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationFormatUse.cs" - }, - { - "DocsId": "F:System.ServiceModel.OperationFormatUse.Encoded", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationFormatUse.cs" - } - ], - "DocsId": "T:System.ServiceModel.OperationFormatUse", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationFormatUse.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.PeerHopCountAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/PeerHopCountAttribute.cs#L14C15-L20C10" - }, - { - "DocsId": "P:System.ServiceModel.PeerHopCountAttribute.MustUnderstand", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/PeerHopCountAttribute.cs#L21C43-L21C62" - }, - { - "DocsId": "P:System.ServiceModel.PeerHopCountAttribute.Relay", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/PeerHopCountAttribute.cs#L23C34-L23C44" - }, - { - "DocsId": "P:System.ServiceModel.PeerHopCountAttribute.Actor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/PeerHopCountAttribute.cs#L25C36-L25C46" - }, - { - "DocsId": "P:System.ServiceModel.PeerHopCountAttribute.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/PeerHopCountAttribute.cs#L27C40-L27C54" - }, - { - "DocsId": "P:System.ServiceModel.PeerHopCountAttribute.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/PeerHopCountAttribute.cs#L29C35-L29C44" - }, - { - "DocsId": "P:System.ServiceModel.PeerHopCountAttribute.ProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/PeerHopCountAttribute.cs#L31C55-L31C75" - } - ], - "DocsId": "T:System.ServiceModel.PeerHopCountAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/PeerHopCountAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ProtocolException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ProtocolException.cs#L14C9-L14C39" - }, - { - "DocsId": "M:System.ServiceModel.ProtocolException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ProtocolException.cs#L15C52-L15C69" - }, - { - "DocsId": "M:System.ServiceModel.ProtocolException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ProtocolException.cs#L16C78-L16C111" - }, - { - "DocsId": "M:System.ServiceModel.ProtocolException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ProtocolException.cs#L17C89-L17C112" - } - ], - "DocsId": "T:System.ServiceModel.ProtocolException", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ProtocolException.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.QueuedDeliveryRequirementsMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/QueuedDeliveryRequirementsMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.QueuedDeliveryRequirementsMode.Allowed", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/QueuedDeliveryRequirementsMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.QueuedDeliveryRequirementsMode.Required", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/QueuedDeliveryRequirementsMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.QueuedDeliveryRequirementsMode.NotAllowed", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/QueuedDeliveryRequirementsMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.QueuedDeliveryRequirementsMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/QueuedDeliveryRequirementsMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.QuotaExceededException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/QuotaExceededException.cs#L12C43-L12C53" - }, - { - "DocsId": "M:System.ServiceModel.QuotaExceededException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/QuotaExceededException.cs#L13C57-L13C74" - }, - { - "DocsId": "M:System.ServiceModel.QuotaExceededException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/QuotaExceededException.cs#L14C83-L14C116" - }, - { - "DocsId": "M:System.ServiceModel.QuotaExceededException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/QuotaExceededException.cs#L15C94-L15C117" - } - ], - "DocsId": "T:System.ServiceModel.QuotaExceededException", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/QuotaExceededException.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.ReceiveErrorHandling.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReceiveErrorHandling.cs" - }, - { - "DocsId": "F:System.ServiceModel.ReceiveErrorHandling.Fault", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReceiveErrorHandling.cs" - }, - { - "DocsId": "F:System.ServiceModel.ReceiveErrorHandling.Drop", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReceiveErrorHandling.cs" - }, - { - "DocsId": "F:System.ServiceModel.ReceiveErrorHandling.Reject", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReceiveErrorHandling.cs" - }, - { - "DocsId": "F:System.ServiceModel.ReceiveErrorHandling.Move", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReceiveErrorHandling.cs" - } - ], - "DocsId": "T:System.ServiceModel.ReceiveErrorHandling", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReceiveErrorHandling.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.ReliableMessagingVersion.Default", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableMessagingVersion.cs#L21C19-L21C104" - }, - { - "DocsId": "P:System.ServiceModel.ReliableMessagingVersion.WSReliableMessaging11", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableMessagingVersion.cs#L26C19-L26C64" - }, - { - "DocsId": "P:System.ServiceModel.ReliableMessagingVersion.WSReliableMessagingFebruary2005", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableMessagingVersion.cs#L31C19-L31C74" - } - ], - "DocsId": "T:System.ServiceModel.ReliableMessagingVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableMessagingVersion.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ReliableSession.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableSession.cs#L20C9-L23C10" - }, - { - "DocsId": "M:System.ServiceModel.ReliableSession.#ctor(System.ServiceModel.Channels.ReliableSessionBindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableSession.cs#L25C9-L30C10" - }, - { - "DocsId": "P:System.ServiceModel.ReliableSession.Ordered", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableSession.cs#L35C19-L35C43" - }, - { - "DocsId": "P:System.ServiceModel.ReliableSession.InactivityTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableSession.cs#L41C19-L41C53" - } - ], - "DocsId": "T:System.ServiceModel.ReliableSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableSession.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.OptionalReliableSession.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableSession.cs#L61C44-L61C54" - }, - { - "DocsId": "M:System.ServiceModel.OptionalReliableSession.#ctor(System.ServiceModel.Channels.ReliableSessionBindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableSession.cs#L63C103-L63C142" - }, - { - "DocsId": "P:System.ServiceModel.OptionalReliableSession.Enabled", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableSession.cs#L66C31-L66C35" - } - ], - "DocsId": "T:System.ServiceModel.OptionalReliableSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableSession.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.RsaEndpointIdentity.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/RsaEndpointIdentity.cs#L13C9-L19C10" - }, - { - "DocsId": "M:System.ServiceModel.RsaEndpointIdentity.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/RsaEndpointIdentity.cs#L21C9-L31C10" - }, - { - "DocsId": "M:System.ServiceModel.RsaEndpointIdentity.#ctor(System.IdentityModel.Claims.Claim)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/RsaEndpointIdentity.cs#L33C9-L42C10" - } - ], - "DocsId": "T:System.ServiceModel.RsaEndpointIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/RsaEndpointIdentity.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.SecurityMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.SecurityMode.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.SecurityMode.Transport", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.SecurityMode.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.SecurityMode.TransportWithMessageCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SecurityMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.SecurityMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SecurityMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ClientCredentialsSecurityTokenManager.#ctor(System.ServiceModel.Description.ClientCredentials)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ClientCredentialsSecurityTokenManager.cs#L20C9-L23C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientCredentialsSecurityTokenManager.IsIssuedSecurityTokenRequirement(System.IdentityModel.Selectors.SecurityTokenRequirement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ClientCredentialsSecurityTokenManager.cs#L70C13-L83C26" - }, - { - "DocsId": "M:System.ServiceModel.ClientCredentialsSecurityTokenManager.CreateSecurityTokenProvider(System.IdentityModel.Selectors.SecurityTokenRequirement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ClientCredentialsSecurityTokenManager.cs#L88C13-L167C27" - }, - { - "DocsId": "M:System.ServiceModel.ClientCredentialsSecurityTokenManager.CreateSecurityTokenSerializer(System.IdentityModel.Selectors.SecurityTokenVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ClientCredentialsSecurityTokenManager.cs#L172C13-L184C181" - }, - { - "DocsId": "M:System.ServiceModel.ClientCredentialsSecurityTokenManager.CreateSecurityTokenAuthenticator(System.IdentityModel.Selectors.SecurityTokenRequirement,System.IdentityModel.Selectors.SecurityTokenResolver@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ClientCredentialsSecurityTokenManager.cs#L271C13-L331C27" - }, - { - "DocsId": "P:System.ServiceModel.ClientCredentialsSecurityTokenManager.ClientCredentials", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ClientCredentialsSecurityTokenManager.cs#L25C54-L25C58" - } - ], - "DocsId": "T:System.ServiceModel.ClientCredentialsSecurityTokenManager", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ClientCredentialsSecurityTokenManager.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ServerTooBusyException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServerTooBusyException.cs#L13C9-L13C44" - }, - { - "DocsId": "M:System.ServiceModel.ServerTooBusyException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServerTooBusyException.cs#L14C57-L14C74" - }, - { - "DocsId": "M:System.ServiceModel.ServerTooBusyException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServerTooBusyException.cs#L15C83-L15C116" - }, - { - "DocsId": "M:System.ServiceModel.ServerTooBusyException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServerTooBusyException.cs#L16C94-L16C117" - } - ], - "DocsId": "T:System.ServiceModel.ServerTooBusyException", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServerTooBusyException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ServiceActivationException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceActivationException.cs#L12C9-L12C48" - }, - { - "DocsId": "M:System.ServiceModel.ServiceActivationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceActivationException.cs#L13C61-L13C78" - }, - { - "DocsId": "M:System.ServiceModel.ServiceActivationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceActivationException.cs#L14C87-L14C120" - }, - { - "DocsId": "M:System.ServiceModel.ServiceActivationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceActivationException.cs#L15C98-L15C121" - } - ], - "DocsId": "T:System.ServiceModel.ServiceActivationException", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceActivationException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ServiceContractAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceContractAttribute.cs" - }, - { - "DocsId": "P:System.ServiceModel.ServiceContractAttribute.ConfigurationName", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceContractAttribute.cs#L23C19-L23C45" - }, - { - "DocsId": "P:System.ServiceModel.ServiceContractAttribute.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceContractAttribute.cs#L41C19-L41C32" - }, - { - "DocsId": "P:System.ServiceModel.ServiceContractAttribute.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceContractAttribute.cs#L59C19-L59C30" - }, - { - "DocsId": "P:System.ServiceModel.ServiceContractAttribute.ProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceContractAttribute.cs#L75C17-L75C41" - }, - { - "DocsId": "P:System.ServiceModel.ServiceContractAttribute.HasProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceContractAttribute.cs#L89C42-L89C46" - }, - { - "DocsId": "P:System.ServiceModel.ServiceContractAttribute.SessionMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceContractAttribute.cs#L93C19-L93C39" - }, - { - "DocsId": "P:System.ServiceModel.ServiceContractAttribute.CallbackContract", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceContractAttribute.cs#L105C40-L105C44" - } - ], - "DocsId": "T:System.ServiceModel.ServiceContractAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceContractAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ServiceKnownTypeAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceKnownTypeAttribute.cs#L18C9-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.ServiceKnownTypeAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceKnownTypeAttribute.cs#L23C9-L26C10" - }, - { - "DocsId": "M:System.ServiceModel.ServiceKnownTypeAttribute.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceKnownTypeAttribute.cs#L28C9-L32C10" - }, - { - "DocsId": "P:System.ServiceModel.ServiceKnownTypeAttribute.DeclaringType", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceKnownTypeAttribute.cs#L34C37-L34C41" - }, - { - "DocsId": "P:System.ServiceModel.ServiceKnownTypeAttribute.MethodName", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceKnownTypeAttribute.cs#L36C36-L36C40" - }, - { - "DocsId": "P:System.ServiceModel.ServiceKnownTypeAttribute.Type", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceKnownTypeAttribute.cs#L40C19-L40C32" - } - ], - "DocsId": "T:System.ServiceModel.ServiceKnownTypeAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceKnownTypeAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ServiceSecurityContext.#ctor(System.Collections.ObjectModel.ReadOnlyCollection{System.IdentityModel.Policy.IAuthorizationPolicy})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceSecurityContext.cs#L23C9-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.ServiceSecurityContext.#ctor(System.IdentityModel.Policy.AuthorizationContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceSecurityContext.cs#L30C15-L32C10" - }, - { - "DocsId": "M:System.ServiceModel.ServiceSecurityContext.#ctor(System.IdentityModel.Policy.AuthorizationContext,System.Collections.ObjectModel.ReadOnlyCollection{System.IdentityModel.Policy.IAuthorizationPolicy})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceSecurityContext.cs#L34C9-L38C10" - }, - { - "DocsId": "P:System.ServiceModel.ServiceSecurityContext.Anonymous", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceSecurityContext.cs#L44C17-L48C36" - }, - { - "DocsId": "P:System.ServiceModel.ServiceSecurityContext.IsAnonymous", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceSecurityContext.cs#L57C17-L57C67" - }, - { - "DocsId": "P:System.ServiceModel.ServiceSecurityContext.PrimaryIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceSecurityContext.cs#L77C17-L89C41" - }, - { - "DocsId": "P:System.ServiceModel.ServiceSecurityContext.AuthorizationPolicies", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceSecurityContext.cs#L93C81-L93C85" - }, - { - "DocsId": "P:System.ServiceModel.ServiceSecurityContext.AuthorizationContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceSecurityContext.cs#L99C17-L103C46" - } - ], - "DocsId": "T:System.ServiceModel.ServiceSecurityContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceSecurityContext.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.SessionMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SessionMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.SessionMode.Allowed", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SessionMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.SessionMode.Required", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SessionMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.SessionMode.NotAllowed", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SessionMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.SessionMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SessionMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.SpnEndpointIdentity.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SpnEndpointIdentity.cs#L14C9-L22C10" - }, - { - "DocsId": "M:System.ServiceModel.SpnEndpointIdentity.#ctor(System.IdentityModel.Claims.Claim)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SpnEndpointIdentity.cs#L24C9-L37C10" - }, - { - "DocsId": "P:System.ServiceModel.SpnEndpointIdentity.SpnLookupTime", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SpnEndpointIdentity.cs#L43C17-L43C40" - } - ], - "DocsId": "T:System.ServiceModel.SpnEndpointIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/SpnEndpointIdentity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.TimeSpanHelper.FromMinutes(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/TimeSpanHelper.cs#L15C13-L17C26" - }, - { - "DocsId": "M:System.ServiceModel.TimeSpanHelper.FromSeconds(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/TimeSpanHelper.cs#L21C13-L23C26" - }, - { - "DocsId": "M:System.ServiceModel.TimeSpanHelper.FromMilliseconds(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/TimeSpanHelper.cs#L27C13-L29C26" - } - ], - "DocsId": "T:System.ServiceModel.TimeSpanHelper", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/TimeSpanHelper.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.TransferMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/TransferMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.TransferMode.Buffered", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/TransferMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.TransferMode.Streamed", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/TransferMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.TransferMode.StreamedRequest", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/TransferMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.TransferMode.StreamedResponse", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/TransferMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.TransferMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/TransferMode.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.UnknownMessageReceivedEventArgs.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/UnknownMessageReceivedEventArgs.cs#L17C34-L17C38" - } - ], - "DocsId": "T:System.ServiceModel.UnknownMessageReceivedEventArgs", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/UnknownMessageReceivedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.UpnEndpointIdentity.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/UpnEndpointIdentity.cs#L17C9-L25C10" - } - ], - "DocsId": "T:System.ServiceModel.UpnEndpointIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/UpnEndpointIdentity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.UriSchemeKeyedCollection.#ctor(System.Uri[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/UriSchemeKeyedCollection.cs#L17C9-L28C10" - }, - { - "DocsId": "M:System.ServiceModel.UriSchemeKeyedCollection.GetKeyForItem(System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/UriSchemeKeyedCollection.cs#L32C13-L32C32" - }, - { - "DocsId": "M:System.ServiceModel.UriSchemeKeyedCollection.InsertItem(System.Int32,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/UriSchemeKeyedCollection.cs#L37C13-L44C10" - }, - { - "DocsId": "M:System.ServiceModel.UriSchemeKeyedCollection.SetItem(System.Int32,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/UriSchemeKeyedCollection.cs#L48C13-L57C10" - } - ], - "DocsId": "T:System.ServiceModel.UriSchemeKeyedCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/UriSchemeKeyedCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.X509CertificateEndpointIdentity.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/X509CertificateEndpointIdentity.cs#L84C67-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.X509CertificateEndpointIdentity.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.X509Certificates.X509Certificate2Collection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/X509CertificateEndpointIdentity.cs#L84C67-L46C10" - }, - { - "DocsId": "P:System.ServiceModel.X509CertificateEndpointIdentity.Certificates", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/X509CertificateEndpointIdentity.cs#L84C58-L84C62" - } - ], - "DocsId": "T:System.ServiceModel.X509CertificateEndpointIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/X509CertificateEndpointIdentity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.XmlSerializerFormatAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/XmlSerializerFormatAttribute.cs" - }, - { - "DocsId": "P:System.ServiceModel.XmlSerializerFormatAttribute.SupportFaults", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/XmlSerializerFormatAttribute.cs#L15C37-L15C41" - }, - { - "DocsId": "P:System.ServiceModel.XmlSerializerFormatAttribute.Style", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/XmlSerializerFormatAttribute.cs#L19C19-L19C33" - }, - { - "DocsId": "P:System.ServiceModel.XmlSerializerFormatAttribute.Use", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/XmlSerializerFormatAttribute.cs#L30C19-L30C31" - } - ], - "DocsId": "T:System.ServiceModel.XmlSerializerFormatAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/XmlSerializerFormatAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Security.BasicSecurityProfileVersion.BasicSecurityProfile10", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/BasicSecurityProfileVersion.cs#L14C19-L14C85" - } - ], - "DocsId": "T:System.ServiceModel.Security.BasicSecurityProfileVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/BasicSecurityProfileVersion.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.BinarySecretKeyIdentifierClause.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/BinarySecretKeyIdentifierClause.cs#L14C15-L16C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.BinarySecretKeyIdentifierClause.#ctor(System.Byte[],System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/BinarySecretKeyIdentifierClause.cs#L19C15-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.BinarySecretKeyIdentifierClause.#ctor(System.Byte[],System.Boolean,System.Byte[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/BinarySecretKeyIdentifierClause.cs#L24C15-L26C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.BinarySecretKeyIdentifierClause.GetKeyBytes", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/BinarySecretKeyIdentifierClause.cs#L30C13-L30C32" - }, - { - "DocsId": "M:System.ServiceModel.Security.BinarySecretKeyIdentifierClause.CreateKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/BinarySecretKeyIdentifierClause.cs#L40C13-L45C34" - }, - { - "DocsId": "M:System.ServiceModel.Security.BinarySecretKeyIdentifierClause.Matches(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/BinarySecretKeyIdentifierClause.cs#L50C13-L51C98" - }, - { - "DocsId": "P:System.ServiceModel.Security.BinarySecretKeyIdentifierClause.CanCreateKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/BinarySecretKeyIdentifierClause.cs#L35C19-L35C31" - } - ], - "DocsId": "T:System.ServiceModel.Security.BinarySecretKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/BinarySecretKeyIdentifierClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.ChannelProtectionRequirements.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ChannelProtectionRequirements.cs#L18C9-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.ChannelProtectionRequirements.#ctor(System.ServiceModel.Security.ChannelProtectionRequirements)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ChannelProtectionRequirements.cs#L28C9-L39C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.ChannelProtectionRequirements.Add(System.ServiceModel.Security.ChannelProtectionRequirements)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ChannelProtectionRequirements.cs#L70C13-L71C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.ChannelProtectionRequirements.Add(System.ServiceModel.Security.ChannelProtectionRequirements,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ChannelProtectionRequirements.cs#L75C13-L107C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.ChannelProtectionRequirements.MakeReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ChannelProtectionRequirements.cs#L123C13-L131C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.ChannelProtectionRequirements.CreateInverse", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ChannelProtectionRequirements.cs#L135C13-L143C27" - }, - { - "DocsId": "P:System.ServiceModel.Security.ChannelProtectionRequirements.IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ChannelProtectionRequirements.cs#L26C34-L26C38" - }, - { - "DocsId": "P:System.ServiceModel.Security.ChannelProtectionRequirements.IncomingSignatureParts", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ChannelProtectionRequirements.cs#L54C72-L54C76" - }, - { - "DocsId": "P:System.ServiceModel.Security.ChannelProtectionRequirements.IncomingEncryptionParts", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ChannelProtectionRequirements.cs#L56C73-L56C77" - }, - { - "DocsId": "P:System.ServiceModel.Security.ChannelProtectionRequirements.OutgoingSignatureParts", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ChannelProtectionRequirements.cs#L58C72-L58C76" - }, - { - "DocsId": "P:System.ServiceModel.Security.ChannelProtectionRequirements.OutgoingEncryptionParts", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ChannelProtectionRequirements.cs#L64C17-L64C49" - } - ], - "DocsId": "T:System.ServiceModel.Security.ChannelProtectionRequirements", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ChannelProtectionRequirements.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Security.HttpDigestClientCredential.ClientCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/HttpDigestClientCredential.cs#L30C17-L30C43" - } - ], - "DocsId": "T:System.ServiceModel.Security.HttpDigestClientCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/HttpDigestClientCredential.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.IdentityVerifier.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/IdentityVerifier.cs#L19C9-L22C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.IdentityVerifier.CreateDefault", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/IdentityVerifier.cs#L26C13-L26C53" - }, - { - "DocsId": "M:System.ServiceModel.Security.IdentityVerifier.CheckAccess(System.ServiceModel.EndpointIdentity,System.IdentityModel.Policy.AuthorizationContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/IdentityVerifier.cs" - }, - { - "DocsId": "M:System.ServiceModel.Security.IdentityVerifier.TryGetIdentity(System.ServiceModel.EndpointAddress,System.ServiceModel.EndpointIdentity@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/IdentityVerifier.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.IdentityVerifier", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/IdentityVerifier.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.ISecureConversationSession.WriteSessionTokenIdentifier(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ISecureConversationSession.cs" - }, - { - "DocsId": "M:System.ServiceModel.Security.ISecureConversationSession.TryReadSessionTokenIdentifier(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ISecureConversationSession.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.ISecureConversationSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ISecureConversationSession.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Security.ISecuritySession.RemoteIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ISecuritySession.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.ISecuritySession", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ISecuritySession.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.MessagePartSpecification.Clear", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessagePartSpecification.cs#L79C13-L90C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.MessagePartSpecification.Union(System.ServiceModel.Security.MessagePartSpecification)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessagePartSpecification.cs#L94C13-L120C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.MessagePartSpecification.MakeReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessagePartSpecification.cs#L124C13-L160C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.MessagePartSpecification.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessagePartSpecification.cs#L162C9-L165C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.MessagePartSpecification.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessagePartSpecification.cs#L167C9-L170C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.MessagePartSpecification.#ctor(System.Xml.XmlQualifiedName[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessagePartSpecification.cs#L173C15-L176C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.MessagePartSpecification.#ctor(System.Boolean,System.Xml.XmlQualifiedName[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessagePartSpecification.cs#L178C9-L189C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessagePartSpecification.HeaderTypes", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessagePartSpecification.cs#L23C17-L34C41" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessagePartSpecification.IsBodyIncluded", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessagePartSpecification.cs#L48C17-L48C40" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessagePartSpecification.IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessagePartSpecification.cs#L61C34-L61C38" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessagePartSpecification.NoParts", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessagePartSpecification.cs#L67C17-L73C34" - } - ], - "DocsId": "T:System.ServiceModel.Security.MessagePartSpecification", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessagePartSpecification.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Security.MessageProtectionOrder.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageProtectionOrder.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.MessageProtectionOrder.SignBeforeEncrypt", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageProtectionOrder.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.MessageProtectionOrder.SignBeforeEncryptAndEncryptSignature", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageProtectionOrder.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.MessageProtectionOrder.EncryptBeforeSign", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageProtectionOrder.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.MessageProtectionOrder", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageProtectionOrder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.MessageSecurityException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityException.cs#L12C45-L12C55" - }, - { - "DocsId": "M:System.ServiceModel.Security.MessageSecurityException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityException.cs#L13C59-L13C76" - }, - { - "DocsId": "M:System.ServiceModel.Security.MessageSecurityException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityException.cs#L14C85-L14C118" - }, - { - "DocsId": "M:System.ServiceModel.Security.MessageSecurityException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityException.cs#L15C96-L15C119" - } - ], - "DocsId": "T:System.ServiceModel.Security.MessageSecurityException", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.MessageSecurityTokenVersion.GetSecurityTokenVersion(System.ServiceModel.Security.SecurityVersion,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L120C13-L144C104" - }, - { - "DocsId": "M:System.ServiceModel.Security.MessageSecurityTokenVersion.GetSecuritySpecifications", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L169C13-L169C36" - }, - { - "DocsId": "M:System.ServiceModel.Security.MessageSecurityTokenVersion.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L174C13-L174C30" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessageSecurityTokenVersion.WSSecurity11WSTrustFebruary2005WSSecureConversationFebruary2005", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L68C117-L68C121" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessageSecurityTokenVersion.WSSecurity11WSTrustFebruary2005WSSecureConversationFebruary2005BasicSecurityProfile10", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L82C17-L82C37" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessageSecurityTokenVersion.WSSecurity10WSTrustFebruary2005WSSecureConversationFebruary2005BasicSecurityProfile10", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L90C17-L90C37" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessageSecurityTokenVersion.WSSecurity10WSTrust13WSSecureConversation13BasicSecurityProfile10", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L98C17-L98C49" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessageSecurityTokenVersion.WSSecurity11WSTrust13WSSecureConversation13", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L106C17-L106C44" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessageSecurityTokenVersion.WSSecurity11WSTrust13WSSecureConversation13BasicSecurityProfile10", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L114C17-L114C49" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessageSecurityTokenVersion.EmitBspRequiredAttributes", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L159C49-L159C53" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessageSecurityTokenVersion.SecurityVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L161C50-L161C54" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessageSecurityTokenVersion.TrustVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L163C44-L163C48" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessageSecurityTokenVersion.SecureConversationVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L165C70-L165C74" - } - ], - "DocsId": "T:System.ServiceModel.Security.MessageSecurityTokenVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.NonceCache.TryAddNonce(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/NonceCache.cs" - }, - { - "DocsId": "M:System.ServiceModel.Security.NonceCache.CheckNonce(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/NonceCache.cs" - }, - { - "DocsId": "M:System.ServiceModel.Security.NonceCache.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/NonceCache.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.NonceCache.CachingTimeSpan", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/NonceCache.cs#L22C17-L22C37" - }, - { - "DocsId": "P:System.ServiceModel.Security.NonceCache.CacheSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/NonceCache.cs#L49C17-L49C41" - } - ], - "DocsId": "T:System.ServiceModel.Security.NonceCache", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/NonceCache.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.ScopedMessagePartSpecification.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ScopedMessagePartSpecification.cs#L17C9-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.ScopedMessagePartSpecification.#ctor(System.ServiceModel.Security.ScopedMessagePartSpecification)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ScopedMessagePartSpecification.cs#L36C15-L53C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.ScopedMessagePartSpecification.AddParts(System.ServiceModel.Security.MessagePartSpecification)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ScopedMessagePartSpecification.cs#L67C13-L75C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.ScopedMessagePartSpecification.AddParts(System.ServiceModel.Security.MessagePartSpecification,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ScopedMessagePartSpecification.cs#L79C13-L97C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.ScopedMessagePartSpecification.TryGetParts(System.String,System.Boolean,System.ServiceModel.Security.MessagePartSpecification@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ScopedMessagePartSpecification.cs#L138C13-L171C34" - }, - { - "DocsId": "M:System.ServiceModel.Security.ScopedMessagePartSpecification.TryGetParts(System.String,System.ServiceModel.Security.MessagePartSpecification@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ScopedMessagePartSpecification.cs#L196C13-L196C58" - }, - { - "DocsId": "M:System.ServiceModel.Security.ScopedMessagePartSpecification.MakeReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ScopedMessagePartSpecification.cs#L201C13-L214C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.ScopedMessagePartSpecification.Actions", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ScopedMessagePartSpecification.cs#L27C17-L27C42" - }, - { - "DocsId": "P:System.ServiceModel.Security.ScopedMessagePartSpecification.ChannelParts", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ScopedMessagePartSpecification.cs#L31C56-L31C60" - }, - { - "DocsId": "P:System.ServiceModel.Security.ScopedMessagePartSpecification.IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ScopedMessagePartSpecification.cs#L33C34-L33C38" - } - ], - "DocsId": "T:System.ServiceModel.Security.ScopedMessagePartSpecification", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ScopedMessagePartSpecification.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Security.SecureConversationVersion.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecureConversationVersion.cs#L20C48-L20C52" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecureConversationVersion.Prefix", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecureConversationVersion.cs#L26C17-L26C32" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecureConversationVersion.Default", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecureConversationVersion.cs#L32C19-L32C54" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecureConversationVersion.WSSecureConversationFeb2005", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecureConversationVersion.cs#L37C19-L37C70" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecureConversationVersion.WSSecureConversation13", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecureConversationVersion.cs#L42C19-L42C65" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecureConversationVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecureConversationVersion.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.SecurityAccessDeniedException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAccessDeniedException.cs#L12C64-L12C81" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAccessDeniedException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAccessDeniedException.cs#L13C90-L13C123" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAccessDeniedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAccessDeniedException.cs#L14C101-L14C124" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecurityAccessDeniedException", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAccessDeniedException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.SecurityAlgorithmSuite.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L83C9-L83C47" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAlgorithmSuite.IsCanonicalizationAlgorithmSupported(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L85C86-L85C139" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAlgorithmSuite.IsDigestAlgorithmSupported(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L86C76-L86C119" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAlgorithmSuite.IsEncryptionAlgorithmSupported(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L87C80-L87C127" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAlgorithmSuite.IsEncryptionKeyDerivationAlgorithmSupported(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L88C93-L88C216" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAlgorithmSuite.IsSymmetricKeyWrapAlgorithmSupported(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L89C86-L89C139" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAlgorithmSuite.IsAsymmetricKeyWrapAlgorithmSupported(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L90C87-L90C141" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAlgorithmSuite.IsSymmetricSignatureAlgorithmSupported(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L91C88-L91C143" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAlgorithmSuite.IsAsymmetricSignatureAlgorithmSupported(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L92C89-L92C145" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAlgorithmSuite.IsSignatureKeyDerivationAlgorithmSupported(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L93C92-L93C215" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAlgorithmSuite.IsSymmetricKeyLengthSupported(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAlgorithmSuite.IsAsymmetricKeyLengthSupported(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.Default", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L21C17-L21C33" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.Basic256", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L29C17-L34C35" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.TripleDes", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L42C17-L47C36" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.Basic256Sha256", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L55C17-L60C41" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.DefaultCanonicalizationAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.DefaultDigestAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.DefaultEncryptionAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.DefaultEncryptionKeyDerivationLength", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.DefaultSymmetricKeyWrapAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.DefaultAsymmetricKeyWrapAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.DefaultSymmetricSignatureAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.DefaultAsymmetricSignatureAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.DefaultSignatureKeyDerivationLength", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.DefaultSymmetricKeyLength", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecurityAlgorithmSuite", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L129C51-L129C61" - }, - { - "DocsId": "M:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.IsSymmetricKeyLengthSupported(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L141C74-L141C95" - }, - { - "DocsId": "M:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.IsAsymmetricKeyLengthSupported(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L142C75-L142C115" - }, - { - "DocsId": "M:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L154C13-L154C31" - }, - { - "DocsId": "P:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.DefaultCanonicalizationAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L131C73-L131C135" - }, - { - "DocsId": "P:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.DefaultDigestAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L132C63-L132C115" - }, - { - "DocsId": "P:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.DefaultEncryptionAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L133C67-L133C123" - }, - { - "DocsId": "P:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.DefaultEncryptionKeyDerivationLength", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L134C74-L134C85" - }, - { - "DocsId": "P:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.DefaultSymmetricKeyWrapAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L135C73-L135C135" - }, - { - "DocsId": "P:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.DefaultAsymmetricKeyWrapAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L136C74-L136C137" - }, - { - "DocsId": "P:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.DefaultSymmetricSignatureAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L137C75-L137C139" - }, - { - "DocsId": "P:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.DefaultAsymmetricSignatureAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L138C76-L138C141" - }, - { - "DocsId": "P:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.DefaultSignatureKeyDerivationLength", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L139C73-L139C84" - }, - { - "DocsId": "P:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.DefaultSymmetricKeyLength", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L140C63-L140C74" - } - ], - "DocsId": "T:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L160C52-L160C62" - }, - { - "DocsId": "M:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.IsSymmetricKeyLengthSupported(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L173C74-L173C112" - }, - { - "DocsId": "M:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.IsAsymmetricKeyLengthSupported(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L174C75-L174C115" - }, - { - "DocsId": "M:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L186C13-L186C32" - }, - { - "DocsId": "P:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.DefaultCanonicalizationAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L162C73-L162C135" - }, - { - "DocsId": "P:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.DefaultDigestAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L163C63-L163C115" - }, - { - "DocsId": "P:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.DefaultEncryptionAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L164C67-L164C123" - }, - { - "DocsId": "P:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.DefaultEncryptionKeyDerivationLength", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L165C74-L165C85" - }, - { - "DocsId": "P:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.DefaultSymmetricKeyWrapAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L166C73-L166C135" - }, - { - "DocsId": "P:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.DefaultAsymmetricKeyWrapAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L167C74-L167C142" - }, - { - "DocsId": "P:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.DefaultSymmetricSignatureAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L169C75-L169C139" - }, - { - "DocsId": "P:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.DefaultAsymmetricSignatureAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L170C76-L170C141" - }, - { - "DocsId": "P:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.DefaultSignatureKeyDerivationLength", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L171C73-L171C84" - }, - { - "DocsId": "P:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.DefaultSymmetricKeyLength", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L172C63-L172C74" - } - ], - "DocsId": "T:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Basic256Sha256SecurityAlgorithmSuite.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L192C57-L192C67" - }, - { - "DocsId": "M:System.ServiceModel.Security.Basic256Sha256SecurityAlgorithmSuite.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L200C13-L200C37" - } - ], - "DocsId": "T:System.ServiceModel.Security.Basic256Sha256SecurityAlgorithmSuite", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.SecurityContextKeyIdentifierClause.#ctor(System.Xml.UniqueId)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityContextKeyIdentifierClause.cs#L20C15-L22C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityContextKeyIdentifierClause.#ctor(System.Xml.UniqueId,System.Xml.UniqueId)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityContextKeyIdentifierClause.cs#L25C15-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityContextKeyIdentifierClause.#ctor(System.Xml.UniqueId,System.Xml.UniqueId,System.Byte[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityContextKeyIdentifierClause.cs#L30C15-L34C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityContextKeyIdentifierClause.Matches(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityContextKeyIdentifierClause.cs#L45C13-L46C106" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityContextKeyIdentifierClause.Matches(System.Xml.UniqueId,System.Xml.UniqueId)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityContextKeyIdentifierClause.cs#L51C13-L51C72" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityContextKeyIdentifierClause.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityContextKeyIdentifierClause.cs#L56C13-L57C40" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityContextKeyIdentifierClause.ContextId", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityContextKeyIdentifierClause.cs#L36C37-L36C41" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityContextKeyIdentifierClause.Generation", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityContextKeyIdentifierClause.cs#L40C19-L40C38" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecurityContextKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityContextKeyIdentifierClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.SecurityCredentialsManager.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityCredentialsManager.cs#L12C9-L12C51" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityCredentialsManager.CreateSecurityTokenManager", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityCredentialsManager.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecurityCredentialsManager", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityCredentialsManager.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Security.SecurityKeyEntropyMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityKeyEntropyMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.SecurityKeyEntropyMode.ClientEntropy", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityKeyEntropyMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.SecurityKeyEntropyMode.ServerEntropy", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityKeyEntropyMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.SecurityKeyEntropyMode.CombinedEntropy", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityKeyEntropyMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecurityKeyEntropyMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityKeyEntropyMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.SecurityMessageProperty.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L24C9-L30C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityMessageProperty.CreateCopy", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L162C13-L190C27" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityMessageProperty.GetOrCreate(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L195C13-L212C27" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityMessageProperty.Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L299C13-L303C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityMessageProperty.ServiceSecurityContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L36C17-L37C41" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityMessageProperty.ExternalAuthorizationPolicies", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L46C89-L46C93" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityMessageProperty.ProtectionToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L52C17-L53C41" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityMessageProperty.InitiatorToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L66C17-L67C40" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityMessageProperty.RecipientToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L80C17-L81C40" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityMessageProperty.TransportToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L94C17-L95C40" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityMessageProperty.SenderIdPrefix", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L109C17-L109C40" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityMessageProperty.HasIncomingSupportingTokens", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L122C17-L123C103" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityMessageProperty.IncomingSupportingTokens", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L131C17-L136C50" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityMessageProperty.OutgoingSupportingTokens", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L144C17-L148C50" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecurityMessageProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.SecurityNegotiationException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityNegotiationException.cs#L12C49-L12C59" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityNegotiationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityNegotiationException.cs#L13C63-L13C80" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityNegotiationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityNegotiationException.cs#L14C89-L14C122" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityNegotiationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityNegotiationException.cs#L15C100-L15C123" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecurityNegotiationException", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityNegotiationException.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Security.SecurityPolicyVersion.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityPolicyVersion.cs#L18C35-L18C39" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityPolicyVersion.Prefix", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityPolicyVersion.cs#L24C17-L24C32" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityPolicyVersion.WSSecurityPolicy11", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityPolicyVersion.cs#L30C19-L30C61" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityPolicyVersion.WSSecurityPolicy12", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityPolicyVersion.cs#L35C19-L35C61" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecurityPolicyVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityPolicyVersion.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.SecurityStateEncoder.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityStateEncoder.cs#L14C9-L14C45" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityStateEncoder.DecodeSecurityState(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityStateEncoder.cs" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityStateEncoder.EncodeSecurityState(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityStateEncoder.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecurityStateEncoder", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityStateEncoder.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Security.SecurityTokenAttachmentMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityTokenAttachmentMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.SecurityTokenAttachmentMode.Signed", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityTokenAttachmentMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.SecurityTokenAttachmentMode.Endorsing", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityTokenAttachmentMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.SecurityTokenAttachmentMode.SignedEndorsing", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityTokenAttachmentMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.SecurityTokenAttachmentMode.SignedEncrypted", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityTokenAttachmentMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecurityTokenAttachmentMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityTokenAttachmentMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.SecurityTokenSpecification.#ctor(System.IdentityModel.Tokens.SecurityToken,System.Collections.ObjectModel.ReadOnlyCollection{System.IdentityModel.Policy.IAuthorizationPolicy})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityTokenSpecification.cs#L16C9-L20C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityTokenSpecification.SecurityToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityTokenSpecification.cs#L22C46-L22C50" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityTokenSpecification.SecurityTokenPolicies", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityTokenSpecification.cs#L26C19-L26C41" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecurityTokenSpecification", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityTokenSpecification.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Security.SecurityVersion.WSSecurity10", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityVersion.cs#L56C19-L56C53" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityVersion.WSSecurity11", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityVersion.cs#L61C19-L61C53" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecurityVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityVersion.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.SspiSecurityTokenProvider.#ctor(System.Net.NetworkCredential,System.Boolean,System.Security.Principal.TokenImpersonationLevel)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SspiSecurityTokenProvider.cs#L24C9-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.SspiSecurityTokenProvider.#ctor(System.Net.NetworkCredential,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SspiSecurityTokenProvider.cs#L30C9-L33C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.SspiSecurityTokenProvider.GetTokenCore(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SspiSecurityTokenProvider.cs#L37C13-L37C27" - }, - { - "DocsId": "M:System.ServiceModel.Security.SspiSecurityTokenProvider.BeginGetTokenCore(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SspiSecurityTokenProvider.cs#L42C13-L42C100" - }, - { - "DocsId": "M:System.ServiceModel.Security.SspiSecurityTokenProvider.EndGetTokenCore(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SspiSecurityTokenProvider.cs#L47C13-L47C68" - } - ], - "DocsId": "T:System.ServiceModel.Security.SspiSecurityTokenProvider", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SspiSecurityTokenProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.SupportingTokenSpecification.#ctor(System.IdentityModel.Tokens.SecurityToken,System.Collections.ObjectModel.ReadOnlyCollection{System.IdentityModel.Policy.IAuthorizationPolicy},System.ServiceModel.Security.SecurityTokenAttachmentMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SupportingTokenSpecification.cs#L18C15-L19C12" - }, - { - "DocsId": "M:System.ServiceModel.Security.SupportingTokenSpecification.#ctor(System.IdentityModel.Tokens.SecurityToken,System.Collections.ObjectModel.ReadOnlyCollection{System.IdentityModel.Policy.IAuthorizationPolicy},System.ServiceModel.Security.SecurityTokenAttachmentMode,System.ServiceModel.Security.Tokens.SecurityTokenParameters)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SupportingTokenSpecification.cs#L22C15-L27C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.SupportingTokenSpecification.SecurityTokenAttachmentMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SupportingTokenSpecification.cs#L29C74-L29C78" - } - ], - "DocsId": "T:System.ServiceModel.Security.SupportingTokenSpecification", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SupportingTokenSpecification.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Security.TrustVersion.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/TrustVersion.cs#L20C48-L20C52" - }, - { - "DocsId": "P:System.ServiceModel.Security.TrustVersion.Prefix", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/TrustVersion.cs#L26C17-L26C32" - }, - { - "DocsId": "P:System.ServiceModel.Security.TrustVersion.Default", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/TrustVersion.cs#L32C19-L32C41" - }, - { - "DocsId": "P:System.ServiceModel.Security.TrustVersion.WSTrustFeb2005", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/TrustVersion.cs#L37C19-L37C57" - }, - { - "DocsId": "P:System.ServiceModel.Security.TrustVersion.WSTrust13", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/TrustVersion.cs#L42C19-L42C52" - } - ], - "DocsId": "T:System.ServiceModel.Security.TrustVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/TrustVersion.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Security.UserNamePasswordClientCredential.UserName", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/UserNamePasswordClientCredential.cs#L30C17-L30C34" - }, - { - "DocsId": "P:System.ServiceModel.Security.UserNamePasswordClientCredential.Password", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/UserNamePasswordClientCredential.cs#L43C17-L43C34" - } - ], - "DocsId": "T:System.ServiceModel.Security.UserNamePasswordClientCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/UserNamePasswordClientCredential.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Security.WindowsClientCredential.AllowedImpersonationLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WindowsClientCredential.cs#L39C17-L39C51" - }, - { - "DocsId": "P:System.ServiceModel.Security.WindowsClientCredential.ClientCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WindowsClientCredential.cs#L59C17-L64C44" - }, - { - "DocsId": "P:System.ServiceModel.Security.WindowsClientCredential.AllowNtlm", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WindowsClientCredential.cs#L78C17-L78C35" - } - ], - "DocsId": "T:System.ServiceModel.Security.WindowsClientCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WindowsClientCredential.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L31C15-L33C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L36C15-L38C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.#ctor(System.ServiceModel.Security.SecurityVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L41C15-L43C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.#ctor(System.ServiceModel.Security.SecurityVersion,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L46C15-L48C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.#ctor(System.ServiceModel.Security.SecurityVersion,System.Boolean,System.IdentityModel.Tokens.SamlSerializer)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L51C15-L53C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.#ctor(System.ServiceModel.Security.SecurityVersion,System.Boolean,System.IdentityModel.Tokens.SamlSerializer,System.ServiceModel.Security.SecurityStateEncoder,System.Collections.Generic.IEnumerable{System.Type})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L56C15-L58C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.#ctor(System.ServiceModel.Security.SecurityVersion,System.ServiceModel.Security.TrustVersion,System.ServiceModel.Security.SecureConversationVersion,System.Boolean,System.IdentityModel.Tokens.SamlSerializer,System.ServiceModel.Security.SecurityStateEncoder,System.Collections.Generic.IEnumerable{System.Type})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L61C15-L63C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.#ctor(System.ServiceModel.Security.SecurityVersion,System.Boolean,System.IdentityModel.Tokens.SamlSerializer,System.ServiceModel.Security.SecurityStateEncoder,System.Collections.Generic.IEnumerable{System.Type},System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L67C15-L69C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.#ctor(System.ServiceModel.Security.SecurityVersion,System.ServiceModel.Security.TrustVersion,System.ServiceModel.Security.SecureConversationVersion,System.Boolean,System.IdentityModel.Tokens.SamlSerializer,System.ServiceModel.Security.SecurityStateEncoder,System.Collections.Generic.IEnumerable{System.Type},System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L25C9-L150C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.CanReadTokenCore(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L189C13-L198C26" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.ReadTokenCore(System.Xml.XmlReader,System.IdentityModel.Selectors.SecurityTokenResolver)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L203C13-L224C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.CanWriteTokenCore(System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L228C18-L236C26" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.WriteTokenCore(System.Xml.XmlWriter,System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L241C13-L271C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.CanReadKeyIdentifierCore(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L275C13-L275C58" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.ReadKeyIdentifierCore(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L282C17-L288C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.CanWriteKeyIdentifierCore(System.IdentityModel.Tokens.SecurityKeyIdentifier)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L292C13-L292C58" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.WriteKeyIdentifierCore(System.Xml.XmlWriter,System.IdentityModel.Tokens.SecurityKeyIdentifier)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L299C17-L305C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.CanReadKeyIdentifierClauseCore(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L309C13-L309C58" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.ReadKeyIdentifierClauseCore(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L316C17-L322C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.CanWriteKeyIdentifierClauseCore(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L326C13-L326C58" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.WriteKeyIdentifierClauseCore(System.Xml.XmlWriter,System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L333C17-L339C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.GetTokenTypeUri(System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L360C13-L372C25" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.TryCreateKeyIdentifierClauseFromTokenXml(System.Xml.XmlElement,System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle,System.IdentityModel.Tokens.SecurityKeyIdentifierClause@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L377C13-L394C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.CreateKeyIdentifierClauseFromTokenXml(System.Xml.XmlElement,System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L398C13-L424C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.WSSecurityTokenSerializer.DefaultInstance", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L156C17-L161C35" - }, - { - "DocsId": "P:System.ServiceModel.Security.WSSecurityTokenSerializer.EmitBspRequiredAttributes", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L165C49-L165C53" - }, - { - "DocsId": "P:System.ServiceModel.Security.WSSecurityTokenSerializer.SecurityVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L167C50-L167C54" - }, - { - "DocsId": "P:System.ServiceModel.Security.WSSecurityTokenSerializer.MaximumKeyDerivationOffset", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L169C49-L169C53" - }, - { - "DocsId": "P:System.ServiceModel.Security.WSSecurityTokenSerializer.MaximumKeyDerivationLabelLength", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L171C54-L171C58" - }, - { - "DocsId": "P:System.ServiceModel.Security.WSSecurityTokenSerializer.MaximumKeyDerivationNonceLength", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L175C19-L175C59" - } - ], - "DocsId": "T:System.ServiceModel.Security.WSSecurityTokenSerializer", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.X509CertificateInitiatorClientCredential.SetCertificate(System.String,System.Security.Cryptography.X509Certificates.StoreLocation,System.Security.Cryptography.X509Certificates.StoreName)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateInitiatorClientCredential.cs#L56C13-L62C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.X509CertificateInitiatorClientCredential.SetCertificate(System.Security.Cryptography.X509Certificates.StoreLocation,System.Security.Cryptography.X509Certificates.StoreName,System.Security.Cryptography.X509Certificates.X509FindType,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateInitiatorClientCredential.cs#L66C13-L73C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.X509CertificateInitiatorClientCredential.Certificate", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateInitiatorClientCredential.cs#L45C17-L45C37" - } - ], - "DocsId": "T:System.ServiceModel.Security.X509CertificateInitiatorClientCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateInitiatorClientCredential.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.X509CertificateRecipientClientCredential.SetDefaultCertificate(System.String,System.Security.Cryptography.X509Certificates.StoreLocation,System.Security.Cryptography.X509Certificates.StoreName)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateRecipientClientCredential.cs#L77C13-L82C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.X509CertificateRecipientClientCredential.SetDefaultCertificate(System.Security.Cryptography.X509Certificates.StoreLocation,System.Security.Cryptography.X509Certificates.StoreName,System.Security.Cryptography.X509Certificates.X509FindType,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateRecipientClientCredential.cs#L86C13-L92C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.X509CertificateRecipientClientCredential.SetScopedCertificate(System.String,System.Security.Cryptography.X509Certificates.StoreLocation,System.Security.Cryptography.X509Certificates.StoreName,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateRecipientClientCredential.cs#L96C13-L101C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.X509CertificateRecipientClientCredential.SetScopedCertificate(System.Security.Cryptography.X509Certificates.StoreLocation,System.Security.Cryptography.X509Certificates.StoreName,System.Security.Cryptography.X509Certificates.X509FindType,System.Object,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateRecipientClientCredential.cs#L105C13-L116C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.X509CertificateRecipientClientCredential.DefaultCertificate", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateRecipientClientCredential.cs#L49C17-L49C44" - }, - { - "DocsId": "P:System.ServiceModel.Security.X509CertificateRecipientClientCredential.ScopedCertificates", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateRecipientClientCredential.cs#L58C71-L58C75" - }, - { - "DocsId": "P:System.ServiceModel.Security.X509CertificateRecipientClientCredential.Authentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateRecipientClientCredential.cs#L60C70-L60C74" - }, - { - "DocsId": "P:System.ServiceModel.Security.X509CertificateRecipientClientCredential.SslCertificateAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateRecipientClientCredential.cs#L66C17-L66C54" - } - ], - "DocsId": "T:System.ServiceModel.Security.X509CertificateRecipientClientCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateRecipientClientCredential.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Security.X509CertificateValidationMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateValidationMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.X509CertificateValidationMode.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateValidationMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.X509CertificateValidationMode.PeerTrust", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateValidationMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.X509CertificateValidationMode.ChainTrust", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateValidationMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.X509CertificateValidationMode.PeerOrChainTrust", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateValidationMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.X509CertificateValidationMode.Custom", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateValidationMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.X509CertificateValidationMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateValidationMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.X509ClientCertificateAuthentication.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509ClientCertificateAuthentication.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.X509ClientCertificateAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509ClientCertificateAuthentication.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.X509ServiceCertificateAuthentication.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509ServiceCertificateAuthentication.cs#L23C9-L31C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.X509ServiceCertificateAuthentication.CertificateValidationMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509ServiceCertificateAuthentication.cs#L62C17-L62C51" - }, - { - "DocsId": "P:System.ServiceModel.Security.X509ServiceCertificateAuthentication.RevocationMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509ServiceCertificateAuthentication.cs#L83C17-L83C40" - }, - { - "DocsId": "P:System.ServiceModel.Security.X509ServiceCertificateAuthentication.TrustedStoreLocation", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509ServiceCertificateAuthentication.cs#L96C17-L96C46" - }, - { - "DocsId": "P:System.ServiceModel.Security.X509ServiceCertificateAuthentication.CustomCertificateValidator", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509ServiceCertificateAuthentication.cs#L109C17-L109C52" - } - ], - "DocsId": "T:System.ServiceModel.Security.X509ServiceCertificateAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509ServiceCertificateAuthentication.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Tokens.BinarySecretSecurityToken.#ctor(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/BinarySecretSecurityToken.cs#L19C15-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.BinarySecretSecurityToken.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/BinarySecretSecurityToken.cs#L24C15-L26C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.BinarySecretSecurityToken.#ctor(System.String,System.Int32,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/BinarySecretSecurityToken.cs#L28C9-L53C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.BinarySecretSecurityToken.#ctor(System.String,System.Byte[],System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/BinarySecretSecurityToken.cs#L55C9-L74C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.BinarySecretSecurityToken.GetKeyBytes", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/BinarySecretSecurityToken.cs#L104C13-L104C52" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.BinarySecretSecurityToken.Id", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/BinarySecretSecurityToken.cs#L78C19-L78C30" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.BinarySecretSecurityToken.ValidFrom", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/BinarySecretSecurityToken.cs#L83C19-L83C41" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.BinarySecretSecurityToken.ValidTo", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/BinarySecretSecurityToken.cs#L89C19-L89C44" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.BinarySecretSecurityToken.KeySize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/BinarySecretSecurityToken.cs#L94C19-L94C44" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.BinarySecretSecurityToken.SecurityKeys", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/BinarySecretSecurityToken.cs#L99C19-L99C40" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.BinarySecretSecurityToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/BinarySecretSecurityToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Tokens.ClaimTypeRequirement.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ClaimTypeRequirement.cs#L14C15-L16C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.ClaimTypeRequirement.#ctor(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ClaimTypeRequirement.cs#L18C9-L31C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ClaimTypeRequirement.ClaimType", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ClaimTypeRequirement.cs#L33C35-L33C39" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ClaimTypeRequirement.IsOptional", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ClaimTypeRequirement.cs#L37C19-L37C38" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.ClaimTypeRequirement", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ClaimTypeRequirement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Tokens.InitiatorServiceModelSecurityTokenRequirement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/InitiatorServiceModelSecurityTokenRequirement.cs#L13C15-L16C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.InitiatorServiceModelSecurityTokenRequirement.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/InitiatorServiceModelSecurityTokenRequirement.cs#L68C13-L68C39" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.InitiatorServiceModelSecurityTokenRequirement.TargetAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/InitiatorServiceModelSecurityTokenRequirement.cs#L22C17-L22C91" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.InitiatorServiceModelSecurityTokenRequirement.Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/InitiatorServiceModelSecurityTokenRequirement.cs#L34C17-L34C69" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.InitiatorServiceModelSecurityTokenRequirement", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/InitiatorServiceModelSecurityTokenRequirement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.#ctor(System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L83C78-L53C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L56C15-L59C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L62C15-L65C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.#ctor(System.String,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L68C15-L71C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.#ctor(System.String,System.ServiceModel.EndpointAddress,System.ServiceModel.Channels.Binding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L83C78-L79C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.CloneCore", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L137C13-L137C60" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.CreateKeyIdentifierClause(System.IdentityModel.Tokens.SecurityToken,System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L142C13-L145C62" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L150C13-L189C41" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.InitializeSecurityTokenRequirement(System.IdentityModel.Selectors.SecurityTokenRequirement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L194C13-L218C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.HasAsymmetricKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L81C67-L81C115" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.AdditionalRequestParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L83C69-L83C73" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.DefaultMessageSecurityVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L85C71-L85C75" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.IssuerAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L89C48-L89C52" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.IssuerMetadataAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L91C56-L91C60" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.IssuerBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L93C40-L93C44" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.KeyType", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L99C17-L99C33" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.KeySize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L112C17-L112C33" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.UseStrTransform", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L125C39-L125C43" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.ClaimTypeRequirements", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L127C73-L127C77" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.TokenType", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L129C35-L129C39" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.SupportsClientAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L131C79-L131C91" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.SupportsServerAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L132C79-L132C91" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.SupportsClientWindowsIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L133C80-L133C93" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Tokens.RecipientServiceModelSecurityTokenRequirement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/RecipientServiceModelSecurityTokenRequirement.cs#L11C15-L14C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.RecipientServiceModelSecurityTokenRequirement.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/RecipientServiceModelSecurityTokenRequirement.cs#L30C13-L30C39" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.RecipientServiceModelSecurityTokenRequirement.ListenUri", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/RecipientServiceModelSecurityTokenRequirement.cs#L20C17-L20C75" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.RecipientServiceModelSecurityTokenRequirement", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/RecipientServiceModelSecurityTokenRequirement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.#ctor(System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L102C53-L34C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L37C15-L40C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.#ctor(System.ServiceModel.Channels.SecurityBindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L102C53-L45C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.#ctor(System.ServiceModel.Channels.SecurityBindingElement,System.Boolean,System.ServiceModel.Security.ChannelProtectionRequirements)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L48C15-L51C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.#ctor(System.ServiceModel.Channels.SecurityBindingElement,System.Boolean,System.Boolean,System.ServiceModel.Security.ChannelProtectionRequirements)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L102C53-L70C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.CloneCore", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L130C13-L130C72" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.CreateKeyIdentifierClause(System.IdentityModel.Tokens.SecurityToken,System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L135C13-L141C137" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.InitializeSecurityTokenRequirement(System.IdentityModel.Selectors.SecurityTokenRequirement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L147C13-L154C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L158C13-L172C41" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.HasAsymmetricKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L72C67-L72C80" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.BootstrapSecurityBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L74C73-L74C77" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.RequireCancellation", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L100C43-L100C47" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.CanRenewSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L102C39-L102C43" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.SupportsClientAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L108C17-L108C131" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.SupportsServerAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L116C17-L116C131" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.SupportsClientWindowsIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L124C17-L124C132" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Security.Tokens.SecurityTokenInclusionMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenInclusionMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.Tokens.SecurityTokenInclusionMode.AlwaysToRecipient", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenInclusionMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.Tokens.SecurityTokenInclusionMode.Never", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenInclusionMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.Tokens.SecurityTokenInclusionMode.Once", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenInclusionMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.Tokens.SecurityTokenInclusionMode.AlwaysToInitiator", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenInclusionMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.SecurityTokenInclusionMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenInclusionMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecurityTokenParameters.#ctor(System.ServiceModel.Security.Tokens.SecurityTokenParameters)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs#L49C56-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecurityTokenParameters.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs#L49C56-L32C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecurityTokenParameters.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs#L57C13-L64C27" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecurityTokenParameters.CloneCore", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecurityTokenParameters.CreateKeyIdentifierClause(System.IdentityModel.Tokens.SecurityToken,System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecurityTokenParameters.MatchesKeyIdentifierClause(System.IdentityModel.Tokens.SecurityToken,System.IdentityModel.Tokens.SecurityKeyIdentifierClause,System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs#L119C13-L152C27" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecurityTokenParameters.InitializeSecurityTokenRequirement(System.IdentityModel.Selectors.SecurityTokenRequirement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecurityTokenParameters.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs#L190C13-L195C34" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecurityTokenParameters.HasAsymmetricKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecurityTokenParameters.InclusionMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs#L40C17-L40C39" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecurityTokenParameters.RequireDerivedKeys", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs#L49C42-L49C46" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecurityTokenParameters.SupportsClientAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecurityTokenParameters.SupportsServerAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecurityTokenParameters.SupportsClientWindowsIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.SecurityTokenParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenReferenceStyle.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle.Internal", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenReferenceStyle.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle.External", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenReferenceStyle.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenReferenceStyle.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L51C15-L54C10" - }, - { - "DocsId": "F:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.SecurityAlgorithmSuiteProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L56C69-L56C107" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.SecurityBindingElementProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L57C69-L57C107" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.IssuerAddressProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L58C60-L58C89" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.IssuerBindingProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L59C60-L59C89" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.SecureConversationSecurityBindingElementProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L60C87-L60C143" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.SupportSecurityContextCancellationProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L61C81-L61C131" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.MessageSecurityVersionProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L62C69-L62C107" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.IssuerBindingContextProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L64C67-L64C103" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.TransportSchemeProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L65C62-L65C93" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.IsInitiatorProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L66C58-L66C85" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.TargetAddressProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L67C60-L67C89" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.ViaProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L68C50-L68C69" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.ListenUriProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L69C56-L69C81" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.AuditLogLocationProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L70C63-L70C95" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.SuppressAuditFailureProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L71C67-L71C103" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.MessageAuthenticationAuditLevelProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L72C78-L72C125" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.IsOutOfBandTokenProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L73C63-L73C95" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.PreferSslCertificateAuthenticatorProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L74C80-L74C129" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.SupportingTokenAttachmentModeProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L76C76-L76C121" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.MessageDirectionProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L77C63-L77C95" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.HttpAuthenticationSchemeProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L78C71-L78C111" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.IssuedSecurityTokenParametersProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L79C76-L79C121" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.PrivacyNoticeUriProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L80C63-L80C95" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.PrivacyNoticeVersionProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L81C67-L81C103" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.DuplexClientLocalAddressProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L82C71-L82C111" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.EndpointFilterTableProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L83C66-L83C101" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.ChannelParametersCollectionProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L84C74-L84C117" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.ExtendedProtectionPolicy", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L85C63-L85C95" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.IsInitiator", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L91C17-L91C73" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.SecurityAlgorithmSuite", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L99C17-L99C107" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.SecurityBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L111C17-L111C107" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.IssuerAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L123C17-L123C91" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.IssuerBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L135C17-L135C83" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.SecureConversationSecurityBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L147C17-L147C125" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.MessageSecurityVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L159C17-L159C105" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.TransportScheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L184C17-L184C84" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenTypes.Spnego", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenTypes.cs#L11C40-L11C61" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenTypes.MutualSslnego", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenTypes.cs#L12C47-L12C75" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenTypes.AnonymousSslnego", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenTypes.cs#L13C50-L13C81" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenTypes.SecurityContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenTypes.cs#L14C49-L14C84" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenTypes.SecureConversation", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenTypes.cs#L15C52-L15C85" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenTypes.SspiCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenTypes.cs#L16C48-L16C77" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenTypes", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenTypes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SspiSecurityToken.#ctor(System.Security.Principal.TokenImpersonationLevel,System.Boolean,System.Net.NetworkCredential)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SspiSecurityToken.cs#L20C9-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SspiSecurityToken.#ctor(System.Net.NetworkCredential,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SspiSecurityToken.cs#L29C9-L36C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SspiSecurityToken.Id", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SspiSecurityToken.cs#L42C17-L47C28" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SspiSecurityToken.ValidFrom", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SspiSecurityToken.cs#L53C19-L53C41" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SspiSecurityToken.ValidTo", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SspiSecurityToken.cs#L58C19-L58C42" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SspiSecurityToken.AllowUnauthenticatedCallers", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SspiSecurityToken.cs#L65C17-L65C53" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SspiSecurityToken.ImpersonationLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SspiSecurityToken.cs#L69C61-L69C65" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SspiSecurityToken.AllowNtlm", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SspiSecurityToken.cs#L71C33-L71C37" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SspiSecurityToken.NetworkCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SspiSecurityToken.cs#L73C54-L73C58" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SspiSecurityToken.ExtractGroupsForWindowsAccounts", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SspiSecurityToken.cs#L75C55-L75C59" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SspiSecurityToken.SecurityKeys", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SspiSecurityToken.cs#L81C17-L81C70" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.SspiSecurityToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SspiSecurityToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SupportingTokenParameters.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SupportingTokenParameters.cs#L14C9-L47C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SupportingTokenParameters.SetKeyDerivation(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SupportingTokenParameters.cs#L65C51-L87C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SupportingTokenParameters.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SupportingTokenParameters.cs#L112C13-L167C41" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SupportingTokenParameters.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SupportingTokenParameters.cs#L172C13-L177C31" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SupportingTokenParameters.CloneCore", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SupportingTokenParameters.cs#L182C13-L182C56" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SupportingTokenParameters.Endorsing", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SupportingTokenParameters.cs#L49C64-L49C68" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SupportingTokenParameters.SignedEndorsing", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SupportingTokenParameters.cs#L55C17-L55C41" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SupportingTokenParameters.Signed", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SupportingTokenParameters.cs#L59C61-L59C65" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SupportingTokenParameters.SignedEncrypted", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SupportingTokenParameters.cs#L61C70-L61C74" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.SupportingTokenParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SupportingTokenParameters.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Tokens.UserNameSecurityTokenParameters.#ctor(System.ServiceModel.Security.Tokens.UserNameSecurityTokenParameters)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/UserNameSecurityTokenParameters.cs#L14C15-L17C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.UserNameSecurityTokenParameters.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/UserNameSecurityTokenParameters.cs#L20C15-L23C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.UserNameSecurityTokenParameters.CloneCore", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/UserNameSecurityTokenParameters.cs#L32C13-L32C62" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.UserNameSecurityTokenParameters.CreateKeyIdentifierClause(System.IdentityModel.Tokens.SecurityToken,System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/UserNameSecurityTokenParameters.cs#L37C13-L37C126" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.UserNameSecurityTokenParameters.InitializeSecurityTokenRequirement(System.IdentityModel.Selectors.SecurityTokenRequirement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/UserNameSecurityTokenParameters.cs#L42C13-L44C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.UserNameSecurityTokenParameters.HasAsymmetricKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/UserNameSecurityTokenParameters.cs#L25C67-L25C80" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.UserNameSecurityTokenParameters.SupportsClientAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/UserNameSecurityTokenParameters.cs#L26C79-L26C91" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.UserNameSecurityTokenParameters.SupportsServerAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/UserNameSecurityTokenParameters.cs#L27C79-L27C92" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.UserNameSecurityTokenParameters.SupportsClientWindowsIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/UserNameSecurityTokenParameters.cs#L28C80-L28C92" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.UserNameSecurityTokenParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/UserNameSecurityTokenParameters.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Security.Tokens.X509KeyIdentifierClauseType.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509KeyIdentifierClauseType.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.Tokens.X509KeyIdentifierClauseType.Any", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509KeyIdentifierClauseType.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.Tokens.X509KeyIdentifierClauseType.Thumbprint", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509KeyIdentifierClauseType.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.Tokens.X509KeyIdentifierClauseType.IssuerSerial", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509KeyIdentifierClauseType.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.Tokens.X509KeyIdentifierClauseType.SubjectKeyIdentifier", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509KeyIdentifierClauseType.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.Tokens.X509KeyIdentifierClauseType.RawDataKeyIdentifier", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509KeyIdentifierClauseType.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.X509KeyIdentifierClauseType", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509KeyIdentifierClauseType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.#ctor(System.ServiceModel.Security.Tokens.X509SecurityTokenParameters)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L19C15-L22C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L25C15-L28C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.#ctor(System.ServiceModel.Security.Tokens.X509KeyIdentifierClauseType)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L31C15-L34C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.#ctor(System.ServiceModel.Security.Tokens.X509KeyIdentifierClauseType,System.ServiceModel.Security.Tokens.SecurityTokenInclusionMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L37C15-L39C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.CloneCore", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L71C13-L71C58" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.CreateKeyIdentifierClause(System.IdentityModel.Tokens.SecurityToken,System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L76C13-L119C27" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.InitializeSecurityTokenRequirement(System.IdentityModel.Selectors.SecurityTokenRequirement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L124C13-L127C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L131C13-L136C34" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.HasAsymmetricKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L50C67-L50C79" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.X509ReferenceStyle", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L56C17-L56C44" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.SupportsClientAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L65C79-L65C91" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.SupportsServerAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L66C79-L66C91" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.SupportsClientWindowsIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L67C80-L67C92" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.CloseInput", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L277C13-L278C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.OnAbort", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L370C13-L382C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.OnClose(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L386C13-L400C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.OnBeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L404C13-L417C83" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.OnEndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L424C17-L430C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.OnClosed", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L434C13-L435C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L439C13-L452C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.OnCloseAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L456C13-L457C48" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpenAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L462C13-L463C48" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.OnBeginOpen(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L515C13-L532C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.OnEndOpen(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L536C13-L551C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpening", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L555C13-L564C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L568C13-L593C10" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.DefaultCloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L63C17-L69C57" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.DefaultOpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L78C17-L84C56" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.Endpoints", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L95C19-L95C47" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.ErrorHandlers", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L98C58-L98C62" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.MessageVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L102C19-L102C42" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.ReceiveContextEnabled", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L129C17-L129C47" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.Listener", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L146C19-L146C36" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.MaxTransactedBatchSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L153C17-L153C48" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.ManualAddressing", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L170C19-L170C51" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.ReceiveSynchronously", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L184C17-L184C46" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.SendAsynchronously", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L197C17-L197C44" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.MaxPendingReceives", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L210C17-L210C44" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.IncludeExceptionDetailInFaults", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L221C19-L221C58" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.ChannelDispatcher", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcherBase.CloseInput", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcherBase.cs#L16C9-L16C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcherBase.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcherBase.cs" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcherBase.Listener", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcherBase.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.ChannelDispatcherBase", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcherBase.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperationCompatBase.ParameterInspectors", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L24C17-L24C44" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.ClientOperationCompatBase", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.ClientOperation.#ctor(System.ServiceModel.Dispatcher.ClientRuntime,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L47C15-L49C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ClientOperation.#ctor(System.ServiceModel.Dispatcher.ClientRuntime,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L35C9-L60C10" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.Action", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L62C32-L62C36" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.FaultContractInfos", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L64C79-L64C83" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.BeginMethod", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L68C19-L68C39" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.EndMethod", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L81C19-L81C37" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.SyncMethod", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L94C19-L94C38" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.Formatter", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L107C19-L107C44" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.IsInitiating", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L145C19-L145C40" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.IsOneWay", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L158C19-L158C36" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.IsTerminating", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L171C19-L171C41" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L182C30-L182C34" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.ClientParameterInspectors", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L186C19-L186C46" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.ParameterInspectors", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L192C19-L192C46" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.Parent", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L197C19-L197C34" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.ReplyAction", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L200C37-L200C41" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.SerializeRequest", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L204C19-L204C44" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.DeserializeReply", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L217C19-L217C44" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.TaskMethod", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L230C19-L230C38" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.TaskTResult", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L243C19-L243C39" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.ClientOperation", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntimeCompatBase.MessageInspectors", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L30C17-L30C43" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntimeCompatBase.Operations", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L40C17-L40C42" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.ClientRuntimeCompatBase", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.CallbackClientType", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L116C19-L116C45" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.ChannelInitializers", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L129C19-L129C47" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.ContractName", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L132C38-L132C42" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.ContractNamespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L136C19-L136C45" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.ContractClientType", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L141C19-L141C45" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L173C19-L173C31" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.ValidateMustUnderstand", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L186C19-L186C57" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.MessageVersionNoneFaultsEnabled", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L201C17-L201C57" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.DispatchRuntime", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L210C50-L210C54" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.CallbackDispatchRuntime", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L216C17-L221C40" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.InteractiveChannelInitializers", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L258C19-L258C58" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.MaxFaultSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L265C17-L265C38" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.ManualAddressing", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L283C17-L289C53" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.ClientMessageInspectors", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L330C19-L330C44" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.MessageInspectors", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L336C19-L336C45" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.ClientOperations", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L341C19-L341C37" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.Operations", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L347C19-L347C38" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.OperationSelector", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L352C19-L352C45" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.UnhandledClientOperation", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L368C59-L368C63" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.ClientRuntime", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.DispatchOperation.#ctor(System.ServiceModel.Dispatcher.DispatchRuntime,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L17C9-L31C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.DispatchOperation.#ctor(System.ServiceModel.Dispatcher.DispatchRuntime,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L34C15-L38C10" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchOperation.IsOneWay", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L40C32-L40C36" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchOperation.Action", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L42C32-L42C36" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchOperation.FaultContractInfos", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L46C19-L46C46" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchOperation.AutoDisposeParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L51C19-L51C49" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchOperation.Invoker", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L110C19-L110C42" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchOperation.IsTerminating", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L123C19-L123C41" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchOperation.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L147C30-L147C34" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchOperation.ParameterInspectors", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L149C82-L149C86" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchOperation.Parent", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L151C41-L151C45" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchOperation.ReplyAction", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L155C19-L155C39" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchOperation.DeserializeRequest", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L160C19-L160C46" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchOperation.SerializeReply", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L173C19-L173C42" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.DispatchOperation", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.InstanceContextProvider", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L59C17-L59C49" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.ConcurrencyMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L81C17-L81C41" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.EnsureOrderedDispatch", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L98C17-L98C47" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.AutomaticInputSessionShutdown", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L112C19-L112C57" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.ChannelDispatcher", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L125C19-L125C85" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.CallbackClientRuntime", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L132C17-L143C38" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.EndpointDispatcher", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L147C56-L147C60" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.InstanceProvider", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L151C19-L151C44" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.MessageInspectors", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L164C19-L164C45" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.Operations", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L169C19-L169C38" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.SynchronizationContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L174C19-L174C50" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.Type", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L187C19-L187C32" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.UnhandledDispatchOperation", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L200C19-L200C37" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.DispatchRuntime", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.EndpointDispatcher.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/EndpointDispatcher.cs" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.EndpointDispatcher.ChannelDispatcher", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/EndpointDispatcher.cs#L15C54-L15C58" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.EndpointDispatcher.ContractName", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/EndpointDispatcher.cs#L19C19-L19C39" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.EndpointDispatcher.ContractNamespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/EndpointDispatcher.cs#L24C19-L24C39" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.EndpointDispatcher.DispatchRuntime", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/EndpointDispatcher.cs#L31C19-L31C31" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.EndpointDispatcher.EndpointAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/EndpointDispatcher.cs#L38C17-L66C52" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.EndpointDispatcher.FilterPriority", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/EndpointDispatcher.cs#L70C37-L70C41" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.EndpointDispatcher", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/EndpointDispatcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.FaultContractInfo.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultContractInfo.cs#L18C15-L20C10" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.FaultContractInfo.Action", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultContractInfo.cs#L34C32-L34C36" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.FaultContractInfo.Detail", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultContractInfo.cs#L36C30-L36C34" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.FaultContractInfo", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultContractInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.FaultFormatter.Serialize(System.ServiceModel.FaultException,System.String@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultFormatter.cs#L46C13-L64C79" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.FaultFormatter.Deserialize(System.ServiceModel.Channels.MessageFault,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultFormatter.cs#L69C13-L74C63" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.FaultFormatter.GetSerializer(System.Type,System.String,System.String@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultFormatter.cs#L79C13-L100C127" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.FaultFormatter.CreateFaultException(System.ServiceModel.Channels.MessageFault,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultFormatter.cs#L107C13-L149C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.FaultFormatter.CreateFaultException(System.ServiceModel.Channels.MessageFault,System.String,System.Object,System.Type,System.Xml.XmlDictionaryReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultFormatter.cs#L154C13-L180C25" - }, - { - "DocsId": "T:System.ServiceModel.Dispatcher.FaultFormatter.OperationFault`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultFormatter.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.FaultFormatter", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.IChannelInitializer.Initialize(System.ServiceModel.IClientChannel)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IChannelInitializer.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.IChannelInitializer", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IChannelInitializer.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.IClientMessageFormatter.SerializeRequest(System.ServiceModel.Channels.MessageVersion,System.Object[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IClientMessageFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IClientMessageFormatter.DeserializeReply(System.ServiceModel.Channels.Message,System.Object[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IClientMessageFormatter.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.IClientMessageFormatter", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IClientMessageFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.IClientMessageInspector.BeforeSendRequest(System.ServiceModel.Channels.Message@,System.ServiceModel.IClientChannel)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IClientMessageInspector.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IClientMessageInspector.AfterReceiveReply(System.ServiceModel.Channels.Message@,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IClientMessageInspector.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.IClientMessageInspector", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IClientMessageInspector.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.IClientOperationSelector.SelectOperation(System.Reflection.MethodBase,System.Object[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IClientOperationSelector.cs" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.IClientOperationSelector.AreParametersRequiredForSelection", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IClientOperationSelector.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.IClientOperationSelector", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IClientOperationSelector.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.IDispatchMessageInspector.AfterReceiveRequest(System.ServiceModel.Channels.Message@,System.ServiceModel.IClientChannel,System.ServiceModel.InstanceContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IDispatchMessageInspector.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IDispatchMessageInspector.BeforeSendReply(System.ServiceModel.Channels.Message@,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IDispatchMessageInspector.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.IDispatchMessageInspector", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IDispatchMessageInspector.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.IErrorHandler.ProvideFault(System.Exception,System.ServiceModel.Channels.MessageVersion,System.ServiceModel.Channels.Message@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IErrorHandler.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IErrorHandler.HandleError(System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IErrorHandler.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.IErrorHandler", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IErrorHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.IInstanceContextProvider.GetExistingInstanceContext(System.ServiceModel.Channels.Message,System.ServiceModel.IContextChannel)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IInstanceContextProvider.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.IInstanceContextProvider", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IInstanceContextProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.IInstanceProvider.GetInstance(System.ServiceModel.InstanceContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IInstanceProvider.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IInstanceProvider.GetInstance(System.ServiceModel.InstanceContext,System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IInstanceProvider.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IInstanceProvider.ReleaseInstance(System.ServiceModel.InstanceContext,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IInstanceProvider.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.IInstanceProvider", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IInstanceProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.IInteractiveChannelInitializer.BeginDisplayInitializationUI(System.ServiceModel.IClientChannel,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IInteractiveChannelInitializer.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IInteractiveChannelInitializer.EndDisplayInitializationUI(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IInteractiveChannelInitializer.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.IInteractiveChannelInitializer", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IInteractiveChannelInitializer.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.IMessageFilterTable`1.GetMatchingValue(System.ServiceModel.Channels.Message,`0@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IMessageFilterTable.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IMessageFilterTable`1.GetMatchingValue(System.ServiceModel.Channels.MessageBuffer,`0@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IMessageFilterTable.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IMessageFilterTable`1.GetMatchingValues(System.ServiceModel.Channels.Message,System.Collections.Generic.ICollection{`0})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IMessageFilterTable.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IMessageFilterTable`1.GetMatchingValues(System.ServiceModel.Channels.MessageBuffer,System.Collections.Generic.ICollection{`0})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IMessageFilterTable.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IMessageFilterTable`1.GetMatchingFilter(System.ServiceModel.Channels.Message,System.ServiceModel.Dispatcher.MessageFilter@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IMessageFilterTable.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IMessageFilterTable`1.GetMatchingFilter(System.ServiceModel.Channels.MessageBuffer,System.ServiceModel.Dispatcher.MessageFilter@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IMessageFilterTable.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IMessageFilterTable`1.GetMatchingFilters(System.ServiceModel.Channels.Message,System.Collections.Generic.ICollection{System.ServiceModel.Dispatcher.MessageFilter})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IMessageFilterTable.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IMessageFilterTable`1.GetMatchingFilters(System.ServiceModel.Channels.MessageBuffer,System.Collections.Generic.ICollection{System.ServiceModel.Dispatcher.MessageFilter})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IMessageFilterTable.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.IMessageFilterTable`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IMessageFilterTable.cs" - }, - { - "Members": [], - "DocsId": "T:System.ServiceModel.Dispatcher.InstanceBehavior", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/InstanceBehavior.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.IOperationInvoker.AllocateInputs", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IOperationInvoker.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IOperationInvoker.InvokeBegin(System.Object,System.Object[],System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IOperationInvoker.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IOperationInvoker.InvokeEnd(System.Object,System.Object[]@,System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IOperationInvoker.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.IOperationInvoker", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IOperationInvoker.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.IParameterInspector.BeforeCall(System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IParameterInspector.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IParameterInspector.AfterCall(System.String,System.Object[],System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IParameterInspector.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.IParameterInspector", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IParameterInspector.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.MessageFilter.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/MessageFilter.cs#L22C9-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.MessageFilter.CreateFilterTable``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/MessageFilter.cs#L28C13-L28C25" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.MessageFilter.Match(System.ServiceModel.Channels.MessageBuffer)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/MessageFilter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.MessageFilter.Match(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/MessageFilter.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.MessageFilter", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/MessageFilter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.OperationInvokerBehavior.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/OperationInvokerBehavior.cs#L13C9-L15C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.OperationInvokerBehavior.System#ServiceModel#Description#IOperationBehavior#Validate(System.ServiceModel.Description.OperationDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/OperationInvokerBehavior.cs#L19C9-L19C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.OperationInvokerBehavior.System#ServiceModel#Description#IOperationBehavior#AddBindingParameters(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/OperationInvokerBehavior.cs#L23C9-L23C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.OperationInvokerBehavior.System#ServiceModel#Description#IOperationBehavior#ApplyDispatchBehavior(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Dispatcher.DispatchOperation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/OperationInvokerBehavior.cs#L27C13-L61C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.OperationInvokerBehavior.System#ServiceModel#Description#IOperationBehavior#ApplyClientBehavior(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Dispatcher.ClientOperation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/OperationInvokerBehavior.cs#L65C9-L65C10" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.OperationInvokerBehavior", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/OperationInvokerBehavior.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.SyncMethodInvoker.#ctor(System.Reflection.MethodInfo)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/SyncMethodInvoker.cs#L21C9-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.SyncMethodInvoker.AllocateInputs", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/SyncMethodInvoker.cs#L43C13-L45C70" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.SyncMethodInvoker.InvokeBegin(System.Object,System.Object[],System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/SyncMethodInvoker.cs#L50C13-L50C73" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.SyncMethodInvoker.InvokeEnd(System.Object,System.Object[]@,System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/SyncMethodInvoker.cs#L55C13-L63C32" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.SyncMethodInvoker.Method", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/SyncMethodInvoker.cs#L26C36-L26C40" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.SyncMethodInvoker.MethodName", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/SyncMethodInvoker.cs#L32C17-L37C36" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.SyncMethodInvoker", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/SyncMethodInvoker.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.TaskMethodInvoker.#ctor(System.Reflection.MethodInfo,System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/TaskMethodInvoker.cs#L25C9-L34C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.TaskMethodInvoker.AllocateInputs", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/TaskMethodInvoker.cs#L53C13-L55C70" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.TaskMethodInvoker.InvokeBegin(System.Object,System.Object[],System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/TaskMethodInvoker.cs#L60C13-L60C73" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.TaskMethodInvoker.InvokeEnd(System.Object,System.Object[]@,System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/TaskMethodInvoker.cs#L66C13-L121C30" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.TaskMethodInvoker.Method", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/TaskMethodInvoker.cs#L36C36-L36C40" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.TaskMethodInvoker.MethodName", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/TaskMethodInvoker.cs#L42C17-L47C36" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.TaskMethodInvoker", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/TaskMethodInvoker.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.CallbackDebugBehavior.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/CallbackDebugBehavior.cs#L13C9-L16C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.CallbackDebugBehavior.System#ServiceModel#Description#IEndpointBehavior#Validate(System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/CallbackDebugBehavior.cs#L26C9-L26C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.CallbackDebugBehavior.System#ServiceModel#Description#IEndpointBehavior#AddBindingParameters(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/CallbackDebugBehavior.cs#L30C9-L30C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.CallbackDebugBehavior.System#ServiceModel#Description#IEndpointBehavior#ApplyDispatchBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.EndpointDispatcher)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/CallbackDebugBehavior.cs#L34C13-L35C106" - }, - { - "DocsId": "M:System.ServiceModel.Description.CallbackDebugBehavior.System#ServiceModel#Description#IEndpointBehavior#ApplyClientBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.ClientRuntime)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/CallbackDebugBehavior.cs#L40C13-L45C10" - }, - { - "DocsId": "P:System.ServiceModel.Description.CallbackDebugBehavior.IncludeExceptionDetailInFaults", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/CallbackDebugBehavior.cs#L20C13-L20C17" - } - ], - "DocsId": "T:System.ServiceModel.Description.CallbackDebugBehavior", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/CallbackDebugBehavior.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.ClientCredentials.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L22C9-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ClientCredentials.#ctor(System.ServiceModel.Description.ClientCredentials)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L26C9-L59C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ClientCredentials.CreateSecurityTokenManager", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L149C13-L149C71" - }, - { - "DocsId": "M:System.ServiceModel.Description.ClientCredentials.CloneCore", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L154C13-L154C48" - }, - { - "DocsId": "M:System.ServiceModel.Description.ClientCredentials.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L159C13-L164C27" - }, - { - "DocsId": "M:System.ServiceModel.Description.ClientCredentials.System#ServiceModel#Description#IEndpointBehavior#Validate(System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L169C9-L169C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ClientCredentials.System#ServiceModel#Description#IEndpointBehavior#AddBindingParameters(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L173C13-L184C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ClientCredentials.System#ServiceModel#Description#IEndpointBehavior#ApplyDispatchBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.EndpointDispatcher)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L188C13-L189C102" - }, - { - "DocsId": "M:System.ServiceModel.Description.ClientCredentials.ApplyClientBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.ClientRuntime)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L195C13-L208C24" - }, - { - "DocsId": "P:System.ServiceModel.Description.ClientCredentials.UserName", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L65C17-L73C34" - }, - { - "DocsId": "P:System.ServiceModel.Description.ClientCredentials.ClientCertificate", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L81C17-L89C43" - }, - { - "DocsId": "P:System.ServiceModel.Description.ClientCredentials.ServiceCertificate", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L97C17-L105C44" - }, - { - "DocsId": "P:System.ServiceModel.Description.ClientCredentials.Windows", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L113C17-L121C33" - }, - { - "DocsId": "P:System.ServiceModel.Description.ClientCredentials.HttpDigest", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L129C17-L137C36" - } - ], - "DocsId": "T:System.ServiceModel.Description.ClientCredentials", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.ContractDescription.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L24C15-L26C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ContractDescription.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L131C78-L39C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ContractDescription.ShouldSerializeProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L105C13-L105C39" - }, - { - "DocsId": "M:System.ServiceModel.Description.ContractDescription.GetContract(System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L135C13-L141C69" - }, - { - "DocsId": "M:System.ServiceModel.Description.ContractDescription.GetContract(System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L146C13-L158C32" - }, - { - "DocsId": "M:System.ServiceModel.Description.ContractDescription.GetContract(System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L163C13-L176C32" - }, - { - "DocsId": "M:System.ServiceModel.Description.ContractDescription.GetInheritedContracts", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L181C13-L194C27" - }, - { - "DocsId": "P:System.ServiceModel.Description.ContractDescription.ConfigurationName", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L47C43-L47C47" - }, - { - "DocsId": "P:System.ServiceModel.Description.ContractDescription.ContractType", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L49C36-L49C40" - }, - { - "DocsId": "P:System.ServiceModel.Description.ContractDescription.CallbackContractType", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L51C44-L51C48" - }, - { - "DocsId": "P:System.ServiceModel.Description.ContractDescription.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L55C19-L55C44" - }, - { - "DocsId": "P:System.ServiceModel.Description.ContractDescription.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L74C19-L74C30" - }, - { - "DocsId": "P:System.ServiceModel.Description.ContractDescription.Operations", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L86C60-L86C64" - }, - { - "DocsId": "P:System.ServiceModel.Description.ContractDescription.ProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L90C19-L90C43" - }, - { - "DocsId": "P:System.ServiceModel.Description.ContractDescription.HasProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L108C42-L108C46" - }, - { - "DocsId": "P:System.ServiceModel.Description.ContractDescription.SessionMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L113C19-L113C39" - }, - { - "DocsId": "P:System.ServiceModel.Description.ContractDescription.ContractBehaviors", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L127C19-L127C36" - }, - { - "DocsId": "P:System.ServiceModel.Description.ContractDescription.Behaviors", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L131C69-L131C73" - } - ], - "DocsId": "T:System.ServiceModel.Description.ContractDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.DataContractSerializerOperationBehavior.#ctor(System.ServiceModel.Description.OperationDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L24C15-L26C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.DataContractSerializerOperationBehavior.#ctor(System.ServiceModel.Description.OperationDescription,System.ServiceModel.DataContractFormatAttribute)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L18C9-L32C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.DataContractSerializerOperationBehavior.CreateSerializer(System.Type,System.String,System.String,System.Collections.Generic.IList{System.Type})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L77C13-L86C24" - }, - { - "DocsId": "M:System.ServiceModel.Description.DataContractSerializerOperationBehavior.CreateSerializer(System.Type,System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString,System.Collections.Generic.IList{System.Type})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L91C13-L99C24" - }, - { - "DocsId": "M:System.ServiceModel.Description.DataContractSerializerOperationBehavior.System#ServiceModel#Description#IOperationBehavior#Validate(System.ServiceModel.Description.OperationDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L132C9-L132C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.DataContractSerializerOperationBehavior.System#ServiceModel#Description#IOperationBehavior#AddBindingParameters(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L136C9-L136C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.DataContractSerializerOperationBehavior.System#ServiceModel#Description#IOperationBehavior#ApplyDispatchBehavior(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Dispatcher.DispatchOperation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L140C13-L160C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.DataContractSerializerOperationBehavior.System#ServiceModel#Description#IOperationBehavior#ApplyClientBehavior(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Dispatcher.ClientOperation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L164C13-L184C10" - }, - { - "DocsId": "P:System.ServiceModel.Description.DataContractSerializerOperationBehavior.DataContractFormatAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L21C74-L21C78" - }, - { - "DocsId": "P:System.ServiceModel.Description.DataContractSerializerOperationBehavior.MaxItemsInObjectGraph", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L45C19-L45C48" - }, - { - "DocsId": "P:System.ServiceModel.Description.DataContractSerializerOperationBehavior.IgnoreExtensionDataObject", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L57C19-L57C52" - }, - { - "DocsId": "P:System.ServiceModel.Description.DataContractSerializerOperationBehavior.SerializationSurrogateProvider", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L67C81-L67C85" - }, - { - "DocsId": "P:System.ServiceModel.Description.DataContractSerializerOperationBehavior.DataContractResolver", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L71C19-L71C48" - } - ], - "DocsId": "T:System.ServiceModel.Description.DataContractSerializerOperationBehavior", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.FaultDescription.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/FaultDescription.cs#L18C9-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.FaultDescription.ShouldSerializeProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/FaultDescription.cs#L56C13-L56C39" - }, - { - "DocsId": "P:System.ServiceModel.Description.FaultDescription.Action", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/FaultDescription.cs#L23C32-L23C36" - }, - { - "DocsId": "P:System.ServiceModel.Description.FaultDescription.DetailType", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/FaultDescription.cs#L27C34-L27C38" - }, - { - "DocsId": "P:System.ServiceModel.Description.FaultDescription.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/FaultDescription.cs#L31C19-L31C44" - }, - { - "DocsId": "P:System.ServiceModel.Description.FaultDescription.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/FaultDescription.cs#L35C35-L35C39" - }, - { - "DocsId": "P:System.ServiceModel.Description.FaultDescription.ProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/FaultDescription.cs#L41C19-L41C43" - }, - { - "DocsId": "P:System.ServiceModel.Description.FaultDescription.HasProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/FaultDescription.cs#L59C42-L59C46" - } - ], - "DocsId": "T:System.ServiceModel.Description.FaultDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/FaultDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.FaultDescriptionCollection.Find(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/FaultDescriptionCollection.cs#L18C54-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.FaultDescriptionCollection.FindAll(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/FaultDescriptionCollection.cs#L31C13-L40C33" - } - ], - "DocsId": "T:System.ServiceModel.Description.FaultDescriptionCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/FaultDescriptionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.IContractBehavior.Validate(System.ServiceModel.Description.ContractDescription,System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IContractBehavior.cs" - }, - { - "DocsId": "M:System.ServiceModel.Description.IContractBehavior.ApplyDispatchBehavior(System.ServiceModel.Description.ContractDescription,System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.DispatchRuntime)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IContractBehavior.cs" - }, - { - "DocsId": "M:System.ServiceModel.Description.IContractBehavior.ApplyClientBehavior(System.ServiceModel.Description.ContractDescription,System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.ClientRuntime)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IContractBehavior.cs" - }, - { - "DocsId": "M:System.ServiceModel.Description.IContractBehavior.AddBindingParameters(System.ServiceModel.Description.ContractDescription,System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IContractBehavior.cs" - } - ], - "DocsId": "T:System.ServiceModel.Description.IContractBehavior", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IContractBehavior.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.IEndpointBehavior.Validate(System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IEndpointBehavior.cs" - }, - { - "DocsId": "M:System.ServiceModel.Description.IEndpointBehavior.AddBindingParameters(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IEndpointBehavior.cs" - }, - { - "DocsId": "M:System.ServiceModel.Description.IEndpointBehavior.ApplyDispatchBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.EndpointDispatcher)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IEndpointBehavior.cs" - }, - { - "DocsId": "M:System.ServiceModel.Description.IEndpointBehavior.ApplyClientBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.ClientRuntime)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IEndpointBehavior.cs" - } - ], - "DocsId": "T:System.ServiceModel.Description.IEndpointBehavior", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IEndpointBehavior.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.IOperationBehavior.Validate(System.ServiceModel.Description.OperationDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IOperationBehavior.cs" - }, - { - "DocsId": "M:System.ServiceModel.Description.IOperationBehavior.ApplyDispatchBehavior(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Dispatcher.DispatchOperation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IOperationBehavior.cs" - }, - { - "DocsId": "M:System.ServiceModel.Description.IOperationBehavior.ApplyClientBehavior(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Dispatcher.ClientOperation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IOperationBehavior.cs" - }, - { - "DocsId": "M:System.ServiceModel.Description.IOperationBehavior.AddBindingParameters(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IOperationBehavior.cs" - } - ], - "DocsId": "T:System.ServiceModel.Description.IOperationBehavior", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IOperationBehavior.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Description.ListenUriMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ListenUriMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Description.ListenUriMode.Explicit", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ListenUriMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Description.ListenUriMode.Unique", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ListenUriMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.Description.ListenUriMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ListenUriMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.MessageBodyDescription.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageBodyDescription.cs#L15C9-L18C10" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageBodyDescription.Parts", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageBodyDescription.cs#L40C57-L40C61" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageBodyDescription.ReturnValue", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageBodyDescription.cs#L45C19-L45C39" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageBodyDescription.WrapperName", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageBodyDescription.cs#L52C19-L52C81" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageBodyDescription.WrapperNamespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageBodyDescription.cs#L57C42-L57C46" - } - ], - "DocsId": "T:System.ServiceModel.Description.MessageBodyDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageBodyDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.MessageDescription.#ctor(System.String,System.ServiceModel.Description.MessageDirection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescription.cs#L22C80-L22C113" - }, - { - "DocsId": "M:System.ServiceModel.Description.MessageDescription.ShouldSerializeProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescription.cs#L109C13-L109C39" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageDescription.Action", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescription.cs#L60C32-L60C36" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageDescription.Body", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescription.cs#L64C19-L64C37" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageDescription.Direction", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescription.cs#L67C45-L67C49" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageDescription.Headers", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescription.cs#L71C19-L71C40" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageDescription.Properties", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescription.cs#L76C19-L76C43" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageDescription.ProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescription.cs#L94C19-L94C43" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageDescription.HasProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescription.cs#L112C42-L112C46" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageDescription.MessageType", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescription.cs#L131C35-L131C39" - } - ], - "DocsId": "T:System.ServiceModel.Description.MessageDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.MessageDescriptionCollection.Find(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescriptionCollection.cs#L18C56-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.MessageDescriptionCollection.FindAll(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescriptionCollection.cs#L31C13-L40C33" - } - ], - "DocsId": "T:System.ServiceModel.Description.MessageDescriptionCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescriptionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Description.MessageDirection.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDirection.cs" - }, - { - "DocsId": "F:System.ServiceModel.Description.MessageDirection.Input", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDirection.cs" - }, - { - "DocsId": "F:System.ServiceModel.Description.MessageDirection.Output", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDirection.cs" - } - ], - "DocsId": "T:System.ServiceModel.Description.MessageDirection", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDirection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.MessageHeaderDescription.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageHeaderDescription.cs#L16C15-L18C10" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageHeaderDescription.Actor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageHeaderDescription.cs#L36C31-L36C35" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageHeaderDescription.MustUnderstand", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageHeaderDescription.cs#L39C38-L39C42" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageHeaderDescription.Relay", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageHeaderDescription.cs#L44C19-L44C33" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageHeaderDescription.TypedHeader", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageHeaderDescription.cs#L49C35-L49C39" - } - ], - "DocsId": "T:System.ServiceModel.Description.MessageHeaderDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageHeaderDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.MessageHeaderDescriptionCollection.GetKeyForItem(System.ServiceModel.Description.MessageHeaderDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageHeaderDescriptionCollection.cs#L19C13-L19C68" - } - ], - "DocsId": "T:System.ServiceModel.Description.MessageHeaderDescriptionCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageHeaderDescriptionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.MessagePartDescription.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePartDescription.cs#L21C9-L36C10" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessagePartDescription.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePartDescription.cs#L70C19-L70C46" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessagePartDescription.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePartDescription.cs#L73C35-L73C39" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessagePartDescription.Type", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePartDescription.cs#L75C28-L75C32" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessagePartDescription.Index", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePartDescription.cs#L77C28-L77C32" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessagePartDescription.Multiple", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePartDescription.cs#L80C32-L80C36" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessagePartDescription.ProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePartDescription.cs#L84C19-L84C43" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessagePartDescription.HasProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePartDescription.cs#L97C42-L97C46" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessagePartDescription.MemberInfo", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePartDescription.cs#L99C40-L99C44" - } - ], - "DocsId": "T:System.ServiceModel.Description.MessagePartDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePartDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.MessagePartDescriptionCollection.GetKeyForItem(System.ServiceModel.Description.MessagePartDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePartDescriptionCollection.cs#L20C13-L20C68" - } - ], - "DocsId": "T:System.ServiceModel.Description.MessagePartDescriptionCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePartDescriptionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.MessagePropertyDescription.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePropertyDescription.cs#L11C15-L13C10" - } - ], - "DocsId": "T:System.ServiceModel.Description.MessagePropertyDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePropertyDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.MessagePropertyDescriptionCollection.GetKeyForItem(System.ServiceModel.Description.MessagePropertyDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePropertyDescriptionCollection.cs#L18C13-L18C30" - } - ], - "DocsId": "T:System.ServiceModel.Description.MessagePropertyDescriptionCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePropertyDescriptionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.MetadataConversionError.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MetadataConversionError.cs#L12C58-L12C82" - }, - { - "DocsId": "M:System.ServiceModel.Description.MetadataConversionError.#ctor(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MetadataConversionError.cs#L13C9-L17C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.MetadataConversionError.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MetadataConversionError.cs#L23C13-L29C87" - }, - { - "DocsId": "M:System.ServiceModel.Description.MetadataConversionError.GetHashCode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MetadataConversionError.cs#L34C13-L34C42" - }, - { - "DocsId": "P:System.ServiceModel.Description.MetadataConversionError.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MetadataConversionError.cs#L19C33-L19C37" - }, - { - "DocsId": "P:System.ServiceModel.Description.MetadataConversionError.IsWarning", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MetadataConversionError.cs#L20C39-L20C57" - } - ], - "DocsId": "T:System.ServiceModel.Description.MetadataConversionError", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MetadataConversionError.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.MetadataLocation.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MetadataLocation.cs#L15C9-L17C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.MetadataLocation.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MetadataLocation.cs#L19C9-L22C10" - }, - { - "DocsId": "P:System.ServiceModel.Description.MetadataLocation.Location", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MetadataLocation.cs#L27C19-L27C36" - } - ], - "DocsId": "T:System.ServiceModel.Description.MetadataLocation", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MetadataLocation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.OperationDescription.#ctor(System.String,System.ServiceModel.Description.ContractDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L150C59-L42C10" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.OperationBehaviors", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L52C19-L52C36" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.Behaviors", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L56C70-L56C74" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.TaskMethod", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L62C19-L62C38" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.SyncMethod", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L68C40-L68C44" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.BeginMethod", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L72C41-L72C45" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.EndMethod", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L98C39-L98C43" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.DeclaringContract", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L102C19-L102C45" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.Faults", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L116C52-L116C56" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.IsOneWay", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L120C19-L120C46" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.IsInitiating", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L123C36-L123C40" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.IsTerminating", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L131C37-L131C41" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.KnownTypes", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L133C46-L133C50" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.Messages", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L136C56-L136C60" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L147C19-L147C46" - } - ], - "DocsId": "T:System.ServiceModel.Description.OperationDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.OperationDescriptionCollection.Find(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescriptionCollection.cs#L18C18-L25C25" - }, - { - "DocsId": "M:System.ServiceModel.Description.OperationDescriptionCollection.FindAll(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescriptionCollection.cs#L30C13-L38C28" - }, - { - "DocsId": "M:System.ServiceModel.Description.OperationDescriptionCollection.InsertItem(System.Int32,System.ServiceModel.Description.OperationDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescriptionCollection.cs#L43C13-L48C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.OperationDescriptionCollection.SetItem(System.Int32,System.ServiceModel.Description.OperationDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescriptionCollection.cs#L52C13-L57C10" - } - ], - "DocsId": "T:System.ServiceModel.Description.OperationDescriptionCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescriptionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.PolicyVersion.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PolicyVersion.cs#L30C13-L30C30" - }, - { - "DocsId": "P:System.ServiceModel.Description.PolicyVersion.Policy12", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PolicyVersion.cs#L23C54-L23C79" - }, - { - "DocsId": "P:System.ServiceModel.Description.PolicyVersion.Policy15", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PolicyVersion.cs#L24C48-L24C52" - }, - { - "DocsId": "P:System.ServiceModel.Description.PolicyVersion.Default", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PolicyVersion.cs#L25C53-L25C78" - }, - { - "DocsId": "P:System.ServiceModel.Description.PolicyVersion.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PolicyVersion.cs#L26C35-L26C39" - } - ], - "DocsId": "T:System.ServiceModel.Description.PolicyVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PolicyVersion.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Description.PrincipalPermissionMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PrincipalPermissionMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Description.PrincipalPermissionMode.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PrincipalPermissionMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Description.PrincipalPermissionMode.UseWindowsGroups", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PrincipalPermissionMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Description.PrincipalPermissionMode.UseAspNetRoles", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PrincipalPermissionMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Description.PrincipalPermissionMode.Custom", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PrincipalPermissionMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Description.PrincipalPermissionMode.Always", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PrincipalPermissionMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.Description.PrincipalPermissionMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PrincipalPermissionMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.ServiceEndpoint.#ctor(System.ServiceModel.Description.ContractDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpoint.cs#L26C9-L29C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ServiceEndpoint.#ctor(System.ServiceModel.Description.ContractDescription,System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpoint.cs#L31C9-L36C10" - }, - { - "DocsId": "P:System.ServiceModel.Description.ServiceEndpoint.Address", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpoint.cs#L38C42-L38C46" - }, - { - "DocsId": "P:System.ServiceModel.Description.ServiceEndpoint.EndpointBehaviors", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpoint.cs#L42C19-L42C36" - }, - { - "DocsId": "P:System.ServiceModel.Description.ServiceEndpoint.Behaviors", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpoint.cs#L50C17-L55C35" - }, - { - "DocsId": "P:System.ServiceModel.Description.ServiceEndpoint.Binding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpoint.cs#L59C34-L59C38" - }, - { - "DocsId": "P:System.ServiceModel.Description.ServiceEndpoint.Contract", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpoint.cs#L63C19-L63C36" - }, - { - "DocsId": "P:System.ServiceModel.Description.ServiceEndpoint.IsSystemEndpoint", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpoint.cs#L72C13-L72C17" - }, - { - "DocsId": "P:System.ServiceModel.Description.ServiceEndpoint.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpoint.cs#L80C17-L90C42" - }, - { - "DocsId": "P:System.ServiceModel.Description.ServiceEndpoint.ListenUri", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpoint.cs#L103C17-L116C39" - }, - { - "DocsId": "P:System.ServiceModel.Description.ServiceEndpoint.ListenUriMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpoint.cs#L131C19-L131C41" - } - ], - "DocsId": "T:System.ServiceModel.Description.ServiceEndpoint", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpoint.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.ServiceEndpointCollection.Find(System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpointCollection.cs#L19C13-L33C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ServiceEndpointCollection.Find(System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpointCollection.cs#L37C13-L51C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ServiceEndpointCollection.Find(System.Type,System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpointCollection.cs#L55C13-L75C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ServiceEndpointCollection.Find(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpointCollection.cs#L79C13-L100C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ServiceEndpointCollection.Find(System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpointCollection.cs#L104C13-L118C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ServiceEndpointCollection.FindAll(System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpointCollection.cs#L122C13-L137C28" - }, - { - "DocsId": "M:System.ServiceModel.Description.ServiceEndpointCollection.FindAll(System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpointCollection.cs#L142C13-L157C28" - }, - { - "DocsId": "M:System.ServiceModel.Description.ServiceEndpointCollection.InsertItem(System.Int32,System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpointCollection.cs#L162C13-L167C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ServiceEndpointCollection.SetItem(System.Int32,System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpointCollection.cs#L171C13-L176C10" - } - ], - "DocsId": "T:System.ServiceModel.Description.ServiceEndpointCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpointCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.TypedMessageConverter.Create(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/TypedMessageConverter.cs#L16C13-L16C105" - }, - { - "DocsId": "M:System.ServiceModel.Description.TypedMessageConverter.Create(System.Type,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/TypedMessageConverter.cs#L21C13-L21C117" - }, - { - "DocsId": "M:System.ServiceModel.Description.TypedMessageConverter.Create(System.Type,System.String,System.ServiceModel.XmlSerializerFormatAttribute)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/TypedMessageConverter.cs#L26C13-L26C78" - }, - { - "DocsId": "M:System.ServiceModel.Description.TypedMessageConverter.Create(System.Type,System.String,System.ServiceModel.DataContractFormatAttribute)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/TypedMessageConverter.cs#L31C13-L31C78" - }, - { - "DocsId": "M:System.ServiceModel.Description.TypedMessageConverter.Create(System.Type,System.String,System.String,System.ServiceModel.XmlSerializerFormatAttribute)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/TypedMessageConverter.cs#L36C13-L42C130" - }, - { - "DocsId": "M:System.ServiceModel.Description.TypedMessageConverter.Create(System.Type,System.String,System.String,System.ServiceModel.DataContractFormatAttribute)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/TypedMessageConverter.cs#L47C13-L56C130" - }, - { - "DocsId": "M:System.ServiceModel.Description.TypedMessageConverter.ToMessage(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/TypedMessageConverter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Description.TypedMessageConverter.ToMessage(System.Object,System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/TypedMessageConverter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Description.TypedMessageConverter.FromMessage(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/TypedMessageConverter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Description.TypedMessageConverter.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/TypedMessageConverter.cs" - } - ], - "DocsId": "T:System.ServiceModel.Description.TypedMessageConverter", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/TypedMessageConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.XmlSerializerOperationBehavior.#ctor(System.ServiceModel.Description.OperationDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/XmlSerializerOperationBehavior.cs#L25C15-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.XmlSerializerOperationBehavior.#ctor(System.ServiceModel.Description.OperationDescription,System.ServiceModel.XmlSerializerFormatAttribute)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/XmlSerializerOperationBehavior.cs#L29C9-L38C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.XmlSerializerOperationBehavior.System#ServiceModel#Description#IOperationBehavior#Validate(System.ServiceModel.Description.OperationDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/XmlSerializerOperationBehavior.cs#L119C9-L119C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.XmlSerializerOperationBehavior.System#ServiceModel#Description#IOperationBehavior#AddBindingParameters(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/XmlSerializerOperationBehavior.cs#L123C9-L123C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.XmlSerializerOperationBehavior.System#ServiceModel#Description#IOperationBehavior#ApplyDispatchBehavior(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Dispatcher.DispatchOperation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/XmlSerializerOperationBehavior.cs#L127C13-L148C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.XmlSerializerOperationBehavior.System#ServiceModel#Description#IOperationBehavior#ApplyClientBehavior(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Dispatcher.ClientOperation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/XmlSerializerOperationBehavior.cs#L152C13-L173C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.XmlSerializerOperationBehavior.GetXmlMappings", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/XmlSerializerOperationBehavior.cs#L177C13-L198C29" - }, - { - "DocsId": "P:System.ServiceModel.Description.XmlSerializerOperationBehavior.XmlSerializerFormatAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/XmlSerializerOperationBehavior.cs#L65C17-L65C53" - } - ], - "DocsId": "T:System.ServiceModel.Description.XmlSerializerOperationBehavior", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/XmlSerializerOperationBehavior.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L18C9-L20C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.CreateAddressHeader(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L36C13-L37C128" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.CreateAddressHeader(System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L42C13-L47C76" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.CreateAddressHeader(System.String,System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L52C13-L52C164" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.CreateAddressHeader(System.String,System.String,System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L62C13-L67C86" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L77C13-L99C25" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.GetHashCode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L114C13-L114C54" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.GetValue``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L119C13-L119C135" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.GetValue``1(System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L124C13-L140C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.GetAddressHeaderReader", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L144C13-L149C40" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.OnWriteStartAddressHeader(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L159C13-L160C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.OnWriteAddressHeaderContents(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.ToMessageHeader", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L166C13-L171C28" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.WriteAddressHeader(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L176C13-L177C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.WriteAddressHeader(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L181C13-L189C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.WriteStartAddressHeader(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L193C13-L199C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.WriteAddressHeaderContents(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L203C13-L209C10" - }, - { - "DocsId": "P:System.ServiceModel.Channels.AddressHeader.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.AddressHeader.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.AddressHeader", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeaderCollection.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeaderCollection.cs#L16C15-L18C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeaderCollection.#ctor(System.Collections.Generic.IEnumerable{System.ServiceModel.Channels.AddressHeader})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeaderCollection.cs#L21C15-L45C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeaderCollection.AddHeadersTo(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeaderCollection.cs#L64C13-L73C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeaderCollection.FindAll(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeaderCollection.cs#L77C13-L97C38" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeaderCollection.FindHeader(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeaderCollection.cs#L102C13-L128C35" - } - ], - "DocsId": "T:System.ServiceModel.Channels.AddressHeaderCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeaderCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.AddressingVersion.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressingVersion.cs#L137C13-L137C62" - }, - { - "DocsId": "P:System.ServiceModel.Channels.AddressingVersion.WSAddressingAugust2004", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressingVersion.cs#L51C66-L51C70" - }, - { - "DocsId": "P:System.ServiceModel.Channels.AddressingVersion.WSAddressing10", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressingVersion.cs#L58C19-L58C41" - }, - { - "DocsId": "P:System.ServiceModel.Channels.AddressingVersion.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressingVersion.cs#L61C48-L61C52" - } - ], - "DocsId": "T:System.ServiceModel.Channels.AddressingVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressingVersion.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L21C9-L31C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.BuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L184C13-L186C67" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L191C13-L191C66" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.CreateMessageEncoderFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L196C13-L204C36" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L209C13-L219C53" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.ShouldSerializeReaderQuotas", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L288C13-L288C75" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.ShouldSerializeMessageVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L294C13-L294C71" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.CompressionFormat", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L48C54-L48C58" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.MessageVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L65C19-L65C42" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.MaxReadPoolSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L87C17-L87C41" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.MaxWritePoolSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L105C17-L105C42" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.ReaderQuotas", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L122C17-L122C38" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.MaxSessionSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L140C17-L140C40" - } - ], - "DocsId": "T:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Channels.BinaryVersion.Version1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryVersion.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.BinaryVersion.GZipVersion1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryVersion.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.BinaryVersion.DeflateVersion1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryVersion.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BinaryVersion.CurrentVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryVersion.cs#L24C60-L24C76" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BinaryVersion.ContentType", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryVersion.cs#L25C37-L25C41" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BinaryVersion.SessionContentType", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryVersion.cs#L26C44-L26C48" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BinaryVersion.Dictionary", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryVersion.cs#L27C50-L27C69" - } - ], - "DocsId": "T:System.ServiceModel.Channels.BinaryVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryVersion.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.Binding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L13C9-L25C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Binding.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L13C9-L45C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Binding.BuildChannelFactory``1(System.Object[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L171C13-L171C94" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Binding.BuildChannelFactory``1(System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L176C13-L182C35" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Binding.CanBuildChannelFactory``1(System.Object[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L198C13-L198C97" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Binding.CanBuildChannelFactory``1(System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L203C13-L204C68" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Binding.CreateBindingElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Binding.GetProperty``1(System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L213C13-L214C50" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Binding.CloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L49C19-L49C40" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Binding.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L69C17-L74C30" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Binding.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L89C19-L89C47" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Binding.OpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L107C19-L107C39" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Binding.ReceiveTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L125C19-L125C42" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Binding.Scheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Binding.MessageVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L147C17-L147C86" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Binding.SendTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L153C19-L153C39" - } - ], - "DocsId": "T:System.ServiceModel.Channels.Binding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.BindingContext.#ctor(System.ServiceModel.Channels.CustomBinding,System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingContext.cs#L16C9-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingContext.BuildInnerChannelFactory``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingContext.cs#L60C13-L60C76" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingContext.CanBuildInnerChannelFactory``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingContext.cs#L65C13-L66C86" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingContext.GetInnerProperty``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingContext.cs#L72C13-L79C72" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingContext.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingContext.cs#L85C13-L85C94" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BindingContext.Binding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingContext.cs#L43C40-L43C44" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BindingContext.BindingParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingContext.cs#L45C63-L45C67" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BindingContext.ListenUriBaseAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingContext.cs#L47C43-L47C47" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BindingContext.ListenUriMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingContext.cs#L49C46-L49C50" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BindingContext.ListenUriRelativeAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingContext.cs#L51C50-L51C54" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BindingContext.RemainingBindingElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingContext.cs#L55C19-L55C52" - } - ], - "DocsId": "T:System.ServiceModel.Channels.BindingContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.BindingElement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElement.cs#L12C9-L14C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElement.#ctor(System.ServiceModel.Channels.BindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElement.cs#L16C9-L18C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElement.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElement.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElement.BuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElement.cs#L24C13-L29C65" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElement.CanBuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElement.cs#L34C13-L39C68" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElement.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.BindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.BindingElementCollection.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs#L14C9-L16C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElementCollection.#ctor(System.Collections.Generic.IEnumerable{System.ServiceModel.Channels.BindingElement})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs#L18C9-L29C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElementCollection.#ctor(System.ServiceModel.Channels.BindingElement[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs#L31C9-L42C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElementCollection.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs#L47C13-L52C27" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElementCollection.AddRange(System.ServiceModel.Channels.BindingElement[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs#L57C13-L66C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElementCollection.Contains(System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs#L70C13-L82C26" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElementCollection.Find``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs#L87C13-L87C35" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElementCollection.Remove``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs#L92C13-L92C34" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElementCollection.FindAll``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs#L114C13-L114C38" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElementCollection.RemoveAll``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs#L119C13-L119C37" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElementCollection.InsertItem(System.Int32,System.ServiceModel.Channels.BindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs#L146C13-L152C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElementCollection.SetItem(System.Int32,System.ServiceModel.Channels.BindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs#L156C13-L162C10" - } - ], - "DocsId": "T:System.ServiceModel.Channels.BindingElementCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.BindingParameterCollection.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingParameterCollection.cs#L16C9-L16C48" - } - ], - "DocsId": "T:System.ServiceModel.Channels.BindingParameterCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingParameterCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.BodyWriter.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BodyWriter.cs#L16C9-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BodyWriter.CreateBufferedCopy(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BodyWriter.cs#L40C13-L67C35" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BodyWriter.OnCreateBufferedCopy(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BodyWriter.cs#L73C13-L73C87" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BodyWriter.OnWriteBodyContents(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BodyWriter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BodyWriter.OnWriteBodyContentsAsync(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BodyWriter.cs#L94C13-L95C39" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BodyWriter.OnBeginWriteBodyContents(System.Xml.XmlDictionaryWriter,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BodyWriter.cs#L100C13-L100C58" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BodyWriter.OnEndWriteBodyContents(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BodyWriter.cs#L105C13-L105C58" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BodyWriter.WriteBodyContents(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BodyWriter.cs#L131C13-L133C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BodyWriter.BeginWriteBodyContents(System.Xml.XmlDictionaryWriter,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BodyWriter.cs#L143C13-L144C70" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BodyWriter.EndWriteBodyContents(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BodyWriter.cs#L149C13-L150C10" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BodyWriter.IsBuffered", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BodyWriter.cs#L26C34-L26C38" - } - ], - "DocsId": "T:System.ServiceModel.Channels.BodyWriter", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BodyWriter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L50C52-L50C93" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.#ctor(System.IO.Stream,System.ServiceModel.Channels.BufferManager)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L52C81-L52C131" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.#ctor(System.IO.Stream,System.ServiceModel.Channels.BufferManager,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L46C9-L65C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L124C13-L142C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.Flush", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L147C9-L147C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.FlushAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L152C13-L152C39" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.Read(System.Byte[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L201C13-L252C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.PreReadBufferAsync(System.Byte,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.PreReadBufferAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L279C13-L284C39" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L310C13-L359C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.ReadByte", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L415C13-L433C22" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.Write(System.Byte[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L438C13-L438C60" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L443C13-L443C65" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.WriteByte(System.Byte)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L448C13-L448C64" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.Seek(System.Int64,System.IO.SeekOrigin)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L453C13-L453C59" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.SetLength(System.Int64)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L458C13-L458C64" - }, - { - "DocsId": "F:System.ServiceModel.Channels.BufferedReadStream.BufferedReadStreamPropertyName", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BufferedReadStream.CanRead", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L98C19-L98C61" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BufferedReadStream.CanWrite", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L103C19-L103C32" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BufferedReadStream.CanSeek", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L108C19-L108C32" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BufferedReadStream.Length", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L113C19-L113C67" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BufferedReadStream.Position", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L118C19-L118C69" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BufferedReadStream.IsBufferEmpty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L301C43-L301C71" - } - ], - "DocsId": "T:System.ServiceModel.Channels.BufferedReadStream", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.BufferManager.TakeBuffer(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferManager.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferManager.ReturnBuffer(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferManager.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferManager.Clear", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferManager.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferManager.CreateBufferManager(System.Int64,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferManager.cs#L18C13-L30C110" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferManager.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferManager.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.BufferManager", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferManager.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.ChannelBase.#ctor(System.ServiceModel.Channels.ChannelManagerBase)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L11C9-L14C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelBase.System#ServiceModel#IDefaultCommunicationTimeouts#get_CloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L18C19-L18C46" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelBase.System#ServiceModel#IDefaultCommunicationTimeouts#get_OpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L23C19-L23C45" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelBase.System#ServiceModel#IDefaultCommunicationTimeouts#get_ReceiveTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L28C19-L28C48" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelBase.System#ServiceModel#IDefaultCommunicationTimeouts#get_SendTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L33C19-L33C45" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelBase.GetProperty``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L60C13-L72C25" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelBase.OnClosed", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L77C13-L78C10" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelBase.System#ServiceModel#IDefaultCommunicationTimeouts#CloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L18C19-L18C46" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelBase.System#ServiceModel#IDefaultCommunicationTimeouts#OpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L23C19-L23C45" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelBase.System#ServiceModel#IDefaultCommunicationTimeouts#ReceiveTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L28C19-L28C48" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelBase.System#ServiceModel#IDefaultCommunicationTimeouts#SendTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L33C19-L33C45" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelBase.DefaultCloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L38C19-L38C80" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelBase.DefaultOpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L43C19-L43C79" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelBase.DefaultReceiveTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L48C19-L48C82" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelBase.DefaultSendTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L53C19-L53C79" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelBase.Manager", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L56C48-L56C52" - } - ], - "DocsId": "T:System.ServiceModel.Channels.ChannelBase", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L13C9-L20C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase.#ctor(System.ServiceModel.IDefaultCommunicationTimeouts)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L13C9-L25C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase.GetProperty``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L50C13-L55C31" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase.OnAbort", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L60C9-L60C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase.OnBeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L64C13-L64C62" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase.OnCloseAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L69C13-L69C48" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase.OnClose(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L74C9-L74C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase.OnEndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L78C13-L79C10" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelFactoryBase.DefaultCloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L29C19-L29C40" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelFactoryBase.DefaultOpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L34C19-L34C39" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelFactoryBase.DefaultReceiveTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L39C19-L39C42" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelFactoryBase.DefaultSendTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L44C19-L44C39" - } - ], - "DocsId": "T:System.ServiceModel.Channels.ChannelFactoryBase", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase`1.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L98C15-L100C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase`1.#ctor(System.ServiceModel.IDefaultCommunicationTimeouts)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L103C15-L106C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase`1.CreateChannel(System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L110C13-L115C64" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase`1.CreateChannel(System.ServiceModel.EndpointAddress,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L120C13-L130C56" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase`1.OnCreateChannel(System.ServiceModel.EndpointAddress,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase`1.ValidateCreateChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L160C13-L165C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase`1.OnAbort", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L169C13-L176C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase`1.OnClose(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L180C13-L188C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase`1.OnCloseAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L192C13-L192C50" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase`1.OnBeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L197C13-L197C65" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase`1.OnEndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L202C13-L203C10" - } - ], - "DocsId": "T:System.ServiceModel.Channels.ChannelFactoryBase`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.ChannelManagerBase.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelManagerBase.cs#L10C9-L12C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelManagerBase.System#ServiceModel#IDefaultCommunicationTimeouts#get_CloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelManagerBase.cs#L29C19-L29C46" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelManagerBase.System#ServiceModel#IDefaultCommunicationTimeouts#get_OpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelManagerBase.cs#L34C19-L34C45" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelManagerBase.System#ServiceModel#IDefaultCommunicationTimeouts#get_ReceiveTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelManagerBase.cs#L39C19-L39C48" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelManagerBase.System#ServiceModel#IDefaultCommunicationTimeouts#get_SendTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelManagerBase.cs#L44C19-L44C45" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelManagerBase.DefaultReceiveTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelManagerBase.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelManagerBase.DefaultSendTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelManagerBase.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelManagerBase.System#ServiceModel#IDefaultCommunicationTimeouts#CloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelManagerBase.cs#L29C19-L29C46" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelManagerBase.System#ServiceModel#IDefaultCommunicationTimeouts#OpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelManagerBase.cs#L34C19-L34C45" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelManagerBase.System#ServiceModel#IDefaultCommunicationTimeouts#ReceiveTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelManagerBase.cs#L39C19-L39C48" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelManagerBase.System#ServiceModel#IDefaultCommunicationTimeouts#SendTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelManagerBase.cs#L44C19-L44C45" - } - ], - "DocsId": "T:System.ServiceModel.Channels.ChannelManagerBase", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelManagerBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.ChannelParameterCollection.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelParameterCollection.cs#L14C9-L16C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelParameterCollection.#ctor(System.ServiceModel.Channels.IChannel)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelParameterCollection.cs#L18C9-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelParameterCollection.PropagateChannelParameters(System.ServiceModel.Channels.IChannel)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelParameterCollection.cs#L30C13-L45C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelParameterCollection.ClearItems", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelParameterCollection.cs#L49C13-L51C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelParameterCollection.InsertItem(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelParameterCollection.cs#L55C13-L57C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelParameterCollection.RemoveItem(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelParameterCollection.cs#L61C13-L63C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelParameterCollection.SetItem(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelParameterCollection.cs#L67C13-L69C10" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelParameterCollection.Channel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelParameterCollection.cs#L25C19-L25C35" - } - ], - "DocsId": "T:System.ServiceModel.Channels.ChannelParameterCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelParameterCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L35C15-L37C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L39C9-L44C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.Abort", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L157C13-L190C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.BeginClose(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L194C13-L194C69" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.BeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L199C13-L199C71" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.BeginOpen(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L204C13-L204C67" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.BeginOpen(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L209C13-L209C70" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.Close", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L214C13-L215C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.Close(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L219C13-L221C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.System#ServiceModel#IAsyncCommunicationObject#CloseAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.EndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L401C13-L402C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.EndOpen(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L406C13-L407C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.Fault", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L411C13-L427C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.Open", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L492C13-L493C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.Open(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L497C13-L499C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.System#ServiceModel#IAsyncCommunicationObject#OpenAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnClosed", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L583C13-L614C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnClosing", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L618C13-L648C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnFaulted", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L652C13-L679C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnOpened", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L683C13-L713C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnOpening", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L717C13-L737C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.GetCommunicationObjectType", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L819C13-L819C30" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.ThrowIfDisposed", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L824C13-L849C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.ThrowIfDisposedOrImmutable", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L882C13-L907C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.ThrowIfDisposedOrNotOpen", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L911C13-L936C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnAbort", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnClose(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnBeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnEndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnOpen(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnBeginOpen(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnEndOpen(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnCloseAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L1003C13-L1003C48" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnOpenAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L1012C13-L1012C48" - }, - { - "DocsId": "E:System.ServiceModel.Channels.CommunicationObject.Closed", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "E:System.ServiceModel.Channels.CommunicationObject.Closing", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "E:System.ServiceModel.Channels.CommunicationObject.Faulted", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "E:System.ServiceModel.Channels.CommunicationObject.Opened", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "E:System.ServiceModel.Channels.CommunicationObject.Opening", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.CommunicationObject.IsDisposed", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L101C19-L101C62" - }, - { - "DocsId": "P:System.ServiceModel.Channels.CommunicationObject.State", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L106C19-L106C33" - }, - { - "DocsId": "P:System.ServiceModel.Channels.CommunicationObject.ThisLock", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L118C17-L118C34" - }, - { - "DocsId": "P:System.ServiceModel.Channels.CommunicationObject.DefaultCloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.CommunicationObject.DefaultOpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.CommunicationObject", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObjectInternal.ThrowIfClosed(System.ServiceModel.Channels.CommunicationObject)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L1120C13-L1121C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObjectInternal.ThrowIfClosedOrOpened(System.ServiceModel.Channels.CommunicationObject)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L1126C13-L1127C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObjectInternal.ThrowIfDisposedOrNotOpen(System.ServiceModel.Channels.CommunicationObject)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L1132C13-L1133C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObjectInternal.ThrowIfDisposed(System.ServiceModel.Channels.CommunicationObject)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L1138C13-L1139C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObjectInternal.GetInternalCloseTimeout(System.ServiceModel.Channels.CommunicationObject)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L1143C13-L1143C61" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObjectInternal.OnClose(System.ServiceModel.Channels.CommunicationObject,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L1148C13-L1149C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObjectInternal.OnBeginClose(System.ServiceModel.Channels.CommunicationObject,System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L1153C13-L1153C85" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObjectInternal.OnEnd(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L1158C13-L1159C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObjectInternal.OnOpen(System.ServiceModel.Channels.CommunicationObject,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L1163C13-L1164C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObjectInternal.OnBeginOpen(System.ServiceModel.Channels.CommunicationObject,System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L1168C13-L1168C84" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObjectInternal.OnCloseAsyncInternal(System.ServiceModel.Channels.CommunicationObject,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObjectInternal.OnOpenAsyncInternal(System.ServiceModel.Channels.CommunicationObject,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.CommunicationObjectInternal", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Channels.CompressionFormat.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CompressionFormat.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.CompressionFormat.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CompressionFormat.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.CompressionFormat.GZip", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CompressionFormat.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.CompressionFormat.Deflate", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CompressionFormat.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.CompressionFormat", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CompressionFormat.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.CustomBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CustomBinding.cs#L110C61-L15C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CustomBinding.#ctor(System.ServiceModel.Channels.BindingElement[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CustomBinding.cs#L110C61-L29C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CustomBinding.#ctor(System.String,System.String,System.ServiceModel.Channels.BindingElement[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CustomBinding.cs#L110C61-L43C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CustomBinding.#ctor(System.Collections.Generic.IEnumerable{System.ServiceModel.Channels.BindingElement})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CustomBinding.cs#L110C61-L56C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CustomBinding.#ctor(System.ServiceModel.Channels.Binding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CustomBinding.cs#L73C15-L75C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CustomBinding.CreateBindingElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CustomBinding.cs#L114C13-L114C37" - }, - { - "DocsId": "P:System.ServiceModel.Channels.CustomBinding.Elements", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CustomBinding.cs#L110C52-L110C56" - }, - { - "DocsId": "P:System.ServiceModel.Channels.CustomBinding.Scheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CustomBinding.cs#L121C17-L127C41" - } - ], - "DocsId": "T:System.ServiceModel.Channels.CustomBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CustomBinding.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L18C9-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L32C13-L43C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.DisposeAsync", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.CopyToAsync(System.IO.Stream,System.Int32,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L75C118-L75C184" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.Flush", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L76C41-L76C59" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.FlushAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L77C81-L77C121" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.Seek(System.Int64,System.IO.SeekOrigin)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L78C70-L78C101" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.SetLength(System.Int64)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L79C55-L79C82" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L87C127-L87C182" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.EndRead(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L88C66-L88C93" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.Read(System.Byte[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L89C75-L89C113" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.ReadByte", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L90C43-L90C64" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L91C123-L91C185" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.ReadAsync(System.Memory{System.Byte},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L92C121-L92C168" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L99C128-L99C184" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.EndWrite(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L100C68-L100C90" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.Write(System.Byte[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L102C77-L102C116" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.WriteByte(System.Byte)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L103C55-L103C82" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L104C119-L104C182" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.WriteAsync(System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L105C125-L105C173" - }, - { - "DocsId": "P:System.ServiceModel.Channels.DelegatingStream.BaseStream", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L23C39-L23C43" - }, - { - "DocsId": "P:System.ServiceModel.Channels.DelegatingStream.CanRead", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L24C41-L24C59" - }, - { - "DocsId": "P:System.ServiceModel.Channels.DelegatingStream.CanSeek", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L25C41-L25C59" - }, - { - "DocsId": "P:System.ServiceModel.Channels.DelegatingStream.CanTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L26C44-L26C65" - }, - { - "DocsId": "P:System.ServiceModel.Channels.DelegatingStream.CanWrite", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L27C42-L27C61" - }, - { - "DocsId": "P:System.ServiceModel.Channels.DelegatingStream.Length", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L28C40-L28C57" - }, - { - "DocsId": "P:System.ServiceModel.Channels.DelegatingStream.Position", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L59C20-L59C39" - }, - { - "DocsId": "P:System.ServiceModel.Channels.DelegatingStream.ReadTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L65C20-L65C42" - }, - { - "DocsId": "P:System.ServiceModel.Channels.DelegatingStream.WriteTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L71C20-L71C43" - } - ], - "DocsId": "T:System.ServiceModel.Channels.DelegatingStream", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.FaultConverter.GetDefaultFaultConverter(System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/FaultConverter.cs#L14C13-L14C55" - }, - { - "DocsId": "M:System.ServiceModel.Channels.FaultConverter.OnTryCreateException(System.ServiceModel.Channels.Message,System.ServiceModel.Channels.MessageFault,System.Exception@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/FaultConverter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.FaultConverter.OnTryCreateFaultMessage(System.Exception,System.ServiceModel.Channels.Message@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/FaultConverter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.FaultConverter.TryCreateException(System.ServiceModel.Channels.Message,System.ServiceModel.Channels.MessageFault,System.Exception@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/FaultConverter.cs#L22C13-L52C28" - }, - { - "DocsId": "M:System.ServiceModel.Channels.FaultConverter.TryCreateFaultMessage(System.Exception,System.ServiceModel.Channels.Message@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/FaultConverter.cs#L57C13-L78C28" - }, - { - "DocsId": "M:System.ServiceModel.Channels.FaultConverter.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/FaultConverter.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.FaultConverter", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/FaultConverter.cs" - }, - { - "Members": [], - "DocsId": "T:System.ServiceModel.Channels.IAsyncChannelFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IAsyncChannelFactory.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Channels.IBindingDeliveryCapabilities.AssuresOrderedDelivery", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IBindingDeliveryCapabilities.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.IBindingDeliveryCapabilities.QueuedDelivery", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IBindingDeliveryCapabilities.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IBindingDeliveryCapabilities", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IBindingDeliveryCapabilities.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Channels.IBindingMulticastCapabilities.IsMulticast", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IBindingMulticastCapabilities.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IBindingMulticastCapabilities", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IBindingMulticastCapabilities.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Channels.IBindingRuntimePreferences.ReceiveSynchronously", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IBindingRuntimePreferences.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IBindingRuntimePreferences", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IBindingRuntimePreferences.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IChannel.GetProperty``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IChannelFactory.GetProperty``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelFactory.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IChannelFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IChannelFactory`1.CreateChannel(System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelFactory.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IChannelFactory`1.CreateChannel(System.ServiceModel.EndpointAddress,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelFactory.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IChannelFactory`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IChannelListener.GetProperty``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelListener.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IChannelListener.WaitForChannel(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelListener.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IChannelListener.BeginWaitForChannel(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelListener.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IChannelListener.EndWaitForChannel(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelListener.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.IChannelListener.Uri", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelListener.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IChannelListener", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelListener.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IChannelListener`1.AcceptChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelListener.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IChannelListener`1.AcceptChannel(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelListener.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IChannelListener`1.BeginAcceptChannel(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelListener.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IChannelListener`1.BeginAcceptChannel(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelListener.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IChannelListener`1.EndAcceptChannel(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelListener.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IChannelListener`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelListener.cs" - }, - { - "Members": [], - "DocsId": "T:System.ServiceModel.Channels.IDuplexChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IDuplexChannel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IDuplexSession.CloseOutputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IDuplexSession.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IDuplexSession.CloseOutputSession(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IDuplexSession.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IDuplexSession.BeginCloseOutputSession(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IDuplexSession.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IDuplexSession.BeginCloseOutputSession(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IDuplexSession.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IDuplexSession.EndCloseOutputSession(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IDuplexSession.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IDuplexSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IDuplexSession.cs" - }, - { - "Members": [], - "DocsId": "T:System.ServiceModel.Channels.IDuplexSessionChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IDuplexSessionChannel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IInputChannel.Receive", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IInputChannel.Receive(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IInputChannel.BeginReceive(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IInputChannel.BeginReceive(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IInputChannel.EndReceive(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IInputChannel.TryReceive(System.TimeSpan,System.ServiceModel.Channels.Message@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IInputChannel.BeginTryReceive(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IInputChannel.EndTryReceive(System.IAsyncResult,System.ServiceModel.Channels.Message@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IInputChannel.WaitForMessage(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IInputChannel.BeginWaitForMessage(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IInputChannel.EndWaitForMessage(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.IInputChannel.LocalAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IInputChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IAsyncInputChannel.ReceiveAsync", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IAsyncInputChannel.ReceiveAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IAsyncInputChannel.TryReceiveAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IAsyncInputChannel.WaitForMessageAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IAsyncInputChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "Members": [], - "DocsId": "T:System.ServiceModel.Channels.IInputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputSession.cs" - }, - { - "Members": [], - "DocsId": "T:System.ServiceModel.Channels.IInputSessionChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputSessionChannel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IMessageProperty.CreateCopy", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IMessageProperty.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IMessageProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IMessageProperty.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IOutputChannel.Send(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IOutputChannel.Send(System.ServiceModel.Channels.Message,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IOutputChannel.BeginSend(System.ServiceModel.Channels.Message,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IOutputChannel.BeginSend(System.ServiceModel.Channels.Message,System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IOutputChannel.EndSend(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.IOutputChannel.RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.IOutputChannel.Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IOutputChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputChannel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IAsyncOutputChannel.SendAsync(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IAsyncOutputChannel.SendAsync(System.ServiceModel.Channels.Message,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IAsyncOutputChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputChannel.cs" - }, - { - "Members": [], - "DocsId": "T:System.ServiceModel.Channels.IOutputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputSession.cs" - }, - { - "Members": [], - "DocsId": "T:System.ServiceModel.Channels.IOutputSessionChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputSessionChannel.cs" - }, - { - "Members": [], - "DocsId": "T:System.ServiceModel.Channels.IAsyncOutputSessionChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputSessionChannel.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Channels.IReceiveContextSettings.Enabled", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReceiveContextSettings.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.IReceiveContextSettings.ValidityDuration", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReceiveContextSettings.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IReceiveContextSettings", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReceiveContextSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IReplyChannel.ReceiveRequest", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IReplyChannel.ReceiveRequest(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IReplyChannel.BeginReceiveRequest(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IReplyChannel.BeginReceiveRequest(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IReplyChannel.EndReceiveRequest(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IReplyChannel.TryReceiveRequest(System.TimeSpan,System.ServiceModel.Channels.RequestContext@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IReplyChannel.BeginTryReceiveRequest(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IReplyChannel.EndTryReceiveRequest(System.IAsyncResult,System.ServiceModel.Channels.RequestContext@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IReplyChannel.WaitForRequest(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IReplyChannel.BeginWaitForRequest(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IReplyChannel.EndWaitForRequest(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.IReplyChannel.LocalAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IReplyChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - }, - { - "Members": [], - "DocsId": "T:System.ServiceModel.Channels.IReplySessionChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplySessionChannel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IRequestChannel.Request(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IRequestChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IRequestChannel.Request(System.ServiceModel.Channels.Message,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IRequestChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IRequestChannel.BeginRequest(System.ServiceModel.Channels.Message,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IRequestChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IRequestChannel.BeginRequest(System.ServiceModel.Channels.Message,System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IRequestChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IRequestChannel.EndRequest(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IRequestChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.IRequestChannel.RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IRequestChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.IRequestChannel.Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IRequestChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IRequestChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IRequestChannel.cs" - }, - { - "Members": [], - "DocsId": "T:System.ServiceModel.Channels.IRequestSessionChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IRequestSessionChannel.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Channels.ISecurityCapabilities.SupportedRequestProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ISecurityCapabilities.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ISecurityCapabilities.SupportedResponseProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ISecurityCapabilities.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ISecurityCapabilities.SupportsClientAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ISecurityCapabilities.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ISecurityCapabilities.SupportsClientWindowsIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ISecurityCapabilities.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ISecurityCapabilities.SupportsServerAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ISecurityCapabilities.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.ISecurityCapabilities", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ISecurityCapabilities.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Channels.ISession.Id", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ISession.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.ISession", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ISession.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Channels.ISessionChannel`1.Session", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ISessionChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.ISessionChannel`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ISessionChannel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.ITransportCompressionSupport.IsCompressionFormatSupported(System.ServiceModel.Channels.CompressionFormat)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ITransportCompressionSupport.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.ITransportCompressionSupport", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ITransportCompressionSupport.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.LocalClientSecuritySettings.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L226C9-L241C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.LocalClientSecuritySettings.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L245C13-L245C58" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.DetectReplays", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L38C37-L38C41" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.ReplayCacheSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L44C17-L44C41" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.ReplayWindow", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L61C17-L61C38" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.MaxClockSkew", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L85C17-L85C38" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.NonceCache", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L105C40-L105C44" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.TimestampValidityDuration", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L111C17-L111C51" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.CacheCookies", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L131C36-L131C40" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.MaxCookieCachingTime", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L137C17-L137C46" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.CookieRenewalThresholdPercentage", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L161C17-L161C58" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.SessionKeyRenewalInterval", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L178C17-L178C51" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.SessionKeyRolloverInterval", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L202C17-L202C52" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.ReconnectTransportOnFailure", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L222C51-L222C55" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.IdentityVerifier", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L224C52-L224C56" - } - ], - "DocsId": "T:System.ServiceModel.Channels.LocalClientSecuritySettings", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.Message.Close", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L73C13-L81C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.CreateBufferedCopy(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L85C13-L108C56" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.CreateMessage(System.ServiceModel.Channels.MessageVersion,System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L118C13-L118C153" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.CreateMessage(System.ServiceModel.Channels.MessageVersion,System.String,System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L123C13-L133C112" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.CreateMessage(System.ServiceModel.Channels.MessageVersion,System.String,System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L138C13-L138C101" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.CreateMessage(System.ServiceModel.Channels.MessageVersion,System.String,System.Xml.XmlDictionaryReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L143C13-L153C100" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.CreateMessage(System.ServiceModel.Channels.MessageVersion,System.String,System.ServiceModel.Channels.BodyWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L158C13-L168C65" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.CreateMessage(System.ServiceModel.Channels.MessageVersion,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L188C13-L193C82" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.CreateMessage(System.Xml.XmlReader,System.Int32,System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L208C13-L208C121" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.CreateMessage(System.Xml.XmlDictionaryReader,System.Int32,System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L213C13-L224C28" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.CreateMessage(System.ServiceModel.Channels.MessageVersion,System.ServiceModel.FaultCode,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L229C13-L244C96" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.CreateMessage(System.ServiceModel.Channels.MessageVersion,System.ServiceModel.FaultCode,System.String,System.Object,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L249C13-L264C121" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.CreateMessage(System.ServiceModel.Channels.MessageVersion,System.ServiceModel.Channels.MessageFault,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L269C13-L279C105" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.System#IDisposable#Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L289C13-L290C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.GetBody``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L294C13-L295C41" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnGetBody``1(System.Xml.XmlDictionaryReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L300C13-L300C129" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.GetBody``1(System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L305C13-L310C74" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.GetReaderAtBodyContents", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L347C13-L353C48" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnBodyToString(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L390C13-L391C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnCreateBufferedCopy(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L395C13-L395C87" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnClose", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L410C9-L410C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnGetReaderAtBodyContents", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L414C13-L436C27" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnWriteStartBody(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L441C13-L443C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.WriteBodyContents(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L447C13-L449C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.WriteBodyContentsAsync(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L453C13-L454C48" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.BeginWriteBodyContents(System.Xml.XmlDictionaryWriter,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L459C13-L460C70" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.EndWriteBodyContents(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L465C13-L466C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnWriteBodyContents(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnWriteBodyContentsAsync(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L472C13-L473C48" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnBeginWriteBodyContents(System.Xml.XmlDictionaryWriter,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L478C13-L478C76" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnEndWriteBodyContents(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L483C13-L484C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.WriteStartEnvelope(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L488C13-L494C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnWriteStartEnvelope(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L498C13-L505C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnWriteStartHeaders(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L509C13-L515C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L519C13-L547C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.GetBodyAttribute(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L582C13-L608C54" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnGetBodyAttribute(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L613C13-L613C25" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.WriteBody(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L673C13-L674C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.WriteBody(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L678C13-L681C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.WriteStartBody(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L685C13-L686C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.WriteStartBody(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L690C13-L696C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.WriteMessage(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L705C13-L706C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.WriteMessage(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L710C13-L712C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.WriteMessageAsync(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L716C13-L717C48" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.WriteMessageAsync(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnWriteMessageAsync(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.BeginWriteMessage(System.Xml.XmlDictionaryWriter,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L766C13-L767C65" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.EndWriteMessage(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L772C13-L773C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnWriteMessage(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L778C13-L781C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnBeginWriteMessage(System.Xml.XmlDictionaryWriter,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L825C13-L825C81" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnEndWriteMessage(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L830C13-L831C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Message.Headers", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Message.IsDisposed", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L26C19-L26C55" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Message.IsFault", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L33C17-L38C30" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Message.IsEmpty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L46C17-L51C30" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Message.Properties", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Message.Version", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Message.State", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L64C37-L64C41" - } - ], - "DocsId": "T:System.ServiceModel.Channels.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.MessageBuffer.System#IDisposable#Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageBuffer.cs#L18C13-L19C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageBuffer.Close", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageBuffer.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageBuffer.WriteMessage(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageBuffer.cs#L25C13-L39C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageBuffer.CreateMessage", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageBuffer.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageBuffer.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageBuffer.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageBuffer.BufferSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageBuffer.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageBuffer.MessageContentType", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageBuffer.cs#L43C19-L43C54" - } - ], - "DocsId": "T:System.ServiceModel.Channels.MessageBuffer", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageBuffer.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.GetProperty``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs#L27C13-L32C25" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.ReadMessage(System.IO.Stream,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs#L37C13-L37C64" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.ReadMessageAsync(System.IO.Stream,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs#L42C13-L42C95" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.ReadMessageAsync(System.ArraySegment{System.Byte},System.ServiceModel.Channels.BufferManager,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs#L47C13-L47C92" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.ReadMessage(System.IO.Stream,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.ReadMessage(System.ArraySegment{System.Byte},System.ServiceModel.Channels.BufferManager)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs#L54C13-L55C28" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.ReadMessage(System.ArraySegment{System.Byte},System.ServiceModel.Channels.BufferManager,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs#L103C13-L103C32" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.WriteMessage(System.ServiceModel.Channels.Message,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.BeginWriteMessage(System.ServiceModel.Channels.Message,System.IO.Stream,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs#L110C13-L110C87" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.EndWriteMessage(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs#L115C13-L116C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.WriteMessage(System.ServiceModel.Channels.Message,System.Int32,System.ServiceModel.Channels.BufferManager)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs#L120C13-L120C76" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.WriteMessage(System.ServiceModel.Channels.Message,System.Int32,System.ServiceModel.Channels.BufferManager,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.WriteMessageAsync(System.ServiceModel.Channels.Message,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs#L128C13-L129C28" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.WriteMessageAsync(System.ServiceModel.Channels.Message,System.Int32,System.ServiceModel.Channels.BufferManager,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs#L135C13-L135C123" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.IsContentTypeSupported(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs#L140C13-L145C80" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageEncoder.ContentType", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageEncoder.MediaType", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageEncoder.MessageVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.MessageEncoder", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoderFactory.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoderFactory.cs#L10C9-L12C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoderFactory.CreateSessionEncoder", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoderFactory.cs#L26C13-L26C28" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageEncoderFactory.Encoder", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoderFactory.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageEncoderFactory.MessageVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoderFactory.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.MessageEncoderFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoderFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncodingBindingElement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncodingBindingElement.cs#L10C9-L12C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncodingBindingElement.#ctor(System.ServiceModel.Channels.MessageEncodingBindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncodingBindingElement.cs#L15C15-L17C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncodingBindingElement.CreateMessageEncoderFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncodingBindingElement.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncodingBindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncodingBindingElement.cs#L53C13-L63C54" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageEncodingBindingElement.MessageVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncodingBindingElement.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.MessageEncodingBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncodingBindingElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.CreateFault(System.ServiceModel.FaultCode,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L21C13-L21C63" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.CreateFault(System.ServiceModel.FaultCode,System.ServiceModel.FaultReason)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L26C13-L26C66" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.CreateFault(System.ServiceModel.FaultCode,System.ServiceModel.FaultReason,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L31C13-L32C106" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.CreateFault(System.ServiceModel.FaultCode,System.ServiceModel.FaultReason,System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L37C13-L37C74" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.CreateFault(System.ServiceModel.FaultCode,System.ServiceModel.FaultReason,System.Object,System.Runtime.Serialization.XmlObjectSerializer,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L42C13-L47C80" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.CreateFault(System.ServiceModel.FaultCode,System.ServiceModel.FaultReason,System.Object,System.Runtime.Serialization.XmlObjectSerializer,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L52C13-L72C96" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.CreateFault(System.ServiceModel.Channels.Message,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L77C13-L124C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.GetDetail``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L182C13-L182C119" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.GetDetail``1(System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L187C13-L202C26" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.GetReaderAtDetailContents", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L207C13-L212C50" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.OnWriteDetail(System.Xml.XmlDictionaryWriter,System.ServiceModel.EnvelopeVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L217C13-L220C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.OnWriteStartDetail(System.Xml.XmlDictionaryWriter,System.ServiceModel.EnvelopeVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L224C13-L236C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.OnWriteDetailContents(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.OnGetReaderAtDetailContents", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L242C13-L249C27" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.WasHeaderNotUnderstood(System.ServiceModel.Channels.MessageHeaders,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L254C13-L285C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.WriteTo(System.Xml.XmlWriter,System.ServiceModel.EnvelopeVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L289C13-L290C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.WriteTo(System.Xml.XmlDictionaryWriter,System.ServiceModel.EnvelopeVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L294C13-L318C166" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageFault.Actor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L142C17-L142C27" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageFault.Code", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageFault.IsMustUnderstandFault", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L152C17-L164C29" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageFault.Node", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L172C17-L172C27" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageFault.HasDetail", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageFault.Reason", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.MessageFault", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.XmlObjectSerializerFault.#ctor(System.ServiceModel.FaultCode,System.ServiceModel.FaultReason,System.Object,System.Runtime.Serialization.XmlObjectSerializer,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L487C9-L495C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.XmlObjectSerializerFault.OnWriteDetailContents(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L547C13-L554C10" - }, - { - "DocsId": "P:System.ServiceModel.Channels.XmlObjectSerializerFault.Actor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L501C17-L501C31" - }, - { - "DocsId": "P:System.ServiceModel.Channels.XmlObjectSerializerFault.Code", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L509C17-L509C30" - }, - { - "DocsId": "P:System.ServiceModel.Channels.XmlObjectSerializerFault.HasDetail", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L517C17-L517C44" - }, - { - "DocsId": "P:System.ServiceModel.Channels.XmlObjectSerializerFault.Node", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L525C17-L525C30" - }, - { - "DocsId": "P:System.ServiceModel.Channels.XmlObjectSerializerFault.Reason", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L533C17-L533C32" - } - ], - "DocsId": "T:System.ServiceModel.Channels.XmlObjectSerializerFault", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.IsMessageVersionSupported(System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L44C13-L49C25" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L54C13-L96C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.WriteHeader(System.Xml.XmlWriter,System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L100C13-L101C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.WriteHeader(System.Xml.XmlDictionaryWriter,System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L105C13-L118C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.WriteStartHeader(System.Xml.XmlDictionaryWriter,System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L122C13-L133C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.OnWriteStartHeader(System.Xml.XmlDictionaryWriter,System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L137C13-L139C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.WriteHeaderContents(System.Xml.XmlDictionaryWriter,System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L143C13-L154C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.OnWriteHeaderContents(System.Xml.XmlDictionaryWriter,System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.WriteHeaderAttributes(System.Xml.XmlDictionaryWriter,System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L160C13-L175C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.CreateHeader(System.String,System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L179C13-L179C116" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.CreateHeader(System.String,System.String,System.Object,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L184C13-L184C104" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.CreateHeader(System.String,System.String,System.Object,System.Boolean,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L189C13-L189C92" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.CreateHeader(System.String,System.String,System.Object,System.Boolean,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L194C13-L194C103" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.CreateHeader(System.String,System.String,System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L199C13-L199C128" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.CreateHeader(System.String,System.String,System.Object,System.Runtime.Serialization.XmlObjectSerializer,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L204C13-L204C116" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.CreateHeader(System.String,System.String,System.Object,System.Runtime.Serialization.XmlObjectSerializer,System.Boolean,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L209C13-L209C104" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.CreateHeader(System.String,System.String,System.Object,System.Runtime.Serialization.XmlObjectSerializer,System.Boolean,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L214C13-L219C109" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeader.Actor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L24C19-L24C29" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeader.IsReferenceParameter", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L29C19-L29C32" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeader.MustUnderstand", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L34C19-L34C53" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeader.Relay", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L39C19-L39C44" - } - ], - "DocsId": "T:System.ServiceModel.Channels.MessageHeader", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaderInfo.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaderInfo.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaderInfo.Actor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaderInfo.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaderInfo.IsReferenceParameter", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaderInfo.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaderInfo.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaderInfo.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaderInfo.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaderInfo.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaderInfo.MustUnderstand", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaderInfo.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaderInfo.Relay", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaderInfo.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.MessageHeaderInfo", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaderInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.#ctor(System.ServiceModel.Channels.MessageVersion,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L36C9-L39C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.#ctor(System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L42C15-L44C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.#ctor(System.ServiceModel.Channels.MessageHeaders)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L117C9-L127C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.Add(System.ServiceModel.Channels.MessageHeader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L409C13-L410C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.Clear", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L541C18-L549C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.CopyHeaderFrom(System.ServiceModel.Channels.Message,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L553C13-L559C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.CopyHeaderFrom(System.ServiceModel.Channels.MessageHeaders,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L563C13-L599C163" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.CopyHeadersFrom(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L605C13-L611C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.CopyHeadersFrom(System.ServiceModel.Channels.MessageHeaders)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L615C13-L624C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.CopyTo(System.ServiceModel.Channels.MessageHeaderInfo[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L628C13-L643C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.FindHeader(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L681C13-L697C114" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.FindHeader(System.String,System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L757C13-L796C28" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L852C13-L852C36" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L857C13-L859C43" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.GetHeader``1(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L964C13-L964C139" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.GetHeader``1(System.String,System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L969C13-L975C40" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.GetHeader``1(System.String,System.String,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L980C13-L991C52" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.GetHeader``1(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L996C13-L1004C165" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.GetHeader``1(System.Int32,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1009C13-L1018C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.GetReaderAtHeader(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1103C13-L1123C178" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.HaveMandatoryHeadersBeenUnderstood", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1259C13-L1259C106" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.HaveMandatoryHeadersBeenUnderstood(System.String[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1264C13-L1283C25" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.Insert(System.Int32,System.ServiceModel.Channels.MessageHeader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1358C13-L1370C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.RemoveAll(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1568C13-L1586C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1590C13-L1604C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.SetAction(System.Xml.XmlDictionaryString)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1646C13-L1654C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.WriteHeader(System.Int32,System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1749C13-L1750C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.WriteHeader(System.Int32,System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1754C13-L1757C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.WriteStartHeader(System.Int32,System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1761C13-L1762C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.WriteStartHeader(System.Int32,System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1766C13-L1787C178" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.WriteHeaderContents(System.Int32,System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1793C13-L1794C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.WriteHeaderContents(System.Int32,System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1798C13-L1819C178" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaders.Action", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L133C17-L149C14" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaders.Count", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L177C19-L177C39" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaders.FaultTo", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L184C17-L200C14" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaders.From", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L218C17-L234C14" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaders.MessageId", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L267C17-L283C14" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaders.MessageVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L297C48-L297C52" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaders.RelatesTo", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L303C17-L303C76" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaders.ReplyTo", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L315C17-L331C14" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaders.To", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L349C17-L365C14" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaders.UnderstoodHeaders", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L383C17-L388C43" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaders.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L396C17-L403C51" - } - ], - "DocsId": "T:System.ServiceModel.Channels.MessageHeaders", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L36C9-L38C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.#ctor(System.ServiceModel.Channels.MessageProperties)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L40C9-L43C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.Add(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L331C13-L342C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.Clear", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L364C13-L387C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.CopyProperties(System.ServiceModel.Channels.MessageProperties)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L395C13-L425C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.ContainsKey(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L489C13-L513C33" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L536C13-L559C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L609C13-L616C60" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.TryGetValue(System.String,System.Object@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L621C13-L654C34" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.System#Collections#Generic#ICollection>#CopyTo(System.Collections.Generic.KeyValuePair{System.String,System.Object}[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L810C13-L865C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.System#Collections#Generic#ICollection>#Add(System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L869C13-L880C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.System#Collections#Generic#ICollection>#Contains(System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L884C13-L904C45" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L909C13-L914C86" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.System#Collections#Generic#IEnumerable>#GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L919C13-L961C42" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.System#Collections#Generic#ICollection>#Remove(System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L966C13-L991C25" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageProperties.Item(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L64C17-L76C30" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageProperties.Count", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L101C17-L106C39" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageProperties.Encoder", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L114C17-L119C33" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageProperties.AllowOutputBatching", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L137C17-L142C67" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageProperties.IsFixedSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L168C17-L173C30" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageProperties.IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L181C17-L186C30" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageProperties.Keys", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L194C17-L232C29" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageProperties.Security", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L240C17-L245C34" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageProperties.Values", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L263C17-L302C31" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageProperties.Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L310C17-L315C29" - } - ], - "DocsId": "T:System.ServiceModel.Channels.MessageProperties", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Channels.MessageState.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageState.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.MessageState.Created", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageState.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.MessageState.Read", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageState.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.MessageState.Written", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageState.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.MessageState.Copied", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageState.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.MessageState.Closed", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageState.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.MessageState", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageState.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.MessageVersion.CreateVersion(System.ServiceModel.EnvelopeVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L35C13-L35C85" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageVersion.CreateVersion(System.ServiceModel.EnvelopeVersion,System.ServiceModel.Channels.AddressingVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L40C13-L105C83" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageVersion.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L120C13-L120C32" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageVersion.GetHashCode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L125C13-L136C25" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageVersion.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L158C13-L158C108" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageVersion.Addressing", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L109C47-L109C51" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageVersion.Default", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L113C19-L113C47" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageVersion.Envelope", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L116C43-L116C47" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageVersion.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L139C45-L139C49" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageVersion.Soap12WSAddressing10", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L141C61-L141C65" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageVersion.Soap11WSAddressing10", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L143C61-L143C65" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageVersion.Soap12WSAddressingAugust2004", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L147C19-L147C51" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageVersion.Soap11WSAddressingAugust2004", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L150C69-L150C73" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageVersion.Soap11", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L152C47-L152C51" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageVersion.Soap12", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L154C47-L154C51" - } - ], - "DocsId": "T:System.ServiceModel.Channels.MessageVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L20C54-L20C116" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.#ctor(System.ServiceModel.Channels.MessageVersion,System.Text.Encoding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L22C9-L41C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.BuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L156C13-L156C67" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.CanBuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L161C13-L161C70" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L166C13-L166C64" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.CreateMessageEncoderFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L171C13-L171C145" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L176C13-L186C53" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.MaxReadPoolSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L60C17-L60C41" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.MaxWritePoolSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L78C17-L78C42" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.ReaderQuotas", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L95C17-L95C38" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.MaxBufferSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L104C17-L104C39" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.WriteEncoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L121C17-L121C39" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.MessageVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L137C17-L137C40" - } - ], - "DocsId": "T:System.ServiceModel.Channels.MtomMessageEncodingBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.OutputChannel.#ctor(System.ServiceModel.Channels.ChannelManagerBase)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs#L14C15-L16C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.OutputChannel.BeginSend(System.ServiceModel.Channels.Message,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs#L23C13-L23C76" - }, - { - "DocsId": "M:System.ServiceModel.Channels.OutputChannel.BeginSend(System.ServiceModel.Channels.Message,System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs#L28C13-L42C73" - }, - { - "DocsId": "M:System.ServiceModel.Channels.OutputChannel.EndSend(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs#L47C13-L48C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.OutputChannel.GetProperty``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs#L52C13-L63C31" - }, - { - "DocsId": "M:System.ServiceModel.Channels.OutputChannel.OnSend(System.ServiceModel.Channels.Message,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.OutputChannel.OnSendAsync(System.ServiceModel.Channels.Message,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.OutputChannel.Send(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs#L72C13-L73C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.OutputChannel.Send(System.ServiceModel.Channels.Message,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs#L77C13-L93C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.OutputChannel.SendAsync(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs#L97C13-L97C59" - }, - { - "DocsId": "M:System.ServiceModel.Channels.OutputChannel.SendAsync(System.ServiceModel.Channels.Message,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs#L102C13-L117C50" - }, - { - "DocsId": "M:System.ServiceModel.Channels.OutputChannel.AddHeadersTo(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs#L126C9-L126C10" - }, - { - "DocsId": "P:System.ServiceModel.Channels.OutputChannel.RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.OutputChannel.Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.OutputChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.ReliableSessionBindingElement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L15C9-L25C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ReliableSessionBindingElement.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L15C9-L43C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ReliableSessionBindingElement.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L189C13-L189C60" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ReliableSessionBindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L194C13-L210C54" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ReliableSessionBindingElement.BuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L282C13-L345C145" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ReliableSessionBindingElement.CanBuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L350C13-L371C26" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ReliableSessionBindingElement.AcknowledgementInterval", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L50C17-L50C49" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ReliableSessionBindingElement.FlowControlEnabled", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L71C42-L71C46" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ReliableSessionBindingElement.InactivityTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L78C17-L78C43" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ReliableSessionBindingElement.MaxPendingChannels", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L103C17-L103C44" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ReliableSessionBindingElement.MaxRetryCount", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L119C17-L119C39" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ReliableSessionBindingElement.MaxTransferWindowSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L135C17-L135C47" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ReliableSessionBindingElement.Ordered", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L147C31-L147C35" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ReliableSessionBindingElement.ReliableMessagingVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L154C17-L154C50" - } - ], - "DocsId": "T:System.ServiceModel.Channels.ReliableSessionBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.RequestContext.Abort", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.RequestContext.Close", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.RequestContext.Close(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.RequestContext.Reply(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.RequestContext.Reply(System.ServiceModel.Channels.Message,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.RequestContext.BeginReply(System.ServiceModel.Channels.Message,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.RequestContext.BeginReply(System.ServiceModel.Channels.Message,System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.RequestContext.EndReply(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.RequestContext.System#IDisposable#Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs#L26C13-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.RequestContext.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs#L31C9-L31C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.RequestContext.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.RequestContext.RequestMessage", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.RequestContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.SetIssuerBindingContextIfRequired(System.ServiceModel.Security.Tokens.SecurityTokenParameters,System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L218C9-L218C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.BuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L327C13-L357C27" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.BuildChannelFactoryCore``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.CanBuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L364C13-L381C143" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.SetKeyDerivation(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L410C13-L411C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L425C13-L439C54" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.CreateMutualCertificateBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L471C13-L471C164" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.CreateMutualCertificateBindingElement(System.ServiceModel.MessageSecurityVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L476C13-L476C74" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.CreateMutualCertificateBindingElement(System.ServiceModel.MessageSecurityVersion,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L481C13-L486C138" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.CreateUserNameOverTransportBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L491C13-L496C27" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.CreateCertificateOverTransportBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L501C13-L501C97" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.CreateCertificateOverTransportBindingElement(System.ServiceModel.MessageSecurityVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L506C13-L534C27" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.CreateIssuedTokenOverTransportBindingElement(System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L539C13-L557C27" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.CreateSecureConversationBindingElement(System.ServiceModel.Channels.SecurityBindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L562C13-L562C154" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.CreateSecureConversationBindingElement(System.ServiceModel.Channels.SecurityBindingElement,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L567C13-L567C105" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.CreateSecureConversationBindingElement(System.ServiceModel.Channels.SecurityBindingElement,System.Boolean,System.ServiceModel.Security.ChannelProtectionRequirements)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L572C13-L599C27" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L604C13-L644C41" - }, - { - "DocsId": "P:System.ServiceModel.Channels.SecurityBindingElement.EndpointSupportingTokenParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L82C78-L82C82" - }, - { - "DocsId": "P:System.ServiceModel.Channels.SecurityBindingElement.OptionalEndpointSupportingTokenParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L84C86-L84C90" - }, - { - "DocsId": "P:System.ServiceModel.Channels.SecurityBindingElement.OperationSupportingTokenParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L86C101-L86C136" - }, - { - "DocsId": "P:System.ServiceModel.Channels.SecurityBindingElement.OptionalOperationSupportingTokenParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L88C109-L88C152" - }, - { - "DocsId": "P:System.ServiceModel.Channels.SecurityBindingElement.SecurityHeaderLayout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L94C17-L94C46" - }, - { - "DocsId": "P:System.ServiceModel.Channels.SecurityBindingElement.MessageSecurityVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L111C17-L111C48" - }, - { - "DocsId": "P:System.ServiceModel.Channels.SecurityBindingElement.EnableUnsecuredResponse", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L119C47-L119C51" - }, - { - "DocsId": "P:System.ServiceModel.Channels.SecurityBindingElement.IncludeTimestamp", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L121C40-L121C44" - }, - { - "DocsId": "P:System.ServiceModel.Channels.SecurityBindingElement.DefaultAlgorithmSuite", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L127C17-L127C47" - }, - { - "DocsId": "P:System.ServiceModel.Channels.SecurityBindingElement.LocalClientSettings", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L135C66-L135C70" - }, - { - "DocsId": "P:System.ServiceModel.Channels.SecurityBindingElement.KeyEntropyMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L141C17-L141C40" - } - ], - "DocsId": "T:System.ServiceModel.Channels.SecurityBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Channels.SecurityHeaderLayout.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityHeaderLayout.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.SecurityHeaderLayout.Strict", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityHeaderLayout.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.SecurityHeaderLayout.Lax", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityHeaderLayout.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.SecurityHeaderLayout.LaxTimestampFirst", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityHeaderLayout.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.SecurityHeaderLayout.LaxTimestampLast", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityHeaderLayout.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.SecurityHeaderLayout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityHeaderLayout.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L50C13-L50C44" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.Invoke(System.Reflection.MethodInfo,System.Object[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L128C13-L157C184" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IChannel#GetProperty``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L535C13-L535C53" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#get_State", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L540C19-L540C48" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#add_Closed(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L545C19-L545C53" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#remove_Closed(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L546C22-L546C56" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#add_Closing(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L551C19-L551C54" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#remove_Closing(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L552C22-L552C57" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#add_Faulted(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L557C19-L557C54" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#remove_Faulted(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L558C22-L558C57" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#add_Opened(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L563C19-L563C53" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#remove_Opened(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L564C22-L564C56" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#add_Opening(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L569C19-L569C54" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#remove_Opening(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L570C22-L570C57" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#Abort", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L575C13-L576C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#Close", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L580C13-L581C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#Close(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L585C13-L586C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#BeginClose(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L590C13-L590C64" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#BeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L595C13-L595C73" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#EndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L600C13-L601C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#Open", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L605C13-L606C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#Open(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L610C13-L611C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#BeginOpen(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L615C13-L615C63" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#BeginOpen(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L620C13-L620C72" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#EndOpen(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L625C13-L626C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#get_AllowInitializationUI", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L632C17-L632C80" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#set_AllowInitializationUI(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L636C17-L637C14" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#get_DidInteractiveInitialization", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L642C19-L642C89" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#get_Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L647C19-L647C46" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#add_UnknownMessageReceived(System.EventHandler{System.ServiceModel.UnknownMessageReceivedEventArgs})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L652C19-L652C87" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#remove_UnknownMessageReceived(System.EventHandler{System.ServiceModel.UnknownMessageReceivedEventArgs})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L653C22-L653C90" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#BeginDisplayInitializationUI(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L658C13-L658C82" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#DisplayInitializationUI", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L663C13-L664C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#EndDisplayInitializationUI(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L668C13-L669C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#IDisposable#Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L673C13-L674C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#get_AllowOutputBatching", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L680C17-L680C79" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#set_AllowOutputBatching(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L684C17-L685C14" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#get_InputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L690C19-L690C74" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#get_LocalAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L695C19-L695C74" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#get_OperationTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L702C17-L702C76" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#set_OperationTimeout(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L706C17-L707C14" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#get_OutputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L712C19-L712C75" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IOutputChannel#get_RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L717C19-L717C75" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IOutputChannel#get_Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L722C19-L722C46" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#get_RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L727C19-L727C75" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#get_SessionId", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L732C19-L732C71" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IExtensibleObject#get_Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L737C19-L737C72" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IOutputChannel#BeginSend(System.ServiceModel.Channels.Message,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L742C13-L742C72" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IOutputChannel#BeginSend(System.ServiceModel.Channels.Message,System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L747C13-L747C81" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IOutputChannel#EndSend(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L752C13-L753C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IOutputChannel#Send(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L757C13-L758C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IOutputChannel#Send(System.ServiceModel.Channels.Message,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L762C13-L763C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IRequestChannel#Request(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L767C13-L767C53" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IRequestChannel#Request(System.ServiceModel.Channels.Message,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L772C13-L772C62" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IRequestChannel#BeginRequest(System.ServiceModel.Channels.Message,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L777C13-L777C75" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IRequestChannel#BeginRequest(System.ServiceModel.Channels.Message,System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L782C13-L782C84" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IRequestChannel#EndRequest(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L787C13-L787C55" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.BeginCloseOutputSession(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L792C13-L792C111" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.EndCloseOutputSession(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L797C13-L798C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.CloseOutputSession(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L802C13-L803C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IRequestChannel#get_RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L807C19-L807C75" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IRequestChannel#get_Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L812C19-L812C46" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IServiceChannel#get_ListenUri", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L817C19-L817C52" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs" - }, - { - "DocsId": "E:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#Closed", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L545C19-L545C53" - }, - { - "DocsId": "E:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#Closing", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L551C19-L551C54" - }, - { - "DocsId": "E:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#Faulted", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L557C19-L557C54" - }, - { - "DocsId": "E:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#Opened", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L563C19-L563C53" - }, - { - "DocsId": "E:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#Opening", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L569C19-L569C54" - }, - { - "DocsId": "E:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#UnknownMessageReceived", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L652C19-L652C87" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#State", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L540C19-L540C48" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#AllowInitializationUI", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L632C17-L632C80" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#DidInteractiveInitialization", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L642C19-L642C89" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L647C19-L647C46" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#AllowOutputBatching", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L680C17-L680C79" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#InputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L690C19-L690C74" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#LocalAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L695C19-L695C74" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#OperationTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L702C17-L702C76" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#OutputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L712C19-L712C75" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IOutputChannel#RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L717C19-L717C75" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IOutputChannel#Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L722C19-L722C46" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L727C19-L727C75" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#SessionId", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L732C19-L732C71" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IExtensibleObject#Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L737C19-L737C72" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IRequestChannel#RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L807C19-L807C75" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IRequestChannel#Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L812C19-L812C46" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IServiceChannel#ListenUri", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L817C19-L817C52" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.AutomaticInputSessionShutdown", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L824C17-L824C95" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.CallbackInstance", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L837C17-L837C82" - } - ], - "DocsId": "T:System.ServiceModel.Channels.ServiceChannelProxy", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Channels.SupportedAddressingMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SupportedAddressingMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.SupportedAddressingMode.Anonymous", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SupportedAddressingMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.SupportedAddressingMode.NonAnonymous", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SupportedAddressingMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.SupportedAddressingMode.Mixed", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SupportedAddressingMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.SupportedAddressingMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SupportedAddressingMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.TextMessageEncodingBindingElement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TextMessageEncodingBindingElement.cs#L21C15-L23C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TextMessageEncodingBindingElement.#ctor(System.ServiceModel.Channels.MessageVersion,System.Text.Encoding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TextMessageEncodingBindingElement.cs#L25C9-L40C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TextMessageEncodingBindingElement.BuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TextMessageEncodingBindingElement.cs#L138C13-L138C67" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TextMessageEncodingBindingElement.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TextMessageEncodingBindingElement.cs#L143C13-L143C64" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TextMessageEncodingBindingElement.CreateMessageEncoderFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TextMessageEncodingBindingElement.cs#L148C13-L148C130" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TextMessageEncodingBindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TextMessageEncodingBindingElement.cs#L153C13-L163C53" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TextMessageEncodingBindingElement.MaxReadPoolSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TextMessageEncodingBindingElement.cs#L58C17-L58C41" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TextMessageEncodingBindingElement.MaxWritePoolSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TextMessageEncodingBindingElement.cs#L76C17-L76C42" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TextMessageEncodingBindingElement.ReaderQuotas", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TextMessageEncodingBindingElement.cs#L93C17-L93C38" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TextMessageEncodingBindingElement.MessageVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TextMessageEncodingBindingElement.cs#L110C17-L110C40" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TextMessageEncodingBindingElement.WriteEncoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TextMessageEncodingBindingElement.cs#L122C17-L122C39" - } - ], - "DocsId": "T:System.ServiceModel.Channels.TextMessageEncodingBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TextMessageEncodingBindingElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.TransportBindingElement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportBindingElement.cs#L20C9-L25C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TransportBindingElement.#ctor(System.ServiceModel.Channels.TransportBindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportBindingElement.cs#L28C15-L33C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TransportBindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportBindingElement.cs#L96C13-L132C25" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TransportBindingElement.ManualAddressing", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportBindingElement.cs#L40C17-L40C42" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TransportBindingElement.MaxBufferPoolSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportBindingElement.cs#L54C17-L54C43" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TransportBindingElement.MaxReceivedMessageSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportBindingElement.cs#L72C17-L72C48" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TransportBindingElement.Scheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportBindingElement.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.TransportBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportBindingElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.TransportSecurityBindingElement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportSecurityBindingElement.cs#L17C15-L19C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TransportSecurityBindingElement.BuildChannelFactoryCore``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportSecurityBindingElement.cs#L88C13-L174C35" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TransportSecurityBindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportSecurityBindingElement.cs#L179C13-L190C53" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TransportSecurityBindingElement.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportSecurityBindingElement.cs#L196C13-L196C62" - } - ], - "DocsId": "T:System.ServiceModel.Channels.TransportSecurityBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportSecurityBindingElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.UnderstoodHeaders.Add(System.ServiceModel.Channels.MessageHeaderInfo)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/UnderstoodHeaders.cs#L25C13-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.UnderstoodHeaders.Contains(System.ServiceModel.Channels.MessageHeaderInfo)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/UnderstoodHeaders.cs#L31C13-L31C61" - }, - { - "DocsId": "M:System.ServiceModel.Channels.UnderstoodHeaders.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/UnderstoodHeaders.cs#L36C13-L36C36" - }, - { - "DocsId": "M:System.ServiceModel.Channels.UnderstoodHeaders.GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/UnderstoodHeaders.cs#L41C13-L41C62" - }, - { - "DocsId": "M:System.ServiceModel.Channels.UnderstoodHeaders.Remove(System.ServiceModel.Channels.MessageHeaderInfo)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/UnderstoodHeaders.cs#L46C13-L48C10" - } - ], - "DocsId": "T:System.ServiceModel.Channels.UnderstoodHeaders", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/UnderstoodHeaders.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.TaskHelpers.EndWithOutDelegate`2.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.EndWithOutDelegate`2.Invoke(System.IAsyncResult,`0@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.EndWithOutDelegate`2.BeginInvoke(System.IAsyncResult,`0@,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.EndWithOutDelegate`2.EndInvoke(`0@,System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - } - ], - "DocsId": "T:System.Runtime.TaskHelpers.EndWithOutDelegate`2", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ClientBase`1.BeginOperationDelegate.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.BeginOperationDelegate.Invoke(System.Object[],System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.BeginOperationDelegate.BeginInvoke(System.Object[],System.AsyncCallback,System.Object,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.BeginOperationDelegate.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - } - ], - "DocsId": "T:System.ServiceModel.ClientBase`1.BeginOperationDelegate", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ClientBase`1.EndOperationDelegate.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.EndOperationDelegate.Invoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.EndOperationDelegate.BeginInvoke(System.IAsyncResult,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.EndOperationDelegate.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - } - ], - "DocsId": "T:System.ServiceModel.ClientBase`1.EndOperationDelegate", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.ClientBase`1.InvokeAsyncCompletedEventArgs.Results", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L801C39-L801C43" - } - ], - "DocsId": "T:System.ServiceModel.ClientBase`1.InvokeAsyncCompletedEventArgs", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "Members": [], - "DocsId": "T:System.ServiceModel.ClientBase`1.AsyncOperationContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.#ctor(System.ServiceModel.ClientBase{`1})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L917C13-L929C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.BeginInvoke(System.String,System.Object[],System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L933C17-L941C93" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.EndInvoke(System.String,System.Object[],System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L946C17-L961C28" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#get_AllowInitializationUI", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L976C23-L976C79" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#set_AllowInitializationUI(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L977C23-L977C82" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#get_DidInteractiveInitialization", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L982C23-L982C86" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#get_Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L987C23-L987C61" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#add_UnknownMessageReceived(System.EventHandler{System.ServiceModel.UnknownMessageReceivedEventArgs})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L992C23-L992C84" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#remove_UnknownMessageReceived(System.EventHandler{System.ServiceModel.UnknownMessageReceivedEventArgs})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L993C26-L993C87" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#DisplayInitializationUI", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L998C17-L999C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#BeginDisplayInitializationUI(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1003C17-L1003C97" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#EndDisplayInitializationUI(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1008C17-L1009C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#get_AllowOutputBatching", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1013C23-L1013C78" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#set_AllowOutputBatching(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1014C23-L1014C81" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#get_InputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1019C23-L1019C71" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#get_LocalAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1024C23-L1024C71" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#get_OperationTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1029C23-L1029C75" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#set_OperationTimeout(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1030C23-L1030C78" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#get_OutputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1035C23-L1035C72" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#get_RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1040C23-L1040C72" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#get_SessionId", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1045C23-L1045C68" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IChannel#GetProperty``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1050C17-L1050C70" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#get_State", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1055C23-L1055C69" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#add_Closed(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1060C23-L1060C74" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#remove_Closed(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1061C26-L1061C77" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#add_Closing(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1066C23-L1066C75" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#remove_Closing(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1067C26-L1067C78" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#add_Faulted(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1072C23-L1072C75" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#remove_Faulted(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1073C26-L1073C78" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#add_Opened(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1078C23-L1078C74" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#remove_Opened(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1079C26-L1079C77" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#add_Opening(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1084C23-L1084C75" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#remove_Opening(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1085C26-L1085C78" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#Abort", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1090C17-L1091C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#Close", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1095C17-L1096C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#Close(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1100C17-L1101C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#BeginClose(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1105C17-L1105C85" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#BeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1110C17-L1110C94" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#EndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1115C17-L1116C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#Open", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1120C17-L1121C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#Open(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1125C17-L1126C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#BeginOpen(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1130C17-L1130C84" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#BeginOpen(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1135C17-L1135C93" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#EndOpen(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1140C17-L1141C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IExtensibleObject#get_Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1145C23-L1145C88" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#IDisposable#Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1150C17-L1151C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IOutputChannel#get_Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1155C23-L1155C61" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IOutputChannel#get_RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1160C23-L1160C71" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IOutputChannel#Send(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1165C17-L1166C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IOutputChannel#Send(System.ServiceModel.Channels.Message,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1170C17-L1171C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IOutputChannel#BeginSend(System.ServiceModel.Channels.Message,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1175C17-L1175C87" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IOutputChannel#BeginSend(System.ServiceModel.Channels.Message,System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1180C17-L1180C96" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IOutputChannel#EndSend(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1185C17-L1186C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IRequestChannel#get_Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1190C23-L1190C62" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IRequestChannel#get_RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1195C23-L1195C72" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IRequestChannel#Request(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1200C17-L1200C69" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IRequestChannel#Request(System.ServiceModel.Channels.Message,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1205C17-L1205C78" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IRequestChannel#BeginRequest(System.ServiceModel.Channels.Message,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1210C17-L1210C91" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IRequestChannel#BeginRequest(System.ServiceModel.Channels.Message,System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1215C17-L1215C100" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IRequestChannel#EndRequest(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1220C17-L1220C71" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IChannelBaseProxy#GetServiceChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1225C17-L1225C33" - }, - { - "DocsId": "E:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#UnknownMessageReceived", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L992C23-L992C84" - }, - { - "DocsId": "E:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#Closed", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1060C23-L1060C74" - }, - { - "DocsId": "E:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#Closing", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1066C23-L1066C75" - }, - { - "DocsId": "E:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#Faulted", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1072C23-L1072C75" - }, - { - "DocsId": "E:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#Opened", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1078C23-L1078C74" - }, - { - "DocsId": "E:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#Opening", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1084C23-L1084C75" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#AllowInitializationUI", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L976C23-L976C79" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#DidInteractiveInitialization", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L982C23-L982C86" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L987C23-L987C61" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#AllowOutputBatching", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1013C23-L1013C78" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#InputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1019C23-L1019C71" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#LocalAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1024C23-L1024C71" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#OperationTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1029C23-L1029C75" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#OutputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1035C23-L1035C72" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1040C23-L1040C72" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#SessionId", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1045C23-L1045C68" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#State", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1055C23-L1055C69" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IExtensibleObject#Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1145C23-L1145C88" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IOutputChannel#Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1155C23-L1155C61" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IOutputChannel#RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1160C23-L1160C71" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IRequestChannel#Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1190C23-L1190C62" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IRequestChannel#RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1195C23-L1195C72" - } - ], - "DocsId": "T:System.ServiceModel.ClientBase`1.ChannelBase`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.FaultFormatter.OperationFault`1.#ctor(System.Runtime.Serialization.XmlObjectSerializer,System.ServiceModel.FaultException{`0})", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultFormatter.cs#L221C17-L227C14" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.FaultFormatter.OperationFault`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultFormatter.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.ServiceModel.Syndication.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.ServiceModel.Syndication.json deleted file mode 100644 index cff42b785c4..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.ServiceModel.Syndication.json +++ /dev/null @@ -1,2356 +0,0 @@ -{ - "Assembly": "System.ServiceModel.Syndication", - "GUID": "A73BEAFCC8DE4F4D9CA5069622C64A7AFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L34C40-L36C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L66C65-L52C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.#ctor(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L66C65-L59C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L76C13-L81C100" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.System#Xml#Serialization#IXmlSerializable#GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L84C51-L84C55" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.System#Xml#Serialization#IXmlSerializable#ReadXml(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L88C13-L94C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.System#Xml#Serialization#IXmlSerializable#WriteXml(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L98C13-L104C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L108C13-L114C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L118C13-L126C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.CreateFeedInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L492C68-L492C96" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.ReadItem(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L496C13-L507C25" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.ReadItems(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationFeed,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L512C13-L527C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.WriteItem(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationItem,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L532C13-L535C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.WriteItems(System.Xml.XmlWriter,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationItem},System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L539C13-L547C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Atom10FeedFormatter.PreserveAttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L66C51-L66C55" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Atom10FeedFormatter.PreserveElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L68C49-L68C53" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Atom10FeedFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L70C43-L70C69" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Atom10FeedFormatter.FeedType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L72C35-L72C39" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.Atom10FeedFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L1221C40-L1223C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L1225C68-L1227C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter`1.CreateFeedInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L1229C68-L1229C90" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.Atom10FeedFormatter`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L18C40-L20C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L14C9-L35C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.#ctor(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L14C9-L40C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L68C13-L73C101" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.System#Xml#Serialization#IXmlSerializable#GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L76C51-L76C55" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.System#Xml#Serialization#IXmlSerializable#ReadXml(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L80C13-L86C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.System#Xml#Serialization#IXmlSerializable#WriteXml(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L90C13-L96C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L100C13-L106C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L110C13-L118C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.CreateItemInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L120C68-L120C96" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Atom10ItemFormatter.PreserveAttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L44C20-L44C48" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Atom10ItemFormatter.PreserveElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L54C20-L54C46" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Atom10ItemFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L62C43-L62C69" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Atom10ItemFormatter.ItemType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L64C35-L64C39" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.Atom10ItemFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L143C40-L145C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L147C68-L149C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter`1.CreateItemInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L151C68-L151C90" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.Atom10ItemFormatter`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L18C57-L20C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.#ctor(System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L22C109-L44C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.#ctor(System.ServiceModel.Syndication.CategoriesDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L46C91-L59C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L65C13-L70C95" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.System#Xml#Serialization#IXmlSerializable#GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L73C51-L73C55" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.System#Xml#Serialization#IXmlSerializable#ReadXml(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L77C13-L83C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.System#Xml#Serialization#IXmlSerializable#WriteXml(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L87C13-L98C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L102C13-L113C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L117C13-L130C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.CreateInlineCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L134C13-L140C96" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.CreateReferencedCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L146C13-L152C104" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L61C43-L61C67" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L21C54-L23C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L25C79-L39C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.#ctor(System.ServiceModel.Syndication.ServiceDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L41C85-L45C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L51C13-L56C92" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.System#Xml#Serialization#IXmlSerializable#GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L59C51-L59C55" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.System#Xml#Serialization#IXmlSerializable#ReadXml(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L63C13-L69C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.System#Xml#Serialization#IXmlSerializable#WriteXml(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L73C13-L84C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L88C13-L100C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L104C13-L117C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.CreateDocumentInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L159C13-L165C81" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L47C43-L47C67" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L638C54-L640C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L642C86-L644C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter`1.CreateDocumentInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L646C72-L646C94" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.Create(System.Collections.ObjectModel.Collection{System.ServiceModel.Syndication.SyndicationCategory})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L30C13-L30C61" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.Create(System.Collections.ObjectModel.Collection{System.ServiceModel.Syndication.SyndicationCategory},System.Boolean,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L35C13-L35C78" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.Create(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L40C13-L40C79" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.Load(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L45C13-L47C39" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.GetFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L50C62-L50C108" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.Save(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L54C13-L55C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L59C13-L59C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L64C13-L64C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L69C13-L70C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L74C13-L75C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.CategoriesDocument.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L18C76-L18C107" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.CategoriesDocument.BaseUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L20C30-L20C34" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.CategoriesDocument.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L22C75-L22C104" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.CategoriesDocument.Language", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L24C34-L24C38" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.CategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L14C9-L16C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.#ctor(System.ServiceModel.Syndication.CategoriesDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L18C9-L26C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.CreateInlineCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L38C13-L38C51" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.CreateReferencedCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L43C13-L43C55" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.SetDocument(System.ServiceModel.Syndication.CategoriesDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L46C76-L46C96" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.CategoriesDocumentFormatter.Document", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L28C47-L28C56" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.CategoriesDocumentFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.CategoriesDocumentFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.InlineCategoriesDocument.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L13C9-L15C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.InlineCategoriesDocument.#ctor(System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationCategory})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L17C88-L19C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.InlineCategoriesDocument.#ctor(System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationCategory},System.Boolean,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L21C9-L34C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.InlineCategoriesDocument.CreateCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L47C76-L47C101" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.InlineCategoriesDocument.Categories", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L38C20-L38C87" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.InlineCategoriesDocument.IsFixed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L41C31-L41C35" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.InlineCategoriesDocument.Scheme", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L43C32-L43C36" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.InlineCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.ReferencedCategoriesDocument.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ReferencedCategoriesDocument.cs#L8C9-L10C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ReferencedCategoriesDocument.#ctor(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ReferencedCategoriesDocument.cs#L12C57-L20C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ReferencedCategoriesDocument.Link", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ReferencedCategoriesDocument.cs#L22C27-L22C31" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.ReferencedCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ReferencedCategoriesDocument.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L17C9-L19C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.#ctor(System.String,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L21C65-L23C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.#ctor(System.ServiceModel.Syndication.TextSyndicationContent,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L25C81-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.#ctor(System.ServiceModel.Syndication.TextSyndicationContent,System.Uri,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.CategoriesDocument},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L30C15-L32C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.#ctor(System.ServiceModel.Syndication.TextSyndicationContent,System.Uri,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.CategoriesDocument},System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L34C9-L65C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.CreateInlineCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L89C13-L89C51" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.CreateReferencedCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L94C13-L94C55" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L99C13-L99C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L104C13-L104C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L109C13-L110C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L114C13-L115C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ResourceCollectionInfo.Accepts", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L69C20-L69C71" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ResourceCollectionInfo.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L72C76-L72C107" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ResourceCollectionInfo.BaseUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L74C30-L74C34" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ResourceCollectionInfo.Categories", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L78C20-L78C86" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ResourceCollectionInfo.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L81C75-L81C104" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ResourceCollectionInfo.Link", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L83C27-L83C31" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ResourceCollectionInfo.Title", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L85C47-L85C51" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.ResourceCollectionInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L27C39-L29C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L64C65-L47C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.#ctor(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L49C66-L51C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.#ctor(System.ServiceModel.Syndication.SyndicationFeed,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L64C65-L60C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L76C13-L81C96" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.System#Xml#Serialization#IXmlSerializable#GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L84C51-L84C55" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.System#Xml#Serialization#IXmlSerializable#ReadXml(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L88C13-L94C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.System#Xml#Serialization#IXmlSerializable#WriteXml(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L98C13-L104C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L108C13-L114C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L118C13-L126C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.SetFeed(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L130C13-L132C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.CreateFeedInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L144C68-L144C96" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.ReadItem(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L148C13-L159C25" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.ReadItems(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationFeed,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L164C13-L179C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.WriteItem(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationItem,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L184C13-L187C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.WriteItems(System.Xml.XmlWriter,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationItem},System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L191C13-L200C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Rss20FeedFormatter.PreserveAttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L64C51-L64C55" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Rss20FeedFormatter.PreserveElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L66C49-L66C53" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Rss20FeedFormatter.SerializeExtensionsAsAtom", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L68C49-L68C53" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Rss20FeedFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L70C43-L70C68" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Rss20FeedFormatter.FeedType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L72C35-L72C39" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.Rss20FeedFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L1198C39-L1200C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L1202C67-L1204C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter`1.#ctor(`0,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L1206C99-L1208C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter`1.CreateFeedInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L1210C68-L1210C90" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.Rss20FeedFormatter`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L19C39-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L15C9-L40C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.#ctor(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L42C66-L44C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.#ctor(System.ServiceModel.Syndication.SyndicationItem,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L15C9-L53C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L91C13-L96C97" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.System#Xml#Serialization#IXmlSerializable#GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L99C51-L99C55" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.System#Xml#Serialization#IXmlSerializable#ReadXml(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L103C13-L109C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.System#Xml#Serialization#IXmlSerializable#WriteXml(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L113C13-L119C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L123C13-L129C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L133C13-L141C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.CreateItemInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L143C68-L143C96" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Rss20ItemFormatter.PreserveAttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L57C20-L57C48" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Rss20ItemFormatter.PreserveElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L67C20-L67C46" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Rss20ItemFormatter.SerializeExtensionsAsAtom", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L77C20-L77C46" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Rss20ItemFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L85C43-L85C68" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Rss20ItemFormatter.ItemType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L87C35-L87C39" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.Rss20ItemFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L166C39-L168C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L170C67-L172C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter`1.#ctor(`0,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L174C99-L176C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter`1.CreateItemInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L178C68-L178C90" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.Rss20ItemFormatter`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L15C36-L17C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.#ctor(System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.Workspace})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L19C9-L29C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.Load(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L46C13-L46C50" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.Load``1(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L51C13-L53C57" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.GetFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L58C13-L58C64" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.Save(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L63C13-L64C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.CreateWorkspace", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L68C13-L68C36" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L73C13-L73C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L78C13-L78C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L83C13-L84C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L88C13-L89C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ServiceDocument.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L31C76-L31C107" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ServiceDocument.BaseUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L33C30-L33C34" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ServiceDocument.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L35C75-L35C104" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ServiceDocument.Language", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L37C34-L37C38" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ServiceDocument.Workspaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L41C20-L41C77" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.ServiceDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L15C9-L17C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.#ctor(System.ServiceModel.Syndication.ServiceDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L19C9-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CreateCategory(System.ServiceModel.Syndication.InlineCategoriesDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L74C13-L79C54" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CreateCollection(System.ServiceModel.Syndication.Workspace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L84C13-L89C57" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CreateInlineCategories(System.ServiceModel.Syndication.ResourceCollectionInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L94C13-L94C64" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CreateReferencedCategories(System.ServiceModel.Syndication.ResourceCollectionInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L99C13-L99C68" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CreateWorkspace(System.ServiceModel.Syndication.ServiceDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L104C13-L109C47" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.CategoriesDocument,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L114C13-L120C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.ResourceCollectionInfo,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L124C13-L130C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.Workspace,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L134C13-L140C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.ServiceDocument,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L144C13-L150C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.ServiceDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L154C13-L159C73" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.ResourceCollectionInfo,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L164C13-L169C75" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.CategoriesDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L174C13-L179C75" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.Workspace,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L184C13-L189C74" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.ResourceCollectionInfo,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L194C13-L199C64" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.ServiceDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L204C13-L209C62" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.Workspace,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L214C13-L219C63" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.CategoriesDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L224C13-L229C64" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.ServiceDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L234C13-L240C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.Workspace,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L244C13-L250C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.ResourceCollectionInfo,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L254C13-L260C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.CategoriesDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L264C13-L270C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.ServiceDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L274C13-L280C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.Workspace,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L284C13-L290C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.ResourceCollectionInfo,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L294C13-L300C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.CategoriesDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L304C13-L310C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CreateDocumentInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L312C71-L312C92" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.SetDocument(System.ServiceModel.Syndication.ServiceDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L314C73-L314C93" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ServiceDocumentFormatter.Document", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L29C44-L29C53" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ServiceDocumentFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.ServiceDocumentFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L14C40-L16C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L18C51-L20C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L22C9-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.#ctor(System.ServiceModel.Syndication.SyndicationCategory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L29C9-L40C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L52C55-L52C84" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L56C13-L56C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L61C13-L61C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L66C13-L67C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L71C13-L72C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationCategory.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L42C76-L42C107" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationCategory.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L44C75-L44C104" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationCategory.Label", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L46C31-L46C35" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationCategory.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L48C30-L48C34" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationCategory.Scheme", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L50C32-L50C36" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.SyndicationCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L15C9-L17C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.#ctor(System.ServiceModel.Syndication.SyndicationContent)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L19C9-L19C99" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreateHtmlContent(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L30C13-L30C89" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreatePlaintextContent(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L35C13-L35C56" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreateUrlContent(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L40C13-L40C62" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreateXhtmlContent(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L45C13-L45C90" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreateXmlContent(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L50C13-L50C126" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreateXmlContent(System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L55C13-L55C120" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreateXmlContent(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L60C13-L60C57" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreateXmlContent(System.Object,System.Xml.Serialization.XmlSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L65C13-L65C109" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.WriteTo(System.Xml.XmlWriter,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L72C13-L98C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.WriteContentsTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationContent.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L23C20-L23C87" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationContent.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.SyndicationContent", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.#ctor(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L22C9-L42C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L44C76-L46C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.#ctor(System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L49C15-L51C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.#ctor(System.String,System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L54C15-L56C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.#ctor(System.String,System.String,System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L58C9-L75C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.#ctor(System.Object,System.Xml.Serialization.XmlSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L77C9-L87C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.GetObject``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L123C54-L123C123" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.GetObject``1(System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L127C13-L140C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.GetObject``1(System.Xml.Serialization.XmlSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L144C13-L157C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.GetReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L161C13-L174C27" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L179C13-L195C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationElementExtension.OuterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L101C17-L106C35" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationElementExtension.OuterNamespace", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L114C17-L119C40" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.SyndicationElementExtension", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L44C13-L52C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.Add(System.String,System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L56C13-L57C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.Add(System.Object,System.Runtime.Serialization.DataContractSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L61C13-L62C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.Add(System.String,System.String,System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L66C13-L73C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.Add(System.Object,System.Xml.Serialization.XmlSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L77C13-L84C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.Add(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L88C13-L94C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.GetReaderAtElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L98C13-L101C27" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.ReadElementExtensions``1(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L106C13-L106C137" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.ReadElementExtensions``1(System.String,System.String,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L111C13-L116C100" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.ReadElementExtensions``1(System.String,System.String,System.Xml.Serialization.XmlSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L121C13-L126C100" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.ClearItems", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L159C13-L163C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.InsertItem(System.Int32,System.ServiceModel.Syndication.SyndicationElementExtension)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L167C13-L178C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.RemoveItem(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L182C13-L186C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.SetItem(System.Int32,System.ServiceModel.Syndication.SyndicationElementExtension)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L190C13-L198C10" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.SyndicationElementExtensionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L28C36-L30C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.#ctor(System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationItem})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L32C70-L34C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.#ctor(System.String,System.String,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L37C15-L39C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.#ctor(System.String,System.String,System.Uri,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationItem})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L42C15-L44C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.#ctor(System.String,System.String,System.Uri,System.String,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L47C15-L49C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.#ctor(System.String,System.String,System.Uri,System.String,System.DateTimeOffset,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationItem})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L51C9-L68C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.#ctor(System.ServiceModel.Syndication.SyndicationFeed,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L70C9-L109C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.Load(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L410C65-L410C94" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.Load``1(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L414C13-L432C105" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.Clone(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L437C13-L437C58" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.GetAtom10Formatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L440C60-L440C89" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.GetRss20Formatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L442C58-L442C81" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.GetRss20Formatter(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L446C13-L446C76" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.SaveAsAtom10(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L451C13-L452C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.SaveAsRss20(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L456C13-L457C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.CreateCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L461C13-L461C46" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.CreateItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L466C13-L466C42" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.CreateLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L471C13-L471C42" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.CreatePerson", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L476C13-L476C44" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L481C13-L481C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L486C13-L486C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L491C13-L492C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L496C13-L497C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L111C76-L111C107" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Authors", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L115C20-L115C82" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.BaseUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L119C30-L119C34" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Categories", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L123C20-L123C87" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Contributors", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L128C20-L128C87" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Copyright", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L131C51-L131C55" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L133C53-L133C57" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L135C75-L135C104" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Generator", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L137C35-L137C39" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L139C28-L139C32" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.ImageUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L141C31-L141C35" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Items", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L145C20-L145C78" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Language", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L149C34-L149C38" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.LastUpdatedTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L157C17-L162C41" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Links", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L173C20-L173C78" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Title", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L176C47-L176C51" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Documentation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L182C20-L182C98" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.TimeToLive", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L190C20-L190C92" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.SkipHours", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L208C17-L215C42" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.SkipDays", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L225C17-L232C41" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.TextInput", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L240C20-L240C90" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.SyndicationFeed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.TryParseDateTimeCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.TryParseDateTimeCallback.Invoke(System.ServiceModel.Syndication.XmlDateTimeData,System.DateTimeOffset@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.TryParseDateTimeCallback.BeginInvoke(System.ServiceModel.Syndication.XmlDateTimeData,System.DateTimeOffset@,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.TryParseDateTimeCallback.EndInvoke(System.DateTimeOffset@,System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.TryParseDateTimeCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.TryParseUriCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.TryParseUriCallback.Invoke(System.ServiceModel.Syndication.XmlUriData,System.Uri@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.TryParseUriCallback.BeginInvoke(System.ServiceModel.Syndication.XmlUriData,System.Uri@,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.TryParseUriCallback.EndInvoke(System.Uri@,System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.TryParseUriCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L38C62-L23C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.#ctor(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L38C62-L34C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L57C46-L57C90" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreateCategory(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L63C13-L68C87" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreateCategory(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L73C13-L78C87" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreateItem(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L83C13-L88C79" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreateLink(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L93C13-L98C81" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreateLink(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L103C13-L108C81" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreatePerson(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L113C13-L118C83" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreatePerson(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L123C13-L128C83" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationFeed,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L133C13-L139C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationItem,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L143C13-L149C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationCategory,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L153C13-L159C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationLink,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L163C13-L169C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationPerson,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L173C13-L179C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationFeed,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L183C13-L192C69" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L197C13-L206C69" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L211C13-L220C73" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L225C13-L234C69" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L239C13-L248C71" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseContent(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationItem,System.String,System.String,System.ServiceModel.Syndication.SyndicationContent@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L253C13-L253C84" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationFeed,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L258C13-L263C58" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L268C13-L273C58" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L278C13-L283C62" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L288C13-L293C58" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L298C13-L303C60" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationFeed,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L308C13-L314C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L318C13-L324C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L328C13-L334C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L338C13-L344C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L348C13-L354C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationFeed,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L358C13-L364C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L368C13-L374C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L378C13-L384C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L388C13-L394C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L398C13-L404C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.SetFeed(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L408C13-L414C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreateFeedInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeedFormatter.Feed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L36C40-L36C45" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeedFormatter.UriParser", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L38C48-L38C52" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeedFormatter.DateTimeParser", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L41C58-L41C62" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeedFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.SyndicationFeedFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L22C36-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.#ctor(System.String,System.String,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L27C15-L29C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.#ctor(System.String,System.String,System.Uri,System.String,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L32C15-L34C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.#ctor(System.String,System.ServiceModel.Syndication.SyndicationContent,System.Uri,System.String,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L36C9-L49C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.#ctor(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L51C9-L76C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.Load(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L156C65-L156C94" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.Load``1(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L160C13-L178C105" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.AddPermalink(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L184C13-L191C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L193C51-L193C76" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.GetAtom10Formatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L195C60-L195C89" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.GetRss20Formatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L197C58-L197C81" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.GetRss20Formatter(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L201C13-L201C76" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.SaveAsAtom10(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L206C13-L207C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.SaveAsRss20(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L211C13-L212C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.CreateCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L216C13-L216C46" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.CreateLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L221C13-L221C42" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.CreatePerson", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L226C13-L226C44" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L231C13-L231C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.TryParseContent(System.Xml.XmlReader,System.String,System.String,System.ServiceModel.Syndication.SyndicationContent@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L236C13-L237C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L242C13-L242C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L247C13-L248C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L252C13-L253C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L78C76-L78C107" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Authors", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L82C20-L82C82" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.BaseUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L85C30-L85C34" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Categories", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L89C20-L89C87" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Content", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L92C45-L92C49" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Contributors", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L96C20-L96C87" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Copyright", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L99C51-L99C55" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L101C75-L101C104" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L103C28-L103C32" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.LastUpdatedTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L111C17-L116C41" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Links", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L127C20-L127C78" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.PublishDate", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L136C17-L141C37" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.SourceFeed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L150C45-L150C49" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Summary", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L152C49-L152C53" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Title", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L154C47-L154C51" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.SyndicationItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L14C9-L17C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.#ctor(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L19C9-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L37C46-L37C90" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.SetItem(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L43C13-L49C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.CreateCategory(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L63C86-L63C131" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.CreateLink(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L65C78-L65C119" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.CreatePerson(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L67C82-L67C125" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationItem,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L71C13-L72C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationCategory,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L76C13-L77C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationLink,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L81C13-L82C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationPerson,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L86C13-L87C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L91C13-L91C95" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L96C13-L96C99" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L101C13-L101C95" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L106C13-L106C97" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseContent(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationItem,System.String,System.String,System.ServiceModel.Syndication.SyndicationContent@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L111C13-L111C110" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L116C13-L116C84" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L121C13-L121C88" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L126C13-L126C84" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L131C13-L131C86" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L136C13-L137C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L141C13-L142C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L146C13-L147C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L151C13-L152C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L156C13-L157C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.CreateItemInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L163C13-L164C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L168C13-L169C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L173C13-L174C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItemFormatter.Item", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L29C40-L29C45" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItemFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.SyndicationItemFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.#ctor(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L15C43-L17C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.#ctor(System.Uri,System.String,System.String,System.String,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L19C9-L32C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L34C36-L36C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.#ctor(System.ServiceModel.Syndication.SyndicationLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L38C9-L52C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.CreateAlternateLink(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L84C13-L84C51" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.CreateAlternateLink(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L89C13-L89C95" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.CreateMediaEnclosureLink(System.Uri,System.String,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L94C13-L94C99" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.CreateSelfLink(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L99C13-L99C46" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.CreateSelfLink(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L104C13-L104C90" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L107C51-L107C76" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.GetAbsoluteUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L111C13-L128C29" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L134C13-L134C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L139C13-L139C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L144C13-L145C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L149C13-L150C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L54C76-L54C107" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.BaseUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L56C30-L56C34" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L58C75-L58C104" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L62C20-L62C27" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.MediaType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L74C35-L74C39" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.RelationshipType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L76C42-L76C46" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.Title", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L78C31-L78C35" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L80C26-L80C30" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.SyndicationLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L15C38-L17C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L19C50-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L23C9-L28C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.#ctor(System.ServiceModel.Syndication.SyndicationPerson)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L30C9-L41C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L53C53-L53C80" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L57C13-L57C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L62C13-L62C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L67C13-L68C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L72C13-L73C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationPerson.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L43C76-L43C107" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationPerson.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L45C75-L45C104" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationPerson.Email", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L47C31-L47C35" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationPerson.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L49C30-L49C34" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationPerson.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L51C29-L51C33" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.SyndicationPerson", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationTextInput.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationTextInput.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs#L8C37-L8C41" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationTextInput.Title", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs#L9C31-L9C35" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationTextInput.Link", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs#L10C39-L10C43" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationTextInput.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs#L11C30-L11C34" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.SyndicationTextInput", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Syndication.SyndicationVersions.Atom10", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationVersions.cs" - }, - { - "DocsId": "F:System.ServiceModel.Syndication.SyndicationVersions.Rss20", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationVersions.cs" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.SyndicationVersions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationVersions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.TextSyndicationContent.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L14C54-L16C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.TextSyndicationContent.#ctor(System.String,System.ServiceModel.Syndication.TextSyndicationContentKind)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L18C9-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.TextSyndicationContent.#ctor(System.ServiceModel.Syndication.TextSyndicationContent)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L29C75-L34C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.TextSyndicationContent.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L46C55-L46C87" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.TextSyndicationContent.WriteContentsTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L50C13-L59C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.TextSyndicationContent.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L36C30-L36C34" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.TextSyndicationContent.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L39C13-L16707566C0" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.TextSyndicationContent", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Syndication.TextSyndicationContentKind.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContentKind.cs" - }, - { - "DocsId": "F:System.ServiceModel.Syndication.TextSyndicationContentKind.Plaintext", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContentKind.cs" - }, - { - "DocsId": "F:System.ServiceModel.Syndication.TextSyndicationContentKind.Html", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContentKind.cs" - }, - { - "DocsId": "F:System.ServiceModel.Syndication.TextSyndicationContentKind.XHtml", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContentKind.cs" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.TextSyndicationContentKind", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContentKind.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.UrlSyndicationContent.#ctor(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L14C67-L23C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.UrlSyndicationContent.#ctor(System.ServiceModel.Syndication.UrlSyndicationContent)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L25C73-L30C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.UrlSyndicationContent.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L36C55-L36C86" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.UrlSyndicationContent.WriteContentsTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L40C13-L41C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.UrlSyndicationContent.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L32C40-L32C50" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.UrlSyndicationContent.Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L34C26-L34C30" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.UrlSyndicationContent", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.Workspace.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L15C9-L17C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Workspace.#ctor(System.String,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.ResourceCollectionInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L19C91-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Workspace.#ctor(System.ServiceModel.Syndication.TextSyndicationContent,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.ResourceCollectionInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L23C9-L34C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Workspace.CreateResourceCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L51C13-L51C49" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Workspace.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L56C13-L56C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Workspace.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L61C13-L61C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Workspace.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L66C13-L67C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Workspace.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L71C13-L72C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Workspace.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L36C76-L36C107" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Workspace.BaseUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L38C30-L38C34" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Workspace.Collections", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L42C20-L42C91" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Workspace.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L45C75-L45C104" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Workspace.Title", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L47C47-L47C51" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.Workspace", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.XmlDateTimeData.#ctor(System.String,System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlDateTimeData.cs#L12C13-L14C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.XmlDateTimeData.DateTimeString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlDateTimeData.cs#L16C40-L16C44" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.XmlDateTimeData.ElementQualifiedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlDateTimeData.cs#L18C56-L18C60" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.XmlDateTimeData", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlDateTimeData.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.#ctor(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L20C9-L54C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.#ctor(System.String,System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L56C9-L60C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.#ctor(System.String,System.Object,System.Xml.Serialization.XmlSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L62C9-L66C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.#ctor(System.String,System.ServiceModel.Syndication.SyndicationElementExtension)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L68C9-L77C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.#ctor(System.ServiceModel.Syndication.XmlSyndicationContent)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L79C73-L85C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L91C55-L91C86" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.GetReaderAtContent", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L95C13-L96C48" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.ReadContent``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L99C52-L99C103" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.ReadContent``1(System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L103C13-L118C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.ReadContent``1(System.Xml.Serialization.XmlSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L122C13-L137C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.WriteContentsTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L142C13-L167C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.XmlSyndicationContent.Extension", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L87C56-L87C60" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.XmlSyndicationContent.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L89C40-L89C45" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.XmlSyndicationContent", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.XmlUriData.#ctor(System.String,System.UriKind,System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlUriData.cs#L12C13-L15C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.XmlUriData.ElementQualifiedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlUriData.cs#L17C56-L17C60" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.XmlUriData.UriKind", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlUriData.cs#L19C34-L19C38" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.XmlUriData.UriString", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlUriData.cs#L21C35-L21C39" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.XmlUriData", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlUriData.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.ServiceProcess.ServiceController.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.ServiceProcess.ServiceController.json deleted file mode 100644 index 87e87b86dfc..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.ServiceProcess.ServiceController.json +++ /dev/null @@ -1,518 +0,0 @@ -{ - "Assembly": "System.ServiceProcess.ServiceController", - "GUID": "3670AA2D959242AE85927E329068CC2DFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.BatteryLow", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.OemEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.PowerStatusChange", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.QuerySuspend", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.QuerySuspendFailed", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.ResumeAutomatic", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.ResumeCritical", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.ResumeSuspend", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.Suspend", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" - } - ], - "DocsId": "T:System.ServiceProcess.PowerBroadcastStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceProcess.ServiceBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L44C9-L49C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.RequestAdditionalTime(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L58C9-L73C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.RequestAdditionalTime(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L82C61-L82C107" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L303C13-L307C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.OnContinue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L319C9-L319C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.OnPause", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L330C9-L330C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.OnPowerEvent(System.ServiceProcess.PowerBroadcastStatus)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L340C13-L340C25" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.OnSessionChange(System.ServiceProcess.SessionChangeDescription)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L349C9-L349C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.OnShutdown", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L360C9-L360C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.OnStart(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L379C9-L379C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.OnStop", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L390C9-L390C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.OnCustomCommand(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L561C9-L561C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.Run(System.ServiceProcess.ServiceBase[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L570C13-L632C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.Run(System.ServiceProcess.ServiceBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L642C13-L646C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.Stop", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L650C13-L651C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.ServiceMainCallback(System.Int32,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L843C9-L930C10" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceBase.MaxNameLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceBase.AutoLog", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L99C31-L99C35" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceBase.ExitCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L109C17-L109C46" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceBase.CanHandlePowerEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L126C17-L126C83" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceBase.CanHandleSessionChangeEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L152C17-L152C86" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceBase.CanPauseAndContinue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L178C17-L178C87" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceBase.CanShutdown", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L204C17-L204C81" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceBase.CanStop", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L230C17-L230C77" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceBase.EventLog", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L253C13-L256C14" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceBase.ServiceHandle", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L263C17-L263C38" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceBase.ServiceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L274C17-L274C37" - } - ], - "DocsId": "T:System.ServiceProcess.ServiceBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceProcess.ServiceController.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L42C9-L46C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L53C15-L55C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L63C9-L74C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L467C13-L476C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L483C13-L486C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.GetDevices", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L660C13-L660C51" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.GetDevices(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L670C13-L670C103" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.GetServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L700C13-L700C52" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.GetServices(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L710C13-L710C102" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.Pause", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L801C13-L810C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.Continue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L817C13-L825C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.ExecuteCommand(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L833C13-L841C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.Refresh", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L848C13-L852C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.Start", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L859C13-L860C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.Start(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L867C13-L907C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.Stop", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L916C13-L917C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.Stop(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L936C13-L960C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.WaitForStatus(System.ServiceProcess.ServiceControllerStatus)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L968C13-L969C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.WaitForStatus(System.ServiceProcess.ServiceControllerStatus,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L978C13-L991C10" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceController.CanPauseAndContinue", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L116C17-L117C104" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceController.CanShutdown", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L128C17-L129C98" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceController.CanStop", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L140C17-L141C94" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceController.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L152C17-L154C37" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceController.DependentServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L181C17-L227C14" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceController.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L237C17-L237C37" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceController.ServiceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L264C17-L266C30" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceController.ServicesDependedOn", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L297C17-L374C14" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceController.StartType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L381C17-L411C14" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceController.ServiceHandle", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L418C17-L418C93" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceController.Status", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L432C17-L433C32" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceController.ServiceType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L447C17-L448C43" - } - ], - "DocsId": "T:System.ServiceProcess.ServiceController", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.ContinuePending", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.Paused", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.PausePending", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.Running", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.StartPending", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.Stopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.StopPending", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" - } - ], - "DocsId": "T:System.ServiceProcess.ServiceControllerStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceProcess.ServiceStartMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceStartMode.Manual", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceStartMode.Automatic", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceStartMode.Disabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceStartMode.Boot", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceStartMode.System", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" - } - ], - "DocsId": "T:System.ServiceProcess.ServiceStartMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceProcess.ServiceProcessDescriptionAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceProcessDescriptionAttribute.cs#L21C73-L23C10" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceProcessDescriptionAttribute.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceProcessDescriptionAttribute.cs#L32C17-L37C41" - } - ], - "DocsId": "T:System.ServiceProcess.ServiceProcessDescriptionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceProcessDescriptionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceProcess.ServiceType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceType.Adapter", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceType.FileSystemDriver", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceType.InteractiveProcess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceType.KernelDriver", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceType.RecognizerDriver", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceType.Win32OwnProcess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceType.Win32ShareProcess", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" - } - ], - "DocsId": "T:System.ServiceProcess.ServiceType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceProcess.SessionChangeDescription.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L24C13-L24C36" - }, - { - "DocsId": "M:System.ServiceProcess.SessionChangeDescription.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L27C13-L27C67" - }, - { - "DocsId": "M:System.ServiceProcess.SessionChangeDescription.Equals(System.ServiceProcess.SessionChangeDescription)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L30C13-L31C55" - }, - { - "DocsId": "M:System.ServiceProcess.SessionChangeDescription.op_Equality(System.ServiceProcess.SessionChangeDescription,System.ServiceProcess.SessionChangeDescription)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L34C13-L34C24" - }, - { - "DocsId": "M:System.ServiceProcess.SessionChangeDescription.op_Inequality(System.ServiceProcess.SessionChangeDescription,System.ServiceProcess.SessionChangeDescription)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L37C13-L37C25" - }, - { - "DocsId": "P:System.ServiceProcess.SessionChangeDescription.Reason", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L19C45-L19C49" - }, - { - "DocsId": "P:System.ServiceProcess.SessionChangeDescription.SessionId", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L21C32-L21C36" - } - ], - "DocsId": "T:System.ServiceProcess.SessionChangeDescription", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceProcess.SessionChangeReason.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" - }, - { - "DocsId": "F:System.ServiceProcess.SessionChangeReason.ConsoleConnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" - }, - { - "DocsId": "F:System.ServiceProcess.SessionChangeReason.ConsoleDisconnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" - }, - { - "DocsId": "F:System.ServiceProcess.SessionChangeReason.RemoteConnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" - }, - { - "DocsId": "F:System.ServiceProcess.SessionChangeReason.RemoteDisconnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" - }, - { - "DocsId": "F:System.ServiceProcess.SessionChangeReason.SessionLogon", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" - }, - { - "DocsId": "F:System.ServiceProcess.SessionChangeReason.SessionLogoff", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" - }, - { - "DocsId": "F:System.ServiceProcess.SessionChangeReason.SessionLock", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" - }, - { - "DocsId": "F:System.ServiceProcess.SessionChangeReason.SessionUnlock", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" - }, - { - "DocsId": "F:System.ServiceProcess.SessionChangeReason.SessionRemoteControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" - } - ], - "DocsId": "T:System.ServiceProcess.SessionChangeReason", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceProcess.TimeoutException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/TimeoutException.cs#L14C9-L17C10" - }, - { - "DocsId": "M:System.ServiceProcess.TimeoutException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/TimeoutException.cs#L19C52-L22C10" - }, - { - "DocsId": "M:System.ServiceProcess.TimeoutException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/TimeoutException.cs#L25C15-L28C10" - }, - { - "DocsId": "M:System.ServiceProcess.TimeoutException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/TimeoutException.cs#L31C15-L33C10" - } - ], - "DocsId": "T:System.ServiceProcess.TimeoutException", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/TimeoutException.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Threading.AccessControl.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Threading.AccessControl.json deleted file mode 100644 index a8ef1b21730..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Threading.AccessControl.json +++ /dev/null @@ -1,530 +0,0 @@ -{ - "Assembly": "System.Threading.AccessControl", - "GUID": "3049C8FD2F5D4603AEF8FDDCB75328FBFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "F:System.Security.AccessControl.MutexRights.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.MutexRights.Modify", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.MutexRights.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.MutexRights.ReadPermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.MutexRights.ChangePermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.MutexRights.TakeOwnership", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.MutexRights.Synchronize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.MutexRights.FullControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" - } - ], - "DocsId": "T:System.Security.AccessControl.MutexRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.AccessControl.MutexAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.MutexRights,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L48C15-L50C10" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexAccessRule.#ctor(System.String,System.Security.AccessControl.MutexRights,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L53C15-L55C10" - }, - { - "DocsId": "P:System.Security.AccessControl.MutexAccessRule.MutexRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L80C19-L80C55" - } - ], - "DocsId": "T:System.Security.AccessControl.MutexAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.AccessControl.MutexAuditRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.MutexRights,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L88C15-L90C10" - }, - { - "DocsId": "P:System.Security.AccessControl.MutexAuditRule.MutexRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L99C19-L99C55" - } - ], - "DocsId": "T:System.Security.AccessControl.MutexAuditRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L107C15-L109C10" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.#ctor(System.String,System.Security.AccessControl.AccessControlSections)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L112C15-L115C10" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.AccessRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L144C13-L144C126" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.AuditRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L149C13-L149C126" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.AddAccessRule(System.Security.AccessControl.MutexAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L189C13-L190C10" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.SetAccessRule(System.Security.AccessControl.MutexAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L194C13-L195C10" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.ResetAccessRule(System.Security.AccessControl.MutexAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L199C13-L200C10" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.RemoveAccessRule(System.Security.AccessControl.MutexAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L204C13-L204C48" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.RemoveAccessRuleAll(System.Security.AccessControl.MutexAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L209C13-L210C10" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.RemoveAccessRuleSpecific(System.Security.AccessControl.MutexAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L214C13-L215C10" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.AddAuditRule(System.Security.AccessControl.MutexAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L219C13-L220C10" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.SetAuditRule(System.Security.AccessControl.MutexAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L224C13-L225C10" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.RemoveAuditRule(System.Security.AccessControl.MutexAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L229C13-L229C47" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.RemoveAuditRuleAll(System.Security.AccessControl.MutexAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L234C13-L235C10" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.RemoveAuditRuleSpecific(System.Security.AccessControl.MutexAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L239C13-L240C10" - }, - { - "DocsId": "P:System.Security.AccessControl.MutexSecurity.AccessRightType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L244C19-L244C46" - }, - { - "DocsId": "P:System.Security.AccessControl.MutexSecurity.AccessRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L249C19-L249C50" - }, - { - "DocsId": "P:System.Security.AccessControl.MutexSecurity.AuditRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L254C19-L254C49" - } - ], - "DocsId": "T:System.Security.AccessControl.MutexSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.Modify", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.ReadPermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.ChangePermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.TakeOwnership", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.Synchronize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.FullControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" - } - ], - "DocsId": "T:System.Security.AccessControl.EventWaitHandleRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.EventWaitHandleRights,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L47C15-L49C10" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleAccessRule.#ctor(System.String,System.Security.AccessControl.EventWaitHandleRights,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L52C15-L54C10" - }, - { - "DocsId": "P:System.Security.AccessControl.EventWaitHandleAccessRule.EventWaitHandleRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L79C19-L79C65" - } - ], - "DocsId": "T:System.Security.AccessControl.EventWaitHandleAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleAuditRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.EventWaitHandleRights,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L87C15-L89C10" - }, - { - "DocsId": "P:System.Security.AccessControl.EventWaitHandleAuditRule.EventWaitHandleRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L105C19-L105C65" - } - ], - "DocsId": "T:System.Security.AccessControl.EventWaitHandleAuditRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L113C15-L115C10" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.AccessRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L150C13-L150C136" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.AuditRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L155C13-L155C136" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.AddAccessRule(System.Security.AccessControl.EventWaitHandleAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L199C13-L200C10" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.SetAccessRule(System.Security.AccessControl.EventWaitHandleAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L204C13-L205C10" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.ResetAccessRule(System.Security.AccessControl.EventWaitHandleAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L209C13-L210C10" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.RemoveAccessRule(System.Security.AccessControl.EventWaitHandleAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L214C13-L214C48" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.RemoveAccessRuleAll(System.Security.AccessControl.EventWaitHandleAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L219C13-L220C10" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.RemoveAccessRuleSpecific(System.Security.AccessControl.EventWaitHandleAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L224C13-L225C10" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.AddAuditRule(System.Security.AccessControl.EventWaitHandleAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L229C13-L230C10" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.SetAuditRule(System.Security.AccessControl.EventWaitHandleAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L234C13-L235C10" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.RemoveAuditRule(System.Security.AccessControl.EventWaitHandleAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L239C13-L239C47" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.RemoveAuditRuleAll(System.Security.AccessControl.EventWaitHandleAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L244C13-L245C10" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.RemoveAuditRuleSpecific(System.Security.AccessControl.EventWaitHandleAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L249C13-L250C10" - }, - { - "DocsId": "P:System.Security.AccessControl.EventWaitHandleSecurity.AccessRightType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L254C19-L254C56" - }, - { - "DocsId": "P:System.Security.AccessControl.EventWaitHandleSecurity.AccessRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L259C19-L259C60" - }, - { - "DocsId": "P:System.Security.AccessControl.EventWaitHandleSecurity.AuditRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L264C19-L264C59" - } - ], - "DocsId": "T:System.Security.AccessControl.EventWaitHandleSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.AccessControl.SemaphoreRights.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.SemaphoreRights.Modify", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.SemaphoreRights.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.SemaphoreRights.ReadPermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.SemaphoreRights.ChangePermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.SemaphoreRights.TakeOwnership", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.SemaphoreRights.Synchronize", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.SemaphoreRights.FullControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" - } - ], - "DocsId": "T:System.Security.AccessControl.SemaphoreRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.AccessControl.SemaphoreAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.SemaphoreRights,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L44C15-L46C10" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreAccessRule.#ctor(System.String,System.Security.AccessControl.SemaphoreRights,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L49C15-L51C10" - }, - { - "DocsId": "P:System.Security.AccessControl.SemaphoreAccessRule.SemaphoreRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L76C19-L76C59" - } - ], - "DocsId": "T:System.Security.AccessControl.SemaphoreAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.AccessControl.SemaphoreAuditRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.SemaphoreRights,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L83C15-L85C10" - }, - { - "DocsId": "P:System.Security.AccessControl.SemaphoreAuditRule.SemaphoreRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L94C19-L94C59" - } - ], - "DocsId": "T:System.Security.AccessControl.SemaphoreAuditRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L101C15-L103C10" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.#ctor(System.String,System.Security.AccessControl.AccessControlSections)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L106C15-L109C10" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.AccessRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L138C13-L138C130" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.AuditRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L143C13-L143C130" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.AddAccessRule(System.Security.AccessControl.SemaphoreAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L183C13-L184C10" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.SetAccessRule(System.Security.AccessControl.SemaphoreAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L188C13-L189C10" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.ResetAccessRule(System.Security.AccessControl.SemaphoreAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L193C13-L194C10" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.RemoveAccessRule(System.Security.AccessControl.SemaphoreAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L198C13-L198C48" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.RemoveAccessRuleAll(System.Security.AccessControl.SemaphoreAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L203C13-L204C10" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.RemoveAccessRuleSpecific(System.Security.AccessControl.SemaphoreAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L208C13-L209C10" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.AddAuditRule(System.Security.AccessControl.SemaphoreAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L213C13-L214C10" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.SetAuditRule(System.Security.AccessControl.SemaphoreAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L218C13-L219C10" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.RemoveAuditRule(System.Security.AccessControl.SemaphoreAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L223C13-L223C47" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.RemoveAuditRuleAll(System.Security.AccessControl.SemaphoreAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L228C13-L229C10" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.RemoveAuditRuleSpecific(System.Security.AccessControl.SemaphoreAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L233C13-L234C10" - }, - { - "DocsId": "P:System.Security.AccessControl.SemaphoreSecurity.AccessRightType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L238C19-L238C50" - }, - { - "DocsId": "P:System.Security.AccessControl.SemaphoreSecurity.AccessRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L243C19-L243C54" - }, - { - "DocsId": "P:System.Security.AccessControl.SemaphoreSecurity.AuditRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L248C19-L248C53" - } - ], - "DocsId": "T:System.Security.AccessControl.SemaphoreSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Threading.EventWaitHandleAcl.Create(System.Boolean,System.Threading.EventResetMode,System.String,System.Boolean@,System.Security.AccessControl.EventWaitHandleSecurity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Threading/EventWaitHandleAcl.cs#L31C13-L77C55" - }, - { - "DocsId": "M:System.Threading.EventWaitHandleAcl.OpenExisting(System.String,System.Security.AccessControl.EventWaitHandleRights)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Threading/EventWaitHandleAcl.cs#L95C13-L109C35" - }, - { - "DocsId": "M:System.Threading.EventWaitHandleAcl.TryOpenExisting(System.String,System.Security.AccessControl.EventWaitHandleRights,System.Threading.EventWaitHandle@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Threading/EventWaitHandleAcl.cs#L125C13-L125C87" - } - ], - "DocsId": "T:System.Threading.EventWaitHandleAcl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Threading/EventWaitHandleAcl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Threading.MutexAcl.Create(System.Boolean,System.String,System.Boolean@,System.Security.AccessControl.MutexSecurity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Threading/MutexAcl.cs#L25C13-L68C55" - }, - { - "DocsId": "M:System.Threading.MutexAcl.OpenExisting(System.String,System.Security.AccessControl.MutexRights)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Threading/MutexAcl.cs#L86C13-L100C35" - }, - { - "DocsId": "M:System.Threading.MutexAcl.TryOpenExisting(System.String,System.Security.AccessControl.MutexRights,System.Threading.Mutex@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Threading/MutexAcl.cs#L116C13-L116C87" - } - ], - "DocsId": "T:System.Threading.MutexAcl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Threading/MutexAcl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Threading.SemaphoreAcl.Create(System.Int32,System.Int32,System.String,System.Boolean@,System.Security.AccessControl.SemaphoreSecurity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Threading/SemaphoreAcl.cs#L29C13-L82C55" - }, - { - "DocsId": "M:System.Threading.SemaphoreAcl.OpenExisting(System.String,System.Security.AccessControl.SemaphoreRights)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Threading/SemaphoreAcl.cs#L101C13-L115C35" - }, - { - "DocsId": "M:System.Threading.SemaphoreAcl.TryOpenExisting(System.String,System.Security.AccessControl.SemaphoreRights,System.Threading.Semaphore@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Threading/SemaphoreAcl.cs#L131C13-L131C87" - } - ], - "DocsId": "T:System.Threading.SemaphoreAcl", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Threading/SemaphoreAcl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Threading.ThreadingAclExtensions.GetAccessControl(System.Threading.EventWaitHandle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L16C13-L16C166" - }, - { - "DocsId": "M:System.Threading.ThreadingAclExtensions.SetAccessControl(System.Threading.EventWaitHandle,System.Security.AccessControl.EventWaitHandleSecurity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L21C13-L24C10" - }, - { - "DocsId": "M:System.Threading.ThreadingAclExtensions.GetAccessControl(System.Threading.Mutex)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L28C13-L28C155" - }, - { - "DocsId": "M:System.Threading.ThreadingAclExtensions.SetAccessControl(System.Threading.Mutex,System.Security.AccessControl.MutexSecurity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L33C13-L36C10" - }, - { - "DocsId": "M:System.Threading.ThreadingAclExtensions.GetAccessControl(System.Threading.Semaphore)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L40C13-L40C163" - }, - { - "DocsId": "M:System.Threading.ThreadingAclExtensions.SetAccessControl(System.Threading.Semaphore,System.Security.AccessControl.SemaphoreSecurity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L45C13-L48C10" - } - ], - "DocsId": "T:System.Threading.ThreadingAclExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Web.Services.Description.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Web.Services.Description.json deleted file mode 100644 index df81fc1757e..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Web.Services.Description.json +++ /dev/null @@ -1,1986 +0,0 @@ -{ - "Assembly": "System.Web.Services.Description", - "GUID": "7C9C950EB01F44FDB082A0AE2DEC7E23FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "F:System.Web.Services.WsiProfiles.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/WsiProfiles.cs" - }, - { - "DocsId": "F:System.Web.Services.WsiProfiles.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/WsiProfiles.cs" - }, - { - "DocsId": "F:System.Web.Services.WsiProfiles.BasicProfile1_1", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/WsiProfiles.cs" - } - ], - "DocsId": "T:System.Web.Services.WsiProfiles", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/WsiProfiles.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.HttpAddressBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.HttpAddressBinding.Location", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs#L14C19-L14C71" - } - ], - "DocsId": "T:System.Web.Services.Description.HttpAddressBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.HttpBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.HttpBinding.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.HttpBinding.Verb", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs#L25C30-L25C34" - } - ], - "DocsId": "T:System.Web.Services.Description.HttpBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.HttpOperationBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.HttpOperationBinding.Location", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs#L34C19-L34C71" - } - ], - "DocsId": "T:System.Web.Services.Description.HttpOperationBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.HttpUrlEncodedBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs" - } - ], - "DocsId": "T:System.Web.Services.Description.HttpUrlEncodedBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.HttpUrlReplacementBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs" - } - ], - "DocsId": "T:System.Web.Services.Description.HttpUrlReplacementBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.MimeContentBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.MimeContentBinding.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeContentBinding.Part", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L17C30-L17C34" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeContentBinding.Type", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L21C19-L21C63" - } - ], - "DocsId": "T:System.Web.Services.Description.MimeContentBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.MimePart.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.MimePart.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L34C19-L34C136" - } - ], - "DocsId": "T:System.Web.Services.Description.MimePart", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.MimeMultipartRelatedBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L41C52-L41C76" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeMultipartRelatedBinding.Parts", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L41C43-L41C47" - } - ], - "DocsId": "T:System.Web.Services.Description.MimeMultipartRelatedBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.MimeXmlBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeXmlBinding.Part", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L47C30-L47C34" - } - ], - "DocsId": "T:System.Web.Services.Description.MimeXmlBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.MimePartCollection.Add(System.Web.Services.Description.MimePart)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L57C13-L57C39" - }, - { - "DocsId": "M:System.Web.Services.Description.MimePartCollection.Insert(System.Int32,System.Web.Services.Description.MimePart)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L61C13-L62C10" - }, - { - "DocsId": "M:System.Web.Services.Description.MimePartCollection.IndexOf(System.Web.Services.Description.MimePart)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L65C13-L65C43" - }, - { - "DocsId": "M:System.Web.Services.Description.MimePartCollection.Contains(System.Web.Services.Description.MimePart)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L69C13-L69C44" - }, - { - "DocsId": "M:System.Web.Services.Description.MimePartCollection.Remove(System.Web.Services.Description.MimePart)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L73C13-L74C10" - }, - { - "DocsId": "M:System.Web.Services.Description.MimePartCollection.CopyTo(System.Web.Services.Description.MimePart[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L77C13-L78C10" - }, - { - "DocsId": "M:System.Web.Services.Description.MimePartCollection.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.MimePartCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L52C19-L52C48" - } - ], - "DocsId": "T:System.Web.Services.Description.MimePartCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.MimeTextBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L87C59-L87C88" - }, - { - "DocsId": "F:System.Web.Services.Description.MimeTextBinding.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeTextBinding.Matches", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L87C50-L87C54" - } - ], - "DocsId": "T:System.Web.Services.Description.MimeTextBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.MimeTextMatch.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L93C9-L174C88" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeTextMatch.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L100C19-L100C63" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeTextMatch.Type", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L106C19-L106C63" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeTextMatch.Group", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L112C19-L112C33" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeTextMatch.Capture", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L125C19-L125C35" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeTextMatch.Repeats", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L138C19-L138C35" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeTextMatch.RepeatsString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L151C19-L151C107" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeTextMatch.Pattern", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L166C19-L166C69" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeTextMatch.IgnoreCase", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L171C34-L171C38" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeTextMatch.Matches", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L174C50-L174C54" - } - ], - "DocsId": "T:System.Web.Services.Description.MimeTextMatch", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.MimeTextMatchCollection.Add(System.Web.Services.Description.MimeTextMatch)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L184C13-L184C36" - }, - { - "DocsId": "M:System.Web.Services.Description.MimeTextMatchCollection.Insert(System.Int32,System.Web.Services.Description.MimeTextMatch)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L188C13-L189C10" - }, - { - "DocsId": "M:System.Web.Services.Description.MimeTextMatchCollection.IndexOf(System.Web.Services.Description.MimeTextMatch)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L192C13-L192C40" - }, - { - "DocsId": "M:System.Web.Services.Description.MimeTextMatchCollection.Contains(System.Web.Services.Description.MimeTextMatch)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L196C13-L196C41" - }, - { - "DocsId": "M:System.Web.Services.Description.MimeTextMatchCollection.Remove(System.Web.Services.Description.MimeTextMatch)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L200C13-L201C10" - }, - { - "DocsId": "M:System.Web.Services.Description.MimeTextMatchCollection.CopyTo(System.Web.Services.Description.MimeTextMatch[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L204C13-L205C10" - }, - { - "DocsId": "M:System.Web.Services.Description.MimeTextMatchCollection.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeTextMatchCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L179C19-L179C53" - } - ], - "DocsId": "T:System.Web.Services.Description.MimeTextMatchCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.Read(System.IO.TextReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L228C13-L228C44" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.Read(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L233C13-L233C40" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.Read(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L238C13-L238C40" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.Read(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L243C13-L243C42" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.Read(System.IO.TextReader,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L248C13-L252C43" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.Read(System.IO.Stream,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L257C13-L261C43" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.Read(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L266C13-L275C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.Read(System.Xml.XmlReader,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L279C13-L302C75" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L308C13-L308C54" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.Write(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L313C13-L322C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.Write(System.IO.TextWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L326C13-L330C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.Write(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L334C13-L337C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.Write(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L341C13-L374C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.ServiceDescription.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.RetrievalUrl", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L53C19-L53C79" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.ServiceDescriptions", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L63C67-L63C71" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L68C19-L68C136" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.Imports", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L74C19-L74C100" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.Types", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L80C19-L80C79" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.Messages", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L89C19-L89C104" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.PortTypes", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L95C19-L95C108" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.Bindings", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L101C19-L101C104" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.Services", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L107C19-L107C104" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.TargetNamespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L111C41-L111C45" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.Schema", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L117C17-L125C33" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.ValidationWarnings", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L150C17-L154C44" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.Serializer", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L208C17-L220C37" - } - ], - "DocsId": "T:System.Web.Services.Description.ServiceDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Import.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.Import.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L447C19-L447C136" - }, - { - "DocsId": "P:System.Web.Services.Description.Import.ServiceDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L450C56-L450C60" - }, - { - "DocsId": "P:System.Web.Services.Description.Import.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L455C19-L455C59" - }, - { - "DocsId": "P:System.Web.Services.Description.Import.Location", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L462C19-L462C71" - } - ], - "DocsId": "T:System.Web.Services.Description.Import", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.DocumentableItem.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.DocumentableItem.Documentation", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L479C17-L489C55" - }, - { - "DocsId": "P:System.Web.Services.Description.DocumentableItem.DocumentationElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L510C19-L510C48" - }, - { - "DocsId": "P:System.Web.Services.Description.DocumentableItem.ExtensibleAttributes", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L519C65-L519C69" - }, - { - "DocsId": "P:System.Web.Services.Description.DocumentableItem.Namespaces", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L526C17-L531C36" - }, - { - "DocsId": "P:System.Web.Services.Description.DocumentableItem.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - } - ], - "DocsId": "T:System.Web.Services.Description.DocumentableItem", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.NamedItem.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.NamedItem.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L556C30-L556C34" - } - ], - "DocsId": "T:System.Web.Services.Description.NamedItem", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Port.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L578C57-L578C79" - }, - { - "DocsId": "P:System.Web.Services.Description.Port.Service", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L569C34-L569C38" - }, - { - "DocsId": "P:System.Web.Services.Description.Port.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L574C19-L574C136" - }, - { - "DocsId": "P:System.Web.Services.Description.Port.Binding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L578C43-L578C47" - } - ], - "DocsId": "T:System.Web.Services.Description.Port", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Service.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.Service.ServiceDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L592C56-L592C60" - }, - { - "DocsId": "P:System.Web.Services.Description.Service.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L597C19-L597C136" - }, - { - "DocsId": "P:System.Web.Services.Description.Service.Ports", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L603C19-L603C92" - } - ], - "DocsId": "T:System.Web.Services.Description.Service", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.FaultBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.FaultBinding.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L615C19-L615C136" - } - ], - "DocsId": "T:System.Web.Services.Description.FaultBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.MessageBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.MessageBinding.OperationBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L626C52-L626C56" - } - ], - "DocsId": "T:System.Web.Services.Description.MessageBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.InputBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.InputBinding.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L637C19-L637C136" - } - ], - "DocsId": "T:System.Web.Services.Description.InputBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.OutputBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.OutputBinding.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L649C19-L649C136" - } - ], - "DocsId": "T:System.Web.Services.Description.OutputBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.OperationBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationBinding.Binding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L666C34-L666C38" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationBinding.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L671C19-L671C136" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationBinding.Input", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L677C19-L677C33" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationBinding.Output", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L695C19-L695C34" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationBinding.Faults", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L713C19-L713C103" - } - ], - "DocsId": "T:System.Web.Services.Description.OperationBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Binding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L722C9-L722C65" - }, - { - "DocsId": "P:System.Web.Services.Description.Binding.ServiceDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L729C56-L729C60" - }, - { - "DocsId": "P:System.Web.Services.Description.Binding.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L734C19-L734C136" - }, - { - "DocsId": "P:System.Web.Services.Description.Binding.Operations", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L740C19-L740C119" - }, - { - "DocsId": "P:System.Web.Services.Description.Binding.Type", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L748C17-L753C30" - } - ], - "DocsId": "T:System.Web.Services.Description.Binding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.OperationMessage.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L769C57-L769C79" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationMessage.Operation", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L766C38-L766C42" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationMessage.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L769C43-L769C47" - } - ], - "DocsId": "T:System.Web.Services.Description.OperationMessage", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.OperationFault.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationFault.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L780C19-L780C136" - } - ], - "DocsId": "T:System.Web.Services.Description.OperationFault", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.OperationInput.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationInput.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L792C19-L792C136" - } - ], - "DocsId": "T:System.Web.Services.Description.OperationInput", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.OperationOutput.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationOutput.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L804C19-L804C136" - } - ], - "DocsId": "T:System.Web.Services.Description.OperationOutput", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Operation.IsBoundBy(System.Web.Services.Description.OperationBinding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L881C13-L926C25" - }, - { - "DocsId": "M:System.Web.Services.Description.Operation.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.Operation.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L823C19-L823C136" - }, - { - "DocsId": "P:System.Web.Services.Description.Operation.PortType", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L826C36-L826C40" - }, - { - "DocsId": "P:System.Web.Services.Description.Operation.ParameterOrderString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L833C17-L848C43" - }, - { - "DocsId": "P:System.Web.Services.Description.Operation.ParameterOrder", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L864C42-L864C46" - }, - { - "DocsId": "P:System.Web.Services.Description.Operation.Messages", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L870C19-L870C113" - }, - { - "DocsId": "P:System.Web.Services.Description.Operation.Faults", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L876C19-L876C105" - } - ], - "DocsId": "T:System.Web.Services.Description.Operation", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.PortType.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.PortType.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L978C19-L978C136" - }, - { - "DocsId": "P:System.Web.Services.Description.PortType.ServiceDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L981C56-L981C60" - }, - { - "DocsId": "P:System.Web.Services.Description.PortType.Operations", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L986C19-L986C112" - } - ], - "DocsId": "T:System.Web.Services.Description.PortType", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Message.FindPartsByName(System.String[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1017C13-L1022C30" - }, - { - "DocsId": "M:System.Web.Services.Description.Message.FindPartByName(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1027C18-L1035C169" - }, - { - "DocsId": "M:System.Web.Services.Description.Message.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.Message.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1004C19-L1004C136" - }, - { - "DocsId": "P:System.Web.Services.Description.Message.ServiceDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1007C56-L1007C60" - }, - { - "DocsId": "P:System.Web.Services.Description.Message.Parts", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1012C19-L1012C99" - } - ], - "DocsId": "T:System.Web.Services.Description.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.MessagePart.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1042C9-L1059C79" - }, - { - "DocsId": "P:System.Web.Services.Description.MessagePart.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1053C19-L1053C136" - }, - { - "DocsId": "P:System.Web.Services.Description.MessagePart.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1056C34-L1056C38" - }, - { - "DocsId": "P:System.Web.Services.Description.MessagePart.Element", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1059C43-L1059C47" - }, - { - "DocsId": "P:System.Web.Services.Description.MessagePart.Type", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1066C17-L1071C30" - } - ], - "DocsId": "T:System.Web.Services.Description.MessagePart", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Types.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.Types.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1092C19-L1092C136" - }, - { - "DocsId": "P:System.Web.Services.Description.Types.Schemas", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1098C19-L1098C90" - } - ], - "DocsId": "T:System.Web.Services.Description.Types", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1104C77-L1104C93" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Add(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1116C13-L1116C40" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1121C13-L1122C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1126C13-L1126C44" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1131C13-L1131C45" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1136C13-L1137C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.CopyTo(System.Object[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1141C13-L1142C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Find(System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1146C18-L1155C25" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.FindAll(System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1160C13-L1170C49" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Find(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1175C18-L1185C25" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.FindAll(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1190C13-L1201C67" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.IsHandled(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1219C13-L1219C121" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.IsRequired(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1224C13-L1224C123" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1249C13-L1253C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1257C13-L1263C10" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1110C19-L1110C46" - } - ], - "DocsId": "T:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtension.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescriptionFormatExtension.Parent", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1273C32-L1273C36" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescriptionFormatExtension.Required", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1276C32-L1276C36" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescriptionFormatExtension.Handled", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1279C31-L1279C35" - } - ], - "DocsId": "T:System.Web.Services.Description.ServiceDescriptionFormatExtension", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Web.Services.Description.OperationFlow.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.OperationFlow.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.OperationFlow.OneWay", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.OperationFlow.Notification", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.OperationFlow.RequestResponse", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.OperationFlow.SolicitResponse", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - } - ], - "DocsId": "T:System.Web.Services.Description.OperationFlow", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.OperationMessageCollection.Add(System.Web.Services.Description.OperationMessage)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1303C13-L1303C47" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationMessageCollection.Insert(System.Int32,System.Web.Services.Description.OperationMessage)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1308C13-L1309C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationMessageCollection.IndexOf(System.Web.Services.Description.OperationMessage)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1313C13-L1313C51" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationMessageCollection.Contains(System.Web.Services.Description.OperationMessage)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1318C13-L1318C52" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationMessageCollection.Remove(System.Web.Services.Description.OperationMessage)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1323C13-L1324C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationMessageCollection.CopyTo(System.Web.Services.Description.OperationMessage[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1328C13-L1329C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationMessageCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1399C13-L1400C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationMessageCollection.OnInsert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1404C13-L1410C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationMessageCollection.OnSet(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1414C13-L1420C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationMessageCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1424C13-L1430C10" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationMessageCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1297C19-L1297C56" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationMessageCollection.Input", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1335C22-L1343C29" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationMessageCollection.Output", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1351C22-L1360C29" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationMessageCollection.Flow", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1368C17-L1391C62" - } - ], - "DocsId": "T:System.Web.Services.Description.OperationMessageCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.ImportCollection.Add(System.Web.Services.Description.Import)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1445C13-L1445C37" - }, - { - "DocsId": "M:System.Web.Services.Description.ImportCollection.Insert(System.Int32,System.Web.Services.Description.Import)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1450C13-L1451C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ImportCollection.IndexOf(System.Web.Services.Description.Import)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1455C13-L1455C41" - }, - { - "DocsId": "M:System.Web.Services.Description.ImportCollection.Contains(System.Web.Services.Description.Import)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1460C13-L1460C42" - }, - { - "DocsId": "M:System.Web.Services.Description.ImportCollection.Remove(System.Web.Services.Description.Import)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1465C13-L1466C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ImportCollection.CopyTo(System.Web.Services.Description.Import[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1470C13-L1471C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ImportCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1475C13-L1476C10" - }, - { - "DocsId": "P:System.Web.Services.Description.ImportCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1439C19-L1439C46" - } - ], - "DocsId": "T:System.Web.Services.Description.ImportCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.MessageCollection.Add(System.Web.Services.Description.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1491C13-L1491C38" - }, - { - "DocsId": "M:System.Web.Services.Description.MessageCollection.Insert(System.Int32,System.Web.Services.Description.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1496C13-L1497C10" - }, - { - "DocsId": "M:System.Web.Services.Description.MessageCollection.IndexOf(System.Web.Services.Description.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1501C13-L1501C42" - }, - { - "DocsId": "M:System.Web.Services.Description.MessageCollection.Contains(System.Web.Services.Description.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1506C13-L1506C43" - }, - { - "DocsId": "M:System.Web.Services.Description.MessageCollection.Remove(System.Web.Services.Description.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1511C13-L1512C10" - }, - { - "DocsId": "M:System.Web.Services.Description.MessageCollection.CopyTo(System.Web.Services.Description.Message[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1516C13-L1517C10" - }, - { - "DocsId": "M:System.Web.Services.Description.MessageCollection.GetKey(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1526C13-L1526C42" - }, - { - "DocsId": "M:System.Web.Services.Description.MessageCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1531C13-L1532C10" - }, - { - "DocsId": "P:System.Web.Services.Description.MessageCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1485C19-L1485C47" - }, - { - "DocsId": "P:System.Web.Services.Description.MessageCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1521C19-L1521C47" - } - ], - "DocsId": "T:System.Web.Services.Description.MessageCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.PortCollection.Add(System.Web.Services.Description.Port)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1547C13-L1547C35" - }, - { - "DocsId": "M:System.Web.Services.Description.PortCollection.Insert(System.Int32,System.Web.Services.Description.Port)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1552C13-L1553C10" - }, - { - "DocsId": "M:System.Web.Services.Description.PortCollection.IndexOf(System.Web.Services.Description.Port)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1557C13-L1557C39" - }, - { - "DocsId": "M:System.Web.Services.Description.PortCollection.Contains(System.Web.Services.Description.Port)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1562C13-L1562C40" - }, - { - "DocsId": "M:System.Web.Services.Description.PortCollection.Remove(System.Web.Services.Description.Port)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1567C13-L1568C10" - }, - { - "DocsId": "M:System.Web.Services.Description.PortCollection.CopyTo(System.Web.Services.Description.Port[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1572C13-L1573C10" - }, - { - "DocsId": "M:System.Web.Services.Description.PortCollection.GetKey(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1582C13-L1582C39" - }, - { - "DocsId": "M:System.Web.Services.Description.PortCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1587C13-L1588C10" - }, - { - "DocsId": "P:System.Web.Services.Description.PortCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1541C19-L1541C44" - }, - { - "DocsId": "P:System.Web.Services.Description.PortCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1577C19-L1577C44" - } - ], - "DocsId": "T:System.Web.Services.Description.PortCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.PortTypeCollection.Add(System.Web.Services.Description.PortType)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1603C13-L1603C39" - }, - { - "DocsId": "M:System.Web.Services.Description.PortTypeCollection.Insert(System.Int32,System.Web.Services.Description.PortType)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1608C13-L1609C10" - }, - { - "DocsId": "M:System.Web.Services.Description.PortTypeCollection.IndexOf(System.Web.Services.Description.PortType)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1613C13-L1613C43" - }, - { - "DocsId": "M:System.Web.Services.Description.PortTypeCollection.Contains(System.Web.Services.Description.PortType)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1618C13-L1618C44" - }, - { - "DocsId": "M:System.Web.Services.Description.PortTypeCollection.Remove(System.Web.Services.Description.PortType)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1623C13-L1624C10" - }, - { - "DocsId": "M:System.Web.Services.Description.PortTypeCollection.CopyTo(System.Web.Services.Description.PortType[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1628C13-L1629C10" - }, - { - "DocsId": "M:System.Web.Services.Description.PortTypeCollection.GetKey(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1638C13-L1638C43" - }, - { - "DocsId": "M:System.Web.Services.Description.PortTypeCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1643C13-L1644C10" - }, - { - "DocsId": "P:System.Web.Services.Description.PortTypeCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1597C19-L1597C48" - }, - { - "DocsId": "P:System.Web.Services.Description.PortTypeCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1633C19-L1633C48" - } - ], - "DocsId": "T:System.Web.Services.Description.PortTypeCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.BindingCollection.Add(System.Web.Services.Description.Binding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1659C13-L1659C38" - }, - { - "DocsId": "M:System.Web.Services.Description.BindingCollection.Insert(System.Int32,System.Web.Services.Description.Binding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1664C13-L1665C10" - }, - { - "DocsId": "M:System.Web.Services.Description.BindingCollection.IndexOf(System.Web.Services.Description.Binding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1669C13-L1669C42" - }, - { - "DocsId": "M:System.Web.Services.Description.BindingCollection.Contains(System.Web.Services.Description.Binding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1674C13-L1674C43" - }, - { - "DocsId": "M:System.Web.Services.Description.BindingCollection.Remove(System.Web.Services.Description.Binding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1679C13-L1680C10" - }, - { - "DocsId": "M:System.Web.Services.Description.BindingCollection.CopyTo(System.Web.Services.Description.Binding[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1684C13-L1685C10" - }, - { - "DocsId": "M:System.Web.Services.Description.BindingCollection.GetKey(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1694C13-L1694C42" - }, - { - "DocsId": "M:System.Web.Services.Description.BindingCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1699C13-L1700C10" - }, - { - "DocsId": "P:System.Web.Services.Description.BindingCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1653C19-L1653C47" - }, - { - "DocsId": "P:System.Web.Services.Description.BindingCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1689C19-L1689C47" - } - ], - "DocsId": "T:System.Web.Services.Description.BindingCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.ServiceCollection.Add(System.Web.Services.Description.Service)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1715C13-L1715C38" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceCollection.Insert(System.Int32,System.Web.Services.Description.Service)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1720C13-L1721C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceCollection.IndexOf(System.Web.Services.Description.Service)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1725C13-L1725C42" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceCollection.Contains(System.Web.Services.Description.Service)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1730C13-L1730C43" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceCollection.Remove(System.Web.Services.Description.Service)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1735C13-L1736C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceCollection.CopyTo(System.Web.Services.Description.Service[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1740C13-L1741C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceCollection.GetKey(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1750C13-L1750C42" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1755C13-L1756C10" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1709C19-L1709C47" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1745C19-L1745C47" - } - ], - "DocsId": "T:System.Web.Services.Description.ServiceCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.MessagePartCollection.Add(System.Web.Services.Description.MessagePart)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1771C13-L1771C42" - }, - { - "DocsId": "M:System.Web.Services.Description.MessagePartCollection.Insert(System.Int32,System.Web.Services.Description.MessagePart)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1776C13-L1777C10" - }, - { - "DocsId": "M:System.Web.Services.Description.MessagePartCollection.IndexOf(System.Web.Services.Description.MessagePart)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1781C13-L1781C46" - }, - { - "DocsId": "M:System.Web.Services.Description.MessagePartCollection.Contains(System.Web.Services.Description.MessagePart)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1786C13-L1786C47" - }, - { - "DocsId": "M:System.Web.Services.Description.MessagePartCollection.Remove(System.Web.Services.Description.MessagePart)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1791C13-L1792C10" - }, - { - "DocsId": "M:System.Web.Services.Description.MessagePartCollection.CopyTo(System.Web.Services.Description.MessagePart[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1796C13-L1797C10" - }, - { - "DocsId": "M:System.Web.Services.Description.MessagePartCollection.GetKey(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1806C13-L1806C46" - }, - { - "DocsId": "M:System.Web.Services.Description.MessagePartCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1811C13-L1812C10" - }, - { - "DocsId": "P:System.Web.Services.Description.MessagePartCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1765C19-L1765C51" - }, - { - "DocsId": "P:System.Web.Services.Description.MessagePartCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1801C19-L1801C51" - } - ], - "DocsId": "T:System.Web.Services.Description.MessagePartCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.OperationBindingCollection.Add(System.Web.Services.Description.OperationBinding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1827C13-L1827C47" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationBindingCollection.Insert(System.Int32,System.Web.Services.Description.OperationBinding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1832C13-L1833C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationBindingCollection.IndexOf(System.Web.Services.Description.OperationBinding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1837C13-L1837C51" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationBindingCollection.Contains(System.Web.Services.Description.OperationBinding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1842C13-L1842C52" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationBindingCollection.Remove(System.Web.Services.Description.OperationBinding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1847C13-L1848C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationBindingCollection.CopyTo(System.Web.Services.Description.OperationBinding[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1852C13-L1853C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationBindingCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1857C13-L1858C10" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationBindingCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1821C19-L1821C56" - } - ], - "DocsId": "T:System.Web.Services.Description.OperationBindingCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.FaultBindingCollection.Add(System.Web.Services.Description.FaultBinding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1873C13-L1873C52" - }, - { - "DocsId": "M:System.Web.Services.Description.FaultBindingCollection.Insert(System.Int32,System.Web.Services.Description.FaultBinding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1878C13-L1879C10" - }, - { - "DocsId": "M:System.Web.Services.Description.FaultBindingCollection.IndexOf(System.Web.Services.Description.FaultBinding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1883C13-L1883C56" - }, - { - "DocsId": "M:System.Web.Services.Description.FaultBindingCollection.Contains(System.Web.Services.Description.FaultBinding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1888C13-L1888C57" - }, - { - "DocsId": "M:System.Web.Services.Description.FaultBindingCollection.Remove(System.Web.Services.Description.FaultBinding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1893C13-L1894C10" - }, - { - "DocsId": "M:System.Web.Services.Description.FaultBindingCollection.CopyTo(System.Web.Services.Description.FaultBinding[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1898C13-L1899C10" - }, - { - "DocsId": "M:System.Web.Services.Description.FaultBindingCollection.GetKey(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1908C13-L1908C47" - }, - { - "DocsId": "M:System.Web.Services.Description.FaultBindingCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1913C13-L1914C10" - }, - { - "DocsId": "P:System.Web.Services.Description.FaultBindingCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1867C19-L1867C52" - }, - { - "DocsId": "P:System.Web.Services.Description.FaultBindingCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1903C19-L1903C52" - } - ], - "DocsId": "T:System.Web.Services.Description.FaultBindingCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.OperationCollection.Add(System.Web.Services.Description.Operation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1929C13-L1929C40" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationCollection.Insert(System.Int32,System.Web.Services.Description.Operation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1934C13-L1935C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationCollection.IndexOf(System.Web.Services.Description.Operation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1939C13-L1939C44" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationCollection.Contains(System.Web.Services.Description.Operation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1944C13-L1944C45" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationCollection.Remove(System.Web.Services.Description.Operation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1949C13-L1950C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationCollection.CopyTo(System.Web.Services.Description.Operation[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1954C13-L1955C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1959C13-L1960C10" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1923C19-L1923C49" - } - ], - "DocsId": "T:System.Web.Services.Description.OperationCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.OperationFaultCollection.Add(System.Web.Services.Description.OperationFault)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1975C13-L1975C52" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationFaultCollection.Insert(System.Int32,System.Web.Services.Description.OperationFault)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1980C13-L1981C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationFaultCollection.IndexOf(System.Web.Services.Description.OperationFault)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1985C13-L1985C56" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationFaultCollection.Contains(System.Web.Services.Description.OperationFault)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1990C13-L1990C57" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationFaultCollection.Remove(System.Web.Services.Description.OperationFault)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1995C13-L1996C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationFaultCollection.CopyTo(System.Web.Services.Description.OperationFault[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L2000C13-L2001C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationFaultCollection.GetKey(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L2010C13-L2010C49" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationFaultCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L2015C13-L2016C10" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationFaultCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1969C19-L1969C54" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationFaultCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L2005C19-L2005C54" - } - ], - "DocsId": "T:System.Web.Services.Description.OperationFaultCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionBaseCollection.GetKey(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L2036C13-L2036C25" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionBaseCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L2042C9-L2042C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionBaseCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L2046C13-L2047C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionBaseCollection.OnRemove(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L2051C13-L2052C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionBaseCollection.OnClear", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L2056C18-L2060C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionBaseCollection.OnSet(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L2064C13-L2066C10" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescriptionBaseCollection.Table", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L2031C19-L2031C83" - } - ], - "DocsId": "T:System.Web.Services.Description.ServiceDescriptionBaseCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L9C49-L9C63" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.Add(System.Web.Services.Description.ServiceDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L21C13-L21C49" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.Insert(System.Int32,System.Web.Services.Description.ServiceDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L25C13-L26C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.IndexOf(System.Web.Services.Description.ServiceDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L29C13-L29C53" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.Contains(System.Web.Services.Description.ServiceDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L33C13-L33C54" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.Remove(System.Web.Services.Description.ServiceDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L37C13-L38C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.CopyTo(System.Web.Services.Description.ServiceDescription[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L41C13-L42C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.GetKey(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L45C13-L51C23" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.GetMessage(System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L59C13-L70C28" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.GetPortType(System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L74C13-L85C29" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.GetService(System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L89C13-L100C28" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.GetBinding(System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L104C13-L115C28" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L128C13-L129C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L132C13-L139C10" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescriptionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L12C19-L12C58" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescriptionCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L17C19-L17C56" - } - ], - "DocsId": "T:System.Web.Services.Description.ServiceDescriptionCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Soap12Binding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.Soap12Binding.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.Soap12Binding.HttpTransport", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - } - ], - "DocsId": "T:System.Web.Services.Description.Soap12Binding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Soap12OperationBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.Soap12OperationBinding.SoapActionRequired", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs#L21C42-L21C46" - } - ], - "DocsId": "T:System.Web.Services.Description.Soap12OperationBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Soap12BodyBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - } - ], - "DocsId": "T:System.Web.Services.Description.Soap12BodyBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Soap12FaultBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - } - ], - "DocsId": "T:System.Web.Services.Description.Soap12FaultBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Soap12HeaderBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - } - ], - "DocsId": "T:System.Web.Services.Description.Soap12HeaderBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Soap12AddressBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - } - ], - "DocsId": "T:System.Web.Services.Description.Soap12AddressBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.SoapBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L31C55-L31C80" - }, - { - "DocsId": "F:System.Web.Services.Description.SoapBinding.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.SoapBinding.HttpTransport", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapBinding.Transport", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L26C19-L26C73" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapBinding.Style", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L31C41-L31C45" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapBinding.Schema", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L35C17-L42C33" - } - ], - "DocsId": "T:System.Web.Services.Description.SoapBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Web.Services.Description.SoapBindingStyle.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.SoapBindingStyle.Default", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.SoapBindingStyle.Document", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.SoapBindingStyle.Rpc", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - } - ], - "DocsId": "T:System.Web.Services.Description.SoapBindingStyle", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.SoapOperationBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapOperationBinding.SoapAction", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L62C19-L62C75" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapOperationBinding.Style", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L67C41-L67C45" - } - ], - "DocsId": "T:System.Web.Services.Description.SoapOperationBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.SoapBodyBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapBodyBinding.Use", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L76C37-L76C41" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapBodyBinding.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L80C19-L80C59" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapBodyBinding.Encoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L86C19-L86C71" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapBodyBinding.PartsString", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L93C17-L108C43" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapBodyBinding.Parts", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L123C33-L123C37" - } - ], - "DocsId": "T:System.Web.Services.Description.SoapBodyBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Web.Services.Description.SoapBindingUse.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.SoapBindingUse.Default", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.SoapBindingUse.Encoded", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.SoapBindingUse.Literal", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - } - ], - "DocsId": "T:System.Web.Services.Description.SoapBindingUse", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.SoapFaultBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapFaultBinding.Use", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L141C37-L141C41" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapFaultBinding.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L144C30-L144C34" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapFaultBinding.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L148C19-L148C59" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapFaultBinding.Encoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L154C19-L154C71" - } - ], - "DocsId": "T:System.Web.Services.Description.SoapFaultBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.SoapHeaderBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L168C57-L168C79" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapHeaderBinding.MapToProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L165C37-L165C41" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapHeaderBinding.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L168C43-L168C47" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapHeaderBinding.Part", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L171C30-L171C34" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapHeaderBinding.Use", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L174C37-L174C41" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapHeaderBinding.Encoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L178C19-L178C71" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapHeaderBinding.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L184C19-L184C59" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapHeaderBinding.Fault", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L189C47-L189C51" - } - ], - "DocsId": "T:System.Web.Services.Description.SoapHeaderBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.SoapHeaderFaultBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L197C57-L197C79" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapHeaderFaultBinding.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L197C43-L197C47" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapHeaderFaultBinding.Part", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L200C30-L200C34" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapHeaderFaultBinding.Use", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L203C37-L203C41" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapHeaderFaultBinding.Encoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L207C19-L207C71" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapHeaderFaultBinding.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L213C19-L213C59" - } - ], - "DocsId": "T:System.Web.Services.Description.SoapHeaderFaultBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.SoapAddressBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapAddressBinding.Location", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L224C19-L224C71" - } - ], - "DocsId": "T:System.Web.Services.Description.SoapAddressBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Configuration.XmlFormatExtensionAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionAttribute.cs#L12C9-L13C10" - }, - { - "DocsId": "M:System.Web.Services.Configuration.XmlFormatExtensionAttribute.#ctor(System.String,System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionAttribute.cs#L15C99-L16C10" - }, - { - "DocsId": "M:System.Web.Services.Configuration.XmlFormatExtensionAttribute.#ctor(System.String,System.String,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionAttribute.cs#L18C121-L19C10" - }, - { - "DocsId": "M:System.Web.Services.Configuration.XmlFormatExtensionAttribute.#ctor(System.String,System.String,System.Type,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionAttribute.cs#L21C143-L22C10" - }, - { - "DocsId": "M:System.Web.Services.Configuration.XmlFormatExtensionAttribute.#ctor(System.String,System.String,System.Type,System.Type,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionAttribute.cs#L24C165-L25C10" - }, - { - "DocsId": "M:System.Web.Services.Configuration.XmlFormatExtensionAttribute.#ctor(System.String,System.String,System.Type[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionAttribute.cs#L27C9-L31C10" - }, - { - "DocsId": "P:System.Web.Services.Configuration.XmlFormatExtensionAttribute.ExtensionPoints", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionAttribute.cs#L34C19-L34C64" - }, - { - "DocsId": "P:System.Web.Services.Configuration.XmlFormatExtensionAttribute.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionAttribute.cs#L39C19-L39C59" - }, - { - "DocsId": "P:System.Web.Services.Configuration.XmlFormatExtensionAttribute.ElementName", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionAttribute.cs#L44C19-L44C63" - } - ], - "DocsId": "T:System.Web.Services.Configuration.XmlFormatExtensionAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Configuration.XmlFormatExtensionPointAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionPointAttribute.cs#L19C51-L12C10" - }, - { - "DocsId": "P:System.Web.Services.Configuration.XmlFormatExtensionPointAttribute.MemberName", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionPointAttribute.cs#L15C19-L15C63" - }, - { - "DocsId": "P:System.Web.Services.Configuration.XmlFormatExtensionPointAttribute.AllowElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionPointAttribute.cs#L19C37-L19C41" - } - ], - "DocsId": "T:System.Web.Services.Configuration.XmlFormatExtensionPointAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionPointAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionPrefixAttribute.cs#L11C9-L12C10" - }, - { - "DocsId": "M:System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionPrefixAttribute.cs#L14C9-L17C10" - }, - { - "DocsId": "P:System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute.Prefix", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionPrefixAttribute.cs#L20C19-L20C67" - }, - { - "DocsId": "P:System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionPrefixAttribute.cs#L25C19-L25C59" - } - ], - "DocsId": "T:System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/cb5ae42cc32b3734068d75f7a4398f751ac0825a/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionPrefixAttribute.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Windows.Extensions.json b/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Windows.Extensions.json deleted file mode 100644 index f2b0c320a6b..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-7.0/System.Windows.Extensions.json +++ /dev/null @@ -1,210 +0,0 @@ -{ - "Assembly": "System.Windows.Extensions", - "GUID": "4F6AF0A867DD4021967EF18C5B670C9AFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Xaml.Permissions.XamlAccessLevel.AssemblyAccessTo(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L19C13-L19C66" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlAccessLevel.AssemblyAccessTo(System.Reflection.AssemblyName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L24C13-L24C69" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlAccessLevel.PrivateAccessTo(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L29C13-L29C80" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlAccessLevel.PrivateAccessTo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L34C13-L38C73" - }, - { - "DocsId": "P:System.Xaml.Permissions.XamlAccessLevel.AssemblyAccessToAssemblyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L43C19-L43C63" - }, - { - "DocsId": "P:System.Xaml.Permissions.XamlAccessLevel.PrivateAccessToTypeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L46C50-L46C54" - } - ], - "DocsId": "T:System.Xaml.Permissions.XamlAccessLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Media.SoundPlayer.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L23C9-L52C10" - }, - { - "DocsId": "M:System.Media.SoundPlayer.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L54C52-L57C10" - }, - { - "DocsId": "M:System.Media.SoundPlayer.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L59C46-L62C10" - }, - { - "DocsId": "M:System.Media.SoundPlayer.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L23C9-L66C55" - }, - { - "DocsId": "M:System.Media.SoundPlayer.LoadAsync", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L133C13-L160C10" - }, - { - "DocsId": "M:System.Media.SoundPlayer.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L185C13-L199C10" - }, - { - "DocsId": "M:System.Media.SoundPlayer.Play", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L330C13-L331C10" - }, - { - "DocsId": "M:System.Media.SoundPlayer.PlaySync", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L335C13-L336C10" - }, - { - "DocsId": "M:System.Media.SoundPlayer.PlayLooping", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L340C13-L341C10" - }, - { - "DocsId": "M:System.Media.SoundPlayer.Stop", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L424C13-L425C10" - }, - { - "DocsId": "M:System.Media.SoundPlayer.OnLoadCompleted(System.ComponentModel.AsyncCompletedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L465C13-L466C10" - }, - { - "DocsId": "M:System.Media.SoundPlayer.OnSoundLocationChanged(System.EventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L470C13-L471C10" - }, - { - "DocsId": "M:System.Media.SoundPlayer.OnStreamChanged(System.EventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L475C13-L476C10" - }, - { - "DocsId": "M:System.Media.SoundPlayer.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L722C13-L722C55" - }, - { - "DocsId": "E:System.Media.SoundPlayer.LoadCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L431C17-L432C14" - }, - { - "DocsId": "E:System.Media.SoundPlayer.SoundLocationChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L443C17-L444C14" - }, - { - "DocsId": "E:System.Media.SoundPlayer.StreamChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L455C17-L456C14" - }, - { - "DocsId": "P:System.Media.SoundPlayer.LoadTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L71C20-L71C32" - }, - { - "DocsId": "P:System.Media.SoundPlayer.SoundLocation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L85C20-L85C34" - }, - { - "DocsId": "P:System.Media.SoundPlayer.Stream", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L106C17-L111C32" - }, - { - "DocsId": "P:System.Media.SoundPlayer.IsLoadCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L125C39-L125C43" - }, - { - "DocsId": "P:System.Media.SoundPlayer.Tag", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L127C30-L127C34" - } - ], - "DocsId": "T:System.Media.SoundPlayer", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Media.SystemSound.Play", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Media/SystemSound.cs#L17C13-L18C10" - } - ], - "DocsId": "T:System.Media.SystemSound", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Media/SystemSound.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Media.SystemSounds.Asterisk", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs#L16C20-L16C82" - }, - { - "DocsId": "P:System.Media.SystemSounds.Beep", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs#L21C20-L21C68" - }, - { - "DocsId": "P:System.Media.SystemSounds.Exclamation", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs#L26C20-L26C88" - }, - { - "DocsId": "P:System.Media.SystemSounds.Hand", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs#L31C20-L31C74" - }, - { - "DocsId": "P:System.Media.SystemSounds.Question", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs#L36C20-L36C82" - } - ], - "DocsId": "T:System.Media.SystemSounds", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Cryptography.X509Certificates.X509SelectionFlag.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.X509Certificates.X509SelectionFlag.SingleSelection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.X509Certificates.X509SelectionFlag.MultiSelection", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" - } - ], - "DocsId": "T:System.Security.Cryptography.X509Certificates.X509SelectionFlag", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.X509Certificates.X509Certificate2UI.DisplayCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs#L23C13-L26C10" - }, - { - "DocsId": "M:System.Security.Cryptography.X509Certificates.X509Certificate2UI.DisplayCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs#L30C13-L33C10" - }, - { - "DocsId": "M:System.Security.Cryptography.X509Certificates.X509Certificate2UI.SelectFromCollection(System.Security.Cryptography.X509Certificates.X509Certificate2Collection,System.String,System.String,System.Security.Cryptography.X509Certificates.X509SelectionFlag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs#L37C13-L37C105" - }, - { - "DocsId": "M:System.Security.Cryptography.X509Certificates.X509Certificate2UI.SelectFromCollection(System.Security.Cryptography.X509Certificates.X509Certificate2Collection,System.String,System.String,System.Security.Cryptography.X509Certificates.X509SelectionFlag,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs#L42C13-L42C104" - }, - { - "DocsId": "M:System.Security.Cryptography.X509Certificates.X509Certificate2UI.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" - } - ], - "DocsId": "T:System.Security.Cryptography.X509Certificates.X509Certificate2UI", - "SourceLink": "https://github.com/dotnet/runtime/blob/d099f075e45d2aa6007a22b71b45a08758559f80/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Caching.Abstractions.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Caching.Abstractions.json deleted file mode 100644 index e66f1c60e3e..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Caching.Abstractions.json +++ /dev/null @@ -1,504 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Caching.Abstractions", - "GUID": "07A7FFDD337549CFBC1E11E4D381EE34FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.Internal.ISystemClock.UtcNow", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Internal/ISystemClock.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Internal.ISystemClock", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Internal/ISystemClock.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Internal.SystemClock.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Internal/SystemClock.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Internal.SystemClock.UtcNow", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Internal/SystemClock.cs#L20C17-L20C46" - } - ], - "DocsId": "T:Microsoft.Extensions.Internal.SystemClock", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Internal/SystemClock.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryExtensions.SetAbsoluteExpiration(Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryExtensions.cs#L22C13-L23C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryExtensions.SetAbsoluteExpiration(Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryExtensions.cs#L35C13-L36C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryExtensions.SetSlidingExpiration(Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryExtensions.cs#L49C13-L50C28" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryOptions.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions.AbsoluteExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryOptions.cs#L24C17-L24C44" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions.AbsoluteExpirationRelativeToNow", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryOptions.cs#L39C17-L39C57" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions.SlidingExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryOptions.cs#L63C17-L63C43" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.Set(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L25C13-L29C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.SetAsync(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.Byte[],System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L42C13-L45C90" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.SetString(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L57C13-L58C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.SetString(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.String,Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L70C13-L74C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.SetStringAsync(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L87C13-L87C96" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.SetStringAsync(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.String,Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L102C13-L105C87" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.GetString(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L116C13-L121C66" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.GetStringAsync(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.GetAsync(System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.Set(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.SetAsync(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.Refresh(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.RefreshAsync(System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.RemoveAsync(System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Distributed.IDistributedCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.SetPriority(Microsoft.Extensions.Caching.Memory.ICacheEntry,Microsoft.Extensions.Caching.Memory.CacheItemPriority)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L25C13-L26C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.AddExpirationToken(Microsoft.Extensions.Caching.Memory.ICacheEntry,Microsoft.Extensions.Primitives.IChangeToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L39C13-L42C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.SetAbsoluteExpiration(Microsoft.Extensions.Caching.Memory.ICacheEntry,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L55C13-L56C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.SetAbsoluteExpiration(Microsoft.Extensions.Caching.Memory.ICacheEntry,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L69C13-L70C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.SetSlidingExpiration(Microsoft.Extensions.Caching.Memory.ICacheEntry,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L84C13-L85C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.RegisterPostEvictionCallback(Microsoft.Extensions.Caching.Memory.ICacheEntry,Microsoft.Extensions.Caching.Memory.PostEvictionDelegate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L98C13-L100C90" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.RegisterPostEvictionCallback(Microsoft.Extensions.Caching.Memory.ICacheEntry,Microsoft.Extensions.Caching.Memory.PostEvictionDelegate,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L115C13-L117C84" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.SetValue(Microsoft.Extensions.Caching.Memory.ICacheEntry,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L143C13-L144C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.SetSize(Microsoft.Extensions.Caching.Memory.ICacheEntry,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L157C13-L163C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.SetOptions(Microsoft.Extensions.Caching.Memory.ICacheEntry,Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L174C13-L196C26" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Caching.Memory.CacheItemPriority.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Caching.Memory.CacheItemPriority.Low", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Caching.Memory.CacheItemPriority.Normal", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Caching.Memory.CacheItemPriority.High", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Caching.Memory.CacheItemPriority.NeverRemove", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.CacheItemPriority", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Caching.Memory.EvictionReason.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Caching.Memory.EvictionReason.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Caching.Memory.EvictionReason.Removed", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Caching.Memory.EvictionReason.Replaced", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Caching.Memory.EvictionReason.Expired", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Caching.Memory.EvictionReason.TokenExpired", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Caching.Memory.EvictionReason.Capacity", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.EvictionReason", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.AbsoluteExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.AbsoluteExpirationRelativeToNow", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.SlidingExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.ExpirationTokens", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.PostEvictionCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.Priority", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.Size", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.ICacheEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.IMemoryCache.TryGetValue(System.Object,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IMemoryCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.IMemoryCache.CreateEntry(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IMemoryCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.IMemoryCache.Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IMemoryCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.IMemoryCache.GetCurrentStatistics", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IMemoryCache.cs#L39C58-L39C62" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.IMemoryCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IMemoryCache.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.SetPriority(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,Microsoft.Extensions.Caching.Memory.CacheItemPriority)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L24C13-L25C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.SetSize(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L38C13-L44C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.AddExpirationToken(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,Microsoft.Extensions.Primitives.IChangeToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L57C13-L60C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.SetAbsoluteExpiration(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L73C13-L74C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.SetAbsoluteExpiration(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L87C13-L88C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.SetSlidingExpiration(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L102C13-L103C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.RegisterPostEvictionCallback(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,Microsoft.Extensions.Caching.Memory.PostEvictionDelegate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L116C13-L118C80" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.RegisterPostEvictionCallback(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,Microsoft.Extensions.Caching.Memory.PostEvictionDelegate,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L133C13-L140C28" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L84C64-L96C83" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.AbsoluteExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L27C17-L27C44" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.AbsoluteExpirationRelativeToNow", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L42C17-L42C57" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.SlidingExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L66C17-L66C43" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.ExpirationTokens", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L84C55-L84C59" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.PostEvictionCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L89C80-L89C84" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.Priority", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L96C45-L96C49" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.Size", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L103C20-L103C25" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.Get(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L23C13-L24C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.Get``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L36C13-L36C63" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.TryGetValue``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,``0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L49C13-L65C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.Set``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L78C13-L82C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.Set``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,``0,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L95C13-L100C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.Set``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,``0,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L113C13-L118C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.Set``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,``0,Microsoft.Extensions.Primitives.IChangeToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L131C13-L136C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.Set``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,``0,Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L149C13-L158C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.GetOrCreate``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func{Microsoft.Extensions.Caching.Memory.ICacheEntry,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L170C13-L178C35" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.GetOrCreateAsync``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func{Microsoft.Extensions.Caching.Memory.ICacheEntry,System.Threading.Tasks.Task{``0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.CacheExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs#L16C9-L16C43" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics.CurrentEntryCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs#L21C41-L21C45" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics.CurrentEstimatedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs#L27C45-L27C49" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics.TotalMisses", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs#L32C35-L32C39" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics.TotalHits", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs#L37C33-L37C37" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.PostEvictionCallbackRegistration.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionCallbackRegistration.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.PostEvictionCallbackRegistration.EvictionCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionCallbackRegistration.cs#L14C57-L14C61" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.PostEvictionCallbackRegistration.State", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionCallbackRegistration.cs#L19C32-L19C36" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.PostEvictionCallbackRegistration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionCallbackRegistration.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.PostEvictionDelegate.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionDelegate.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.PostEvictionDelegate.Invoke(System.Object,System.Object,Microsoft.Extensions.Caching.Memory.EvictionReason,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionDelegate.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.PostEvictionDelegate.BeginInvoke(System.Object,System.Object,Microsoft.Extensions.Caching.Memory.EvictionReason,System.Object,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionDelegate.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.PostEvictionDelegate.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionDelegate.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.PostEvictionDelegate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionDelegate.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Caching.Memory.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Caching.Memory.json deleted file mode 100644 index bb42bdea3b9..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Caching.Memory.json +++ /dev/null @@ -1,184 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Caching.Memory", - "GUID": "1B3C8E2DA2DC43B99D1BBC656DA41311FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.MemoryCacheServiceCollectionExtensions.AddMemoryCache(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheServiceCollectionExtensions.cs#L24C13-L29C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.MemoryCacheServiceCollectionExtensions.AddMemoryCache(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Caching.Memory.MemoryCacheOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheServiceCollectionExtensions.cs#L43C13-L49C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.MemoryCacheServiceCollectionExtensions.AddDistributedMemoryCache(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheServiceCollectionExtensions.cs#L68C13-L73C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.MemoryCacheServiceCollectionExtensions.AddDistributedMemoryCache(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Caching.Memory.MemoryDistributedCacheOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheServiceCollectionExtensions.cs#L95C13-L101C29" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.MemoryCacheServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Caching.Memory.MemoryDistributedCacheOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L26C15-L26C68" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Caching.Memory.MemoryDistributedCacheOptions},Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L33C9-L39C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L48C13-L50C48" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.GetAsync(System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L61C13-L63C46" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.Set(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L74C13-L85C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.SetAsync(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L97C13-L102C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.Refresh(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L111C13-L114C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.RefreshAsync(System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L124C13-L127C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L136C13-L139C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.RemoveAsync(System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L149C13-L152C39" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Caching.Memory.MemoryCacheOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L39C15-L39C68" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Caching.Memory.MemoryCacheOptions},Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L46C9-L65C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L72C27-L16707566C0" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.CreateEntry(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L92C13-L95C46" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.TryGetValue(System.Object,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L206C13-L261C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L267C13-L284C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L291C13-L299C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.GetCurrentStatistics", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L307C13-L319C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.Compact(System.Double)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L503C13-L506C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L593C13-L594C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L602C13-L612C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCache.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L77C29-L77C49" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.MemoryCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.Microsoft#Extensions#Options#IOptions#get_Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L89C19-L89C31" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L16C9-L29C88" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.Clock", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L24C38-L24C42" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.ExpirationScanFrequency", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L29C51-L29C55" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.SizeLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L40C20-L40C54" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.CompactOnMemoryPressure", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L57C47-L57C51" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.CompactionPercentage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L64C20-L64C41" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.TrackLinkedCacheEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L80C47-L80C51" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.TrackStatistics", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L85C39-L85C43" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.Microsoft#Extensions#Options#IOptions#Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L89C19-L89C31" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryDistributedCacheOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCacheOptions.cs#L15C15-L19C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.MemoryDistributedCacheOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCacheOptions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Configuration.Abstractions.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Configuration.Abstractions.json deleted file mode 100644 index 40e58e966a3..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Configuration.Abstractions.json +++ /dev/null @@ -1,233 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Configuration.Abstractions", - "GUID": "94CFC169520F425CB600040F268C57BBFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationDebugViewContext.#ctor(System.String,System.String,System.String,Microsoft.Extensions.Configuration.IConfigurationProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs#L20C13-L24C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationDebugViewContext.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs#L29C30-L29C34" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationDebugViewContext.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs#L34C29-L34C33" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationDebugViewContext.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs#L39C32-L39C36" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationDebugViewContext.ConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs#L44C63-L44C67" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationDebugViewContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationExtensions.Add``1(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs#L24C13-L26C40" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationExtensions.GetConnectionString(Microsoft.Extensions.Configuration.IConfiguration,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs#L37C13-L37C73" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationExtensions.AsEnumerable(Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs#L45C117-L45C169" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationExtensions.AsEnumerable(Microsoft.Extensions.Configuration.IConfiguration,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationExtensions.Exists(Microsoft.Extensions.Configuration.IConfigurationSection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs#L80C13-L84C73" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationExtensions.GetRequiredSection(Microsoft.Extensions.Configuration.IConfiguration,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs#L99C13-L107C88" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationKeyNameAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationKeyNameAttribute.cs#L18C9-L18C73" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationKeyNameAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationKeyNameAttribute.cs#L23C30-L23C34" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationKeyNameAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationKeyNameAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationPath.Combine(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs#L27C13-L29C60" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationPath.Combine(System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs#L39C13-L41C60" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationPath.GetSectionKey(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs#L52C13-L58C91" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationPath.GetParentPath(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs#L68C13-L74C90" - }, - { - "DocsId": "F:Microsoft.Extensions.Configuration.ConfigurationPath.KeyDelimiter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRootExtensions.GetDebugView(Microsoft.Extensions.Configuration.IConfigurationRoot)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationRootExtensions.cs#L22C13-L22C59" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRootExtensions.GetDebugView(Microsoft.Extensions.Configuration.IConfigurationRoot,System.Func{Microsoft.Extensions.Configuration.ConfigurationDebugViewContext,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationRootExtensions.cs#L16707566C0-L78C39" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationRootExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationRootExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.IConfiguration.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfiguration.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.IConfiguration.GetChildren", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfiguration.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.IConfiguration.GetReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfiguration.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.IConfiguration.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfiguration.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.IConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfiguration.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationBuilder.Add(Microsoft.Extensions.Configuration.IConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationBuilder.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationBuilder.Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.IConfigurationBuilder.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.IConfigurationBuilder.Sources", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationBuilder.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.IConfigurationBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationBuilder.cs" - }, - { - "Members": [], - "DocsId": "T:Microsoft.Extensions.Configuration.IConfigurationManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationManager.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationProvider.TryGet(System.String,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationProvider.Set(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationProvider.GetReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationProvider.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationProvider.GetChildKeys(System.Collections.Generic.IEnumerable{System.String},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.IConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationRoot.Reload", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationRoot.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.IConfigurationRoot.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationRoot.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.IConfigurationRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationRoot.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.Configuration.IConfigurationSection.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSection.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.IConfigurationSection.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSection.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.IConfigurationSection.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSection.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.IConfigurationSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSection.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSource.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.IConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSource.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Configuration.Binder.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Configuration.Binder.json deleted file mode 100644 index 30723ca5405..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Configuration.Binder.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Configuration.Binder", - "GUID": "09F963D5AE544099BD111E1D4F32249EFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.BinderOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Binder/src/BinderOptions.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.BinderOptions.BindNonPublicProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Binder/src/BinderOptions.cs#L15C47-L15C51" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.BinderOptions.ErrorOnUnknownConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Binder/src/BinderOptions.cs#L23C51-L23C55" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.BinderOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Binder/src/BinderOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.Get``1(Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L38C16-L38C42" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.Get``1(Microsoft.Extensions.Configuration.IConfiguration,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L53C13-L60C30" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.Get(Microsoft.Extensions.Configuration.IConfiguration,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L74C16-L74C45" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.Get(Microsoft.Extensions.Configuration.IConfiguration,System.Type,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L93C13-L100C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.Bind(Microsoft.Extensions.Configuration.IConfiguration,System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L113C13-L115C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.Bind(Microsoft.Extensions.Configuration.IConfiguration,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L125C16-L125C50" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.Bind(Microsoft.Extensions.Configuration.IConfiguration,System.Object,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L137C13-L146C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.GetValue``1(Microsoft.Extensions.Configuration.IConfiguration,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L158C13-L158C61" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.GetValue``1(Microsoft.Extensions.Configuration.IConfiguration,System.String,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L172C13-L172C78" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.GetValue(Microsoft.Extensions.Configuration.IConfiguration,System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L189C13-L189C75" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.GetValue(Microsoft.Extensions.Configuration.IConfiguration,System.Type,System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L207C13-L216C33" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationBinder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Configuration.CommandLine.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Configuration.CommandLine.json deleted file mode 100644 index a1e1bc8a6f6..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Configuration.CommandLine.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Configuration.CommandLine", - "GUID": "2AE53CE29F664ACF85DF89BD9064A751FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.CommandLineConfigurationExtensions.AddCommandLine(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationExtensions.cs#L68C13-L68C84" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.CommandLineConfigurationExtensions.AddCommandLine(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String[],System.Collections.Generic.IDictionary{System.String,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationExtensions.cs#L157C13-L158C41" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.CommandLineConfigurationExtensions.AddCommandLine(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationSource})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationExtensions.cs#L168C16-L168C44" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.CommandLineConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationProvider.#ctor(System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IDictionary{System.String,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationProvider.cs#L21C9-L31C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationProvider.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationProvider.cs#L43C13-L133C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationProvider.Args", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationProvider.cs#L36C46-L36C50" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationSource.cs#L31C13-L31C79" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationSource.cs#L22C57-L22C78" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationSource.SwitchMappings", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationSource.cs#L17C62-L17C66" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationSource.Args", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationSource.cs#L22C43-L22C47" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationSource.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Configuration.EnvironmentVariables.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Configuration.EnvironmentVariables.json deleted file mode 100644 index 72ddbb3d595..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Configuration.EnvironmentVariables.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Configuration.EnvironmentVariables", - "GUID": "D287FAC202A1451292F0B4DF856F0368FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariablesExtensions.AddEnvironmentVariables(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesExtensions.cs#L21C13-L22C41" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariablesExtensions.AddEnvironmentVariables(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesExtensions.cs#L36C13-L37C41" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariablesExtensions.AddEnvironmentVariables(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesExtensions.cs#L47C16-L47C44" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.EnvironmentVariablesExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationProvider.cs#L26C9-L30C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationProvider.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationProvider.cs#L36C9-L40C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationProvider.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationProvider.cs#L46C13-L46C56" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationProvider.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationProvider.cs#L54C13-L59C22" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationSource.cs#L23C13-L23C74" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationSource.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource.Prefix", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationSource.cs#L14C33-L14C37" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationSource.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Configuration.FileExtensions.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Configuration.FileExtensions.json deleted file mode 100644 index 93d9418c440..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Configuration.FileExtensions.json +++ /dev/null @@ -1,134 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Configuration.FileExtensions", - "GUID": "8D6079FCE40F49BDB6845B98C22F586FFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationExtensions.SetFileProvider(Microsoft.Extensions.Configuration.IConfigurationBuilder,Microsoft.Extensions.FileProviders.IFileProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs#L25C13-L29C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationExtensions.GetFileProvider(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs#L42C13-L44C126" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationExtensions.SetBasePath(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs#L55C13-L58C80" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationExtensions.SetFileLoadExceptionHandler(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{Microsoft.Extensions.Configuration.FileLoadExceptionContext})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs#L69C13-L72C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationExtensions.GetFileLoadExceptionHandler(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs#L82C13-L88C25" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.FileConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.FileConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L26C9-L42C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationProvider.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L54C16-L54C103" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationProvider.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L127C13-L128C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L156C34-L156C47" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationProvider.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L164C13-L170C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.FileConfigurationProvider.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L47C49-L47C53" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.FileConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationSource.EnsureDefaults(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L66C13-L73C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationSource.ResolveFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L81C13-L99C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L46C48-L46C51" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.FileConfigurationSource.FileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L19C46-L19C50" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.FileConfigurationSource.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L30C31-L30C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.FileConfigurationSource.Optional", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L35C32-L35C36" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.FileConfigurationSource.ReloadOnChange", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L40C38-L40C42" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.FileConfigurationSource.ReloadDelay", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L46C34-L46C38" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.FileConfigurationSource.OnLoadException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L51C68-L51C72" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.FileConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileLoadExceptionContext.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileLoadExceptionContext.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.FileLoadExceptionContext.Provider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileLoadExceptionContext.cs#L16C53-L16C57" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.FileLoadExceptionContext.Exception", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileLoadExceptionContext.cs#L21C38-L21C42" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.FileLoadExceptionContext.Ignore", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileLoadExceptionContext.cs#L26C30-L26C34" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.FileLoadExceptionContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileLoadExceptionContext.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Configuration.Ini.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Configuration.Ini.json deleted file mode 100644 index 8814c641f10..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Configuration.Ini.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Configuration.Ini", - "GUID": "13396C8CFFBF42BDB454725FA8562FE7FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.IniConfigurationExtensions.AddIniFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L25C13-L25C108" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.IniConfigurationExtensions.AddIniFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L38C13-L38C111" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.IniConfigurationExtensions.AddIniFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L52C13-L52C120" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.IniConfigurationExtensions.AddIniFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,Microsoft.Extensions.FileProviders.IFileProvider,System.String,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L16707566C0-L81C16" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.IniConfigurationExtensions.AddIniFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{Microsoft.Extensions.Configuration.Ini.IniConfigurationSource})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L91C16-L91C44" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.IniConfigurationExtensions.AddIniStream(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L16707566C0-L103C86" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.IniConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.Ini.IniConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationProvider.cs#L26C74-L26C90" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationProvider.cs#L33C16-L33C66" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Ini.IniConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationSource.cs#L27C13-L28C55" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationSource.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Ini.IniConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationSource.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationProvider.cs#L19C86-L19C102" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationProvider.Read(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationProvider.cs#L28C13-L84C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationProvider.cs#L93C13-L94C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationSource.cs#L26C16-L26C56" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationSource.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationSource.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Configuration.Json.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Configuration.Json.json deleted file mode 100644 index 6af819b4f3f..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Configuration.Json.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Configuration.Json", - "GUID": "849068457DB34ACBAB175218AECA1248FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.JsonConfigurationExtensions.AddJsonFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L25C13-L25C109" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.JsonConfigurationExtensions.AddJsonFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L38C13-L38C112" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.JsonConfigurationExtensions.AddJsonFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L52C13-L52C121" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.JsonConfigurationExtensions.AddJsonFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,Microsoft.Extensions.FileProviders.IFileProvider,System.String,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L16707566C0-L81C16" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.JsonConfigurationExtensions.AddJsonFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{Microsoft.Extensions.Configuration.Json.JsonConfigurationSource})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L91C16-L91C44" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.JsonConfigurationExtensions.AddJsonStream(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L16707566C0-L103C87" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.JsonConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.Json.JsonConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationProvider.cs#L20C76-L20C92" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationProvider.cs#L30C17-L36C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Json.JsonConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationSource.cs#L20C13-L21C56" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationSource.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Json.JsonConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationSource.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonStreamConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.Json.JsonStreamConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationProvider.cs#L17C88-L17C104" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonStreamConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationProvider.cs#L25C13-L26C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Json.JsonStreamConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonStreamConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationSource.cs#L17C16-L17C57" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonStreamConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationSource.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Json.JsonStreamConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationSource.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Configuration.KeyPerFile.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Configuration.KeyPerFile.json deleted file mode 100644 index 0d2e6ef2cf3..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Configuration.KeyPerFile.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Configuration.KeyPerFile", - "GUID": "503B623B1E734FC495B6EDD27E7FD3CCFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.KeyPerFileConfigurationBuilderExtensions.AddKeyPerFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationBuilderExtensions.cs#L24C12-L24C88" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.KeyPerFileConfigurationBuilderExtensions.AddKeyPerFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationBuilderExtensions.cs#L35C12-L35C81" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.KeyPerFileConfigurationBuilderExtensions.AddKeyPerFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationBuilderExtensions.cs#L16707566C0-L56C11" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.KeyPerFileConfigurationBuilderExtensions.AddKeyPerFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationSource})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationBuilderExtensions.cs#L66C12-L66C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.KeyPerFileConfigurationBuilderExtensions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationSource)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationProvider.cs#L25C5-L40C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationProvider.Load", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationProvider.cs#L55C9-L56C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationProvider.ToString", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationProvider.cs#L117C12-L117C115" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationProvider.Dispose", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationProvider.cs#L122C9-L123C6" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationProvider", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationSource.cs#L29C48-L18C111" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationSource.cs#L65C12-L65C53" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationSource.FileProvider", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationSource.cs#L23C42-L23C46" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationSource.IgnorePrefix", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationSource.cs#L29C34-L29C38" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationSource.IgnoreCondition", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationSource.cs#L35C49-L35C53" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationSource.Optional", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationSource.cs#L40C28-L40C32" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationSource.ReloadOnChange", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationSource.cs#L45C34-L45C38" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationSource.ReloadDelay", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationSource.cs#L51C30-L51C34" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationSource.SectionDelimiter", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationSource.cs#L57C38-L57C42" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationSource", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationSource.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Configuration.UserSecrets.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Configuration.UserSecrets.json deleted file mode 100644 index efb1a4d7f1b..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Configuration.UserSecrets.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Configuration.UserSecrets", - "GUID": "A1F9EE7618DD4D9AB2221C980867136AFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets``1(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L32C16-L32C103" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets``1(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L50C16-L50C97" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets``1(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L69C16-L69C90" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L85C16-L85C93" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Reflection.Assembly,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L102C16-L102C87" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Reflection.Assembly,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L121C13-L135C34" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L150C16-L150C82" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L165C16-L165C90" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.UserSecrets.PathHelper.GetSecretsPathFromSecretsId(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/PathHelper.cs#L28C13-L28C92" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.UserSecrets.PathHelper.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/PathHelper.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.UserSecrets.PathHelper", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/PathHelper.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsIdAttribute.cs#L25C9-L33C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute.UserSecretsId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsIdAttribute.cs#L38C39-L38C43" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsIdAttribute.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Configuration.Xml.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Configuration.Xml.json deleted file mode 100644 index 0e952f932a2..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Configuration.Xml.json +++ /dev/null @@ -1,118 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Configuration.Xml", - "GUID": "5E06B0CC853A432EB70ABBB1837A71C6FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.XmlConfigurationExtensions.AddXmlFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L28C13-L28C108" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.XmlConfigurationExtensions.AddXmlFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L43C13-L43C111" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.XmlConfigurationExtensions.AddXmlFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L59C13-L59C120" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.XmlConfigurationExtensions.AddXmlFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,Microsoft.Extensions.FileProviders.IFileProvider,System.String,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L16707566C0-L90C16" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.XmlConfigurationExtensions.AddXmlFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{Microsoft.Extensions.Configuration.Xml.XmlConfigurationSource})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L102C16-L102C44" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.XmlConfigurationExtensions.AddXmlStream(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L16707566C0-L116C86" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.XmlConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.Xml.XmlConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationProvider.cs#L22C65-L20C90" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationProvider.cs#L30C13-L31C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Xml.XmlConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationSource.cs#L22C13-L23C55" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationSource.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Xml.XmlConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationSource.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlDocumentDecryptor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlDocumentDecryptor.cs#L32C9-L35C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlDocumentDecryptor.CreateDecryptingXmlReader(System.IO.Stream,System.Xml.XmlReaderSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlDocumentDecryptor.cs#L66C13-L91C62" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlDocumentDecryptor.DecryptDocumentAndCreateXmlReader(System.Xml.XmlDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlDocumentDecryptor.cs#L106C13-L112C62" - }, - { - "DocsId": "F:Microsoft.Extensions.Configuration.Xml.XmlDocumentDecryptor.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlDocumentDecryptor.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Xml.XmlDocumentDecryptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlDocumentDecryptor.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationProvider.cs#L31C86-L31C102" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationProvider.Read(System.IO.Stream,Microsoft.Extensions.Configuration.Xml.XmlDocumentDecryptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationProvider.cs#L41C13-L180C47" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationProvider.cs#L189C13-L190C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationSource.cs#L21C16-L21C56" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationSource.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationSource.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Configuration.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Configuration.json deleted file mode 100644 index 91dc7e66f3e..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Configuration.json +++ /dev/null @@ -1,424 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Configuration", - "GUID": "4AFC9AD7AB584A57B18A9202BDEACF81FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ChainedBuilderExtensions.AddConfiguration(Microsoft.Extensions.Configuration.IConfigurationBuilder,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ChainedBuilderExtensions.cs#L21C16-L21C97" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ChainedBuilderExtensions.AddConfiguration(Microsoft.Extensions.Configuration.IConfigurationBuilder,Microsoft.Extensions.Configuration.IConfiguration,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ChainedBuilderExtensions.cs#L32C13-L40C41" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ChainedBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ChainedBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.ChainedConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L22C9-L28C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.TryGet(System.String,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L43C13-L44C49" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.Set(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L52C55-L52C75" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.GetReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L58C49-L58C73" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L63C30-L63C31" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.GetChildKeys(System.Collections.Generic.IEnumerable{System.String},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L77C13-L85C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L91C13-L95C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L33C48-L33C55" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ChainedConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationSource.cs#L31C16-L31C54" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationSource.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ChainedConfigurationSource.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationSource.cs#L17C48-L17C52" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ChainedConfigurationSource.ShouldDisposeConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationSource.cs#L23C50-L23C54" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ChainedConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationSource.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBuilder.Add(Microsoft.Extensions.Configuration.IConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs#L34C13-L37C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBuilder.Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs#L47C13-L53C53" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs#L14C9-L25C98" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationBuilder.Sources", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs#L19C55-L19C63" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationBuilder.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs#L25C57-L25C61" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationKeyComparer.Compare(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationKeyComparer.cs#L32C13-L59C65" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationKeyComparer.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationKeyComparer.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationKeyComparer.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationKeyComparer.cs#L19C59-L19C63" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationKeyComparer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationKeyComparer.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L33C9-L50C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L68C64-L68C99" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.GetChildren", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L71C68-L71C104" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfigurationBuilder#get_Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L73C73-L73C84" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfigurationRoot#get_Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L81C77-L81C122" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L86C13-L88C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfigurationBuilder#Add(Microsoft.Extensions.Configuration.IConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L92C13-L95C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfigurationBuilder#Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L98C61-L98C65" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfiguration#GetReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L100C57-L100C69" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfigurationRoot#Reload", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L104C20-L113C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationManager.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L57C17-L59C14" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfigurationBuilder#Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L73C73-L73C84" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationManager.Sources", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L76C55-L76C63" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfigurationRoot#Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L81C77-L81C122" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L17C9-L25C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.TryGet(System.String,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L39C16-L39C48" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.Set(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L47C16-L47C33" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L53C11-L53C12" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.GetChildKeys(System.Collections.Generic.IEnumerable{System.String},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L65C13-L93C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.GetReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L109C13-L109C33" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.OnReload", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L117C13-L119C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L125C46-L125C60" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationProvider.Data", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L30C55-L30C59" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationReloadToken.RegisterChangeCallback(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs#L39C13-L44C23" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationReloadToken.OnReload", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs#L50C35-L50C48" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationReloadToken.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs#L16C9-L22C71" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationReloadToken.ActiveChangeCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs#L22C45-L22C49" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationReloadToken.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs#L28C35-L28C63" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRoot.#ctor(System.Collections.Generic.IList{Microsoft.Extensions.Configuration.IConfigurationProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L21C9-L38C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRoot.GetChildren", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L60C68-L60C104" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRoot.GetReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L66C49-L66C61" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRoot.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L78C16-L78C51" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRoot.Reload", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L85C57-L90C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRoot.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L102C50-L112C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationRoot.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L43C65-L43C75" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationRoot.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L52C20-L52C53" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationSection.#ctor(Microsoft.Extensions.Configuration.IConfigurationRoot,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L27C9-L34C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationSection.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L89C64-L89C125" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationSection.GetChildren", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L95C68-L95C105" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationSection.GetReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L101C49-L101C71" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationSection.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L39C31-L39C36" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationSection.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L46C13-L46C60" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationSection.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L55C17-L55C36" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationSection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L72C17-L72C75" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.MemoryConfigurationBuilderExtensions.AddInMemoryCollection(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationBuilderExtensions.cs#L22C13-L25C41" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.MemoryConfigurationBuilderExtensions.AddInMemoryCollection(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationBuilderExtensions.cs#L38C13-L41C41" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.MemoryConfigurationBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.StreamConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.StreamConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationProvider.cs#L25C9-L30C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.StreamConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationProvider.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.StreamConfigurationProvider.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationProvider.cs#L43C13-L55C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.StreamConfigurationProvider.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationProvider.cs#L17C51-L17C55" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.StreamConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.StreamConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationSource.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.StreamConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationSource.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.StreamConfigurationSource.Stream", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationSource.cs#L18C33-L18C37" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.StreamConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationSource.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.Memory.MemoryConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationProvider.cs#L21C9-L34C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationProvider.Add(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationProvider.cs#L43C13-L44C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationProvider.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationProvider.cs#L52C13-L52C41" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationProvider.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationProvider.cs#L61C13-L61C36" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationSource.cs#L25C13-L25C58" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationSource.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationSource.InitialData", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationSource.cs#L16C74-L16C78" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationSource.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.DependencyInjection.Abstractions.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.DependencyInjection.Abstractions.json deleted file mode 100644 index 3a0752df190..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.DependencyInjection.Abstractions.json +++ /dev/null @@ -1,999 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.DependencyInjection.Abstractions", - "GUID": "3C144AD4C7BD475F95D63C5BBBB7861AFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateInstance(System.IServiceProvider,System.Type,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L53C13-L164C64" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateFactory(System.Type,System.Type[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L223C13-L240C34" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateFactory``1(System.Type[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L260C13-L273C34" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateInstance``1(System.IServiceProvider,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L294C13-L294C71" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ActivatorUtilities.GetServiceOrCreateInstance``1(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L305C13-L305C71" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ActivatorUtilities.GetServiceOrCreateInstance(System.IServiceProvider,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L318C13-L318C80" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ActivatorUtilities", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesConstructorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilitiesConstructorAttribute.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesConstructorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilitiesConstructorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AsyncServiceScope.#ctor(Microsoft.Extensions.DependencyInjection.IServiceScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/AsyncServiceScope.cs#L25C13-L28C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AsyncServiceScope.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/AsyncServiceScope.cs#L36C13-L37C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AsyncServiceScope.DisposeAsync", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/AsyncServiceScope.cs#L42C13-L49C28" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.AsyncServiceScope.ServiceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/AsyncServiceScope.cs#L31C52-L31C81" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.AsyncServiceScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/AsyncServiceScope.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.FromKeyedServicesAttribute.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/FromKeyedServicesAttribute.cs#L18C9-L18C67" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.FromKeyedServicesAttribute.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/FromKeyedServicesAttribute.cs#L23C29-L23C33" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.FromKeyedServicesAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/FromKeyedServicesAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.IKeyedServiceProvider.GetKeyedService(System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IKeyedServiceProvider.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.IKeyedServiceProvider.GetRequiredKeyedService(System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IKeyedServiceProvider.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.IKeyedServiceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IKeyedServiceProvider.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.KeyedService.AnyKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IKeyedServiceProvider.cs#L41C39-L41C43" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.KeyedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IKeyedServiceProvider.cs" - }, - { - "Members": [], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.IServiceCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.IServiceProviderFactory`1.CreateBuilder(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderFactory.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.IServiceProviderFactory`1.CreateServiceProvider(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderFactory.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.IServiceProviderFactory`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.IServiceProviderIsKeyedService.IsKeyedService(System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderIsKeyedService.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.IServiceProviderIsKeyedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderIsKeyedService.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.IServiceProviderIsService.IsService(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderIsService.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.IServiceProviderIsService", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderIsService.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.IServiceScope.ServiceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceScope.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.IServiceScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceScope.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.IServiceScopeFactory.CreateScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceScopeFactory.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.IServiceScopeFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceScopeFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ISupportRequiredService.GetRequiredService(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ISupportRequiredService.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ISupportRequiredService", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ISupportRequiredService.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectFactory.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactory.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectFactory.Invoke(System.IServiceProvider,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactory.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectFactory.BeginInvoke(System.IServiceProvider,System.Object[],System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactory.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectFactory.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactory.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ObjectFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectFactory`1.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactoryT.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectFactory`1.Invoke(System.IServiceProvider,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactoryT.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectFactory`1.BeginInvoke(System.IServiceProvider,System.Object[],System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactoryT.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectFactory`1.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactoryT.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ObjectFactory`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactoryT.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L44C13-L46C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.Contains(Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L51C13-L51C48" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.CopyTo(Microsoft.Extensions.DependencyInjection.ServiceDescriptor[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L57C13-L58C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.Remove(Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L63C13-L64C46" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L70C13-L70C49" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.System#Collections#Generic#ICollection#Add(Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L75C13-L77C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L81C13-L81C36" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.IndexOf(Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L87C13-L87C47" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.Insert(System.Int32,Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L93C13-L95C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L100C13-L102C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.MakeReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L112C13-L113C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L18C9-L18C95" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L22C29-L22C47" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceCollection.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L25C35-L25C46" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L32C17-L32C44" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L29C13-L33C94" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L51C13-L55C97" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddTransient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L72C13-L74C85" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L89C13-L92C68" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddTransient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L106C13-L108C60" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddTransient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L126C13-L129C83" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddTransient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L150C13-L153C83" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L171C13-L175C91" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L193C13-L197C94" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L214C13-L216C82" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L231C13-L234C65" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L248C13-L250C57" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L268C13-L271C80" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L292C13-L295C80" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L314C13-L318C94" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L336C13-L340C97" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L357C13-L359C85" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L374C13-L377C68" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L391C13-L393C60" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L411C13-L414C83" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L435C13-L438C83" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L456C13-L462C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L479C13-L482C84" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L31C13-L35C111" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L55C13-L59C114" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedTransient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L79C13-L81C102" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L98C13-L101C85" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedTransient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L118C13-L120C77" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedTransient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L140C13-L143C100" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedTransient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L166C13-L169C100" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L189C13-L193C108" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L213C13-L217C111" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedScoped``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L237C13-L239C99" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L256C13-L259C82" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedScoped``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L276C13-L278C74" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedScoped``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L298C13-L301C97" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedScoped``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L324C13-L327C97" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L348C13-L352C111" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L372C13-L376C114" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedSingleton``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L396C13-L398C102" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L415C13-L418C85" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L435C13-L437C95" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L457C13-L460C100" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedSingleton``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L483C13-L486C100" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L506C13-L512C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L531C13-L534C101" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.#ctor(System.Type,System.Type,Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L26C15-L28C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.#ctor(System.Type,System.Object,System.Type,Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L42C15-L48C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.#ctor(System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L59C15-L61C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.#ctor(System.Type,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L74C15-L80C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.#ctor(System.Type,System.Func{System.IServiceProvider,System.Object},Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L92C15-L98C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.#ctor(System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object},Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L16707566C0-L127C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L258C13-L288C97" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Transient``2", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L349C13-L349C94" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedTransient``2(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L365C13-L365C100" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Transient(System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L380C13-L383C85" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedTransient(System.Type,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L400C13-L403C102" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Transient``2(System.Func{System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L421C13-L423C97" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedTransient``2(System.Object,System.Func{System.IServiceProvider,System.Object,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L443C13-L445C114" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Transient``1(System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L459C13-L461C97" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedTransient``1(System.Object,System.Func{System.IServiceProvider,System.Object,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L476C13-L478C114" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Transient(System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L491C13-L494C88" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedTransient(System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L508C13-L511C105" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Scoped``2", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L526C13-L526C91" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedScoped``2(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L542C13-L542C97" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Scoped(System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L557C13-L557C82" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedScoped(System.Type,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L574C13-L574C99" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Scoped``2(System.Func{System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L592C13-L594C94" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedScoped``2(System.Object,System.Func{System.IServiceProvider,System.Object,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L614C13-L616C111" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Scoped``1(System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L630C13-L632C94" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedScoped``1(System.Object,System.Func{System.IServiceProvider,System.Object,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L647C13-L649C111" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Scoped(System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L662C13-L665C85" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedScoped(System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L679C13-L682C102" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Singleton``2", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L697C13-L697C94" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedSingleton``2(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L714C13-L714C100" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Singleton(System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L729C13-L732C85" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedSingleton(System.Type,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L749C13-L752C102" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Singleton``2(System.Func{System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L770C13-L772C97" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedSingleton``2(System.Object,System.Func{System.IServiceProvider,System.Object,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L792C13-L794C114" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Singleton``1(System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L808C13-L810C97" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedSingleton``1(System.Object,System.Func{System.IServiceProvider,System.Object,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L827C13-L829C114" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Singleton(System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L844C13-L847C92" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedSingleton(System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L864C13-L867C109" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Singleton``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L881C13-L883C109" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedSingleton``1(System.Object,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L900C13-L902C89" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Singleton(System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L917C13-L920C79" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedSingleton(System.Type,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L937C13-L940C91" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Describe(System.Type,System.Type,Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L970C13-L970C85" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.DescribeKeyed(System.Type,System.Object,System.Type,Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L989C13-L989C97" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Describe(System.Type,System.Func{System.IServiceProvider,System.Object},Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L1003C13-L1003C88" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.DescribeKeyed(System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object},Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L1018C13-L1018C100" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Lifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L139C43-L139C47" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.ServiceKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L144C37-L144C41" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.ServiceType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L149C35-L149C39" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.ImplementationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L162C17-L166C44" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedImplementationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L178C17-L182C44" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.ImplementationInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L195C17-L199C48" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedImplementationInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L210C17-L214C48" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.ImplementationFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L227C17-L231C81" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedImplementationFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L242C17-L246C90" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.IsKeyedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L253C39-L253C57" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceDescriptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceKeyAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceKeyAttribute.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceKeyAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceKeyAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.DependencyInjection.ServiceLifetime.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceLifetime.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.DependencyInjection.ServiceLifetime.Singleton", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceLifetime.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.DependencyInjection.ServiceLifetime.Scoped", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceLifetime.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.DependencyInjection.ServiceLifetime.Transient", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceLifetime.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceLifetime.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderKeyedServiceExtensions.GetKeyedService``1(System.IServiceProvider,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs#L24C13-L31C79" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderKeyedServiceExtensions.GetRequiredKeyedService(System.IServiceProvider,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs#L44C13-L52C79" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderKeyedServiceExtensions.GetRequiredKeyedService``1(System.IServiceProvider,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs#L65C13-L67C79" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderKeyedServiceExtensions.GetKeyedServices``1(System.IServiceProvider,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs#L79C13-L81C81" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderKeyedServiceExtensions.GetKeyedServices(System.IServiceProvider,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs#L94C13-L98C105" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceProviderKeyedServiceExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetService``1(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L23C13-L25C55" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(System.IServiceProvider,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L37C13-L51C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService``1(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L63C13-L65C62" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetServices``1(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L76C13-L78C66" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetServices(System.IServiceProvider,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L90C13-L94C88" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.CreateScope(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L104C13-L104C86" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.CreateAsyncScope(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L114C13-L114C66" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.CreateAsyncScope(Microsoft.Extensions.DependencyInjection.IServiceScopeFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L124C13-L124C77" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.Add(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L25C13-L29C31" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.Add(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyInjection.ServiceDescriptor})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L42C13-L50C31" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L63C13-L78C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyInjection.ServiceDescriptor})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L90C13-L97C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L109C13-L114C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L129C13-L135C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L150C13-L156C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddTransient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L167C13-L170C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddTransient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L184C13-L187C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddTransient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L202C13-L203C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L215C13-L220C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L235C13-L241C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L256C13-L262C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddScoped``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L273C13-L276C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddScoped``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L290C13-L293C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddScoped``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L308C13-L309C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L321C13-L326C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L341C13-L347C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L362C13-L368C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L379C13-L382C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddSingleton``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L396C13-L399C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L412C13-L417C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L432C13-L433C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddEnumerable(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L456C13-L485C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddEnumerable(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyInjection.ServiceDescriptor})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L508C13-L515C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.Replace(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L528C13-L543C31" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.RemoveAll``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L553C13-L553C53" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.RemoveAll(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L564C13-L575C31" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L24C13-L29C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L46C13-L52C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L69C13-L75C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedTransient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L87C13-L90C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedTransient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L105C13-L108C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedTransient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L125C13-L126C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L140C13-L145C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L162C13-L168C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L185C13-L191C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedScoped``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L203C13-L206C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedScoped``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L221C13-L224C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedScoped``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L241C13-L242C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L256C13-L261C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L278C13-L284C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L301C13-L307C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L319C13-L322C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedSingleton``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L337C13-L340C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L354C13-L359C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L376C13-L377C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.RemoveAllKeyed``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L387C13-L387C70" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.RemoveAllKeyed(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L399C13-L410C31" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.DependencyInjection.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.DependencyInjection.json deleted file mode 100644 index dfcdcc53c71..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.DependencyInjection.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.DependencyInjection", - "GUID": "50F4AB3FA4CB489680D8EF5040203321FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.DefaultServiceProviderFactory.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection/src/DefaultServiceProviderFactory.cs#L19C50-L22C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.DefaultServiceProviderFactory.#ctor(Microsoft.Extensions.DependencyInjection.ServiceProviderOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection/src/DefaultServiceProviderFactory.cs#L29C9-L32C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.DefaultServiceProviderFactory.CreateBuilder(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection/src/DefaultServiceProviderFactory.cs#L37C13-L37C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.DefaultServiceProviderFactory.CreateServiceProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection/src/DefaultServiceProviderFactory.cs#L43C13-L43C68" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.DefaultServiceProviderFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection/src/DefaultServiceProviderFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions.BuildServiceProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceCollectionContainerBuilderExtensions.cs#L20C13-L20C83" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions.BuildServiceProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceCollectionContainerBuilderExtensions.cs#L34C13-L34C114" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions.BuildServiceProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceProviderOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceCollectionContainerBuilderExtensions.cs#L48C13-L57C59" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceCollectionContainerBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs#L101C56-L101C120" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProvider.GetKeyedService(System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs#L110C16-L110C62" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProvider.GetRequiredKeyedService(System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs#L123C16-L123C70" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs#L140C13-L142C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProvider.DisposeAsync", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs#L147C13-L148C40" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProviderOptions.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceProviderOptions.ValidateScopes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProviderOptions.cs#L19C38-L19C42" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceProviderOptions.ValidateOnBuild", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProviderOptions.cs#L25C39-L25C43" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceProviderOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProviderOptions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.DependencyModel.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.DependencyModel.json deleted file mode 100644 index 62931ecbdfe..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.DependencyModel.json +++ /dev/null @@ -1,664 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.DependencyModel", - "GUID": "1FF52584A8444CCA83E05E0CCC358EA6FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Collections.Generic.CollectionExtensions.GetDefaultGroup(System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L11C103-L11C131" - }, - { - "DocsId": "M:System.Collections.Generic.CollectionExtensions.GetRuntimeGroup(System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L15C13-L19C44" - }, - { - "DocsId": "M:System.Collections.Generic.CollectionExtensions.GetDefaultAssets(System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L27C105-L27C134" - }, - { - "DocsId": "M:System.Collections.Generic.CollectionExtensions.GetRuntimeAssets(System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L30C13-L34C45" - }, - { - "DocsId": "M:System.Collections.Generic.CollectionExtensions.GetDefaultRuntimeFileAssets(System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L51C121-L51C156" - }, - { - "DocsId": "M:System.Collections.Generic.CollectionExtensions.GetRuntimeFileAssets(System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L54C13-L58C51" - } - ], - "DocsId": "T:System.Collections.Generic.CollectionExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner.Add(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L32C13-L33C10" - }, - { - "DocsId": "M:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L38C13-L40C10" - }, - { - "DocsId": "M:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner.Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L45C13-L47C10" - }, - { - "DocsId": "M:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner.Add``1(``0,System.Collections.Generic.IEqualityComparer{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L52C13-L54C10" - }, - { - "DocsId": "M:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner.Start", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L59C13-L59C50" - }, - { - "DocsId": "P:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner.CombinedHash", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L20C19-L20C56" - } - ], - "DocsId": "T:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.CompilationLibrary.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs#L20C15-L22C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.CompilationLibrary.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs#L33C15-L38C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.CompilationLibrary.ResolveReferencePaths", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs#L51C13-L53C71" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.CompilationLibrary.ResolveReferencePaths(Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs#L58C13-L71C71" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationLibrary.Assemblies", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs#L40C51-L40C55" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.CompilationLibrary", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.CompilationOptions.#ctor(System.Collections.Generic.IEnumerable{System.String},System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L50C9-L77C10" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.Defines", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L12C49-L12C53" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.LanguageVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L14C42-L14C46" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.Platform", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L16C35-L16C39" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.AllowUnsafe", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L18C36-L18C40" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.WarningsAsErrors", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L20C41-L20C45" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.Optimize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L22C33-L22C37" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.KeyFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L24C34-L24C38" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.DelaySign", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L26C34-L26C38" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.PublicSign", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L28C35-L28C39" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.DebugType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L30C36-L30C40" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.EmitEntryPoint", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L32C39-L32C43" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.GenerateXmlDocumentation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L34C49-L34C53" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L36C52-L36C56" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.CompilationOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Dependency.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L14C13-L24C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Dependency.Equals(Microsoft.Extensions.DependencyModel.Dependency)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L31C13-L31C93" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Dependency.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L34C73-L34C123" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Dependency.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L37C13-L37C75" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.Dependency.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L26C30-L26C34" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.Dependency.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L27C33-L27C37" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.Dependency", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContext.#ctor(Microsoft.Extensions.DependencyModel.TargetInfo,Microsoft.Extensions.DependencyModel.CompilationOptions,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.CompilationLibrary},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeLibrary},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeFallbacks})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L19C9-L36C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContext.Merge(Microsoft.Extensions.DependencyModel.DependencyContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L53C13-L61C19" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContext.Load(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L79C13-L79C67" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.DependencyContext.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L39C53-L39C74" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.DependencyContext.Target", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L41C36-L41C40" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.DependencyContext.CompilationOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L43C56-L43C60" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.DependencyContext.CompileLibraries", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L45C69-L45C73" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.DependencyContext.RuntimeLibraries", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L47C65-L47C69" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.DependencyContext.RuntimeGraph", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L49C63-L49C67" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.DependencyContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetDefaultNativeAssets(Microsoft.Extensions.DependencyModel.DependencyContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L16707566C0-L20C102" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetDefaultNativeRuntimeFileAssets(Microsoft.Extensions.DependencyModel.DependencyContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L16707566C0-L27C113" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetRuntimeNativeAssets(Microsoft.Extensions.DependencyModel.DependencyContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L16707566C0-L35C121" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetRuntimeNativeRuntimeFileAssets(Microsoft.Extensions.DependencyModel.DependencyContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L16707566C0-L43C132" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetDefaultNativeAssets(Microsoft.Extensions.DependencyModel.RuntimeLibrary,Microsoft.Extensions.DependencyModel.DependencyContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L48C13-L50C83" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetDefaultNativeRuntimeFileAssets(Microsoft.Extensions.DependencyModel.RuntimeLibrary,Microsoft.Extensions.DependencyModel.DependencyContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L55C13-L57C89" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetRuntimeNativeAssets(Microsoft.Extensions.DependencyModel.RuntimeLibrary,Microsoft.Extensions.DependencyModel.DependencyContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L62C13-L66C88" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetRuntimeNativeRuntimeFileAssets(Microsoft.Extensions.DependencyModel.RuntimeLibrary,Microsoft.Extensions.DependencyModel.DependencyContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L71C13-L75C94" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetDefaultAssemblyNames(Microsoft.Extensions.DependencyModel.DependencyContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L16707566C0-L82C103" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetRuntimeAssemblyNames(Microsoft.Extensions.DependencyModel.DependencyContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L16707566C0-L90C122" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetDefaultAssemblyNames(Microsoft.Extensions.DependencyModel.RuntimeLibrary,Microsoft.Extensions.DependencyModel.DependencyContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L95C13-L98C109" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetRuntimeAssemblyNames(Microsoft.Extensions.DependencyModel.RuntimeLibrary,Microsoft.Extensions.DependencyModel.DependencyContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L103C13-L107C114" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.DependencyContextExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextJsonReader.Read(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextJsonReader.cs#L24C13-L37C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextJsonReader.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextJsonReader.cs#L41C13-L45C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextJsonReader.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextJsonReader.cs#L49C13-L50C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextJsonReader.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextJsonReader.cs#L20C9-L20C100" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.DependencyContextJsonReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextJsonReader.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextLoader.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextLoader.cs#L22C44-L28C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextLoader.Load(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextLoader.cs#L57C13-L81C28" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.DependencyContextLoader.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextLoader.cs#L42C57-L42C61" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.DependencyContextLoader", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextLoader.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextWriter.Write(Microsoft.Extensions.DependencyModel.DependencyContext,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextWriter.cs#L18C13-L39C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextWriter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextWriter.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.DependencyContextWriter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextWriter.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.IDependencyContextReader.Read(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/IDependencyContextReader.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.IDependencyContextReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/IDependencyContextReader.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Library.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L18C15-L20C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Library.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L30C15-L32C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Library.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L33C9-L66C10" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L68C30-L68C34" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L70C30-L70C34" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L72C33-L72C37" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.Hash", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L74C31-L74C35" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.Dependencies", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L76C57-L76C61" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.Serviceable", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L78C35-L78C39" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L80C31-L80C35" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.HashPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L82C35-L82C39" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.RuntimeStoreManifestName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L84C50-L84C54" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.Library", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.ResourceAssembly.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/ResourceAssembly.cs#L10C9-L22C10" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.ResourceAssembly.Locale", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/ResourceAssembly.cs#L24C32-L24C36" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.ResourceAssembly.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/ResourceAssembly.cs#L26C30-L26C34" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.ResourceAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/ResourceAssembly.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeAssembly.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssembly.cs#L14C9-L26C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeAssembly.Create(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssembly.cs#L34C13-L44C60" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeAssembly.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssembly.cs#L28C37-L28C55" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeAssembly.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssembly.cs#L30C30-L30C34" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.RuntimeAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssembly.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.#ctor(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L14C81-L14C131" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.#ctor(System.String,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L16C9-L20C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.#ctor(System.String,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeFile})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L22C9-L26C10" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.Runtime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L31C34-L31C38" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.AssetPaths", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L40C17-L45C75" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.RuntimeFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L56C17-L61C97" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeFallbacks.#ctor(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFallbacks.cs#L15C79-L15C129" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeFallbacks.#ctor(System.String,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFallbacks.cs#L16C9-L26C10" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeFallbacks.Runtime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFallbacks.cs#L12C33-L12C37" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeFallbacks.Fallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFallbacks.cs#L13C51-L13C55" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.RuntimeFallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFallbacks.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeFile.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFile.cs#L10C9-L20C10" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeFile.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFile.cs#L22C30-L22C34" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeFile.AssemblyVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFile.cs#L24C42-L24C46" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeFile.FileVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFile.cs#L26C38-L26C42" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.RuntimeFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFile.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeLibrary.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IReadOnlyList{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.Collections.Generic.IReadOnlyList{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.ResourceAssembly},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L21C15-L33C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeLibrary.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IReadOnlyList{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.Collections.Generic.IReadOnlyList{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.ResourceAssembly},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L46C15-L59C11" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeLibrary.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IReadOnlyList{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.Collections.Generic.IReadOnlyList{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.ResourceAssembly},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L98C15-L115C10" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeLibrary.RuntimeAssemblyGroups", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L117C73-L117C77" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeLibrary.NativeLibraryGroups", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L119C71-L119C75" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeLibrary.ResourceAssemblies", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L121C69-L121C73" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.RuntimeLibrary", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.TargetInfo.#ctor(System.String,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs#L9C9-L23C10" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.TargetInfo.Framework", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs#L25C35-L25C39" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.TargetInfo.Runtime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs#L27C34-L27C38" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.TargetInfo.RuntimeSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs#L29C43-L29C47" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.TargetInfo.IsPortable", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs#L31C34-L31C38" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.TargetInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/AppBaseCompilationAssemblyResolver.cs#L19C15-L21C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/AppBaseCompilationAssemblyResolver.cs#L24C15-L26C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver.TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/AppBaseCompilationAssemblyResolver.cs#L46C13-L121C10" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/AppBaseCompilationAssemblyResolver.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.CompositeCompilationAssemblyResolver.#ctor(Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/CompositeCompilationAssemblyResolver.cs#L13C9-L18C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.CompositeCompilationAssemblyResolver.TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/CompositeCompilationAssemblyResolver.cs#L22C63-L29C26" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.Resolution.CompositeCompilationAssemblyResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/CompositeCompilationAssemblyResolver.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver.Resolve", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/DotNetReferenceAssembliesPathResolver.cs#L27C13-L27C83" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/DotNetReferenceAssembliesPathResolver.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver.DotNetReferenceAssembliesPathEnv", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/DotNetReferenceAssembliesPathResolver.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/DotNetReferenceAssembliesPathResolver.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver.TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ICompilationAssemblyResolver.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ICompilationAssemblyResolver.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/PackageCompilationAssemblyResolver.cs#L17C15-L19C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/PackageCompilationAssemblyResolver.cs#L22C15-L24C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver.TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/PackageCompilationAssemblyResolver.cs#L79C13-L100C26" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/PackageCompilationAssemblyResolver.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ReferenceAssemblyPathResolver.cs#L18C15-L20C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver.#ctor(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ReferenceAssemblyPathResolver.cs#L23C15-L25C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver.TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ReferenceAssemblyPathResolver.cs#L46C13-L60C25" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ReferenceAssemblyPathResolver.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Diagnostics.Abstractions.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Diagnostics.Abstractions.json deleted file mode 100644 index f146f861de5..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Diagnostics.Abstractions.json +++ /dev/null @@ -1,206 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Diagnostics.Abstractions", - "GUID": "040427C6545D405F9B3F361C638BEF35FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsBuilder.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener.Initialize(Microsoft.Extensions.Diagnostics.Metrics.IObservableInstrumentsSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsListener.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener.InstrumentPublished(System.Diagnostics.Metrics.Instrument,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsListener.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener.MeasurementsCompleted(System.Diagnostics.Metrics.Instrument,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsListener.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener.GetMeasurementHandlers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsListener.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsListener.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsListener.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.InstrumentRule.#ctor(System.String,System.String,System.String,Microsoft.Extensions.Diagnostics.Metrics.MeterScope,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs#L31C45-L25C129" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.InstrumentRule.MeterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs#L31C36-L31C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.InstrumentRule.InstrumentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs#L37C41-L37C45" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.InstrumentRule.ListenerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs#L43C39-L43C43" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.InstrumentRule.Scopes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs#L49C36-L49C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.InstrumentRule.Enable", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs#L56C30-L56C34" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.InstrumentRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.IObservableInstrumentsSource.RecordObservableInstruments", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IObservableInstrumentsSource.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.IObservableInstrumentsSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IObservableInstrumentsSource.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MeasurementHandlers.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.MeasurementHandlers.ByteHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L16C57-L16C61" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.MeasurementHandlers.ShortHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L21C59-L21C63" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.MeasurementHandlers.IntHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L26C55-L26C59" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.MeasurementHandlers.LongHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L31C57-L31C61" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.MeasurementHandlers.FloatHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L36C59-L36C63" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.MeasurementHandlers.DoubleHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L41C61-L41C65" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.MeasurementHandlers.DecimalHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L46C63-L46C67" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.MeasurementHandlers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Diagnostics.Metrics.MeterScope.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeterScope.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Diagnostics.Metrics.MeterScope.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeterScope.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Diagnostics.Metrics.MeterScope.Global", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeterScope.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Diagnostics.Metrics.MeterScope.Local", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeterScope.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.MeterScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeterScope.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.AddListener``1(Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Listeners.cs#L24C13-L26C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.AddListener(Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder,Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Listeners.cs#L37C13-L39C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.ClearListeners(Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Listeners.cs#L49C13-L51C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.EnableMetrics(Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L16707566C0-L22C82" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.EnableMetrics(Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder,System.String,System.String,System.String,Microsoft.Extensions.Diagnostics.Metrics.MeterScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L16707566C0-L35C120" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.EnableMetrics(Microsoft.Extensions.Diagnostics.Metrics.MetricsOptions,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L44C16-L44C81" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.EnableMetrics(Microsoft.Extensions.Diagnostics.Metrics.MetricsOptions,System.String,System.String,System.String,Microsoft.Extensions.Diagnostics.Metrics.MeterScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L57C16-L57C94" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.DisableMetrics(Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L16707566C0-L66C83" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.DisableMetrics(Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder,System.String,System.String,System.String,Microsoft.Extensions.Diagnostics.Metrics.MeterScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L16707566C0-L79C121" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.DisableMetrics(Microsoft.Extensions.Diagnostics.Metrics.MetricsOptions,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L88C16-L88C82" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.DisableMetrics(Microsoft.Extensions.Diagnostics.Metrics.MetricsOptions,System.String,System.String,System.String,Microsoft.Extensions.Diagnostics.Metrics.MeterScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L101C16-L101C95" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Listeners.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsOptions.cs#L16C55-L16C81" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.MetricsOptions.Rules", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsOptions.cs#L16C46-L16C50" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.MetricsOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsOptions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.json deleted file mode 100644 index e408f730e8f..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.json +++ /dev/null @@ -1,214 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions", - "GUID": "C498F2029B7D4747B505A380C5299472FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckContext.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthCheckContext.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckContext.Registration", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthCheckContext.cs#L15C51-L15C55" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckContext", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthCheckContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration.#ctor(System.String,Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheck,System.Nullable{Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus},System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthCheckRegistration.cs#L41C11-L43C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration.#ctor(System.String,Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheck,System.Nullable{Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.TimeSpan})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthCheckRegistration.cs#L16707566C0-L71C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration.#ctor(System.String,System.Func{System.IServiceProvider,Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheck},System.Nullable{Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus},System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthCheckRegistration.cs#L88C11-L90C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration.#ctor(System.String,System.Func{System.IServiceProvider,Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheck},System.Nullable{Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.TimeSpan})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthCheckRegistration.cs#L103C5-L123C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration.Factory", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthCheckRegistration.cs#L130C16-L130C24" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration.FailureStatus", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthCheckRegistration.cs#L142C41-L142C45" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration.Timeout", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthCheckRegistration.cs#L149C16-L149C24" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration.Delay", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthCheckRegistration.cs#L166C30-L166C34" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration.Period", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthCheckRegistration.cs#L171C31-L171C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration.Name", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthCheckRegistration.cs#L178C16-L178C21" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration.Tags", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthCheckRegistration.cs#L190C32-L190C36" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthCheckRegistration.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult.#ctor(Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus,System.String,System.Exception,System.Collections.Generic.IReadOnlyDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthCheckResult.cs#L26C9-L30C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult.Healthy(System.String,System.Collections.Generic.IReadOnlyDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthCheckResult.cs#L60C9-L60C104" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult.Degraded(System.String,System.Exception,System.Collections.Generic.IReadOnlyDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthCheckResult.cs#L72C9-L72C110" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult.Unhealthy(System.String,System.Exception,System.Collections.Generic.IReadOnlyDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthCheckResult.cs#L84C9-L84C100" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult.Data", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthCheckResult.cs#L35C55-L35C59" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult.Description", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthCheckResult.cs#L40C34-L40C38" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult.Exception", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthCheckResult.cs#L45C35-L45C39" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult.Status", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthCheckResult.cs#L50C34-L50C38" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthCheckResult.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReport.#ctor(System.Collections.Generic.IReadOnlyDictionary{System.String,Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry},System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthReport.cs#L20C11-L25C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReport.#ctor(System.Collections.Generic.IReadOnlyDictionary{System.String,Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry},Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthReport.cs#L33C5-L38C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReport.Entries", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthReport.cs#L47C69-L47C73" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReport.Status", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthReport.cs#L53C34-L53C38" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReport.TotalDuration", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthReport.cs#L58C37-L58C41" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReport", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthReport.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry.#ctor(Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus,System.String,System.TimeSpan,System.Exception,System.Collections.Generic.IReadOnlyDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthReportEntry.cs#L27C11-L29C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry.#ctor(Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus,System.String,System.TimeSpan,System.Exception,System.Collections.Generic.IReadOnlyDictionary{System.String,System.Object},System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthReportEntry.cs#L43C9-L49C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry.Data", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthReportEntry.cs#L54C55-L54C59" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry.Description", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthReportEntry.cs#L59C34-L59C38" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry.Duration", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthReportEntry.cs#L64C32-L64C36" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry.Exception", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthReportEntry.cs#L69C35-L69C39" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry.Status", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthReportEntry.cs#L74C34-L74C38" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry.Tags", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthReportEntry.cs#L79C39-L79C43" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthReportEntry.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus.value__", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthStatus.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus.Unhealthy", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthStatus.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus.Degraded", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthStatus.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus.Healthy", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthStatus.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/HealthStatus.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheck.CheckHealthAsync(Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckContext,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/IHealthCheck.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheck", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/IHealthCheck.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheckPublisher.PublishAsync(Microsoft.Extensions.Diagnostics.HealthChecks.HealthReport,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/IHealthCheckPublisher.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheckPublisher", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/Abstractions/src/IHealthCheckPublisher.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore.json deleted file mode 100644 index 4b0a440aec9..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore", - "GUID": "B5E824C2F3B948179C9CF71512F085BAFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.EntityFrameworkCoreHealthChecksBuilderExtensions.AddDbContextCheck``1(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Nullable{Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus},System.Collections.Generic.IEnumerable{System.String},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.Task{System.Boolean}})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Middleware/HealthChecks.EntityFrameworkCore/src/DependencyInjection/EntityFrameworkCoreHealthChecksBuilderExtensions.cs#L16707566C0-L72C122" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.EntityFrameworkCoreHealthChecksBuilderExtensions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Middleware/HealthChecks.EntityFrameworkCore/src/DependencyInjection/EntityFrameworkCoreHealthChecksBuilderExtensions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Diagnostics.HealthChecks.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Diagnostics.HealthChecks.json deleted file mode 100644 index 6ca57bbde5a..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Diagnostics.HealthChecks.json +++ /dev/null @@ -1,164 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Diagnostics.HealthChecks", - "GUID": "1D503FD5A1E94F42B37F64EDA96CF8C7FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderAddCheckExtensions.AddCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheck,System.Nullable{Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus},System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderAddCheckExtensions.cs#L37C9-L37C80" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderAddCheckExtensions.AddCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheck,System.Nullable{Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.TimeSpan})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderAddCheckExtensions.cs#L62C9-L66C103" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderAddCheckExtensions.AddCheck``1(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Nullable{Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus},System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderAddCheckExtensions.cs#L94C9-L94C73" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderAddCheckExtensions.AddCheck``1(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Nullable{Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.TimeSpan})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderAddCheckExtensions.cs#L123C9-L126C121" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderAddCheckExtensions.AddTypeActivatedCheck``1(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderAddCheckExtensions.cs#L153C9-L156C95" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderAddCheckExtensions.AddTypeActivatedCheck``1(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Nullable{Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus},System.Object[])", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderAddCheckExtensions.cs#L182C9-L185C89" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderAddCheckExtensions.AddTypeActivatedCheck``1(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Nullable{Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus},System.Collections.Generic.IEnumerable{System.String},System.Object[])", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderAddCheckExtensions.cs#L16707566C0-L216C100" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderAddCheckExtensions.AddTypeActivatedCheck``1(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Nullable{Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus},System.Collections.Generic.IEnumerable{System.String},System.TimeSpan,System.Object[])", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderAddCheckExtensions.cs#L16707566C0-L254C109" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderAddCheckExtensions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderAddCheckExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderDelegateExtensions.AddCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Func{Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult},System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderDelegateExtensions.cs#L34C9-L34C62" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderDelegateExtensions.AddCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Func{Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.TimeSpan})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderDelegateExtensions.cs#L16707566C0-L59C109" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderDelegateExtensions.AddCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Func{System.Threading.CancellationToken,Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult},System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderDelegateExtensions.cs#L77C9-L77C62" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderDelegateExtensions.AddCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Func{System.Threading.CancellationToken,Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.TimeSpan})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderDelegateExtensions.cs#L16707566C0-L102C109" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderDelegateExtensions.AddAsyncCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Func{System.Threading.Tasks.Task{Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult}},System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderDelegateExtensions.cs#L120C9-L120C67" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderDelegateExtensions.AddAsyncCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Func{System.Threading.Tasks.Task{Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult}},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.TimeSpan})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderDelegateExtensions.cs#L16707566C0-L145C109" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderDelegateExtensions.AddAsyncCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Func{System.Threading.CancellationToken,System.Threading.Tasks.Task{Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult}},System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderDelegateExtensions.cs#L163C9-L163C67" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderDelegateExtensions.AddAsyncCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Func{System.Threading.CancellationToken,System.Threading.Tasks.Task{Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult}},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.TimeSpan})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderDelegateExtensions.cs#L16707566C0-L188C109" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderDelegateExtensions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderDelegateExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthCheckServiceCollectionExtensions.AddHealthChecks(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthCheckServiceCollectionExtensions.cs#L28C9-L30C50" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.HealthCheckServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthCheckServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder.Add(Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/HealthChecks/src/DependencyInjection/IHealthChecksBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder.Services", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/HealthChecks/src/DependencyInjection/IHealthChecksBuilder.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/HealthChecks/src/DependencyInjection/IHealthChecksBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckPublisherOptions.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/HealthChecks/src/HealthCheckPublisherOptions.cs#L85C45-L23C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckPublisherOptions.Delay", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/HealthChecks/src/HealthCheckPublisherOptions.cs#L32C16-L32C22" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckPublisherOptions.Period", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/HealthChecks/src/HealthCheckPublisherOptions.cs#L53C16-L53C23" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckPublisherOptions.Predicate", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/HealthChecks/src/HealthCheckPublisherOptions.cs#L78C61-L78C65" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckPublisherOptions.Timeout", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/HealthChecks/src/HealthCheckPublisherOptions.cs#L85C31-L85C35" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckPublisherOptions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/HealthChecks/src/HealthCheckPublisherOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckService.CheckHealthAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/HealthChecks/src/HealthCheckService.cs#L45C9-L45C69" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckService.CheckHealthAsync(System.Func{Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration,System.Boolean},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/HealthChecks/src/HealthCheckService.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckService.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/HealthChecks/src/HealthCheckService.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckService", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/HealthChecks/src/HealthCheckService.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckServiceOptions.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/HealthChecks/src/HealthCheckServiceOptions.cs#L16C74-L16C109" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckServiceOptions.Registrations", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/HealthChecks/src/HealthCheckServiceOptions.cs#L16C65-L16C69" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckServiceOptions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/HealthChecks/HealthChecks/src/HealthCheckServiceOptions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Diagnostics.Testing.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Diagnostics.Testing.json deleted file mode 100644 index 68a69e3b2a2..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Diagnostics.Testing.json +++ /dev/null @@ -1,382 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Diagnostics.Testing", - "GUID": "9E270C3DFE95420BA01D257454C5E611FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.FakeLoggerServiceProviderExtensions.GetFakeLogCollector(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerServiceProviderExtensions.cs#L21C12-L21C126" - } - ], - "DocsId": "T:System.FakeLoggerServiceProviderExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerServiceProviderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Testing.CollectedMeasurement`1.ContainsTags(System.Collections.Generic.KeyValuePair{System.String,System.Object}[])", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/CollectedMeasurement.cs#L61C29-L74C21" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Testing.CollectedMeasurement`1.ContainsTags(System.String[])", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/CollectedMeasurement.cs#L84C29-L92C21" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Testing.CollectedMeasurement`1.MatchesTags(System.Collections.Generic.KeyValuePair{System.String,System.Object}[])", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/CollectedMeasurement.cs#L100C77-L100C126" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Testing.CollectedMeasurement`1.MatchesTags(System.String[])", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/CollectedMeasurement.cs#L107C54-L107C117" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.Testing.CollectedMeasurement`1.Value", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/CollectedMeasurement.cs#L42C22-L42C26" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.Testing.CollectedMeasurement`1.Timestamp", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/CollectedMeasurement.cs#L47C39-L47C43" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.Testing.CollectedMeasurement`1.Tags", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/CollectedMeasurement.cs#L52C56-L52C60" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.Testing.CollectedMeasurement`1", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/CollectedMeasurement.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Testing.MeasurementExtensions.ContainsTags``1(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Diagnostics.Metrics.Testing.CollectedMeasurement{``0}},System.Collections.Generic.KeyValuePair{System.String,System.Object}[])", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/MeasurementExtensions.cs#L16707566C0-L24C57" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Testing.MeasurementExtensions.ContainsTags``1(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Diagnostics.Metrics.Testing.CollectedMeasurement{``0}},System.String[])", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/MeasurementExtensions.cs#L16707566C0-L35C57" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Testing.MeasurementExtensions.MatchesTags``1(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Diagnostics.Metrics.Testing.CollectedMeasurement{``0}},System.Collections.Generic.KeyValuePair{System.String,System.Object}[])", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/MeasurementExtensions.cs#L16707566C0-L46C56" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Testing.MeasurementExtensions.MatchesTags``1(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Diagnostics.Metrics.Testing.CollectedMeasurement{``0}},System.String[])", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/MeasurementExtensions.cs#L16707566C0-L57C56" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Testing.MeasurementExtensions.EvaluateAsCounter``1(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Diagnostics.Metrics.Testing.CollectedMeasurement{``0}})", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/MeasurementExtensions.cs#L69C9-L16707566C0" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.Testing.MeasurementExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/MeasurementExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Testing.MetricCollector`1.#ctor(System.Diagnostics.Metrics.Instrument{`0},System.TimeProvider)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/MetricCollector.cs#L49C11-L55C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Testing.MetricCollector`1.#ctor(System.Diagnostics.Metrics.ObservableInstrument{`0},System.TimeProvider)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/MetricCollector.cs#L63C11-L69C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Testing.MetricCollector`1.#ctor(System.Object,System.String,System.String,System.TimeProvider)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/MetricCollector.cs#L16707566C0-L91C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Testing.MetricCollector`1.#ctor(System.Diagnostics.Metrics.Meter,System.String,System.TimeProvider)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/MetricCollector.cs#L16707566C0-L106C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Testing.MetricCollector`1.Dispose", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/MetricCollector.cs#L124C9-L145C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Testing.MetricCollector`1.Clear", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/MetricCollector.cs#L160C9-L165C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Testing.MetricCollector`1.GetMeasurementSnapshot(System.Boolean)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/MetricCollector.cs#L174C9-L186C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Testing.MetricCollector`1.WaitForMeasurementsAsync(System.Int32,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/MetricCollector.cs#L16707566C0-L242C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Testing.MetricCollector`1.WaitForMeasurementsAsync(System.Int32,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/MetricCollector.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Testing.MetricCollector`1.RecordObservableInstruments", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/MetricCollector.cs#L266C9-L268C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.Testing.MetricCollector`1.Instrument", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/MetricCollector.cs#L153C38-L153C49" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.Testing.MetricCollector`1.LastMeasurement", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/MetricCollector.cs#L195C13-L200C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.Testing.MetricCollector`1", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/MetricCollector.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.FakeLoggerServiceCollectionExtensions.AddFakeLogging(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.Configuration.IConfigurationSection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerServiceCollectionExtensions.cs#L16707566C0-L23C63" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.FakeLoggerServiceCollectionExtensions.AddFakeLogging(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Logging.Testing.FakeLogCollectorOptions})", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerServiceCollectionExtensions.cs#L16707566C0-L32C65" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.FakeLoggerServiceCollectionExtensions.AddFakeLogging(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerServiceCollectionExtensions.cs#L40C12-L40C68" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.FakeLoggerServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.FakeLoggerBuilderExtensions.AddFakeLogging(Microsoft.Extensions.Logging.ILoggingBuilder,Microsoft.Extensions.Configuration.IConfigurationSection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerBuilderExtensions.cs#L33C9-L40C24" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FakeLoggerBuilderExtensions.AddFakeLogging(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{Microsoft.Extensions.Logging.Testing.FakeLogCollectorOptions})", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerBuilderExtensions.cs#L51C9-L58C24" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FakeLoggerBuilderExtensions.AddFakeLogging(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerBuilderExtensions.cs#L67C12-L67C44" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.FakeLoggerBuilderExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLogCollector.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Logging.Testing.FakeLogCollectorOptions})", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogCollector.cs#L19C5-L29C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLogCollector.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogCollector.cs#L19C5-L37C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLogCollector.Create(Microsoft.Extensions.Logging.Testing.FakeLogCollectorOptions)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogCollector.cs#L46C9-L46C84" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLogCollector.Clear", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogCollector.cs#L54C9-L58C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLogCollector.GetSnapshot(System.Boolean)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogCollector.cs#L69C9-L79C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogCollector.LatestRecord", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogCollector.cs#L92C13-L101C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogCollector.Count", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogCollector.cs#L107C25-L107C39" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Testing.FakeLogCollector", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogCollector.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLogCollectorOptions.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogCollectorOptions.cs#L25C60-L64C95" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogCollectorOptions.FilteredCategories", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogCollectorOptions.cs#L25C46-L25C50" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogCollectorOptions.FilteredLevels", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogCollectorOptions.cs#L35C44-L35C48" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogCollectorOptions.CollectRecordsForDisabledLogLevels", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogCollectorOptions.cs#L44C54-L44C58" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogCollectorOptions.TimeProvider", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogCollectorOptions.cs#L50C40-L50C44" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogCollectorOptions.OutputSink", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogCollectorOptions.cs#L59C41-L59C45" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogCollectorOptions.OutputFormatter", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogCollectorOptions.cs#L64C58-L64C62" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Testing.FakeLogCollectorOptions", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogCollectorOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLogger.#ctor(Microsoft.Extensions.Logging.Testing.FakeLogCollector,System.String)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogger.cs#L22C5-L33C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLogger.#ctor(System.Action{System.String},System.String)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogger.cs#L41C11-L43C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLogger.BeginScope``1(``0)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogger.cs#L52C35-L52C60" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLogger.Log``1(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,``0,System.Exception,System.Func{``0,System.Exception,System.String})", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogger.cs#L65C9-L73C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLogger.ControlLevel(Microsoft.Extensions.Logging.LogLevel,System.Boolean)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogger.cs#L80C66-L80C164" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLogger.IsEnabled(Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogger.cs#L87C49-L87C87" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogger.Collector", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogger.cs#L92C41-L92C45" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogger.LatestRecord", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogger.cs#L101C42-L101C64" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogger.Category", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogger.cs#L106C31-L106C35" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Testing.FakeLogger", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogger.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLoggerProvider.#ctor(Microsoft.Extensions.Logging.Testing.FakeLogCollector)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerProvider.cs#L22C5-L32C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLoggerProvider.Finalize", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerProvider.cs#L40C9-L41C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLoggerProvider.SetScopeProvider(Microsoft.Extensions.Logging.IExternalScopeProvider)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerProvider.cs#L49C9-L55C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLoggerProvider.Microsoft#Extensions#Logging#ILoggerProvider#CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerProvider.cs#L62C66-L62C92" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLoggerProvider.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerProvider.cs#L71C9-L74C12" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLoggerProvider.Dispose", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerProvider.cs#L82C9-L84C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLoggerProvider.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerProvider.cs#L97C5-L97C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLoggerProvider.Collector", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerProvider.cs#L89C41-L89C45" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Testing.FakeLoggerProvider", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLogger`1.#ctor(Microsoft.Extensions.Logging.Testing.FakeLogCollector)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerT.cs#L30C11-L32C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLogger`1.#ctor(System.Action{System.String})", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerT.cs#L39C11-L41C6" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Testing.FakeLogger`1", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerT.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLogRecord.#ctor(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.Object,System.Exception,System.String,System.Collections.Generic.IReadOnlyList{System.Object},System.String,System.Boolean,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogRecord.cs#L29C5-L41C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLogRecord.ToString", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogRecord.cs#L107C42-L107C57" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogRecord.Level", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogRecord.cs#L46C29-L46C33" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogRecord.Id", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogRecord.cs#L51C25-L51C29" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogRecord.State", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogRecord.cs#L56C28-L56C32" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogRecord.StructuredState", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogRecord.cs#L68C77-L68C129" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogRecord.Exception", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogRecord.cs#L73C35-L73C39" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogRecord.Message", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogRecord.cs#L78C29-L78C33" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogRecord.Scopes", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogRecord.cs#L83C44-L83C48" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogRecord.Category", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogRecord.cs#L91C31-L91C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogRecord.LevelEnabled", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogRecord.cs#L96C32-L96C36" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogRecord.Timestamp", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogRecord.cs#L101C39-L101C43" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Testing.FakeLogRecord", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogRecord.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Diagnostics.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Diagnostics.json deleted file mode 100644 index 1bbb90ba4dd..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Diagnostics.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Diagnostics", - "GUID": "D0E8414C9A514C7A98AC7589B4EB9EADFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.MetricsServiceExtensions.AddMetrics(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/MetricsServiceExtensions.cs#L25C13-L42C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.MetricsServiceExtensions.AddMetrics(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/MetricsServiceExtensions.cs#L53C13-L63C29" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.MetricsServiceExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/MetricsServiceExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderConfigurationExtensions.AddConfiguration(Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/Configuration/MetricsBuilderConfigurationExtensions.cs#L27C13-L40C28" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/Configuration/MetricsBuilderConfigurationExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.ConsoleMetrics.DebugListenerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/ConsoleMetrics.cs#L14C51-L14C65" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.ConsoleMetrics", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/ConsoleMetrics.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderConsoleExtensions.AddDebugConsole(Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/MetricsBuilderConsoleExtensions.cs#L16C88-L16C137" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderConsoleExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/MetricsBuilderConsoleExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Configuration.IMetricListenerConfigurationFactory.GetConfiguration(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/Configuration/IMetricListenerConfigurationFactory.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.Configuration.IMetricListenerConfigurationFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/Configuration/IMetricListenerConfigurationFactory.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.FileProviders.Abstractions.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.FileProviders.Abstractions.json deleted file mode 100644 index b433a395021..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.FileProviders.Abstractions.json +++ /dev/null @@ -1,176 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.FileProviders.Abstractions", - "GUID": "0A2C29AFF6C449B9A709BE20070E095BFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.FileProviders.IDirectoryContents.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IDirectoryContents.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.IDirectoryContents", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IDirectoryContents.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.IFileInfo.CreateReadStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.IFileInfo.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.IFileInfo.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.IFileInfo.PhysicalPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.IFileInfo.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.IFileInfo.LastModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.IFileInfo.IsDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.IFileInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.IFileProvider.GetFileInfo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileProvider.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.IFileProvider.GetDirectoryContents(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileProvider.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.IFileProvider.Watch(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileProvider.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.IFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.NotFoundDirectoryContents.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs#L27C58-L27C103" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.NotFoundDirectoryContents.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs#L30C52-L30C67" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.NotFoundDirectoryContents.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundDirectoryContents.Singleton", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs#L18C61-L18C65" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundDirectoryContents.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs#L23C31-L23C36" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.NotFoundDirectoryContents", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.NotFoundFileInfo.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L19C9-L22C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.NotFoundFileInfo.CreateReadStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L60C13-L60C80" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundFileInfo.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L27C31-L27C36" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundFileInfo.IsDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L32C36-L32C41" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundFileInfo.LastModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L37C47-L37C70" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundFileInfo.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L42C31-L42C33" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundFileInfo.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L45C30-L45C34" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundFileInfo.PhysicalPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L50C40-L50C44" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.NotFoundFileInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.NullChangeToken.RegisterChangeCallback(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullChangeToken.cs#L41C13-L41C45" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.NullChangeToken.Singleton", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullChangeToken.cs#L17C51-L17C55" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.NullChangeToken.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullChangeToken.cs#L26C35-L26C40" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.NullChangeToken.ActiveChangeCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullChangeToken.cs#L31C46-L31C51" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.NullChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullChangeToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.NullFileProvider.GetDirectoryContents(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullFileProvider.cs#L18C75-L18C110" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.NullFileProvider.GetFileInfo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullFileProvider.cs#L25C57-L25C86" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.NullFileProvider.Watch(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullFileProvider.cs#L32C53-L32C78" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.NullFileProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullFileProvider.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.NullFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullFileProvider.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.FileProviders.Composite.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.FileProviders.Composite.json deleted file mode 100644 index 809bdfdeb41..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.FileProviders.Composite.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.FileProviders.Composite", - "GUID": "8ECBFF8348F5417ABF3D231BA6BE3C33FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.CompositeFileProvider.#ctor(Microsoft.Extensions.FileProviders.IFileProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L23C9-L26C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.CompositeFileProvider.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.FileProviders.IFileProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L32C9-L37C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.CompositeFileProvider.GetFileInfo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L46C52-L54C50" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.CompositeFileProvider.GetDirectoryContents(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L66C13-L67C38" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.CompositeFileProvider.Watch(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L79C13-L95C59" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.CompositeFileProvider.FileProviders", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L101C60-L101C74" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.CompositeFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Composite.CompositeDirectoryContents.#ctor(System.Collections.Generic.IList{Microsoft.Extensions.FileProviders.IFileProvider},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeDirectoryContents.cs#L29C9-L35C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Composite.CompositeDirectoryContents.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeDirectoryContents.cs#L85C13-L86C43" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Composite.CompositeDirectoryContents.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeDirectoryContents.cs#L91C13-L92C43" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Composite.CompositeDirectoryContents.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeDirectoryContents.cs#L102C17-L103C32" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.Composite.CompositeDirectoryContents", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeDirectoryContents.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.FileProviders.Embedded.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.FileProviders.Embedded.json deleted file mode 100644 index 485d6383cf1..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.FileProviders.Embedded.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.FileProviders.Embedded", - "GUID": "F72BB1E615AD48C28684AD07B005FFA1FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.EmbeddedFileProvider.#ctor(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/FileProviders/Embedded/src/EmbeddedFileProvider.cs#L37C11-L39C6" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.EmbeddedFileProvider.#ctor(System.Reflection.Assembly,System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/FileProviders/Embedded/src/EmbeddedFileProvider.cs#L49C5-L72C6" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.EmbeddedFileProvider.GetFileInfo(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/FileProviders/Embedded/src/EmbeddedFileProvider.cs#L84C9-L124C91" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.EmbeddedFileProvider.GetDirectoryContents(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/FileProviders/Embedded/src/EmbeddedFileProvider.cs#L140C9-L168C57" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.EmbeddedFileProvider.Watch(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/FileProviders/Embedded/src/EmbeddedFileProvider.cs#L178C9-L178C42" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.EmbeddedFileProvider", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/FileProviders/Embedded/src/EmbeddedFileProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.ManifestEmbeddedFileProvider.#ctor(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/FileProviders/Embedded/src/ManifestEmbeddedFileProvider.cs#L28C11-L28C92" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.ManifestEmbeddedFileProvider.#ctor(System.Reflection.Assembly,System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/FileProviders/Embedded/src/ManifestEmbeddedFileProvider.cs#L36C11-L38C6" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.ManifestEmbeddedFileProvider.#ctor(System.Reflection.Assembly,System.String,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/FileProviders/Embedded/src/ManifestEmbeddedFileProvider.cs#L48C11-L50C6" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.ManifestEmbeddedFileProvider.#ctor(System.Reflection.Assembly,System.String,System.String,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/FileProviders/Embedded/src/ManifestEmbeddedFileProvider.cs#L61C11-L63C6" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.ManifestEmbeddedFileProvider.GetDirectoryContents(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/FileProviders/Embedded/src/ManifestEmbeddedFileProvider.cs#L85C9-L96C82" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.ManifestEmbeddedFileProvider.GetFileInfo(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/FileProviders/Embedded/src/ManifestEmbeddedFileProvider.cs#L102C9-L113C46" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.ManifestEmbeddedFileProvider.Watch(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/FileProviders/Embedded/src/ManifestEmbeddedFileProvider.cs#L119C9-L121C42" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.ManifestEmbeddedFileProvider.Assembly", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/FileProviders/Embedded/src/ManifestEmbeddedFileProvider.cs#L78C32-L78C36" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.ManifestEmbeddedFileProvider", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/FileProviders/Embedded/src/ManifestEmbeddedFileProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo.#ctor(System.Reflection.Assembly,System.String,System.String,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/FileProviders/Embedded/src/EmbeddedResourceFileInfo.cs#L27C5-L37C6" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo.CreateReadStream", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/FileProviders/Embedded/src/EmbeddedResourceFileInfo.cs#L83C9-L89C23" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo.Exists", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/FileProviders/Embedded/src/EmbeddedResourceFileInfo.cs#L42C27-L42C31" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo.Length", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/FileProviders/Embedded/src/EmbeddedResourceFileInfo.cs#L51C13-L56C34" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo.PhysicalPath", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/FileProviders/Embedded/src/EmbeddedResourceFileInfo.cs#L63C36-L63C40" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo.Name", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/FileProviders/Embedded/src/EmbeddedResourceFileInfo.cs#L68C26-L68C30" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo.LastModified", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/FileProviders/Embedded/src/EmbeddedResourceFileInfo.cs#L73C42-L73C46" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo.IsDirectory", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/FileProviders/Embedded/src/EmbeddedResourceFileInfo.cs#L78C32-L78C37" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/FileProviders/Embedded/src/EmbeddedResourceFileInfo.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.FileProviders.Physical.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.FileProviders.Physical.json deleted file mode 100644 index a2d1e26f494..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.FileProviders.Physical.json +++ /dev/null @@ -1,274 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.FileProviders.Physical", - "GUID": "5C6F8302EBB44037A2806B141E3D9CE3FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L45C15-L47C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.#ctor(System.String,Microsoft.Extensions.FileProviders.Physical.ExclusionFilters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L34C9-L71C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L203C13-L205C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L213C13-L221C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.GetFileInfo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L265C13-L291C51" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.GetDirectoryContents(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L307C17-L336C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.Watch(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L354C13-L362C62" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.PhysicalFileProvider.UsePollingFileWatcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L91C17-L99C56" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.PhysicalFileProvider.UseActivePolling", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L130C17-L135C48" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.PhysicalFileProvider.Root", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L226C30-L226C34" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.PhysicalFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs#L28C15-L29C12" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents.#ctor(System.String,Microsoft.Extensions.FileProviders.Physical.ExclusionFilters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs#L36C9-L42C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs#L50C13-L51C45" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs#L56C13-L57C45" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs#L45C31-L45C59" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters.Sensitive", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters.DotPrefixed", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters.Hidden", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters.System", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.#ctor(System.IO.DirectoryInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L20C9-L23C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.CreateReadStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L56C13-L56C72" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L26C31-L26C43" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L31C31-L31C33" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.PhysicalPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L34C39-L34C53" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L37C31-L37C41" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.LastModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L42C47-L42C69" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.IsDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L47C36-L47C40" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.#ctor(System.IO.FileInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L20C9-L23C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.CreateReadStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L50C13-L57C72" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L26C31-L26C43" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L29C31-L29C43" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.PhysicalPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L32C39-L32C53" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L35C31-L35C41" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.LastModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L38C47-L38C69" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.IsDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L43C36-L43C41" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.#ctor(System.String,System.IO.FileSystemWatcher,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs#L61C15-L63C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.#ctor(System.String,System.IO.FileSystemWatcher,System.Boolean,Microsoft.Extensions.FileProviders.Physical.ExclusionFilters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs#L33C9-L112C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.CreateFileChangeToken(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs#L136C13-L152C32" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs#L257C13-L259C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs#L267C13-L276C10" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken.#ctor(System.IO.FileInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L40C9-L44C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken.Microsoft#Extensions#FileProviders#IPollingChangeToken#get_CancellationTokenSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L79C81-L79C104" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken.RegisterChangeCallback(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L123C13-L128C74" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken.ActiveChangeCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L64C45-L64C49" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken.Microsoft#Extensions#FileProviders#IPollingChangeToken#CancellationTokenSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L79C81-L79C104" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L92C17-L111C36" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L42C15-L47C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken.Microsoft#Extensions#FileProviders#IPollingChangeToken#get_CancellationTokenSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L82C81-L82C104" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken.GetLastWriteUtc(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L148C13-L149C123" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken.Microsoft#Extensions#Primitives#IChangeToken#RegisterChangeCallback(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L190C13-L195C74" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken.ActiveChangeCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L64C45-L64C49" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken.Microsoft#Extensions#FileProviders#IPollingChangeToken#CancellationTokenSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L82C81-L82C104" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L91C17-L104C33" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.FileSystemGlobbing.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.FileSystemGlobbing.json deleted file mode 100644 index e84a3500f0c..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.FileSystemGlobbing.json +++ /dev/null @@ -1,782 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.FileSystemGlobbing", - "GUID": "B3529A9E24F94C67BADAFC817193B71FFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L40C13-L44C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch.Equals(Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L53C13-L54C88" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L63C13-L63C59" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L70C13-L70C70" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L22C30-L22C34" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch.Stem", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L31C31-L31C35" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo.#ctor(System.String,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L27C15-L29C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo.EnumerateFileSystemInfos", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo.GetDirectory(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L123C13-L130C74" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo.GetFile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L141C13-L151C10" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo.FullName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L63C43-L63C47" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L66C39-L66C43" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo.ParentDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L70C13-L70C86" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Matcher.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs#L108C15-L110C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Matcher.#ctor(System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs#L99C9-L120C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Matcher.AddInclude(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs#L136C13-L137C25" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Matcher.AddExclude(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs#L154C13-L155C25" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Matcher.Execute(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs#L165C13-L168C38" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Matcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions.AddExcludePatterns(Microsoft.Extensions.FileSystemGlobbing.Matcher,System.Collections.Generic.IEnumerable{System.String}[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L21C51-L28C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions.AddIncludePatterns(Microsoft.Extensions.FileSystemGlobbing.Matcher,System.Collections.Generic.IEnumerable{System.String}[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L37C51-L44C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions.GetResultsInFullPath(Microsoft.Extensions.FileSystemGlobbing.Matcher,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L16707566C0-L57C27" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions.Match(Microsoft.Extensions.FileSystemGlobbing.Matcher,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L68C13-L68C95" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions.Match(Microsoft.Extensions.FileSystemGlobbing.Matcher,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L80C13-L80C71" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions.Match(Microsoft.Extensions.FileSystemGlobbing.Matcher,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L91C13-L91C75" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions.Match(Microsoft.Extensions.FileSystemGlobbing.Matcher,System.String,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L103C13-L105C79" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/PatternMatchingResult.cs#L20C15-L23C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/PatternMatchingResult.cs#L30C9-L36C10" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult.Files", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/PatternMatchingResult.cs#L41C54-L41C58" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult.HasMatches", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/PatternMatchingResult.cs#L46C34-L46C38" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/PatternMatchingResult.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.ILinearPattern.Segments", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/ILinearPattern.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.ILinearPattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/ILinearPattern.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment.Match(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPathSegment.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment.CanProduceStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPathSegment.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPathSegment.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern.CreatePatternContextForInclude", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPattern.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern.CreatePatternContextForExclude", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPattern.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPattern.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext.Declare(System.Action{Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext.PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext.PopDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern.Segments", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IRaggedPattern.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern.StartsWith", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IRaggedPattern.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern.Contains", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IRaggedPattern.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern.EndsWith", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IRaggedPattern.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IRaggedPattern.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.MatcherContext.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern},System.Collections.Generic.IEnumerable{Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern},Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/MatcherContext.cs#L25C9-L46C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.MatcherContext.Execute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/MatcherContext.cs#L50C13-L54C72" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.MatcherContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/MatcherContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult.Success(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternTestResult.cs#L25C13-L25C74" - }, - { - "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult.Failed", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternTestResult.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult.IsSuccessful", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternTestResult.cs#L14C36-L14C40" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult.Stem", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternTestResult.cs#L15C31-L15C35" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternTestResult.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns.PatternBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/Patterns/PatternBuilder.cs#L16C9-L19C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns.PatternBuilder.#ctor(System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/Patterns/PatternBuilder.cs#L21C9-L24C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns.PatternBuilder.Build(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/Patterns/PatternBuilder.cs#L30C13-L202C134" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns.PatternBuilder.ComparisonType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/Patterns/PatternBuilder.cs#L26C50-L26C54" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns.PatternBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/Patterns/PatternBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.Declare(System.Action{Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs#L15C75-L15C76" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.PopDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs#L25C13-L26C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.PushDataFrame(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs#L30C13-L32C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.IsStackEmpty", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs#L36C13-L36C38" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs#L12C9-L12C55" - }, - { - "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.Frame", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.#ctor(Microsoft.Extensions.FileSystemGlobbing.Internal.ILinearPattern)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L13C9-L18C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L22C13-L32C45" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L38C13-L65C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.IsLastSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L83C13-L83C69" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.TestMatchingSegment(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L88C13-L93C70" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.CalculateStem(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L98C13-L98C77" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.Pattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L79C44-L79C48" - }, - { - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.FrameData", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude.#ctor(Microsoft.Extensions.FileSystemGlobbing.Internal.ILinearPattern)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearExclude.cs#L12C15-L14C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearExclude.cs#L18C13-L28C75" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearExclude.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude.#ctor(Microsoft.Extensions.FileSystemGlobbing.Internal.ILinearPattern)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearInclude.cs#L12C15-L14C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude.Declare(System.Action{Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearInclude.cs#L18C13-L32C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearInclude.cs#L36C13-L46C76" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearInclude.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.#ctor(Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L12C9-L17C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L21C13-L30C45" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L36C13-L102C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.PopDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L106C13-L111C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.IsStartingGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L138C13-L138C50" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.IsEndingGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L143C13-L143C70" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.TestMatchingSegment(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L148C13-L152C72" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.TestMatchingGroup(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileSystemInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L157C13-L174C25" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.CalculateStem(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L179C13-L179C77" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.Pattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L134C44-L134C48" - }, - { - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude.#ctor(Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedExclude.cs#L12C15-L14C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedExclude.cs#L18C13-L42C26" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedExclude.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude.#ctor(Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedInclude.cs#L13C15-L15C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude.Declare(System.Action{Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedInclude.cs#L19C13-L37C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedInclude.cs#L41C13-L57C25" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedInclude.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.CurrentPathSegment.Match(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/CurrentPathSegment.cs#L12C44-L12C49" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.CurrentPathSegment.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/CurrentPathSegment.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.CurrentPathSegment.CanProduceStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/CurrentPathSegment.cs#L10C39-L10C44" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.CurrentPathSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/CurrentPathSegment.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment.#ctor(System.String,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L16C9-L22C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment.Match(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L28C13-L28C65" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L33C13-L35C68" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L40C13-L40C97" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment.CanProduceStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L14C39-L14C44" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L24C31-L24C35" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.ParentPathSegment.Match(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/ParentPathSegment.cs#L16C13-L16C82" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.ParentPathSegment.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/ParentPathSegment.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.ParentPathSegment.CanProduceStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/ParentPathSegment.cs#L12C39-L12C44" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.ParentPathSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/ParentPathSegment.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.RecursiveWildcardSegment.Match(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/RecursiveWildcardSegment.cs#L12C44-L12C49" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.RecursiveWildcardSegment.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/RecursiveWildcardSegment.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.RecursiveWildcardSegment.CanProduceStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/RecursiveWildcardSegment.cs#L10C39-L10C43" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.RecursiveWildcardSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/RecursiveWildcardSegment.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.#ctor(System.String,System.Collections.Generic.List{System.String},System.String,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L18C9-L32C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.Match(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L44C13-L79C25" - }, - { - "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.MatchAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.CanProduceStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L34C44-L34C56" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.BeginsWith", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L36C36-L36C40" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.Contains", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L38C40-L38C44" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.EndsWith", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L40C34-L40C38" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase.EnumerateFileSystemInfos", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoBase.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase.GetDirectory(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoBase.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase.GetFile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoBase.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoBase.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper.#ctor(System.IO.DirectoryInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L24C15-L25C12" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper.EnumerateFileSystemInfos", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper.GetDirectory(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L72C13-L96C119" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper.GetFile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L103C16-L103C94" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L106C40-L106C82" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper.FullName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L114C44-L114C67" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper.ParentDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L123C16-L123C64" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoBase.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoWrapper.#ctor(System.IO.FileInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoWrapper.cs#L20C9-L25C10" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoWrapper.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoWrapper.cs#L33C40-L33C54" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoWrapper.FullName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoWrapper.cs#L41C44-L41C62" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoWrapper.ParentDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoWrapper.cs#L50C16-L50C62" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoWrapper", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoWrapper.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileSystemInfoBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileSystemInfoBase.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileSystemInfoBase.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileSystemInfoBase.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileSystemInfoBase.FullName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileSystemInfoBase.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileSystemInfoBase.ParentDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileSystemInfoBase.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileSystemInfoBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileSystemInfoBase.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.FrameData.IsNotApplicable", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.FrameData.SegmentIndex", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.FrameData.InStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.FrameData.StemItems", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L74C47-L74C80" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.FrameData.Stem", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L76C36-L76C92" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.FrameData", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.IsNotApplicable", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.SegmentGroupIndex", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.SegmentGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.BacktrackAvailable", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.SegmentIndex", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.InStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.StemItems", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L129C47-L129C80" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.Stem", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L131C36-L131C92" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Hosting.Abstractions.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Hosting.Abstractions.json deleted file mode 100644 index 729b1e68b41..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Hosting.Abstractions.json +++ /dev/null @@ -1,460 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Hosting.Abstractions", - "GUID": "D074A994107A46F48BFE131BDDD8F1CDFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionHostedServiceExtensions.AddHostedService``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/ServiceCollectionHostedServiceExtensions.cs#L25C13-L27C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionHostedServiceExtensions.AddHostedService``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/ServiceCollectionHostedServiceExtensions.cs#L40C13-L42C29" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceCollectionHostedServiceExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/ServiceCollectionHostedServiceExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.BackgroundService.ExecuteAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.BackgroundService.StartAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs#L43C13-L55C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.BackgroundService.StopAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.BackgroundService.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs#L90C13-L91C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.BackgroundService.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.BackgroundService.ExecuteTask", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs#L24C45-L24C57" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.BackgroundService", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Hosting.EnvironmentName.Development", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/EnvironmentName.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Hosting.EnvironmentName.Staging", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/EnvironmentName.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Hosting.EnvironmentName.Production", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/EnvironmentName.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.EnvironmentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/EnvironmentName.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Hosting.Environments.Development", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/Environments.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Hosting.Environments.Staging", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/Environments.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Hosting.Environments.Production", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/Environments.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.Environments", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/Environments.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostAbortedException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostAbortedException.cs#L23C41-L23C81" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostAbortedException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostAbortedException.cs#L37C56-L37C73" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostAbortedException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostAbortedException.cs#L55C83-L55C116" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.HostAbortedException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostAbortedException.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilderContext.#ctor(System.Collections.Generic.IDictionary{System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostBuilderContext.cs#L19C9-L24C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostBuilderContext.HostingEnvironment", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostBuilderContext.cs#L29C54-L29C58" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostBuilderContext.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostBuilderContext.cs#L34C47-L34C51" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostBuilderContext.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostBuilderContext.cs#L39C57-L39C61" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.HostBuilderContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostBuilderContext.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Hosting.HostDefaults.ApplicationKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostDefaults.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Hosting.HostDefaults.EnvironmentKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostDefaults.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Hosting.HostDefaults.ContentRootKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostDefaults.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.HostDefaults", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostDefaults.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostEnvironmentEnvExtensions.IsDevelopment(Microsoft.Extensions.Hosting.IHostEnvironment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostEnvironmentEnvExtensions.cs#L20C13-L22C76" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostEnvironmentEnvExtensions.IsStaging(Microsoft.Extensions.Hosting.IHostEnvironment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostEnvironmentEnvExtensions.cs#L32C13-L34C72" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostEnvironmentEnvExtensions.IsProduction(Microsoft.Extensions.Hosting.IHostEnvironment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostEnvironmentEnvExtensions.cs#L44C13-L46C75" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostEnvironmentEnvExtensions.IsEnvironment(Microsoft.Extensions.Hosting.IHostEnvironment,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostEnvironmentEnvExtensions.cs#L59C13-L64C53" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.HostEnvironmentEnvExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostEnvironmentEnvExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostBuilderExtensions.Start(Microsoft.Extensions.Hosting.IHostBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostBuilderExtensions.cs#L21C13-L21C70" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostBuilderExtensions.StartAsync(Microsoft.Extensions.Hosting.IHostBuilder,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostBuilderExtensions.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.HostingAbstractionsHostBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Start(Microsoft.Extensions.Hosting.IHost)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs#L22C13-L23C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.StopAsync(Microsoft.Extensions.Hosting.IHost,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.WaitForShutdown(Microsoft.Extensions.Hosting.IHost)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs#L44C13-L45C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(Microsoft.Extensions.Hosting.IHost)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs#L53C13-L54C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(Microsoft.Extensions.Hosting.IHost,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.WaitForShutdownAsync(Microsoft.Extensions.Hosting.IHost,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingEnvironmentExtensions.IsDevelopment(Microsoft.Extensions.Hosting.IHostingEnvironment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingEnvironmentExtensions.cs#L21C13-L23C82" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingEnvironmentExtensions.IsStaging(Microsoft.Extensions.Hosting.IHostingEnvironment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingEnvironmentExtensions.cs#L33C13-L35C78" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingEnvironmentExtensions.IsProduction(Microsoft.Extensions.Hosting.IHostingEnvironment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingEnvironmentExtensions.cs#L45C13-L47C81" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingEnvironmentExtensions.IsEnvironment(Microsoft.Extensions.Hosting.IHostingEnvironment,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingEnvironmentExtensions.cs#L60C13-L65C53" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.HostingEnvironmentExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingEnvironmentExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.IApplicationLifetime.StopApplication", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IApplicationLifetime.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IApplicationLifetime.ApplicationStarted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IApplicationLifetime.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IApplicationLifetime.ApplicationStopping", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IApplicationLifetime.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IApplicationLifetime.ApplicationStopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IApplicationLifetime.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.IApplicationLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IApplicationLifetime.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHost.StartAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHost.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHost.StopAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHost.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHost.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHost.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.IHost", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHost.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostApplicationBuilder.ConfigureContainer``1(Microsoft.Extensions.DependencyInjection.IServiceProviderFactory{``0},System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationBuilder.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationBuilder.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationBuilder.Environment", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationBuilder.Logging", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationBuilder.Metrics", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationBuilder.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.IHostApplicationBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostApplicationLifetime.StopApplication", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationLifetime.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationLifetime.ApplicationStarted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationLifetime.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationLifetime.ApplicationStopping", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationLifetime.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationLifetime.ApplicationStopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationLifetime.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.IHostApplicationLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationLifetime.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostBuilder.ConfigureHostConfiguration(System.Action{Microsoft.Extensions.Configuration.IConfigurationBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostBuilder.ConfigureAppConfiguration(System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.Configuration.IConfigurationBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostBuilder.ConfigureServices(System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.DependencyInjection.IServiceCollection})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostBuilder.UseServiceProviderFactory``1(Microsoft.Extensions.DependencyInjection.IServiceProviderFactory{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostBuilder.UseServiceProviderFactory``1(System.Func{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.DependencyInjection.IServiceProviderFactory{``0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostBuilder.ConfigureContainer``1(System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostBuilder.Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostBuilder.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.IHostBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostedLifecycleService.StartingAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedLifecycleService.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostedLifecycleService.StartedAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedLifecycleService.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostedLifecycleService.StoppingAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedLifecycleService.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostedLifecycleService.StoppedAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedLifecycleService.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.IHostedLifecycleService", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedLifecycleService.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostedService.StartAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedService.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostedService.StopAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedService.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.IHostedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedService.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostEnvironment.EnvironmentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostEnvironment.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostEnvironment.ApplicationName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostEnvironment.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostEnvironment.ContentRootPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostEnvironment.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostEnvironment.ContentRootFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostEnvironment.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.IHostEnvironment", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostEnvironment.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostingEnvironment.EnvironmentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostingEnvironment.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostingEnvironment.ApplicationName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostingEnvironment.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostingEnvironment.ContentRootPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostingEnvironment.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostingEnvironment.ContentRootFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostingEnvironment.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.IHostingEnvironment", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostingEnvironment.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostLifetime.WaitForStartAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostLifetime.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostLifetime.StopAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostLifetime.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.IHostLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostLifetime.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Hosting.Systemd.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Hosting.Systemd.json deleted file mode 100644 index 3d4f40e79e2..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Hosting.Systemd.json +++ /dev/null @@ -1,106 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Hosting.Systemd", - "GUID": "529D1BB031314AB39518E7C4E7B0909BFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.SystemdHostBuilderExtensions.UseSystemd(Microsoft.Extensions.Hosting.IHostBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdHostBuilderExtensions.cs#L35C13-L44C32" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.SystemdHostBuilderExtensions.AddSystemd(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdHostBuilderExtensions.cs#L70C13-L76C29" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.SystemdHostBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdHostBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.ISystemdNotifier.Notify(Microsoft.Extensions.Hosting.Systemd.ServiceState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ISystemdNotifier.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.Systemd.ISystemdNotifier.IsEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ISystemdNotifier.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.Systemd.ISystemdNotifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ISystemdNotifier.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.ServiceState.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ServiceState.cs#L32C13-L35C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.ServiceState.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ServiceState.cs#L42C16-L42C77" - }, - { - "DocsId": "F:Microsoft.Extensions.Hosting.Systemd.ServiceState.Ready", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ServiceState.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Hosting.Systemd.ServiceState.Stopping", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ServiceState.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.Systemd.ServiceState", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ServiceState.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.SystemdHelpers.IsSystemdService", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdHelpers.cs#L28C16-L28C59" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.Systemd.SystemdHelpers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdHelpers.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.SystemdLifetime.#ctor(Microsoft.Extensions.Hosting.IHostEnvironment,Microsoft.Extensions.Hosting.IHostApplicationLifetime,Microsoft.Extensions.Hosting.Systemd.ISystemdNotifier,Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdLifetime.cs#L32C9-L43C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.SystemdLifetime.StopAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdLifetime.cs#L61C13-L61C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.SystemdLifetime.WaitForStartAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdLifetime.cs#L75C13-L88C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.SystemdLifetime.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdLifetime.cs#L113C13-L117C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.Systemd.SystemdLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdLifetime.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.SystemdNotifier.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdNotifier.cs#L24C13-L25C12" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.SystemdNotifier.Notify(Microsoft.Extensions.Hosting.Systemd.ServiceState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdNotifier.cs#L39C13-L53C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.Systemd.SystemdNotifier.IsEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdNotifier.cs#L34C34-L34C53" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.Systemd.SystemdNotifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdNotifier.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Hosting.WindowsServices.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Hosting.WindowsServices.json deleted file mode 100644 index 2a305159438..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Hosting.WindowsServices.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Hosting.WindowsServices", - "GUID": "F085CE6D1B2443C2A01B4B5C1612CA3BFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServiceLifetimeHostBuilderExtensions.UseWindowsService(Microsoft.Extensions.Hosting.IHostBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeHostBuilderExtensions.cs#L31C13-L31C61" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServiceLifetimeHostBuilderExtensions.UseWindowsService(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.WindowsServiceLifetimeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeHostBuilderExtensions.cs#L16707566C0-L57C32" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServiceLifetimeHostBuilderExtensions.AddWindowsService(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeHostBuilderExtensions.cs#L77C13-L77C58" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServiceLifetimeHostBuilderExtensions.AddWindowsService(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Hosting.WindowsServiceLifetimeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeHostBuilderExtensions.cs#L97C13-L104C29" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.WindowsServiceLifetimeHostBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeHostBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServiceLifetimeOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeOptions.cs#L16C51-L16C63" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.WindowsServiceLifetimeOptions.ServiceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeOptions.cs#L16C37-L16C41" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.WindowsServiceLifetimeOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceHelpers.IsWindowsService", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceHelpers.cs#L24C13-L40C102" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceHelpers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceHelpers.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.#ctor(Microsoft.Extensions.Hosting.IHostEnvironment,Microsoft.Extensions.Hosting.IHostApplicationLifetime,Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Hosting.HostOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L34C15-L36C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.#ctor(Microsoft.Extensions.Hosting.IHostEnvironment,Microsoft.Extensions.Hosting.IHostApplicationLifetime,Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Hosting.HostOptions},Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Hosting.WindowsServiceLifetimeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L20C9-L60C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.WaitForStartAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L77C13-L93C37" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.StopAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.OnStart(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L137C13-L139C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.OnStop", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L148C13-L153C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.OnShutdown", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L162C13-L167C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L175C13-L181C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Hosting.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Hosting.json deleted file mode 100644 index b499be57a84..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Hosting.json +++ /dev/null @@ -1,400 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Hosting", - "GUID": "56E9EFAF84C247F7A97101561DD8AE1EFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Hosting.BackgroundServiceExceptionBehavior.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/BackgroundServiceExceptionBehavior.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Hosting.BackgroundServiceExceptionBehavior.StopHost", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/BackgroundServiceExceptionBehavior.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Hosting.BackgroundServiceExceptionBehavior.Ignore", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/BackgroundServiceExceptionBehavior.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.BackgroundServiceExceptionBehavior", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/BackgroundServiceExceptionBehavior.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.ConsoleLifetimeOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/ConsoleLifetimeOptions.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.ConsoleLifetimeOptions.SuppressStatusMessages", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/ConsoleLifetimeOptions.cs#L15C46-L15C50" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.ConsoleLifetimeOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/ConsoleLifetimeOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.Host.CreateDefaultBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L32C13-L32C45" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Host.CreateDefaultBuilder(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L55C13-L56C52" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Host.CreateApplicationBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L75C76-L75C104" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Host.CreateApplicationBuilder(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L96C90-L96C122" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Host.CreateApplicationBuilder(Microsoft.Extensions.Hosting.HostApplicationBuilderSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L101C16-L101C52" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Host.CreateEmptyApplicationBuilder(Microsoft.Extensions.Hosting.HostApplicationBuilderSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L109C16-L109C65" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.Host", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostApplicationBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L53C15-L55C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostApplicationBuilder.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L76C15-L78C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostApplicationBuilder.#ctor(Microsoft.Extensions.Hosting.HostApplicationBuilderSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L23C9-L116C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostApplicationBuilder.Microsoft#Extensions#Hosting#IHostApplicationBuilder#get_Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L188C75-L188C105" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostApplicationBuilder.Microsoft#Extensions#Hosting#IHostApplicationBuilder#get_Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L201C72-L201C85" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostApplicationBuilder.ConfigureContainer``1(Microsoft.Extensions.DependencyInjection.IServiceProviderFactory{``0},System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L16707566C0-L226C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostApplicationBuilder.Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L234C13-L249C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilder.Microsoft#Extensions#Hosting#IHostApplicationBuilder#Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L188C75-L188C105" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilder.Environment", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L191C48-L191C60" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilder.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L199C53-L199C57" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilder.Microsoft#Extensions#Hosting#IHostApplicationBuilder#Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L201C72-L201C85" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilder.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L204C47-L204C65" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilder.Logging", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L207C43-L207C51" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilder.Metrics", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L210C43-L210C51" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.HostApplicationBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L18C9-L20C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings.DisableDefaults", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L37C39-L37C43" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings.Args", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L42C33-L42C37" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L49C54-L49C58" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings.EnvironmentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L54C42-L54C46" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings.ApplicationName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L59C42-L59C46" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings.ContentRootPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L64C42-L64C46" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L28C9-L47C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.ConfigureHostConfiguration(System.Action{Microsoft.Extensions.Configuration.IConfigurationBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L63C13-L66C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.ConfigureAppConfiguration(System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.Configuration.IConfigurationBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L79C13-L82C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.ConfigureServices(System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.DependencyInjection.IServiceCollection})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L93C13-L96C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.UseServiceProviderFactory``1(Microsoft.Extensions.DependencyInjection.IServiceProviderFactory{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L107C13-L110C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.UseServiceProviderFactory``1(System.Func{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.DependencyInjection.IServiceProviderFactory{``0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L121C13-L124C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.ConfigureContainer``1(System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L137C13-L140C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L150C13-L167C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostBuilder.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L52C57-L52C61" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.HostBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.UseEnvironment(Microsoft.Extensions.Hosting.IHostBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L44C16" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.UseContentRoot(Microsoft.Extensions.Hosting.IHostBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L64C16" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.UseDefaultServiceProvider(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.DependencyInjection.ServiceProviderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L74C95" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.UseDefaultServiceProvider(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.DependencyInjection.ServiceProviderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L89C16" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureLogging(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.Logging.ILoggingBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L100C145" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureLogging(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Logging.ILoggingBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L111C136" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureHostOptions(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.Hosting.HostOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L123C124" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureHostOptions(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.HostOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L134C104" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureAppConfiguration(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Configuration.IConfigurationBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L148C108" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureServices(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.DependencyInjection.IServiceCollection})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L159C106" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureContainer``1(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L172C120" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureDefaults(Microsoft.Extensions.Hosting.IHostBuilder,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L199C146" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.UseConsoleLifetime(Microsoft.Extensions.Hosting.IHostBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L347C13-L347C123" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.UseConsoleLifetime(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.ConsoleLifetimeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L367C16" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.RunConsoleAsync(Microsoft.Extensions.Hosting.IHostBuilder,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L382C13-L382C89" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.RunConsoleAsync(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.ConsoleLifetimeOptions},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L398C13-L398C105" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureMetrics(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L409C136" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureMetrics(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L420C145" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L24C57-L34C80" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostOptions.ShutdownTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L24C43-L24C47" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostOptions.StartupTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L34C42-L34C46" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostOptions.ServicesStartConcurrently", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L39C49-L39C53" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostOptions.ServicesStopConcurrently", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L44C48-L44C52" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostOptions.BackgroundServiceExceptionBehavior", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L53C88-L53C92" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.HostOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.#ctor(Microsoft.Extensions.Logging.ILogger{Microsoft.Extensions.Hosting.Internal.ApplicationLifetime})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L21C9-L33C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.StopApplication", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L62C13-L75C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.NotifyStarted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L84C17-L92C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.NotifyStopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L101C17-L109C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.ApplicationStarted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L39C56-L39C76" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.ApplicationStopping", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L45C57-L45C78" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.ApplicationStopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L52C56-L52C76" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Hosting.ConsoleLifetimeOptions},Microsoft.Extensions.Hosting.IHostEnvironment,Microsoft.Extensions.Hosting.IHostApplicationLifetime,Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Hosting.HostOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs#L35C15-L35C107" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Hosting.ConsoleLifetimeOptions},Microsoft.Extensions.Hosting.IHostEnvironment,Microsoft.Extensions.Hosting.IHostApplicationLifetime,Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Hosting.HostOptions},Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs#L46C9-L59C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.WaitForStartAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs#L78C13-L95C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.StopAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs#L120C13-L120C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs#L128C13-L132C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.Internal.ConsoleLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.Internal.HostingEnvironment.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs#L21C55-L31C67" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.Internal.HostingEnvironment.EnvironmentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs#L21C41-L21C45" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.Internal.HostingEnvironment.ApplicationName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs#L26C41-L26C45" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.Internal.HostingEnvironment.ContentRootPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs#L31C41-L31C45" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.Internal.HostingEnvironment.ContentRootFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs#L36C56-L36C60" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.Internal.HostingEnvironment", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Http.Diagnostics.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Http.Diagnostics.json deleted file mode 100644 index 3bad6f86b46..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Http.Diagnostics.json +++ /dev/null @@ -1,248 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Http.Diagnostics", - "GUID": "6B94DDDF628B40F7B19501A098F83570FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Net.HttpDiagnosticsHttpWebRequestExtensions.SetRequestMetadata(System.Net.HttpWebRequest,Microsoft.Extensions.Http.Diagnostics.RequestMetadata)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Http/HttpDiagnosticsHttpWebRequestExtensions.cs#L21C9-L27C6" - }, - { - "DocsId": "M:System.Net.HttpDiagnosticsHttpWebRequestExtensions.GetRequestMetadata(System.Net.HttpWebRequest)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Http/HttpDiagnosticsHttpWebRequestExtensions.cs#L36C9-L55C32" - } - ], - "DocsId": "T:System.Net.HttpDiagnosticsHttpWebRequestExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Http/HttpDiagnosticsHttpWebRequestExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.Http.HttpDiagnosticsHttpRequestMessageExtensions.SetRequestMetadata(System.Net.Http.HttpRequestMessage,Microsoft.Extensions.Http.Diagnostics.RequestMetadata)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Http/HttpDiagnosticsHttpRequestMessageExtensions.cs#L24C9-L32C6" - }, - { - "DocsId": "M:System.Net.Http.HttpDiagnosticsHttpRequestMessageExtensions.GetRequestMetadata(System.Net.Http.HttpRequestMessage)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Http/HttpDiagnosticsHttpRequestMessageExtensions.cs#L41C9-L45C25" - } - ], - "DocsId": "T:System.Net.Http.HttpDiagnosticsHttpRequestMessageExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Http/HttpDiagnosticsHttpRequestMessageExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpDiagnosticsServiceCollectionExtensions.AddDownstreamDependencyMetadata(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.Http.Diagnostics.IDownstreamDependencyMetadata)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Http/HttpDiagnosticsServiceCollectionExtensions.cs#L24C9-L28C25" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpDiagnosticsServiceCollectionExtensions.AddDownstreamDependencyMetadata``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Http/HttpDiagnosticsServiceCollectionExtensions.cs#L40C9-L44C25" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.HttpDiagnosticsServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Http/HttpDiagnosticsServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientLatencyTelemetryExtensions.AddHttpClientLatencyTelemetry(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Latency/HttpClientLatencyTelemetryExtensions.cs#L31C9-L49C16" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientLatencyTelemetryExtensions.AddHttpClientLatencyTelemetry(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.Configuration.IConfigurationSection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Latency/HttpClientLatencyTelemetryExtensions.cs#L67C9-L72C57" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientLatencyTelemetryExtensions.AddHttpClientLatencyTelemetry(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Http.Latency.HttpClientLatencyTelemetryOptions})", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Latency/HttpClientLatencyTelemetryExtensions.cs#L86C9-L91C57" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.HttpClientLatencyTelemetryExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Latency/HttpClientLatencyTelemetryExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientLoggingHttpClientBuilderExtensions.AddExtendedHttpClientLogging(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingHttpClientBuilderExtensions.cs#L34C9-L36C62" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientLoggingHttpClientBuilderExtensions.AddExtendedHttpClientLogging(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,Microsoft.Extensions.Configuration.IConfigurationSection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingHttpClientBuilderExtensions.cs#L16707566C0-L58C96" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientLoggingHttpClientBuilderExtensions.AddExtendedHttpClientLogging(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Action{Microsoft.Extensions.Http.Logging.LoggingOptions})", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingHttpClientBuilderExtensions.cs#L16707566C0-L80C103" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.HttpClientLoggingHttpClientBuilderExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingHttpClientBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientLoggingServiceCollectionExtensions.AddExtendedHttpClientLogging(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingServiceCollectionExtensions.cs#L33C9-L48C79" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientLoggingServiceCollectionExtensions.AddExtendedHttpClientLogging(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.Configuration.IConfigurationSection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingServiceCollectionExtensions.cs#L67C9-L74C56" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientLoggingServiceCollectionExtensions.AddExtendedHttpClientLogging(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Http.Logging.LoggingOptions})", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingServiceCollectionExtensions.cs#L89C9-L96C56" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientLoggingServiceCollectionExtensions.AddHttpClientLogEnricher``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingServiceCollectionExtensions.cs#L107C12-L107C85" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.HttpClientLoggingServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Http.Logging.HttpClientLoggingTagNames.Duration", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingTagNames.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Http.Logging.HttpClientLoggingTagNames.Host", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingTagNames.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Http.Logging.HttpClientLoggingTagNames.Method", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingTagNames.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Http.Logging.HttpClientLoggingTagNames.Path", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingTagNames.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Http.Logging.HttpClientLoggingTagNames.RequestBody", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingTagNames.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Http.Logging.HttpClientLoggingTagNames.ResponseBody", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingTagNames.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Http.Logging.HttpClientLoggingTagNames.RequestHeaderPrefix", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingTagNames.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Http.Logging.HttpClientLoggingTagNames.ResponseHeaderPrefix", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingTagNames.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Http.Logging.HttpClientLoggingTagNames.StatusCode", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingTagNames.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Logging.HttpClientLoggingTagNames.TagNames", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingTagNames.cs#L63C52-L63C56" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Logging.HttpClientLoggingTagNames", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingTagNames.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Logging.IHttpClientLogEnricher.Enrich(Microsoft.Extensions.Diagnostics.Enrichment.IEnrichmentTagCollector,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.Exception)", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/IHttpClientLogEnricher.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Logging.IHttpClientLogEnricher", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/IHttpClientLogEnricher.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingOptions.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/LoggingOptions.cs#L59C46-L145C138" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Logging.LoggingOptions.LogRequestStart", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/LoggingOptions.cs#L36C35-L36C39" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Logging.LoggingOptions.LogBody", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/LoggingOptions.cs#L47C27-L47C31" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Logging.LoggingOptions.BodySizeLimit", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/LoggingOptions.cs#L59C32-L59C36" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Logging.LoggingOptions.BodyReadTimeout", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/LoggingOptions.cs#L71C39-L71C43" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Logging.LoggingOptions.RequestBodyContentTypes", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/LoggingOptions.cs#L79C51-L79C55" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Logging.LoggingOptions.ResponseBodyContentTypes", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/LoggingOptions.cs#L87C52-L87C56" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Logging.LoggingOptions.RequestHeadersDataClasses", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/LoggingOptions.cs#L102C80-L102C84" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Logging.LoggingOptions.ResponseHeadersDataClasses", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/LoggingOptions.cs#L117C81-L117C85" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Logging.LoggingOptions.RequestPathLoggingMode", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/LoggingOptions.cs#L129C61-L129C65" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Logging.LoggingOptions.RequestPathParameterRedactionMode", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/LoggingOptions.cs#L137C80-L137C84" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Logging.LoggingOptions.RouteParameterDataClasses", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/LoggingOptions.cs#L145C80-L145C84" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Logging.LoggingOptions", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/LoggingOptions.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Http.Logging.OutgoingPathLoggingMode.value__", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/OutgoingPathLoggingMode.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Http.Logging.OutgoingPathLoggingMode.Formatted", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/OutgoingPathLoggingMode.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Http.Logging.OutgoingPathLoggingMode.Structured", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/OutgoingPathLoggingMode.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Logging.OutgoingPathLoggingMode", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/OutgoingPathLoggingMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Latency.HttpClientLatencyTelemetryOptions.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Latency/HttpClientLatencyTelemetryOptions.cs#L22C64-L22C68" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Latency.HttpClientLatencyTelemetryOptions.EnableDetailedLatencyBreakdown", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Latency/HttpClientLatencyTelemetryOptions.cs#L22C50-L22C54" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Latency.HttpClientLatencyTelemetryOptions", - "SourceLink": "https://github.com/dotnet/extensions/blob/0db4832a73bcd20fe6eaaa01ff64d18e329d438d/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Latency/HttpClientLatencyTelemetryOptions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Http.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Http.json deleted file mode 100644 index be1f7476b34..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Http.json +++ /dev/null @@ -1,444 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Http", - "GUID": "44973792DC994AF2B031E541CB338521FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Net.Http.HttpClientFactoryExtensions.CreateClient(System.Net.Http.IHttpClientFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryExtensions.cs#L20C13-L22C62" - } - ], - "DocsId": "T:System.Net.Http.HttpClientFactoryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.Http.HttpMessageHandlerFactoryExtensions.CreateHandler(System.Net.Http.IHttpMessageHandlerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerFactoryExtensions.cs#L20C13-L22C63" - } - ], - "DocsId": "T:System.Net.Http.HttpMessageHandlerFactoryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerFactoryExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.Http.IHttpClientFactory.CreateClient(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/IHttpClientFactory.cs" - } - ], - "DocsId": "T:System.Net.Http.IHttpClientFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/IHttpClientFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.Http.IHttpMessageHandlerFactory.CreateHandler(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/IHttpMessageHandlerFactory.cs" - } - ], - "DocsId": "T:System.Net.Http.IHttpMessageHandlerFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/IHttpMessageHandlerFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.ConfigureHttpClient(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Action{System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L16707566C0-L35C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.ConfigureHttpClient(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Action{System.IServiceProvider,System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L16707566C0-L61C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddHttpMessageHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.Net.Http.DelegatingHandler})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L16707566C0-L84C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddHttpMessageHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.IServiceProvider,System.Net.Http.DelegatingHandler})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L16707566C0-L112C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddHttpMessageHandler``1(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L132C13-L139C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.ConfigurePrimaryHttpMessageHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.Net.Http.HttpMessageHandler})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L16707566C0-L163C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.ConfigurePrimaryHttpMessageHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.IServiceProvider,System.Net.Http.HttpMessageHandler})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L16707566C0-L193C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.ConfigurePrimaryHttpMessageHandler``1(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L214C13-L221C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.ConfigurePrimaryHttpMessageHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Action{System.Net.Http.HttpMessageHandler,System.IServiceProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L16707566C0-L247C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.ConfigureHttpMessageHandlerBuilder(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Action{Microsoft.Extensions.Http.HttpMessageHandlerBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L16707566C0-L265C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.UseSocketsHttpHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Action{System.Net.Http.SocketsHttpHandler,System.IServiceProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L16707566C0-L302C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.UseSocketsHttpHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Action{Microsoft.Extensions.DependencyInjection.ISocketsHttpHandlerBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L325C13-L330C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddTypedClient``1(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L363C13-L365C84" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddTypedClient``2(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L431C13-L433C101" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddTypedClient``1(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.Net.Http.HttpClient,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L483C13-L486C93" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddTypedClient``1(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.Net.Http.HttpClient,System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L529C13-L532C93" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.RedactLoggedHeaders(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.String,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L16707566C0-L572C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.RedactLoggedHeaders(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L16707566C0-L593C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.SetHandlerLifetime(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L16707566C0-L630C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.ConfigureAdditionalHttpMessageHandlers(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Action{System.Collections.Generic.IList{System.Net.Http.DelegatingHandler},System.IServiceProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L16707566C0-L650C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddLogger(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.IServiceProvider,Microsoft.Extensions.Http.Logging.IHttpClientLogger},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.Logging.cs#L16707566C0-L69C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddLogger``1(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.Logging.cs#L111C13-L113C113" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.RemoveAllLoggers(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.Logging.cs#L123C13-L131C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddDefaultLogger(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.Logging.cs#L141C13-L144C28" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L28C13-L71C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.ConfigureHttpClientDefaults(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.DependencyInjection.IHttpClientBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L82C13-L89C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L110C13-L115C65" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L137C13-L145C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{System.IServiceProvider,System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L167C13-L175C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L204C13-L211C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L245C13-L252C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L284C13-L291C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L328C13-L335C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L365C13-L374C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{System.IServiceProvider,System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L404C13-L413C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L448C13-L457C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{System.IServiceProvider,System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L492C13-L501C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L534C13-L543C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{System.IServiceProvider,System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L576C13-L585C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L623C13-L632C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{System.IServiceProvider,System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L670C13-L679C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.Net.Http.HttpClient,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L711C13-L715C85" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Func{System.Net.Http.HttpClient,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L750C13-L758C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.Net.Http.HttpClient,System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L790C13-L794C85" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Func{System.Net.Http.HttpClient,System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L827C13-L835C28" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.IHttpClientBuilder.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/IHttpClientBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.IHttpClientBuilder.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/IHttpClientBuilder.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.IHttpClientBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/IHttpClientBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ISocketsHttpHandlerBuilder.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/ISocketsHttpHandlerBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ISocketsHttpHandlerBuilder.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/ISocketsHttpHandlerBuilder.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ISocketsHttpHandlerBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/ISocketsHttpHandlerBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.SocketsHttpHandlerBuilderExtensions.Configure(Microsoft.Extensions.DependencyInjection.ISocketsHttpHandlerBuilder,System.Action{System.Net.Http.SocketsHttpHandler,System.IServiceProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/SocketsHttpHandlerBuilderExtensions.cs#L16707566C0-L43C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.SocketsHttpHandlerBuilderExtensions.Configure(Microsoft.Extensions.DependencyInjection.ISocketsHttpHandlerBuilder,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/SocketsHttpHandlerBuilderExtensions.cs#L16707566C0-L65C94" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.SocketsHttpHandlerBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/SocketsHttpHandlerBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.HttpClientFactoryOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L22C9-L105C136" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.HttpClientFactoryOptions.HttpMessageHandlerBuilderActions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L27C92-L27C96" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.HttpClientFactoryOptions.HttpClientActions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L32C62-L32C66" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.HttpClientFactoryOptions.HandlerLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L60C20-L60C36" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.HttpClientFactoryOptions.ShouldRedactHeaderValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L75C61-L75C65" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.HttpClientFactoryOptions.SuppressHandlerScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L102C44-L102C48" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.HttpClientFactoryOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.HttpMessageHandlerBuilder.Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.HttpMessageHandlerBuilder.CreateHandlerPipeline(System.Net.Http.HttpMessageHandler,System.Collections.Generic.IEnumerable{System.Net.Http.DelegatingHandler})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs#L83C13-L118C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.HttpMessageHandlerBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.HttpMessageHandlerBuilder.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.HttpMessageHandlerBuilder.PrimaryHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.HttpMessageHandlerBuilder.AdditionalHandlers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.HttpMessageHandlerBuilder.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs#L55C52-L55C56" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.HttpMessageHandlerBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.IHttpMessageHandlerBuilderFilter.Configure(System.Action{Microsoft.Extensions.Http.HttpMessageHandlerBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/IHttpMessageHandlerBuilderFilter.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.IHttpMessageHandlerBuilderFilter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/IHttpMessageHandlerBuilderFilter.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.ITypedHttpClientFactory`1.CreateClient(System.Net.Http.HttpClient)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/ITypedHttpClientFactory.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.ITypedHttpClientFactory`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/ITypedHttpClientFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Logging.IHttpClientAsyncLogger.LogRequestStartAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientAsyncLogger.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Logging.IHttpClientAsyncLogger.LogRequestStopAsync(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.TimeSpan,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientAsyncLogger.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Logging.IHttpClientAsyncLogger.LogRequestFailedAsync(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.Exception,System.TimeSpan,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientAsyncLogger.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Logging.IHttpClientAsyncLogger", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientAsyncLogger.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Logging.IHttpClientLogger.LogRequestStart(System.Net.Http.HttpRequestMessage)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientLogger.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Logging.IHttpClientLogger.LogRequestStop(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientLogger.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Logging.IHttpClientLogger.LogRequestFailed(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.Exception,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientLogger.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Logging.IHttpClientLogger", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientLogger.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.#ctor(Microsoft.Extensions.Logging.ILogger)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingHttpMessageHandler.cs#L28C9-L33C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.#ctor(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Http.HttpClientFactoryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingHttpMessageHandler.cs#L41C9-L48C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.SendAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingHttpMessageHandler.cs#L79C16-L79C73" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.Send(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingHttpMessageHandler.cs#L85C16-L85C99" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingHttpMessageHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.#ctor(Microsoft.Extensions.Logging.ILogger)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingScopeHttpMessageHandler.cs#L28C9-L33C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.#ctor(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Http.HttpClientFactoryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingScopeHttpMessageHandler.cs#L41C9-L48C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.SendAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingScopeHttpMessageHandler.cs#L81C16-L81C73" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.Send(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingScopeHttpMessageHandler.cs#L87C16-L87C99" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingScopeHttpMessageHandler.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Localization.Abstractions.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Localization.Abstractions.json deleted file mode 100644 index debaba738a3..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Localization.Abstractions.json +++ /dev/null @@ -1,125 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Localization.Abstractions", - "GUID": "7E1675B2724F4EC3AC04DFCA66445307FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Localization.IStringLocalizer.GetAllStrings(System.Boolean)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Abstractions/src/IStringLocalizer.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.IStringLocalizer.Item(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Abstractions/src/IStringLocalizer.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.IStringLocalizer.Item(System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Abstractions/src/IStringLocalizer.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Localization.IStringLocalizer", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Abstractions/src/IStringLocalizer.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Localization.IStringLocalizerFactory.Create(System.Type)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Abstractions/src/IStringLocalizerFactory.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.IStringLocalizerFactory.Create(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Abstractions/src/IStringLocalizerFactory.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Localization.IStringLocalizerFactory", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Abstractions/src/IStringLocalizerFactory.cs" - }, - { - "Members": [], - "DocsId": "T:Microsoft.Extensions.Localization.IStringLocalizer`1", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Abstractions/src/IStringLocalizerOfT.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Localization.LocalizedString.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Abstractions/src/LocalizedString.cs#L21C11-L23C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.LocalizedString.#ctor(System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Abstractions/src/LocalizedString.cs#L32C11-L34C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.LocalizedString.#ctor(System.String,System.String,System.Boolean,System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Abstractions/src/LocalizedString.cs#L43C5-L52C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.LocalizedString.op_Implicit(Microsoft.Extensions.Localization.LocalizedString)~System.String", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Abstractions/src/LocalizedString.cs#L61C9-L61C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.LocalizedString.ToString", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Abstractions/src/LocalizedString.cs#L88C42-L88C47" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.LocalizedString.Name", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Abstractions/src/LocalizedString.cs#L67C26-L67C30" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.LocalizedString.Value", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Abstractions/src/LocalizedString.cs#L72C27-L72C31" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.LocalizedString.ResourceNotFound", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Abstractions/src/LocalizedString.cs#L77C36-L77C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.LocalizedString.SearchedLocation", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Abstractions/src/LocalizedString.cs#L82C39-L82C43" - } - ], - "DocsId": "T:Microsoft.Extensions.Localization.LocalizedString", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Abstractions/src/LocalizedString.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Localization.StringLocalizerExtensions.GetString(Microsoft.Extensions.Localization.IStringLocalizer,System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Abstractions/src/StringLocalizerExtensions.cs#L25C9-L28C38" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.StringLocalizerExtensions.GetString(Microsoft.Extensions.Localization.IStringLocalizer,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Abstractions/src/StringLocalizerExtensions.cs#L43C9-L46C49" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.StringLocalizerExtensions.GetAllStrings(Microsoft.Extensions.Localization.IStringLocalizer)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Abstractions/src/StringLocalizerExtensions.cs#L56C9-L58C75" - } - ], - "DocsId": "T:Microsoft.Extensions.Localization.StringLocalizerExtensions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Abstractions/src/StringLocalizerExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Localization.StringLocalizer`1.#ctor(Microsoft.Extensions.Localization.IStringLocalizerFactory)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Abstractions/src/StringLocalizerOfT.cs#L22C5-L27C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.StringLocalizer`1.GetAllStrings(System.Boolean)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Abstractions/src/StringLocalizerOfT.cs#L53C9-L53C56" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.StringLocalizer`1.Item(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Abstractions/src/StringLocalizerOfT.cs#L34C13-L36C37" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.StringLocalizer`1.Item(System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Abstractions/src/StringLocalizerOfT.cs#L45C13-L47C48" - } - ], - "DocsId": "T:Microsoft.Extensions.Localization.StringLocalizer`1", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Abstractions/src/StringLocalizerOfT.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Localization.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Localization.json deleted file mode 100644 index 1fe741d7cb4..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Localization.json +++ /dev/null @@ -1,162 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Localization", - "GUID": "93D28839CB1046E8B314A59EE2ECF445FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.LocalizationServiceCollectionExtensions.AddLocalization(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Localization/src/LocalizationServiceCollectionExtensions.cs#L23C9-L29C25" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.LocalizationServiceCollectionExtensions.AddLocalization(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Localization.LocalizationOptions})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Localization/src/LocalizationServiceCollectionExtensions.cs#L44C9-L49C25" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.LocalizationServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Localization/src/LocalizationServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Localization.IResourceNamesCache.GetOrAdd(System.String,System.Func{System.String,System.Collections.Generic.IList{System.String}})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Localization/src/IResourceNamesCache.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Localization.IResourceNamesCache", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Localization/src/IResourceNamesCache.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Localization.LocalizationOptions.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Localization/src/LocalizationOptions.cs#L20C49-L15C8" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.LocalizationOptions.ResourcesPath", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Localization/src/LocalizationOptions.cs#L20C35-L20C39" - } - ], - "DocsId": "T:Microsoft.Extensions.Localization.LocalizationOptions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Localization/src/LocalizationOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceLocationAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Localization/src/ResourceLocationAttribute.cs#L19C5-L24C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.ResourceLocationAttribute.ResourceLocation", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Localization/src/ResourceLocationAttribute.cs#L29C38-L29C42" - } - ], - "DocsId": "T:Microsoft.Extensions.Localization.ResourceLocationAttribute", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Localization/src/ResourceLocationAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizer.#ctor(System.Resources.ResourceManager,System.Reflection.Assembly,System.String,Microsoft.Extensions.Localization.IResourceNamesCache,Microsoft.Extensions.Logging.ILogger)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Localization/src/ResourceManagerStringLocalizer.cs#L44C11-L51C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizer.GetAllStrings(System.Boolean)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Localization/src/ResourceManagerStringLocalizer.cs#L127C9-L127C75" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizer.GetAllStrings(System.Boolean,System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Localization/src/ResourceManagerStringLocalizer.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizer.GetStringSafely(System.String,System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Localization/src/ResourceManagerStringLocalizer.cs#L159C9-L181C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.ResourceManagerStringLocalizer.Item(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Localization/src/ResourceManagerStringLocalizer.cs#L103C13-L107C131" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.ResourceManagerStringLocalizer.Item(System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Localization/src/ResourceManagerStringLocalizer.cs#L116C13-L121C124" - } - ], - "DocsId": "T:Microsoft.Extensions.Localization.ResourceManagerStringLocalizer", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Localization/src/ResourceManagerStringLocalizer.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizerFactory.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Localization.LocalizationOptions},Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Localization/src/ResourceManagerStringLocalizerFactory.cs#L25C5-L51C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizerFactory.GetResourcePrefix(System.Reflection.TypeInfo)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Localization/src/ResourceManagerStringLocalizerFactory.cs#L60C9-L62C117" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizerFactory.GetResourcePrefix(System.Reflection.TypeInfo,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Localization/src/ResourceManagerStringLocalizerFactory.cs#L78C9-L94C117" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizerFactory.GetResourcePrefix(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Localization/src/ResourceManagerStringLocalizerFactory.cs#L106C9-L117C33" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizerFactory.Create(System.Type)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Localization/src/ResourceManagerStringLocalizerFactory.cs#L128C9-L142C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizerFactory.Create(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Localization/src/ResourceManagerStringLocalizerFactory.cs#L16707566C0-L163C12" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizerFactory.CreateResourceManagerStringLocalizer(System.Reflection.Assembly,System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Localization/src/ResourceManagerStringLocalizerFactory.cs#L175C9-L180C76" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizerFactory.GetResourcePrefix(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Localization/src/ResourceManagerStringLocalizerFactory.cs#L193C9-L193C89" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizerFactory.GetResourceLocationAttribute(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Localization/src/ResourceManagerStringLocalizerFactory.cs#L202C9-L202C73" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizerFactory.GetRootNamespaceAttribute(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Localization/src/ResourceManagerStringLocalizerFactory.cs#L211C9-L211C70" - } - ], - "DocsId": "T:Microsoft.Extensions.Localization.ResourceManagerStringLocalizerFactory", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Localization/src/ResourceManagerStringLocalizerFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceNamesCache.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Localization/src/ResourceNamesCache.cs#L15C5-L22C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceNamesCache.GetOrAdd(System.String,System.Func{System.String,System.Collections.Generic.IList{System.String}})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Localization/src/ResourceNamesCache.cs#L27C9-L27C52" - } - ], - "DocsId": "T:Microsoft.Extensions.Localization.ResourceNamesCache", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Localization/src/ResourceNamesCache.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Localization.RootNamespaceAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Localization/src/RootNamespaceAttribute.cs#L20C5-L25C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.RootNamespaceAttribute.RootNamespace", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Localization/src/RootNamespaceAttribute.cs#L31C35-L31C39" - } - ], - "DocsId": "T:Microsoft.Extensions.Localization.RootNamespaceAttribute", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/Localization/Localization/src/RootNamespaceAttribute.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Logging.Abstractions.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Logging.Abstractions.json deleted file mode 100644 index 73fad2cf492..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Logging.Abstractions.json +++ /dev/null @@ -1,623 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Logging.Abstractions", - "GUID": "83F88CC67D4C4E729B0F6720374768E8FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.EventId.op_Implicit(System.Int32)~Microsoft.Extensions.Logging.EventId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L20C13-L20C35" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventId.op_Equality(Microsoft.Extensions.Logging.EventId,Microsoft.Extensions.Logging.EventId)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L31C13-L31C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventId.op_Inequality(Microsoft.Extensions.Logging.EventId,Microsoft.Extensions.Logging.EventId)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L42C13-L42C40" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventId.#ctor(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L52C13-L54C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventId.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L69C13-L69C42" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventId.Equals(Microsoft.Extensions.Logging.EventId)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L79C13-L79C35" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventId.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L85C13-L90C62" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventId.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L96C13-L96C23" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.EventId.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L59C25-L59C29" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.EventId.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L64C31-L64C35" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.EventId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.IExternalScopeProvider.ForEachScope``1(System.Action{System.Object,``0},``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/IExternalScopeProvider.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.IExternalScopeProvider.Push(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/IExternalScopeProvider.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.IExternalScopeProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/IExternalScopeProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.ILogger.Log``1(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,``0,System.Exception,System.Func{``0,System.Exception,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILogger.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ILogger.IsEnabled(Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILogger.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ILogger.BeginScope``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILogger.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.ILogger", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILogger.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.ILoggerFactory.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerFactory.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ILoggerFactory.AddProvider(Microsoft.Extensions.Logging.ILoggerProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerFactory.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.ILoggerFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.ILoggerProvider.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerProvider.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.ILoggerProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerProvider.cs" - }, - { - "Members": [], - "DocsId": "T:Microsoft.Extensions.Logging.ILogger`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerT.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.Logging.ILoggingBuilder.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggingBuilder.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.ILoggingBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggingBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.ISupportExternalScope.SetScopeProvider(Microsoft.Extensions.Logging.IExternalScopeProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ISupportExternalScope.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.ISupportExternalScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ISupportExternalScope.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LogDefineOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogDefineOptions.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LogDefineOptions.SkipEnabledCheck", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogDefineOptions.cs#L16C40-L16C44" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LogDefineOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogDefineOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogDebug(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L28C13-L29C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogDebug(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L41C13-L42C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogDebug(Microsoft.Extensions.Logging.ILogger,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L54C13-L55C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogDebug(Microsoft.Extensions.Logging.ILogger,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L66C13-L67C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogTrace(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L82C13-L83C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogTrace(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L95C13-L96C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogTrace(Microsoft.Extensions.Logging.ILogger,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L108C13-L109C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogTrace(Microsoft.Extensions.Logging.ILogger,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L120C13-L121C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogInformation(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L136C13-L137C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogInformation(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L149C13-L150C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogInformation(Microsoft.Extensions.Logging.ILogger,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L162C13-L163C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogInformation(Microsoft.Extensions.Logging.ILogger,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L174C13-L175C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogWarning(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L190C13-L191C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogWarning(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L203C13-L204C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogWarning(Microsoft.Extensions.Logging.ILogger,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L216C13-L217C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogWarning(Microsoft.Extensions.Logging.ILogger,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L228C13-L229C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogError(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L244C13-L245C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogError(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L257C13-L258C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogError(Microsoft.Extensions.Logging.ILogger,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L270C13-L271C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogError(Microsoft.Extensions.Logging.ILogger,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L282C13-L283C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogCritical(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L298C13-L299C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogCritical(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L311C13-L312C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogCritical(Microsoft.Extensions.Logging.ILogger,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L324C13-L325C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogCritical(Microsoft.Extensions.Logging.ILogger,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L336C13-L337C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.Log(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.LogLevel,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L348C13-L349C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.Log(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L361C13-L362C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.Log(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.LogLevel,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L374C13-L375C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.Log(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L388C13-L391C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.BeginScope(Microsoft.Extensions.Logging.ILogger,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L412C13-L414C83" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggerExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExternalScopeProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExternalScopeProvider.cs#L14C9-L20C12" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExternalScopeProvider.ForEachScope``1(System.Action{System.Object,``0},``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExternalScopeProvider.cs#L16707566C0-L35C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExternalScopeProvider.Push(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExternalScopeProvider.cs#L40C13-L44C29" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggerExternalScopeProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExternalScopeProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactoryExtensions.CreateLogger``1(Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerFactoryExtensions.cs#L22C13-L24C43" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactoryExtensions.CreateLogger(Microsoft.Extensions.Logging.ILoggerFactory,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerFactoryExtensions.cs#L34C13-L37C141" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggerFactoryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerFactoryExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.DefineScope(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L27C59" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.DefineScope``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L40C92" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.DefineScope``2(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L54C108" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.DefineScope``3(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L69C124" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.DefineScope``4(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L85C140" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.DefineScope``5(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L102C156" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.DefineScope``6(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L120C172" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L131C16-L131C70" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,Microsoft.Extensions.Logging.LogDefineOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L161C15" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``1(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L173C16-L173C74" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``1(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,Microsoft.Extensions.Logging.LogDefineOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L204C15" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``2(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L217C16-L217C78" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``2(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,Microsoft.Extensions.Logging.LogDefineOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L249C15" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``3(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L263C16-L263C82" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``3(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,Microsoft.Extensions.Logging.LogDefineOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L296C15" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``4(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L311C16-L311C86" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``4(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,Microsoft.Extensions.Logging.LogDefineOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L345C15" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``5(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L361C16-L361C90" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``5(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,Microsoft.Extensions.Logging.LogDefineOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L396C15" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``6(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L413C16-L413C94" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``6(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,Microsoft.Extensions.Logging.LogDefineOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L449C15" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggerMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessageAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L89C44-L38C44" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessageAttribute.#ctor(System.Int32,Microsoft.Extensions.Logging.LogLevel,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L89C44-L52C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessageAttribute.#ctor(Microsoft.Extensions.Logging.LogLevel,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L89C44-L64C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessageAttribute.#ctor(Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L89C44-L74C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessageAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L89C44-L84C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerMessageAttribute.EventId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L89C30-L89C34" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerMessageAttribute.EventName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L97C36-L97C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerMessageAttribute.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L102C33-L102C37" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerMessageAttribute.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L107C33-L107C37" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerMessageAttribute.SkipEnabledCheck", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L112C40-L112C44" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggerMessageAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Logger`1.#ctor(Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerT.cs#L25C9-L30C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Logger`1.Microsoft#Extensions#Logging#ILogger#BeginScope``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerT.cs#L35C13-L35C46" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Logger`1.Microsoft#Extensions#Logging#ILogger#IsEnabled(Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerT.cs#L41C13-L41C48" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Logger`1.Microsoft#Extensions#Logging#ILogger#Log``1(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,``0,System.Exception,System.Func{``0,System.Exception,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerT.cs#L47C13-L48C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Logger`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerT.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.Trace", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.Debug", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.Information", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.Warning", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.Error", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.Critical", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LogLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.LogEntry`1.#ctor(Microsoft.Extensions.Logging.LogLevel,System.String,Microsoft.Extensions.Logging.EventId,`0,System.Exception,System.Func{`0,System.Exception,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L24C13-L30C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.LogEntry`1.LogLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L35C36-L35C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.LogEntry`1.Category", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L40C34-L40C38" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.LogEntry`1.EventId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L45C34-L45C38" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.LogEntry`1.State", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L50C31-L50C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.LogEntry`1.Exception", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L55C39-L55C43" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.LogEntry`1.Formatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L60C61-L60C65" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Abstractions.LogEntry`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLogger.BeginScope``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLogger.cs#L28C13-L28C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLogger.IsEnabled(Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLogger.cs#L34C13-L34C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLogger.Log``1(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,``0,System.Exception,System.Func{``0,System.Exception,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLogger.cs#L40C9-L40C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.NullLogger.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLogger.cs#L16C45-L16C49" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Abstractions.NullLogger", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLogger.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs#L15C9-L15C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs#L28C13-L28C40" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory.AddProvider(Microsoft.Extensions.Logging.ILoggerProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs#L37C9-L37C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs#L42C9-L42C10" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLoggerProvider.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerProvider.cs#L23C13-L23C40" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLoggerProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerProvider.cs#L29C9-L29C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.NullLoggerProvider.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerProvider.cs#L14C53-L14C57" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Abstractions.NullLoggerProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLogger`1.BeginScope``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs#L22C13-L22C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLogger`1.Log``1(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,``0,System.Exception,System.Func{``0,System.Exception,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs#L36C9-L36C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLogger`1.IsEnabled(Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs#L41C13-L41C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLogger`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.Abstractions.NullLogger`1.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Abstractions.NullLogger`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Logging.Configuration.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Logging.Configuration.json deleted file mode 100644 index 10e094eb31d..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Logging.Configuration.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Logging.Configuration", - "GUID": "2F9C18951E9D40DEA7C90AECCCD25FF8FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggingBuilderExtensions.AddConfiguration(Microsoft.Extensions.Logging.ILoggingBuilder,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggingBuilderExtensions.cs#L24C13-L31C28" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggingBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggingBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfiguration`1.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Configuration/src/ILoggerProviderConfiguration.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfiguration`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Configuration/src/ILoggerProviderConfiguration.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfigurationFactory.GetConfiguration(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Configuration/src/ILoggerProviderConfigurationFactory.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfigurationFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Configuration/src/ILoggerProviderConfigurationFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Configuration.LoggerProviderOptions.RegisterProviderOptions``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggerProviderConfigurationExtensions.cs#L29C13-L31C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Configuration.LoggerProviderOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggerProviderConfigurationExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Configuration.LoggerProviderOptionsChangeTokenSource`2.#ctor(Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfiguration{`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggerProviderOptionsChangeTokenSource.cs#L14C120-L16C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Configuration.LoggerProviderOptionsChangeTokenSource`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggerProviderOptionsChangeTokenSource.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Configuration.LoggingBuilderConfigurationExtensions.AddConfiguration(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggingBuilderConfigurationExtensions.cs#L19C13-L21C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Configuration.LoggingBuilderConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggingBuilderConfigurationExtensions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Logging.Console.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Logging.Console.json deleted file mode 100644 index 5498d5993da..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Logging.Console.json +++ /dev/null @@ -1,386 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Logging.Console", - "GUID": "BB828AE1F16649ED871DDA0D99EC42F5FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L32C13-L43C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L53C13-L58C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddSimpleConsole(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L66C13-L66C71" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddSimpleConsole(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{Microsoft.Extensions.Logging.Console.SimpleConsoleFormatterOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L75C13-L75C124" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddJsonConsole(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L83C13-L83C69" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddJsonConsole(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{Microsoft.Extensions.Logging.Console.JsonConsoleFormatterOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L92C13-L92C120" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddSystemdConsole(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{Microsoft.Extensions.Logging.Console.ConsoleFormatterOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L102C13-L102C119" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddSystemdConsole(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L110C13-L110C72" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsoleFormatter``2(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L136C13-L136C133" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsoleFormatter``2(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L150C13-L154C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L26C13-L27C49" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Logging.Console.IConsoleLoggerSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L40C13-L41C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Logging.LogLevel,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L55C13-L56C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L69C13-L70C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggerFactory,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L83C13-L84C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggerFactory,System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L98C13-L99C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggerFactory,System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L112C13-L113C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L125C13-L125C61" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.ConsoleLoggerExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConfigurationConsoleLoggerSettings.#ctor(Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConfigurationConsoleLoggerSettings.cs#L24C9-L28C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConfigurationConsoleLoggerSettings.Reload", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConfigurationConsoleLoggerSettings.cs#L66C13-L67C75" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConfigurationConsoleLoggerSettings.TryGetSwitch(System.String,Microsoft.Extensions.Logging.LogLevel@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConfigurationConsoleLoggerSettings.cs#L79C13-L99C62" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConfigurationConsoleLoggerSettings.ChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConfigurationConsoleLoggerSettings.cs#L33C44-L33C48" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConfigurationConsoleLoggerSettings.IncludeScopes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConfigurationConsoleLoggerSettings.cs#L43C17-L55C66" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Console.ConfigurationConsoleLoggerSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConfigurationConsoleLoggerSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleFormatter.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatter.cs#L19C9-L24C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleFormatter.Write``1(Microsoft.Extensions.Logging.Abstractions.LogEntry{``0}@|System.Runtime.InteropServices.InAttribute,Microsoft.Extensions.Logging.IExternalScopeProvider,System.IO.TextWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatter.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleFormatter.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatter.cs#L29C30-L29C34" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleFormatterNames.Simple", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterNames.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleFormatterNames.Json", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterNames.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleFormatterNames.Systemd", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterNames.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleFormatterNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterNames.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleFormatterOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterOptions.cs#L17C9-L17C45" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleFormatterOptions.IncludeScopes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterOptions.cs#L22C37-L22C41" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleFormatterOptions.TimestampFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterOptions.cs#L28C42-L28C46" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleFormatterOptions.UseUtcTimestamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterOptions.cs#L33C39-L33C43" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleFormatterOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterOptions.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleLoggerFormat.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerFormat.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleLoggerFormat.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerFormat.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleLoggerFormat.Systemd", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerFormat.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleLoggerFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerFormat.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L53C69-L85C69" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.DisableColors", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L17C37-L17C41" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.Format", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L27C20-L27C27" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.FormatterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L42C40-L42C44" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.IncludeScopes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L48C37-L48C41" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.LogToStandardErrorThreshold", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L53C55-L53C59" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.TimestampFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L59C42-L59C46" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.UseUtcTimestamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L65C39-L65C43" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.QueueFullMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L73C20-L73C34" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.MaxQueueLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L92C20-L92C38" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerProvider.#ctor(Microsoft.Extensions.Options.IOptionsMonitor{Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs#L34C15-L34C65" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerProvider.#ctor(Microsoft.Extensions.Options.IOptionsMonitor{Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions},System.Collections.Generic.IEnumerable{Microsoft.Extensions.Logging.Console.ConsoleFormatter})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs#L27C9-L66C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerProvider.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs#L155C13-L173C134" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs#L206C13-L208C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerProvider.SetScopeProvider(Microsoft.Extensions.Logging.IExternalScopeProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs#L213C13-L219C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleLoggerProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleLoggerQueueFullMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerQueueFullMode.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleLoggerQueueFullMode.Wait", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerQueueFullMode.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleLoggerQueueFullMode.DropWrite", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerQueueFullMode.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleLoggerQueueFullMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerQueueFullMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerSettings.Reload", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L37C13-L37C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerSettings.TryGetSwitch(System.String,Microsoft.Extensions.Logging.LogLevel@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L43C13-L43C58" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerSettings.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L32C71-L32C105" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerSettings.ChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L19C44-L19C48" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerSettings.IncludeScopes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L22C37-L22C41" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerSettings.DisableColors", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L27C37-L27C41" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerSettings.Switches", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L32C57-L32C61" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleLoggerSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.IConsoleLoggerSettings.TryGetSwitch(System.String,Microsoft.Extensions.Logging.LogLevel@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/IConsoleLoggerSettings.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.IConsoleLoggerSettings.Reload", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/IConsoleLoggerSettings.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.IConsoleLoggerSettings.IncludeScopes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/IConsoleLoggerSettings.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.IConsoleLoggerSettings.ChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/IConsoleLoggerSettings.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Console.IConsoleLoggerSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/IConsoleLoggerSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.JsonConsoleFormatterOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/JsonConsoleFormatterOptions.cs#L17C9-L17C49" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.JsonConsoleFormatterOptions.JsonWriterOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/JsonConsoleFormatterOptions.cs#L22C54-L22C58" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Console.JsonConsoleFormatterOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/JsonConsoleFormatterOptions.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.LoggerColorBehavior.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/LoggerColorBehavior.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.LoggerColorBehavior.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/LoggerColorBehavior.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.LoggerColorBehavior.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/LoggerColorBehavior.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.LoggerColorBehavior.Disabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/LoggerColorBehavior.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Console.LoggerColorBehavior", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/LoggerColorBehavior.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.SimpleConsoleFormatterOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/SimpleConsoleFormatterOptions.cs#L16C9-L16C51" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.SimpleConsoleFormatterOptions.ColorBehavior", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/SimpleConsoleFormatterOptions.cs#L21C52-L21C56" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.SimpleConsoleFormatterOptions.SingleLine", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/SimpleConsoleFormatterOptions.cs#L26C34-L26C38" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Console.SimpleConsoleFormatterOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Console/src/SimpleConsoleFormatterOptions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Logging.Debug.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Logging.Debug.json deleted file mode 100644 index a8741df03a7..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Logging.Debug.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Logging.Debug", - "GUID": "24351DF18AD041DD8C67864C16E3880AFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.DebugLoggerFactoryExtensions.AddDebug(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerFactoryExtensions.cs#L24C98-L24C115" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.DebugLoggerFactoryExtensions.AddDebug(Microsoft.Extensions.Logging.ILoggerFactory,System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerFactoryExtensions.cs#L33C116-L33C133" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.DebugLoggerFactoryExtensions.AddDebug(Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerFactoryExtensions.cs#L43C13-L44C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.DebugLoggerFactoryExtensions.AddDebug(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerFactoryExtensions.cs#L53C13-L55C28" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.DebugLoggerFactoryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerFactoryExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Debug.DebugLoggerProvider.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerProvider.cs#L15C13-L15C42" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Debug.DebugLoggerProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerProvider.cs#L21C9-L21C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Debug.DebugLoggerProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerProvider.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Debug.DebugLoggerProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerProvider.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Logging.EventLog.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Logging.EventLog.json deleted file mode 100644 index 63eb280aaee..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Logging.EventLog.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Logging.EventLog", - "GUID": "3EB6280C6A7E4F03A27A6CBF0CDCB56DFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.EventLoggerFactoryExtensions.AddEventLog(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Logging.EventLog.EventLogSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L26C13-L30C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventLoggerFactoryExtensions.AddEventLog(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L16707566C0-L41C108" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventLoggerFactoryExtensions.AddEventLog(Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L49C82-L49C124" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventLoggerFactoryExtensions.AddEventLog(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L58C13-L62C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventLoggerFactoryExtensions.AddEventLog(Microsoft.Extensions.Logging.ILoggingBuilder,Microsoft.Extensions.Logging.EventLog.EventLogSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L73C13-L78C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventLoggerFactoryExtensions.AddEventLog(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{Microsoft.Extensions.Logging.EventLog.EventLogSettings})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L89C13-L94C28" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.EventLoggerFactoryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.EventLog.EventLogLoggerProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L22C15-L24C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventLog.EventLogLoggerProvider.#ctor(Microsoft.Extensions.Logging.EventLog.EventLogSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L30C9-L33C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventLog.EventLogLoggerProvider.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Logging.EventLog.EventLogSettings})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L40C15-L42C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventLog.EventLogLoggerProvider.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L47C13-L47C72" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventLog.EventLogLoggerProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L53C13-L57C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventLog.EventLogLoggerProvider.SetScopeProvider(Microsoft.Extensions.Logging.IExternalScopeProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L62C13-L63C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.EventLog.EventLogLoggerProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.EventLog.EventLogSettings.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.EventLog.EventLogSettings.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs#L18C34-L18C38" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.EventLog.EventLogSettings.SourceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs#L23C37-L23C41" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.EventLog.EventLogSettings.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs#L28C38-L28C42" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.EventLog.EventLogSettings.Filter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs#L33C55-L33C59" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.EventLog.EventLogSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Logging.EventSource.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Logging.EventSource.json deleted file mode 100644 index e20336895c0..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Logging.EventSource.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Logging.EventSource", - "GUID": "78DF5C4DF789432F960101EFE54C0F4CFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.EventSourceLoggerFactoryExtensions.AddEventSourceLogger(Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerFactoryExtensions.cs#L27C13-L31C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventSourceLoggerFactoryExtensions.AddEventSourceLogger(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerFactoryExtensions.cs#L41C13-L47C28" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.EventSourceLoggerFactoryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerFactoryExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.EventSource.EventSourceLoggerProvider.#ctor(Microsoft.Extensions.Logging.EventSource.LoggingEventSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerProvider.cs#L27C9-L33C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventSource.EventSourceLoggerProvider.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerProvider.cs#L38C13-L38C103" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventSource.EventSourceLoggerProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerProvider.cs#L45C18-L49C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.EventSource.EventSourceLoggerProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.EventSource.LoggingEventSource.OnEventCommand(System.Diagnostics.Tracing.EventCommandEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs#L303C13-L316C10" - }, - { - "DocsId": "T:Microsoft.Extensions.Logging.EventSource.LoggingEventSource.Keywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.EventSource.LoggingEventSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Logging.EventSource.LoggingEventSource.Keywords.Meta", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.EventSource.LoggingEventSource.Keywords.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.EventSource.LoggingEventSource.Keywords.FormattedMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.EventSource.LoggingEventSource.Keywords.JsonMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.EventSource.LoggingEventSource.Keywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Logging.TraceSource.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Logging.TraceSource.json deleted file mode 100644 index f1ad910ddd0..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Logging.TraceSource.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Logging.TraceSource", - "GUID": "E93C9B38752942918AFD3CC52CEB0ACBFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions.AddTraceSource(Microsoft.Extensions.Logging.ILoggerFactory,System.Diagnostics.SourceSwitch,System.Diagnostics.TraceListener)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L28C13-L34C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions.AddTraceSource(Microsoft.Extensions.Logging.ILoggerFactory,System.Diagnostics.SourceSwitch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L47C13-L52C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions.AddTraceSource(Microsoft.Extensions.Logging.ILoggerFactory,System.String,System.Diagnostics.TraceListener)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L66C13-L72C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions.AddTraceSource(Microsoft.Extensions.Logging.ILoggerFactory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L85C13-L90C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions.AddTraceSource(Microsoft.Extensions.Logging.ILoggingBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L103C13-L106C73" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions.AddTraceSource(Microsoft.Extensions.Logging.ILoggingBuilder,System.String,System.Diagnostics.TraceListener)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L121C13-L125C83" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions.AddTraceSource(Microsoft.Extensions.Logging.ILoggingBuilder,System.Diagnostics.SourceSwitch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L16707566C0-L143C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions.AddTraceSource(Microsoft.Extensions.Logging.ILoggingBuilder,System.Diagnostics.SourceSwitch,System.Diagnostics.TraceListener)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L16707566C0-L164C28" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.TraceSource.TraceSourceLoggerProvider.#ctor(System.Diagnostics.SourceSwitch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceLoggerProvider.cs#L29C15-L31C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.TraceSource.TraceSourceLoggerProvider.#ctor(System.Diagnostics.SourceSwitch,System.Diagnostics.TraceListener)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceLoggerProvider.cs#L20C9-L44C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.TraceSource.TraceSourceLoggerProvider.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceLoggerProvider.cs#L53C13-L53C69" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.TraceSource.TraceSourceLoggerProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceLoggerProvider.cs#L116C13-L125C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.TraceSource.TraceSourceLoggerProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceLoggerProvider.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Logging.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Logging.json deleted file mode 100644 index 8dbb4d74d5f..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Logging.json +++ /dev/null @@ -1,292 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Logging", - "GUID": "D527B32CFB724B4FBF5E8C834F2CAA0CFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.LoggingServiceCollectionExtensions.AddLogging(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/LoggingServiceCollectionExtensions.cs#L23C13-L23C57" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.LoggingServiceCollectionExtensions.AddLogging(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Logging.ILoggingBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/LoggingServiceCollectionExtensions.cs#L34C13-L45C29" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.LoggingServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/LoggingServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.SpanId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.TraceId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.ParentId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.TraceState", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.TraceFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.Tags", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.Baggage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.ActivityTrackingOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.ILoggingBuilder,System.Func{System.String,System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L21C74" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.ILoggingBuilder,System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L30C87" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.ILoggingBuilder,System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L40C90" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.ILoggingBuilder,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L49C79" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.ILoggingBuilder,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L59C82" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.ILoggingBuilder,System.String,Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L69C83" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.ILoggingBuilder,System.String,Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L80C86" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.ILoggingBuilder,System.String,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L90C89" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.ILoggingBuilder,System.String,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L101C92" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.LoggerFilterOptions,System.Func{System.String,System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L110C13-L110C45" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.LoggerFilterOptions,System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L119C94" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.LoggerFilterOptions,System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L129C120" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.LoggerFilterOptions,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L138C80" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.LoggerFilterOptions,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L148C106" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.LoggerFilterOptions,System.String,Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L158C13-L158C63" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.LoggerFilterOptions,System.String,Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L169C13-L169C89" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.LoggerFilterOptions,System.String,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L179C100" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.LoggerFilterOptions,System.String,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L190C126" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L34C34-L36C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Logging.ILoggerProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L42C72-L44C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Logging.ILoggerProvider},Microsoft.Extensions.Logging.LoggerFilterOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L51C107-L53C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Logging.ILoggerProvider},Microsoft.Extensions.Options.IOptionsMonitor{Microsoft.Extensions.Logging.LoggerFilterOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L60C123-L62C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Logging.ILoggerProvider},Microsoft.Extensions.Options.IOptionsMonitor{Microsoft.Extensions.Logging.LoggerFilterOptions},Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Logging.LoggerFactoryOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L70C164-L72C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Logging.ILoggerProvider},Microsoft.Extensions.Options.IOptionsMonitor{Microsoft.Extensions.Logging.LoggerFilterOptions},Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Logging.LoggerFactoryOptions},Microsoft.Extensions.Logging.IExternalScopeProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L22C9-L104C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.Create(System.Action{Microsoft.Extensions.Logging.ILoggingBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L113C13-L117C79" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L141C13-L161C27" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.AddProvider(Microsoft.Extensions.Logging.ILoggerProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L170C13-L194C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.CheckDisposed", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L260C51-L260C60" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L265C13-L286C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggerFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactoryOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactoryOptions.cs#L17C9-L17C42" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerFactoryOptions.ActivityTrackingOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactoryOptions.cs#L22C66-L22C70" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggerFactoryOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactoryOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFilterOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterOptions.cs#L23C51-L18C41" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerFilterOptions.CaptureScopes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterOptions.cs#L23C37-L23C41" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerFilterOptions.MinLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterOptions.cs#L28C36-L28C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerFilterOptions.Rules", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterOptions.cs#L33C49-L33C62" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggerFilterOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFilterRule.#ctor(System.String,System.String,System.Nullable{Microsoft.Extensions.Logging.LogLevel},System.Func{System.String,System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L20C9-L26C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFilterRule.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L51C13-L51C170" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerFilterRule.ProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L31C39-L31C43" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerFilterRule.CategoryName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L36C39-L36C43" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerFilterRule.LogLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L41C37-L41C41" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerFilterRule.Filter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L46C65-L46C69" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggerFilterRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggingBuilderExtensions.SetMinimumLevel(Microsoft.Extensions.Logging.ILoggingBuilder,Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/LoggingBuilderExtensions.cs#L24C13-L26C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggingBuilderExtensions.AddProvider(Microsoft.Extensions.Logging.ILoggingBuilder,Microsoft.Extensions.Logging.ILoggerProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/LoggingBuilderExtensions.cs#L37C13-L38C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggingBuilderExtensions.ClearProviders(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/LoggingBuilderExtensions.cs#L48C13-L49C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggingBuilderExtensions.Configure(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{Microsoft.Extensions.Logging.LoggerFactoryOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/LoggingBuilderExtensions.cs#L60C13-L61C28" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggingBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/LoggingBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.ProviderAliasAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/ProviderAliasAttribute.cs#L18C9-L21C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.ProviderAliasAttribute.Alias", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/ProviderAliasAttribute.cs#L26C31-L26C35" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.ProviderAliasAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Logging/src/ProviderAliasAttribute.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.ObjectPool.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.ObjectPool.json deleted file mode 100644 index 940f5f4be81..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.ObjectPool.json +++ /dev/null @@ -1,224 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.ObjectPool", - "GUID": "B2ED840A939E48FF8CB01A85FDDCB4F1FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.DefaultObjectPool`1.#ctor(Microsoft.Extensions.ObjectPool.IPooledObjectPolicy{`0})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/DefaultObjectPool.cs#L30C11-L32C6" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.DefaultObjectPool`1.#ctor(Microsoft.Extensions.ObjectPool.IPooledObjectPolicy{`0},System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/DefaultObjectPool.cs#L22C5-L45C6" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.DefaultObjectPool`1.Get", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/DefaultObjectPool.cs#L50C9-L63C21" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.DefaultObjectPool`1.Return(`0)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/DefaultObjectPool.cs#L69C9-L70C6" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.DefaultObjectPool`1", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/DefaultObjectPool.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.DefaultObjectPoolProvider.Create``1(Microsoft.Extensions.ObjectPool.IPooledObjectPolicy{``0})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/DefaultObjectPoolProvider.cs#L22C9-L29C66" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.DefaultObjectPoolProvider.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/DefaultObjectPoolProvider.cs#L17C48-L17C78" - }, - { - "DocsId": "P:Microsoft.Extensions.ObjectPool.DefaultObjectPoolProvider.MaximumRetained", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/DefaultObjectPoolProvider.cs#L17C34-L17C38" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.DefaultObjectPoolProvider", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/DefaultObjectPoolProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.DefaultPooledObjectPolicy`1.Create", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/DefaultPooledObjectPolicy.cs#L15C9-L15C24" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.DefaultPooledObjectPolicy`1.Return(`0)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/DefaultPooledObjectPolicy.cs#L21C9-L26C21" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.DefaultPooledObjectPolicy`1.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/DefaultPooledObjectPolicy.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.DefaultPooledObjectPolicy`1", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/DefaultPooledObjectPolicy.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.IPooledObjectPolicy`1.Create", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/IPooledObjectPolicy.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.IPooledObjectPolicy`1.Return(`0)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/IPooledObjectPolicy.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.IPooledObjectPolicy`1", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/IPooledObjectPolicy.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.IResettable.TryReset", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/IResettable.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.IResettable", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/IResettable.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.LeakTrackingObjectPool`1.#ctor(Microsoft.Extensions.ObjectPool.ObjectPool{`0})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/LeakTrackingObjectPool.cs#L24C5-L36C6" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.LeakTrackingObjectPool`1.Get", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/LeakTrackingObjectPool.cs#L41C9-L43C22" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.LeakTrackingObjectPool`1.Return(`0)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/LeakTrackingObjectPool.cs#L49C9-L56C6" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.LeakTrackingObjectPool`1", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/LeakTrackingObjectPool.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.LeakTrackingObjectPoolProvider.#ctor(Microsoft.Extensions.ObjectPool.ObjectPoolProvider)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/LeakTrackingObjectPoolProvider.cs#L23C5-L28C6" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.LeakTrackingObjectPoolProvider.Create``1(Microsoft.Extensions.ObjectPool.IPooledObjectPolicy{``0})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/LeakTrackingObjectPoolProvider.cs#L33C9-L34C53" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.LeakTrackingObjectPoolProvider", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/LeakTrackingObjectPoolProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.ObjectPool`1.Get", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/ObjectPool.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.ObjectPool`1.Return(`0)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/ObjectPool.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.ObjectPool`1.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/ObjectPool.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.ObjectPool`1", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/ObjectPool.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.ObjectPool.Create``1(Microsoft.Extensions.ObjectPool.IPooledObjectPolicy{``0})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/ObjectPool.cs#L33C9-L34C78" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.ObjectPool", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/ObjectPool.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.ObjectPoolProvider.Create``1", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/ObjectPoolProvider.cs#L17C9-L17C62" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.ObjectPoolProvider.Create``1(Microsoft.Extensions.ObjectPool.IPooledObjectPolicy{``0})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/ObjectPoolProvider.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.ObjectPoolProvider.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/ObjectPoolProvider.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.ObjectPoolProvider", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/ObjectPoolProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.ObjectPoolProviderExtensions.CreateStringBuilderPool(Microsoft.Extensions.ObjectPool.ObjectPoolProvider)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/ObjectPoolProviderExtensions.cs#L20C9-L20C86" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.ObjectPoolProviderExtensions.CreateStringBuilderPool(Microsoft.Extensions.ObjectPool.ObjectPoolProvider,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/ObjectPoolProviderExtensions.cs#L36C9-L42C55" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.ObjectPoolProviderExtensions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/ObjectPoolProviderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.PooledObjectPolicy`1.Create", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/PooledObjectPolicy.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.PooledObjectPolicy`1.Return(`0)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/PooledObjectPolicy.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.PooledObjectPolicy`1.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/PooledObjectPolicy.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.PooledObjectPolicy`1", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/PooledObjectPolicy.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.StringBuilderPooledObjectPolicy.Create", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/StringBuilderPooledObjectPolicy.cs#L29C9-L29C51" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.StringBuilderPooledObjectPolicy.Return(System.Text.StringBuilder)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/StringBuilderPooledObjectPolicy.cs#L35C9-L42C21" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.StringBuilderPooledObjectPolicy.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/StringBuilderPooledObjectPolicy.cs#L17C48-L24C64" - }, - { - "DocsId": "P:Microsoft.Extensions.ObjectPool.StringBuilderPooledObjectPolicy.InitialCapacity", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/StringBuilderPooledObjectPolicy.cs#L17C34-L17C38" - }, - { - "DocsId": "P:Microsoft.Extensions.ObjectPool.StringBuilderPooledObjectPolicy.MaximumRetainedCapacity", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/StringBuilderPooledObjectPolicy.cs#L24C42-L24C46" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.StringBuilderPooledObjectPolicy", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/ObjectPool/src/StringBuilderPooledObjectPolicy.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Options.ConfigurationExtensions.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Options.ConfigurationExtensions.json deleted file mode 100644 index 3144e5a15aa..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Options.ConfigurationExtensions.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Options.ConfigurationExtensions", - "GUID": "B8152CF9DAB04552963ECDA9DED59B7BFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsBuilderConfigurationExtensions.Bind``1(Microsoft.Extensions.Options.OptionsBuilder{``0},Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsBuilderConfigurationExtensions.cs#L29C16-L29C53" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsBuilderConfigurationExtensions.Bind``1(Microsoft.Extensions.Options.OptionsBuilder{``0},Microsoft.Extensions.Configuration.IConfiguration,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsBuilderConfigurationExtensions.cs#L43C13-L46C35" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsBuilderConfigurationExtensions.BindConfiguration``1(Microsoft.Extensions.Options.OptionsBuilder{``0},System.String,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsBuilderConfigurationExtensions.cs#L16707566C0-L81C35" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.OptionsBuilderConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsBuilderConfigurationExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsConfigurationServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsConfigurationServiceCollectionExtensions.cs#L26C16-L26C81" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsConfigurationServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsConfigurationServiceCollectionExtensions.cs#L39C16-L39C68" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsConfigurationServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.Configuration.IConfiguration,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsConfigurationServiceCollectionExtensions.cs#L53C16-L53C98" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsConfigurationServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,Microsoft.Extensions.Configuration.IConfiguration,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsConfigurationServiceCollectionExtensions.cs#L69C13-L74C156" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.OptionsConfigurationServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsConfigurationServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigurationChangeTokenSource`1.#ctor(Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigurationChangeTokenSource.cs#L23C72-L25C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigurationChangeTokenSource`1.#ctor(System.String,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigurationChangeTokenSource.cs#L32C9-L38C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigurationChangeTokenSource`1.GetChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigurationChangeTokenSource.cs#L51C13-L51C45" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigurationChangeTokenSource`1.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigurationChangeTokenSource.cs#L43C30-L43C34" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ConfigurationChangeTokenSource`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigurationChangeTokenSource.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureFromConfigurationOptions`1.#ctor(Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigureFromConfigurationOptions.cs#L16707566C0-L31C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ConfigureFromConfigurationOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigureFromConfigurationOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.NamedConfigureFromConfigurationOptions`1.#ctor(System.String,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/NamedConfigureFromConfigurationOptions.cs#L26C15-L27C12" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.NamedConfigureFromConfigurationOptions`1.#ctor(System.String,Microsoft.Extensions.Configuration.IConfiguration,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/NamedConfigureFromConfigurationOptions.cs#L16707566C0-L41C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.NamedConfigureFromConfigurationOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/NamedConfigureFromConfigurationOptions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Options.DataAnnotations.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Options.DataAnnotations.json deleted file mode 100644 index 3e0140c2c20..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Options.DataAnnotations.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Options.DataAnnotations", - "GUID": "8EF18C3147924749BCCF767D9B319CB0FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsBuilderDataAnnotationsExtensions.ValidateDataAnnotations``1(Microsoft.Extensions.Options.OptionsBuilder{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/OptionsBuilderDataAnnotationsExtensions.cs#L24C13-L25C35" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.OptionsBuilderDataAnnotationsExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/OptionsBuilderDataAnnotationsExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.DataAnnotationValidateOptions`1.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/DataAnnotationValidateOptions.cs#L28C9-L31C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.DataAnnotationValidateOptions`1.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/DataAnnotationValidateOptions.cs#L49C13-L69C55" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.DataAnnotationValidateOptions`1.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/DataAnnotationValidateOptions.cs#L36C31-L36C35" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.DataAnnotationValidateOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/DataAnnotationValidateOptions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Options.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Options.json deleted file mode 100644 index f345d522c88..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Options.json +++ /dev/null @@ -1,1270 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Options", - "GUID": "8DCC1CE4445F4C009AB3884AFF4C8CA5FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsBuilderExtensions.ValidateOnStart``1(Microsoft.Extensions.Options.OptionsBuilder{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilderExtensions.cs#L16707566C0-L37C35" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.OptionsBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.AddOptions(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L24C13-L31C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.AddOptionsWithValidateOnStart``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L50C13-L50C114" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.AddOptionsWithValidateOnStart``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L72C13-L73C114" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L84C16-L84C81" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L98C13-L103C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.ConfigureAll``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L114C16-L114C82" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.PostConfigure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L125C16-L125C85" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.PostConfigure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L139C13-L144C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.PostConfigureAll``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L156C16-L156C86" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.ConfigureOptions``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L169C20-L169C72" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.ConfigureOptions(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L216C13-L230C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.ConfigureOptions(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L243C13-L258C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.AddOptions``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L268C16-L268C74" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.AddOptions``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L280C13-L283C65" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`1.#ctor(System.String,System.Action{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L19C9-L23C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`1.Configure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L42C13-L49C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`1.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L55C52-L55C91" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`1.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L28C31-L28C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`1.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L33C43-L33C47" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ConfigureNamedOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`2.#ctor(System.String,`1,System.Action{`0,`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L73C9-L78C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`2.Configure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L102C13-L109C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`2.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L115C52-L115C91" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`2.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L83C31-L83C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`2.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L88C49-L88C53" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`2.Dependency", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L93C34-L93C38" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ConfigureNamedOptions`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`3.#ctor(System.String,`1,`2,System.Action{`0,`1,`2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L136C9-L142C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`3.Configure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L171C13-L178C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`3.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L184C52-L184C91" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`3.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L147C31-L147C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`3.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L152C57-L152C61" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`3.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L157C36-L157C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`3.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L162C36-L162C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ConfigureNamedOptions`3", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`4.#ctor(System.String,`1,`2,`3,System.Action{`0,`1,`2,`3})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L208C9-L215C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`4.Configure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L249C13-L256C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`4.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L262C52-L262C91" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`4.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L220C31-L220C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`4.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L225C64-L225C68" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`4.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L230C36-L230C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`4.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L235C36-L235C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`4.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L240C36-L240C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ConfigureNamedOptions`4", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`5.#ctor(System.String,`1,`2,`3,`4,System.Action{`0,`1,`2,`3,`4})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L289C9-L297C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Configure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L336C13-L343C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L349C52-L349C91" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L302C31-L302C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L307C71-L307C75" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L312C36-L312C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L317C36-L317C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L322C36-L322C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Dependency4", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L327C36-L327C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ConfigureNamedOptions`5", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`6.#ctor(System.String,`1,`2,`3,`4,`5,System.Action{`0,`1,`2,`3,`4,`5})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L379C9-L388C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Configure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L432C13-L439C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L445C52-L445C91" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L393C31-L393C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L398C78-L398C82" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L403C36-L403C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L408C36-L408C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L413C36-L413C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Dependency4", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L418C36-L418C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Dependency5", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L423C36-L423C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ConfigureNamedOptions`6", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureOptions`1.#ctor(System.Action{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureOptions.cs#L18C9-L21C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureOptions`1.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureOptions.cs#L34C13-L37C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureOptions`1.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureOptions.cs#L26C43-L26C47" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ConfigureOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ConfigureOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.IConfigureNamedOptions`1.Configure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/IConfigureNamedOptions.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.IConfigureNamedOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/IConfigureNamedOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.IConfigureOptions`1.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/IConfigureOptions.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.IConfigureOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/IConfigureOptions.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.Options.IOptions`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/IOptions.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.IOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/IOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.IOptionsChangeTokenSource`1.GetChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/IOptionsChangeTokenSource.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.IOptionsChangeTokenSource`1.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/IOptionsChangeTokenSource.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.IOptionsChangeTokenSource`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/IOptionsChangeTokenSource.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.IOptionsFactory`1.Create(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/IOptionsFactory.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.IOptionsFactory`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/IOptionsFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.IOptionsMonitor`1.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitor.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.IOptionsMonitor`1.OnChange(System.Action{`0,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitor.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.IOptionsMonitor`1.CurrentValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitor.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.IOptionsMonitor`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitor.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.IOptionsMonitorCache`1.GetOrAdd(System.String,System.Func{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitorCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.IOptionsMonitorCache`1.TryAdd(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitorCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.IOptionsMonitorCache`1.TryRemove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitorCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.IOptionsMonitorCache`1.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitorCache.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.IOptionsMonitorCache`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitorCache.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.IOptionsSnapshot`1.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/IOptionsSnapshot.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.IOptionsSnapshot`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/IOptionsSnapshot.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.IPostConfigureOptions`1.PostConfigure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/IPostConfigureOptions.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.IPostConfigureOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/IPostConfigureOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.IStartupValidator.Validate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/IStartupValidator.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.IStartupValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/IStartupValidator.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.IValidateOptions`1.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/IValidateOptions.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.IValidateOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/IValidateOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.Options.Create``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/Options.cs#L30C13-L30C58" - }, - { - "DocsId": "F:Microsoft.Extensions.Options.Options.DefaultName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/Options.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/Options.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.#ctor(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L32C9-L38C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure(System.Action{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L48C13-L51C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure``1(System.Action{`0,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L68C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure``2(System.Action{`0,``0,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L87C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure``3(System.Action{`0,``0,``1,``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L113C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure``4(System.Action{`0,``0,``1,``2,``3})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L142C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure``5(System.Action{`0,``0,``1,``2,``3,``4})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L174C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure(System.Action{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L185C13-L188C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure``1(System.Action{`0,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L205C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure``2(System.Action{`0,``0,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L224C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure``3(System.Action{`0,``0,``1,``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L250C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure``4(System.Action{`0,``0,``1,``2,``3})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L279C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure``5(System.Action{`0,``0,``1,``2,``3,``4})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L311C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate(System.Func{`0,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L320C16-L320C97" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate(System.Func{`0,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L330C13-L333C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``1(System.Func{`0,``0,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L343C16-L343C97" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``1(System.Func{`0,``0,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L358C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``2(System.Func{`0,``0,``1,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L371C16-L371C97" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``2(System.Func{`0,``0,``1,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L393C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``3(System.Func{`0,``0,``1,``2,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L408C16-L408C97" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``3(System.Func{`0,``0,``1,``2,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L433C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``4(System.Func{`0,``0,``1,``2,``3,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L450C16-L450C97" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``4(System.Func{`0,``0,``1,``2,``3,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L478C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``5(System.Func{`0,``0,``1,``2,``3,``4,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L497C16-L497C97" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``5(System.Func{`0,``0,``1,``2,``3,``4,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L528C25" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.OptionsBuilder`1.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L20C30-L20C34" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.OptionsBuilder`1.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L25C46-L25C50" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.OptionsBuilder`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsCache`1.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs#L23C32-L23C46" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsCache`1.GetOrAdd(System.String,System.Func{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs#L33C13-L47C32" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsCache`1.TryAdd(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs#L98C13-L104C27" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsCache`1.TryRemove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs#L113C13-L113C65" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsCache`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs#L18C9-L18C188" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.OptionsCache`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsFactory`1.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Options.IConfigureOptions{`0}},System.Collections.Generic.IEnumerable{Microsoft.Extensions.Options.IPostConfigureOptions{`0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsFactory.cs#L27C143-L28C12" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsFactory`1.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Options.IConfigureOptions{`0}},System.Collections.Generic.IEnumerable{Microsoft.Extensions.Options.IPostConfigureOptions{`0}},System.Collections.Generic.IEnumerable{Microsoft.Extensions.Options.IValidateOptions{`0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsFactory.cs#L36C9-L46C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsFactory`1.Create(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsFactory.cs#L57C13-L91C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsFactory`1.CreateInstance(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsFactory.cs#L102C13-L102C57" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.OptionsFactory`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsManager`1.#ctor(Microsoft.Extensions.Options.IOptionsFactory{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsManager.cs#L19C9-L28C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsManager`1.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsManager.cs#L44C13-L54C28" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.OptionsManager`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsManager.cs#L33C34-L33C58" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.OptionsManager`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsManager.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsMonitor`1.#ctor(Microsoft.Extensions.Options.IOptionsFactory{`0},System.Collections.Generic.IEnumerable{Microsoft.Extensions.Options.IOptionsChangeTokenSource{`0}},Microsoft.Extensions.Options.IOptionsMonitorCache{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs#L22C9-L62C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsMonitor`1.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs#L91C13-L100C106" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsMonitor`1.OnChange(System.Action{`0,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs#L111C13-L113C31" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsMonitor`1.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs#L122C50-L128C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.OptionsMonitor`1.CurrentValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs#L79C20-L79C44" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.OptionsMonitor`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsMonitorExtensions.OnChange``1(Microsoft.Extensions.Options.IOptionsMonitor{``0},System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitorExtensions.cs#L16707566C0-L24C59" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.OptionsMonitorExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitorExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsValidationException.#ctor(System.String,System.Type,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs#L20C9-L28C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.OptionsValidationException.OptionsName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs#L33C37-L33C41" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.OptionsValidationException.OptionsType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs#L38C35-L38C39" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.OptionsValidationException.Failures", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs#L43C47-L43C51" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.OptionsValidationException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs#L48C43-L48C70" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.OptionsValidationException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsValidatorAttribute.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.OptionsValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsValidatorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsWrapper`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsWrapper.cs#L20C9-L23C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.OptionsWrapper`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsWrapper.cs#L28C33-L28C37" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.OptionsWrapper`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/OptionsWrapper.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`1.#ctor(System.String,System.Action{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L19C9-L23C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`1.PostConfigure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L42C13-L49C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`1.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L28C31-L28C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`1.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L33C43-L33C47" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.PostConfigureOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`2.#ctor(System.String,`1,System.Action{`0,`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L67C9-L72C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`2.PostConfigure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L96C13-L103C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`2.PostConfigure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L109C56-L109C99" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`2.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L77C31-L77C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`2.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L82C49-L82C53" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`2.Dependency", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L87C34-L87C38" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.PostConfigureOptions`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`3.#ctor(System.String,`1,`2,System.Action{`0,`1,`2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L130C9-L136C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`3.PostConfigure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L165C13-L172C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`3.PostConfigure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L178C56-L178C99" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`3.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L141C31-L141C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`3.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L146C57-L146C61" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`3.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L151C36-L151C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`3.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L156C36-L156C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.PostConfigureOptions`3", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`4.#ctor(System.String,`1,`2,`3,System.Action{`0,`1,`2,`3})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L202C9-L209C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`4.PostConfigure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L243C13-L250C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`4.PostConfigure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L256C56-L256C99" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`4.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L214C31-L214C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`4.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L219C64-L219C68" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`4.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L224C36-L224C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`4.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L229C36-L229C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`4.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L234C36-L234C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.PostConfigureOptions`4", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`5.#ctor(System.String,`1,`2,`3,`4,System.Action{`0,`1,`2,`3,`4})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L283C9-L291C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`5.PostConfigure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L330C13-L337C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`5.PostConfigure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L343C56-L343C99" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`5.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L296C31-L296C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`5.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L301C71-L301C75" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`5.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L306C36-L306C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`5.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L311C36-L311C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`5.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L316C36-L316C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`5.Dependency4", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L321C36-L321C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.PostConfigureOptions`5", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`6.#ctor(System.String,`1,`2,`3,`4,`5,System.Action{`0,`1,`2,`3,`4,`5})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L373C9-L382C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`6.PostConfigure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L426C13-L433C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`6.PostConfigure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L439C56-L439C99" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`6.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L387C31-L387C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`6.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L392C78-L392C82" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`6.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L397C36-L397C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`6.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L402C36-L402C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`6.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L407C36-L407C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`6.Dependency4", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L412C36-L412C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`6.Dependency5", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L417C36-L417C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.PostConfigureOptions`6", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateEnumeratedItemsAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateEnumeratedItemsAttribute.cs#L23C9-L25C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateEnumeratedItemsAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateEnumeratedItemsAttribute.cs#L35C9-L38C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateEnumeratedItemsAttribute.Validator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateEnumeratedItemsAttribute.cs#L43C34-L43C38" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ValidateEnumeratedItemsAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateEnumeratedItemsAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateObjectMembersAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateObjectMembersAttribute.cs#L22C9-L24C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateObjectMembersAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateObjectMembersAttribute.cs#L34C9-L37C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateObjectMembersAttribute.Validator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateObjectMembersAttribute.cs#L42C34-L42C38" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ValidateObjectMembersAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateObjectMembersAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`1.#ctor(System.String,System.Func{`0,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L20C9-L27C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`1.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L53C13-L63C47" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`1.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L32C31-L32C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`1.Validation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L37C50-L37C54" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`1.FailureMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L42C40-L42C44" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ValidateOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`2.#ctor(System.String,`1,System.Func{`0,`1,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L81C9-L89C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`2.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L120C13-L130C47" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`2.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L94C31-L94C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`2.Validation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L99C56-L99C60" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`2.FailureMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L104C40-L104C44" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`2.Dependency", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L109C34-L109C38" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ValidateOptions`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`3.#ctor(System.String,`1,`2,System.Func{`0,`1,`2,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L150C9-L159C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`3.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L195C13-L205C47" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`3.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L164C31-L164C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`3.Validation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L169C64-L169C68" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`3.FailureMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L174C40-L174C44" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`3.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L179C36-L179C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`3.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L184C36-L184C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ValidateOptions`3", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`4.#ctor(System.String,`1,`2,`3,System.Func{`0,`1,`2,`3,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L227C9-L237C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`4.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L278C13-L288C47" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`4.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L242C31-L242C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`4.Validation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L247C71-L247C75" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`4.FailureMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L252C40-L252C44" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`4.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L257C36-L257C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`4.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L262C36-L262C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`4.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L267C36-L267C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ValidateOptions`4", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`5.#ctor(System.String,`1,`2,`3,`4,System.Func{`0,`1,`2,`3,`4,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L312C9-L323C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`5.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L369C13-L379C47" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`5.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L328C31-L328C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`5.Validation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L333C78-L333C82" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`5.FailureMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L338C40-L338C44" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`5.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L343C36-L343C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`5.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L348C36-L348C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`5.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L353C36-L353C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`5.Dependency4", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L358C36-L358C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ValidateOptions`5", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`6.#ctor(System.String,`1,`2,`3,`4,`5,System.Func{`0,`1,`2,`3,`4,`5,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L405C9-L417C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`6.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L468C13-L478C47" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L422C31-L422C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.Validation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L427C85-L427C89" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.FailureMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L432C40-L432C44" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L437C36-L437C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L442C36-L442C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L447C36-L447C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.Dependency4", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L452C36-L452C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.Dependency5", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L457C36-L457C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ValidateOptions`6", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResult.Fail(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L58C16-L58C136" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResult.Fail(System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L66C16-L66C126" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResult.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Options.ValidateOptionsResult.Skip", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Options.ValidateOptionsResult.Success", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptionsResult.Succeeded", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L28C33-L28C37" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptionsResult.Skipped", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L33C31-L33C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptionsResult.Failed", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L40C30-L40C34" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptionsResult.FailureMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L45C41-L45C45" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptionsResult.Failures", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L50C48-L50C52" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ValidateOptionsResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResultBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L25C9-L25C50" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResultBuilder.AddError(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L34C13-L36C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResultBuilder.AddResult(System.ComponentModel.DataAnnotations.ValidationResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L44C13-L51C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResultBuilder.AddResults(System.Collections.Generic.IEnumerable{System.ComponentModel.DataAnnotations.ValidationResult})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L59C13-L66C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResultBuilder.AddResult(Microsoft.Extensions.Options.ValidateOptionsResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L74C13-L95C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResultBuilder.Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L103C13-L108C50" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResultBuilder.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L114C32-L114C48" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ValidateOptionsResultBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Primitives.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Primitives.json deleted file mode 100644 index 4cfe8dcfcf0..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.Primitives.json +++ /dev/null @@ -1,670 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Primitives", - "GUID": "07F9BD8383EC418DBCA85E15CDA52379FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Primitives.CancellationChangeToken.#ctor(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/CancellationChangeToken.cs#L27C67-L24C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.CancellationChangeToken.RegisterChangeCallback(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/CancellationChangeToken.cs#L37C13-L42C23" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.CancellationChangeToken.ActiveChangeCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/CancellationChangeToken.cs#L27C45-L27C49" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.CancellationChangeToken.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/CancellationChangeToken.cs#L30C35-L30C64" - } - ], - "DocsId": "T:Microsoft.Extensions.Primitives.CancellationChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/CancellationChangeToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Primitives.ChangeToken.OnChange(System.Func{Microsoft.Extensions.Primitives.IChangeToken},System.Action)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/ChangeToken.cs#L22C13-L31C122" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.ChangeToken.OnChange``1(System.Func{Microsoft.Extensions.Primitives.IChangeToken},System.Action{``0},``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/ChangeToken.cs#L43C13-L52C105" - } - ], - "DocsId": "T:Microsoft.Extensions.Primitives.ChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/ChangeToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Primitives.CompositeChangeToken.#ctor(System.Collections.Generic.IReadOnlyList{Microsoft.Extensions.Primitives.IChangeToken})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs#L19C9-L47C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.CompositeChangeToken.RegisterChangeCallback(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs#L57C13-L58C77" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.CompositeChangeToken.ChangeTokens", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs#L52C59-L52C63" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.CompositeChangeToken.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs#L66C17-L80C30" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.CompositeChangeToken.ActiveChangeCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs#L85C45-L85C49" - } - ], - "DocsId": "T:Microsoft.Extensions.Primitives.CompositeChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Primitives.Extensions.Append(System.Text.StringBuilder,Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/Extensions.cs#L21C13-L21C83" - } - ], - "DocsId": "T:Microsoft.Extensions.Primitives.Extensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/Extensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Primitives.IChangeToken.RegisterChangeCallback(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/IChangeToken.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.IChangeToken.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/IChangeToken.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.IChangeToken.ActiveChangeCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/IChangeToken.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Primitives.IChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/IChangeToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Primitives.InplaceStringBuilder.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L27C53-L35C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.InplaceStringBuilder.Append(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L66C13-L72C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.InplaceStringBuilder.Append(Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L80C13-L81C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.InplaceStringBuilder.Append(System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L92C13-L108C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.InplaceStringBuilder.Append(System.Char)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L117C13-L128C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.InplaceStringBuilder.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L136C13-L141C27" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.InplaceStringBuilder.Capacity", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L42C20-L42C29" - } - ], - "DocsId": "T:Microsoft.Extensions.Primitives.InplaceStringBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L30C13-L33C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.#ctor(System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L54C13-L62C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.AsSpan", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L117C47-L117C76" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.AsSpan(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L131C13-L136C66" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.AsSpan(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L153C13-L158C58" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.AsMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L165C51-L165C82" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Compare(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L181C13-L188C64" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L199C13-L199C68" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Equals(Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L207C52-L207C91" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Equals(Microsoft.Extensions.Primitives.StringSegment,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L217C13-L224C53" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Equals(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L238C105-L238C132" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Equals(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L245C45-L245C83" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Equals(System.String,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L256C13-L262C67" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L275C13-L275C49" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.op_Equality(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L292C84-L292C102" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.op_Inequality(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L300C84-L300C103" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.op_Implicit(System.String)~Microsoft.Extensions.Primitives.StringSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L307C73-L307C97" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.op_Implicit(Microsoft.Extensions.Primitives.StringSegment)~System.ReadOnlySpan{System.Char}", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L313C86-L313C102" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.op_Implicit(Microsoft.Extensions.Primitives.StringSegment)~System.ReadOnlyMemory{System.Char}", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L319C88-L319C106" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.StartsWith(System.String,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L333C13-L344C71" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.EndsWith(System.String,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L359C13-L370C69" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Substring(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L383C48-L383C82" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Substring(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L400C13-L405C62" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Subsegment(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L418C56-L418C91" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Subsegment(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L433C13-L438C71" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.IndexOf(System.Char,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L456C13-L477C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.IndexOf(System.Char,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L490C50-L490C83" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.IndexOf(System.Char)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L497C39-L497C60" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.IndexOfAny(System.Char[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L519C13-L540C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.IndexOfAny(System.Char[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L556C13-L556C71" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.IndexOfAny(System.Char[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L568C13-L568C49" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.LastIndexOf(System.Char)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L578C13-L578C48" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Trim", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L585C40-L585C61" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.TrimStart", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L593C13-L604C34" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.TrimEnd", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L613C13-L624C41" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Split(System.Char[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L636C13-L636C53" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.IsNullOrEmpty(Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L646C13-L653C24" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L662C13-L662C42" - }, - { - "DocsId": "F:Microsoft.Extensions.Primitives.StringSegment.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringSegment.Buffer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L67C33-L67C37" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringSegment.Offset", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L72C29-L72C33" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringSegment.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L77C29-L77C33" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringSegment.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L82C33-L82C83" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringSegment.HasValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L89C33-L89C47" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringSegment.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L103C17-L109C47" - } - ], - "DocsId": "T:Microsoft.Extensions.Primitives.StringSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegmentComparer.Compare(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs#L43C13-L43C60" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegmentComparer.Equals(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs#L54C13-L54C59" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegmentComparer.GetHashCode(Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs#L65C13-L65C65" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringSegmentComparer.Ordinal", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs#L17C55-L17C59" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringSegmentComparer.OrdinalIgnoreCase", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs#L23C65-L23C69" - } - ], - "DocsId": "T:Microsoft.Extensions.Primitives.StringSegmentComparer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.#ctor(System.String,System.Char[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L25C13-L37C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.#ctor(Microsoft.Extensions.Primitives.StringSegment,System.Char[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L46C13-L58C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L64C46-L64C84" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.System#Collections#Generic#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L66C82-L66C97" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L68C52-L68C67" - }, - { - "DocsId": "T:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Primitives.StringTokenizer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L37C13-L38C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L46C13-L47C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Implicit(System.String)~Microsoft.Extensions.Primitives.StringValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L55C13-L55C44" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Implicit(System.String[])~Microsoft.Extensions.Primitives.StringValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L64C13-L64C45" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Implicit(Microsoft.Extensions.Primitives.StringValues)~System.String", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L76C13-L76C44" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Implicit(Microsoft.Extensions.Primitives.StringValues)~System.String[]", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L85C13-L85C42" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#ICollection#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L114C49-L114C53" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L124C20-L124C31" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#IList#set_Item(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L125C20-L125C53" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L169C13-L169C53" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.ToArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L279C13-L279C61" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#IList#IndexOf(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L308C13-L308C34" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#ICollection#Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L341C13-L341C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#ICollection#CopyTo(System.String[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L354C13-L355C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#ICollection#Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L388C56-L388C89" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#IList#Insert(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L390C64-L390C97" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#ICollection#Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L392C59-L392C92" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#IList#RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L394C52-L394C85" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#ICollection#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L396C46-L396C79" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L402C13-L402C44" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L408C13-L408C36" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L414C13-L414C36" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.IsNullOrEmpty(Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L424C13-L441C70" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Concat(Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L453C13-L469C47" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Concat(Microsoft.Extensions.Primitives.StringValues@,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L480C13-L494C47" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Concat(System.String,Microsoft.Extensions.Primitives.StringValues@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L505C13-L519C47" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L530C13-L545C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Equality(Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L556C13-L556C40" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Inequality(Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L567C13-L567C41" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L575C51-L575C70" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(System.String,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L583C72-L583C109" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(Microsoft.Extensions.Primitives.StringValues,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L591C72-L591C109" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L598C46-L598C83" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(System.String[],Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L606C75-L606C112" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(Microsoft.Extensions.Primitives.StringValues,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L614C75-L614C112" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L621C49-L621C86" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Equality(Microsoft.Extensions.Primitives.StringValues,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L624C77-L624C114" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Inequality(Microsoft.Extensions.Primitives.StringValues,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L632C77-L632C115" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Equality(System.String,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L635C77-L635C114" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Inequality(System.String,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L643C77-L643C115" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Equality(Microsoft.Extensions.Primitives.StringValues,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L646C80-L646C117" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Inequality(Microsoft.Extensions.Primitives.StringValues,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L654C80-L654C118" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Equality(System.String[],Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L657C80-L657C117" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Inequality(System.String[],Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L665C80-L665C118" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Equality(Microsoft.Extensions.Primitives.StringValues,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L674C77-L674C95" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Inequality(Microsoft.Extensions.Primitives.StringValues,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L683C77-L683C96" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Equality(System.Object,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L692C77-L692C95" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Inequality(System.Object,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L700C77-L700C96" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L709C13-L729C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L740C13-L756C87" - }, - { - "DocsId": "F:Microsoft.Extensions.Primitives.StringValues.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringValues.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L97C17-L109C63" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#ICollection#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L114C49-L114C53" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L124C20-L124C31" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringValues.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L139C17-L153C38" - }, - { - "DocsId": "T:Microsoft.Extensions.Primitives.StringValues.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Primitives.StringValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator.#ctor(Microsoft.Extensions.Primitives.StringTokenizer@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L93C17-L97C14" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L104C43-L104C50" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L111C13-L111C14" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L119C17-L135C29" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L143C17-L145C14" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L102C44-L102C48" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L104C43-L104C50" - } - ], - "DocsId": "T:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Enumerator.#ctor(Microsoft.Extensions.Primitives.StringValues@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L788C58-L789C16" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Enumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L797C17-L818C41" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Enumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L826C44-L826C52" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Enumerator.System#Collections#IEnumerator#Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L830C17-L830C51" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Enumerator.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L838C13-L838C14" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringValues.Enumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L824C39-L824C47" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringValues.Enumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L826C44-L826C52" - } - ], - "DocsId": "T:Microsoft.Extensions.Primitives.StringValues.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.WebEncoders.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.WebEncoders.json deleted file mode 100644 index ba14447ced9..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Extensions.WebEncoders.json +++ /dev/null @@ -1,148 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.WebEncoders", - "GUID": "93F16D747B7A41FD86F0F0B727F9343BFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.WebEncoderOptions.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/WebEncoders/src/WebEncoderOptions.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.WebEncoders.WebEncoderOptions.TextEncoderSettings", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/WebEncoders/src/WebEncoderOptions.cs#L19C55-L19C59" - } - ], - "DocsId": "T:Microsoft.Extensions.WebEncoders.WebEncoderOptions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/WebEncoders/src/WebEncoderOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.HtmlTestEncoder.Encode(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/WebEncoders/src/Testing/HtmlTestEncoder.cs#L25C9-L32C41" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.HtmlTestEncoder.Encode(System.IO.TextWriter,System.Char[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/WebEncoders/src/Testing/HtmlTestEncoder.cs#L38C9-L49C6" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.HtmlTestEncoder.Encode(System.IO.TextWriter,System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/WebEncoders/src/Testing/HtmlTestEncoder.cs#L54C9-L69C6" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.HtmlTestEncoder.WillEncode(System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/WebEncoders/src/Testing/HtmlTestEncoder.cs#L74C9-L74C22" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.HtmlTestEncoder.FindFirstCharacterToEncode(System.Char*,System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/WebEncoders/src/Testing/HtmlTestEncoder.cs#L80C9-L80C19" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.HtmlTestEncoder.TryEncodeUnicodeScalar(System.Int32,System.Char*,System.Int32,System.Int32@)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/WebEncoders/src/Testing/HtmlTestEncoder.cs#L90C9-L96C22" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.HtmlTestEncoder.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/WebEncoders/src/Testing/HtmlTestEncoder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.WebEncoders.Testing.HtmlTestEncoder.MaxOutputCharactersPerInputCharacter", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/WebEncoders/src/Testing/HtmlTestEncoder.cs#L19C15-L19C24" - } - ], - "DocsId": "T:Microsoft.Extensions.WebEncoders.Testing.HtmlTestEncoder", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/WebEncoders/src/Testing/HtmlTestEncoder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.JavaScriptTestEncoder.Encode(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/WebEncoders/src/Testing/JavaScriptTestEncoder.cs#L25C9-L32C47" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.JavaScriptTestEncoder.Encode(System.IO.TextWriter,System.Char[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/WebEncoders/src/Testing/JavaScriptTestEncoder.cs#L38C9-L49C6" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.JavaScriptTestEncoder.Encode(System.IO.TextWriter,System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/WebEncoders/src/Testing/JavaScriptTestEncoder.cs#L54C9-L69C6" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.JavaScriptTestEncoder.WillEncode(System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/WebEncoders/src/Testing/JavaScriptTestEncoder.cs#L74C9-L74C22" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.JavaScriptTestEncoder.FindFirstCharacterToEncode(System.Char*,System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/WebEncoders/src/Testing/JavaScriptTestEncoder.cs#L80C9-L80C19" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.JavaScriptTestEncoder.TryEncodeUnicodeScalar(System.Int32,System.Char*,System.Int32,System.Int32@)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/WebEncoders/src/Testing/JavaScriptTestEncoder.cs#L90C9-L96C22" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.JavaScriptTestEncoder.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/WebEncoders/src/Testing/JavaScriptTestEncoder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.WebEncoders.Testing.JavaScriptTestEncoder.MaxOutputCharactersPerInputCharacter", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/WebEncoders/src/Testing/JavaScriptTestEncoder.cs#L19C15-L19C24" - } - ], - "DocsId": "T:Microsoft.Extensions.WebEncoders.Testing.JavaScriptTestEncoder", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/WebEncoders/src/Testing/JavaScriptTestEncoder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.UrlTestEncoder.Encode(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/WebEncoders/src/Testing/UrlTestEncoder.cs#L25C9-L32C40" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.UrlTestEncoder.Encode(System.IO.TextWriter,System.Char[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/WebEncoders/src/Testing/UrlTestEncoder.cs#L38C9-L49C6" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.UrlTestEncoder.Encode(System.IO.TextWriter,System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/WebEncoders/src/Testing/UrlTestEncoder.cs#L54C9-L69C6" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.UrlTestEncoder.WillEncode(System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/WebEncoders/src/Testing/UrlTestEncoder.cs#L74C9-L74C22" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.UrlTestEncoder.FindFirstCharacterToEncode(System.Char*,System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/WebEncoders/src/Testing/UrlTestEncoder.cs#L80C9-L80C19" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.UrlTestEncoder.TryEncodeUnicodeScalar(System.Int32,System.Char*,System.Int32,System.Int32@)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/WebEncoders/src/Testing/UrlTestEncoder.cs#L90C9-L96C22" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.UrlTestEncoder.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/WebEncoders/src/Testing/UrlTestEncoder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.WebEncoders.Testing.UrlTestEncoder.MaxOutputCharactersPerInputCharacter", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/WebEncoders/src/Testing/UrlTestEncoder.cs#L19C15-L19C24" - } - ], - "DocsId": "T:Microsoft.Extensions.WebEncoders.Testing.UrlTestEncoder", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/WebEncoders/src/Testing/UrlTestEncoder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.EncoderServiceCollectionExtensions.AddWebEncoders(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/WebEncoders/src/EncoderServiceCollectionExtensions.cs#L26C9-L39C25" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.EncoderServiceCollectionExtensions.AddWebEncoders(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.WebEncoders.WebEncoderOptions})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/WebEncoders/src/EncoderServiceCollectionExtensions.cs#L51C9-L57C25" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.EncoderServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/3f1acb59718cadf111a0a796681e3d3509bb3381/src/WebEncoders/src/EncoderServiceCollectionExtensions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Win32.Registry.AccessControl.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Win32.Registry.AccessControl.json deleted file mode 100644 index 6e45086c1f0..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Win32.Registry.AccessControl.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "Assembly": "Microsoft.Win32.Registry.AccessControl", - "GUID": "2C0961E23432451384657988B01F7EBDFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.RegistryAclExtensions.GetAccessControl(Microsoft.Win32.RegistryKey)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft/Win32/RegistryAclExtensions.cs#L13C13-L18C43" - }, - { - "DocsId": "M:Microsoft.Win32.RegistryAclExtensions.GetAccessControl(Microsoft.Win32.RegistryKey,System.Security.AccessControl.AccessControlSections)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft/Win32/RegistryAclExtensions.cs#L23C13-L28C58" - }, - { - "DocsId": "M:Microsoft.Win32.RegistryAclExtensions.SetAccessControl(Microsoft.Win32.RegistryKey,System.Security.AccessControl.RegistrySecurity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft/Win32/RegistryAclExtensions.cs#L33C13-L39C10" - } - ], - "DocsId": "T:Microsoft.Win32.RegistryAclExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.Registry.AccessControl/src/Microsoft/Win32/RegistryAclExtensions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Win32.SystemEvents.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Win32.SystemEvents.json deleted file mode 100644 index ef341cfafcc..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/Microsoft.Win32.SystemEvents.json +++ /dev/null @@ -1,488 +0,0 @@ -{ - "Assembly": "Microsoft.Win32.SystemEvents", - "GUID": "738DB208D0D14C9FB10832CC81650588FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.PowerModeChangedEventArgs.#ctor(Microsoft.Win32.PowerModes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventArgs.cs#L18C9-L21C10" - }, - { - "DocsId": "P:Microsoft.Win32.PowerModeChangedEventArgs.Mode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventArgs.cs#L30C17-L30C30" - } - ], - "DocsId": "T:Microsoft.Win32.PowerModeChangedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.PowerModeChangedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.PowerModeChangedEventHandler.Invoke(System.Object,Microsoft.Win32.PowerModeChangedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.PowerModeChangedEventHandler.BeginInvoke(System.Object,Microsoft.Win32.PowerModeChangedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.PowerModeChangedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventHandler.cs" - } - ], - "DocsId": "T:Microsoft.Win32.PowerModeChangedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Win32.PowerModes.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModes.cs" - }, - { - "DocsId": "F:Microsoft.Win32.PowerModes.Resume", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModes.cs" - }, - { - "DocsId": "F:Microsoft.Win32.PowerModes.StatusChange", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModes.cs" - }, - { - "DocsId": "F:Microsoft.Win32.PowerModes.Suspend", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModes.cs" - } - ], - "DocsId": "T:Microsoft.Win32.PowerModes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModes.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.SessionEndedEventArgs.#ctor(Microsoft.Win32.SessionEndReasons)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventArgs.cs#L18C9-L21C10" - }, - { - "DocsId": "P:Microsoft.Win32.SessionEndedEventArgs.Reason", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventArgs.cs#L30C17-L30C32" - } - ], - "DocsId": "T:Microsoft.Win32.SessionEndedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.SessionEndedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.SessionEndedEventHandler.Invoke(System.Object,Microsoft.Win32.SessionEndedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.SessionEndedEventHandler.BeginInvoke(System.Object,Microsoft.Win32.SessionEndedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.SessionEndedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventHandler.cs" - } - ], - "DocsId": "T:Microsoft.Win32.SessionEndedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.SessionEndingEventArgs.#ctor(Microsoft.Win32.SessionEndReasons)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventArgs.cs#L19C9-L22C10" - }, - { - "DocsId": "P:Microsoft.Win32.SessionEndingEventArgs.Cancel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventArgs.cs#L31C17-L31C32" - }, - { - "DocsId": "P:Microsoft.Win32.SessionEndingEventArgs.Reason", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventArgs.cs#L46C17-L46C32" - } - ], - "DocsId": "T:Microsoft.Win32.SessionEndingEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.SessionEndingEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.SessionEndingEventHandler.Invoke(System.Object,Microsoft.Win32.SessionEndingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.SessionEndingEventHandler.BeginInvoke(System.Object,Microsoft.Win32.SessionEndingEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.SessionEndingEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventHandler.cs" - } - ], - "DocsId": "T:Microsoft.Win32.SessionEndingEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Win32.SessionEndReasons.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndReasons.cs" - }, - { - "DocsId": "F:Microsoft.Win32.SessionEndReasons.Logoff", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndReasons.cs" - }, - { - "DocsId": "F:Microsoft.Win32.SessionEndReasons.SystemShutdown", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndReasons.cs" - } - ], - "DocsId": "T:Microsoft.Win32.SessionEndReasons", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndReasons.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.SessionSwitchEventArgs.#ctor(Microsoft.Win32.SessionSwitchReason)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventArgs.cs#L18C9-L21C10" - }, - { - "DocsId": "P:Microsoft.Win32.SessionSwitchEventArgs.Reason", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventArgs.cs#L30C17-L30C32" - } - ], - "DocsId": "T:Microsoft.Win32.SessionSwitchEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.SessionSwitchEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.SessionSwitchEventHandler.Invoke(System.Object,Microsoft.Win32.SessionSwitchEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.SessionSwitchEventHandler.BeginInvoke(System.Object,Microsoft.Win32.SessionSwitchEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.SessionSwitchEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventHandler.cs" - } - ], - "DocsId": "T:Microsoft.Win32.SessionSwitchEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Win32.SessionSwitchReason.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" - }, - { - "DocsId": "F:Microsoft.Win32.SessionSwitchReason.ConsoleConnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" - }, - { - "DocsId": "F:Microsoft.Win32.SessionSwitchReason.ConsoleDisconnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" - }, - { - "DocsId": "F:Microsoft.Win32.SessionSwitchReason.RemoteConnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" - }, - { - "DocsId": "F:Microsoft.Win32.SessionSwitchReason.RemoteDisconnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" - }, - { - "DocsId": "F:Microsoft.Win32.SessionSwitchReason.SessionLogon", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" - }, - { - "DocsId": "F:Microsoft.Win32.SessionSwitchReason.SessionLogoff", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" - }, - { - "DocsId": "F:Microsoft.Win32.SessionSwitchReason.SessionLock", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" - }, - { - "DocsId": "F:Microsoft.Win32.SessionSwitchReason.SessionUnlock", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" - }, - { - "DocsId": "F:Microsoft.Win32.SessionSwitchReason.SessionRemoteControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" - } - ], - "DocsId": "T:Microsoft.Win32.SessionSwitchReason", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.SystemEvents.CreateTimer(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L390C13-L404C28" - }, - { - "DocsId": "M:Microsoft.Win32.SystemEvents.InvokeOnEventsThread(System.Delegate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L755C13-L788C10" - }, - { - "DocsId": "M:Microsoft.Win32.SystemEvents.KillTimer(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L795C13-L805C10" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.DisplaySettingsChanging", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L106C17-L107C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.DisplaySettingsChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L121C17-L122C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.EventsThreadShutdown", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L138C17-L139C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.InstalledFontsChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L153C17-L154C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.LowMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L170C17-L172C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.PaletteChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L187C17-L188C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.PowerModeChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L203C17-L205C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.SessionEnded", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L219C17-L221C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.SessionEnding", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L235C17-L237C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.SessionSwitch", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L251C17-L254C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.TimeChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L268C17-L270C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.TimerElapsed", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L284C17-L286C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.UserPreferenceChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L301C17-L302C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.UserPreferenceChanging", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L316C17-L317C14" - } - ], - "DocsId": "T:Microsoft.Win32.SystemEvents", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.TimerElapsedEventArgs.#ctor(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventArgs.cs#L18C9-L21C10" - }, - { - "DocsId": "P:Microsoft.Win32.TimerElapsedEventArgs.TimerId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventArgs.cs#L30C17-L30C33" - } - ], - "DocsId": "T:Microsoft.Win32.TimerElapsedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.TimerElapsedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.TimerElapsedEventHandler.Invoke(System.Object,Microsoft.Win32.TimerElapsedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.TimerElapsedEventHandler.BeginInvoke(System.Object,Microsoft.Win32.TimerElapsedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.TimerElapsedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventHandler.cs" - } - ], - "DocsId": "T:Microsoft.Win32.TimerElapsedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Accessibility", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Color", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Desktop", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.General", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Icon", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Keyboard", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Menu", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Mouse", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Policy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Power", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Screensaver", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Window", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Locale", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.VisualStyle", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - } - ], - "DocsId": "T:Microsoft.Win32.UserPreferenceCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.UserPreferenceChangedEventArgs.#ctor(Microsoft.Win32.UserPreferenceCategory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventArgs.cs#L18C9-L21C10" - }, - { - "DocsId": "P:Microsoft.Win32.UserPreferenceChangedEventArgs.Category", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventArgs.cs#L30C17-L30C34" - } - ], - "DocsId": "T:Microsoft.Win32.UserPreferenceChangedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.UserPreferenceChangedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.UserPreferenceChangedEventHandler.Invoke(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.UserPreferenceChangedEventHandler.BeginInvoke(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.UserPreferenceChangedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventHandler.cs" - } - ], - "DocsId": "T:Microsoft.Win32.UserPreferenceChangedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.UserPreferenceChangingEventArgs.#ctor(Microsoft.Win32.UserPreferenceCategory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventArgs.cs#L18C9-L21C10" - }, - { - "DocsId": "P:Microsoft.Win32.UserPreferenceChangingEventArgs.Category", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventArgs.cs#L30C17-L30C34" - } - ], - "DocsId": "T:Microsoft.Win32.UserPreferenceChangingEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.UserPreferenceChangingEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.UserPreferenceChangingEventHandler.Invoke(System.Object,Microsoft.Win32.UserPreferenceChangingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.UserPreferenceChangingEventHandler.BeginInvoke(System.Object,Microsoft.Win32.UserPreferenceChangingEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.UserPreferenceChangingEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventHandler.cs" - } - ], - "DocsId": "T:Microsoft.Win32.UserPreferenceChangingEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventHandler.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.CodeDom.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.CodeDom.json deleted file mode 100644 index c877ad2f033..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.CodeDom.json +++ /dev/null @@ -1,4228 +0,0 @@ -{ - "Assembly": "System.CodeDom", - "GUID": "D8D0A8D9B2B54E2F9B5348E4E6FE44B6FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeArgumentReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeArgumentReferenceExpression.cs#L10C9-L10C53" - }, - { - "DocsId": "M:System.CodeDom.CodeArgumentReferenceExpression.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeArgumentReferenceExpression.cs#L12C9-L15C10" - }, - { - "DocsId": "P:System.CodeDom.CodeArgumentReferenceExpression.ParameterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeArgumentReferenceExpression.cs#L19C20-L19C50" - } - ], - "DocsId": "T:System.CodeDom.CodeArgumentReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeArgumentReferenceExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L13C10" - }, - { - "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L19C10" - }, - { - "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.String,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L25C10" - }, - { - "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.Type,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L31C10" - }, - { - "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.CodeDom.CodeTypeReference,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L37C10" - }, - { - "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L43C10" - }, - { - "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.Type,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L49C10" - }, - { - "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L55C10" - }, - { - "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L61C10" - }, - { - "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.Type,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L67C10" - }, - { - "DocsId": "P:System.CodeDom.CodeArrayCreateExpression.CreateType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L71C20-L71C61" - }, - { - "DocsId": "P:System.CodeDom.CodeArrayCreateExpression.Initializers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L75C57-L75C70" - }, - { - "DocsId": "P:System.CodeDom.CodeArrayCreateExpression.Size", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L77C27-L77C31" - }, - { - "DocsId": "P:System.CodeDom.CodeArrayCreateExpression.SizeExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L79C48-L79C52" - } - ], - "DocsId": "T:System.CodeDom.CodeArrayCreateExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeArrayIndexerExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayIndexerExpression.cs#L10C9-L10C48" - }, - { - "DocsId": "M:System.CodeDom.CodeArrayIndexerExpression.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayIndexerExpression.cs#L12C9-L16C10" - }, - { - "DocsId": "P:System.CodeDom.CodeArrayIndexerExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayIndexerExpression.cs#L18C46-L18C50" - }, - { - "DocsId": "P:System.CodeDom.CodeArrayIndexerExpression.Indices", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayIndexerExpression.cs#L20C52-L20C95" - } - ], - "DocsId": "T:System.CodeDom.CodeArrayIndexerExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayIndexerExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeAssignStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAssignStatement.cs#L8C9-L8C41" - }, - { - "DocsId": "M:System.CodeDom.CodeAssignStatement.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAssignStatement.cs#L10C9-L14C10" - }, - { - "DocsId": "P:System.CodeDom.CodeAssignStatement.Left", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAssignStatement.cs#L16C38-L16C42" - }, - { - "DocsId": "P:System.CodeDom.CodeAssignStatement.Right", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAssignStatement.cs#L18C39-L18C43" - } - ], - "DocsId": "T:System.CodeDom.CodeAssignStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAssignStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeAttachEventStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs#L10C9-L10C46" - }, - { - "DocsId": "M:System.CodeDom.CodeAttachEventStatement.#ctor(System.CodeDom.CodeEventReferenceExpression,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs#L12C9-L16C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttachEventStatement.#ctor(System.CodeDom.CodeExpression,System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs#L19C13-L21C10" - }, - { - "DocsId": "P:System.CodeDom.CodeAttachEventStatement.Event", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs#L25C20-L25C68" - }, - { - "DocsId": "P:System.CodeDom.CodeAttachEventStatement.Listener", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs#L29C42-L29C46" - } - ], - "DocsId": "T:System.CodeDom.CodeAttachEventStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeAttributeArgument.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs#L10C9-L10C43" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeArgument.#ctor(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeArgument.#ctor(System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs#L17C9-L21C10" - }, - { - "DocsId": "P:System.CodeDom.CodeAttributeArgument.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs#L25C20-L25C41" - }, - { - "DocsId": "P:System.CodeDom.CodeAttributeArgument.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs#L29C39-L29C43" - } - ], - "DocsId": "T:System.CodeDom.CodeAttributeArgument", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L10C9-L10C53" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.#ctor(System.CodeDom.CodeAttributeArgumentCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.#ctor(System.CodeDom.CodeAttributeArgument[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.Add(System.CodeDom.CodeAttributeArgument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L28C56-L28C71" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.AddRange(System.CodeDom.CodeAttributeArgument[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L32C13-L41C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.AddRange(System.CodeDom.CodeAttributeArgumentCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L45C13-L55C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.Contains(System.CodeDom.CodeAttributeArgument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L57C62-L57C82" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.CopyTo(System.CodeDom.CodeAttributeArgument[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L59C73-L59C98" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.IndexOf(System.CodeDom.CodeAttributeArgument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L61C60-L61C79" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.Insert(System.Int32,System.CodeDom.CodeAttributeArgument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L63C71-L63C96" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.Remove(System.CodeDom.CodeAttributeArgument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L65C60-L65C78" - }, - { - "DocsId": "P:System.CodeDom.CodeAttributeArgumentCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L24C20-L24C54" - } - ], - "DocsId": "T:System.CodeDom.CodeAttributeArgumentCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclaration.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L9C9-L12C46" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclaration.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L9C9-L17C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclaration.#ctor(System.String,System.CodeDom.CodeAttributeArgument[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L9C9-L23C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclaration.#ctor(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L25C76-L25C105" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclaration.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeAttributeArgument[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L9C9-L39C10" - }, - { - "DocsId": "P:System.CodeDom.CodeAttributeDeclaration.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L43C20-L43C41" - }, - { - "DocsId": "P:System.CodeDom.CodeAttributeDeclaration.Arguments", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L51C61-L51C71" - }, - { - "DocsId": "P:System.CodeDom.CodeAttributeDeclaration.AttributeType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L53C51-L53C65" - } - ], - "DocsId": "T:System.CodeDom.CodeAttributeDeclaration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L10C9-L12C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.#ctor(System.CodeDom.CodeAttributeDeclarationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L14C9-L17C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.#ctor(System.CodeDom.CodeAttributeDeclaration[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L19C9-L22C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.Add(System.CodeDom.CodeAttributeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L30C59-L30C74" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.AddRange(System.CodeDom.CodeAttributeDeclaration[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L34C13-L43C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.AddRange(System.CodeDom.CodeAttributeDeclarationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L47C13-L57C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.Contains(System.CodeDom.CodeAttributeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L59C65-L59C85" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.CopyTo(System.CodeDom.CodeAttributeDeclaration[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L61C76-L61C101" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.IndexOf(System.CodeDom.CodeAttributeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L63C63-L63C82" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.Insert(System.Int32,System.CodeDom.CodeAttributeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L65C74-L65C99" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.Remove(System.CodeDom.CodeAttributeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L67C63-L67C81" - }, - { - "DocsId": "P:System.CodeDom.CodeAttributeDeclarationCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L26C20-L26C61" - } - ], - "DocsId": "T:System.CodeDom.CodeAttributeDeclarationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeBaseReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeBaseReferenceExpression.cs" - } - ], - "DocsId": "T:System.CodeDom.CodeBaseReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeBaseReferenceExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeBinaryOperatorExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs#L8C9-L8C50" - }, - { - "DocsId": "M:System.CodeDom.CodeBinaryOperatorExpression.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeBinaryOperatorType,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs#L10C9-L15C10" - }, - { - "DocsId": "P:System.CodeDom.CodeBinaryOperatorExpression.Right", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs#L17C39-L17C43" - }, - { - "DocsId": "P:System.CodeDom.CodeBinaryOperatorExpression.Left", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs#L19C38-L19C42" - }, - { - "DocsId": "P:System.CodeDom.CodeBinaryOperatorExpression.Operator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs#L21C50-L21C54" - } - ], - "DocsId": "T:System.CodeDom.CodeBinaryOperatorExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.Add", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.Subtract", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.Multiply", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.Divide", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.Modulus", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.Assign", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.IdentityInequality", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.IdentityEquality", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.ValueEquality", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.BitwiseOr", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.BitwiseAnd", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.BooleanOr", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.BooleanAnd", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.LessThan", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.LessThanOrEqual", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.GreaterThan", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.GreaterThanOrEqual", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - } - ], - "DocsId": "T:System.CodeDom.CodeBinaryOperatorType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeCastExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L10C9-L10C40" - }, - { - "DocsId": "M:System.CodeDom.CodeCastExpression.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L12C9-L16C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCastExpression.#ctor(System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L18C9-L22C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCastExpression.#ctor(System.Type,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L24C9-L28C10" - }, - { - "DocsId": "P:System.CodeDom.CodeCastExpression.TargetType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L32C20-L32C61" - }, - { - "DocsId": "P:System.CodeDom.CodeCastExpression.Expression", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L36C44-L36C48" - } - ], - "DocsId": "T:System.CodeDom.CodeCastExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeCatchClause.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L12C9-L12C37" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClause.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L14C9-L17C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClause.#ctor(System.String,System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L19C9-L23C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClause.#ctor(System.String,System.CodeDom.CodeTypeReference,System.CodeDom.CodeStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L25C9-L30C10" - }, - { - "DocsId": "P:System.CodeDom.CodeCatchClause.LocalName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L34C20-L34C46" - }, - { - "DocsId": "P:System.CodeDom.CodeCatchClause.CatchExceptionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L40C20-L40C84" - }, - { - "DocsId": "P:System.CodeDom.CodeCatchClause.Statements", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L44C54-L44C99" - } - ], - "DocsId": "T:System.CodeDom.CodeCatchClause", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L10C9-L10C47" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.#ctor(System.CodeDom.CodeCatchClauseCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.#ctor(System.CodeDom.CodeCatchClause[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.Add(System.CodeDom.CodeCatchClause)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L28C50-L28C65" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.AddRange(System.CodeDom.CodeCatchClause[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L32C13-L41C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.AddRange(System.CodeDom.CodeCatchClauseCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L45C13-L55C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.Contains(System.CodeDom.CodeCatchClause)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L57C56-L57C76" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.CopyTo(System.CodeDom.CodeCatchClause[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L59C67-L59C92" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.IndexOf(System.CodeDom.CodeCatchClause)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L61C54-L61C73" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.Insert(System.Int32,System.CodeDom.CodeCatchClause)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L63C65-L63C90" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.Remove(System.CodeDom.CodeCatchClause)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L65C54-L65C72" - }, - { - "DocsId": "P:System.CodeDom.CodeCatchClauseCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L24C20-L24C52" - } - ], - "DocsId": "T:System.CodeDom.CodeCatchClauseCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeChecksumPragma.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs#L10C9-L12C10" - }, - { - "DocsId": "M:System.CodeDom.CodeChecksumPragma.#ctor(System.String,System.Guid,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs#L14C9-L19C10" - }, - { - "DocsId": "P:System.CodeDom.CodeChecksumPragma.FileName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs#L23C20-L23C45" - }, - { - "DocsId": "P:System.CodeDom.CodeChecksumPragma.ChecksumAlgorithmId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs#L27C43-L27C47" - }, - { - "DocsId": "P:System.CodeDom.CodeChecksumPragma.ChecksumData", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs#L29C38-L29C42" - } - ], - "DocsId": "T:System.CodeDom.CodeChecksumPragma", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeComment.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs#L10C9-L10C33" - }, - { - "DocsId": "M:System.CodeDom.CodeComment.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeComment.#ctor(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs#L17C9-L21C10" - }, - { - "DocsId": "P:System.CodeDom.CodeComment.DocComment", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs#L23C34-L23C38" - }, - { - "DocsId": "P:System.CodeDom.CodeComment.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs#L27C20-L27C41" - } - ], - "DocsId": "T:System.CodeDom.CodeComment", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeCommentStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs#L8C9-L8C42" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatement.#ctor(System.CodeDom.CodeComment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs#L10C9-L13C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatement.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs#L15C9-L18C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatement.#ctor(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs#L20C9-L23C10" - }, - { - "DocsId": "P:System.CodeDom.CodeCommentStatement.Comment", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs#L25C38-L25C42" - } - ], - "DocsId": "T:System.CodeDom.CodeCommentStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L10C9-L10C52" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.#ctor(System.CodeDom.CodeCommentStatementCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.#ctor(System.CodeDom.CodeCommentStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.Add(System.CodeDom.CodeCommentStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L28C55-L28C70" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.AddRange(System.CodeDom.CodeCommentStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L32C13-L41C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.AddRange(System.CodeDom.CodeCommentStatementCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L45C13-L55C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.Contains(System.CodeDom.CodeCommentStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L57C61-L57C81" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.CopyTo(System.CodeDom.CodeCommentStatement[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L59C72-L59C97" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.IndexOf(System.CodeDom.CodeCommentStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L61C59-L61C78" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.Insert(System.Int32,System.CodeDom.CodeCommentStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L63C70-L63C95" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.Remove(System.CodeDom.CodeCommentStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L65C59-L65C77" - }, - { - "DocsId": "P:System.CodeDom.CodeCommentStatementCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L24C19-L24C60" - } - ], - "DocsId": "T:System.CodeDom.CodeCommentStatementCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeCompileUnit.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L18C62-L16C37" - }, - { - "DocsId": "P:System.CodeDom.CodeCompileUnit.Namespaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L18C53-L18C57" - }, - { - "DocsId": "P:System.CodeDom.CodeCompileUnit.ReferencedAssemblies", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L20C57-L20C95" - }, - { - "DocsId": "P:System.CodeDom.CodeCompileUnit.AssemblyCustomAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L22C79-L22C135" - }, - { - "DocsId": "P:System.CodeDom.CodeCompileUnit.StartDirectives", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L24C59-L24C109" - }, - { - "DocsId": "P:System.CodeDom.CodeCompileUnit.EndDirectives", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L26C57-L26C105" - } - ], - "DocsId": "T:System.CodeDom.CodeCompileUnit", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeConditionStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L25C66-L8C44" - }, - { - "DocsId": "M:System.CodeDom.CodeConditionStatement.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L25C66-L14C10" - }, - { - "DocsId": "M:System.CodeDom.CodeConditionStatement.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeStatement[],System.CodeDom.CodeStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L25C66-L21C10" - }, - { - "DocsId": "P:System.CodeDom.CodeConditionStatement.Condition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L23C43-L23C47" - }, - { - "DocsId": "P:System.CodeDom.CodeConditionStatement.TrueStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L25C57-L25C61" - }, - { - "DocsId": "P:System.CodeDom.CodeConditionStatement.FalseStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L27C58-L27C62" - } - ], - "DocsId": "T:System.CodeDom.CodeConditionStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeConstructor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeConstructor.cs#L13C72-L11C10" - }, - { - "DocsId": "P:System.CodeDom.CodeConstructor.BaseConstructorArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeConstructor.cs#L13C63-L13C67" - }, - { - "DocsId": "P:System.CodeDom.CodeConstructor.ChainedConstructorArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeConstructor.cs#L15C66-L15C70" - } - ], - "DocsId": "T:System.CodeDom.CodeConstructor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeConstructor.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeDefaultValueExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeDefaultValueExpression.cs#L10C9-L10C48" - }, - { - "DocsId": "M:System.CodeDom.CodeDefaultValueExpression.#ctor(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeDefaultValueExpression.cs#L12C9-L15C10" - }, - { - "DocsId": "P:System.CodeDom.CodeDefaultValueExpression.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeDefaultValueExpression.cs#L19C20-L19C55" - } - ], - "DocsId": "T:System.CodeDom.CodeDefaultValueExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeDefaultValueExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeDelegateCreateExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs#L11C9-L11C50" - }, - { - "DocsId": "M:System.CodeDom.CodeDelegateCreateExpression.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeExpression,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs#L13C9-L18C10" - }, - { - "DocsId": "P:System.CodeDom.CodeDelegateCreateExpression.DelegateType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs#L22C20-L22C63" - }, - { - "DocsId": "P:System.CodeDom.CodeDelegateCreateExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs#L26C46-L26C50" - }, - { - "DocsId": "P:System.CodeDom.CodeDelegateCreateExpression.MethodName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs#L30C20-L30C47" - } - ], - "DocsId": "T:System.CodeDom.CodeDelegateCreateExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeDelegateInvokeExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs#L23C63-L8C50" - }, - { - "DocsId": "M:System.CodeDom.CodeDelegateInvokeExpression.#ctor(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs#L23C63-L13C10" - }, - { - "DocsId": "M:System.CodeDom.CodeDelegateInvokeExpression.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs#L23C63-L19C10" - }, - { - "DocsId": "P:System.CodeDom.CodeDelegateInvokeExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs#L21C46-L21C50" - }, - { - "DocsId": "P:System.CodeDom.CodeDelegateInvokeExpression.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs#L23C54-L23C58" - } - ], - "DocsId": "T:System.CodeDom.CodeDelegateInvokeExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeDirectionExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectionExpression.cs#L8C9-L8C45" - }, - { - "DocsId": "M:System.CodeDom.CodeDirectionExpression.#ctor(System.CodeDom.FieldDirection,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectionExpression.cs#L10C9-L14C10" - }, - { - "DocsId": "P:System.CodeDom.CodeDirectionExpression.Expression", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectionExpression.cs#L16C44-L16C48" - }, - { - "DocsId": "P:System.CodeDom.CodeDirectionExpression.Direction", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectionExpression.cs#L18C43-L18C47" - } - ], - "DocsId": "T:System.CodeDom.CodeDirectionExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectionExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeDirective.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirective.cs" - } - ], - "DocsId": "T:System.CodeDom.CodeDirective", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirective.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeDirectiveCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L10C9-L10C45" - }, - { - "DocsId": "M:System.CodeDom.CodeDirectiveCollection.#ctor(System.CodeDom.CodeDirectiveCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeDirectiveCollection.#ctor(System.CodeDom.CodeDirective[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeDirectiveCollection.Add(System.CodeDom.CodeDirective)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L28C48-L28C63" - }, - { - "DocsId": "M:System.CodeDom.CodeDirectiveCollection.AddRange(System.CodeDom.CodeDirective[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L32C13-L41C10" - }, - { - "DocsId": "M:System.CodeDom.CodeDirectiveCollection.AddRange(System.CodeDom.CodeDirectiveCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L45C13-L55C10" - }, - { - "DocsId": "M:System.CodeDom.CodeDirectiveCollection.Contains(System.CodeDom.CodeDirective)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L57C54-L57C74" - }, - { - "DocsId": "M:System.CodeDom.CodeDirectiveCollection.CopyTo(System.CodeDom.CodeDirective[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L59C65-L59C90" - }, - { - "DocsId": "M:System.CodeDom.CodeDirectiveCollection.IndexOf(System.CodeDom.CodeDirective)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L61C52-L61C71" - }, - { - "DocsId": "M:System.CodeDom.CodeDirectiveCollection.Insert(System.Int32,System.CodeDom.CodeDirective)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L63C63-L63C88" - }, - { - "DocsId": "M:System.CodeDom.CodeDirectiveCollection.Remove(System.CodeDom.CodeDirective)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L65C52-L65C70" - }, - { - "DocsId": "P:System.CodeDom.CodeDirectiveCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L24C20-L24C46" - } - ], - "DocsId": "T:System.CodeDom.CodeDirectiveCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeEntryPointMethod.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeEntryPointMethod.cs#L8C9-L8C42" - } - ], - "DocsId": "T:System.CodeDom.CodeEntryPointMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeEntryPointMethod.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeEventReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeEventReferenceExpression.cs#L10C9-L10C50" - }, - { - "DocsId": "M:System.CodeDom.CodeEventReferenceExpression.#ctor(System.CodeDom.CodeExpression,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeEventReferenceExpression.cs#L12C9-L16C10" - }, - { - "DocsId": "P:System.CodeDom.CodeEventReferenceExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeEventReferenceExpression.cs#L18C46-L18C50" - }, - { - "DocsId": "P:System.CodeDom.CodeEventReferenceExpression.EventName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeEventReferenceExpression.cs#L22C20-L22C46" - } - ], - "DocsId": "T:System.CodeDom.CodeEventReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeEventReferenceExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpression.cs" - } - ], - "DocsId": "T:System.CodeDom.CodeExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeExpressionCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L10C9-L10C46" - }, - { - "DocsId": "M:System.CodeDom.CodeExpressionCollection.#ctor(System.CodeDom.CodeExpressionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeExpressionCollection.#ctor(System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeExpressionCollection.Add(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L28C49-L28C64" - }, - { - "DocsId": "M:System.CodeDom.CodeExpressionCollection.AddRange(System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L32C13-L41C10" - }, - { - "DocsId": "M:System.CodeDom.CodeExpressionCollection.AddRange(System.CodeDom.CodeExpressionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L45C13-L55C10" - }, - { - "DocsId": "M:System.CodeDom.CodeExpressionCollection.Contains(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L57C55-L57C75" - }, - { - "DocsId": "M:System.CodeDom.CodeExpressionCollection.CopyTo(System.CodeDom.CodeExpression[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L59C66-L59C91" - }, - { - "DocsId": "M:System.CodeDom.CodeExpressionCollection.IndexOf(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L61C53-L61C72" - }, - { - "DocsId": "M:System.CodeDom.CodeExpressionCollection.Insert(System.Int32,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L63C64-L63C89" - }, - { - "DocsId": "M:System.CodeDom.CodeExpressionCollection.Remove(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L65C53-L65C71" - }, - { - "DocsId": "P:System.CodeDom.CodeExpressionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L24C20-L24C47" - } - ], - "DocsId": "T:System.CodeDom.CodeExpressionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeExpressionStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionStatement.cs#L8C9-L8C45" - }, - { - "DocsId": "M:System.CodeDom.CodeExpressionStatement.#ctor(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionStatement.cs#L10C9-L13C10" - }, - { - "DocsId": "P:System.CodeDom.CodeExpressionStatement.Expression", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionStatement.cs#L15C44-L15C48" - } - ], - "DocsId": "T:System.CodeDom.CodeExpressionStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeFieldReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeFieldReferenceExpression.cs#L10C9-L10C50" - }, - { - "DocsId": "M:System.CodeDom.CodeFieldReferenceExpression.#ctor(System.CodeDom.CodeExpression,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeFieldReferenceExpression.cs#L12C9-L16C10" - }, - { - "DocsId": "P:System.CodeDom.CodeFieldReferenceExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeFieldReferenceExpression.cs#L18C46-L18C50" - }, - { - "DocsId": "P:System.CodeDom.CodeFieldReferenceExpression.FieldName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeFieldReferenceExpression.cs#L22C20-L22C46" - } - ], - "DocsId": "T:System.CodeDom.CodeFieldReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeFieldReferenceExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeGotoStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeGotoStatement.cs#L10C9-L10C39" - }, - { - "DocsId": "M:System.CodeDom.CodeGotoStatement.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeGotoStatement.cs#L12C9-L15C10" - }, - { - "DocsId": "P:System.CodeDom.CodeGotoStatement.Label", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeGotoStatement.cs#L19C20-L19C26" - } - ], - "DocsId": "T:System.CodeDom.CodeGotoStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeGotoStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeIndexerExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeIndexerExpression.cs#L10C9-L10C43" - }, - { - "DocsId": "M:System.CodeDom.CodeIndexerExpression.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeIndexerExpression.cs#L12C9-L16C10" - }, - { - "DocsId": "P:System.CodeDom.CodeIndexerExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeIndexerExpression.cs#L18C46-L18C50" - }, - { - "DocsId": "P:System.CodeDom.CodeIndexerExpression.Indices", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeIndexerExpression.cs#L20C52-L20C95" - } - ], - "DocsId": "T:System.CodeDom.CodeIndexerExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeIndexerExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeIterationStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L24C62-L8C44" - }, - { - "DocsId": "M:System.CodeDom.CodeIterationStatement.#ctor(System.CodeDom.CodeStatement,System.CodeDom.CodeExpression,System.CodeDom.CodeStatement,System.CodeDom.CodeStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L24C62-L16C10" - }, - { - "DocsId": "P:System.CodeDom.CodeIterationStatement.InitStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L18C46-L18C50" - }, - { - "DocsId": "P:System.CodeDom.CodeIterationStatement.TestExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L20C48-L20C52" - }, - { - "DocsId": "P:System.CodeDom.CodeIterationStatement.IncrementStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L22C51-L22C55" - }, - { - "DocsId": "P:System.CodeDom.CodeIterationStatement.Statements", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L24C53-L24C57" - } - ], - "DocsId": "T:System.CodeDom.CodeIterationStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeLabeledStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs#L10C9-L10C42" - }, - { - "DocsId": "M:System.CodeDom.CodeLabeledStatement.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeLabeledStatement.#ctor(System.String,System.CodeDom.CodeStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs#L17C9-L21C10" - }, - { - "DocsId": "P:System.CodeDom.CodeLabeledStatement.Label", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs#L25C20-L25C42" - }, - { - "DocsId": "P:System.CodeDom.CodeLabeledStatement.Statement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs#L29C42-L29C46" - } - ], - "DocsId": "T:System.CodeDom.CodeLabeledStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeLinePragma.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeLinePragma.cs#L10C9-L10C36" - }, - { - "DocsId": "M:System.CodeDom.CodeLinePragma.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeLinePragma.cs#L12C9-L16C10" - }, - { - "DocsId": "P:System.CodeDom.CodeLinePragma.FileName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeLinePragma.cs#L20C20-L20C45" - }, - { - "DocsId": "P:System.CodeDom.CodeLinePragma.LineNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeLinePragma.cs#L24C33-L24C37" - } - ], - "DocsId": "T:System.CodeDom.CodeLinePragma", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeLinePragma.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeMemberEvent.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberEvent.cs#L11C9-L11C37" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberEvent.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberEvent.cs#L15C20-L15C55" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberEvent.PrivateImplementationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberEvent.cs#L19C62-L19C66" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberEvent.ImplementationTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberEvent.cs#L21C67-L21C125" - } - ], - "DocsId": "T:System.CodeDom.CodeMemberEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberEvent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeMemberField.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L10C9-L10C37" - }, - { - "DocsId": "M:System.CodeDom.CodeMemberField.#ctor(System.CodeDom.CodeTypeReference,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L12C9-L16C10" - }, - { - "DocsId": "M:System.CodeDom.CodeMemberField.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L18C9-L22C10" - }, - { - "DocsId": "M:System.CodeDom.CodeMemberField.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L24C9-L28C10" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberField.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L32C20-L32C55" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberField.InitExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L36C48-L36C52" - } - ], - "DocsId": "T:System.CodeDom.CodeMemberField", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeMemberMethod.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L8C9-L9C94" - }, - { - "DocsId": "E:System.CodeDom.CodeMemberMethod.PopulateParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs" - }, - { - "DocsId": "E:System.CodeDom.CodeMemberMethod.PopulateStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs" - }, - { - "DocsId": "E:System.CodeDom.CodeMemberMethod.PopulateImplementationTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberMethod.ReturnType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L26C20-L26C80" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberMethod.Statements", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L34C17-L40C36" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberMethod.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L48C17-L54C36" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberMethod.PrivateImplementationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L58C62-L58C66" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberMethod.ImplementationTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L64C17-L72C45" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberMethod.ReturnTypeCustomAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L76C81-L76C143" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberMethod.TypeParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L78C62-L78C115" - } - ], - "DocsId": "T:System.CodeDom.CodeMemberMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeMemberProperty.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L49C65-L53C133" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberProperty.PrivateImplementationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L13C62-L13C66" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberProperty.ImplementationTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L15C67-L15C125" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberProperty.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L19C20-L19C55" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberProperty.HasGet", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L25C20-L25C54" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberProperty.HasSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L38C20-L38C54" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberProperty.GetStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L49C56-L49C60" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberProperty.SetStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L51C56-L51C60" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberProperty.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L53C74-L53C78" - } - ], - "DocsId": "T:System.CodeDom.CodeMemberProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeMethodInvokeExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs#L30C63-L10C48" - }, - { - "DocsId": "M:System.CodeDom.CodeMethodInvokeExpression.#ctor(System.CodeDom.CodeMethodReferenceExpression,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs#L30C63-L16C10" - }, - { - "DocsId": "M:System.CodeDom.CodeMethodInvokeExpression.#ctor(System.CodeDom.CodeExpression,System.String,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs#L30C63-L22C10" - }, - { - "DocsId": "P:System.CodeDom.CodeMethodInvokeExpression.Method", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs#L26C20-L26C67" - }, - { - "DocsId": "P:System.CodeDom.CodeMethodInvokeExpression.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs#L30C54-L30C58" - } - ], - "DocsId": "T:System.CodeDom.CodeMethodInvokeExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeMethodReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L11C9-L11C51" - }, - { - "DocsId": "M:System.CodeDom.CodeMethodReferenceExpression.#ctor(System.CodeDom.CodeExpression,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L13C9-L17C10" - }, - { - "DocsId": "M:System.CodeDom.CodeMethodReferenceExpression.#ctor(System.CodeDom.CodeExpression,System.String,System.CodeDom.CodeTypeReference[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L19C9-L27C10" - }, - { - "DocsId": "P:System.CodeDom.CodeMethodReferenceExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L29C46-L29C50" - }, - { - "DocsId": "P:System.CodeDom.CodeMethodReferenceExpression.MethodName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L33C20-L33C47" - }, - { - "DocsId": "P:System.CodeDom.CodeMethodReferenceExpression.TypeArguments", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L37C61-L37C113" - } - ], - "DocsId": "T:System.CodeDom.CodeMethodReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeMethodReturnStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodReturnStatement.cs#L8C9-L8C47" - }, - { - "DocsId": "M:System.CodeDom.CodeMethodReturnStatement.#ctor(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodReturnStatement.cs#L10C9-L13C10" - }, - { - "DocsId": "P:System.CodeDom.CodeMethodReturnStatement.Expression", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodReturnStatement.cs#L15C44-L15C48" - } - ], - "DocsId": "T:System.CodeDom.CodeMethodReturnStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodReturnStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeNamespace.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L10C9-L23C35" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespace.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L10C9-L28C10" - }, - { - "DocsId": "E:System.CodeDom.CodeNamespace.PopulateComments", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs" - }, - { - "DocsId": "E:System.CodeDom.CodeNamespace.PopulateImports", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs" - }, - { - "DocsId": "E:System.CodeDom.CodeNamespace.PopulateTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespace.Types", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L34C17-L40C33" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespace.Imports", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L48C17-L54C33" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespace.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L60C20-L60C41" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespace.Comments", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L68C17-L74C34" - } - ], - "DocsId": "T:System.CodeDom.CodeNamespace", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeNamespaceCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L10C9-L10C45" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceCollection.#ctor(System.CodeDom.CodeNamespaceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceCollection.#ctor(System.CodeDom.CodeNamespace[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceCollection.Add(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L28C48-L28C63" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceCollection.AddRange(System.CodeDom.CodeNamespace[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L32C13-L41C10" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceCollection.AddRange(System.CodeDom.CodeNamespaceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L45C13-L55C10" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceCollection.Contains(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L57C54-L57C74" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceCollection.CopyTo(System.CodeDom.CodeNamespace[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L59C65-L59C90" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceCollection.IndexOf(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L61C52-L61C71" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceCollection.Insert(System.Int32,System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L63C63-L63C88" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceCollection.Remove(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L65C52-L65C70" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespaceCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L24C20-L24C46" - } - ], - "DocsId": "T:System.CodeDom.CodeNamespaceCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeNamespaceImport.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImport.cs#L10C9-L10C41" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImport.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImport.cs#L12C9-L15C10" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespaceImport.LinePragma", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImport.cs#L17C44-L17C48" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespaceImport.Namespace", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImport.cs#L21C20-L21C46" - } - ], - "DocsId": "T:System.CodeDom.CodeNamespaceImport", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImport.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L26C34-L26C39" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L28C35-L28C40" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.Add(System.CodeDom.CodeNamespaceImport)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L32C13-L37C10" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.AddRange(System.CodeDom.CodeNamespaceImport[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L41C13-L50C10" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L54C13-L56C10" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L67C47-L67C68" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L71C20-L71C31" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#set_Item(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L74C17-L76C14" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L79C34-L79C39" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L81C44-L81C49" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L83C40-L83C44" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L85C60-L85C86" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L87C52-L87C67" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L89C40-L89C77" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L91C31-L91C38" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L93C46-L93C67" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L95C44-L95C85" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L99C13-L101C10" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L105C13-L107C10" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L111C13-L113C10" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L11C9-L12C152" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L16C20-L16C53" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L24C29-L24C40" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L26C34-L26C39" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L28C35-L28C40" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L71C20-L71C31" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L79C34-L79C39" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L81C44-L81C49" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L83C40-L83C44" - } - ], - "DocsId": "T:System.CodeDom.CodeNamespaceImportCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeObject.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/CodeDom/CodeObject.cs#L21C9-L21C32" - }, - { - "DocsId": "P:System.CodeDom.CodeObject.UserData", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/CodeDom/CodeObject.cs#L23C40-L23C74" - } - ], - "DocsId": "T:System.CodeDom.CodeObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/CodeDom/CodeObject.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeObjectCreateExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L36C63-L10C48" - }, - { - "DocsId": "M:System.CodeDom.CodeObjectCreateExpression.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L36C63-L16C10" - }, - { - "DocsId": "M:System.CodeDom.CodeObjectCreateExpression.#ctor(System.String,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L36C63-L22C10" - }, - { - "DocsId": "M:System.CodeDom.CodeObjectCreateExpression.#ctor(System.Type,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L36C63-L28C10" - }, - { - "DocsId": "P:System.CodeDom.CodeObjectCreateExpression.CreateType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L32C20-L32C61" - }, - { - "DocsId": "P:System.CodeDom.CodeObjectCreateExpression.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L36C54-L36C58" - } - ], - "DocsId": "T:System.CodeDom.CodeObjectCreateExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L12C9-L12C56" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpression.#ctor(System.CodeDom.CodeTypeReference,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L14C9-L18C10" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpression.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L20C9-L24C10" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpression.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L26C9-L30C10" - }, - { - "DocsId": "P:System.CodeDom.CodeParameterDeclarationExpression.CustomAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L34C20-L34C82" - }, - { - "DocsId": "P:System.CodeDom.CodeParameterDeclarationExpression.Direction", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L38C43-L38C47" - }, - { - "DocsId": "P:System.CodeDom.CodeParameterDeclarationExpression.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L42C20-L42C55" - }, - { - "DocsId": "P:System.CodeDom.CodeParameterDeclarationExpression.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L48C20-L48C41" - } - ], - "DocsId": "T:System.CodeDom.CodeParameterDeclarationExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L10C9-L10C66" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.#ctor(System.CodeDom.CodeParameterDeclarationExpressionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.#ctor(System.CodeDom.CodeParameterDeclarationExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.Add(System.CodeDom.CodeParameterDeclarationExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L28C69-L28C84" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.AddRange(System.CodeDom.CodeParameterDeclarationExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L32C13-L41C10" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.AddRange(System.CodeDom.CodeParameterDeclarationExpressionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L45C13-L55C10" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.Contains(System.CodeDom.CodeParameterDeclarationExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L57C75-L57C95" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.CopyTo(System.CodeDom.CodeParameterDeclarationExpression[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L59C86-L59C111" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.IndexOf(System.CodeDom.CodeParameterDeclarationExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L61C73-L61C92" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.Insert(System.Int32,System.CodeDom.CodeParameterDeclarationExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L63C84-L63C109" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.Remove(System.CodeDom.CodeParameterDeclarationExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L65C73-L65C91" - }, - { - "DocsId": "P:System.CodeDom.CodeParameterDeclarationExpressionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L24C20-L24C67" - } - ], - "DocsId": "T:System.CodeDom.CodeParameterDeclarationExpressionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodePrimitiveExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodePrimitiveExpression.cs#L8C9-L8C45" - }, - { - "DocsId": "M:System.CodeDom.CodePrimitiveExpression.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodePrimitiveExpression.cs#L10C9-L13C10" - }, - { - "DocsId": "P:System.CodeDom.CodePrimitiveExpression.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodePrimitiveExpression.cs#L15C31-L15C35" - } - ], - "DocsId": "T:System.CodeDom.CodePrimitiveExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodePrimitiveExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodePropertyReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertyReferenceExpression.cs#L10C9-L10C53" - }, - { - "DocsId": "M:System.CodeDom.CodePropertyReferenceExpression.#ctor(System.CodeDom.CodeExpression,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertyReferenceExpression.cs#L12C9-L16C10" - }, - { - "DocsId": "P:System.CodeDom.CodePropertyReferenceExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertyReferenceExpression.cs#L18C46-L18C50" - }, - { - "DocsId": "P:System.CodeDom.CodePropertyReferenceExpression.PropertyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertyReferenceExpression.cs#L22C20-L22C49" - } - ], - "DocsId": "T:System.CodeDom.CodePropertyReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertyReferenceExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodePropertySetValueReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertySetValueReferenceExpression.cs" - } - ], - "DocsId": "T:System.CodeDom.CodePropertySetValueReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertySetValueReferenceExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeRegionDirective.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionDirective.cs#L10C9-L10C41" - }, - { - "DocsId": "M:System.CodeDom.CodeRegionDirective.#ctor(System.CodeDom.CodeRegionMode,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionDirective.cs#L12C9-L16C10" - }, - { - "DocsId": "P:System.CodeDom.CodeRegionDirective.RegionText", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionDirective.cs#L20C20-L20C47" - }, - { - "DocsId": "P:System.CodeDom.CodeRegionDirective.RegionMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionDirective.cs#L24C44-L24C48" - } - ], - "DocsId": "T:System.CodeDom.CodeRegionDirective", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionDirective.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.CodeDom.CodeRegionMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionMode.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeRegionMode.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionMode.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeRegionMode.Start", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionMode.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeRegionMode.End", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionMode.cs" - } - ], - "DocsId": "T:System.CodeDom.CodeRegionMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeRemoveEventStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs#L10C9-L10C46" - }, - { - "DocsId": "M:System.CodeDom.CodeRemoveEventStatement.#ctor(System.CodeDom.CodeEventReferenceExpression,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs#L12C9-L16C10" - }, - { - "DocsId": "M:System.CodeDom.CodeRemoveEventStatement.#ctor(System.CodeDom.CodeExpression,System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs#L18C9-L22C10" - }, - { - "DocsId": "P:System.CodeDom.CodeRemoveEventStatement.Event", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs#L26C20-L26C68" - }, - { - "DocsId": "P:System.CodeDom.CodeRemoveEventStatement.Listener", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs#L30C42-L30C46" - } - ], - "DocsId": "T:System.CodeDom.CodeRemoveEventStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeSnippetCompileUnit.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetCompileUnit.cs#L10C9-L10C44" - }, - { - "DocsId": "M:System.CodeDom.CodeSnippetCompileUnit.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetCompileUnit.cs#L12C9-L15C10" - }, - { - "DocsId": "P:System.CodeDom.CodeSnippetCompileUnit.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetCompileUnit.cs#L19C20-L19C42" - }, - { - "DocsId": "P:System.CodeDom.CodeSnippetCompileUnit.LinePragma", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetCompileUnit.cs#L23C44-L23C48" - } - ], - "DocsId": "T:System.CodeDom.CodeSnippetCompileUnit", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetCompileUnit.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeSnippetExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetExpression.cs#L10C9-L10C43" - }, - { - "DocsId": "M:System.CodeDom.CodeSnippetExpression.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetExpression.cs#L12C9-L15C10" - }, - { - "DocsId": "P:System.CodeDom.CodeSnippetExpression.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetExpression.cs#L19C20-L19C42" - } - ], - "DocsId": "T:System.CodeDom.CodeSnippetExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeSnippetStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetStatement.cs#L10C9-L10C42" - }, - { - "DocsId": "M:System.CodeDom.CodeSnippetStatement.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetStatement.cs#L12C9-L15C10" - }, - { - "DocsId": "P:System.CodeDom.CodeSnippetStatement.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetStatement.cs#L19C20-L19C42" - } - ], - "DocsId": "T:System.CodeDom.CodeSnippetStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeSnippetTypeMember.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetTypeMember.cs#L10C9-L10C43" - }, - { - "DocsId": "M:System.CodeDom.CodeSnippetTypeMember.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetTypeMember.cs#L12C9-L15C10" - }, - { - "DocsId": "P:System.CodeDom.CodeSnippetTypeMember.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetTypeMember.cs#L19C20-L19C41" - } - ], - "DocsId": "T:System.CodeDom.CodeSnippetTypeMember", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetTypeMember.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatement.cs" - }, - { - "DocsId": "P:System.CodeDom.CodeStatement.LinePragma", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatement.cs#L11C44-L11C48" - }, - { - "DocsId": "P:System.CodeDom.CodeStatement.StartDirectives", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatement.cs#L13C59-L13C109" - }, - { - "DocsId": "P:System.CodeDom.CodeStatement.EndDirectives", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatement.cs#L15C57-L15C105" - } - ], - "DocsId": "T:System.CodeDom.CodeStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeStatementCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L10C9-L10C45" - }, - { - "DocsId": "M:System.CodeDom.CodeStatementCollection.#ctor(System.CodeDom.CodeStatementCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeStatementCollection.#ctor(System.CodeDom.CodeStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeStatementCollection.Add(System.CodeDom.CodeStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L28C48-L28C63" - }, - { - "DocsId": "M:System.CodeDom.CodeStatementCollection.Add(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L30C49-L30C88" - }, - { - "DocsId": "M:System.CodeDom.CodeStatementCollection.AddRange(System.CodeDom.CodeStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L34C13-L43C10" - }, - { - "DocsId": "M:System.CodeDom.CodeStatementCollection.AddRange(System.CodeDom.CodeStatementCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L47C13-L57C10" - }, - { - "DocsId": "M:System.CodeDom.CodeStatementCollection.Contains(System.CodeDom.CodeStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L59C54-L59C74" - }, - { - "DocsId": "M:System.CodeDom.CodeStatementCollection.CopyTo(System.CodeDom.CodeStatement[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L61C65-L61C90" - }, - { - "DocsId": "M:System.CodeDom.CodeStatementCollection.IndexOf(System.CodeDom.CodeStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L63C52-L63C71" - }, - { - "DocsId": "M:System.CodeDom.CodeStatementCollection.Insert(System.Int32,System.CodeDom.CodeStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L65C63-L65C88" - }, - { - "DocsId": "M:System.CodeDom.CodeStatementCollection.Remove(System.CodeDom.CodeStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L67C52-L67C70" - }, - { - "DocsId": "P:System.CodeDom.CodeStatementCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L24C20-L24C46" - } - ], - "DocsId": "T:System.CodeDom.CodeStatementCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeThisReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeThisReferenceExpression.cs" - } - ], - "DocsId": "T:System.CodeDom.CodeThisReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeThisReferenceExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeThrowExceptionStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeThrowExceptionStatement.cs#L8C9-L8C49" - }, - { - "DocsId": "M:System.CodeDom.CodeThrowExceptionStatement.#ctor(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeThrowExceptionStatement.cs#L10C9-L13C10" - }, - { - "DocsId": "P:System.CodeDom.CodeThrowExceptionStatement.ToThrow", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeThrowExceptionStatement.cs#L15C41-L15C45" - } - ], - "DocsId": "T:System.CodeDom.CodeThrowExceptionStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeThrowExceptionStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTryCatchFinallyStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L23C65-L8C50" - }, - { - "DocsId": "M:System.CodeDom.CodeTryCatchFinallyStatement.#ctor(System.CodeDom.CodeStatement[],System.CodeDom.CodeCatchClause[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L23C65-L14C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTryCatchFinallyStatement.#ctor(System.CodeDom.CodeStatement[],System.CodeDom.CodeCatchClause[],System.CodeDom.CodeStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L23C65-L21C10" - }, - { - "DocsId": "P:System.CodeDom.CodeTryCatchFinallyStatement.TryStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L23C56-L23C60" - }, - { - "DocsId": "P:System.CodeDom.CodeTryCatchFinallyStatement.CatchClauses", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L25C57-L25C61" - }, - { - "DocsId": "P:System.CodeDom.CodeTryCatchFinallyStatement.FinallyStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L27C60-L27C64" - } - ], - "DocsId": "T:System.CodeDom.CodeTryCatchFinallyStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTypeConstructor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeConstructor.cs#L8C9-L11C10" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeConstructor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeConstructor.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTypeDeclaration.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L10C9-L22C41" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeDeclaration.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L10C9-L27C10" - }, - { - "DocsId": "E:System.CodeDom.CodeTypeDeclaration.PopulateBaseTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs" - }, - { - "DocsId": "E:System.CodeDom.CodeTypeDeclaration.PopulateMembers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeDeclaration.TypeAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L29C48-L29C52" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeDeclaration.BaseTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L35C17-L41C35" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeDeclaration.IsClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L47C20-L47C122" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeDeclaration.IsStruct", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L62C20-L62C29" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeDeclaration.IsEnum", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L77C20-L77C27" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeDeclaration.IsInterface", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L92C20-L92C100" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeDeclaration.IsPartial", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L109C33-L109C37" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeDeclaration.Members", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L115C17-L121C33" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeDeclaration.TypeParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L125C62-L125C115" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeDeclaration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L10C9-L10C51" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.#ctor(System.CodeDom.CodeTypeDeclarationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.#ctor(System.CodeDom.CodeTypeDeclaration[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.Add(System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L28C54-L28C69" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.AddRange(System.CodeDom.CodeTypeDeclaration[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L32C13-L41C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.AddRange(System.CodeDom.CodeTypeDeclarationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L45C13-L55C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.Contains(System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L57C60-L57C80" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.CopyTo(System.CodeDom.CodeTypeDeclaration[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L59C71-L59C96" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.IndexOf(System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L61C58-L61C77" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.Insert(System.Int32,System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L63C69-L63C94" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.Remove(System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L65C58-L65C76" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeDeclarationCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L24C20-L24C52" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeDeclarationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTypeDelegate.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDelegate.cs#L31C83-L18C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeDelegate.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDelegate.cs#L20C48-L23C10" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeDelegate.ReturnType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDelegate.cs#L27C20-L27C61" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeDelegate.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDelegate.cs#L31C74-L31C78" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeDelegate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDelegate.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTypeMember.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L19C60-L29C103" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeMember.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L15C20-L15C41" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeMember.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L19C46-L19C50" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeMember.CustomAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L23C20-L23C82" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeMember.LinePragma", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L27C44-L27C48" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeMember.Comments", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L29C58-L29C62" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeMember.StartDirectives", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L31C59-L31C109" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeMember.EndDirectives", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L33C57-L33C105" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeMember", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L10C9-L10C46" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.#ctor(System.CodeDom.CodeTypeMemberCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.#ctor(System.CodeDom.CodeTypeMember[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.Add(System.CodeDom.CodeTypeMember)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L28C49-L28C64" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.AddRange(System.CodeDom.CodeTypeMember[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L32C13-L41C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.AddRange(System.CodeDom.CodeTypeMemberCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L45C13-L55C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.Contains(System.CodeDom.CodeTypeMember)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L57C55-L57C75" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.CopyTo(System.CodeDom.CodeTypeMember[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L59C66-L59C91" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.IndexOf(System.CodeDom.CodeTypeMember)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L61C53-L61C72" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.Insert(System.Int32,System.CodeDom.CodeTypeMember)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L63C64-L63C89" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.Remove(System.CodeDom.CodeTypeMember)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L65C53-L65C71" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeMemberCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L24C20-L24C47" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeMemberCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTypeOfExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs#L10C9-L10C42" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeOfExpression.#ctor(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeOfExpression.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeOfExpression.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs#L22C9-L25C10" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeOfExpression.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs#L29C20-L29C55" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeOfExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTypeParameter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L12C9-L12C39" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeParameter.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L14C9-L17C10" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeParameter.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L21C20-L21C41" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeParameter.Constraints", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L25C59-L25C109" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeParameter.CustomAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L27C71-L27C133" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeParameter.HasConstructorConstraint", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L29C48-L29C52" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L10C9-L10C49" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.#ctor(System.CodeDom.CodeTypeParameterCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.#ctor(System.CodeDom.CodeTypeParameter[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.Add(System.CodeDom.CodeTypeParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L28C52-L28C67" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L30C42-L30C75" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.AddRange(System.CodeDom.CodeTypeParameter[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L34C13-L43C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.AddRange(System.CodeDom.CodeTypeParameterCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L47C13-L57C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.Contains(System.CodeDom.CodeTypeParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L59C58-L59C78" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.CopyTo(System.CodeDom.CodeTypeParameter[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L61C69-L61C94" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.IndexOf(System.CodeDom.CodeTypeParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L63C56-L63C75" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.Insert(System.Int32,System.CodeDom.CodeTypeParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L65C67-L65C92" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.Remove(System.CodeDom.CodeTypeParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L67C56-L67C74" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeParameterCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L24C20-L24C50" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeParameterCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.CodeDom.CodeTypeReferenceOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeTypeReferenceOptions.GlobalReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeTypeReferenceOptions.GenericTypeParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeReferenceOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L36C9-L41C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L43C9-L68C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.Type,System.CodeDom.CodeTypeReferenceOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L70C97-L73C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.String,System.CodeDom.CodeTypeReferenceOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L75C9-L78C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L80C9-L83C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.String,System.CodeDom.CodeTypeReference[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L284C95-L290C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.CodeDom.CodeTypeParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L294C13-L297C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L300C9-L305C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.CodeDom.CodeTypeReference,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L307C9-L312C10" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeReference.ArrayElementType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L314C54-L314C58" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeReference.ArrayRank", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L316C32-L316C36" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeReference.BaseType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L324C17-L337C32" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeReference.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L346C51-L346C55" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeReference.TypeArguments", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L352C17-L357C77" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L18C9-L18C49" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.#ctor(System.CodeDom.CodeTypeReferenceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L20C9-L23C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.#ctor(System.CodeDom.CodeTypeReference[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L25C9-L28C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.Add(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L36C52-L36C67" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L38C42-L38C75" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.Add(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L40C40-L40C73" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.AddRange(System.CodeDom.CodeTypeReference[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L45C13-L57C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.AddRange(System.CodeDom.CodeTypeReferenceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L62C13-L75C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.Contains(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L77C58-L77C78" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.CopyTo(System.CodeDom.CodeTypeReference[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L79C69-L79C94" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.IndexOf(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L81C56-L81C75" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.Insert(System.Int32,System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L83C67-L83C92" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.Remove(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L85C56-L85C74" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeReferenceCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L32C19-L32C62" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeReferenceCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs#L10C9-L10C49" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceExpression.#ctor(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceExpression.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceExpression.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs#L22C9-L25C10" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeReferenceExpression.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs#L29C20-L29C55" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeVariableDeclarationStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L11C9-L11C54" - }, - { - "DocsId": "M:System.CodeDom.CodeVariableDeclarationStatement.#ctor(System.CodeDom.CodeTypeReference,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L13C9-L17C10" - }, - { - "DocsId": "M:System.CodeDom.CodeVariableDeclarationStatement.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L19C9-L23C10" - }, - { - "DocsId": "M:System.CodeDom.CodeVariableDeclarationStatement.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L25C9-L29C10" - }, - { - "DocsId": "M:System.CodeDom.CodeVariableDeclarationStatement.#ctor(System.CodeDom.CodeTypeReference,System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L31C9-L36C10" - }, - { - "DocsId": "M:System.CodeDom.CodeVariableDeclarationStatement.#ctor(System.String,System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L38C9-L43C10" - }, - { - "DocsId": "M:System.CodeDom.CodeVariableDeclarationStatement.#ctor(System.Type,System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L45C9-L50C10" - }, - { - "DocsId": "P:System.CodeDom.CodeVariableDeclarationStatement.InitExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L52C48-L52C52" - }, - { - "DocsId": "P:System.CodeDom.CodeVariableDeclarationStatement.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L56C20-L56C41" - }, - { - "DocsId": "P:System.CodeDom.CodeVariableDeclarationStatement.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L62C20-L62C55" - } - ], - "DocsId": "T:System.CodeDom.CodeVariableDeclarationStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeVariableReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableReferenceExpression.cs#L10C9-L10C53" - }, - { - "DocsId": "M:System.CodeDom.CodeVariableReferenceExpression.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableReferenceExpression.cs#L12C9-L15C10" - }, - { - "DocsId": "P:System.CodeDom.CodeVariableReferenceExpression.VariableName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableReferenceExpression.cs#L19C20-L19C49" - } - ], - "DocsId": "T:System.CodeDom.CodeVariableReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableReferenceExpression.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.CodeDom.FieldDirection.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/FieldDirection.cs" - }, - { - "DocsId": "F:System.CodeDom.FieldDirection.In", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/FieldDirection.cs" - }, - { - "DocsId": "F:System.CodeDom.FieldDirection.Out", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/FieldDirection.cs" - }, - { - "DocsId": "F:System.CodeDom.FieldDirection.Ref", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/FieldDirection.cs" - } - ], - "DocsId": "T:System.CodeDom.FieldDirection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/FieldDirection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.CodeDom.MemberAttributes.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.Abstract", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.Final", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.Static", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.Override", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.Const", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.New", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.Overloaded", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.Assembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.FamilyAndAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.Family", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.FamilyOrAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.Private", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.Public", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.AccessMask", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.ScopeMask", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.VTableMask", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - } - ], - "DocsId": "T:System.CodeDom.MemberAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.System#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromDom(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L13C13-L26C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.System#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromFile(System.CodeDom.Compiler.CompilerParameters,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L30C13-L43C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.System#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromSource(System.CodeDom.Compiler.CompilerParameters,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L47C13-L60C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.System#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromSourceBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L64C13-L77C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.System#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromFileBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L81C13-L104C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.System#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromDomBatch(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L108C13-L121C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.FromDom(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L129C13-L134C72" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.FromFile(System.CodeDom.Compiler.CompilerParameters,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L139C13-L151C71" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.FromSource(System.CodeDom.Compiler.CompilerParameters,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L156C13-L161C71" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.FromDomBatch(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L166C13-L194C54" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.FromFileBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L213C13-L222C55" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.ProcessCompilerOutputLine(System.CodeDom.Compiler.CompilerResults,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.CmdArgsFromParameters(System.CodeDom.Compiler.CompilerParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.GetResponseFileCmdArgs(System.CodeDom.Compiler.CompilerParameters,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L231C13-L240C52" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.FromSourceBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L245C13-L267C54" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.JoinStringArray(System.String[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L272C13-L294C34" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeCompiler.FileExtension", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeCompiler.CompilerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" - } - ], - "DocsId": "T:System.CodeDom.Compiler.CodeCompiler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateProvider(System.String,System.Collections.Generic.IDictionary{System.String,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L55C13-L56C65" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateProvider(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L61C13-L62C50" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GetLanguageFromExtension(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L67C13-L72C55" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.IsDefinedLanguage(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L75C66-L75C117" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.IsDefinedExtension(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L77C68-L77C121" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GetCompilerInfo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L81C13-L86C33" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GetAllCompilerInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L113C62-L113C89" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateGenerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateGenerator(System.IO.TextWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L123C77-L123C94" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateGenerator(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L125C75-L125C92" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateCompiler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateParser", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L132C54-L132C58" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GetConverter(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L134C65-L134C98" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromDom(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L137C13-L137C90" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromFile(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L140C13-L140C84" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromSource(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L143C13-L143C84" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.IsValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L146C13-L146C61" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateEscapedIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L149C13-L149C67" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L152C13-L152C65" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GetTypeOutput(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L155C13-L155C56" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.Supports(System.CodeDom.Compiler.GeneratorSupport)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L158C13-L158C63" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromExpression(System.CodeDom.CodeExpression,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L161C13-L161C92" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromStatement(System.CodeDom.CodeStatement,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L164C13-L164C90" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromNamespace(System.CodeDom.CodeNamespace,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L167C13-L167C94" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromCompileUnit(System.CodeDom.CodeCompileUnit,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L170C13-L170C94" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromType(System.CodeDom.CodeTypeDeclaration,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L173C13-L173C84" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromMember(System.CodeDom.CodeTypeMember,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L177C13-L177C75" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.Parse(System.IO.TextReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L181C13-L181C51" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeDomProvider.FileExtension", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L115C48-L115C60" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeDomProvider.LanguageOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L117C59-L117C79" - } - ], - "DocsId": "T:System.CodeDom.Compiler.CodeDomProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateDirectives(System.CodeDom.CodeDirectiveCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L105C9-L105C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateNamespaces(System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L229C41-L233C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateTypes(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L237C13-L250C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#Supports(System.CodeDom.Compiler.GeneratorSupport)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L252C67-L252C84" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#GenerateCodeFromType(System.CodeDom.CodeTypeDeclaration,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L256C13-L280C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#GenerateCodeFromExpression(System.CodeDom.CodeExpression,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L284C13-L308C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#GenerateCodeFromCompileUnit(System.CodeDom.CodeCompileUnit,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L312C13-L343C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#GenerateCodeFromNamespace(System.CodeDom.CodeNamespace,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L347C13-L371C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#GenerateCodeFromStatement(System.CodeDom.CodeStatement,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L375C13-L399C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateCodeFromMember(System.CodeDom.CodeTypeMember,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L403C13-L427C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#IsValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L429C64-L429C88" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#ValidateIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L431C65-L431C90" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#CreateEscapedIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L433C72-L433C102" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#CreateValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L435C70-L435C98" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#GetTypeOutput(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L437C72-L437C91" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateExpression(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L511C13-L619C116" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateSnippetCompileUnit(System.CodeDom.CodeSnippetCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L716C13-L737C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateCompileUnit(System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L799C13-L802C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateNamespace(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L806C13-L819C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateNamespaceImports(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L823C13-L841C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateStatement(System.CodeDom.CodeStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L880C13-L973C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateStatements(System.CodeDom.CodeStatementCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L977C13-L986C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputAttributeDeclarations(System.CodeDom.CodeAttributeDeclarationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L990C13-L1034C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputAttributeArgument(System.CodeDom.CodeAttributeArgument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1038C13-L1049C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputDirection(System.CodeDom.FieldDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L16707566C0-L1064C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputFieldScopeModifier(System.CodeDom.MemberAttributes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1068C13-L1088C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputMemberAccessModifier(System.CodeDom.MemberAttributes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1092C13-L1113C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputMemberScopeModifier(System.CodeDom.MemberAttributes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1117C13-L1151C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputType(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputTypeAttributes(System.Reflection.TypeAttributes,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1157C13-L1196C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputTypeNamePair(System.CodeDom.CodeTypeReference,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1200C13-L1203C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1205C66-L1205C85" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputExpressionList(System.CodeDom.CodeExpressionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1209C13-L1210C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputExpressionList(System.CodeDom.CodeExpressionCollection,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1214C13-L1232C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputOperator(System.CodeDom.CodeBinaryOperatorType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L16707566C0-L1290C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputParameters(System.CodeDom.CodeParameterDeclarationExpressionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1294C13-L1325C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateArrayCreateExpression(System.CodeDom.CodeArrayCreateExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateBaseReferenceExpression(System.CodeDom.CodeBaseReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateBinaryOperatorExpression(System.CodeDom.CodeBinaryOperatorExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1332C13-L1368C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.ContinueOnNewLine(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1370C64-L1370C84" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateCastExpression(System.CodeDom.CodeCastExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateDelegateCreateExpression(System.CodeDom.CodeDelegateCreateExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateFieldReferenceExpression(System.CodeDom.CodeFieldReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateArgumentReferenceExpression(System.CodeDom.CodeArgumentReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateVariableReferenceExpression(System.CodeDom.CodeVariableReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateIndexerExpression(System.CodeDom.CodeIndexerExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateArrayIndexerExpression(System.CodeDom.CodeArrayIndexerExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateSnippetExpression(System.CodeDom.CodeSnippetExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateMethodInvokeExpression(System.CodeDom.CodeMethodInvokeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateMethodReferenceExpression(System.CodeDom.CodeMethodReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateEventReferenceExpression(System.CodeDom.CodeEventReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateDelegateInvokeExpression(System.CodeDom.CodeDelegateInvokeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateObjectCreateExpression(System.CodeDom.CodeObjectCreateExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateParameterDeclarationExpression(System.CodeDom.CodeParameterDeclarationExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1388C13-L1401C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateDirectionExpression(System.CodeDom.CodeDirectionExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1405C13-L1412C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GeneratePrimitiveExpression(System.CodeDom.CodePrimitiveExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1416C13-L1474C111" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateSingleFloatValue(System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1478C69-L1478C128" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateDoubleValue(System.Double)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1480C65-L1480C124" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateDecimalValue(System.Decimal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1482C67-L1482C121" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateDefaultValueExpression(System.CodeDom.CodeDefaultValueExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1486C9-L1486C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GeneratePropertyReferenceExpression(System.CodeDom.CodePropertyReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GeneratePropertySetValueReferenceExpression(System.CodeDom.CodePropertySetValueReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateThisReferenceExpression(System.CodeDom.CodeThisReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateTypeReferenceExpression(System.CodeDom.CodeTypeReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1496C13-L1502C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateTypeOfExpression(System.CodeDom.CodeTypeOfExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1506C13-L1514C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateExpressionStatement(System.CodeDom.CodeExpressionStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateIterationStatement(System.CodeDom.CodeIterationStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateThrowExceptionStatement(System.CodeDom.CodeThrowExceptionStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateCommentStatement(System.CodeDom.CodeCommentStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1521C13-L1531C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateCommentStatements(System.CodeDom.CodeCommentStatementCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1535C13-L1544C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateComment(System.CodeDom.CodeComment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateMethodReturnStatement(System.CodeDom.CodeMethodReturnStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateConditionStatement(System.CodeDom.CodeConditionStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateTryCatchFinallyStatement(System.CodeDom.CodeTryCatchFinallyStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateAssignStatement(System.CodeDom.CodeAssignStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateAttachEventStatement(System.CodeDom.CodeAttachEventStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateRemoveEventStatement(System.CodeDom.CodeRemoveEventStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateGotoStatement(System.CodeDom.CodeGotoStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateLabeledStatement(System.CodeDom.CodeLabeledStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateSnippetStatement(System.CodeDom.CodeSnippetStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1558C13-L1564C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateVariableDeclarationStatement(System.CodeDom.CodeVariableDeclarationStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateLinePragmaStart(System.CodeDom.CodeLinePragma)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateLinePragmaEnd(System.CodeDom.CodeLinePragma)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateEvent(System.CodeDom.CodeMemberEvent,System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateField(System.CodeDom.CodeMemberField)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateSnippetMember(System.CodeDom.CodeSnippetTypeMember)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateEntryPointMethod(System.CodeDom.CodeEntryPointMethod,System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateMethod(System.CodeDom.CodeMemberMethod,System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateProperty(System.CodeDom.CodeMemberProperty,System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateConstructor(System.CodeDom.CodeConstructor,System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateTypeConstructor(System.CodeDom.CodeTypeConstructor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateTypeStart(System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateTypeEnd(System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateCompileUnitStart(System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1582C13-L1591C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateCompileUnitEnd(System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1595C13-L1604C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateNamespaceStart(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateNamespaceEnd(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateNamespaceImport(System.CodeDom.CodeNamespaceImport)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateAttributeDeclarationsStart(System.CodeDom.CodeAttributeDeclarationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateAttributeDeclarationsEnd(System.CodeDom.CodeAttributeDeclarationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.Supports(System.CodeDom.Compiler.GeneratorSupport)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.IsValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.ValidateIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1616C13-L1620C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.CreateEscapedIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.CreateValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GetTypeOutput(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.QuoteSnippetString(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.IsValidLanguageIndependentIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1627C82-L1627C137" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.ValidateIdentifiers(System.CodeDom.CodeObject)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1633C13-L1635C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.CurrentClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L21C55-L21C68" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.CurrentTypeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L23C45-L23C105" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.CurrentMember", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L25C51-L25C65" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.CurrentMemberName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L27C47-L27C109" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.IsCurrentInterface", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L29C46-L29C143" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.IsCurrentClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L31C42-L31C135" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.IsCurrentStruct", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L33C43-L33C137" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.IsCurrentEnum", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L35C41-L35C133" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.IsCurrentDelegate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L37C45-L37C103" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.Indent", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L41C20-L41C34" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.NullToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.Output", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L47C40-L47C47" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L49C51-L49C59" - } - ], - "DocsId": "T:System.CodeDom.Compiler.CodeGenerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.CodeGeneratorOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L11C9-L13C42" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGeneratorOptions.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L17C20-L17C35" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGeneratorOptions.IndentString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L25C17-L26C55" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGeneratorOptions.BracingStyle", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L35C17-L36C56" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGeneratorOptions.ElseOnClosing", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L45C17-L46C52" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGeneratorOptions.BlankLinesBetweenMembers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L55C17-L56C51" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGeneratorOptions.VerbatimOrder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L65C17-L66C52" - } - ], - "DocsId": "T:System.CodeDom.Compiler.CodeGeneratorOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.CodeParser.Parse(System.IO.TextReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeParser.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeParser.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeParser.cs" - } - ], - "DocsId": "T:System.CodeDom.Compiler.CodeParser", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeParser.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.CompilerError.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L10C34-L10C90" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerError.#ctor(System.String,System.Int32,System.Int32,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L12C9-L19C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerError.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L33C46-L35C111" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerError.Line", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L21C27-L21C31" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerError.Column", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L23C29-L23C33" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerError.ErrorNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L25C37-L25C41" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerError.ErrorText", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L27C35-L27C39" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerError.IsWarning", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L29C33-L29C37" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerError.FileName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L31C34-L31C38" - } - ], - "DocsId": "T:System.CodeDom.Compiler.CompilerError", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L10C9-L10C45" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.#ctor(System.CodeDom.Compiler.CompilerErrorCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.#ctor(System.CodeDom.Compiler.CompilerError[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.Add(System.CodeDom.Compiler.CompilerError)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L28C48-L28C63" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.AddRange(System.CodeDom.Compiler.CompilerError[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L32C13-L41C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.AddRange(System.CodeDom.Compiler.CompilerErrorCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L45C13-L55C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.Contains(System.CodeDom.Compiler.CompilerError)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L57C54-L57C74" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.CopyTo(System.CodeDom.Compiler.CompilerError[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L59C65-L59C90" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.IndexOf(System.CodeDom.Compiler.CompilerError)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L97C52-L97C71" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.Insert(System.Int32,System.CodeDom.Compiler.CompilerError)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L99C63-L99C88" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.Remove(System.CodeDom.Compiler.CompilerError)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L101C52-L101C70" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerErrorCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L24C20-L24C46" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerErrorCollection.HasErrors", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L65C17-L76C14" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerErrorCollection.HasWarnings", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L83C17-L94C14" - } - ], - "DocsId": "T:System.CodeDom.Compiler.CompilerErrorCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.CompilerInfo.GetLanguages", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L21C43-L21C79" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerInfo.GetExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L23C44-L23C81" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerInfo.CreateProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L51C13-L60C83" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerInfo.CreateProvider(System.Collections.Generic.IDictionary{System.String,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L65C13-L77C123" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerInfo.CreateDefaultCompilerParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L81C72-L81C97" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerInfo.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L89C46-L89C84" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerInfo.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L93C13-L98C88" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerInfo.CodeDomProviderType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L29C17-L37C30" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerInfo.IsCodeDomProviderTypeValid", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L41C51-L41C97" - } - ], - "DocsId": "T:System.CodeDom.Compiler.CompilerInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.CompilerParameters.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L12C39-L14C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerParameters.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L17C13-L19C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerParameters.#ctor(System.String[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L22C13-L24C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerParameters.#ctor(System.String[],System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L50C60-L34C10" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.CoreAssemblyFileName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L50C46-L50C50" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.GenerateExecutable", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L52C42-L52C46" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.GenerateInMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L54C40-L54C44" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.ReferencedAssemblies", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L56C56-L56C60" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.MainClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L57C35-L57C39" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.OutputAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L59C40-L59C44" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.TempFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L63C20-L63C59" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.IncludeDebugInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L67C47-L67C51" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.TreatWarningsAsErrors", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L69C45-L69C49" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.WarningLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L71C35-L71C39" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.CompilerOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L73C41-L73C45" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.Win32Resource", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L75C39-L75C43" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.EmbeddedResources", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L77C53-L77C57" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.LinkedResources", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L79C51-L79C55" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.UserToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L81C35-L81C39" - } - ], - "DocsId": "T:System.CodeDom.Compiler.CompilerParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.CompilerResults.#ctor(System.CodeDom.Compiler.TempFileCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L32C58-L16C10" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerResults.TempFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L18C47-L18C51" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerResults.CompiledAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L24C17-L28C42" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerResults.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L32C49-L32C53" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerResults.Output", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L34C42-L34C46" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerResults.PathToAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L36C40-L36C44" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerResults.NativeCompilerReturnValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L38C48-L38C52" - } - ], - "DocsId": "T:System.CodeDom.Compiler.CompilerResults", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.Executor.ExecWait(System.String,System.CodeDom.Compiler.TempFileCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs#L20C13-L22C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.Executor.ExecWaitWithCapture(System.IntPtr,System.String,System.CodeDom.Compiler.TempFileCollection,System.String@,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs#L25C13-L25C120" - }, - { - "DocsId": "M:System.CodeDom.Compiler.Executor.ExecWaitWithCapture(System.String,System.String,System.CodeDom.Compiler.TempFileCollection,System.String@,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs#L28C13-L28C104" - }, - { - "DocsId": "M:System.CodeDom.Compiler.Executor.ExecWaitWithCapture(System.String,System.CodeDom.Compiler.TempFileCollection,System.String@,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs#L31C13-L31C122" - }, - { - "DocsId": "M:System.CodeDom.Compiler.Executor.ExecWaitWithCapture(System.IntPtr,System.String,System.String,System.CodeDom.Compiler.TempFileCollection,System.String@,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs#L35C13-L98C10" - } - ], - "DocsId": "T:System.CodeDom.Compiler.Executor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.ArraysOfArrays", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.EntryPointMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.GotoStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.MultidimensionalArrays", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.StaticConstructors", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.TryCatchStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.ReturnTypeAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.DeclareValueTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.DeclareEnums", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.DeclareDelegates", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.DeclareInterfaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.DeclareEvents", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.AssemblyAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.ParameterAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.ReferenceParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.ChainedConstructorArguments", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.NestedTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.MultipleInterfaceMembers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.PublicStaticMembers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.ComplexExpressions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.Win32Resources", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.Resources", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.PartialTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.GenericTypeReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.GenericTypeDeclaration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.DeclareIndexerProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - } - ], - "DocsId": "T:System.CodeDom.Compiler.GeneratorSupport", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromDom(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromFile(System.CodeDom.Compiler.CompilerParameters,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSource(System.CodeDom.Compiler.CompilerParameters,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromDomBatch(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromFileBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSourceBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" - } - ], - "DocsId": "T:System.CodeDom.Compiler.ICodeCompiler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.IsValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.ValidateIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.CreateEscapedIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.CreateValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.GetTypeOutput(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.Supports(System.CodeDom.Compiler.GeneratorSupport)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromExpression(System.CodeDom.CodeExpression,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromStatement(System.CodeDom.CodeStatement,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromNamespace(System.CodeDom.CodeNamespace,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromCompileUnit(System.CodeDom.CodeCompileUnit,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromType(System.CodeDom.CodeTypeDeclaration,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" - } - ], - "DocsId": "T:System.CodeDom.Compiler.ICodeGenerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.ICodeParser.Parse(System.IO.TextReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeParser.cs" - } - ], - "DocsId": "T:System.CodeDom.Compiler.ICodeParser", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeParser.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.CodeDom.Compiler.LanguageOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/LanguageOptions.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.LanguageOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/LanguageOptions.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.LanguageOptions.CaseInsensitive", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/LanguageOptions.cs" - } - ], - "DocsId": "T:System.CodeDom.Compiler.LanguageOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/LanguageOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/IO/TempFileCollection.cs#L29C39-L31C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/IO/TempFileCollection.cs#L33C53-L35C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.#ctor(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/IO/TempFileCollection.cs#L37C9-L42C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.System#IDisposable#Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/IO/TempFileCollection.cs#L46C13-L48C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/IO/TempFileCollection.cs#L58C13-L59C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/IO/TempFileCollection.cs#L64C13-L65C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.AddExtension(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/IO/TempFileCollection.cs#L67C61-L67C99" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.AddExtension(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/IO/TempFileCollection.cs#L71C13-L78C29" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.AddFile(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/IO/TempFileCollection.cs#L83C13-L94C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/IO/TempFileCollection.cs#L96C47-L96C74" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/IO/TempFileCollection.cs#L98C52-L98C79" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/IO/TempFileCollection.cs#L100C60-L100C92" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.CopyTo(System.String[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/IO/TempFileCollection.cs#L102C62-L102C98" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/IO/TempFileCollection.cs#L106C34-L106C46" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/IO/TempFileCollection.cs#L108C40-L108C44" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/IO/TempFileCollection.cs#L110C44-L110C49" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/IO/TempFileCollection.cs#L179C13-L180C10" - }, - { - "DocsId": "P:System.CodeDom.Compiler.TempFileCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/IO/TempFileCollection.cs#L104C29-L104C41" - }, - { - "DocsId": "P:System.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/IO/TempFileCollection.cs#L106C34-L106C46" - }, - { - "DocsId": "P:System.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/IO/TempFileCollection.cs#L108C40-L108C44" - }, - { - "DocsId": "P:System.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/IO/TempFileCollection.cs#L110C44-L110C49" - }, - { - "DocsId": "P:System.CodeDom.Compiler.TempFileCollection.TempDir", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/IO/TempFileCollection.cs#L112C34-L112C58" - }, - { - "DocsId": "P:System.CodeDom.Compiler.TempFileCollection.BasePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/IO/TempFileCollection.cs#L118C17-L119C34" - }, - { - "DocsId": "P:System.CodeDom.Compiler.TempFileCollection.KeepFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/IO/TempFileCollection.cs#L169C33-L169C37" - } - ], - "DocsId": "T:System.CodeDom.Compiler.TempFileCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/IO/TempFileCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.VisualBasic.VBCodeProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L18C9-L21C10" - }, - { - "DocsId": "M:Microsoft.VisualBasic.VBCodeProvider.#ctor(System.Collections.Generic.IDictionary{System.String,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L23C9-L31C10" - }, - { - "DocsId": "M:Microsoft.VisualBasic.VBCodeProvider.CreateGenerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L38C61-L38C71" - }, - { - "DocsId": "M:Microsoft.VisualBasic.VBCodeProvider.CreateCompiler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L41C59-L41C69" - }, - { - "DocsId": "M:Microsoft.VisualBasic.VBCodeProvider.GetConverter(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L44C13-L46C36" - }, - { - "DocsId": "M:Microsoft.VisualBasic.VBCodeProvider.GenerateCodeFromMember(System.CodeDom.CodeTypeMember,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L49C13-L49C71" - }, - { - "DocsId": "P:Microsoft.VisualBasic.VBCodeProvider.FileExtension", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L33C49-L33C53" - }, - { - "DocsId": "P:Microsoft.VisualBasic.VBCodeProvider.LanguageOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L35C60-L35C91" - } - ], - "DocsId": "T:Microsoft.VisualBasic.VBCodeProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.CSharp.CSharpCodeProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L18C9-L21C10" - }, - { - "DocsId": "M:Microsoft.CSharp.CSharpCodeProvider.#ctor(System.Collections.Generic.IDictionary{System.String,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L23C9-L31C10" - }, - { - "DocsId": "M:Microsoft.CSharp.CSharpCodeProvider.CreateGenerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L36C61-L36C71" - }, - { - "DocsId": "M:Microsoft.CSharp.CSharpCodeProvider.CreateCompiler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L39C59-L39C69" - }, - { - "DocsId": "M:Microsoft.CSharp.CSharpCodeProvider.GetConverter(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L42C13-L44C36" - }, - { - "DocsId": "M:Microsoft.CSharp.CSharpCodeProvider.GenerateCodeFromMember(System.CodeDom.CodeTypeMember,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L47C13-L47C71" - }, - { - "DocsId": "P:Microsoft.CSharp.CSharpCodeProvider.FileExtension", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L33C49-L33C53" - } - ], - "DocsId": "T:Microsoft.CSharp.CSharpCodeProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.ComponentModel.Composition.Registration.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.ComponentModel.Composition.Registration.json deleted file mode 100644 index 7574ff87f51..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.ComponentModel.Composition.Registration.json +++ /dev/null @@ -1,270 +0,0 @@ -{ - "Assembly": "System.ComponentModel.Composition.Registration", - "GUID": "2C7D1EA3931D4E38A9D9C5758D77F407FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ExportBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L16C9-L16C35" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ExportBuilder.AsContractType``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L20C13-L20C46" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ExportBuilder.AsContractType(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L25C13-L26C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ExportBuilder.AsContractName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L31C13-L32C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ExportBuilder.Inherited", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L37C13-L38C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ExportBuilder.AddMetadata(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L43C13-L46C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ExportBuilder.AddMetadata(System.String,System.Func{System.Type,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L51C13-L54C25" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Registration.ExportBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L21C9-L21C35" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.AsContractType``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L25C13-L25C46" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.AsContractType(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L30C13-L31C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.AsContractName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L36C13-L37C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.AsMany(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L42C13-L44C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.AllowDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L49C13-L50C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.AllowRecomposition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L55C13-L56C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.RequiredCreationPolicy(System.ComponentModel.Composition.CreationPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L61C13-L62C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.Source(System.ComponentModel.Composition.ImportSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L67C13-L68C25" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Registration.ImportBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ParameterImportBuilder.Import``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ParameterImportBuilder.cs#L11C13-L11C28" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ParameterImportBuilder.Import``1(System.Action{System.ComponentModel.Composition.Registration.ImportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ParameterImportBuilder.cs#L16C13-L16C28" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ParameterImportBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ParameterImportBuilder.cs" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Registration.ParameterImportBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ParameterImportBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.Export", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L47C13-L47C33" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.Export(System.Action{System.ComponentModel.Composition.Registration.ExportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L52C13-L56C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.Export``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L61C13-L61C36" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.Export``1(System.Action{System.ComponentModel.Composition.Registration.ExportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L66C13-L70C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.SelectConstructor(System.Func{System.Reflection.ConstructorInfo[],System.Reflection.ConstructorInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L76C13-L76C63" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.SelectConstructor(System.Func{System.Reflection.ConstructorInfo[],System.Reflection.ConstructorInfo},System.Action{System.Reflection.ParameterInfo,System.ComponentModel.Composition.Registration.ImportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L82C13-L85C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ExportInterfaces(System.Predicate{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L91C13-L91C60" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ExportInterfaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L96C13-L96C54" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ExportInterfaces(System.Predicate{System.Type},System.Action{System.Type,System.ComponentModel.Composition.Registration.ExportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L102C13-L109C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ExportProperties(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L115C13-L120C59" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ExportProperties(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.ComponentModel.Composition.Registration.ExportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L126C13-L133C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ExportProperties``1(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L139C13-L144C62" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ExportProperties``1(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.ComponentModel.Composition.Registration.ExportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L150C13-L157C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ImportProperties(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L163C13-L168C59" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ImportProperties(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.ComponentModel.Composition.Registration.ImportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L174C13-L180C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ImportProperties``1(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L186C13-L191C62" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ImportProperties``1(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.ComponentModel.Composition.Registration.ImportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L197C13-L203C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.SetCreationPolicy(System.ComponentModel.Composition.CreationPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L208C13-L210C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.AddMetadata(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L215C13-L218C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.AddMetadata(System.String,System.Func{System.Type,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L223C13-L226C25" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Registration.PartBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.SelectConstructor(System.Linq.Expressions.Expression{System.Func{System.ComponentModel.Composition.Registration.ParameterImportBuilder,`0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L156C13-L164C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ExportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L170C13-L170C57" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ExportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.ComponentModel.Composition.Registration.ExportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L177C13-L185C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ExportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L190C13-L190C68" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ExportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.ComponentModel.Composition.Registration.ExportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L196C13-L204C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ImportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L209C13-L209C57" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ImportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.ComponentModel.Composition.Registration.ImportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L215C13-L223C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ImportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L228C13-L228C68" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ImportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.ComponentModel.Composition.Registration.ImportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L234C13-L242C25" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Registration.PartBuilder`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L23C9-L31C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.ForTypesDerivedFrom``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L35C13-L38C32" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.ForTypesDerivedFrom(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L16707566C0-L51C32" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.ForType``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L56C13-L59C32" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.ForType(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L16707566C0-L72C32" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.ForTypesMatching``1(System.Predicate{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L77C13-L85C32" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.ForTypesMatching(System.Predicate{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L90C13-L98C32" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.GetCustomAttributes(System.Reflection.MemberInfo,System.Collections.Generic.IEnumerable{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L132C13-L217C96" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.GetCustomAttributes(System.Reflection.ParameterInfo,System.Collections.Generic.IEnumerable{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L223C13-L226C96" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Registration.RegistrationBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.ComponentModel.Composition.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.ComponentModel.Composition.json deleted file mode 100644 index 2c78c6fe462..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.ComponentModel.Composition.json +++ /dev/null @@ -1,2130 +0,0 @@ -{ - "Assembly": "System.ComponentModel.Composition", - "GUID": "AE6DD325D1AE41E9B2BB2B5B824134DEFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.GetMetadataView``1(System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L21C13-L23C82" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.CreatePart(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L28C13-L30C72" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.CreatePart(System.Object,System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L35C13-L38C91" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.CreatePart(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L43C13-L52C108" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.CreatePartDefinition(System.Type,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L57C13-L59C86" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.CreatePartDefinition(System.Type,System.ComponentModel.Composition.Primitives.ICompositionElement,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L64C13-L71C97" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.GetTypeIdentity(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L77C13-L79C63" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.GetTypeIdentity(System.Reflection.MethodInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L84C13-L86C75" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.GetContractName(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L91C13-L93C66" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.AddExportedValue``1(System.ComponentModel.Composition.Hosting.CompositionBatch,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L98C13-L102C75" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.ComposeExportedValue``1(System.ComponentModel.Composition.Hosting.CompositionContainer,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L107C13-L112C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.AddExportedValue``1(System.ComponentModel.Composition.Hosting.CompositionBatch,System.String,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L16707566C0-L123C93" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.ComposeExportedValue``1(System.ComponentModel.Composition.Hosting.CompositionContainer,System.String,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L128C13-L133C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.AddPart(System.ComponentModel.Composition.Hosting.CompositionBatch,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L137C13-L145C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.ComposeParts(System.ComponentModel.Composition.Hosting.CompositionContainer,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L150C13-L158C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.SatisfyImportsOnce(System.ComponentModel.Composition.ICompositionService,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L180C13-L187C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.SatisfyImportsOnce(System.ComponentModel.Composition.ICompositionService,System.Object,System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L211C13-L219C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.Exports(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L232C13-L235C88" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.Exports``1(System.ComponentModel.Composition.Primitives.ComposablePartDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L248C13-L250C44" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.Imports(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L263C13-L266C88" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.Imports``1(System.ComponentModel.Composition.Primitives.ComposablePartDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L279C13-L281C44" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.Imports(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.Type,System.ComponentModel.Composition.Primitives.ImportCardinality)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L295C13-L298C107" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.Imports``1(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.ComponentModel.Composition.Primitives.ImportCardinality)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L312C13-L314C63" - } - ], - "DocsId": "T:System.ComponentModel.Composition.AttributedModelServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.CatalogReflectionContextAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CatalogReflectionContextAttribute.cs#L18C9-L23C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.CatalogReflectionContextAttribute.CreateReflectionContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CatalogReflectionContextAttribute.cs#L27C13-L46C38" - } - ], - "DocsId": "T:System.ComponentModel.Composition.CatalogReflectionContextAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CatalogReflectionContextAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ChangeRejectedException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs#L19C15-L21C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ChangeRejectedException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs#L27C15-L29C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ChangeRejectedException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs#L35C15-L37C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ChangeRejectedException.#ctor(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.CompositionError})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs#L44C15-L46C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ChangeRejectedException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs#L59C17-L61C35" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ChangeRejectedException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.CompositionContractMismatchException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionContractMismatchException.cs#L21C15-L23C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.CompositionContractMismatchException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionContractMismatchException.cs#L35C15-L37C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.CompositionContractMismatchException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionContractMismatchException.cs#L55C15-L57C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.CompositionContractMismatchException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionContractMismatchException.cs#L85C15-L87C10" - } - ], - "DocsId": "T:System.ComponentModel.Composition.CompositionContractMismatchException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionContractMismatchException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.CompositionError.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L32C15-L34C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.CompositionError.#ctor(System.String,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L53C15-L55C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.CompositionError.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L73C15-L75C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.CompositionError.#ctor(System.String,System.ComponentModel.Composition.Primitives.ICompositionElement,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L99C15-L101C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.CompositionError.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L165C13-L165C32" - }, - { - "DocsId": "P:System.ComponentModel.Composition.CompositionError.Element", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L120C19-L120C35" - }, - { - "DocsId": "P:System.ComponentModel.Composition.CompositionError.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L132C19-L132C39" - }, - { - "DocsId": "P:System.ComponentModel.Composition.CompositionError.Exception", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L144C19-L144C37" - } - ], - "DocsId": "T:System.ComponentModel.Composition.CompositionError", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.CompositionException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L30C19-L32C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.CompositionException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L44C15-L46C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.CompositionException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L64C15-L66C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.CompositionException.#ctor(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.CompositionError})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L87C15-L89C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.CompositionException.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L108C19-L108C34" - }, - { - "DocsId": "P:System.ComponentModel.Composition.CompositionException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L122C17-L130C46" - }, - { - "DocsId": "P:System.ComponentModel.Composition.CompositionException.RootCauses", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L138C17-L156C65" - } - ], - "DocsId": "T:System.ComponentModel.Composition.CompositionException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ComponentModel.Composition.CreationPolicy.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CreationPolicy.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.CreationPolicy.Any", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CreationPolicy.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.CreationPolicy.Shared", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CreationPolicy.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.CreationPolicy.NonShared", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CreationPolicy.cs" - } - ], - "DocsId": "T:System.ComponentModel.Composition.CreationPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CreationPolicy.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ExportAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L31C15-L33C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ExportAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L62C15-L64C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ExportAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L87C15-L89C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ExportAttribute.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L116C9-L120C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ExportAttribute.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L129C39-L129C43" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ExportAttribute.ContractType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L139C37-L139C41" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ExportAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ExportFactory`1.#ctor(System.Func{System.Tuple{`0,System.Action}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfT.cs#L10C9-L15C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ExportFactory`1.CreateExport", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfT.cs#L19C13-L20C109" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ExportFactory`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfT.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ExportFactory`2.#ctor(System.Func{System.Tuple{`0,System.Action}},`1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfTTMetadata.cs#L11C15-L14C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ExportFactory`2.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfTTMetadata.cs#L18C19-L18C36" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ExportFactory`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfTTMetadata.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ExportLifetimeContext`1.#ctor(`0,System.Action)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportLifetimeContextOfT.cs#L11C9-L15C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ExportLifetimeContext`1.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportLifetimeContextOfT.cs#L27C13-L28C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ExportLifetimeContext`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportLifetimeContextOfT.cs#L21C17-L21C31" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ExportLifetimeContext`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportLifetimeContextOfT.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ExportMetadataAttribute.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportMetadataAttribute.cs#L27C9-L31C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ExportMetadataAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportMetadataAttribute.cs#L41C13-L41C17" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ExportMetadataAttribute.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportMetadataAttribute.cs#L53C13-L53C17" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ExportMetadataAttribute.IsMultiple", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportMetadataAttribute.cs#L59C13-L59C17" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ExportMetadataAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportMetadataAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ICompositionService.SatisfyImportsOnce(System.ComponentModel.Composition.Primitives.ComposablePart)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ICompositionService.cs" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ICompositionService", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ICompositionService.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ImportAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L32C15-L34C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ImportAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L61C15-L63C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ImportAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L85C15-L87C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ImportAttribute.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L89C9-L93C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ImportAttribute.System#ComponentModel#Composition#IAttributedImport#get_Cardinality", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L186C17-L190C53" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportAttribute.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L102C39-L102C43" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportAttribute.ContractType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L113C37-L113C41" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportAttribute.AllowDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L135C36-L135C40" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportAttribute.AllowRecomposition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L148C42-L148C46" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportAttribute.RequiredCreationPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L164C56-L164C60" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportAttribute.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L180C38-L180C42" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportAttribute.System#ComponentModel#Composition#IAttributedImport#Cardinality", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L186C17-L190C53" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ImportAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ImportCardinalityMismatchException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportCardinalityMismatchException.cs#L24C15-L26C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ImportCardinalityMismatchException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportCardinalityMismatchException.cs#L38C15-L40C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ImportCardinalityMismatchException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportCardinalityMismatchException.cs#L58C15-L60C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ImportCardinalityMismatchException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportCardinalityMismatchException.cs#L88C15-L90C10" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ImportCardinalityMismatchException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportCardinalityMismatchException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ImportingConstructorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportingConstructorAttribute.cs#L22C9-L24C10" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ImportingConstructorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportingConstructorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ImportManyAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L32C15-L34C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ImportManyAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L61C15-L63C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ImportManyAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L85C15-L87C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ImportManyAttribute.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L89C9-L93C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ImportManyAttribute.System#ComponentModel#Composition#IAttributedImport#get_Cardinality", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L162C19-L162C55" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportManyAttribute.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L102C39-L102C43" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportManyAttribute.ContractType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L113C37-L113C41" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportManyAttribute.AllowRecomposition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L126C42-L126C46" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportManyAttribute.RequiredCreationPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L142C56-L142C60" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportManyAttribute.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L158C38-L158C42" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportManyAttribute.System#ComponentModel#Composition#IAttributedImport#Cardinality", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L162C19-L162C55" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ImportManyAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ComponentModel.Composition.ImportSource.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportSource.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.ImportSource.Any", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportSource.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.ImportSource.Local", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportSource.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.ImportSource.NonLocal", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportSource.cs" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ImportSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportSource.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.InheritedExportAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/InheritedExportAttribute.cs#L30C15-L32C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.InheritedExportAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/InheritedExportAttribute.cs#L60C15-L62C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.InheritedExportAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/InheritedExportAttribute.cs#L85C15-L87C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.InheritedExportAttribute.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/InheritedExportAttribute.cs#L115C15-L117C10" - } - ], - "DocsId": "T:System.ComponentModel.Composition.InheritedExportAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/InheritedExportAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.IPartImportsSatisfiedNotification.OnImportsSatisfied", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/IPartImportsSatisfiedNotification.cs" - } - ], - "DocsId": "T:System.ComponentModel.Composition.IPartImportsSatisfiedNotification", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/IPartImportsSatisfiedNotification.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.MetadataAttributeAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/MetadataAttributeAttribute.cs#L16C9-L18C10" - } - ], - "DocsId": "T:System.ComponentModel.Composition.MetadataAttributeAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/MetadataAttributeAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.MetadataViewImplementationAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/MetadataViewImplementationAttribute.cs#L26C9-L29C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.MetadataViewImplementationAttribute.ImplementationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/MetadataViewImplementationAttribute.cs#L39C43-L39C47" - } - ], - "DocsId": "T:System.ComponentModel.Composition.MetadataViewImplementationAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/MetadataViewImplementationAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.PartCreationPolicyAttribute.#ctor(System.ComponentModel.Composition.CreationPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartCreationPolicyAttribute.cs#L18C9-L21C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.PartCreationPolicyAttribute.CreationPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartCreationPolicyAttribute.cs#L31C48-L31C52" - } - ], - "DocsId": "T:System.ComponentModel.Composition.PartCreationPolicyAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartCreationPolicyAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.PartMetadataAttribute.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartMetadataAttribute.cs#L25C9-L29C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.PartMetadataAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartMetadataAttribute.cs#L39C13-L39C17" - }, - { - "DocsId": "P:System.ComponentModel.Composition.PartMetadataAttribute.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartMetadataAttribute.cs#L51C13-L51C17" - } - ], - "DocsId": "T:System.ComponentModel.Composition.PartMetadataAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartMetadataAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.PartNotDiscoverableAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartNotDiscoverableAttribute.cs#L16C9-L18C10" - } - ], - "DocsId": "T:System.ComponentModel.Composition.PartNotDiscoverableAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartNotDiscoverableAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ComponentModel.Composition.AdaptationConstants.AdapterContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AdaptationConstants.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.AdaptationConstants.AdapterFromContractMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AdaptationConstants.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.AdaptationConstants.AdapterToContractMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AdaptationConstants.cs" - } - ], - "DocsId": "T:System.ComponentModel.Composition.AdaptationConstants", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AdaptationConstants.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.#ctor(System.Reflection.MemberInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L19C13-L43C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.#ctor(System.Reflection.MemberTypes,System.Reflection.MemberInfo[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L47C13-L59C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.#ctor(System.Reflection.MemberTypes,System.Func{System.Reflection.MemberInfo[]})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L63C13-L69C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.GetAccessors", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L78C13-L91C32" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L96C13-L106C73" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L110C13-L110C57" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.Equals(System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L118C13-L134C63" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.op_Equality(System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo,System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L139C13-L139C39" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.op_Inequality(System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo,System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L144C13-L144C40" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.MemberType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L73C19-L73C38" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.GetPartType(System.ComponentModel.Composition.Primitives.ComposablePartDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L19C13-L27C63" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.IsDisposalRequired(System.ComponentModel.Composition.Primitives.ComposablePartDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L32C13-L40C64" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.GetExportingMember(System.ComponentModel.Composition.Primitives.ExportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L45C13-L55C67" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.GetImportingMember(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L60C13-L70C73" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.GetImportingParameter(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L75C13-L86C79" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.IsImportingParameter(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L91C13-L101C78" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.IsExportFactoryImportDefinition(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L106C13-L108C71" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.GetExportFactoryProductImportDefinition(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L113C13-L123C72" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.CreatePartDefinition(System.Lazy{System.Type},System.Boolean,System.Lazy{System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ImportDefinition}},System.Lazy{System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ExportDefinition}},System.Lazy{System.Collections.Generic.IDictionary{System.String,System.Object}},System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L134C13-L143C30" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.CreateExportDefinition(System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo,System.String,System.Lazy{System.Collections.Generic.IDictionary{System.String,System.Object}},System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L152C13-L158C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.CreateImportDefinition(System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Type}},System.ComponentModel.Composition.Primitives.ImportCardinality,System.Boolean,System.ComponentModel.Composition.CreationPolicy,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L171C13-L171C214" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.CreateImportDefinition(System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Type}},System.ComponentModel.Composition.Primitives.ImportCardinality,System.Boolean,System.ComponentModel.Composition.CreationPolicy,System.Collections.Generic.IDictionary{System.String,System.Object},System.Boolean,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L186C13-L197C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.CreateImportDefinition(System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Type}},System.ComponentModel.Composition.Primitives.ImportCardinality,System.Boolean,System.Boolean,System.ComponentModel.Composition.CreationPolicy,System.Collections.Generic.IDictionary{System.String,System.Object},System.Boolean,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L213C13-L243C29" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.CreateImportDefinition(System.Lazy{System.Reflection.ParameterInfo},System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Type}},System.ComponentModel.Composition.Primitives.ImportCardinality,System.ComponentModel.Composition.CreationPolicy,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L256C13-L256C192" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.CreateImportDefinition(System.Lazy{System.Reflection.ParameterInfo},System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Type}},System.ComponentModel.Composition.Primitives.ImportCardinality,System.ComponentModel.Composition.CreationPolicy,System.Collections.Generic.IDictionary{System.String,System.Object},System.Boolean,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L270C13-L298C29" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.TryMakeGenericPartDefinition(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.Collections.Generic.IEnumerable{System.Type},System.ComponentModel.Composition.Primitives.ComposablePartDefinition@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L304C13-L313C123" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePart.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs#L17C9-L19C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePart.Activate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs#L127C9-L127C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePart.GetExportedValue(System.ComponentModel.Composition.Primitives.ExportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePart.SetImport(System.ComponentModel.Composition.Primitives.ImportDefinition,System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.Export})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePart.ExportDefinitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePart.ImportDefinitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePart.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs#L111C17-L111C55" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Primitives.ComposablePart", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartCatalog.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L32C9-L34C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartCatalog.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L99C13-L117C49" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartCatalog.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L130C13-L132C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartCatalog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L136C13-L137C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartCatalog.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L160C13-L165C42" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartCatalog.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L170C13-L170C36" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePartCatalog.Parts", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L56C17-L67C40" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Primitives.ComposablePartCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartDefinition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs#L21C9-L23C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartDefinition.CreatePart", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePartDefinition.ExportDefinitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePartDefinition.ImportDefinitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePartDefinition.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs#L85C19-L85C57" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Primitives.ComposablePartDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L25C15-L27C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L54C95-L57C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L69C15-L71C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartException.#ctor(System.String,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L90C15-L92C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L110C15-L112C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartException.#ctor(System.String,System.ComponentModel.Composition.Primitives.ICompositionElement,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L136C15-L139C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L173C13-L175C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePartException.Element", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L150C19-L150C35" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Primitives.ComposablePartException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L24C9-L44C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.#ctor(System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Type}},System.ComponentModel.Composition.Primitives.ImportCardinality,System.Boolean,System.Boolean,System.ComponentModel.Composition.CreationPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L103C15-L105C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.#ctor(System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Type}},System.ComponentModel.Composition.Primitives.ImportCardinality,System.Boolean,System.Boolean,System.ComponentModel.Composition.CreationPolicy,System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L24C9-L177C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.IsConstraintSatisfiedBy(System.ComponentModel.Composition.Primitives.ExportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L297C13-L304C60" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L362C13-L379C34" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.RequiredTypeIdentity", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L189C19-L189C48" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.RequiredMetadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L213C17-L216C42" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.RequiredCreationPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L252C19-L252C50" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.Constraint", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L273C13-L273C142" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.Export.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L21C9-L34C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.Export.#ctor(System.String,System.Func{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L59C15-L61C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.Export.#ctor(System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.Func{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L92C15-L94C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.Export.#ctor(System.ComponentModel.Composition.Primitives.ExportDefinition,System.Func{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L21C9-L122C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.Export.GetExportedValueCore", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L237C13-L242C89" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.Export.Definition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L144C17-L149C83" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.Export.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L175C17-L175C44" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.Export.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L202C17-L208C39" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Primitives.Export", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ExportDefinition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs#L17C9-L32C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ExportDefinition.#ctor(System.String,System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs#L17C9-L64C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ExportDefinition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs#L133C13-L133C33" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ExportDefinition.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs#L86C17-L91C85" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ExportDefinition.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs#L121C17-L121C34" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Primitives.ExportDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ExportedDelegate.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportedDelegate.cs#L16C9-L16C41" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ExportedDelegate.#ctor(System.Object,System.Reflection.MethodInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportedDelegate.cs#L18C9-L24C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ExportedDelegate.CreateDelegate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportedDelegate.cs#L28C13-L43C10" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Primitives.ExportedDelegate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportedDelegate.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ICompositionElement.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ICompositionElement.cs" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ICompositionElement.Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ICompositionElement.cs" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Primitives.ICompositionElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ICompositionElement.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ComponentModel.Composition.Primitives.ImportCardinality.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportCardinality.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.Primitives.ImportCardinality.ZeroOrOne", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportCardinality.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.Primitives.ImportCardinality.ExactlyOne", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportCardinality.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.Primitives.ImportCardinality.ZeroOrMore", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportCardinality.cs" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Primitives.ImportCardinality", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportCardinality.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ImportDefinition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L20C9-L40C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ImportDefinition.#ctor(System.Linq.Expressions.Expression{System.Func{System.ComponentModel.Composition.Primitives.ExportDefinition,System.Boolean}},System.String,System.ComponentModel.Composition.Primitives.ImportCardinality,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L82C15-L87C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ImportDefinition.#ctor(System.Linq.Expressions.Expression{System.Func{System.ComponentModel.Composition.Primitives.ExportDefinition,System.Boolean}},System.String,System.ComponentModel.Composition.Primitives.ImportCardinality,System.Boolean,System.Boolean,System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L90C15-L95C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ImportDefinition.IsConstraintSatisfiedBy(System.ComponentModel.Composition.Primitives.ExportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L264C13-L268C65" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ImportDefinition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L279C13-L279C47" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ImportDefinition.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L135C17-L135C38" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ImportDefinition.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L165C17-L165C34" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ImportDefinition.Cardinality", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L180C19-L180C39" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ImportDefinition.Constraint", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L204C17-L209C83" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ImportDefinition.IsPrerequisite", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L224C19-L224C42" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ImportDefinition.IsRecomposable", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L237C19-L237C42" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Primitives.ImportDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L28C15-L30C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L47C15-L49C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.#ctor(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ComposablePartCatalog})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L63C9-L68C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L121C13-L152C70" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L180C17-L192C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L196C13-L196C77" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.OnChanged(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L207C13-L208C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.OnChanging(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L218C13-L219C10" - }, - { - "DocsId": "E:System.ComponentModel.Composition.Hosting.AggregateCatalog.Changed", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L77C17-L78C14" - }, - { - "DocsId": "E:System.ComponentModel.Composition.Hosting.AggregateCatalog.Changing", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L92C17-L93C14" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.AggregateCatalog.Catalogs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L169C17-L172C34" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.AggregateCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateExportProvider.#ctor(System.ComponentModel.Composition.Hosting.ExportProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L37C9-L66C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateExportProvider.#ctor(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Hosting.ExportProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L83C15-L85C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateExportProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L92C13-L94C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateExportProvider.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L102C13-L113C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateExportProvider.GetExportsCore(System.ComponentModel.Composition.Primitives.ImportDefinition,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L158C13-L203C36" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.AggregateExportProvider.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L129C17-L132C43" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.AggregateExportProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L19C9-L23C40" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.#ctor(System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L19C9-L30C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.#ctor(System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L19C9-L37C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.#ctor(System.Reflection.ReflectionContext,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L19C9-L46C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L111C17-L127C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L131C13-L133C49" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L157C13-L161C56" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L184C13-L184C37" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L195C19-L195C43" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L206C19-L206C31" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.ApplicationCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L195C19-L195C43" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.ApplicationCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L206C19-L206C31" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.ApplicationCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L79C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.String,System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L137C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.String,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L193C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.String,System.Reflection.ReflectionContext,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L259C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.Reflection.Assembly,System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L292C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.Reflection.Assembly,System.Reflection.ReflectionContext,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L333C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L356C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.Reflection.Assembly,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L387C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L427C13-L427C56" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L484C19-L484C43" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L495C19-L495C31" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L506C13-L506C37" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L513C17-L525C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L529C13-L529C49" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.AssemblyCatalog.Assembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L472C17-L472C34" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.AssemblyCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L484C19-L484C43" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.AssemblyCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L495C19-L495C31" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.AssemblyCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L47C15-L49C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.#ctor(System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L51C9-L60C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.SetValue(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L64C13-L71C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.TryGetValue``1(System.Object,``0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L75C13-L75C55" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.TryGetValue``1(System.Object,System.Boolean,``0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L80C13-L85C84" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.AddCompleteAction(System.Action)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L90C13-L98C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.AddRevertAction(System.Action)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L102C13-L110C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.Complete", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L114C13-L127C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L131C13-L133C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L137C13-L183C10" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.AtomicComposition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CatalogExportProvider.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L63C15-L65C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CatalogExportProvider.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L68C15-L70C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CatalogExportProvider.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.ComponentModel.Composition.Hosting.CompositionOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L39C9-L97C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CatalogExportProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L204C13-L206C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CatalogExportProvider.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L214C13-L275C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CatalogExportProvider.GetExportsCore(System.ComponentModel.Composition.Primitives.ImportDefinition,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L299C13-L308C29" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.CatalogExportProvider.Catalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L115C17-L118C33" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.CatalogExportProvider.SourceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L154C17-L159C14" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.CatalogExportProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CatalogExtensions.CreateCompositionService(System.ComponentModel.Composition.Primitives.ComposablePartCatalog)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExtensions.cs#L18C13-L20C66" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.CatalogExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs.#ctor(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ComposablePartDefinition},System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ComposablePartDefinition},System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartCatalogChangeEventArgs.cs#L41C9-L50C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs.AddedDefinitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartCatalogChangeEventArgs.cs#L65C17-L65C42" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs.RemovedDefinitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartCatalogChangeEventArgs.cs#L82C17-L82C44" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs.AtomicComposition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartCatalogChangeEventArgs.cs#L98C55-L98C59" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartCatalogChangeEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L30C13-L32C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L35C15-L37C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.#ctor(System.ComponentModel.Composition.Hosting.CompositionOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L17C9-L48C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L55C13-L57C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L65C13-L97C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.GetExportsCore(System.ComponentModel.Composition.Primitives.ImportDefinition,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L199C13-L228C28" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.Compose(System.ComponentModel.Composition.Hosting.CompositionBatch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L233C13-L313C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.SourceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L131C17-L133C40" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionBatch.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L26C13-L28C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionBatch.#ctor(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ComposablePart},System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ComposablePart})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L14C9-L64C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionBatch.AddPart(System.ComponentModel.Composition.Primitives.ComposablePart)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L111C13-L122C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionBatch.RemovePart(System.ComponentModel.Composition.Primitives.ComposablePart)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L135C13-L146C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionBatch.AddExport(System.ComponentModel.Composition.Primitives.Export)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L165C13-L171C25" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.CompositionBatch.PartsToAdd", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L74C17-L80C14" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.CompositionBatch.PartsToRemove", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L91C17-L97C14" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.CompositionBatch", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionConstants.PartCreationPolicyMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionConstants.ImportSourceMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionConstants.IsGenericPartMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionConstants.GenericContractMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionConstants.GenericParametersMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionConstants.ExportTypeIdentityMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.CompositionConstants", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L36C15-L38C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.#ctor(System.ComponentModel.Composition.Hosting.ExportProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L54C13-L56C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.#ctor(System.ComponentModel.Composition.Hosting.CompositionOptions,System.ComponentModel.Composition.Hosting.ExportProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L75C13-L77C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.ComponentModel.Composition.Hosting.ExportProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L94C13-L96C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.Boolean,System.ComponentModel.Composition.Hosting.ExportProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L116C15-L118C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.ComponentModel.Composition.Hosting.CompositionOptions,System.ComponentModel.Composition.Hosting.ExportProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L29C9-L227C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L298C13-L300C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L308C13-L366C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.Compose(System.ComponentModel.Composition.Hosting.CompositionBatch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L370C13-L374C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.ReleaseExport(System.ComponentModel.Composition.Primitives.Export)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L397C13-L403C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.ReleaseExport``1(System.Lazy{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L426C13-L432C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.ReleaseExports(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.Export})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L447C13-L453C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.ReleaseExports``1(System.Collections.Generic.IEnumerable{System.Lazy{``0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L468C13-L474C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.ReleaseExports``2(System.Collections.Generic.IEnumerable{System.Lazy{``0,``1}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L489C13-L495C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.SatisfyImportsOnce(System.ComponentModel.Composition.Primitives.ComposablePart)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L516C13-L534C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.GetExportsCore(System.ComponentModel.Composition.Primitives.ImportDefinition,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L568C13-L598C28" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.CompositionContainer.Catalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L254C17-L256C56" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.CompositionContainer.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L286C17-L289C35" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.CompositionContainer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionOptions.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionOptions.DisableSilentRejection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionOptions.IsThreadSafe", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionOptions.ExportCompositionService", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.CompositionOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L18C9-L24C51" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Hosting.CompositionScopeDefinition})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L18C9-L37C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Hosting.CompositionScopeDefinition},System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ExportDefinition})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L18C9-L52C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L87C17-L103C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L152C13-L152C45" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L181C13-L184C52" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.OnChanged(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L226C13-L227C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.OnChanging(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L235C13-L236C10" - }, - { - "DocsId": "E:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.Changed", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs" - }, - { - "DocsId": "E:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.Changing", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.Children", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L113C17-L115C34" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.PublicSurface", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L135C17-L141C39" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionService.SatisfyImportsOnce(System.ComponentModel.Composition.Primitives.ComposablePart)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionService.cs#L49C13-L55C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionService.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionService.cs#L59C13-L70C10" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.CompositionService", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionService.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L73C15-L75C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String,System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L112C15-L114C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L150C15-L152C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String,System.Reflection.ReflectionContext,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L193C15-L195C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L31C9-L237C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String,System.String,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L31C9-L282C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String,System.String,System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L31C9-L332C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String,System.String,System.Reflection.ReflectionContext,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L31C9-L387C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L459C17-L496C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L500C13-L500C127" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L16707566C0-L528C93" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.OnChanged(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L539C13-L540C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.OnChanging(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L550C13-L551C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.Refresh", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L568C13-L648C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L658C13-L658C37" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L790C19-L790C43" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L801C19-L801C31" - }, - { - "DocsId": "E:System.ComponentModel.Composition.Hosting.DirectoryCatalog.Changed", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs" - }, - { - "DocsId": "E:System.ComponentModel.Composition.Hosting.DirectoryCatalog.Changing", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.DirectoryCatalog.FullPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L398C17-L398C34" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.DirectoryCatalog.LoadedFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L409C17-L414C14" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.DirectoryCatalog.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L426C17-L426C30" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.DirectoryCatalog.SearchPattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L437C17-L437C39" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.DirectoryCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L790C19-L790C43" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.DirectoryCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L801C19-L801C31" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.DirectoryCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L21C9-L23C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L65C13-L65C49" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L99C13-L114C139" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.TryGetExports(System.ComponentModel.Composition.Primitives.ImportDefinition,System.ComponentModel.Composition.Hosting.AtomicComposition,System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.Export}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L146C13-L149C67" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExportsCore(System.ComponentModel.Composition.Primitives.ImportDefinition,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.OnExportsChanged(System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L184C13-L190C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.OnExportsChanging(System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L200C13-L206C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExport``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L61C13-L61C48" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExport``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L112C13-L112C51" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExport``2", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L162C13-L162C63" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExport``2(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L213C13-L213C66" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExports(System.Type,System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L263C13-L272C27" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExports``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L309C13-L309C49" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExports``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L350C13-L350C52" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExports``2", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L388C13-L388C64" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExports``2(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L430C13-L430C67" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValue``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L478C13-L478C55" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValue``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L528C13-L528C88" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValueOrDefault``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L578C13-L578C64" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValueOrDefault``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L628C13-L628C87" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValues``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L667C13-L667C56" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValues``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L708C13-L708C59" - }, - { - "DocsId": "E:System.ComponentModel.Composition.Hosting.ExportProvider.ExportsChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs" - }, - { - "DocsId": "E:System.ComponentModel.Composition.Hosting.ExportProvider.ExportsChanging", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.ExportProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs.#ctor(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ExportDefinition},System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ExportDefinition},System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs#L44C9-L53C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs.AddedExports", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs#L68C17-L68C38" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs.RemovedExports", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs#L85C17-L85C40" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs.ChangedContractNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs#L97C13-L101C49" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs.AtomicComposition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs#L116C55-L116C59" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.Func{System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L28C13-L30C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L56C17-L88C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L92C13-L92C65" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L151C13-L163C28" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.OnChanged(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L182C13-L183C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.OnChanging(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L191C13-L192C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.IncludeDependencies", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.Traversal.cs#L19C13-L19C92" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.IncludeDependencies(System.Func{System.ComponentModel.Composition.Primitives.ImportDefinition,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.Traversal.cs#L30C13-L33C76" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.IncludeDependents", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.Traversal.cs#L42C13-L42C90" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.IncludeDependents(System.Func{System.ComponentModel.Composition.Primitives.ImportDefinition,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.Traversal.cs#L53C13-L56C74" - }, - { - "DocsId": "E:System.ComponentModel.Composition.Hosting.FilteredCatalog.Changed", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.IComposablePartCatalogTraversal.cs" - }, - { - "DocsId": "E:System.ComponentModel.Composition.Hosting.FilteredCatalog.Changing", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.IComposablePartCatalogTraversal.cs" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.FilteredCatalog.Complement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L103C17-L121C36" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.FilteredCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.#ctor(System.ComponentModel.Composition.Hosting.ExportProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L38C15-L40C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.#ctor(System.ComponentModel.Composition.Hosting.ExportProvider,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L43C15-L45C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.#ctor(System.ComponentModel.Composition.Hosting.ExportProvider,System.ComponentModel.Composition.Hosting.CompositionOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L24C9-L55C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.PreviewImports(System.ComponentModel.Composition.Primitives.ComposablePart,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L16707566C0-L134C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.SatisfyImports(System.ComponentModel.Composition.Primitives.ComposablePart)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L158C13-L174C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.SatisfyImportsOnce(System.ComponentModel.Composition.Primitives.ComposablePart)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L195C13-L211C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.ReleaseImports(System.ComponentModel.Composition.Primitives.ComposablePart,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L229C13-L241C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L248C13-L250C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L258C13-L288C10" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.ImportEngine", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs" - }, - { - "Members": [ - { - "DocsId": "E:System.ComponentModel.Composition.Hosting.INotifyComposablePartCatalogChanged.Changed", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/INotifyComposablePartCatalogChanged.cs" - }, - { - "DocsId": "E:System.ComponentModel.Composition.Hosting.INotifyComposablePartCatalogChanged.Changing", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/INotifyComposablePartCatalogChanged.cs" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.INotifyComposablePartCatalogChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/INotifyComposablePartCatalogChanged.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ScopingExtensions.Exports(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L21C13-L32C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ScopingExtensions.Imports(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L44C13-L56C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ScopingExtensions.Imports(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.String,System.ComponentModel.Composition.Primitives.ImportCardinality)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L69C13-L81C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ScopingExtensions.ContainsPartMetadataWithKey(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L93C13-L96C51" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ScopingExtensions.ContainsPartMetadata``1(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.String,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L111C13-L126C26" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ScopingExtensions.Filter(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.Func{System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L137C13-L140C57" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.ScopingExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.#ctor(System.Type[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L52C51-L54C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.#ctor(System.Collections.Generic.IEnumerable{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L27C9-L82C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.#ctor(System.Collections.Generic.IEnumerable{System.Type},System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L27C9-L110C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.#ctor(System.Collections.Generic.IEnumerable{System.Type},System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L27C9-L139C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.#ctor(System.Collections.Generic.IEnumerable{System.Type},System.Reflection.ReflectionContext,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L27C9-L172C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L225C13-L226C50" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L237C19-L237C43" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L248C19-L248C31" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L344C13-L344C37" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L349C13-L355C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.TypeCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L237C19-L237C43" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.TypeCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L248C19-L248C31" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.TypeCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Composition.AttributedModel.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Composition.AttributedModel.json deleted file mode 100644 index 51d4a25cf72..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Composition.AttributedModel.json +++ /dev/null @@ -1,220 +0,0 @@ -{ - "Assembly": "System.Composition.AttributedModel", - "GUID": "A1945AD62AF74C0AAB258E9BC39687D4FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Composition.ExportAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L19C36-L21C10" - }, - { - "DocsId": "M:System.Composition.ExportAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L33C53-L35C10" - }, - { - "DocsId": "M:System.Composition.ExportAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L46C55-L48C10" - }, - { - "DocsId": "M:System.Composition.ExportAttribute.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L64C9-L68C10" - }, - { - "DocsId": "P:System.Composition.ExportAttribute.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L77C38-L77C42" - }, - { - "DocsId": "P:System.Composition.ExportAttribute.ContractType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L87C36-L87C40" - } - ], - "DocsId": "T:System.Composition.ExportAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.ExportMetadataAttribute.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportMetadataAttribute.cs#L27C9-L31C10" - }, - { - "DocsId": "P:System.Composition.ExportMetadataAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportMetadataAttribute.cs#L39C30-L39C34" - }, - { - "DocsId": "P:System.Composition.ExportMetadataAttribute.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportMetadataAttribute.cs#L47C31-L47C35" - } - ], - "DocsId": "T:System.Composition.ExportMetadataAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportMetadataAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.ImportAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportAttribute.cs#L19C36-L21C10" - }, - { - "DocsId": "M:System.Composition.ImportAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportAttribute.cs#L31C9-L34C10" - }, - { - "DocsId": "P:System.Composition.ImportAttribute.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportAttribute.cs#L43C38-L43C42" - }, - { - "DocsId": "P:System.Composition.ImportAttribute.AllowDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportAttribute.cs#L50C36-L50C40" - } - ], - "DocsId": "T:System.Composition.ImportAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.ImportingConstructorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportingConstructorAttribute.cs#L20C9-L22C10" - } - ], - "DocsId": "T:System.Composition.ImportingConstructorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportingConstructorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.ImportManyAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportManyAttribute.cs#L19C40-L21C10" - }, - { - "DocsId": "M:System.Composition.ImportManyAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportManyAttribute.cs#L31C9-L34C10" - }, - { - "DocsId": "P:System.Composition.ImportManyAttribute.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportManyAttribute.cs#L43C38-L43C42" - } - ], - "DocsId": "T:System.Composition.ImportManyAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportManyAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.ImportMetadataConstraintAttribute.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportMetadataConstraintAttribute.cs#L17C9-L21C10" - }, - { - "DocsId": "P:System.Composition.ImportMetadataConstraintAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportMetadataConstraintAttribute.cs#L26C30-L26C34" - }, - { - "DocsId": "P:System.Composition.ImportMetadataConstraintAttribute.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportMetadataConstraintAttribute.cs#L31C31-L31C35" - } - ], - "DocsId": "T:System.Composition.ImportMetadataConstraintAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportMetadataConstraintAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.MetadataAttributeAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/MetadataAttributeAttribute.cs#L17C9-L19C10" - } - ], - "DocsId": "T:System.Composition.MetadataAttributeAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/MetadataAttributeAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.OnImportsSatisfiedAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/OnImportsSatisfiedAttribute.cs" - } - ], - "DocsId": "T:System.Composition.OnImportsSatisfiedAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/OnImportsSatisfiedAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.PartMetadataAttribute.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartMetadataAttribute.cs#L24C9-L28C10" - }, - { - "DocsId": "P:System.Composition.PartMetadataAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartMetadataAttribute.cs#L36C30-L36C34" - }, - { - "DocsId": "P:System.Composition.PartMetadataAttribute.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartMetadataAttribute.cs#L44C31-L44C35" - } - ], - "DocsId": "T:System.Composition.PartMetadataAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartMetadataAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.PartNotDiscoverableAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartNotDiscoverableAttribute.cs#L15C9-L17C10" - } - ], - "DocsId": "T:System.Composition.PartNotDiscoverableAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartNotDiscoverableAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.SharedAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharedAttribute.cs#L23C36-L25C10" - }, - { - "DocsId": "M:System.Composition.SharedAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharedAttribute.cs#L32C62-L34C10" - }, - { - "DocsId": "P:System.Composition.SharedAttribute.SharingBoundary", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharedAttribute.cs#L39C42-L39C60" - } - ], - "DocsId": "T:System.Composition.SharedAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharedAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.SharingBoundaryAttribute.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharingBoundaryAttribute.cs#L30C9-L33C10" - }, - { - "DocsId": "P:System.Composition.SharingBoundaryAttribute.SharingBoundaryNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharingBoundaryAttribute.cs#L38C67-L38C106" - } - ], - "DocsId": "T:System.Composition.SharingBoundaryAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharingBoundaryAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Convention.AttributedModelProvider.GetCustomAttributes(System.Type,System.Reflection.MemberInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/Convention/AttributedModelProvider.cs" - }, - { - "DocsId": "M:System.Composition.Convention.AttributedModelProvider.GetCustomAttributes(System.Type,System.Reflection.ParameterInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/Convention/AttributedModelProvider.cs" - }, - { - "DocsId": "M:System.Composition.Convention.AttributedModelProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/Convention/AttributedModelProvider.cs" - } - ], - "DocsId": "T:System.Composition.Convention.AttributedModelProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.AttributedModel/src/System/Composition/Convention/AttributedModelProvider.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Composition.Convention.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Composition.Convention.json deleted file mode 100644 index 0c86c25941c..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Composition.Convention.json +++ /dev/null @@ -1,266 +0,0 @@ -{ - "Assembly": "System.Composition.Convention", - "GUID": "B77B32D334214497A27CC2FDFA404E7DFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Composition.Convention.ConventionBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L16C9-L27C10" - }, - { - "DocsId": "M:System.Composition.Convention.ConventionBuilder.ForTypesDerivedFrom``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L37C13-L39C32" - }, - { - "DocsId": "M:System.Composition.Convention.ConventionBuilder.ForTypesDerivedFrom(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L16707566C0-L57C32" - }, - { - "DocsId": "M:System.Composition.Convention.ConventionBuilder.ForType``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L67C13-L69C32" - }, - { - "DocsId": "M:System.Composition.Convention.ConventionBuilder.ForType(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L16707566C0-L86C32" - }, - { - "DocsId": "M:System.Composition.Convention.ConventionBuilder.ForTypesMatching``1(System.Predicate{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L98C13-L105C32" - }, - { - "DocsId": "M:System.Composition.Convention.ConventionBuilder.ForTypesMatching(System.Predicate{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L116C13-L123C32" - }, - { - "DocsId": "M:System.Composition.Convention.ConventionBuilder.GetCustomAttributes(System.Type,System.Reflection.MemberInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L161C13-L244C110" - }, - { - "DocsId": "M:System.Composition.Convention.ConventionBuilder.GetCustomAttributes(System.Type,System.Reflection.ParameterInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L301C13-L308C96" - } - ], - "DocsId": "T:System.Composition.Convention.ConventionBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Convention.ExportConventionBuilder.AsContractType``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L33C13-L33C46" - }, - { - "DocsId": "M:System.Composition.Convention.ExportConventionBuilder.AsContractType(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L43C13-L49C25" - }, - { - "DocsId": "M:System.Composition.Convention.ExportConventionBuilder.AsContractName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L59C13-L69C25" - }, - { - "DocsId": "M:System.Composition.Convention.ExportConventionBuilder.AsContractName(System.Func{System.Type,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L79C13-L85C25" - }, - { - "DocsId": "M:System.Composition.Convention.ExportConventionBuilder.AddMetadata(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L96C13-L108C25" - }, - { - "DocsId": "M:System.Composition.Convention.ExportConventionBuilder.AddMetadata(System.String,System.Func{System.Type,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L119C13-L135C25" - } - ], - "DocsId": "T:System.Composition.Convention.ExportConventionBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Convention.ImportConventionBuilder.AsContractName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L33C13-L43C25" - }, - { - "DocsId": "M:System.Composition.Convention.ImportConventionBuilder.AsContractName(System.Func{System.Type,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L53C13-L59C25" - }, - { - "DocsId": "M:System.Composition.Convention.ImportConventionBuilder.AsMany", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L68C13-L68C33" - }, - { - "DocsId": "M:System.Composition.Convention.ImportConventionBuilder.AsMany(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L78C13-L79C25" - }, - { - "DocsId": "M:System.Composition.Convention.ImportConventionBuilder.AllowDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L89C13-L90C25" - }, - { - "DocsId": "M:System.Composition.Convention.ImportConventionBuilder.AddMetadataConstraint(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L101C13-L113C25" - }, - { - "DocsId": "M:System.Composition.Convention.ImportConventionBuilder.AddMetadataConstraint(System.String,System.Func{System.Type,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L124C13-L140C25" - } - ], - "DocsId": "T:System.Composition.Convention.ImportConventionBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Convention.ParameterImportConventionBuilder.Import``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ParameterImportConventionBuilder.cs#L21C13-L21C28" - }, - { - "DocsId": "M:System.Composition.Convention.ParameterImportConventionBuilder.Import``1(System.Action{System.Composition.Convention.ImportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ParameterImportConventionBuilder.cs#L32C13-L32C28" - } - ], - "DocsId": "T:System.Composition.Convention.ParameterImportConventionBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ParameterImportConventionBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.Export", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L56C13-L58C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.Export(System.Action{System.Composition.Convention.ExportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L68C13-L76C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.Export``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L85C13-L87C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.Export``1(System.Action{System.Composition.Convention.ExportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L97C13-L105C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.SelectConstructor(System.Func{System.Collections.Generic.IEnumerable{System.Reflection.ConstructorInfo},System.Reflection.ConstructorInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L115C13-L121C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.SelectConstructor(System.Func{System.Collections.Generic.IEnumerable{System.Reflection.ConstructorInfo},System.Reflection.ConstructorInfo},System.Action{System.Reflection.ParameterInfo,System.Composition.Convention.ImportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L133C13-L140C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ExportInterfaces(System.Predicate{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L150C13-L155C64" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ExportInterfaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L164C13-L164C48" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ExportInterfaces(System.Predicate{System.Type},System.Action{System.Type,System.Composition.Convention.ExportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L176C13-L185C79" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ExportProperties(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L202C13-L207C63" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ExportProperties(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.Composition.Convention.ExportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L219C13-L228C78" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ExportProperties``1(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L246C13-L251C66" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ExportProperties``1(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.Composition.Convention.ExportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L264C13-L273C81" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ImportProperties(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L290C13-L295C63" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ImportProperties(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.Composition.Convention.ImportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L307C13-L316C78" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ImportProperties``1(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L334C13-L339C66" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ImportProperties``1(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.Composition.Convention.ImportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L352C13-L361C81" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.NotifyImportsSatisfied(System.Predicate{System.Reflection.MethodInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L378C13-L379C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.Shared", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L388C13-L388C37" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.Shared(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L398C13-L408C48" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.AddPartMetadata(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L426C13-L438C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.AddPartMetadata(System.String,System.Func{System.Type,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L449C13-L465C25" - } - ], - "DocsId": "T:System.Composition.Convention.PartConventionBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.SelectConstructor(System.Linq.Expressions.Expression{System.Func{System.Composition.Convention.ParameterImportConventionBuilder,`0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L220C13-L227C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ExportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L237C13-L237C59" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ExportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.Composition.Convention.ExportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L250C13-L257C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ExportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L269C13-L269C70" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ExportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.Composition.Convention.ExportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L283C13-L290C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ImportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L300C13-L300C59" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ImportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.Composition.Convention.ImportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L313C13-L320C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ImportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L331C13-L331C70" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ImportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.Composition.Convention.ImportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L345C13-L352C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.NotifyImportsSatisfied(System.Linq.Expressions.Expression{System.Action{`0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L361C13-L368C25" - } - ], - "DocsId": "T:System.Composition.Convention.PartConventionBuilder`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Composition.Hosting.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Composition.Hosting.json deleted file mode 100644 index 316e42255d0..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Composition.Hosting.json +++ /dev/null @@ -1,252 +0,0 @@ -{ - "Assembly": "System.Composition.Hosting", - "GUID": "09776C28FEBF4AB29AEC988C3DD28652FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Composition.Hosting.CompositionHost.CreateCompositionHost(System.Composition.Hosting.Core.ExportDescriptorProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/CompositionHost.cs#L37C13-L37C92" - }, - { - "DocsId": "M:System.Composition.Hosting.CompositionHost.CreateCompositionHost(System.Collections.Generic.IEnumerable{System.Composition.Hosting.Core.ExportDescriptorProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/CompositionHost.cs#L46C13-L63C51" - }, - { - "DocsId": "M:System.Composition.Hosting.CompositionHost.TryGetExport(System.Composition.Hosting.Core.CompositionContract,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/CompositionHost.cs#L76C13-L76C76" - }, - { - "DocsId": "M:System.Composition.Hosting.CompositionHost.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/CompositionHost.cs#L84C13-L85C10" - } - ], - "DocsId": "T:System.Composition.Hosting.CompositionHost", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/CompositionHost.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Hosting.Core.CompositeActivator.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositeActivator.cs" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositeActivator.Invoke(System.Composition.Hosting.Core.LifetimeContext,System.Composition.Hosting.Core.CompositionOperation)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositeActivator.cs" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositeActivator.BeginInvoke(System.Composition.Hosting.Core.LifetimeContext,System.Composition.Hosting.Core.CompositionOperation,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositeActivator.cs" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositeActivator.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositeActivator.cs" - } - ], - "DocsId": "T:System.Composition.Hosting.Core.CompositeActivator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositeActivator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionDependency.Satisfied(System.Composition.Hosting.Core.CompositionContract,System.Composition.Hosting.Core.ExportDescriptorPromise,System.Boolean,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L42C13-L55C86" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionDependency.Missing(System.Composition.Hosting.Core.CompositionContract,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L67C13-L76C62" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionDependency.Oversupplied(System.Composition.Hosting.Core.CompositionContract,System.Collections.Generic.IEnumerable{System.Composition.Hosting.Core.ExportDescriptorPromise},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L89C13-L102C71" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionDependency.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L156C13-L159C98" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.CompositionDependency.Target", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L130C55-L130C70" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.CompositionDependency.IsPrerequisite", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L137C44-L137C67" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.CompositionDependency.Site", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L143C36-L143C49" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.CompositionDependency.Contract", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L148C53-L148C70" - } - ], - "DocsId": "T:System.Composition.Hosting.Core.CompositionDependency", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionOperation.Run(System.Composition.Hosting.Core.LifetimeContext,System.Composition.Hosting.Core.CompositeActivator)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionOperation.cs#L33C13-L48C10" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionOperation.AddNonPrerequisiteAction(System.Action)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionOperation.cs#L57C13-L65C10" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionOperation.AddPostCompositionAction(System.Action)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionOperation.cs#L74C13-L82C10" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionOperation.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionOperation.cs#L128C13-L130C10" - } - ], - "DocsId": "T:System.Composition.Hosting.Core.CompositionOperation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionOperation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Hosting.Core.DependencyAccessor.GetPromises(System.Composition.Hosting.Core.CompositionContract)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.DependencyAccessor.ResolveDependencies(System.Object,System.Composition.Hosting.Core.CompositionContract,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs#L30C13-L34C27" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.DependencyAccessor.ResolveRequiredDependency(System.Object,System.Composition.Hosting.Core.CompositionContract,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs#L47C13-L50C27" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.DependencyAccessor.TryResolveOptionalDependency(System.Object,System.Composition.Hosting.Core.CompositionContract,System.Boolean,System.Composition.Hosting.Core.CompositionDependency@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs#L63C13-L77C25" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.DependencyAccessor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs" - } - ], - "DocsId": "T:System.Composition.Hosting.Core.DependencyAccessor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Hosting.Core.ExportDescriptor.Create(System.Composition.Hosting.Core.CompositeActivator,System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptor.cs#L33C13-L33C68" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.ExportDescriptor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptor.cs" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.ExportDescriptor.Activator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptor.cs" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.ExportDescriptor.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptor.cs" - } - ], - "DocsId": "T:System.Composition.Hosting.Core.ExportDescriptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptor.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Hosting.Core.ExportDescriptorPromise.#ctor(System.Composition.Hosting.Core.CompositionContract,System.String,System.Boolean,System.Func{System.Collections.Generic.IEnumerable{System.Composition.Hosting.Core.CompositionDependency}},System.Func{System.Collections.Generic.IEnumerable{System.Composition.Hosting.Core.CompositionDependency},System.Composition.Hosting.Core.ExportDescriptor})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L16707566C0-L48C10" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.ExportDescriptorPromise.GetDescriptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L78C13-L95C10" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.ExportDescriptorPromise.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L103C13-L103C84" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.ExportDescriptorPromise.Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L54C38-L54C53" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.ExportDescriptorPromise.IsShared", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L60C38-L60C55" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.ExportDescriptorPromise.Dependencies", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L65C79-L65C106" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.ExportDescriptorPromise.Contract", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L70C53-L70C70" - } - ], - "DocsId": "T:System.Composition.Hosting.Core.ExportDescriptorPromise", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Hosting.Core.ExportDescriptorProvider.GetExportDescriptors(System.Composition.Hosting.Core.CompositionContract,System.Composition.Hosting.Core.DependencyAccessor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.ExportDescriptorProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" - }, - { - "DocsId": "F:System.Composition.Hosting.Core.ExportDescriptorProvider.NoExportDescriptors", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" - }, - { - "DocsId": "F:System.Composition.Hosting.Core.ExportDescriptorProvider.NoMetadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" - }, - { - "DocsId": "F:System.Composition.Hosting.Core.ExportDescriptorProvider.NoDependencies", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" - } - ], - "DocsId": "T:System.Composition.Hosting.Core.ExportDescriptorProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Hosting.Core.LifetimeContext.AllocateSharingId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L51C13-L51C63" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.LifetimeContext.FindContextWithin(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L77C13-L97C22" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.LifetimeContext.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L106C13-L121C10" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.LifetimeContext.AddBoundInstance(System.IDisposable)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L130C13-L137C10" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.LifetimeContext.GetOrCreate(System.Int32,System.Composition.Hosting.Core.CompositionOperation,System.Composition.Hosting.Core.CompositeActivator)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L16707566C0-L184C27" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.LifetimeContext.TryGetExport(System.Composition.Hosting.Core.CompositionContract,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L198C13-L205C25" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.LifetimeContext.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L214C13-L220C76" - } - ], - "DocsId": "T:System.Composition.Hosting.Core.LifetimeContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Composition.Runtime.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Composition.Runtime.json deleted file mode 100644 index 1b51d9c6524..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Composition.Runtime.json +++ /dev/null @@ -1,186 +0,0 @@ -{ - "Assembly": "System.Composition.Runtime", - "GUID": "9F93FFE667B84DB5BE156A5F02E56B53FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Composition.CompositionContext.TryGetExport(System.Composition.Hosting.Core.CompositionContract,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs" - }, - { - "DocsId": "M:System.Composition.CompositionContext.GetExport``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L36C13-L36C45" - }, - { - "DocsId": "M:System.Composition.CompositionContext.GetExport``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L49C13-L49C70" - }, - { - "DocsId": "M:System.Composition.CompositionContext.TryGetExport(System.Type,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L62C13-L62C63" - }, - { - "DocsId": "M:System.Composition.CompositionContext.TryGetExport(System.Type,System.String,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L76C13-L80C26" - }, - { - "DocsId": "M:System.Composition.CompositionContext.TryGetExport``1(``0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L93C13-L93C51" - }, - { - "DocsId": "M:System.Composition.CompositionContext.TryGetExport``1(System.String,``0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L107C13-L114C25" - }, - { - "DocsId": "M:System.Composition.CompositionContext.GetExport(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L126C13-L126C48" - }, - { - "DocsId": "M:System.Composition.CompositionContext.GetExport(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L139C13-L139C81" - }, - { - "DocsId": "M:System.Composition.CompositionContext.GetExport(System.Composition.Hosting.Core.CompositionContract)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L151C13-L154C119" - }, - { - "DocsId": "M:System.Composition.CompositionContext.GetExports(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L165C13-L165C49" - }, - { - "DocsId": "M:System.Composition.CompositionContext.GetExports(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L178C13-L183C65" - }, - { - "DocsId": "M:System.Composition.CompositionContext.GetExports``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L195C13-L195C46" - }, - { - "DocsId": "M:System.Composition.CompositionContext.GetExports``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L208C13-L208C84" - }, - { - "DocsId": "M:System.Composition.CompositionContext.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs" - } - ], - "DocsId": "T:System.Composition.CompositionContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.ExportFactory`1.#ctor(System.Func{System.Tuple{`0,System.Action}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfT.cs#L18C9-L21C10" - }, - { - "DocsId": "M:System.Composition.ExportFactory`1.CreateExport", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfT.cs#L29C13-L30C94" - } - ], - "DocsId": "T:System.Composition.ExportFactory`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfT.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.ExportFactory`2.#ctor(System.Func{System.Tuple{`0,System.Action}},`1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfTTMetadata.cs#L19C15-L22C10" - }, - { - "DocsId": "P:System.Composition.ExportFactory`2.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfTTMetadata.cs#L27C37-L27C41" - } - ], - "DocsId": "T:System.Composition.ExportFactory`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfTTMetadata.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Export`1.#ctor(`0,System.Action)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/ExportOfT.cs#L20C9-L24C10" - }, - { - "DocsId": "M:System.Composition.Export`1.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/ExportOfT.cs#L34C34-L34C58" - }, - { - "DocsId": "P:System.Composition.Export`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/ExportOfT.cs#L29C26-L29C30" - } - ], - "DocsId": "T:System.Composition.Export`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/ExportOfT.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Hosting.CompositionFailedException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/CompositionFailedException.cs#L17C15-L18C12" - }, - { - "DocsId": "M:System.Composition.Hosting.CompositionFailedException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/CompositionFailedException.cs#L25C15-L26C12" - }, - { - "DocsId": "M:System.Composition.Hosting.CompositionFailedException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/CompositionFailedException.cs#L34C15-L35C12" - } - ], - "DocsId": "T:System.Composition.Hosting.CompositionFailedException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/CompositionFailedException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L25C15-L27C10" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L35C15-L37C10" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.#ctor(System.Type,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L45C9-L53C10" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L78C13-L82C86" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L91C13-L96C23" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L105C13-L115C27" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.ChangeType(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L127C13-L128C98" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.TryUnwrapMetadataConstraint``1(System.String,``0@,System.Composition.Hosting.Core.CompositionContract@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L143C13-L172C25" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.CompositionContract.ContractType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L58C37-L58C50" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.CompositionContract.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L63C39-L63C52" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.CompositionContract.MetadataConstraints", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L69C81-L69C101" - } - ], - "DocsId": "T:System.Composition.Hosting.Core.CompositionContract", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Composition.TypedParts.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Composition.TypedParts.json deleted file mode 100644 index 3dcdf2410e4..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Composition.TypedParts.json +++ /dev/null @@ -1,102 +0,0 @@ -{ - "Assembly": "System.Composition.TypedParts", - "GUID": "2690163AFA82444CBCF68BB8BC3B6A8DFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Composition.CompositionContextExtensions.SatisfyImports(System.Composition.CompositionContext,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.TypedParts/src/System/Composition/CompositionContextExtensions.cs#L30C13-L31C10" - }, - { - "DocsId": "M:System.Composition.CompositionContextExtensions.SatisfyImports(System.Composition.CompositionContext,System.Object,System.Composition.Convention.AttributedModelProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.TypedParts/src/System/Composition/CompositionContextExtensions.cs#L42C13-L43C10" - } - ], - "DocsId": "T:System.Composition.CompositionContextExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.TypedParts/src/System/Composition/CompositionContextExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.CreateContainer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L33C13-L42C79" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithProvider(System.Composition.Hosting.Core.ExportDescriptorProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L52C13-L58C25" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithDefaultConventions(System.Composition.Convention.AttributedModelProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L70C13-L79C25" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithPart(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L90C13-L90C45" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithPart(System.Type,System.Composition.Convention.AttributedModelProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L102C13-L103C63" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithPart``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L114C13-L114C42" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithPart``1(System.Composition.Convention.AttributedModelProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L126C13-L126C57" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithParts(System.Type[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L137C13-L137C60" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithParts(System.Collections.Generic.IEnumerable{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L148C13-L148C47" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithParts(System.Collections.Generic.IEnumerable{System.Type},System.Composition.Convention.AttributedModelProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L160C13-L166C25" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithAssembly(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L177C13-L177C49" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithAssembly(System.Reflection.Assembly,System.Composition.Convention.AttributedModelProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L189C13-L189C68" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithAssemblies(System.Collections.Generic.IEnumerable{System.Reflection.Assembly})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L200C13-L200C53" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithAssemblies(System.Collections.Generic.IEnumerable{System.Reflection.Assembly},System.Composition.Convention.AttributedModelProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L212C13-L217C113" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithExport``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L228C13-L233C61" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithExport``1(``0,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L246C13-L251C90" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithExport(System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L262C13-L271C75" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithExport(System.Type,System.Object,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L284C13-L293C127" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L23C9-L24C153" - } - ], - "DocsId": "T:System.Composition.Hosting.ContainerConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Configuration.ConfigurationManager.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Configuration.ConfigurationManager.json deleted file mode 100644 index 8bdc7ee2bab..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Configuration.ConfigurationManager.json +++ /dev/null @@ -1,5202 +0,0 @@ -{ - "Assembly": "System.Configuration.ConfigurationManager", - "GUID": "8B9BF463BB614853A19B064702AE29E4FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "F:System.UriIdnScope.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/UriIdnScope.cs" - }, - { - "DocsId": "F:System.UriIdnScope.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/UriIdnScope.cs" - }, - { - "DocsId": "F:System.UriIdnScope.AllExceptIntranet", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/UriIdnScope.cs" - }, - { - "DocsId": "F:System.UriIdnScope.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/UriIdnScope.cs" - } - ], - "DocsId": "T:System.UriIdnScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/UriIdnScope.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.TraceConfiguration.Register", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Diagnostics/TraceConfiguration.cs#L16C13-L27C10" - } - ], - "DocsId": "T:System.Diagnostics.TraceConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Diagnostics/TraceConfiguration.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Configuration.SystemDrawingSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Drawing/Configuration/SystemDrawingSection.cs" - }, - { - "DocsId": "P:System.Drawing.Configuration.SystemDrawingSection.BitmapSuffix", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Drawing/Configuration/SystemDrawingSection.cs#L17C20-L17C48" - }, - { - "DocsId": "P:System.Drawing.Configuration.SystemDrawingSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Drawing/Configuration/SystemDrawingSection.cs#L21C83-L21C95" - } - ], - "DocsId": "T:System.Drawing.Configuration.SystemDrawingSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Drawing/Configuration/SystemDrawingSection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.DictionarySectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DictionarySectionHandler.cs#L31C13-L79C24" - }, - { - "DocsId": "M:System.Configuration.DictionarySectionHandler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DictionarySectionHandler.cs" - }, - { - "DocsId": "P:System.Configuration.DictionarySectionHandler.KeyAttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DictionarySectionHandler.cs#L87C19-L87C32" - }, - { - "DocsId": "P:System.Configuration.DictionarySectionHandler.ValueAttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DictionarySectionHandler.cs#L95C19-L95C34" - } - ], - "DocsId": "T:System.Configuration.DictionarySectionHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DictionarySectionHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.DpapiProtectedConfigurationProvider.Decrypt(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs#L20C13-L42C48" - }, - { - "DocsId": "M:System.Configuration.DpapiProtectedConfigurationProvider.Encrypt(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs#L47C13-L56C48" - }, - { - "DocsId": "M:System.Configuration.DpapiProtectedConfigurationProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs#L95C13-L101C10" - }, - { - "DocsId": "M:System.Configuration.DpapiProtectedConfigurationProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs#L15C9-L15C51" - }, - { - "DocsId": "P:System.Configuration.DpapiProtectedConfigurationProvider.UseMachineProtection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs#L91C50-L91C79" - } - ], - "DocsId": "T:System.Configuration.DpapiProtectedConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.IConfigurationSystem.GetConfig(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IConfigurationSystem.cs" - }, - { - "DocsId": "M:System.Configuration.IConfigurationSystem.Init", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IConfigurationSystem.cs" - } - ], - "DocsId": "T:System.Configuration.IConfigurationSystem", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IConfigurationSystem.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.IdnElement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IdnElement.cs#L13C9-L22C10" - }, - { - "DocsId": "P:System.Configuration.IdnElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IdnElement.cs#L28C17-L28C36" - }, - { - "DocsId": "P:System.Configuration.IdnElement.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IdnElement.cs#L35C19-L35C54" - } - ], - "DocsId": "T:System.Configuration.IdnElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IdnElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.IPersistComponentSettings.LoadComponentSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" - }, - { - "DocsId": "M:System.Configuration.IPersistComponentSettings.SaveComponentSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" - }, - { - "DocsId": "M:System.Configuration.IPersistComponentSettings.ResetComponentSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" - }, - { - "DocsId": "P:System.Configuration.IPersistComponentSettings.SaveSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" - }, - { - "DocsId": "P:System.Configuration.IPersistComponentSettings.SettingsKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" - } - ], - "DocsId": "T:System.Configuration.IPersistComponentSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L27C9-L35C10" - }, - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.#ctor(System.ComponentModel.IComponent)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L42C63-L44C10" - }, - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L27C9-L52C10" - }, - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.#ctor(System.ComponentModel.IComponent,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L57C83-L85C10" - }, - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.GetPreviousVersion(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L283C13-L304C25" - }, - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.OnPropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L312C13-L313C10" - }, - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.OnSettingChanging(System.Object,System.Configuration.SettingChangingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L320C13-L321C10" - }, - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.OnSettingsLoaded(System.Object,System.Configuration.SettingsLoadedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L328C13-L329C10" - }, - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.OnSettingsSaving(System.Object,System.ComponentModel.CancelEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L336C13-L337C10" - }, - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.Reload", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L344C13-L351C10" - }, - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L359C13-L368C10" - }, - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L375C13-L382C10" - }, - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.Upgrade", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L426C13-L435C10" - }, - { - "DocsId": "E:System.Configuration.ApplicationSettingsBase.PropertyChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L223C17-L224C14" - }, - { - "DocsId": "E:System.Configuration.ApplicationSettingsBase.SettingChanging", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L239C17-L240C14" - }, - { - "DocsId": "E:System.Configuration.ApplicationSettingsBase.SettingsLoaded", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L254C17-L255C14" - }, - { - "DocsId": "E:System.Configuration.ApplicationSettingsBase.SettingsSaving", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L269C17-L270C14" - }, - { - "DocsId": "P:System.Configuration.ApplicationSettingsBase.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L95C17-L116C33" - }, - { - "DocsId": "P:System.Configuration.ApplicationSettingsBase.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L130C17-L151C34" - }, - { - "DocsId": "P:System.Configuration.ApplicationSettingsBase.PropertyValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L163C17-L163C44" - }, - { - "DocsId": "P:System.Configuration.ApplicationSettingsBase.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L175C17-L195C35" - }, - { - "DocsId": "P:System.Configuration.ApplicationSettingsBase.SettingsKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L207C17-L207C37" - }, - { - "DocsId": "P:System.Configuration.ApplicationSettingsBase.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L391C17-L403C14" - } - ], - "DocsId": "T:System.Configuration.ApplicationSettingsBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ApplicationScopedSettingAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationScopedSettingAttribute.cs" - } - ], - "DocsId": "T:System.Configuration.ApplicationScopedSettingAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationScopedSettingAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ApplicationSettingsGroup.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsGroup.cs" - } - ], - "DocsId": "T:System.Configuration.ApplicationSettingsGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsGroup.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.AppSettingsReader.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsReader.cs#L19C9-L22C10" - }, - { - "DocsId": "M:System.Configuration.AppSettingsReader.GetValue(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsReader.cs#L33C13-L81C10" - } - ], - "DocsId": "T:System.Configuration.AppSettingsReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsReader.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.AppSettingsSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L18C9-L21C10" - }, - { - "DocsId": "M:System.Configuration.AppSettingsSection.GetRuntimeObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L73C13-L74C37" - }, - { - "DocsId": "M:System.Configuration.AppSettingsSection.Reset(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L79C13-L86C10" - }, - { - "DocsId": "M:System.Configuration.AppSettingsSection.DeserializeElement(System.Xml.XmlReader,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L90C13-L141C10" - }, - { - "DocsId": "P:System.Configuration.AppSettingsSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L23C83-L23C108" - }, - { - "DocsId": "P:System.Configuration.AppSettingsSection.Settings", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L29C60-L29C116" - }, - { - "DocsId": "P:System.Configuration.AppSettingsSection.File", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L36C17-L37C50" - } - ], - "DocsId": "T:System.Configuration.AppSettingsSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.CallbackValidator.#ctor(System.Type,System.Configuration.ValidatorCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidator.cs#L11C75-L15C10" - }, - { - "DocsId": "M:System.Configuration.CallbackValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidator.cs#L31C13-L31C55" - }, - { - "DocsId": "M:System.Configuration.CallbackValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidator.cs#L36C13-L37C10" - } - ], - "DocsId": "T:System.Configuration.CallbackValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.CallbackValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidatorAttribute.cs#L12C9-L12C59" - }, - { - "DocsId": "P:System.Configuration.CallbackValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidatorAttribute.cs#L19C17-L41C63" - }, - { - "DocsId": "P:System.Configuration.CallbackValidatorAttribute.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidatorAttribute.cs#L47C19-L47C32" - }, - { - "DocsId": "P:System.Configuration.CallbackValidatorAttribute.CallbackMethodName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidatorAttribute.cs#L57C19-L57C46" - } - ], - "DocsId": "T:System.Configuration.CallbackValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidatorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ClientSettingsSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ClientSettingsSection.cs#L14C9-L16C10" - }, - { - "DocsId": "P:System.Configuration.ClientSettingsSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ClientSettingsSection.cs#L22C17-L22C37" - }, - { - "DocsId": "P:System.Configuration.ClientSettingsSection.Settings", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ClientSettingsSection.cs#L31C17-L31C71" - } - ], - "DocsId": "T:System.Configuration.ClientSettingsSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ClientSettingsSection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.CommaDelimitedStringCollectionConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CommaDelimitedStringAttributeCollectionConverter.cs#L13C13-L15C46" - }, - { - "DocsId": "M:System.Configuration.CommaDelimitedStringCollectionConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CommaDelimitedStringAttributeCollectionConverter.cs#L20C13-L22C40" - }, - { - "DocsId": "M:System.Configuration.CommaDelimitedStringCollectionConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CommaDelimitedStringAttributeCollectionConverter.cs" - } - ], - "DocsId": "T:System.Configuration.CommaDelimitedStringCollectionConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CommaDelimitedStringAttributeCollectionConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Configuration.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L167C13-L169C28" - }, - { - "DocsId": "M:System.Configuration.Configuration.GetSectionGroup(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L174C13-L176C33" - }, - { - "DocsId": "M:System.Configuration.Configuration.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L181C13-L182C10" - }, - { - "DocsId": "M:System.Configuration.Configuration.Save(System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L186C13-L187C10" - }, - { - "DocsId": "M:System.Configuration.Configuration.Save(System.Configuration.ConfigurationSaveMode,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L191C13-L192C10" - }, - { - "DocsId": "M:System.Configuration.Configuration.SaveAs(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L196C13-L197C10" - }, - { - "DocsId": "M:System.Configuration.Configuration.SaveAs(System.String,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L201C13-L202C10" - }, - { - "DocsId": "M:System.Configuration.Configuration.SaveAs(System.String,System.Configuration.ConfigurationSaveMode,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L206C13-L209C10" - }, - { - "DocsId": "P:System.Configuration.Configuration.AppSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L78C50-L78C95" - }, - { - "DocsId": "P:System.Configuration.Configuration.ConnectionStrings", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L80C62-L80C119" - }, - { - "DocsId": "P:System.Configuration.Configuration.FilePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L82C35-L82C70" - }, - { - "DocsId": "P:System.Configuration.Configuration.HasFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L84C32-L84C55" - }, - { - "DocsId": "P:System.Configuration.Configuration.Locations", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L87C16-L87C72" - }, - { - "DocsId": "P:System.Configuration.Configuration.EvaluationContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L90C16-L90C70" - }, - { - "DocsId": "P:System.Configuration.Configuration.RootSectionGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L96C17-L102C42" - }, - { - "DocsId": "P:System.Configuration.Configuration.Sections", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L106C59-L106C84" - }, - { - "DocsId": "P:System.Configuration.Configuration.SectionGroups", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L108C69-L108C99" - }, - { - "DocsId": "P:System.Configuration.Configuration.NamespaceDeclared", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L116C19-L116C57" - }, - { - "DocsId": "P:System.Configuration.Configuration.TypeStringTransformer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L122C19-L122C49" - }, - { - "DocsId": "P:System.Configuration.Configuration.AssemblyStringTransformer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L135C19-L135C53" - }, - { - "DocsId": "P:System.Configuration.Configuration.TargetFramework", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L148C13-L148C17" - } - ], - "DocsId": "T:System.Configuration.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Configuration.ConfigurationAllowDefinition.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationAllowDefinition.MachineOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationAllowDefinition.MachineToWebRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationAllowDefinition.MachineToApplication", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationAllowDefinition.Everywhere", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" - } - ], - "DocsId": "T:System.Configuration.ConfigurationAllowDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Configuration.ConfigurationAllowExeDefinition.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationAllowExeDefinition.MachineOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationAllowExeDefinition.MachineToApplication", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationAllowExeDefinition.MachineToRoamingUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationAllowExeDefinition.MachineToLocalUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" - } - ], - "DocsId": "T:System.Configuration.ConfigurationAllowExeDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationCollectionAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L57C13-L22C10" - }, - { - "DocsId": "P:System.Configuration.ConfigurationCollectionAttribute.ItemType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L24C32-L24C36" - }, - { - "DocsId": "P:System.Configuration.ConfigurationCollectionAttribute.AddItemName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L28C19-L28C92" - }, - { - "DocsId": "P:System.Configuration.ConfigurationCollectionAttribute.RemoveItemName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L38C19-L38C98" - }, - { - "DocsId": "P:System.Configuration.ConfigurationCollectionAttribute.ClearItemsName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L48C19-L48C98" - }, - { - "DocsId": "P:System.Configuration.ConfigurationCollectionAttribute.CollectionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L56C68-L56C72" - } - ], - "DocsId": "T:System.Configuration.ConfigurationCollectionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationConverterBase.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationConverterBase.cs#L12C13-L12C43" - }, - { - "DocsId": "M:System.Configuration.ConfigurationConverterBase.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationConverterBase.cs#L17C13-L17C43" - }, - { - "DocsId": "M:System.Configuration.ConfigurationConverterBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationConverterBase.cs" - } - ], - "DocsId": "T:System.Configuration.ConfigurationConverterBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationConverterBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationElement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L53C9-L70C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.Init", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L241C13-L242C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L414C13-L426C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.ResetModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L430C13-L437C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L441C13-L441C30" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.SetReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L446C13-L448C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.ListErrors(System.Collections.IList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L496C55-L504C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.InitializeDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L506C63-L506C64" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.Reset(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L606C13-L670C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L674C13-L696C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L700C13-L706C30" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.SetPropertyValue(System.Configuration.ConfigurationProperty,System.Object,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L829C13-L846C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L878C13-L1007C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.SerializeToXmlElement(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1011C13-L1035C32" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.SerializeElement(System.Xml.XmlWriter,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1040C13-L1177C32" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.DeserializeElement(System.Xml.XmlReader,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1385C13-L1706C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.OnRequiredPropertyNotFound(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1833C13-L1835C43" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.PostDeserialize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1841C9-L1841C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.PreSerialize(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1846C9-L1846C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.OnDeserializeUnrecognizedAttribute(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1850C13-L1850C26" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.OnDeserializeUnrecognizedElement(System.String,System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1855C13-L1855C26" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.GetTransformedTypeString(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1860C13-L1863C66" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.GetTransformedAssemblyString(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1868C13-L1871C74" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.LockAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L89C62-L89C175" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.LockAllAttributesExcept", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L91C71-L91C212" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.LockElements", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L93C60-L93C169" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.LockAllElementsExcept", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L95C69-L95C216" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.LockItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L99C19-L99C82" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.Item(System.Configuration.ConfigurationProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L118C17-L160C26" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L172C17-L178C35" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L193C17-L196C31" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.ElementInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L202C57-L202C108" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.EvaluationContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L208C17-L219C37" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.ElementProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L223C84-L223C100" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.HasContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L225C38-L225C59" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.CurrentConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L227C54-L227C89" - } - ], - "DocsId": "T:System.Configuration.ConfigurationElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L17C9-L30C55" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.#ctor(System.Collections.IComparer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L17C9-L40C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L130C37-L132C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L136C13-L136C40" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L149C13-L162C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.ResetModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L166C13-L176C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L180C13-L180C30" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.SetReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L185C13-L193C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L211C13-L235C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L239C13-L245C30" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L253C13-L454C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.Reset(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L458C13-L485C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.CopyTo(System.Configuration.ConfigurationElement[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L489C13-L490C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseAdd(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L494C13-L495C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseAdd(System.Configuration.ConfigurationElement,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L499C13-L500C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseIndexOf(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L587C13-L596C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseAdd(System.Int32,System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L677C13-L678C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseRemove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L727C13-L728C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseGet(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L835C37-L839C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseIsRemoved(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L843C37-L847C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseGet(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L851C13-L869C90" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseGetAllKeys", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L874C13-L882C25" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseGetKey(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L887C13-L905C39" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L910C13-L959C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseRemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L963C13-L1028C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.SerializeElement(System.Xml.XmlWriter,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L1032C13-L1091C32" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.OnDeserializeUnrecognizedElement(System.String,System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L1096C13-L1162C25" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.CreateNewElement(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L1183C13-L1183C39" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.CreateNewElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.GetElementKey(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.IsElementRemovable(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L1199C13-L1199C25" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.IsElementName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L1210C13-L1210C26" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElementCollection.AddElementName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L46C19-L46C38" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElementCollection.RemoveElementName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L57C19-L57C41" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElementCollection.ClearElementName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L68C19-L68C40" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElementCollection.EmitClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L79C19-L79C40" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElementCollection.ElementName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L93C49-L93C51" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElementCollection.ThrowOnDuplicate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L116C16-L117C94" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElementCollection.CollectionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L120C16-L120C68" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElementCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L122C29-L122C60" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElementCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L124C39-L124C44" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElementCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L126C35-L126C39" - } - ], - "DocsId": "T:System.Configuration.ConfigurationElementCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Configuration.ConfigurationElementCollectionType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationElementCollectionType.BasicMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationElementCollectionType.AddRemoveClearMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationElementCollectionType.BasicMapAlternate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationElementCollectionType.AddRemoveClearMapAlternate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" - } - ], - "DocsId": "T:System.Configuration.ConfigurationElementCollectionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationElementProperty.#ctor(System.Configuration.ConfigurationValidatorBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementProperty.cs#L12C9-L20C10" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElementProperty.Validator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementProperty.cs#L22C55-L22C59" - } - ], - "DocsId": "T:System.Configuration.ConfigurationElementProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementProperty.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Exception,System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L36C15-L40C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L43C13-L44C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L47C13-L48C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L51C13-L52C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L55C13-L56C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L59C13-L60C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Exception,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L63C13-L64C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L67C13-L68C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Exception,System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L71C13-L72C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L109C13-L139C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L205C13-L228C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.GetLineNumber(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L233C13-L233C75" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.GetFilename(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L238C13-L238C73" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.GetLineNumber(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L244C13-L244C77" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.GetFilename(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L249C13-L249C75" - }, - { - "DocsId": "P:System.Configuration.ConfigurationErrorsException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L147C17-L157C35" - }, - { - "DocsId": "P:System.Configuration.ConfigurationErrorsException.Filename", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L161C44-L161C58" - }, - { - "DocsId": "P:System.Configuration.ConfigurationErrorsException.Line", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L163C37-L163C47" - }, - { - "DocsId": "P:System.Configuration.ConfigurationErrorsException.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L169C17-L175C26" - } - ], - "DocsId": "T:System.Configuration.ConfigurationErrorsException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L32C15-L35C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L38C43-L38C72" - }, - { - "DocsId": "M:System.Configuration.ConfigurationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L41C57-L41C89" - }, - { - "DocsId": "M:System.Configuration.ConfigurationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L44C74-L44C107" - }, - { - "DocsId": "M:System.Configuration.ConfigurationException.#ctor(System.String,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L48C15-L49C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationException.#ctor(System.String,System.Exception,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L53C15-L54C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationException.#ctor(System.String,System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L57C84-L57C123" - }, - { - "DocsId": "M:System.Configuration.ConfigurationException.#ctor(System.String,System.Exception,System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L60C101-L63C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L104C13-L107C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationException.GetXmlNodeFilename(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L110C66-L110C118" - }, - { - "DocsId": "M:System.Configuration.ConfigurationException.GetXmlNodeLineNumber(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L113C65-L113C108" - }, - { - "DocsId": "P:System.Configuration.ConfigurationException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L71C17-L81C35" - }, - { - "DocsId": "P:System.Configuration.ConfigurationException.BareMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L85C46-L85C58" - }, - { - "DocsId": "P:System.Configuration.ConfigurationException.Filename", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L87C43-L87C52" - }, - { - "DocsId": "P:System.Configuration.ConfigurationException.Line", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L89C36-L89C41" - } - ], - "DocsId": "T:System.Configuration.ConfigurationException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationFileMap.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationFileMap.cs#L20C9-L23C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationFileMap.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationFileMap.cs#L25C9-L35C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationFileMap.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationFileMap.cs#L51C13-L51C51" - }, - { - "DocsId": "P:System.Configuration.ConfigurationFileMap.MachineConfigFilename", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationFileMap.cs#L45C19-L45C46" - } - ], - "DocsId": "T:System.Configuration.ConfigurationFileMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationFileMap.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationLocation.OpenConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLocation.cs#L20C13-L20C60" - }, - { - "DocsId": "P:System.Configuration.ConfigurationLocation.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLocation.cs#L16C30-L16C34" - } - ], - "DocsId": "T:System.Configuration.ConfigurationLocation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLocation.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Configuration.ConfigurationLocationCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLocationCollection.cs#L15C57-L15C96" - } - ], - "DocsId": "T:System.Configuration.ConfigurationLocationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLocationCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationLockCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L112C13-L113C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationLockCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L117C13-L117C55" - }, - { - "DocsId": "M:System.Configuration.ConfigurationLockCollection.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L127C13-L193C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationLockCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L252C13-L275C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationLockCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L302C13-L303C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationLockCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L307C13-L308C55" - }, - { - "DocsId": "M:System.Configuration.ConfigurationLockCollection.CopyTo(System.String[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L313C13-L314C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationLockCollection.IsReadOnly(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L323C13-L326C111" - }, - { - "DocsId": "M:System.Configuration.ConfigurationLockCollection.SetFromList(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L331C13-L338C10" - }, - { - "DocsId": "P:System.Configuration.ConfigurationLockCollection.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L60C34-L60C38" - }, - { - "DocsId": "P:System.Configuration.ConfigurationLockCollection.AttributeList", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L68C17-L75C38" - }, - { - "DocsId": "P:System.Configuration.ConfigurationLockCollection.HasParentElements", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L84C17-L100C31" - }, - { - "DocsId": "P:System.Configuration.ConfigurationLockCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L104C29-L104C54" - }, - { - "DocsId": "P:System.Configuration.ConfigurationLockCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L106C39-L106C44" - }, - { - "DocsId": "P:System.Configuration.ConfigurationLockCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L108C35-L108C39" - } - ], - "DocsId": "T:System.Configuration.ConfigurationLockCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationManager.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L150C13-L155C28" - }, - { - "DocsId": "M:System.Configuration.ConfigurationManager.RefreshSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L162C13-L167C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationManager.OpenMachineConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L171C13-L171C92" - }, - { - "DocsId": "M:System.Configuration.ConfigurationManager.OpenMappedMachineConfiguration(System.Configuration.ConfigurationFileMap)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L176C13-L176C95" - }, - { - "DocsId": "M:System.Configuration.ConfigurationManager.OpenExeConfiguration(System.Configuration.ConfigurationUserLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L181C13-L181C75" - }, - { - "DocsId": "M:System.Configuration.ConfigurationManager.OpenExeConfiguration(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L186C13-L186C96" - }, - { - "DocsId": "M:System.Configuration.ConfigurationManager.OpenMappedExeConfiguration(System.Configuration.ExeConfigurationFileMap,System.Configuration.ConfigurationUserLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L192C13-L192C78" - }, - { - "DocsId": "M:System.Configuration.ConfigurationManager.OpenMappedExeConfiguration(System.Configuration.ExeConfigurationFileMap,System.Configuration.ConfigurationUserLevel,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L198C13-L198C87" - }, - { - "DocsId": "P:System.Configuration.ConfigurationManager.AppSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L37C17-L45C53" - }, - { - "DocsId": "P:System.Configuration.ConfigurationManager.ConnectionStrings", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L53C17-L64C67" - } - ], - "DocsId": "T:System.Configuration.ConfigurationManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationProperty.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L20C9-L36C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationProperty.#ctor(System.String,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L39C15-L40C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationProperty.#ctor(System.String,System.Type,System.Object,System.Configuration.ConfigurationPropertyOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L43C15-L44C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationProperty.#ctor(System.String,System.Type,System.Object,System.ComponentModel.TypeConverter,System.Configuration.ConfigurationValidatorBase,System.Configuration.ConfigurationPropertyOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L52C15-L53C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationProperty.#ctor(System.String,System.Type,System.Object,System.ComponentModel.TypeConverter,System.Configuration.ConfigurationValidatorBase,System.Configuration.ConfigurationPropertyOptions,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L55C9-L66C10" - }, - { - "DocsId": "P:System.Configuration.ConfigurationProperty.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L163C30-L163C34" - }, - { - "DocsId": "P:System.Configuration.ConfigurationProperty.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L165C37-L165C41" - }, - { - "DocsId": "P:System.Configuration.ConfigurationProperty.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L182C28-L182C32" - }, - { - "DocsId": "P:System.Configuration.ConfigurationProperty.DefaultValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L184C38-L184C42" - }, - { - "DocsId": "P:System.Configuration.ConfigurationProperty.IsRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L186C35-L186C92" - }, - { - "DocsId": "P:System.Configuration.ConfigurationProperty.IsKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L188C30-L188C82" - }, - { - "DocsId": "P:System.Configuration.ConfigurationProperty.IsDefaultCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L190C44-L190C110" - }, - { - "DocsId": "P:System.Configuration.ConfigurationProperty.IsTypeStringTransformationRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L193C16-L193C97" - }, - { - "DocsId": "P:System.Configuration.ConfigurationProperty.IsAssemblyStringTransformationRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L196C16-L196C101" - }, - { - "DocsId": "P:System.Configuration.ConfigurationProperty.IsVersionCheckRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L198C47-L198C116" - }, - { - "DocsId": "P:System.Configuration.ConfigurationProperty.Converter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L204C17-L205C35" - }, - { - "DocsId": "P:System.Configuration.ConfigurationProperty.Validator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L209C55-L209C59" - } - ], - "DocsId": "T:System.Configuration.ConfigurationProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationPropertyAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L18C52-L14C10" - }, - { - "DocsId": "P:System.Configuration.ConfigurationPropertyAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L16C30-L16C34" - }, - { - "DocsId": "P:System.Configuration.ConfigurationPropertyAttribute.DefaultValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L18C38-L18C42" - }, - { - "DocsId": "P:System.Configuration.ConfigurationPropertyAttribute.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L20C55-L20C59" - }, - { - "DocsId": "P:System.Configuration.ConfigurationPropertyAttribute.IsDefaultCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L24C19-L24C92" - }, - { - "DocsId": "P:System.Configuration.ConfigurationPropertyAttribute.IsRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L35C19-L35C83" - }, - { - "DocsId": "P:System.Configuration.ConfigurationPropertyAttribute.IsKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L45C19-L45C78" - } - ], - "DocsId": "T:System.Configuration.ConfigurationPropertyAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L36C13-L37C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L41C13-L41C43" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.CopyTo(System.Configuration.ConfigurationProperty[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L46C13-L47C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L51C18-L56C26" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.Add(System.Configuration.ConfigurationProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L61C13-L62C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L66C18-L74C26" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L79C13-L80C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L10C9-L10C61" - }, - { - "DocsId": "P:System.Configuration.ConfigurationPropertyCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L19C22-L24C29" - }, - { - "DocsId": "P:System.Configuration.ConfigurationPropertyCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L28C29-L28C41" - }, - { - "DocsId": "P:System.Configuration.ConfigurationPropertyCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L30C39-L30C44" - }, - { - "DocsId": "P:System.Configuration.ConfigurationPropertyCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L32C35-L32C41" - } - ], - "DocsId": "T:System.Configuration.ConfigurationPropertyCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.IsRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.IsKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.IsTypeStringTransformationRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.IsAssemblyStringTransformationRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.IsVersionCheckRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" - } - ], - "DocsId": "T:System.Configuration.ConfigurationPropertyOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Configuration.ConfigurationSaveMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSaveMode.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationSaveMode.Modified", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSaveMode.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationSaveMode.Minimal", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSaveMode.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationSaveMode.Full", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSaveMode.cs" - } - ], - "DocsId": "T:System.Configuration.ConfigurationSaveMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSaveMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L13C9-L16C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSection.GetRuntimeObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L22C13-L22C25" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSection.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L27C13-L28C35" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSection.ResetModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L33C13-L35C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSection.DeserializeSection(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L39C13-L43C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSection.SerializeSection(System.Configuration.ConfigurationElement,System.String,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L48C13-L77C41" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSection.ShouldSerializePropertyInTargetVersion(System.Configuration.ConfigurationProperty,System.String,System.Runtime.Versioning.FrameworkName,System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L83C13-L83C25" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSection.ShouldSerializeElementInTargetVersion(System.Configuration.ConfigurationElement,System.String,System.Runtime.Versioning.FrameworkName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L89C13-L89C25" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSection.ShouldSerializeSectionInTargetVersion(System.Runtime.Versioning.FrameworkName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L94C13-L94C25" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSection.SectionInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L18C56-L18C60" - } - ], - "DocsId": "T:System.Configuration.ConfigurationSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationSectionCollection.Add(System.String,System.Configuration.ConfigurationSection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L50C13-L54C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L58C13-L62C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionCollection.CopyTo(System.Configuration.ConfigurationSection[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L66C13-L75C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionCollection.Get(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L79C13-L79C39" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionCollection.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L84C13-L100C78" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionCollection.GetKey(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L113C13-L113C38" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L125C13-L134C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L138C13-L141C10" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSectionCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L28C58-L28C67" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSectionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L30C56-L30C66" - } - ], - "DocsId": "T:System.Configuration.ConfigurationSectionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroup.ForceDeclaration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L145C13-L146C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroup.ForceDeclaration(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L152C13-L163C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroup.ShouldSerializeSectionGroupInTargetVersion(System.Runtime.Versioning.FrameworkName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L167C13-L167C25" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroup.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L23C64-L25C64" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSectionGroup.IsDeclared", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L17C34-L17C38" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSectionGroup.IsDeclarationRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L21C45-L21C49" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSectionGroup.SectionGroupName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L23C42-L23C46" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSectionGroup.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L25C30-L25C34" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSectionGroup.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L29C19-L29C36" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSectionGroup.Sections", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L69C17-L75C40" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSectionGroup.SectionGroups", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L83C17-L89C45" - } - ], - "DocsId": "T:System.Configuration.ConfigurationSectionGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.Add(System.String,System.Configuration.ConfigurationSectionGroup)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L51C13-L54C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L58C13-L66C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.CopyTo(System.Configuration.ConfigurationSectionGroup[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L70C13-L79C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.Get(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L83C13-L83C39" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L88C13-L104C61" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.GetKey(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L115C13-L115C38" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L128C13-L135C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L139C13-L142C10" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSectionGroupCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L30C63-L30C72" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSectionGroupCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L33C61-L33C71" - } - ], - "DocsId": "T:System.Configuration.ConfigurationSectionGroupCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationSettings.GetConfig(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSettings.cs#L24C13-L24C65" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSettings.AppSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSettings.cs#L17C17-L17C57" - } - ], - "DocsId": "T:System.Configuration.ConfigurationSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSettings.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Configuration.ConfigurationUserLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationUserLevel.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationUserLevel.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationUserLevel.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationUserLevel.PerUserRoaming", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationUserLevel.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationUserLevel.PerUserRoamingAndLocal", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationUserLevel.cs" - } - ], - "DocsId": "T:System.Configuration.ConfigurationUserLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationUserLevel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorAttribute.cs#L13C9-L13C56" - }, - { - "DocsId": "M:System.Configuration.ConfigurationValidatorAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorAttribute.cs#L15C9-L26C10" - }, - { - "DocsId": "P:System.Configuration.ConfigurationValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorAttribute.cs#L29C16-L29C82" - }, - { - "DocsId": "P:System.Configuration.ConfigurationValidatorAttribute.ValidatorType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorAttribute.cs#L31C37-L31C41" - } - ], - "DocsId": "T:System.Configuration.ConfigurationValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationValidatorBase.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorBase.cs#L10C13-L10C26" - }, - { - "DocsId": "M:System.Configuration.ConfigurationValidatorBase.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorBase.cs" - }, - { - "DocsId": "M:System.Configuration.ConfigurationValidatorBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorBase.cs" - } - ], - "DocsId": "T:System.Configuration.ConfigurationValidatorBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigXmlDocument.System#Configuration#Internal#IConfigErrorInfo#get_LineNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L27C17-L37C43" - }, - { - "DocsId": "M:System.Configuration.ConfigXmlDocument.System#Configuration#Internal#IConfigErrorInfo#get_Filename", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L50C19-L50C36" - }, - { - "DocsId": "M:System.Configuration.ConfigXmlDocument.Load(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L55C13-L70C10" - }, - { - "DocsId": "M:System.Configuration.ConfigXmlDocument.LoadSingleElement(System.String,System.Xml.XmlTextReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L74C13-L91C10" - }, - { - "DocsId": "M:System.Configuration.ConfigXmlDocument.CreateAttribute(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L95C13-L95C105" - }, - { - "DocsId": "M:System.Configuration.ConfigXmlDocument.CreateElement(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L100C13-L100C103" - }, - { - "DocsId": "M:System.Configuration.ConfigXmlDocument.CreateTextNode(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L105C13-L105C73" - }, - { - "DocsId": "M:System.Configuration.ConfigXmlDocument.CreateCDataSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L110C13-L110C81" - }, - { - "DocsId": "M:System.Configuration.ConfigXmlDocument.CreateComment(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L115C13-L115C76" - }, - { - "DocsId": "M:System.Configuration.ConfigXmlDocument.CreateSignificantWhitespace(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L120C13-L120C90" - }, - { - "DocsId": "M:System.Configuration.ConfigXmlDocument.CreateWhitespace(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L125C13-L125C79" - }, - { - "DocsId": "M:System.Configuration.ConfigXmlDocument.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs" - }, - { - "DocsId": "P:System.Configuration.ConfigXmlDocument.System#Configuration#Internal#IConfigErrorInfo#LineNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L27C17-L37C43" - }, - { - "DocsId": "P:System.Configuration.ConfigXmlDocument.LineNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L41C39-L41C82" - }, - { - "DocsId": "P:System.Configuration.ConfigXmlDocument.Filename", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L45C19-L45C36" - }, - { - "DocsId": "P:System.Configuration.ConfigXmlDocument.System#Configuration#Internal#IConfigErrorInfo#Filename", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L50C19-L50C36" - } - ], - "DocsId": "T:System.Configuration.ConfigXmlDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConnectionStringSettings.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L21C9-L21C46" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringSettings.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L24C15-L28C10" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringSettings.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L31C15-L36C10" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringSettings.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L66C13-L66C37" - }, - { - "DocsId": "P:System.Configuration.ConnectionStringSettings.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L40C83-L40C95" - }, - { - "DocsId": "P:System.Configuration.ConnectionStringSettings.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L46C19-L46C51" - }, - { - "DocsId": "P:System.Configuration.ConnectionStringSettings.ConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L53C19-L53C63" - }, - { - "DocsId": "P:System.Configuration.ConnectionStringSettings.ProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L60C19-L60C59" - } - ], - "DocsId": "T:System.Configuration.ConnectionStringSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L12C15-L13C12" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.IndexOf(System.Configuration.ConnectionStringSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L31C13-L31C42" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.BaseAdd(System.Int32,System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L40C13-L42C10" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.Add(System.Configuration.ConnectionStringSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L46C13-L47C10" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.Remove(System.Configuration.ConnectionStringSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L51C13-L52C10" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L56C13-L57C10" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L61C13-L62C10" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.CreateNewElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L66C13-L66C51" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.GetElementKey(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L71C13-L71C60" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L76C13-L77C10" - }, - { - "DocsId": "P:System.Configuration.ConnectionStringSettingsCollection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L15C83-L15C95" - }, - { - "DocsId": "P:System.Configuration.ConnectionStringSettingsCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L19C19-L19C67" - }, - { - "DocsId": "P:System.Configuration.ConnectionStringSettingsCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L27C66-L27C105" - } - ], - "DocsId": "T:System.Configuration.ConnectionStringSettingsCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConnectionStringsSection.GetRuntimeObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringsSection.cs#L22C13-L23C25" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringsSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringsSection.cs" - }, - { - "DocsId": "P:System.Configuration.ConnectionStringsSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringsSection.cs#L14C83-L14C95" - }, - { - "DocsId": "P:System.Configuration.ConnectionStringsSection.ConnectionStrings", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringsSection.cs#L18C16-L18C81" - } - ], - "DocsId": "T:System.Configuration.ConnectionStringsSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringsSection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ContextInformation.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ContextInformation.cs#L52C13-L52C58" - }, - { - "DocsId": "P:System.Configuration.ContextInformation.HostingContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ContextInformation.cs#L27C17-L35C40" - }, - { - "DocsId": "P:System.Configuration.ContextInformation.IsMachineLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ContextInformation.cs#L42C39-L42C68" - } - ], - "DocsId": "T:System.Configuration.ContextInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ContextInformation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.DefaultSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L13C9-L18C10" - }, - { - "DocsId": "M:System.Configuration.DefaultSection.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L35C13-L35C32" - }, - { - "DocsId": "M:System.Configuration.DefaultSection.ResetModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L40C13-L41C10" - }, - { - "DocsId": "M:System.Configuration.DefaultSection.Reset(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L45C13-L47C10" - }, - { - "DocsId": "M:System.Configuration.DefaultSection.DeserializeSection(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L51C13-L55C10" - }, - { - "DocsId": "M:System.Configuration.DefaultSection.SerializeSection(System.Configuration.ConfigurationElement,System.String,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L60C13-L60C28" - }, - { - "DocsId": "P:System.Configuration.DefaultSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L20C83-L20C108" - } - ], - "DocsId": "T:System.Configuration.DefaultSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.DefaultSettingValueAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSettingValueAttribute.cs#L20C9-L23C10" - }, - { - "DocsId": "P:System.Configuration.DefaultSettingValueAttribute.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSettingValueAttribute.cs#L32C17-L32C31" - } - ], - "DocsId": "T:System.Configuration.DefaultSettingValueAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSettingValueAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.DefaultValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultValidator.cs#L12C13-L12C25" - }, - { - "DocsId": "M:System.Configuration.DefaultValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultValidator.cs#L18C9-L18C10" - }, - { - "DocsId": "M:System.Configuration.DefaultValidator.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultValidator.cs" - } - ], - "DocsId": "T:System.Configuration.DefaultValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultValidator.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Configuration.ElementInformation.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L20C16-L20C87" - }, - { - "DocsId": "P:System.Configuration.ElementInformation.IsPresent", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L22C34-L22C61" - }, - { - "DocsId": "P:System.Configuration.ElementInformation.IsLocked", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L24C33-L25C81" - }, - { - "DocsId": "P:System.Configuration.ElementInformation.IsCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L31C17-L40C43" - }, - { - "DocsId": "P:System.Configuration.ElementInformation.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L44C33-L44C105" - }, - { - "DocsId": "P:System.Configuration.ElementInformation.LineNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L49C34-L49C113" - }, - { - "DocsId": "P:System.Configuration.ElementInformation.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L51C29-L51C51" - }, - { - "DocsId": "P:System.Configuration.ElementInformation.Validator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L53C56-L53C94" - }, - { - "DocsId": "P:System.Configuration.ElementInformation.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L55C38-L55C73" - } - ], - "DocsId": "T:System.Configuration.ElementInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ExeConfigurationFileMap.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L8C9-L13C10" - }, - { - "DocsId": "M:System.Configuration.ExeConfigurationFileMap.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L16C15-L21C10" - }, - { - "DocsId": "M:System.Configuration.ExeConfigurationFileMap.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L40C13-L41C42" - }, - { - "DocsId": "P:System.Configuration.ExeConfigurationFileMap.ExeConfigFilename", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L32C43-L32C47" - }, - { - "DocsId": "P:System.Configuration.ExeConfigurationFileMap.RoamingUserConfigFilename", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L34C51-L34C55" - }, - { - "DocsId": "P:System.Configuration.ExeConfigurationFileMap.LocalUserConfigFilename", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L36C49-L36C53" - } - ], - "DocsId": "T:System.Configuration.ExeConfigurationFileMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Configuration.ExeContext.UserLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeContext.cs#L20C51-L20C55" - }, - { - "DocsId": "P:System.Configuration.ExeContext.ExePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeContext.cs#L22C33-L22C37" - } - ], - "DocsId": "T:System.Configuration.ExeContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.GenericEnumConverter.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/GenericEnumConverter.cs#L14C9-L20C10" - }, - { - "DocsId": "M:System.Configuration.GenericEnumConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/GenericEnumConverter.cs#L24C13-L24C37" - }, - { - "DocsId": "M:System.Configuration.GenericEnumConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/GenericEnumConverter.cs#L30C13-L47C10" - } - ], - "DocsId": "T:System.Configuration.GenericEnumConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/GenericEnumConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.IApplicationSettingsProvider.GetPreviousVersion(System.Configuration.SettingsContext,System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IApplicationSettingsProvider.cs" - }, - { - "DocsId": "M:System.Configuration.IApplicationSettingsProvider.Reset(System.Configuration.SettingsContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IApplicationSettingsProvider.cs" - }, - { - "DocsId": "M:System.Configuration.IApplicationSettingsProvider.Upgrade(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IApplicationSettingsProvider.cs" - } - ], - "DocsId": "T:System.Configuration.IApplicationSettingsProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IApplicationSettingsProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.IConfigurationSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IConfigurationSectionHandler.cs" - } - ], - "DocsId": "T:System.Configuration.IConfigurationSectionHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IConfigurationSectionHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.IgnoreSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L13C9-L18C10" - }, - { - "DocsId": "M:System.Configuration.IgnoreSection.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L35C13-L35C32" - }, - { - "DocsId": "M:System.Configuration.IgnoreSection.ResetModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L40C13-L41C10" - }, - { - "DocsId": "M:System.Configuration.IgnoreSection.Reset(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L45C13-L47C10" - }, - { - "DocsId": "M:System.Configuration.IgnoreSection.DeserializeSection(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L51C13-L55C10" - }, - { - "DocsId": "M:System.Configuration.IgnoreSection.SerializeSection(System.Configuration.ConfigurationElement,System.String,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L60C13-L60C28" - }, - { - "DocsId": "P:System.Configuration.IgnoreSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L20C83-L20C108" - } - ], - "DocsId": "T:System.Configuration.IgnoreSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.IgnoreSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSectionHandler.cs#L16C13-L16C25" - }, - { - "DocsId": "M:System.Configuration.IgnoreSectionHandler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSectionHandler.cs" - } - ], - "DocsId": "T:System.Configuration.IgnoreSectionHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSectionHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.InfiniteIntConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteIntConverter.cs#L14C13-L16C114" - }, - { - "DocsId": "M:System.Configuration.InfiniteIntConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteIntConverter.cs#L23C13-L23C98" - }, - { - "DocsId": "M:System.Configuration.InfiniteIntConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteIntConverter.cs" - } - ], - "DocsId": "T:System.Configuration.InfiniteIntConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteIntConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.InfiniteTimeSpanConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteTimeSpanConverter.cs#L15C13-L19C71" - }, - { - "DocsId": "M:System.Configuration.InfiniteTimeSpanConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteTimeSpanConverter.cs#L24C13-L26C80" - }, - { - "DocsId": "M:System.Configuration.InfiniteTimeSpanConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteTimeSpanConverter.cs" - } - ], - "DocsId": "T:System.Configuration.InfiniteTimeSpanConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteTimeSpanConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.IntegerValidator.#ctor(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs#L14C13-L15C12" - }, - { - "DocsId": "M:System.Configuration.IntegerValidator.#ctor(System.Int32,System.Int32,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs#L18C13-L19C12" - }, - { - "DocsId": "M:System.Configuration.IntegerValidator.#ctor(System.Int32,System.Int32,System.Boolean,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs#L21C9-L33C10" - }, - { - "DocsId": "M:System.Configuration.IntegerValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs#L37C13-L37C40" - }, - { - "DocsId": "M:System.Configuration.IntegerValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs#L42C13-L49C10" - } - ], - "DocsId": "T:System.Configuration.IntegerValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.IntegerValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs#L9C9-L10C41" - }, - { - "DocsId": "P:System.Configuration.IntegerValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs#L12C73-L12C119" - }, - { - "DocsId": "P:System.Configuration.IntegerValidatorAttribute.MinValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs#L16C19-L16C31" - }, - { - "DocsId": "P:System.Configuration.IntegerValidatorAttribute.MaxValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs#L28C19-L28C31" - }, - { - "DocsId": "P:System.Configuration.IntegerValidatorAttribute.ExcludeRange", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs#L38C36-L38C40" - } - ], - "DocsId": "T:System.Configuration.IntegerValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.IriParsingElement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IriParsingElement.cs#L10C9-L19C10" - }, - { - "DocsId": "P:System.Configuration.IriParsingElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IriParsingElement.cs#L25C17-L25C36" - }, - { - "DocsId": "P:System.Configuration.IriParsingElement.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IriParsingElement.cs#L32C19-L32C47" - } - ], - "DocsId": "T:System.Configuration.IriParsingElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IriParsingElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ISettingsProviderService.GetSettingsProvider(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ISettingsProviderService.cs" - } - ], - "DocsId": "T:System.Configuration.ISettingsProviderService", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ISettingsProviderService.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.KeyValueConfigurationCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L12C13-L15C10" - }, - { - "DocsId": "M:System.Configuration.KeyValueConfigurationCollection.Add(System.Configuration.KeyValueConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L28C13-L44C10" - }, - { - "DocsId": "M:System.Configuration.KeyValueConfigurationCollection.Add(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L48C13-L50C10" - }, - { - "DocsId": "M:System.Configuration.KeyValueConfigurationCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L54C13-L55C10" - }, - { - "DocsId": "M:System.Configuration.KeyValueConfigurationCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L59C13-L60C10" - }, - { - "DocsId": "M:System.Configuration.KeyValueConfigurationCollection.CreateNewElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L64C13-L64C55" - }, - { - "DocsId": "M:System.Configuration.KeyValueConfigurationCollection.GetElementKey(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L69C13-L69C64" - }, - { - "DocsId": "P:System.Configuration.KeyValueConfigurationCollection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L17C83-L17C95" - }, - { - "DocsId": "P:System.Configuration.KeyValueConfigurationCollection.ThrowOnDuplicate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L19C53-L19C58" - }, - { - "DocsId": "P:System.Configuration.KeyValueConfigurationCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L21C69-L21C111" - }, - { - "DocsId": "P:System.Configuration.KeyValueConfigurationCollection.AllKeys", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L23C36-L23C89" - } - ], - "DocsId": "T:System.Configuration.KeyValueConfigurationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.KeyValueConfigurationElement.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs#L24C9-L29C10" - }, - { - "DocsId": "M:System.Configuration.KeyValueConfigurationElement.Init", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs#L45C13-L56C10" - }, - { - "DocsId": "P:System.Configuration.KeyValueConfigurationElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs#L31C83-L31C95" - }, - { - "DocsId": "P:System.Configuration.KeyValueConfigurationElement.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs#L34C30-L34C53" - }, - { - "DocsId": "P:System.Configuration.KeyValueConfigurationElement.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs#L39C19-L39C52" - } - ], - "DocsId": "T:System.Configuration.KeyValueConfigurationElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.LocalFileSettingsProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L51C13-L57C10" - }, - { - "DocsId": "M:System.Configuration.LocalFileSettingsProvider.GetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L64C13-L143C27" - }, - { - "DocsId": "M:System.Configuration.LocalFileSettingsProvider.SetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L151C13-L197C10" - }, - { - "DocsId": "M:System.Configuration.LocalFileSettingsProvider.Reset(System.Configuration.SettingsContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L205C13-L210C10" - }, - { - "DocsId": "M:System.Configuration.LocalFileSettingsProvider.Upgrade(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L221C13-L247C10" - }, - { - "DocsId": "M:System.Configuration.LocalFileSettingsProvider.GetPreviousVersion(System.Configuration.SettingsContext,System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L254C13-L268C30" - }, - { - "DocsId": "M:System.Configuration.LocalFileSettingsProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L18C9-L18C48" - }, - { - "DocsId": "P:System.Configuration.LocalFileSettingsProvider.ApplicationName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L31C17-L31C33" - } - ], - "DocsId": "T:System.Configuration.LocalFileSettingsProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.LongValidator.#ctor(System.Int64,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs#L14C15-L15C12" - }, - { - "DocsId": "M:System.Configuration.LongValidator.#ctor(System.Int64,System.Int64,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs#L18C15-L19C12" - }, - { - "DocsId": "M:System.Configuration.LongValidator.#ctor(System.Int64,System.Int64,System.Boolean,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs#L21C9-L33C10" - }, - { - "DocsId": "M:System.Configuration.LongValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs#L37C13-L37C41" - }, - { - "DocsId": "M:System.Configuration.LongValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs#L42C13-L49C10" - } - ], - "DocsId": "T:System.Configuration.LongValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.LongValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs#L9C9-L10C43" - }, - { - "DocsId": "P:System.Configuration.LongValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs#L12C73-L12C116" - }, - { - "DocsId": "P:System.Configuration.LongValidatorAttribute.MinValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs#L16C19-L16C31" - }, - { - "DocsId": "P:System.Configuration.LongValidatorAttribute.MaxValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs#L27C19-L27C31" - }, - { - "DocsId": "P:System.Configuration.LongValidatorAttribute.ExcludeRange", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs#L36C36-L36C40" - } - ], - "DocsId": "T:System.Configuration.LongValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.NameValueConfigurationCollection.Add(System.Configuration.NameValueConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L33C13-L34C10" - }, - { - "DocsId": "M:System.Configuration.NameValueConfigurationCollection.Remove(System.Configuration.NameValueConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L38C13-L40C10" - }, - { - "DocsId": "M:System.Configuration.NameValueConfigurationCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L44C13-L45C10" - }, - { - "DocsId": "M:System.Configuration.NameValueConfigurationCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L49C13-L50C10" - }, - { - "DocsId": "M:System.Configuration.NameValueConfigurationCollection.CreateNewElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L54C13-L54C56" - }, - { - "DocsId": "M:System.Configuration.NameValueConfigurationCollection.GetElementKey(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L59C13-L59C66" - }, - { - "DocsId": "M:System.Configuration.NameValueConfigurationCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs" - }, - { - "DocsId": "P:System.Configuration.NameValueConfigurationCollection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L11C83-L11C95" - }, - { - "DocsId": "P:System.Configuration.NameValueConfigurationCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L15C19-L15C71" - }, - { - "DocsId": "P:System.Configuration.NameValueConfigurationCollection.AllKeys", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L29C36-L29C89" - } - ], - "DocsId": "T:System.Configuration.NameValueConfigurationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.NameValueConfigurationElement.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationElement.cs#L18C9-L22C10" - }, - { - "DocsId": "P:System.Configuration.NameValueConfigurationElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationElement.cs#L24C83-L24C95" - }, - { - "DocsId": "P:System.Configuration.NameValueConfigurationElement.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationElement.cs#L27C31-L27C55" - }, - { - "DocsId": "P:System.Configuration.NameValueConfigurationElement.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationElement.cs#L32C19-L32C52" - } - ], - "DocsId": "T:System.Configuration.NameValueConfigurationElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.NameValueFileSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueFileSectionHandler.cs#L22C13-L67C27" - }, - { - "DocsId": "M:System.Configuration.NameValueFileSectionHandler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueFileSectionHandler.cs" - } - ], - "DocsId": "T:System.Configuration.NameValueFileSectionHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueFileSectionHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.NameValueSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueSectionHandler.cs#L18C13-L18C88" - }, - { - "DocsId": "M:System.Configuration.NameValueSectionHandler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueSectionHandler.cs" - }, - { - "DocsId": "P:System.Configuration.NameValueSectionHandler.KeyAttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueSectionHandler.cs#L88C19-L88C46" - }, - { - "DocsId": "P:System.Configuration.NameValueSectionHandler.ValueAttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueSectionHandler.cs#L96C19-L96C48" - } - ], - "DocsId": "T:System.Configuration.NameValueSectionHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueSectionHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Configuration.OverrideMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/OverrideMode.cs" - }, - { - "DocsId": "F:System.Configuration.OverrideMode.Inherit", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/OverrideMode.cs" - }, - { - "DocsId": "F:System.Configuration.OverrideMode.Allow", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/OverrideMode.cs" - }, - { - "DocsId": "F:System.Configuration.OverrideMode.Deny", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/OverrideMode.cs" - } - ], - "DocsId": "T:System.Configuration.OverrideMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/OverrideMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.PositiveTimeSpanValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidator.cs#L10C13-L10C45" - }, - { - "DocsId": "M:System.Configuration.PositiveTimeSpanValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidator.cs#L15C13-L22C10" - }, - { - "DocsId": "M:System.Configuration.PositiveTimeSpanValidator.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidator.cs" - } - ], - "DocsId": "T:System.Configuration.PositiveTimeSpanValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.PositiveTimeSpanValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidatorAttribute.cs" - }, - { - "DocsId": "P:System.Configuration.PositiveTimeSpanValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidatorAttribute.cs#L9C73-L9C104" - } - ], - "DocsId": "T:System.Configuration.PositiveTimeSpanValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidatorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Configuration.PropertyInformation.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L24C30-L24C34" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L32C19-L32C45" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.DefaultValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L36C39-L36C56" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.ValueOrigin", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L42C17-L43C124" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L47C35-L47C108" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.IsKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L49C30-L49C40" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.IsRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L51C35-L51C50" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.IsLocked", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L54C13-L60C82" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L67C17-L69C66" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.LineNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L80C17-L82C45" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L86C29-L86C38" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.Validator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L88C56-L88C70" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.Converter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L90C43-L90C57" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L92C38-L92C54" - } - ], - "DocsId": "T:System.Configuration.PropertyInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.PropertyInformationCollection.CopyTo(System.Configuration.PropertyInformation[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformationCollection.cs#L44C13-L52C10" - }, - { - "DocsId": "M:System.Configuration.PropertyInformationCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformationCollection.cs" - }, - { - "DocsId": "P:System.Configuration.PropertyInformationCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformationCollection.cs#L25C17-L35C31" - } - ], - "DocsId": "T:System.Configuration.PropertyInformationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformationCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Configuration.PropertyValueOrigin.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyValueOrigin.cs" - }, - { - "DocsId": "F:System.Configuration.PropertyValueOrigin.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyValueOrigin.cs" - }, - { - "DocsId": "F:System.Configuration.PropertyValueOrigin.Inherited", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyValueOrigin.cs" - }, - { - "DocsId": "F:System.Configuration.PropertyValueOrigin.SetHere", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyValueOrigin.cs" - } - ], - "DocsId": "T:System.Configuration.PropertyValueOrigin", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyValueOrigin.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Configuration.ProtectedConfiguration.RsaProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs" - }, - { - "DocsId": "F:System.Configuration.ProtectedConfiguration.DataProtectionProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs" - }, - { - "DocsId": "F:System.Configuration.ProtectedConfiguration.ProtectedDataSectionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs" - }, - { - "DocsId": "P:System.Configuration.ProtectedConfiguration.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs#L12C17-L16C115" - }, - { - "DocsId": "P:System.Configuration.ProtectedConfiguration.DefaultProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs#L28C17-L32C69" - } - ], - "DocsId": "T:System.Configuration.ProtectedConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ProtectedConfigurationProvider.Encrypt(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProvider.cs" - }, - { - "DocsId": "M:System.Configuration.ProtectedConfigurationProvider.Decrypt(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProvider.cs" - }, - { - "DocsId": "M:System.Configuration.ProtectedConfigurationProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProvider.cs" - } - ], - "DocsId": "T:System.Configuration.ProtectedConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ProtectedConfigurationProviderCollection.Add(System.Configuration.Provider.ProviderBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProviderCollection.cs#L14C13-L27C10" - }, - { - "DocsId": "M:System.Configuration.ProtectedConfigurationProviderCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProviderCollection.cs" - }, - { - "DocsId": "P:System.Configuration.ProtectedConfigurationProviderCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProviderCollection.cs#L10C72-L10C114" - } - ], - "DocsId": "T:System.Configuration.ProtectedConfigurationProviderCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProviderCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ProtectedConfigurationSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationSection.cs#L30C9-L30C51" - }, - { - "DocsId": "P:System.Configuration.ProtectedConfigurationSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationSection.cs#L32C83-L32C95" - }, - { - "DocsId": "P:System.Configuration.ProtectedConfigurationSection.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationSection.cs#L37C56-L37C84" - }, - { - "DocsId": "P:System.Configuration.ProtectedConfigurationSection.DefaultProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationSection.cs#L42C19-L42C62" - } - ], - "DocsId": "T:System.Configuration.ProtectedConfigurationSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationSection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ProtectedProviderSettings.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedProviderSettings.cs#L8C9-L21C10" - }, - { - "DocsId": "P:System.Configuration.ProtectedProviderSettings.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedProviderSettings.cs#L23C83-L23C94" - }, - { - "DocsId": "P:System.Configuration.ProtectedProviderSettings.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedProviderSettings.cs#L26C56-L26C104" - } - ], - "DocsId": "T:System.Configuration.ProtectedProviderSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedProviderSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ProviderSettings.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L13C9-L30C10" - }, - { - "DocsId": "M:System.Configuration.ProviderSettings.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L32C61-L36C10" - }, - { - "DocsId": "M:System.Configuration.ProviderSettings.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L86C13-L94C10" - }, - { - "DocsId": "M:System.Configuration.ProviderSettings.Reset(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L98C13-L102C10" - }, - { - "DocsId": "M:System.Configuration.ProviderSettings.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L149C13-L149C68" - }, - { - "DocsId": "M:System.Configuration.ProviderSettings.OnDeserializeUnrecognizedAttribute(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L181C13-L185C25" - }, - { - "DocsId": "P:System.Configuration.ProviderSettings.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L42C17-L43C36" - }, - { - "DocsId": "P:System.Configuration.ProviderSettings.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L50C19-L50C50" - }, - { - "DocsId": "P:System.Configuration.ProviderSettings.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L57C19-L57C50" - }, - { - "DocsId": "P:System.Configuration.ProviderSettings.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L65C17-L78C48" - } - ], - "DocsId": "T:System.Configuration.ProviderSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ProviderSettingsCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L12C13-L13C12" - }, - { - "DocsId": "M:System.Configuration.ProviderSettingsCollection.Add(System.Configuration.ProviderSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L33C13-L38C10" - }, - { - "DocsId": "M:System.Configuration.ProviderSettingsCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L42C13-L43C10" - }, - { - "DocsId": "M:System.Configuration.ProviderSettingsCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L47C13-L48C10" - }, - { - "DocsId": "M:System.Configuration.ProviderSettingsCollection.CreateNewElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L52C13-L52C43" - }, - { - "DocsId": "M:System.Configuration.ProviderSettingsCollection.GetElementKey(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L57C13-L57C53" - }, - { - "DocsId": "P:System.Configuration.ProviderSettingsCollection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L15C83-L15C95" - }, - { - "DocsId": "P:System.Configuration.ProviderSettingsCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L17C57-L17C87" - }, - { - "DocsId": "P:System.Configuration.ProviderSettingsCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L21C19-L21C59" - } - ], - "DocsId": "T:System.Configuration.ProviderSettingsCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.RegexStringValidator.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidator.cs#L13C9-L19C10" - }, - { - "DocsId": "M:System.Configuration.RegexStringValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidator.cs#L23C13-L23C43" - }, - { - "DocsId": "M:System.Configuration.RegexStringValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidator.cs#L28C13-L34C10" - } - ], - "DocsId": "T:System.Configuration.RegexStringValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.RegexStringValidatorAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidatorAttribute.cs#L9C9-L12C10" - }, - { - "DocsId": "P:System.Configuration.RegexStringValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidatorAttribute.cs#L14C73-L14C104" - }, - { - "DocsId": "P:System.Configuration.RegexStringValidatorAttribute.Regex", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidatorAttribute.cs#L16C31-L16C35" - } - ], - "DocsId": "T:System.Configuration.RegexStringValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidatorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.RsaProtectedConfigurationProvider.Decrypt(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L20C13-L20C55" - }, - { - "DocsId": "M:System.Configuration.RsaProtectedConfigurationProvider.Encrypt(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L25C13-L25C55" - }, - { - "DocsId": "M:System.Configuration.RsaProtectedConfigurationProvider.AddKey(System.Int32,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L30C13-L30C55" - }, - { - "DocsId": "M:System.Configuration.RsaProtectedConfigurationProvider.DeleteKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L35C13-L35C55" - }, - { - "DocsId": "M:System.Configuration.RsaProtectedConfigurationProvider.ImportKey(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L40C13-L40C55" - }, - { - "DocsId": "M:System.Configuration.RsaProtectedConfigurationProvider.ExportKey(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L45C13-L45C55" - }, - { - "DocsId": "M:System.Configuration.RsaProtectedConfigurationProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs" - }, - { - "DocsId": "P:System.Configuration.RsaProtectedConfigurationProvider.KeyContainerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L48C48-L48C90" - }, - { - "DocsId": "P:System.Configuration.RsaProtectedConfigurationProvider.CspProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L49C47-L49C89" - }, - { - "DocsId": "P:System.Configuration.RsaProtectedConfigurationProvider.UseMachineContainer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L50C49-L50C91" - }, - { - "DocsId": "P:System.Configuration.RsaProtectedConfigurationProvider.UseOAEP", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L51C37-L51C79" - }, - { - "DocsId": "P:System.Configuration.RsaProtectedConfigurationProvider.UseFIPS", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L52C37-L52C79" - }, - { - "DocsId": "P:System.Configuration.RsaProtectedConfigurationProvider.RsaPublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L53C51-L53C93" - } - ], - "DocsId": "T:System.Configuration.RsaProtectedConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SchemeSettingElement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElement.cs" - }, - { - "DocsId": "P:System.Configuration.SchemeSettingElement.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElement.cs#L19C19-L19C47" - }, - { - "DocsId": "P:System.Configuration.SchemeSettingElement.GenericUriParserOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElement.cs#L26C19-L26C83" - }, - { - "DocsId": "P:System.Configuration.SchemeSettingElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElement.cs#L31C19-L31C39" - } - ], - "DocsId": "T:System.Configuration.SchemeSettingElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SchemeSettingElementCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L17C9-L22C10" - }, - { - "DocsId": "M:System.Configuration.SchemeSettingElementCollection.IndexOf(System.Configuration.SchemeSettingElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L41C13-L41C41" - }, - { - "DocsId": "M:System.Configuration.SchemeSettingElementCollection.CreateNewElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L46C13-L46C47" - }, - { - "DocsId": "M:System.Configuration.SchemeSettingElementCollection.GetElementKey(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L51C13-L51C57" - }, - { - "DocsId": "P:System.Configuration.SchemeSettingElementCollection.CollectionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L26C19-L26C79" - }, - { - "DocsId": "P:System.Configuration.SchemeSettingElementCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L31C19-L31C63" - }, - { - "DocsId": "P:System.Configuration.SchemeSettingElementCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L36C19-L36C62" - } - ], - "DocsId": "T:System.Configuration.SchemeSettingElementCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SectionInformation.ForceDeclaration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L565C13-L566C10" - }, - { - "DocsId": "M:System.Configuration.SectionInformation.ForceDeclaration(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L572C13-L596C10" - }, - { - "DocsId": "M:System.Configuration.SectionInformation.ProtectSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L603C13-L624C10" - }, - { - "DocsId": "M:System.Configuration.SectionInformation.UnprotectSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L628C13-L634C10" - }, - { - "DocsId": "M:System.Configuration.SectionInformation.GetParentSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L638C13-L656C29" - }, - { - "DocsId": "M:System.Configuration.SectionInformation.GetRawXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L661C13-L664C66" - }, - { - "DocsId": "M:System.Configuration.SectionInformation.SetRawXml(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L669C13-L673C10" - }, - { - "DocsId": "M:System.Configuration.SectionInformation.RevertToParent", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L677C13-L681C10" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.SectionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L80C38-L80C47" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L82C30-L82C34" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.AllowDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L86C19-L86C43" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.AllowExeDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L107C19-L107C46" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.OverrideModeDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L128C19-L128C60" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.AllowLocation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L154C19-L154C52" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.AllowOverride", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L175C19-L175C54" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.OverrideMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L187C19-L187C53" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.OverrideModeEffective", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L216C54-L216C121" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.ConfigSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L231C19-L231C56" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.InheritInChildApplications", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L257C19-L257C57" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.IsDeclared", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L271C17-L273C45" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.IsDeclarationRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L283C17-L285C56" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.IsLocked", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L295C33-L296C62" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.IsProtected", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L298C36-L298C62" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.ProtectionProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L304C17-L310C44" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.RestartOnExternalChanges", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L318C19-L318C63" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.RequirePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L339C19-L339C56" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L361C19-L361C36" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.ForceSave", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L394C19-L394C48" - } - ], - "DocsId": "T:System.Configuration.SectionInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingAttribute.cs" - } - ], - "DocsId": "T:System.Configuration.SettingAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingChangingEventArgs.#ctor(System.String,System.String,System.String,System.Object,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs#L18C133-L24C10" - }, - { - "DocsId": "P:System.Configuration.SettingChangingEventArgs.NewValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs#L30C17-L30C34" - }, - { - "DocsId": "P:System.Configuration.SettingChangingEventArgs.SettingClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs#L38C17-L38C38" - }, - { - "DocsId": "P:System.Configuration.SettingChangingEventArgs.SettingName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs#L46C17-L46C37" - }, - { - "DocsId": "P:System.Configuration.SettingChangingEventArgs.SettingKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs#L54C17-L54C36" - } - ], - "DocsId": "T:System.Configuration.SettingChangingEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingChangingEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventHandler.cs" - }, - { - "DocsId": "M:System.Configuration.SettingChangingEventHandler.Invoke(System.Object,System.Configuration.SettingChangingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventHandler.cs" - }, - { - "DocsId": "M:System.Configuration.SettingChangingEventHandler.BeginInvoke(System.Object,System.Configuration.SettingChangingEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventHandler.cs" - }, - { - "DocsId": "M:System.Configuration.SettingChangingEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventHandler.cs" - } - ], - "DocsId": "T:System.Configuration.SettingChangingEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingElement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L27C9-L29C10" - }, - { - "DocsId": "M:System.Configuration.SettingElement.#ctor(System.String,System.Configuration.SettingsSerializeAs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L31C79-L35C10" - }, - { - "DocsId": "M:System.Configuration.SettingElement.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L47C13-L48C95" - }, - { - "DocsId": "M:System.Configuration.SettingElement.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L53C13-L53C61" - }, - { - "DocsId": "P:System.Configuration.SettingElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L60C17-L60C37" - }, - { - "DocsId": "P:System.Configuration.SettingElement.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L69C17-L69C49" - }, - { - "DocsId": "P:System.Configuration.SettingElement.SerializeAs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L82C17-L82C69" - }, - { - "DocsId": "P:System.Configuration.SettingElement.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L95C17-L95C63" - } - ], - "DocsId": "T:System.Configuration.SettingElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingElementCollection.CreateNewElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L26C13-L26C41" - }, - { - "DocsId": "M:System.Configuration.SettingElementCollection.GetElementKey(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L31C13-L31C50" - }, - { - "DocsId": "M:System.Configuration.SettingElementCollection.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L36C13-L36C56" - }, - { - "DocsId": "M:System.Configuration.SettingElementCollection.Add(System.Configuration.SettingElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L41C13-L42C10" - }, - { - "DocsId": "M:System.Configuration.SettingElementCollection.Remove(System.Configuration.SettingElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L46C13-L47C10" - }, - { - "DocsId": "M:System.Configuration.SettingElementCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L51C13-L52C10" - }, - { - "DocsId": "M:System.Configuration.SettingElementCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs" - }, - { - "DocsId": "P:System.Configuration.SettingElementCollection.CollectionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L12C17-L12C68" - }, - { - "DocsId": "P:System.Configuration.SettingElementCollection.ElementName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L20C17-L20C34" - } - ], - "DocsId": "T:System.Configuration.SettingElementCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsAttributeDictionary.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsAttributeDictionary.cs#L11C48-L11C58" - }, - { - "DocsId": "M:System.Configuration.SettingsAttributeDictionary.#ctor(System.Configuration.SettingsAttributeDictionary)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsAttributeDictionary.cs#L13C86-L13C106" - }, - { - "DocsId": "M:System.Configuration.SettingsAttributeDictionary.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsAttributeDictionary.cs#L15C9-L17C55" - } - ], - "DocsId": "T:System.Configuration.SettingsAttributeDictionary", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsAttributeDictionary.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L16C9-L19C10" - }, - { - "DocsId": "M:System.Configuration.SettingsBase.Initialize(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection,System.Configuration.SettingsProviderCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L103C13-L106C10" - }, - { - "DocsId": "M:System.Configuration.SettingsBase.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L110C13-L121C10" - }, - { - "DocsId": "M:System.Configuration.SettingsBase.Synchronized(System.Configuration.SettingsBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L176C13-L177C33" - }, - { - "DocsId": "P:System.Configuration.SettingsBase.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L25C17-L36C14" - }, - { - "DocsId": "P:System.Configuration.SettingsBase.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L147C70-L147C89" - }, - { - "DocsId": "P:System.Configuration.SettingsBase.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L148C69-L148C87" - }, - { - "DocsId": "P:System.Configuration.SettingsBase.PropertyValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L149C79-L149C102" - }, - { - "DocsId": "P:System.Configuration.SettingsBase.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L150C56-L150C72" - }, - { - "DocsId": "P:System.Configuration.SettingsBase.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L181C44-L181C67" - } - ], - "DocsId": "T:System.Configuration.SettingsBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsContext.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsContext.cs#L11C36-L11C46" - }, - { - "DocsId": "M:System.Configuration.SettingsContext.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsContext.cs#L13C9-L15C55" - } - ], - "DocsId": "T:System.Configuration.SettingsContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsDescriptionAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsDescriptionAttribute.cs#L17C9-L20C10" - }, - { - "DocsId": "P:System.Configuration.SettingsDescriptionAttribute.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsDescriptionAttribute.cs#L29C17-L29C37" - } - ], - "DocsId": "T:System.Configuration.SettingsDescriptionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsDescriptionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsGroupDescriptionAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupDescriptionAttribute.cs#L17C9-L20C10" - }, - { - "DocsId": "P:System.Configuration.SettingsGroupDescriptionAttribute.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupDescriptionAttribute.cs#L29C17-L29C37" - } - ], - "DocsId": "T:System.Configuration.SettingsGroupDescriptionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupDescriptionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsGroupNameAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupNameAttribute.cs#L17C9-L20C10" - }, - { - "DocsId": "P:System.Configuration.SettingsGroupNameAttribute.GroupName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupNameAttribute.cs#L29C17-L29C35" - } - ], - "DocsId": "T:System.Configuration.SettingsGroupNameAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupNameAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsLoadedEventArgs.#ctor(System.Configuration.SettingsProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventArgs.cs#L13C9-L16C10" - }, - { - "DocsId": "P:System.Configuration.SettingsLoadedEventArgs.Provider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventArgs.cs#L22C17-L22C34" - } - ], - "DocsId": "T:System.Configuration.SettingsLoadedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsLoadedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventHandler.cs" - }, - { - "DocsId": "M:System.Configuration.SettingsLoadedEventHandler.Invoke(System.Object,System.Configuration.SettingsLoadedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventHandler.cs" - }, - { - "DocsId": "M:System.Configuration.SettingsLoadedEventHandler.BeginInvoke(System.Object,System.Configuration.SettingsLoadedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventHandler.cs" - }, - { - "DocsId": "M:System.Configuration.SettingsLoadedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventHandler.cs" - } - ], - "DocsId": "T:System.Configuration.SettingsLoadedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Configuration.SettingsManageability.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageability.cs" - }, - { - "DocsId": "F:System.Configuration.SettingsManageability.Roaming", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageability.cs" - } - ], - "DocsId": "T:System.Configuration.SettingsManageability", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageability.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsManageabilityAttribute.#ctor(System.Configuration.SettingsManageability)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageabilityAttribute.cs#L17C9-L20C10" - }, - { - "DocsId": "P:System.Configuration.SettingsManageabilityAttribute.Manageability", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageabilityAttribute.cs#L29C17-L29C39" - } - ], - "DocsId": "T:System.Configuration.SettingsManageabilityAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageabilityAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L13C9-L16C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.Add(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L20C13-L34C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L38C13-L55C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L67C13-L67C54" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L72C13-L72C63" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.SetReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L77C13-L80C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L84C13-L89C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.OnAdd(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L96C67-L96C68" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.OnAddComplete(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L98C75-L98C76" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.OnClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L100C44-L100C45" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L102C52-L102C53" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.OnRemove(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L104C70-L104C71" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.OnRemoveComplete(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L106C78-L106C79" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L115C13-L116C10" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L61C17-L61C61" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L109C34-L109C58" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L110C44-L110C57" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L111C40-L111C52" - } - ], - "DocsId": "T:System.Configuration.SettingsPropertyCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsPropertyIsReadOnlyException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyIsReadOnlyException.cs#L14C16-L16C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyIsReadOnlyException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyIsReadOnlyException.cs#L19C16-L21C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyIsReadOnlyException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyIsReadOnlyException.cs#L28C16-L30C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyIsReadOnlyException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyIsReadOnlyException.cs#L32C9-L34C10" - } - ], - "DocsId": "T:System.Configuration.SettingsPropertyIsReadOnlyException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyIsReadOnlyException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsPropertyNotFoundException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyNotFoundException.cs#L14C15-L16C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyNotFoundException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyNotFoundException.cs#L19C15-L21C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyNotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyNotFoundException.cs#L28C15-L30C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyNotFoundException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyNotFoundException.cs#L32C9-L34C10" - } - ], - "DocsId": "T:System.Configuration.SettingsPropertyNotFoundException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyNotFoundException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L14C9-L18C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.Add(System.Configuration.SettingsPropertyValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L22C13-L36C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L40C13-L64C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L86C13-L86C44" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L91C13-L91C75" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.SetReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L96C13-L101C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L105C13-L107C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L117C13-L118C10" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyValueCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L70C17-L80C61" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyValueCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L109C34-L109C55" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyValueCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L111C44-L111C57" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyValueCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L113C40-L113C52" - } - ], - "DocsId": "T:System.Configuration.SettingsPropertyValueCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsPropertyWrongTypeException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyWrongTypeException.cs#L14C15-L16C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyWrongTypeException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyWrongTypeException.cs#L19C16-L21C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyWrongTypeException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyWrongTypeException.cs#L28C16-L30C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyWrongTypeException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyWrongTypeException.cs#L32C9-L34C10" - } - ], - "DocsId": "T:System.Configuration.SettingsPropertyWrongTypeException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyWrongTypeException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsProvider.GetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProvider.cs" - }, - { - "DocsId": "M:System.Configuration.SettingsProvider.SetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProvider.cs" - }, - { - "DocsId": "M:System.Configuration.SettingsProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProvider.cs" - }, - { - "DocsId": "P:System.Configuration.SettingsProvider.ApplicationName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProvider.cs" - } - ], - "DocsId": "T:System.Configuration.SettingsProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsProviderAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderAttribute.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.Configuration.SettingsProviderAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderAttribute.cs#L25C9-L31C10" - }, - { - "DocsId": "P:System.Configuration.SettingsProviderAttribute.ProviderTypeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderAttribute.cs#L40C17-L40C42" - } - ], - "DocsId": "T:System.Configuration.SettingsProviderAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsProviderCollection.Add(System.Configuration.Provider.ProviderBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderCollection.cs#L12C13-L23C10" - }, - { - "DocsId": "M:System.Configuration.SettingsProviderCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderCollection.cs" - }, - { - "DocsId": "P:System.Configuration.SettingsProviderCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderCollection.cs#L29C17-L29C53" - } - ], - "DocsId": "T:System.Configuration.SettingsProviderCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsSavingEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSavingEventHandler.cs" - }, - { - "DocsId": "M:System.Configuration.SettingsSavingEventHandler.Invoke(System.Object,System.ComponentModel.CancelEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSavingEventHandler.cs" - }, - { - "DocsId": "M:System.Configuration.SettingsSavingEventHandler.BeginInvoke(System.Object,System.ComponentModel.CancelEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSavingEventHandler.cs" - }, - { - "DocsId": "M:System.Configuration.SettingsSavingEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSavingEventHandler.cs" - } - ], - "DocsId": "T:System.Configuration.SettingsSavingEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSavingEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsSerializeAsAttribute.#ctor(System.Configuration.SettingsSerializeAs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAsAttribute.cs#L17C9-L20C10" - }, - { - "DocsId": "P:System.Configuration.SettingsSerializeAsAttribute.SerializeAs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAsAttribute.cs#L29C17-L29C37" - } - ], - "DocsId": "T:System.Configuration.SettingsSerializeAsAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAsAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingValueElement.DeserializeElement(System.Xml.XmlReader,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L34C13-L35C10" - }, - { - "DocsId": "M:System.Configuration.SettingValueElement.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L39C13-L40C64" - }, - { - "DocsId": "M:System.Configuration.SettingValueElement.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L45C13-L45C49" - }, - { - "DocsId": "M:System.Configuration.SettingValueElement.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L50C13-L50C32" - }, - { - "DocsId": "M:System.Configuration.SettingValueElement.ResetModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L55C13-L56C10" - }, - { - "DocsId": "M:System.Configuration.SettingValueElement.SerializeToXmlElement(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L60C13-L69C26" - }, - { - "DocsId": "M:System.Configuration.SettingValueElement.Reset(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L74C13-L76C10" - }, - { - "DocsId": "M:System.Configuration.SettingValueElement.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L81C13-L83C10" - }, - { - "DocsId": "M:System.Configuration.SettingValueElement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs" - }, - { - "DocsId": "P:System.Configuration.SettingValueElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L17C13-L17C66" - }, - { - "DocsId": "P:System.Configuration.SettingValueElement.ValueXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L23C17-L23C34" - } - ], - "DocsId": "T:System.Configuration.SettingValueElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SingleTagSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SingleTagSectionHandler.cs#L29C13-L46C27" - }, - { - "DocsId": "M:System.Configuration.SingleTagSectionHandler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SingleTagSectionHandler.cs" - } - ], - "DocsId": "T:System.Configuration.SingleTagSectionHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SingleTagSectionHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Configuration.SpecialSetting.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSetting.cs" - }, - { - "DocsId": "F:System.Configuration.SpecialSetting.ConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSetting.cs" - }, - { - "DocsId": "F:System.Configuration.SpecialSetting.WebServiceUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSetting.cs" - } - ], - "DocsId": "T:System.Configuration.SpecialSetting", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSetting.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SpecialSettingAttribute.#ctor(System.Configuration.SpecialSetting)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSettingAttribute.cs#L16C9-L19C10" - }, - { - "DocsId": "P:System.Configuration.SpecialSettingAttribute.SpecialSetting", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSettingAttribute.cs#L28C17-L28C40" - } - ], - "DocsId": "T:System.Configuration.SpecialSettingAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSettingAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L14C9-L19C10" - }, - { - "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L56C13-L70C58" - }, - { - "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.SetReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L86C13-L87C10" - }, - { - "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L91C13-L95C10" - }, - { - "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.AddRange(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L99C13-L106C10" - }, - { - "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L110C13-L113C10" - }, - { - "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.Insert(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L117C13-L121C10" - }, - { - "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L125C13-L129C10" - }, - { - "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L133C13-L143C25" - }, - { - "DocsId": "P:System.Configuration.CommaDelimitedStringCollection.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L21C35-L21C79" - }, - { - "DocsId": "P:System.Configuration.CommaDelimitedStringCollection.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L23C38-L23C42" - }, - { - "DocsId": "P:System.Configuration.CommaDelimitedStringCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L27C19-L27C38" - } - ], - "DocsId": "T:System.Configuration.CommaDelimitedStringCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.StringValidator.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs#L13C15-L14C12" - }, - { - "DocsId": "M:System.Configuration.StringValidator.#ctor(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs#L17C15-L18C12" - }, - { - "DocsId": "M:System.Configuration.StringValidator.#ctor(System.Int32,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs#L20C9-L25C10" - }, - { - "DocsId": "M:System.Configuration.StringValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs#L29C13-L29C43" - }, - { - "DocsId": "M:System.Configuration.StringValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs#L34C13-L54C10" - } - ], - "DocsId": "T:System.Configuration.StringValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.StringValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs#L9C9-L9C47" - }, - { - "DocsId": "P:System.Configuration.StringValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs#L13C16-L13C78" - }, - { - "DocsId": "P:System.Configuration.StringValidatorAttribute.MinLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs#L17C19-L17C37" - }, - { - "DocsId": "P:System.Configuration.StringValidatorAttribute.MaxLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs#L29C19-L29C37" - }, - { - "DocsId": "P:System.Configuration.StringValidatorAttribute.InvalidCharacters", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs#L39C43-L39C47" - } - ], - "DocsId": "T:System.Configuration.StringValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SubclassTypeValidator.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidator.cs#L11C9-L17C10" - }, - { - "DocsId": "M:System.Configuration.SubclassTypeValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidator.cs#L21C13-L21C41" - }, - { - "DocsId": "M:System.Configuration.SubclassTypeValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidator.cs#L26C13-L36C10" - } - ], - "DocsId": "T:System.Configuration.SubclassTypeValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SubclassTypeValidatorAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidatorAttribute.cs#L9C9-L12C10" - }, - { - "DocsId": "P:System.Configuration.SubclassTypeValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidatorAttribute.cs#L14C73-L14C109" - }, - { - "DocsId": "P:System.Configuration.SubclassTypeValidatorAttribute.BaseClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidatorAttribute.cs#L16C33-L16C37" - } - ], - "DocsId": "T:System.Configuration.SubclassTypeValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidatorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.TimeSpanMinutesConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesConverter.cs#L13C13-L16C64" - }, - { - "DocsId": "M:System.Configuration.TimeSpanMinutesConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesConverter.cs#L21C13-L22C46" - }, - { - "DocsId": "M:System.Configuration.TimeSpanMinutesConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesConverter.cs" - } - ], - "DocsId": "T:System.Configuration.TimeSpanMinutesConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.TimeSpanMinutesOrInfiniteConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesOrInfiniteConverter.cs#L13C13-L15C109" - }, - { - "DocsId": "M:System.Configuration.TimeSpanMinutesOrInfiniteConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesOrInfiniteConverter.cs#L20C13-L20C101" - }, - { - "DocsId": "M:System.Configuration.TimeSpanMinutesOrInfiniteConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesOrInfiniteConverter.cs" - } - ], - "DocsId": "T:System.Configuration.TimeSpanMinutesOrInfiniteConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesOrInfiniteConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.TimeSpanSecondsConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsConverter.cs#L13C13-L17C64" - }, - { - "DocsId": "M:System.Configuration.TimeSpanSecondsConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsConverter.cs#L25C17-L31C46" - }, - { - "DocsId": "M:System.Configuration.TimeSpanSecondsConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsConverter.cs" - } - ], - "DocsId": "T:System.Configuration.TimeSpanSecondsConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.TimeSpanSecondsOrInfiniteConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsOrInfiniteConverter.cs#L13C13-L15C109" - }, - { - "DocsId": "M:System.Configuration.TimeSpanSecondsOrInfiniteConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsOrInfiniteConverter.cs#L20C13-L20C101" - }, - { - "DocsId": "M:System.Configuration.TimeSpanSecondsOrInfiniteConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsOrInfiniteConverter.cs" - } - ], - "DocsId": "T:System.Configuration.TimeSpanSecondsOrInfiniteConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsOrInfiniteConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.TimeSpanValidator.#ctor(System.TimeSpan,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs#L14C15-L15C12" - }, - { - "DocsId": "M:System.Configuration.TimeSpanValidator.#ctor(System.TimeSpan,System.TimeSpan,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs#L18C15-L19C12" - }, - { - "DocsId": "M:System.Configuration.TimeSpanValidator.#ctor(System.TimeSpan,System.TimeSpan,System.Boolean,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs#L21C9-L33C10" - }, - { - "DocsId": "M:System.Configuration.TimeSpanValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs#L37C13-L37C45" - }, - { - "DocsId": "M:System.Configuration.TimeSpanValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs#L42C13-L49C10" - } - ], - "DocsId": "T:System.Configuration.TimeSpanValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.TimeSpanValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L17C58-L19C75" - }, - { - "DocsId": "F:System.Configuration.TimeSpanValidatorAttribute.TimeSpanMinValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs" - }, - { - "DocsId": "F:System.Configuration.TimeSpanValidatorAttribute.TimeSpanMaxValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs" - }, - { - "DocsId": "P:System.Configuration.TimeSpanValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L15C16-L15C71" - }, - { - "DocsId": "P:System.Configuration.TimeSpanValidatorAttribute.MinValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L17C36-L17C40" - }, - { - "DocsId": "P:System.Configuration.TimeSpanValidatorAttribute.MaxValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L19C36-L19C40" - }, - { - "DocsId": "P:System.Configuration.TimeSpanValidatorAttribute.MinValueString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L23C19-L23C46" - }, - { - "DocsId": "P:System.Configuration.TimeSpanValidatorAttribute.MaxValueString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L37C19-L37C46" - }, - { - "DocsId": "P:System.Configuration.TimeSpanValidatorAttribute.ExcludeRange", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L49C36-L49C40" - } - ], - "DocsId": "T:System.Configuration.TimeSpanValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.TypeNameConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TypeNameConverter.cs#L14C13-L20C27" - }, - { - "DocsId": "M:System.Configuration.TypeNameConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TypeNameConverter.cs#L25C13-L29C27" - }, - { - "DocsId": "M:System.Configuration.TypeNameConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TypeNameConverter.cs" - } - ], - "DocsId": "T:System.Configuration.TypeNameConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TypeNameConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.UriSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs" - }, - { - "DocsId": "P:System.Configuration.UriSection.Idn", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs#L28C34-L28C56" - }, - { - "DocsId": "P:System.Configuration.UriSection.IriParsing", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs#L31C48-L31C84" - }, - { - "DocsId": "P:System.Configuration.UriSection.SchemeSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs#L34C65-L34C118" - }, - { - "DocsId": "P:System.Configuration.UriSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs#L36C83-L36C94" - } - ], - "DocsId": "T:System.Configuration.UriSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.UserScopedSettingAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UserScopedSettingAttribute.cs" - } - ], - "DocsId": "T:System.Configuration.UserScopedSettingAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UserScopedSettingAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.UserSettingsGroup.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UserSettingsGroup.cs" - } - ], - "DocsId": "T:System.Configuration.UserSettingsGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UserSettingsGroup.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ValidatorCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ValidatorCallback.cs" - }, - { - "DocsId": "M:System.Configuration.ValidatorCallback.Invoke(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ValidatorCallback.cs" - }, - { - "DocsId": "M:System.Configuration.ValidatorCallback.BeginInvoke(System.Object,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ValidatorCallback.cs" - }, - { - "DocsId": "M:System.Configuration.ValidatorCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ValidatorCallback.cs" - } - ], - "DocsId": "T:System.Configuration.ValidatorCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ValidatorCallback.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.WhiteSpaceTrimStringConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/WhiteSpaceTrimStringConverter.cs#L13C13-L15C74" - }, - { - "DocsId": "M:System.Configuration.WhiteSpaceTrimStringConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/WhiteSpaceTrimStringConverter.cs#L20C13-L20C42" - }, - { - "DocsId": "M:System.Configuration.WhiteSpaceTrimStringConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/WhiteSpaceTrimStringConverter.cs" - } - ], - "DocsId": "T:System.Configuration.WhiteSpaceTrimStringConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/WhiteSpaceTrimStringConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsProperty.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L20C9-L24C10" - }, - { - "DocsId": "M:System.Configuration.SettingsProperty.#ctor(System.String,System.Type,System.Configuration.SettingsProvider,System.Boolean,System.Object,System.Configuration.SettingsSerializeAs,System.Configuration.SettingsAttributeDictionary,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L26C9-L58C10" - }, - { - "DocsId": "M:System.Configuration.SettingsProperty.#ctor(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L60C9-L71C10" - }, - { - "DocsId": "P:System.Configuration.SettingsProperty.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L10C38-L10C42" - }, - { - "DocsId": "P:System.Configuration.SettingsProperty.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L11C42-L11C46" - }, - { - "DocsId": "P:System.Configuration.SettingsProperty.DefaultValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L12C46-L12C50" - }, - { - "DocsId": "P:System.Configuration.SettingsProperty.PropertyType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L13C44-L13C48" - }, - { - "DocsId": "P:System.Configuration.SettingsProperty.SerializeAs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L14C58-L14C62" - }, - { - "DocsId": "P:System.Configuration.SettingsProperty.Provider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L15C52-L15C56" - }, - { - "DocsId": "P:System.Configuration.SettingsProperty.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L16C65-L16C69" - }, - { - "DocsId": "P:System.Configuration.SettingsProperty.ThrowOnErrorDeserializing", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L17C49-L17C53" - }, - { - "DocsId": "P:System.Configuration.SettingsProperty.ThrowOnErrorSerializing", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L18C47-L18C51" - } - ], - "DocsId": "T:System.Configuration.SettingsProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsPropertyValue.#ctor(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L26C9-L29C10" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyValue.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L20C31-L20C44" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyValue.IsDirty", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L21C31-L21C35" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyValue.Property", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L22C44-L22C48" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyValue.UsingDefaultValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L23C41-L23C45" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyValue.Deserialized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L24C36-L24C40" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyValue.PropertyValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L35C17-L48C31" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyValue.SerializedValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L64C17-L69C41" - } - ], - "DocsId": "T:System.Configuration.SettingsPropertyValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Configuration.SettingsSerializeAs.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" - }, - { - "DocsId": "F:System.Configuration.SettingsSerializeAs.String", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" - }, - { - "DocsId": "F:System.Configuration.SettingsSerializeAs.Xml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" - }, - { - "DocsId": "F:System.Configuration.SettingsSerializeAs.Binary", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" - }, - { - "DocsId": "F:System.Configuration.SettingsSerializeAs.ProviderSpecific", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" - } - ], - "DocsId": "T:System.Configuration.SettingsSerializeAs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.NoSettingsVersionUpgradeAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NoSettingsVersionUpgradeAttribute.cs" - } - ], - "DocsId": "T:System.Configuration.NoSettingsVersionUpgradeAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NoSettingsVersionUpgradeAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Provider.ProviderBase.Initialize(System.String,System.Collections.Specialized.NameValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderBase.cs#L21C13-L39C10" - }, - { - "DocsId": "M:System.Configuration.Provider.ProviderBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderBase.cs" - }, - { - "DocsId": "P:System.Configuration.Provider.ProviderBase.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderBase.cs#L15C39-L15C44" - }, - { - "DocsId": "P:System.Configuration.Provider.ProviderBase.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderBase.cs#L17C46-L17C102" - } - ], - "DocsId": "T:System.Configuration.Provider.ProviderBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Provider.ProviderCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L13C9-L16C10" - }, - { - "DocsId": "M:System.Configuration.Provider.ProviderCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L22C13-L22C54" - }, - { - "DocsId": "M:System.Configuration.Provider.ProviderCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L33C13-L34C10" - }, - { - "DocsId": "M:System.Configuration.Provider.ProviderCollection.Add(System.Configuration.Provider.ProviderBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L38C13-L48C10" - }, - { - "DocsId": "M:System.Configuration.Provider.ProviderCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L52C13-L55C10" - }, - { - "DocsId": "M:System.Configuration.Provider.ProviderCollection.SetReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L59C13-L62C10" - }, - { - "DocsId": "M:System.Configuration.Provider.ProviderCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L66C13-L69C10" - }, - { - "DocsId": "M:System.Configuration.Provider.ProviderCollection.CopyTo(System.Configuration.Provider.ProviderBase[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L73C13-L74C10" - }, - { - "DocsId": "P:System.Configuration.Provider.ProviderCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L18C50-L18C82" - }, - { - "DocsId": "P:System.Configuration.Provider.ProviderCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L25C29-L25C45" - }, - { - "DocsId": "P:System.Configuration.Provider.ProviderCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L27C39-L27C44" - }, - { - "DocsId": "P:System.Configuration.Provider.ProviderCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L29C35-L29C39" - } - ], - "DocsId": "T:System.Configuration.Provider.ProviderCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Provider.ProviderException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderException.cs#L13C9-L13C39" - }, - { - "DocsId": "M:System.Configuration.Provider.ProviderException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderException.cs#L16C15-L17C12" - }, - { - "DocsId": "M:System.Configuration.Provider.ProviderException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderException.cs#L20C15-L21C12" - }, - { - "DocsId": "M:System.Configuration.Provider.ProviderException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderException.cs#L28C15-L30C10" - } - ], - "DocsId": "T:System.Configuration.Provider.ProviderException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L26C9-L26C45" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.Init(System.Configuration.Internal.IInternalConfigRoot,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L33C13-L34C10" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.InitForConfiguration(System.String@,System.String@,System.String@,System.Configuration.Internal.IInternalConfigRoot,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L40C13-L42C10" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsConfigRecordRequired(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L46C13-L46C60" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsInitDelayed(System.Configuration.Internal.IInternalConfigRecord)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L51C13-L51C53" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.RequireCompleteInit(System.Configuration.Internal.IInternalConfigRecord)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L56C13-L57C10" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsSecondaryRoot(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L65C13-L65C53" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.GetStreamName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L70C13-L70C51" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.GetStreamNameForConfigSource(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L75C13-L75C80" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.GetStreamVersion(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L80C13-L80C54" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.OpenStreamForRead(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L85C13-L85C55" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.OpenStreamForRead(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L90C13-L90C74" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.OpenStreamForWrite(System.String,System.String,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L95C13-L95C94" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.OpenStreamForWrite(System.String,System.String,System.Object@,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L101C13-L101C113" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.WriteCompleted(System.String,System.Boolean,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L106C13-L107C10" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.WriteCompleted(System.String,System.Boolean,System.Object,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L111C13-L112C10" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.DeleteStream(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L116C13-L117C10" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsFile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L121C13-L121C44" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.StartMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L128C13-L128C79" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.StopMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L133C13-L134C10" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsAboveApplication(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L144C13-L144C56" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L150C13-L150C94" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.VerifyDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition,System.Configuration.Internal.IConfigErrorInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L156C13-L157C10" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.GetConfigPathFromLocationSubPath(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L161C13-L161C87" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsLocationApplicable(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L166C13-L166C58" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.PrefetchAll(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L171C13-L171C61" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.PrefetchSection(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L176C13-L176C72" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.CreateDeprecatedConfigContext(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L181C13-L181C67" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.CreateConfigurationContext(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L187C13-L187C81" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.DecryptSection(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L193C13-L193C98" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.EncryptSection(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L199C13-L199C98" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.GetConfigType(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L204C13-L204C63" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.GetConfigTypeName(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L209C13-L209C46" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.RefreshConfigPaths", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L219C13-L220C10" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsTrustedConfigPath(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L228C71-L228C75" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsFullTrustSectionWithoutAptcaAllowed(System.Configuration.Internal.IInternalConfigRecord)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L230C106-L230C110" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.Impersonate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L232C53-L232C74" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.GetRestrictedPermissions(System.Configuration.Internal.IInternalConfigRecord,System.Security.PermissionSet@,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L237C13-L239C10" - }, - { - "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.Host", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L29C46-L29C50" - }, - { - "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.SupportsChangeNotifications", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L124C60-L124C92" - }, - { - "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.SupportsRefresh", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L136C48-L136C68" - }, - { - "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.SupportsPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L138C45-L138C62" - }, - { - "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.SupportsLocation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L140C49-L140C70" - }, - { - "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.IsRemote", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L212C41-L212C54" - }, - { - "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.HasLocalConfig", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L222C47-L222C71" - }, - { - "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.HasRoamingConfig", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L224C49-L224C75" - }, - { - "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.IsAppConfigHttp", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L226C48-L226C73" - } - ], - "DocsId": "T:System.Configuration.Internal.DelegatingConfigHost", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Configuration.Internal.IConfigErrorInfo.Filename", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigErrorInfo.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigErrorInfo.LineNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigErrorInfo.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.IConfigErrorInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigErrorInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.IConfigSystem.Init(System.Type,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigSystem.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigSystem.Host", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigSystem.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigSystem.Root", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigSystem.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.IConfigSystem", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigSystem.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.IConfigurationManagerHelper.EnsureNetConfigLoaded", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerHelper.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.IConfigurationManagerHelper", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerHelper.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.SupportsUserConfig", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.SetConfigurationSystemInProgress", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.MachineConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.ApplicationConfigUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.ExeProductName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.ExeProductVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.ExeRoamingConfigDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.ExeRoamingConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.ExeLocalConfigDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.ExeLocalConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.UserConfigFilename", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.IConfigurationManagerInternal", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigClientHost.IsExeConfig(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigClientHost.IsRoamingUserConfig(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigClientHost.IsLocalUserConfig(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigClientHost.GetExeConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigClientHost.GetRoamingUserConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigClientHost.GetLocalUserConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.IInternalConfigClientHost", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigConfigurationFactory.Create(System.Type,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigConfigurationFactory.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigConfigurationFactory.NormalizeLocationSubPath(System.String,System.Configuration.Internal.IConfigErrorInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigConfigurationFactory.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.IInternalConfigConfigurationFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigConfigurationFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.Init(System.Configuration.Internal.IInternalConfigRoot,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.InitForConfiguration(System.String@,System.String@,System.String@,System.Configuration.Internal.IInternalConfigRoot,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsConfigRecordRequired(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsInitDelayed(System.Configuration.Internal.IInternalConfigRecord)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.RequireCompleteInit(System.Configuration.Internal.IInternalConfigRecord)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsSecondaryRoot(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.GetStreamName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.GetStreamNameForConfigSource(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.GetStreamVersion(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.OpenStreamForRead(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.OpenStreamForRead(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.OpenStreamForWrite(System.String,System.String,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.OpenStreamForWrite(System.String,System.String,System.Object@,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.WriteCompleted(System.String,System.Boolean,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.WriteCompleted(System.String,System.Boolean,System.Object,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.DeleteStream(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsFile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.StartMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.StopMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsAboveApplication(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.GetConfigPathFromLocationSubPath(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsLocationApplicable(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.VerifyDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition,System.Configuration.Internal.IConfigErrorInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.PrefetchAll(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.PrefetchSection(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.CreateDeprecatedConfigContext(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.CreateConfigurationContext(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.DecryptSection(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.EncryptSection(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.GetConfigType(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.GetConfigTypeName(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsTrustedConfigPath(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsFullTrustSectionWithoutAptcaAllowed(System.Configuration.Internal.IInternalConfigRecord)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.Impersonate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.GetRestrictedPermissions(System.Configuration.Internal.IInternalConfigRecord,System.Security.PermissionSet@,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IInternalConfigHost.SupportsChangeNotifications", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IInternalConfigHost.SupportsRefresh", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IInternalConfigHost.SupportsPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IInternalConfigHost.SupportsLocation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IInternalConfigHost.IsRemote", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.IInternalConfigHost", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigRecord.ThrowIfInitErrors", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigRecord.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigRecord.GetLkgSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigRecord.RefreshSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigRecord.Remove", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IInternalConfigRecord.ConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IInternalConfigRecord.StreamName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IInternalConfigRecord.HasInitErrors", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.IInternalConfigRecord", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigRoot.Init(System.Configuration.Internal.IInternalConfigHost,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigRoot.GetSection(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigRoot.GetUniqueConfigPath(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigRoot.GetUniqueConfigRecord(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigRoot.GetConfigRecord(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigRoot.RemoveConfig(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" - }, - { - "DocsId": "E:System.Configuration.Internal.IInternalConfigRoot.ConfigChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" - }, - { - "DocsId": "E:System.Configuration.Internal.IInternalConfigRoot.ConfigRemoved", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IInternalConfigRoot.IsDesignTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.IInternalConfigRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigSettingsFactory.SetConfigurationSystem(System.Configuration.Internal.IInternalConfigSystem,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSettingsFactory.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigSettingsFactory.CompleteInit", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSettingsFactory.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.IInternalConfigSettingsFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSettingsFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigSystem.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSystem.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigSystem.RefreshConfig(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSystem.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IInternalConfigSystem.SupportsUserConfig", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSystem.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.IInternalConfigSystem", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSystem.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.InternalConfigEventArgs.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventArgs.cs#L8C9-L11C10" - }, - { - "DocsId": "P:System.Configuration.Internal.InternalConfigEventArgs.ConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventArgs.cs#L13C36-L13C40" - } - ], - "DocsId": "T:System.Configuration.Internal.InternalConfigEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.InternalConfigEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventHandler.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.InternalConfigEventHandler.Invoke(System.Object,System.Configuration.Internal.InternalConfigEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventHandler.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.InternalConfigEventHandler.BeginInvoke(System.Object,System.Configuration.Internal.InternalConfigEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventHandler.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.InternalConfigEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventHandler.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.InternalConfigEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.StreamChangeCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/StreamChangeCallback.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.StreamChangeCallback.Invoke(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/StreamChangeCallback.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.StreamChangeCallback.BeginInvoke(System.String,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/StreamChangeCallback.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.StreamChangeCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/StreamChangeCallback.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.StreamChangeCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/StreamChangeCallback.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Data.Odbc.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Data.Odbc.json deleted file mode 100644 index 0323d8a0e39..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Data.Odbc.json +++ /dev/null @@ -1,1330 +0,0 @@ -{ - "Assembly": "System.Data.Odbc", - "GUID": "21F171EBB0524137AF9A8F86609C3E69FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "T:System.Data.Odbc.ODBC32.RETCODE", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" - } - ], - "DocsId": "T:System.Data.Odbc.ODBC32", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/Odbc32.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L24C9-L47C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L49C47-L54C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.#ctor(System.String,System.Data.Odbc.OdbcConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L56C75-L60C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.#ctor(System.String,System.Data.Odbc.OdbcConnection,System.Data.Odbc.OdbcTransaction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L62C105-L67C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L137C13-L149C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.ResetCommandTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L200C13-L205C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.Cancel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L438C13-L463C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L468C13-L484C26" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.CreateParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L531C13-L531C40" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.CreateDbParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L536C13-L536C38" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.ExecuteDbDataReader(System.Data.CommandBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L541C13-L541C44" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.ExecuteNonQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L546C20-L551C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.ExecuteReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L555C13-L555C56" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.ExecuteReader(System.Data.CommandBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L561C13-L561C75" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.ExecuteScalar", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L846C13-L855C26" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.Prepare", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L882C13-L907C10" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcCommand.CommandText", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L166C17-L166C53" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcCommand.CommandTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L182C17-L182C40" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcCommand.CommandType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L219C17-L220C70" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcCommand.Connection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L245C17-L245C36" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcCommand.DbConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L264C17-L264C35" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcCommand.DbParameterCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L276C17-L276C35" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcCommand.DbTransaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L284C17-L284C36" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcCommand.DesignTimeVisible", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L306C17-L306C46" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcCommand.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L330C17-L334C45" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcCommand.Transaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L346C17-L350C37" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcCommand.UpdatedRowSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L369C17-L369C42" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L12C39-L15C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.#ctor(System.Data.Odbc.OdbcDataAdapter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L17C63-L20C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetInsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L41C13-L41C57" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetInsertCommand(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L45C13-L45C84" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetUpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L50C13-L50C57" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetUpdateCommand(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L54C13-L54C84" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetDeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L59C13-L59C57" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetDeleteCommand(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L63C13-L63C84" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetParameterName(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L68C13-L68C103" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetParameterName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L72C13-L72C34" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetParameterPlaceholder(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L77C13-L77C24" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.ApplyParameterInfo(System.Data.Common.DbParameter,System.Data.DataRow,System.Data.StatementType,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L82C13-L99C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.DeriveParameters(System.Data.Odbc.OdbcCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L105C13-L153C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.QuoteIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L251C13-L251C122" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.QuoteIdentifier(System.String,System.Data.Odbc.OdbcConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L256C13-L287C43" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.SetRowUpdatingHandler(System.Data.Common.DbDataAdapter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L294C13-L302C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.UnquoteIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L306C13-L306C122" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.UnquoteIdentifier(System.String,System.Data.Odbc.OdbcConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L311C13-L336C40" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcCommandBuilder.DataAdapter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L26C17-L26C62" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcCommandBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L24C59-L27C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.BeginTransaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L280C13-L280C65" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.BeginTransaction(System.Data.IsolationLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L285C13-L285C80" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.ChangeDatabase(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L300C13-L301C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L314C13-L315C26" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.CreateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L339C13-L339C56" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L349C13-L371C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.Open", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L556C17-L569C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.ReleaseObjectPool", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L593C13-L594C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.BeginDbTransaction(System.Data.IsolationLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L877C13-L885C32" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L17C9-L25C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.CreateDbCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionHelper.cs#L155C13-L158C28" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionHelper.cs#L164C13-L171C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionHelper.cs#L177C13-L177C88" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.GetSchema(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionHelper.cs#L182C13-L182C57" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.GetSchema(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionHelper.cs#L189C13-L189C118" - }, - { - "DocsId": "E:System.Data.Odbc.OdbcConnection.InfoMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L244C17-L245C14" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcConnection.ConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L55C17-L55C47" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcConnection.ConnectionTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L71C17-L71C43" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcConnection.Database", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L90C17-L99C37" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcConnection.DataSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L111C17-L118C37" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcConnection.ServerVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L130C17-L130C54" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcConnection.State", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L142C17-L142C46" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcConnection.Driver", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L202C17-L207C37" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcConnectionStringBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L39C48-L41C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnectionStringBuilder.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L36C9-L49C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnectionStringBuilder.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L178C13-L184C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnectionStringBuilder.ContainsKey(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L188C13-L189C81" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnectionStringBuilder.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L211C13-L226C26" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnectionStringBuilder.TryGetValue(System.String,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L252C13-L259C57" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcConnectionStringBuilder.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L56C17-L64C42" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcConnectionStringBuilder.Driver", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L101C19-L101C34" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcConnectionStringBuilder.Dsn", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L112C19-L112C31" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcConnectionStringBuilder.Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L124C17-L172C70" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcConnectionStringBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L18C36-L21C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.#ctor(System.Data.Odbc.OdbcCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L23C62-L26C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.#ctor(System.String,System.Data.Odbc.OdbcConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L28C95-L31C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L33C93-L37C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#get_DeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L54C19-L54C41" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#set_DeleteCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L55C19-L55C58" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#get_InsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L68C19-L68C41" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#set_InsertCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L69C19-L69C58" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#get_SelectCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L82C19-L82C41" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#set_SelectCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L83C19-L83C58" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#get_UpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L96C19-L96C41" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#set_UpdateCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L97C19-L97C58" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L140C13-L140C46" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.CreateRowUpdatedEvent(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L145C13-L145C95" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.CreateRowUpdatingEvent(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L150C13-L150C96" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.OnRowUpdated(System.Data.Common.RowUpdatedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L155C13-L161C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.OnRowUpdating(System.Data.Common.RowUpdatingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L165C13-L171C10" - }, - { - "DocsId": "E:System.Data.Odbc.OdbcDataAdapter.RowUpdated", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L104C17-L105C14" - }, - { - "DocsId": "E:System.Data.Odbc.OdbcDataAdapter.RowUpdating", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L116C17-L130C14" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.DeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L48C19-L48C41" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#DeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L54C19-L54C41" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.InsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L62C19-L62C41" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#InsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L68C19-L68C41" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.SelectCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L76C19-L76C41" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#SelectCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L82C19-L82C41" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.UpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L90C19-L90C41" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#UpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L96C19-L96C41" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcDataAdapter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L314C13-L315C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L392C13-L398C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetDataTypeName(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L402C13-L407C42" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L412C13-L412C108" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetFieldType(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L417C13-L422C42" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetName(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L427C13-L432C42" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetOrdinal(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L437C13-L445C55" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetValue(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L556C13-L564C42" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetValues(System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L569C13-L578C42" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.IsDBNull(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L628C13-L657C66" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetByte(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L663C13-L663C45" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetChar(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L684C13-L684C45" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetInt16(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L704C13-L704C47" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetInt32(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L724C13-L724C45" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetInt64(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L744C13-L744C46" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetBoolean(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L772C13-L772C48" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetFloat(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L792C13-L792C47" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetDate(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L812C13-L812C49" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetDateTime(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L833C13-L833C53" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetDecimal(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L854C13-L854C51" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetDouble(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L892C13-L892C49" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetGuid(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L912C13-L912C45" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetString(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L933C13-L933C49" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetTime(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L1040C13-L1040C49" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetBytes(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L1073C13-L1073C105" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L1077C13-L1077C104" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L1806C13-L1878C28" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.NextResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L1903C13-L1903C45" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetSchemaTable", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L2224C13-L2303C32" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataReader.Depth", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L155C17-L159C26" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataReader.FieldCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L167C17-L183C71" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataReader.HasRows", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L197C17-L206C60" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataReader.IsClosed", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L253C17-L253C34" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataReader.RecordsAffected", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L292C17-L292C40" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataReader.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L300C17-L300C36" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataReader.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L308C17-L308C52" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcDataReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcError.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs#L63C13-L63C28" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcError.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs#L28C17-L28C49" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcError.SQLState", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs#L36C17-L36C31" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcError.NativeError", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs#L44C17-L44C37" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcError.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs#L52C17-L52C48" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcError", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcErrorCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L20C19-L20C31" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcErrorCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L25C19-L25C32" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcErrorCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L51C13-L52C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcErrorCollection.CopyTo(System.Data.Odbc.OdbcError[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L56C13-L57C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcErrorCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L61C13-L61C43" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcErrorCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L20C19-L20C31" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcErrorCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L25C19-L25C32" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcErrorCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L32C17-L32C37" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcErrorCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L40C17-L40C46" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcErrorCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcException.cs#L62C13-L65C10" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcException.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcException.cs#L52C17-L52C36" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcException.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcException.cs#L72C17-L77C27" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcFactory.CreateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L18C13-L18C38" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcFactory.CreateCommandBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L23C13-L23C45" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcFactory.CreateConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L28C13-L28C41" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcFactory.CreateConnectionStringBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L33C13-L33C54" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcFactory.CreateDataAdapter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L38C13-L38C42" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcFactory.CreateParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L43C13-L43C40" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcFactory.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcInfoMessageEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcInfoMessageEventHandler.Invoke(System.Object,System.Data.Odbc.OdbcInfoMessageEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcInfoMessageEventHandler.BeginInvoke(System.Object,System.Data.Odbc.OdbcInfoMessageEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcInfoMessageEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcInfoMessageEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcInfoMessageEventArgs.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs#L41C13-L41C28" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcInfoMessageEventArgs.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs#L21C19-L21C34" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcInfoMessageEventArgs.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs#L28C17-L34C43" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcInfoMessageEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Data.Odbc.OdbcMetaDataCollectionNames.Columns", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcMetaDataCollectionNames.Indexes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcMetaDataCollectionNames.Procedures", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcMetaDataCollectionNames.ProcedureColumns", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcMetaDataCollectionNames.ProcedureParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcMetaDataCollectionNames.Tables", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcMetaDataCollectionNames.Views", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcMetaDataCollectionNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Data.Odbc.OdbcMetaDataColumnNames.BooleanFalseLiteral", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataColumnNames.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcMetaDataColumnNames.BooleanTrueLiteral", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataColumnNames.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcMetaDataColumnNames.SQLType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataColumnNames.cs" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcMetaDataColumnNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataColumnNames.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcParameter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L71C34-L74C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameter.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L76C61-L80C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameter.#ctor(System.String,System.Data.Odbc.OdbcType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L82C61-L86C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameter.#ctor(System.String,System.Data.Odbc.OdbcType,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L88C71-L93C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameter.#ctor(System.String,System.Data.Odbc.OdbcType,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L95C93-L101C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameter.#ctor(System.String,System.Data.Odbc.OdbcType,System.Int32,System.Data.ParameterDirection,System.Boolean,System.Byte,System.Byte,System.String,System.Data.DataRowVersion,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L115C34-L127C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameter.#ctor(System.String,System.Data.Odbc.OdbcType,System.Int32,System.Data.ParameterDirection,System.Byte,System.Byte,System.String,System.Data.DataRowVersion,System.Boolean,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L135C51-L147C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameter.ResetDbType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L172C13-L173C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameter.ResetOdbcType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L202C13-L205C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameter.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L584C13-L584C44" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameter.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L215C13-L215C34" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.DbType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L153C17-L157C50" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.OdbcType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L183C17-L187C52" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.ParameterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L228C17-L228C55" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.Precision", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L244C17-L244C42" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.Scale", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L280C17-L280C38" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L1117C17-L1117C31" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.Direction", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L54C17-L55C82" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.IsNullable", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L81C17-L81C36" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.Offset", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L94C17-L94C32" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.Size", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L110C17-L115C29" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.SourceColumn", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L142C17-L142C54" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.SourceColumnNullMapping", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L154C17-L154C49" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.SourceVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L166C17-L167C88" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Add(System.Data.Odbc.OdbcParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L62C13-L63C26" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Add(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L71C13-L71C65" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.AddWithValue(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L77C13-L77C65" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Add(System.String,System.Data.Odbc.OdbcType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L82C13-L82C68" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Add(System.String,System.Data.Odbc.OdbcType,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L87C13-L87C74" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Add(System.String,System.Data.Odbc.OdbcType,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L92C13-L92C88" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.AddRange(System.Data.Odbc.OdbcParameter[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L98C13-L99C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L142C13-L142C43" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Contains(System.Data.Odbc.OdbcParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L147C13-L147C43" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.CopyTo(System.Data.Odbc.OdbcParameter[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L152C13-L153C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.IndexOf(System.Data.Odbc.OdbcParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L175C13-L175C43" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Insert(System.Int32,System.Data.Odbc.OdbcParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L180C13-L181C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Remove(System.Data.Odbc.OdbcParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L185C13-L186C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L72C13-L76C30" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.AddRange(System.Array)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L81C13-L95C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L109C13-L120C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L124C13-L124C43" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L129C13-L130C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L134C13-L134C80" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.GetParameter(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L139C13-L140C37" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.GetParameter(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L145C13-L150C37" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.IndexOf(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L183C13-L183C54" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L188C13-L207C23" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L212C13-L216C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L228C13-L239C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L243C13-L246C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.RemoveAt(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L250C13-L253C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.SetParameter(System.Int32,System.Data.Common.DbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L277C13-L280C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.SetParameter(System.String,System.Data.Common.DbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L284C13-L291C10" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameterCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L35C17-L35C59" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameterCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L51C17-L51C67" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameterCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L19C17-L19C62" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameterCollection.IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L42C17-L42C74" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameterCollection.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L50C17-L50C73" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameterCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L58C17-L58C83" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameterCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L66C17-L66C77" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcParameterCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcRowUpdatingEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcRowUpdatingEventHandler.Invoke(System.Object,System.Data.Odbc.OdbcRowUpdatingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcRowUpdatingEventHandler.BeginInvoke(System.Object,System.Data.Odbc.OdbcRowUpdatingEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcRowUpdatingEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcRowUpdatingEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcRowUpdatedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcRowUpdatedEventHandler.Invoke(System.Object,System.Data.Odbc.OdbcRowUpdatedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcRowUpdatedEventHandler.BeginInvoke(System.Object,System.Data.Odbc.OdbcRowUpdatedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcRowUpdatedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcRowUpdatedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcRowUpdatingEventArgs.#ctor(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs#L23C11-L25C10" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcRowUpdatingEventArgs.Command", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs#L29C19-L29C56" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcRowUpdatingEventArgs.BaseCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs#L38C19-L38C43" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcRowUpdatingEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcRowUpdatedEventArgs.#ctor(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs#L50C11-L52C10" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcRowUpdatedEventArgs.Command", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs#L56C19-L56C53" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcRowUpdatedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcTransaction.Commit", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L70C13-L97C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcTransaction.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L101C13-L140C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcTransaction.Rollback", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L144C13-L168C10" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcTransaction.Connection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L25C17-L25C36" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcTransaction.DbConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L33C17-L33C35" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcTransaction.IsolationLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L41C17-L64C34" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcTransaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Data.Odbc.OdbcType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.BigInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Binary", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Bit", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Char", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.DateTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Decimal", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Numeric", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Double", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Image", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Int", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.NChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.NText", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.NVarChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Real", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.UniqueIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.SmallDateTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.SmallInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Timestamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.TinyInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.VarBinary", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.VarChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Date", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Time", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Data.Odbc.ODBC32.RETCODE.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" - }, - { - "DocsId": "F:System.Data.Odbc.ODBC32.RETCODE.SUCCESS", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" - }, - { - "DocsId": "F:System.Data.Odbc.ODBC32.RETCODE.SUCCESS_WITH_INFO", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" - }, - { - "DocsId": "F:System.Data.Odbc.ODBC32.RETCODE.ERROR", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" - }, - { - "DocsId": "F:System.Data.Odbc.ODBC32.RETCODE.INVALID_HANDLE", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" - }, - { - "DocsId": "F:System.Data.Odbc.ODBC32.RETCODE.NO_DATA", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" - } - ], - "DocsId": "T:System.Data.Odbc.ODBC32.RETCODE", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Data.OleDb.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Data.OleDb.json deleted file mode 100644 index c7e2880b9fa..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Data.OleDb.json +++ /dev/null @@ -1,1728 +0,0 @@ -{ - "Assembly": "System.Data.OleDb", - "GUID": "138B58DB976B477E851E0B56034F0716FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbParameter.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L219C13-L219C34" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L25C35-L27C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameter.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L29C62-L36C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameter.#ctor(System.String,System.Data.OleDb.OleDbType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L38C67-L42C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameter.#ctor(System.String,System.Data.OleDb.OleDbType,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L44C77-L49C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameter.#ctor(System.String,System.Data.OleDb.OleDbType,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L51C96-L57C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameter.#ctor(System.String,System.Data.OleDb.OleDbType,System.Int32,System.Data.ParameterDirection,System.Boolean,System.Byte,System.Byte,System.String,System.Data.DataRowVersion,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L65C48-L77C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameter.#ctor(System.String,System.Data.OleDb.OleDbType,System.Int32,System.Data.ParameterDirection,System.Byte,System.Byte,System.String,System.Data.DataRowVersion,System.Boolean,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L85C48-L97C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameter.ResetDbType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L126C13-L127C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameter.ResetOleDbType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L157C13-L162C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameter.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L263C13-L263C45" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameter.Direction", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L56C17-L57C82" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameter.IsNullable", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L83C17-L83C36" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameter.Size", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L97C17-L102C29" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameter.SourceColumn", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L137C17-L137C54" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameter.SourceColumnNullMapping", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L149C17-L149C49" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameter.SourceVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L161C17-L162C88" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameter.DbType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L111C17-L111C54" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameter.OleDbType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L137C17-L137C57" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameter.ParameterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L169C17-L169C55" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameter.Precision", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L186C17-L186C42" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameter.Scale", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L223C17-L223C38" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameter.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L568C17-L568C31" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L22C9-L52C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L54C48-L57C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.#ctor(System.String,System.Data.OleDb.OleDbConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L59C77-L63C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.#ctor(System.String,System.Data.OleDb.OleDbConnection,System.Data.OleDb.OleDbTransaction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L65C108-L70C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.ResetCommandTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L149C13-L154C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.Cancel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L462C15-L493C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L497C13-L498C26" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L503C13-L503C28" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.CreateParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L571C13-L571C41" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.CreateDbParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L576C13-L576C38" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L581C13-L598C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.ExecuteReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L602C13-L602C59" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.System#Data#IDbCommand#ExecuteReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L607C13-L607C59" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.ExecuteReader(System.Data.CommandBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L612C13-L613C72" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.System#Data#IDbCommand#ExecuteReader(System.Data.CommandBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L618C13-L618C44" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.ExecuteDbDataReader(System.Data.CommandBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L623C13-L623C44" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.ExecuteNonQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L942C13-L944C56" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.ExecuteScalar", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L949C13-L958C26" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.Prepare", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L1187C13-L1198C10" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbCommand.CommandText", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L115C17-L115C53" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbCommand.CommandTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L131C17-L131C40" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbCommand.CommandType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L162C17-L163C70" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbCommand.Connection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L188C17-L188C36" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbCommand.DbConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L228C17-L228C35" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbCommand.DbParameterCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L240C17-L240C35" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbCommand.DbTransaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L248C17-L248C36" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbCommand.DesignTimeVisible", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L270C17-L270C46" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbCommand.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L286C17-L294C30" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbCommand.Transaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L314C17-L320C36" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbCommand.UpdatedRowSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L335C17-L335C42" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommand.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L13C40-L16C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.#ctor(System.Data.OleDb.OleDbDataAdapter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L18C65-L21C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetInsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L45C13-L45C58" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetInsertCommand(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L49C13-L49C85" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetUpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L54C13-L54C58" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetUpdateCommand(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L58C13-L58C85" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetDeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L63C13-L63C58" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetDeleteCommand(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L67C13-L67C85" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetParameterName(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L72C13-L72C103" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetParameterName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L76C13-L76C34" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetParameterPlaceholder(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L81C13-L81C24" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.ApplyParameterInfo(System.Data.Common.DbParameter,System.Data.DataRow,System.Data.StatementType,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L86C13-L103C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.DeriveParameters(System.Data.OleDb.OleDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L107C13-L146C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.QuoteIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L359C13-L359C122" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.QuoteIdentifier(System.String,System.Data.OleDb.OleDbConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L363C13-L387C88" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.SetRowUpdatingHandler(System.Data.Common.DbDataAdapter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L393C13-L401C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.UnquoteIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L405C13-L405C122" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.UnquoteIdentifier(System.String,System.Data.OleDb.OleDbConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L410C13-L438C40" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbCommandBuilder.DataAdapter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L28C17-L28C63" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbCommandBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L26C60-L29C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.ResetState", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L216C13-L239C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.BeginTransaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L308C13-L308C65" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.BeginTransaction(System.Data.IsolationLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L313C13-L313C87" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.ChangeDatabase(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L318C13-L324C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L337C13-L338C26" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L343C13-L345C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.CreateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L349C13-L349C47" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.BeginDbTransaction(System.Data.IsolationLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L369C13-L377C32" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.GetOleDbSchemaTable(System.Guid,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L422C13-L463C65" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.Open", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L511C13-L520C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.ReleaseObjectPool", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L633C13-L636C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L21C36-L25C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.CreateDbCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L146C13-L149C28" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L154C13-L162C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.EnlistTransaction(System.Transactions.Transaction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L195C13-L223C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L227C13-L227C88" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.GetSchema(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L232C13-L232C57" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.GetSchema(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L239C13-L239C118" - }, - { - "DocsId": "E:System.Data.OleDb.OleDbConnection.InfoMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L245C17-L246C14" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnection.ConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L51C17-L51C47" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnection.ConnectionTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L72C17-L87C57" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnection.Database", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L97C17-L119C79" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnection.DataSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L130C17-L148C79" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnection.Provider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L178C17-L179C89" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnection.ServerVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L196C17-L196C54" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnection.State", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L209C17-L209C46" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbConnection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbConnectionStringBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L57C49-L60C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnectionStringBuilder.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L48C9-L68C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnectionStringBuilder.ContainsKey(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L270C13-L271C81" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnectionStringBuilder.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L289C13-L296C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnectionStringBuilder.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L320C13-L332C26" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnectionStringBuilder.TryGetValue(System.String,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L390C13-L408C25" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnectionStringBuilder.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L75C17-L88C30" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnectionStringBuilder.DataSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L140C19-L140C38" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnectionStringBuilder.FileName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L155C19-L155C36" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnectionStringBuilder.OleDbServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L168C19-L168C41" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnectionStringBuilder.PersistSecurityInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L180C19-L180C47" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnectionStringBuilder.Provider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L193C19-L193C36" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnectionStringBuilder.Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L206C17-L264C89" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbConnectionStringBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L20C37-L23C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.#ctor(System.Data.OleDb.OleDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L25C64-L28C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L30C94-L34C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.#ctor(System.String,System.Data.OleDb.OleDbConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L36C97-L39C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#get_DeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L57C19-L57C41" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#set_DeleteCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L58C19-L58C59" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#get_InsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L72C19-L72C41" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#set_InsertCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L73C19-L73C59" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#get_SelectCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L87C19-L87C41" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#set_SelectCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L88C19-L88C59" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#get_UpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L102C19-L102C41" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#set_UpdateCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L103C19-L103C59" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L135C13-L135C47" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.CreateRowUpdatedEvent(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L140C13-L140C96" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.CreateRowUpdatingEvent(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L145C13-L145C97" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.Fill(System.Data.DataTable,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L156C13-L164C82" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.Fill(System.Data.DataSet,System.Object,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L169C13-L181C83" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.OnRowUpdated(System.Data.Common.RowUpdatedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L433C13-L439C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.OnRowUpdating(System.Data.Common.RowUpdatingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L443C13-L449C10" - }, - { - "DocsId": "E:System.Data.OleDb.OleDbDataAdapter.RowUpdated", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L108C19-L108C63" - }, - { - "DocsId": "E:System.Data.OleDb.OleDbDataAdapter.RowUpdating", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L116C17-L129C14" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.DeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L51C19-L51C41" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#DeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L57C19-L57C41" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.InsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L66C19-L66C41" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#InsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L72C19-L72C41" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.SelectCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L81C19-L81C41" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#SelectCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L87C19-L87C41" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.UpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L96C19-L96C41" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#UpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L102C19-L102C41" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbDataAdapter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetSchemaTable", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L258C13-L277C32" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L640C13-L718C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetBoolean(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L822C13-L823C43" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetByte(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L828C13-L829C40" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetBytes(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L856C13-L887C30" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L892C13-L924C30" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetChar(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L930C13-L930C38" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetData(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L936C13-L937C43" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetDbDataReader(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L942C13-L942C37" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetDataTypeName(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L981C13-L985C42" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetDateTime(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L990C13-L991C44" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetDecimal(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L996C13-L997C43" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetDouble(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1002C13-L1003C42" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1008C13-L1008C108" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetFieldType(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1013C13-L1019C42" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetFloat(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1024C13-L1025C42" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetGuid(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1030C13-L1031C40" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetInt16(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1036C13-L1037C41" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetInt32(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1042C13-L1043C41" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetInt64(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1048C13-L1049C41" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetName(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1054C13-L1059C42" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetOrdinal(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1064C13-L1072C54" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetString(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1077C13-L1078C42" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetTimeSpan(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1083C13-L1083C48" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetValue(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1149C13-L1151C26" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetValues(System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1156C13-L1167C26" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.IsDBNull(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1177C13-L1178C42" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.NextResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1310C13-L1368C28" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1373C13-L1403C28" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataReader.Depth", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L137C17-L141C31" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataReader.FieldCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L149C17-L154C67" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataReader.HasRows", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L162C17-L166C33" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataReader.IsClosed", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L178C17-L178C34" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataReader.RecordsAffected", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L191C17-L191C60" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataReader.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L206C17-L206C40" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataReader.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L214C17-L215C42" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataReader.VisibleFieldCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1213C17-L1217C43" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbDataReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbEnumerator.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbEnumerator.cs#L11C9-L13C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbEnumerator.GetElements", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbEnumerator.cs#L17C13-L21C30" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbEnumerator.GetEnumerator(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbEnumerator.cs#L26C13-L26C48" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbEnumerator.GetRootEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbEnumerator.cs#L74C13-L75C52" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbEnumerator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbError.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbError.cs#L107C13-L107C28" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbError.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbError.cs#L77C17-L77C53" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbError.NativeError", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbError.cs#L85C17-L85C41" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbError.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbError.cs#L93C17-L93C52" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbError.SQLState", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbError.cs#L101C17-L101C54" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbError", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbError.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbErrorCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L34C19-L34C32" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbErrorCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L39C19-L39C31" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbErrorCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L66C13-L67C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbErrorCollection.CopyTo(System.Data.OleDb.OleDbError[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L71C13-L72C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbErrorCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L76C13-L76C47" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbErrorCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L34C19-L34C32" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbErrorCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L39C19-L39C31" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbErrorCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L46C17-L47C60" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbErrorCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L55C17-L55C59" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbErrorCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbException.cs#L44C13-L48C10" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbException.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbException.cs#L55C17-L55C39" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbException.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbException.cs#L64C17-L64C75" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbFactory.CreateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L18C13-L18C39" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbFactory.CreateCommandBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L23C13-L23C46" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbFactory.CreateConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L28C13-L28C42" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbFactory.CreateConnectionStringBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L33C13-L33C55" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbFactory.CreateDataAdapter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L38C13-L38C43" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbFactory.CreateParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L43C13-L43C41" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbFactory.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbFactory.cs" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbInfoMessageEventArgs.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs#L52C13-L52C28" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbInfoMessageEventArgs.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs#L22C17-L22C49" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbInfoMessageEventArgs.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs#L30C17-L30C46" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbInfoMessageEventArgs.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs#L38C17-L38C47" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbInfoMessageEventArgs.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs#L46C17-L46C46" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbInfoMessageEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbInfoMessageEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEventHandler.cs" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbInfoMessageEventHandler.Invoke(System.Object,System.Data.OleDb.OleDbInfoMessageEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEventHandler.cs" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbInfoMessageEventHandler.BeginInvoke(System.Object,System.Data.OleDb.OleDbInfoMessageEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEventHandler.cs" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbInfoMessageEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEventHandler.cs" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbInfoMessageEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Invalid", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Binary_Literal", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Catalog_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Catalog_Separator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Char_Literal", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Column_Alias", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Column_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Correlation_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Cursor_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Escape_Percent_Prefix", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Escape_Underscore_Prefix", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Index_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Like_Percent", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Like_Underscore", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Procedure_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Quote_Prefix", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Schema_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Table_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Text_Command", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.User_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.View_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Cube_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Dimension_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Hierarchy_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Level_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Member_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Property_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Schema_Separator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Quote_Suffix", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Escape_Percent_Suffix", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Escape_Underscore_Suffix", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbLiteral", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.Catalogs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.Collations", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.Columns", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.Indexes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.Procedures", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.ProcedureColumns", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.ProcedureParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.Tables", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.Views", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbMetaDataCollectionNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataColumnNames.BooleanFalseLiteral", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbMetadataColumnNames.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataColumnNames.BooleanTrueLiteral", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbMetadataColumnNames.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataColumnNames.NativeDataType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbMetadataColumnNames.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataColumnNames.DateTimeDigits", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbMetadataColumnNames.cs" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbMetaDataColumnNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbMetadataColumnNames.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Add(System.Data.OleDb.OleDbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L63C13-L64C26" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Add(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L71C13-L71C66" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.AddWithValue(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L76C13-L76C66" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Add(System.String,System.Data.OleDb.OleDbType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L81C13-L81C70" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Add(System.String,System.Data.OleDb.OleDbType,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L86C13-L86C76" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Add(System.String,System.Data.OleDb.OleDbType,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L91C13-L91C90" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.AddRange(System.Data.OleDb.OleDbParameter[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L96C13-L97C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L101C13-L101C43" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Contains(System.Data.OleDb.OleDbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L106C13-L106C43" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.CopyTo(System.Data.OleDb.OleDbParameter[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L111C13-L112C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.IndexOf(System.Data.OleDb.OleDbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L116C13-L116C43" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Insert(System.Int32,System.Data.OleDb.OleDbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L121C13-L122C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Remove(System.Data.OleDb.OleDbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L132C13-L133C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L73C13-L77C30" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.AddRange(System.Array)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L82C13-L96C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L110C13-L121C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L125C13-L125C43" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L130C13-L131C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L135C13-L135C80" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.GetParameter(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L140C13-L141C37" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.GetParameter(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L146C13-L151C37" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.IndexOf(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L184C13-L184C54" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L189C13-L208C23" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L213C13-L217C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L229C13-L240C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L244C13-L247C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.RemoveAt(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L251C13-L254C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.SetParameter(System.Int32,System.Data.Common.DbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L278C13-L281C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.SetParameter(System.String,System.Data.Common.DbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L285C13-L292C10" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameterCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L37C17-L37C60" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameterCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L53C17-L53C68" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameterCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L20C17-L20C62" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameterCollection.IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L43C17-L43C74" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameterCollection.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L51C17-L51C73" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameterCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L59C17-L59C83" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameterCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L67C17-L67C77" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbParameterCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbRowUpdatedEventArgs.#ctor(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEvent.cs#L11C11-L13C10" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbRowUpdatedEventArgs.Command", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEvent.cs#L19C17-L19C52" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbRowUpdatedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEvent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbRowUpdatedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEventHandler.cs" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbRowUpdatedEventHandler.Invoke(System.Object,System.Data.OleDb.OleDbRowUpdatedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEventHandler.cs" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbRowUpdatedEventHandler.BeginInvoke(System.Object,System.Data.OleDb.OleDbRowUpdatedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEventHandler.cs" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbRowUpdatedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEventHandler.cs" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbRowUpdatedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbRowUpdatingEventArgs.#ctor(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEvent.cs#L11C11-L13C10" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbRowUpdatingEventArgs.Command", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEvent.cs#L17C19-L17C57" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbRowUpdatingEventArgs.BaseCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEvent.cs#L23C19-L23C43" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbRowUpdatingEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEvent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbRowUpdatingEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEventHandler.cs" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbRowUpdatingEventHandler.Invoke(System.Object,System.Data.OleDb.OleDbRowUpdatingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEventHandler.cs" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbRowUpdatingEventHandler.BeginInvoke(System.Object,System.Data.OleDb.OleDbRowUpdatingEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEventHandler.cs" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbRowUpdatingEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEventHandler.cs" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbRowUpdatingEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbSchemaGuid.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs#L12C9-L12C37" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Tables_Info", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Trustee", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Assertions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Catalogs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Character_Sets", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Collations", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Columns", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Check_Constraints", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Constraint_Column_Usage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Constraint_Table_Usage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Key_Column_Usage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Referential_Constraints", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Table_Constraints", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Column_Domain_Usage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Indexes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Column_Privileges", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Table_Privileges", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Usage_Privileges", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Procedures", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Schemata", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Sql_Languages", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Statistics", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Tables", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Translations", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Provider_Types", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Views", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.View_Column_Usage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.View_Table_Usage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Procedure_Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Foreign_Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Primary_Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Procedure_Columns", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Table_Statistics", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Check_Constraints_By_Table", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.SchemaGuids", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.DbInfoKeywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.DbInfoLiterals", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbSchemaGuid", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbTransaction.Begin(System.Data.IsolationLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L177C13-L203C32" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbTransaction.Begin", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L208C13-L208C56" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbTransaction.Commit", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L225C13-L230C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbTransaction.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L274C13-L280C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbTransaction.Rollback", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L305C13-L311C10" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbTransaction.Connection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L143C17-L143C42" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbTransaction.DbConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L151C17-L151C35" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbTransaction.IsolationLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L159C17-L163C40" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbTransaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Data.OleDb.OleDbType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.BigInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Binary", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Boolean", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.BSTR", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Char", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Currency", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Date", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.DBDate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.DBTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.DBTimeStamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Decimal", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Double", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Error", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Filetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Guid", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.IDispatch", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Integer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.IUnknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.LongVarBinary", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.LongVarChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.LongVarWChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Numeric", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.PropVariant", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Single", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.SmallInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.TinyInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.UnsignedBigInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.UnsignedInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.UnsignedSmallInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.UnsignedTinyInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.VarBinary", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.VarChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Variant", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.VarNumeric", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.VarWChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.WChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Data.OleDb/src/OleDbType.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Diagnostics.EventLog.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Diagnostics.EventLog.json deleted file mode 100644 index 950ebb93c8f..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Diagnostics.EventLog.json +++ /dev/null @@ -1,1794 +0,0 @@ -{ - "Assembly": "System.Diagnostics.EventLog", - "GUID": "9CAD4B2FDE9C4EB8953F760BE8F6142BFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.EntryWrittenEventArgs.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventArgs.cs#L8C9-L10C10" - }, - { - "DocsId": "M:System.Diagnostics.EntryWrittenEventArgs.#ctor(System.Diagnostics.EventLogEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventArgs.cs#L12C9-L15C10" - }, - { - "DocsId": "P:System.Diagnostics.EntryWrittenEventArgs.Entry", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventArgs.cs#L17C38-L17C42" - } - ], - "DocsId": "T:System.Diagnostics.EntryWrittenEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.EntryWrittenEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventHandler.cs" - }, - { - "DocsId": "M:System.Diagnostics.EntryWrittenEventHandler.Invoke(System.Object,System.Diagnostics.EntryWrittenEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventHandler.cs" - }, - { - "DocsId": "M:System.Diagnostics.EntryWrittenEventHandler.BeginInvoke(System.Object,System.Diagnostics.EntryWrittenEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventHandler.cs" - }, - { - "DocsId": "M:System.Diagnostics.EntryWrittenEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventHandler.cs" - } - ], - "DocsId": "T:System.Diagnostics.EntryWrittenEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.EventInstance.#ctor(System.Int64,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs#L11C9-L18C10" - }, - { - "DocsId": "M:System.Diagnostics.EventInstance.#ctor(System.Int64,System.Int32,System.Diagnostics.EventLogEntryType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs#L20C94-L23C10" - }, - { - "DocsId": "P:System.Diagnostics.EventInstance.CategoryId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs#L27C20-L27C35" - }, - { - "DocsId": "P:System.Diagnostics.EventInstance.EntryType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs#L39C20-L39C30" - }, - { - "DocsId": "P:System.Diagnostics.EventInstance.InstanceId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs#L51C20-L51C31" - } - ], - "DocsId": "T:System.Diagnostics.EventInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.EventLog.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L33C29-L35C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L37C43-L39C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L41C63-L43C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L45C9-L48C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.BeginInit", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L222C13-L223C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L227C13-L228C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L232C13-L233C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.CreateEventSource(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L237C13-L238C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.CreateEventSource(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L243C13-L244C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.CreateEventSource(System.Diagnostics.EventSourceCreationData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L248C13-L355C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.Delete(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L359C13-L360C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.Delete(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L364C13-L429C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.DeleteEventSource(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L433C13-L434C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.DeleteEventSource(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L438C13-L481C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L485C13-L487C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.EndInit", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L491C13-L492C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.Exists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L496C13-L496C41" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.Exists(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L501C13-L524C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.GetEventLogs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L618C13-L618C38" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.GetEventLogs(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L623C13-L667C35" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.SourceExists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L719C13-L719C46" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.SourceExists(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L724C13-L724C61" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.LogNameFromSourceName(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L742C13-L742C72" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.ModifyOverflowPolicy(System.Diagnostics.OverflowAction,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L763C13-L764C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.RegisterDisplayName(System.String,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L768C13-L769C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L976C13-L977C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L981C13-L982C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.Diagnostics.EventLogEntryType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L986C13-L987C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.String,System.Diagnostics.EventLogEntryType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L991C13-L992C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.Diagnostics.EventLogEntryType,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L996C13-L997C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1001C13-L1002C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1006C13-L1007C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1011C13-L1012C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1016C20-L1020C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1024C13-L1025C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEvent(System.Diagnostics.EventInstance,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1029C13-L1030C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEvent(System.Diagnostics.EventInstance,System.Byte[],System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1034C13-L1035C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEvent(System.String,System.Diagnostics.EventInstance,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1039C20-L1043C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEvent(System.String,System.Diagnostics.EventInstance,System.Byte[],System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1047C20-L1051C10" - }, - { - "DocsId": "E:System.Diagnostics.EventLog.EntryWritten", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L212C17-L213C14" - }, - { - "DocsId": "P:System.Diagnostics.EventLog.Entries", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L59C17-L59C52" - }, - { - "DocsId": "P:System.Diagnostics.EventLog.LogDisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L68C17-L68C59" - }, - { - "DocsId": "P:System.Diagnostics.EventLog.Log", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L82C17-L82C48" - }, - { - "DocsId": "P:System.Diagnostics.EventLog.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L110C17-L110C56" - }, - { - "DocsId": "P:System.Diagnostics.EventLog.MaximumKilobytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L132C20-L132C56" - }, - { - "DocsId": "P:System.Diagnostics.EventLog.OverflowAction", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L139C20-L139C54" - }, - { - "DocsId": "P:System.Diagnostics.EventLog.MinimumRetentionDays", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L145C20-L145C60" - }, - { - "DocsId": "P:System.Diagnostics.EventLog.EnableRaisingEvents", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L165C20-L165C59" - }, - { - "DocsId": "P:System.Diagnostics.EventLog.SynchronizingObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L176C20-L176C59" - }, - { - "DocsId": "P:System.Diagnostics.EventLog.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L188C20-L188C46" - } - ], - "DocsId": "T:System.Diagnostics.EventLog", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.EventLogEntry.Equals(System.Diagnostics.EventLogEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L303C13-L320C25" - }, - { - "DocsId": "M:System.Diagnostics.EventLogEntry.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L453C13-L453C55" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L42C17-L55C39" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.Data", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L66C17-L70C29" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.Index", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L81C17-L81C80" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.Category", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L92C17-L102C33" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.CategoryNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L113C17-L113C83" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.EventID", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L125C17-L125C88" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.EntryType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L136C17-L136C98" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L149C17-L175C32" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L186C17-L197C39" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.ReplacementStrings", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L208C17-L227C32" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.InstanceId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L238C17-L238C81" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.TimeGenerated", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L249C17-L249C123" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.TimeWritten", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L260C17-L260C121" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.UserName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L271C17-L292C37" - } - ], - "DocsId": "T:System.Diagnostics.EventLogEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.EventLogEntryCollection.CopyTo(System.Diagnostics.EventLogEntry[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L35C13-L36C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLogEntryCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L40C13-L40C48" - }, - { - "DocsId": "M:System.Diagnostics.EventLogEntryCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L52C17-L52C30" - }, - { - "DocsId": "M:System.Diagnostics.EventLogEntryCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L60C17-L60C29" - }, - { - "DocsId": "M:System.Diagnostics.EventLogEntryCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L66C13-L68C10" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntryCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L21C17-L21C40" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntryCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L29C17-L29C47" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntryCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L52C17-L52C30" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntryCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L60C17-L60C29" - } - ], - "DocsId": "T:System.Diagnostics.EventLogEntryCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.EventLogEntryType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" - }, - { - "DocsId": "F:System.Diagnostics.EventLogEntryType.Error", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" - }, - { - "DocsId": "F:System.Diagnostics.EventLogEntryType.Warning", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" - }, - { - "DocsId": "F:System.Diagnostics.EventLogEntryType.Information", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" - }, - { - "DocsId": "F:System.Diagnostics.EventLogEntryType.SuccessAudit", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" - }, - { - "DocsId": "F:System.Diagnostics.EventLogEntryType.FailureAudit", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" - } - ], - "DocsId": "T:System.Diagnostics.EventLogEntryType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.EventSourceCreationData.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L23C47-L16C10" - }, - { - "DocsId": "P:System.Diagnostics.EventSourceCreationData.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L23C33-L23C37" - }, - { - "DocsId": "P:System.Diagnostics.EventSourceCreationData.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L25C37-L25C41" - }, - { - "DocsId": "P:System.Diagnostics.EventSourceCreationData.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L27C32-L27C36" - }, - { - "DocsId": "P:System.Diagnostics.EventSourceCreationData.MessageResourceFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L29C45-L29C49" - }, - { - "DocsId": "P:System.Diagnostics.EventSourceCreationData.ParameterResourceFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L31C47-L31C51" - }, - { - "DocsId": "P:System.Diagnostics.EventSourceCreationData.CategoryResourceFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L33C46-L33C50" - }, - { - "DocsId": "P:System.Diagnostics.EventSourceCreationData.CategoryCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L37C19-L37C41" - } - ], - "DocsId": "T:System.Diagnostics.EventSourceCreationData", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.EventLogTraceListener.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L14C9-L16C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLogTraceListener.#ctor(System.Diagnostics.EventLog)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L19C15-L22C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLogTraceListener.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L24C9-L30C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLogTraceListener.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L58C41-L58C58" - }, - { - "DocsId": "M:System.Diagnostics.EventLogTraceListener.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L64C17-L74C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLogTraceListener.Write(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L76C55-L76C84" - }, - { - "DocsId": "M:System.Diagnostics.EventLogTraceListener.WriteLine(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L78C59-L78C73" - }, - { - "DocsId": "M:System.Diagnostics.EventLogTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L83C13-L107C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLogTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L112C13-L116C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLogTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L121C13-L125C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLogTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L130C13-L149C10" - }, - { - "DocsId": "P:System.Diagnostics.EventLogTraceListener.EventLog", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L34C13-L34C17" - }, - { - "DocsId": "P:System.Diagnostics.EventLogTraceListener.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L42C17-L48C34" - } - ], - "DocsId": "T:System.Diagnostics.EventLogTraceListener", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.OverflowAction.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/OverflowAction.cs" - }, - { - "DocsId": "F:System.Diagnostics.OverflowAction.DoNotOverwrite", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/OverflowAction.cs" - }, - { - "DocsId": "F:System.Diagnostics.OverflowAction.OverwriteAsNeeded", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/OverflowAction.cs" - }, - { - "DocsId": "F:System.Diagnostics.OverflowAction.OverwriteOlder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/OverflowAction.cs" - } - ], - "DocsId": "T:System.Diagnostics.OverflowAction", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/OverflowAction.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventBookmark.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventBookmark.cs#L24C9-L29C10" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventBookmark.BookmarkXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventBookmark.cs#L34C37-L34C41" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventBookmark", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventBookmark.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventKeyword.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventKeyword.cs#L68C17-L69C30" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventKeyword.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventKeyword.cs#L73C29-L73C33" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventKeyword.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventKeyword.cs#L79C17-L80C37" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventKeyword", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventKeyword.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLevel.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLevel.cs#L66C17-L67C30" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLevel.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLevel.cs#L71C28-L71C32" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLevel.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLevel.cs#L77C17-L78C37" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLevel.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogType.Administrative", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogType.Operational", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogType.Analytical", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogType.Debug", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogIsolation.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogIsolation.Application", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogIsolation.System", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogIsolation.Custom", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogIsolation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogMode.Circular", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogMode.AutoBackup", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogMode.Retain", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogConfiguration.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L50C56-L50C79" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogConfiguration.#ctor(System.String,System.Diagnostics.Eventing.Reader.EventLogSession)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L46C9-L60C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogConfiguration.SaveChanges", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L256C13-L257C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogConfiguration.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L261C13-L263C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogConfiguration.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L267C13-L269C10" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L62C33-L62C37" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.LogType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L68C17-L68C166" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.LogIsolation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L76C17-L76C176" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.IsEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L84C17-L84C153" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.IsClassicLog", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L96C17-L96C161" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.SecurityDescriptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L104C17-L104C154" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.LogFilePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L116C17-L116C166" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.MaximumSizeInBytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L128C17-L128C169" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.LogMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L140C17-L152C46" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.OwningProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L178C17-L178C163" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L186C17-L186C157" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L194C17-L194C170" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderKeywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L206C17-L206C175" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderBufferSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L218C17-L218C175" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderMinimumNumberOfBuffers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L226C17-L226C175" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderMaximumNumberOfBuffers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L234C17-L234C175" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderLatency", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L242C17-L242C172" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderControlGuid", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L250C17-L250C170" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L51C9-L51C39" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L52C52-L52C69" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L53C78-L53C111" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogException.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L54C9-L58C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L76C15-L79C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L87C13-L89C10" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L64C17-L65C47" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogNotFoundException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L98C9-L98C47" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogNotFoundException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L99C60-L99C77" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogNotFoundException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L100C86-L100C119" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogNotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L106C119-L106C164" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogNotFoundException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReadingException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L117C9-L117C46" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReadingException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L118C59-L118C76" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReadingException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L119C85-L119C118" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReadingException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L125C118-L125C163" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogReadingException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L136C9-L136C55" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L137C68-L137C85" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L138C94-L138C127" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L144C127-L144C172" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogInvalidDataException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L153C9-L153C50" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogInvalidDataException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L154C63-L154C80" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogInvalidDataException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L155C89-L155C122" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogInvalidDataException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L161C122-L161C167" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogInvalidDataException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.CreationTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L31C41-L31C45" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.LastAccessTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L32C43-L32C47" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.LastWriteTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L33C42-L33C46" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.FileSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L34C33-L34C37" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L35C34-L35C38" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.RecordCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L36C36-L36C40" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.OldestRecordNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L37C43-L37C47" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.IsLogFull", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L38C34-L38C38" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogLink.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogLink.cs#L77C17-L78C37" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogLink.IsImported", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogLink.cs#L86C17-L87C36" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogLink.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogLink.cs#L95C17-L96C37" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogLink.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogPropertySelector.#ctor(System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogPropertySelector.cs#L16C9-L36C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogPropertySelector.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogPropertySelector.cs#L42C13-L44C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogPropertySelector.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogPropertySelector.cs#L48C13-L50C10" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogPropertySelector", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogPropertySelector.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogQuery.#ctor(System.String,System.Diagnostics.Eventing.Reader.PathType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs#L16C15-L18C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogQuery.#ctor(System.String,System.Diagnostics.Eventing.Reader.PathType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs#L20C9-L35C10" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogQuery.Session", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs#L37C42-L37C46" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogQuery.TolerateQueryErrors", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs#L39C43-L39C47" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogQuery.ReverseDirection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs#L41C40-L41C44" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L51C15-L53C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.#ctor(System.String,System.Diagnostics.Eventing.Reader.PathType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L56C15-L58C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.#ctor(System.Diagnostics.Eventing.Reader.EventLogQuery)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L61C15-L63C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.#ctor(System.Diagnostics.Eventing.Reader.EventLogQuery,System.Diagnostics.Eventing.Reader.EventBookmark)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L65C9-L111C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.ReadEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L154C13-L154C49" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.ReadEvent(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L159C13-L176C34" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L181C13-L183C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L16707566C0-L195C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.Seek(System.Diagnostics.Eventing.Reader.EventBookmark)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L230C13-L231C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.Seek(System.Diagnostics.Eventing.Reader.EventBookmark,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L235C13-L242C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.Seek(System.IO.SeekOrigin,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L16707566C0-L291C28" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.CancelReading", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L297C13-L298C10" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogReader.BatchSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L117C17-L117C35" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogReader.LogStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L304C17-L321C42" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogRecord.FormatDescription", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L270C13-L270C95" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogRecord.FormatDescription(System.Collections.Generic.IEnumerable{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L275C13-L296C106" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogRecord.GetPropertyValues(System.Diagnostics.Eventing.Reader.EventLogPropertySelector)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L381C13-L383C106" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogRecord.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L388C13-L389C90" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogRecord.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L396C17-L403C10" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L70C17-L73C50" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L81C17-L82C50" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Qualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L90C17-L91C66" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L99C17-L100C48" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Task", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L108C17-L109C60" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Opcode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L117C17-L118C66" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Keywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L126C17-L127C58" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.RecordId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L135C17-L136C58" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.ProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L144C17-L145C55" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.ProviderId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L153C17-L154C53" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L162C17-L163C54" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.ProcessId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L171C17-L172C58" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.ThreadId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L180C17-L181C57" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L189C17-L190C55" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.UserId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L198C17-L199C49" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.TimeCreated", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L207C17-L208C54" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.ActivityId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L216C17-L217C53" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.RelatedActivityId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L225C17-L226C60" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.ContainerLog", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L234C17-L240C14" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.MatchedQueryIds", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L247C17-L253C14" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Bookmark", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L260C17-L264C56" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.LevelDisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L303C17-L314C14" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.OpcodeDisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L321C17-L330C14" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.TaskDisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L337C17-L348C14" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.KeywordsDisplayNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L355C17-L361C14" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L368C17-L375C29" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogRecord", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.SessionAuthentication.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.SessionAuthentication.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.SessionAuthentication.Negotiate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.SessionAuthentication.Kerberos", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.SessionAuthentication.Ntlm", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.SessionAuthentication", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.PathType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.PathType.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.PathType.FilePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.PathType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L44C9-L87C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L91C13-L93C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.#ctor(System.String,System.String,System.String,System.Security.SecureString,System.Diagnostics.Eventing.Reader.SessionAuthentication)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L44C9-L124C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L130C13-L132C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L136C13-L152C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.CancelCurrentOperations", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L156C13-L157C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.GetProviderNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L167C13-L183C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.GetLogNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L187C13-L203C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.GetLogInformation(System.String,System.Diagnostics.Eventing.Reader.PathType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L207C13-L209C69" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.ExportLog(System.String,System.Diagnostics.Eventing.Reader.PathType,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L214C13-L215C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.ExportLog(System.String,System.Diagnostics.Eventing.Reader.PathType,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L219C13-L232C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.ExportLogAndMessages(System.String,System.Diagnostics.Eventing.Reader.PathType,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L236C13-L237C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.ExportLogAndMessages(System.String,System.Diagnostics.Eventing.Reader.PathType,System.String,System.String,System.Boolean,System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L241C13-L244C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.ClearLog(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L248C13-L249C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.ClearLog(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L253C13-L256C10" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogSession.GlobalSession", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L162C19-L162C42" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogSession", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogStatus.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogStatus.cs#L22C33-L22C37" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogStatus.StatusCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogStatus.cs#L24C33-L24C37" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogStatus.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogWatcher.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L38C15-L40C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogWatcher.#ctor(System.Diagnostics.Eventing.Reader.EventLogQuery)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L43C15-L45C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogWatcher.#ctor(System.Diagnostics.Eventing.Reader.EventLogQuery,System.Diagnostics.Eventing.Reader.EventBookmark)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L48C15-L50C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogWatcher.#ctor(System.Diagnostics.Eventing.Reader.EventLogQuery,System.Diagnostics.Eventing.Reader.EventBookmark,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L52C9-L73C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogWatcher.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L283C13-L285C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogWatcher.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L289C13-L306C10" - }, - { - "DocsId": "E:System.Diagnostics.Eventing.Reader.EventLogWatcher.EventRecordWritten", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogWatcher.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L79C17-L79C39" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogWatcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L46C26-L46C30" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L48C31-L48C35" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.LogLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L54C17-L54C73" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L62C17-L62C61" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Opcode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L70C17-L70C63" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Task", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L78C17-L78C59" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Keywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L86C17-L106C29" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Template", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L110C34-L110C38" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L112C37-L112C41" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventMetadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventOpcode.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventOpcode.cs#L68C17-L69C30" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventOpcode.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventOpcode.cs#L77C17-L77C31" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventOpcode.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventOpcode.cs#L85C17-L86C37" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventOpcode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventOpcode.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventProperty.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventProperty.cs#L13C31-L13C35" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventProperty.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventRecord.FormatDescription", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventRecord.FormatDescription(System.Collections.Generic.IEnumerable{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventRecord.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventRecord.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs#L56C13-L58C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventRecord.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs#L59C58-L59C59" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventRecord.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Task", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Opcode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Keywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.RecordId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.ProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.ProviderId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.ProcessId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.ThreadId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.UserId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.TimeCreated", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.ActivityId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.RelatedActivityId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Qualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.LevelDisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.OpcodeDisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.TaskDisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.KeywordsDisplayNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Bookmark", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventRecord", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecordWrittenEventArgs.EventRecord", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecordWrittenEventArgs.cs#L18C42-L18C46" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecordWrittenEventArgs.EventException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecordWrittenEventArgs.cs#L25C43-L25C47" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventRecordWrittenEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecordWrittenEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventTask.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventTask.cs#L70C17-L71C30" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventTask.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventTask.cs#L75C28-L75C32" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventTask.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventTask.cs#L81C17-L82C37" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventTask.EventGuid", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventTask.cs#L90C17-L91C30" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventTask", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventTask.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.ProviderMetadata.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L47C15-L49C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.ProviderMetadata.#ctor(System.String,System.Diagnostics.Eventing.Reader.EventLogSession,System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L52C15-L54C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.ProviderMetadata.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L537C13-L539C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.ProviderMetadata.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L543C13-L545C10" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L81C19-L81C40" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L88C17-L88C171" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.MessageFilePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L96C17-L96C175" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.ResourceFilePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L104C17-L104C176" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.ParameterFilePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L112C17-L112C177" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.HelpLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L120C17-L123C45" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L139C17-L144C71" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.LogLinks", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L152C17-L227C14" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Levels", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L419C17-L428C14" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Opcodes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L436C17-L445C14" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Keywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L453C17-L462C14" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Tasks", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L470C17-L479C14" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Events", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L486C17-L523C14" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.ProviderMetadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventLevel.LogAlways", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventLevel.Critical", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventLevel.Error", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventLevel.Warning", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventLevel.Informational", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventLevel.Verbose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.StandardEventLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventTask.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventTask.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.StandardEventTask", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Info", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Start", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Stop", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.DataCollectionStart", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.DataCollectionStop", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Extension", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Reply", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Resume", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Suspend", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Send", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Receive", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.StandardEventOpcode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.ResponseTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.WdiContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.WdiDiagnostic", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.Sqm", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.AuditFailure", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.AuditSuccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.CorrelationHint", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.CorrelationHint2", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.EventLogClassic", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.StandardEventKeywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Diagnostics.PerformanceCounter.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Diagnostics.PerformanceCounter.json deleted file mode 100644 index f495f070d96..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Diagnostics.PerformanceCounter.json +++ /dev/null @@ -1,974 +0,0 @@ -{ - "Assembly": "System.Diagnostics.PerformanceCounter", - "GUID": "191CB71772B84068BD4BE86FF1F3D801FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.CounterCreationData.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs#L13C9-L19C10" - }, - { - "DocsId": "M:System.Diagnostics.CounterCreationData.#ctor(System.String,System.String,System.Diagnostics.PerformanceCounterType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs#L13C9-L26C10" - }, - { - "DocsId": "P:System.Diagnostics.CounterCreationData.CounterType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs#L32C17-L32C37" - }, - { - "DocsId": "P:System.Diagnostics.CounterCreationData.CounterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs#L47C17-L47C37" - }, - { - "DocsId": "P:System.Diagnostics.CounterCreationData.CounterHelp", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs#L60C17-L60C37" - } - ], - "DocsId": "T:System.Diagnostics.CounterCreationData", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L11C9-L13C10" - }, - { - "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.#ctor(System.Diagnostics.CounterCreationDataCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L15C9-L18C10" - }, - { - "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.#ctor(System.Diagnostics.CounterCreationData[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L20C9-L23C10" - }, - { - "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.Add(System.Diagnostics.CounterCreationData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L39C13-L39C36" - }, - { - "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.AddRange(System.Diagnostics.CounterCreationData[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L44C13-L50C10" - }, - { - "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.AddRange(System.Diagnostics.CounterCreationDataCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L54C13-L61C10" - }, - { - "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.Contains(System.Diagnostics.CounterCreationData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L65C13-L65C41" - }, - { - "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.CopyTo(System.Diagnostics.CounterCreationData[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L70C13-L71C10" - }, - { - "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.IndexOf(System.Diagnostics.CounterCreationData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L75C13-L75C40" - }, - { - "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.Insert(System.Int32,System.Diagnostics.CounterCreationData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L80C13-L81C10" - }, - { - "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.Remove(System.Diagnostics.CounterCreationData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L85C13-L86C10" - }, - { - "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L90C13-L94C10" - }, - { - "DocsId": "P:System.Diagnostics.CounterCreationDataCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L29C17-L29C61" - } - ], - "DocsId": "T:System.Diagnostics.CounterCreationDataCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.CounterSample.#ctor(System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Diagnostics.PerformanceCounterType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L24C13-L32C10" - }, - { - "DocsId": "M:System.Diagnostics.CounterSample.#ctor(System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Diagnostics.PerformanceCounterType,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L36C13-L44C10" - }, - { - "DocsId": "M:System.Diagnostics.CounterSample.Calculate(System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L147C13-L147C79" - }, - { - "DocsId": "M:System.Diagnostics.CounterSample.Calculate(System.Diagnostics.CounterSample,System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L155C13-L155C98" - }, - { - "DocsId": "M:System.Diagnostics.CounterSample.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L160C13-L160C69" - }, - { - "DocsId": "M:System.Diagnostics.CounterSample.Equals(System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L165C13-L172C72" - }, - { - "DocsId": "M:System.Diagnostics.CounterSample.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L177C13-L177C44" - }, - { - "DocsId": "M:System.Diagnostics.CounterSample.op_Equality(System.Diagnostics.CounterSample,System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L182C13-L182C32" - }, - { - "DocsId": "M:System.Diagnostics.CounterSample.op_Inequality(System.Diagnostics.CounterSample,System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L187C13-L187C35" - }, - { - "DocsId": "F:System.Diagnostics.CounterSample.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs" - }, - { - "DocsId": "P:System.Diagnostics.CounterSample.RawValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L53C17-L53C34" - }, - { - "DocsId": "P:System.Diagnostics.CounterSample.BaseValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L72C17-L72C35" - }, - { - "DocsId": "P:System.Diagnostics.CounterSample.SystemFrequency", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L83C17-L83C41" - }, - { - "DocsId": "P:System.Diagnostics.CounterSample.CounterFrequency", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L94C17-L94C42" - }, - { - "DocsId": "P:System.Diagnostics.CounterSample.CounterTimeStamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L105C17-L105C42" - }, - { - "DocsId": "P:System.Diagnostics.CounterSample.TimeStamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L116C17-L116C35" - }, - { - "DocsId": "P:System.Diagnostics.CounterSample.TimeStamp100nSec", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L127C17-L127C42" - }, - { - "DocsId": "P:System.Diagnostics.CounterSample.CounterType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L138C17-L138C37" - } - ], - "DocsId": "T:System.Diagnostics.CounterSample", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.CounterSampleCalculator.ComputeCounterValue(System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSampleCalculator.cs#L53C13-L53C72" - }, - { - "DocsId": "M:System.Diagnostics.CounterSampleCalculator.ComputeCounterValue(System.Diagnostics.CounterSample,System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSampleCalculator.cs#L61C13-L104C50" - } - ], - "DocsId": "T:System.Diagnostics.CounterSampleCalculator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSampleCalculator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.ICollectData.CollectData(System.Int32,System.IntPtr,System.IntPtr,System.Int32,System.IntPtr@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/ICollectData.cs" - }, - { - "DocsId": "M:System.Diagnostics.ICollectData.CloseData", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/ICollectData.cs" - } - ], - "DocsId": "T:System.Diagnostics.ICollectData", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/ICollectData.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.InstanceData.#ctor(System.String,System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceData.cs#L11C9-L15C10" - }, - { - "DocsId": "P:System.Diagnostics.InstanceData.InstanceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceData.cs#L17C38-L17C42" - }, - { - "DocsId": "P:System.Diagnostics.InstanceData.Sample", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceData.cs#L19C39-L19C43" - }, - { - "DocsId": "P:System.Diagnostics.InstanceData.RawValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceData.cs#L25C17-L25C40" - } - ], - "DocsId": "T:System.Diagnostics.InstanceData", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceData.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.InstanceDataCollection.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L18C9-L23C10" - }, - { - "DocsId": "M:System.Diagnostics.InstanceDataCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L63C13-L66C52" - }, - { - "DocsId": "M:System.Diagnostics.InstanceDataCollection.CopyTo(System.Diagnostics.InstanceData[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L71C13-L72C10" - }, - { - "DocsId": "P:System.Diagnostics.InstanceDataCollection.CounterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L25C37-L25C41" - }, - { - "DocsId": "P:System.Diagnostics.InstanceDataCollection.Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L29C19-L29C42" - }, - { - "DocsId": "P:System.Diagnostics.InstanceDataCollection.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L36C17-L36C42" - }, - { - "DocsId": "P:System.Diagnostics.InstanceDataCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L44C17-L51C61" - } - ], - "DocsId": "T:System.Diagnostics.InstanceDataCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.InstanceDataCollectionCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L19C53-L19C63" - }, - { - "DocsId": "M:System.Diagnostics.InstanceDataCollectionCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L54C13-L57C52" - }, - { - "DocsId": "M:System.Diagnostics.InstanceDataCollectionCollection.CopyTo(System.Diagnostics.InstanceDataCollection[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L62C13-L63C10" - }, - { - "DocsId": "P:System.Diagnostics.InstanceDataCollectionCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L25C17-L29C71" - }, - { - "DocsId": "P:System.Diagnostics.InstanceDataCollectionCollection.Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L35C19-L35C42" - }, - { - "DocsId": "P:System.Diagnostics.InstanceDataCollectionCollection.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L42C17-L42C42" - } - ], - "DocsId": "T:System.Diagnostics.InstanceDataCollectionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L30C9-L66C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.#ctor(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L72C15-L74C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L95C9-L97C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.#ctor(System.String,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L30C9-L115C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L121C9-L123C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.#ctor(System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L129C9-L131C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.BeginInit", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L343C13-L344C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L351C13-L356C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.CloseSharedResources", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L365C13-L366C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L374C13-L381C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.Decrement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L388C13-L393C47" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.EndInit", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L400C13-L401C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.IncrementBy(System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L411C13-L416C54" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.Increment", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L424C13-L429C47" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.NextSample", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L539C13-L564C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.NextValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L574C13-L579C27" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.RemoveInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L587C13-L592C10" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounter.DefaultFileMappingSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounter.CategoryName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L140C17-L140C38" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounter.CounterHelp", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L162C17-L169C33" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounter.CounterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L180C17-L180C37" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounter.CounterType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L202C17-L217C61" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounter.InstanceLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L223C19-L223C44" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounter.InstanceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L243C17-L243C38" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounter.ReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L267C17-L267C36" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounter.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L291C17-L291C37" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounter.RawValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L316C17-L325C49" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceCounter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L26C9-L29C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L36C15-L38C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L44C9-L56C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.CounterExists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L153C13-L158C98" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.CounterExists(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L166C13-L166C66" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.CounterExists(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L174C13-L183C96" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.Create(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L192C13-L193C172" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.Create(System.String,System.String,System.Diagnostics.PerformanceCounterCategoryType,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L201C13-L202C146" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.Create(System.String,System.String,System.Diagnostics.CounterCreationDataCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L211C13-L211C108" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.Create(System.String,System.String,System.Diagnostics.PerformanceCounterCategoryType,System.Diagnostics.CounterCreationDataCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L216C13-L248C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.Delete(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L378C13-L403C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.Exists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L410C13-L410C46" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.Exists(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L418C13-L429C84" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.GetCounters", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L457C13-L459C36" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.GetCounters(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L467C13-L480C29" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.GetCategories", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L489C13-L489C39" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.GetCategories(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L497C13-L505C31" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.GetInstanceNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L513C13-L516C69" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.InstanceExists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L524C13-L533C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.InstanceExists(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L540C13-L540C68" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.InstanceExists(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L548C13-L558C58" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.ReadCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L567C13-L574C10" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounterCategory.CategoryName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L65C17-L65C38" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounterCategory.CategoryHelp", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L92C17-L97C38" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounterCategory.CategoryType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L105C24-L121C14" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounterCategory.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L132C17-L132C37" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceCounterCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.PerformanceCounterCategoryType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategoryType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterCategoryType.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategoryType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterCategoryType.SingleInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategoryType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterCategoryType.MultiInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategoryType.cs" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceCounterCategoryType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategoryType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.PerformanceCounterInstanceLifetime.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterInstanceLifetime.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterInstanceLifetime.Global", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterInstanceLifetime.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterInstanceLifetime.Process", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterInstanceLifetime.cs" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceCounterInstanceLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterInstanceLifetime.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.PerformanceCounterManager.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterManager.cs#L11C9-L13C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterManager.System#Diagnostics#ICollectData#CollectData(System.Int32,System.IntPtr,System.IntPtr,System.Int32,System.IntPtr@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterManager.cs#L18C13-L19C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterManager.System#Diagnostics#ICollectData#CloseData", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterManager.cs#L24C9-L24C10" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceCounterManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterManager.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.NumberOfItems32", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.NumberOfItems64", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.NumberOfItemsHEX32", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.NumberOfItemsHEX64", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.RateOfCountsPerSecond32", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.RateOfCountsPerSecond64", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.CountPerTimeInterval32", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.CountPerTimeInterval64", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.RawFraction", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.RawBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.AverageTimer32", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.AverageBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.AverageCount64", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.SampleFraction", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.SampleCounter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.SampleBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterTimer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterTimerInverse", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.Timer100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.Timer100NsInverse", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.ElapsedTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterMultiTimer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterMultiTimerInverse", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterMultiTimer100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterMultiTimer100NsInverse", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterMultiBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterDelta32", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterDelta64", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceCounterType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterSet.#ctor(System.Guid,System.Guid,System.Diagnostics.PerformanceData.CounterSetInstanceType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L34C9-L49C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterSet.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L53C13-L55C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterSet.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L59C13-L60C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterSet.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L64C13-L84C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterSet.AddCounter(System.Int32,System.Diagnostics.PerformanceData.CounterType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L93C13-L119C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterSet.AddCounter(System.Int32,System.Diagnostics.PerformanceData.CounterType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L129C13-L166C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterSet.CreateCounterSetInstance(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L175C13-L269C29" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceData.CounterSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterSetInstance.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstance.cs#L77C13-L79C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterSetInstance.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstance.cs#L83C13-L84C10" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceData.CounterSetInstance.Counters", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstance.cs#L116C60-L116C64" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceData.CounterSetInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstance.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterData.Increment", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L54C17-L56C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterData.Decrement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L62C17-L64C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterData.IncrementBy(System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L70C17-L72C10" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceData.CounterData.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L38C21-L38C61" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceData.CounterData.RawValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L85C21-L85C39" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceData.CounterData", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterSetInstanceCounterDataSet.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L165C13-L167C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterSetInstanceCounterDataSet.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L171C13-L172C10" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceData.CounterSetInstanceCounterDataSet.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L199C17-L216C14" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceData.CounterSetInstanceCounterDataSet.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L228C17-L267C14" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceData.CounterSetInstanceCounterDataSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterSetInstanceType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterSetInstanceType.Single", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterSetInstanceType.Multiple", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterSetInstanceType.GlobalAggregate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterSetInstanceType.GlobalAggregateWithHistory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterSetInstanceType.MultipleAggregate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterSetInstanceType.InstanceAggregate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceData.CounterSetInstanceType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.QueueLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.LargeQueueLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.QueueLength100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.QueueLengthObjectTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawData32", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawData64", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawDataHex32", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawDataHex64", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RateOfCountPerSecond32", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RateOfCountPerSecond64", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawFraction32", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawFraction64", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawBase32", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawBase64", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.SampleFraction", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.SampleCounter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.SampleBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.AverageTimer32", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.AverageBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.AverageCount64", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.PercentageActive", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.PercentageNotActive", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.PercentageActive100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.PercentageNotActive100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.ElapsedTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.MultiTimerPercentageActive", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.MultiTimerPercentageNotActive", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.MultiTimerPercentageActive100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.MultiTimerPercentageNotActive100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.MultiTimerBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.Delta32", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.Delta64", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.ObjectSpecificTimer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.PrecisionSystemTimer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.PrecisionTimer100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.PrecisionObjectSpecificTimer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceData.CounterType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.DirectoryServices.AccountManagement.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.DirectoryServices.AccountManagement.json deleted file mode 100644 index 133caa33d0f..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.DirectoryServices.AccountManagement.json +++ /dev/null @@ -1,1294 +0,0 @@ -{ - "Assembly": "System.DirectoryServices.AccountManagement", - "GUID": "7A04500D9CAB4EB38885D788AD0E35A0FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearcher.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearcher.#ctor(System.DirectoryServices.AccountManagement.Principal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L22C9-L31C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearcher.FindAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L81C13-L83C35" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearcher.FindOne", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L92C13-L110C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearcher.GetUnderlyingSearcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L126C13-L153C40" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearcher.GetUnderlyingSearcherType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L160C13-L173C50" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearcher.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L178C13-L195C10" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalSearcher.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L40C17-L42C29" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalSearcher.QueryFilter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L50C17-L52C35" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalSearcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.#ctor(System.DirectoryServices.AccountManagement.ContextType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L358C13-L359C12" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.#ctor(System.DirectoryServices.AccountManagement.ContextType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L362C13-L363C12" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.#ctor(System.DirectoryServices.AccountManagement.ContextType,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L366C13-L367C12" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.#ctor(System.DirectoryServices.AccountManagement.ContextType,System.String,System.String,System.DirectoryServices.AccountManagement.ContextOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L370C13-L371C12" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.#ctor(System.DirectoryServices.AccountManagement.ContextType,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L374C13-L375C12" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.#ctor(System.DirectoryServices.AccountManagement.ContextType,System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L378C13-L379C12" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.#ctor(System.DirectoryServices.AccountManagement.ContextType,System.String,System.String,System.DirectoryServices.AccountManagement.ContextOptions,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L1011C9-L433C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.ValidateCredentials(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L514C13-L527C65" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.ValidateCredentials(System.String,System.String,System.DirectoryServices.AccountManagement.ContextOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L537C13-L553C74" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L984C13-L1003C10" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalContext.ContextType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L443C17-L445C37" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalContext.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L453C17-L455C30" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalContext.Container", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L463C17-L465C35" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalContext.UserName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L473C17-L475C34" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalContext.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L483C17-L485C33" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalContext.ConnectedServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L493C17-L503C41" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L23C13-L23C25" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L284C13-L284C86" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L289C13-L289C100" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L297C13-L327C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.Save(System.DirectoryServices.AccountManagement.PrincipalContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L334C13-L442C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L449C13-L464C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L468C13-L479C26" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L484C13-L484C39" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.GetUnderlyingObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L490C13-L500C42" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.GetUnderlyingObjectType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L506C13-L526C55" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.GetGroups", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L532C13-L532C76" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.GetGroups(System.DirectoryServices.AccountManagement.PrincipalContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L537C13-L540C90" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.IsMemberOf(System.DirectoryServices.AccountManagement.GroupPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L546C13-L551C49" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.IsMemberOf(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L557C13-L574C89" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L583C13-L602C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L617C9-L610C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.ExtensionGet(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L622C13-L652C40" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.ExtensionSet(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L695C13-L706C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.CheckDisposedOrDeleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L886C13-L897C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.FindByIdentityWithType(System.DirectoryServices.AccountManagement.PrincipalContext,System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L902C13-L908C111" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.FindByIdentityWithType(System.DirectoryServices.AccountManagement.PrincipalContext,System.Type,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L914C13-L923C119" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L32C17-L37C29" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.ContextType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L47C17-L55C41" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L70C17-L70C121" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L94C17-L94C121" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.SamAccountName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L120C17-L120C116" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.UserPrincipalName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L145C17-L145C139" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.Sid", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L168C17-L168C109" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.Guid", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L182C17-L182C108" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L196C17-L196C139" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.StructuralObjectClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L211C17-L211C151" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L232C17-L240C104" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.ContextRaw", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L764C15-L764C27" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.Principal", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.IsAccountLockedOut", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L152C13-L152C58" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.UnlockAccount", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L157C13-L158C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.SetPassword(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L229C13-L230C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.ChangePassword(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L234C13-L235C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.ExpirePasswordNow", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L239C13-L240C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.RefreshExpiredPassword", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L244C13-L245C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByLockoutTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L266C13-L266C83" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByLogonTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L271C13-L271C81" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByExpirationTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L276C13-L276C86" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByBadPasswordAttempt(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L281C13-L281C90" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByPasswordSetTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L286C13-L286C87" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByLockoutTime``1(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L295C13-L297C108" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByLogonTime``1(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L301C13-L303C106" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByExpirationTime``1(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L307C13-L309C111" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByBadPasswordAttempt``1(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L313C13-L315C115" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByPasswordSetTime``1(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L319C13-L321C112" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L248C9-L335C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L337C133-L350C10" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L28C17-L47C120" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.AccountLockoutTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L90C19-L90C62" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.LastLogon", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L95C19-L95C53" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.PermittedWorkstations", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L100C19-L100C65" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.PermittedLogonTimes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L105C19-L105C63" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.AccountExpirationDate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L111C19-L111C65" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.SmartcardLogonRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L117C19-L117C66" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.DelegationPermitted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L123C19-L123C63" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.BadLogonCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L129C19-L129C57" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.HomeDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L134C19-L134C57" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.HomeDrive", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L140C19-L140C53" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.ScriptPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L146C19-L146C54" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.LastPasswordSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L185C19-L185C60" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.LastBadPasswordAttempt", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L190C19-L190C67" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.PasswordNotRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L195C19-L195C64" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.PasswordNeverExpires", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L201C19-L201C65" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.UserCannotChangePassword", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L207C19-L207C69" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.AllowReversiblePasswordEncryption", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L213C19-L213C78" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.AdvancedSearchFilter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L223C17-L223C29" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.Certificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L256C17-L257C126" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.AuthenticablePrincipal", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L17C58-L24C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L26C112-L37C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.FindByLockoutTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L231C13-L231C74" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.FindByLogonTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L236C13-L236C72" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.FindByExpirationTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L241C13-L241C77" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.FindByBadPasswordAttempt(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L246C13-L246C81" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.FindByPasswordSetTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L251C13-L251C78" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L256C13-L256C105" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L261C13-L261C119" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.GetAuthorizationGroups", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L266C13-L266C89" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.GivenName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L51C17-L51C110" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.MiddleName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L72C17-L72C113" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.Surname", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L93C17-L93C104" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.EmailAddress", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L114C17-L114C119" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.VoiceTelephoneNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L135C17-L135C143" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.EmployeeId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L156C17-L156C113" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.AdvancedSearchFilter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L169C70-L169C82" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L179C17-L221C29" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.UserPrincipal", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L46C9-L23C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L25C116-L39C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.FindByLockoutTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L62C13-L62C78" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.FindByLogonTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L67C13-L67C76" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.FindByExpirationTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L72C13-L72C81" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.FindByBadPasswordAttempt(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L77C13-L77C85" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.FindByPasswordSetTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L82C13-L82C82" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L87C13-L87C113" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L92C13-L92C127" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.ComputerPrincipal.ServicePrincipalNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L53C17-L53C175" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.ComputerPrincipal", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.GroupPrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L16C9-L23C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.GroupPrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L25C82-L34C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.GroupPrincipal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L178C13-L178C107" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.GroupPrincipal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L183C13-L183C121" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.GroupPrincipal.GetMembers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L188C13-L188C38" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.GroupPrincipal.GetMembers(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L194C13-L210C67" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.GroupPrincipal.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L220C17-L234C10" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.GroupPrincipal.IsSecurityGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L50C17-L68C127" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.GroupPrincipal.GroupScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L95C17-L114C118" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.GroupPrincipal.Members", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L142C17-L169C33" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.GroupPrincipal", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.AccountManagement.MatchType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.MatchType.Equals", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.MatchType.NotEquals", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.MatchType.GreaterThan", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.MatchType.GreaterThanOrEquals", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.MatchType.LessThan", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.MatchType.LessThanOrEquals", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.MatchType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.AccountManagement.ContextType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.ContextType.Machine", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.ContextType.Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.ContextType.ApplicationDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextType.cs" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.ContextType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.AccountManagement.ContextOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.ContextOptions.Negotiate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.ContextOptions.SimpleBind", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.ContextOptions.SecureSocketLayer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.ContextOptions.Signing", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.ContextOptions.Sealing", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.ContextOptions.ServerBind", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.ContextOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L18C13-L92C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L98C17-L98C30" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L106C17-L106C39" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L114C17-L114C33" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L139C13-L139C49" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.CopyTo(System.DirectoryServices.AccountManagement.Principal[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L147C13-L148C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L213C13-L221C69" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Add(System.DirectoryServices.AccountManagement.UserPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L230C13-L231C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Add(System.DirectoryServices.AccountManagement.GroupPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L235C13-L236C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Add(System.DirectoryServices.AccountManagement.ComputerPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L240C13-L241C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Add(System.DirectoryServices.AccountManagement.Principal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L245C13-L285C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Add(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L289C13-L307C93" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L318C13-L345C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Remove(System.DirectoryServices.AccountManagement.UserPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L353C13-L353C44" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Remove(System.DirectoryServices.AccountManagement.GroupPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L358C13-L358C45" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Remove(System.DirectoryServices.AccountManagement.ComputerPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L363C13-L363C48" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Remove(System.DirectoryServices.AccountManagement.Principal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L368C13-L431C28" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Remove(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L436C13-L452C38" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Contains(System.DirectoryServices.AccountManagement.UserPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L548C13-L548C46" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Contains(System.DirectoryServices.AccountManagement.GroupPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L553C13-L553C47" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Contains(System.DirectoryServices.AccountManagement.ComputerPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L558C13-L558C50" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Contains(System.DirectoryServices.AccountManagement.Principal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L563C13-L579C52" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Contains(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L585C13-L600C26" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L98C17-L98C30" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L106C17-L106C39" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L114C17-L114C33" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L122C17-L122C30" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L130C17-L130C29" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalCollection.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L154C17-L154C30" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L162C17-L205C14" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L21C17-L21C36" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L29C17-L29C35" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L35C13-L39C26" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L44C13-L45C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L49C13-L52C46" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L57C13-L60C38" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L65C13-L69C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L73C13-L77C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L81C13-L82C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L88C17-L88C36" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#set_Item(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L93C17-L97C14" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L105C13-L106C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L112C17-L112C37" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L120C17-L120C39" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L128C17-L128C33" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L153C13-L153C49" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.Add(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L178C13-L182C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L186C13-L187C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.Contains(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L191C13-L194C43" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.IndexOf(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L199C13-L222C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.Insert(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L226C13-L242C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.Remove(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L246C13-L249C41" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L254C13-L278C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.CopyTo(`0[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L337C13-L338C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L353C13-L353C84" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L21C17-L21C36" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L29C17-L29C35" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L88C17-L88C36" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L112C17-L112C37" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L120C17-L120C39" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L128C17-L128C33" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L136C17-L136C61" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L144C17-L144C29" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L163C17-L163C30" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L171C17-L171C30" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L284C17-L300C51" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L344C17-L344C37" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearchResult`1.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/FindResult.cs#L21C13-L23C60" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearchResult`1.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/FindResult.cs#L28C13-L28C49" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearchResult`1.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/FindResult.cs#L33C13-L50C10" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalSearchResult`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/FindResult.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L31C21-L33C10" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.MultipleMatchesException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L40C45-L40C55" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.MultipleMatchesException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L42C59-L42C76" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.MultipleMatchesException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L45C17-L46C12" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.MultipleMatchesException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L53C21-L55C10" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.MultipleMatchesException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.NoMatchingPrincipalException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L62C49-L62C59" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.NoMatchingPrincipalException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L64C63-L64C80" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.NoMatchingPrincipalException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L67C17-L68C12" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.NoMatchingPrincipalException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L74C9-L76C55" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.NoMatchingPrincipalException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PasswordException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L84C38-L84C48" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PasswordException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L86C52-L86C69" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PasswordException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L89C13-L90C12" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PasswordException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L97C21-L99C10" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.PasswordException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalExistsException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L106C45-L106C55" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalExistsException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L108C59-L108C76" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalExistsException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L111C13-L112C12" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalExistsException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L119C21-L121C10" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalExistsException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L131C49-L131C59" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L133C63-L133C80" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L136C13-L137C12" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L139C78-L142C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.#ctor(System.String,System.Exception,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L143C104-L146C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.#ctor(System.String,System.Exception,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L147C123-L151C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L158C21-L162C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L170C13-L173C10" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalServerDownException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalOperationException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L182C48-L182C58" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalOperationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L184C62-L184C79" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalOperationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L187C13-L188C12" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalOperationException.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L190C77-L193C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalOperationException.#ctor(System.String,System.Exception,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L194C103-L197C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L204C21-L207C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalOperationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L215C13-L217C10" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalOperationException.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L223C17-L223C35" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalOperationException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.AccountManagement.IdentityType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.IdentityType.SamAccountName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.IdentityType.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.IdentityType.UserPrincipalName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.IdentityType.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.IdentityType.Sid", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.IdentityType.Guid", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.IdentityType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.AccountManagement.GroupScope.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/GroupType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.GroupScope.Local", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/GroupType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.GroupScope.Global", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/GroupType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.GroupScope.Universal", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/GroupType.cs" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.GroupScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/GroupType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.DirectoryPropertyAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L15C9-L19C10" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.DirectoryPropertyAttribute.SchemaAttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L24C17-L24C45" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.DirectoryPropertyAttribute.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L31C17-L31C33" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.DirectoryPropertyAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.DirectoryRdnPrefixAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L46C9-L50C10" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.DirectoryRdnPrefixAttribute.RdnPrefix", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L55C17-L55C35" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.DirectoryRdnPrefixAttribute.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L62C17-L62C33" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.DirectoryRdnPrefixAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.DirectoryObjectClassAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L73C9-L77C10" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.DirectoryObjectClassAttribute.ObjectClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L82C17-L82C37" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.DirectoryObjectClassAttribute.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L89C17-L89C33" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.DirectoryObjectClassAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.#ctor(System.DirectoryServices.AccountManagement.Principal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L16C9-L19C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.LastBadPasswordAttempt(System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L27C13-L37C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.AccountExpirationDate(System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L44C13-L54C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.AccountLockoutTime(System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L61C13-L71C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.BadLogonCount(System.Int32,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L78C13-L88C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.LastLogonTime(System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L95C13-L105C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.LastPasswordSetTime(System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L112C13-L122C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.AdvancedFilterSet(System.String,System.Object,System.Type,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L126C13-L127C10" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.AdvancedFilters", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.DirectoryServices.Protocols.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.DirectoryServices.Protocols.json deleted file mode 100644 index 60d98e92603..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.DirectoryServices.Protocols.json +++ /dev/null @@ -1,2409 +0,0 @@ -{ - "Assembly": "System.DirectoryServices.Protocols", - "GUID": "23ED7E3B94E641C18E67B59DB5E28598FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.AuthType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Anonymous", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Basic", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Negotiate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Ntlm", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Digest", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Sicily", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Dpa", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Msn", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.AuthType.External", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Kerberos", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.AuthType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.PartialResultProcessing.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.PartialResultProcessing.NoPartialResultSupport", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.PartialResultProcessing.ReturnPartialResults", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.PartialResultProcessing.ReturnPartialResultsAndNotifyCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.PartialResultProcessing", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.BerConverter.Encode(System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/BerConverter.cs#L15C13-L289C35" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.BerConverter.Decode(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/BerConverter.cs#L295C13-L299C52" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.BerConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/BerConverter.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.DereferenceAlias.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.DereferenceAlias.Never", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.DereferenceAlias.InSearching", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.DereferenceAlias.FindingBaseObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.DereferenceAlias.Always", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DereferenceAlias", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L13C9-L22C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L24C64-L26C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L28C64-L30C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor(System.String,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L32C61-L34C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor(System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L45C74-L56C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.GetValues(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L67C13-L115C93" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Add(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L157C41-L157C59" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L159C41-L159C59" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Add(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L161C38-L161C56" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.AddRange(System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L177C13-L193C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L195C47-L195C67" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.CopyTo(System.Object[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L197C58-L197C83" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L199C45-L199C64" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Insert(System.Int32,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L201C56-L201C84" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Insert(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L203C56-L203C84" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Insert(System.Int32,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L205C53-L205C81" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L214C45-L214C63" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L218C13-L224C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L60C20-L60C34" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryAttribute.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L122C17-L141C14" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModification.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L229C9-L233C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryAttributeModification.Operation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L237C20-L237C39" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryAttributeModification", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchResultAttributeCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L279C13-L282C52" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchResultAttributeCollection.CopyTo(System.DirectoryServices.Protocols.DirectoryAttribute[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L285C70-L285C108" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchResultAttributeCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L258C17-L264C71" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchResultAttributeCollection.AttributeNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L268C46-L268C61" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchResultAttributeCollection.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L270C38-L270C55" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SearchResultAttributeCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L290C9-L292C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Add(System.DirectoryServices.Protocols.DirectoryAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L302C13-L307C40" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.AddRange(System.DirectoryServices.Protocols.DirectoryAttribute[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L312C13-L323C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.AddRange(System.DirectoryServices.Protocols.DirectoryAttributeCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L327C13-L334C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Contains(System.DirectoryServices.Protocols.DirectoryAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L336C59-L336C79" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.CopyTo(System.DirectoryServices.Protocols.DirectoryAttribute[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L338C70-L338C95" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.IndexOf(System.DirectoryServices.Protocols.DirectoryAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L340C57-L340C76" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Insert(System.Int32,System.DirectoryServices.Protocols.DirectoryAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L344C13-L350C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Remove(System.DirectoryServices.Protocols.DirectoryAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L352C57-L352C75" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L356C13-L364C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L296C20-L296C51" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryAttributeCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L369C9-L371C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Add(System.DirectoryServices.Protocols.DirectoryAttributeModification)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L381C13-L386C40" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.AddRange(System.DirectoryServices.Protocols.DirectoryAttributeModification[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L391C13-L402C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.AddRange(System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L406C13-L413C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Contains(System.DirectoryServices.Protocols.DirectoryAttributeModification)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L415C71-L415C91" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.CopyTo(System.DirectoryServices.Protocols.DirectoryAttributeModification[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L417C82-L417C107" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.IndexOf(System.DirectoryServices.Protocols.DirectoryAttributeModification)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L419C69-L419C88" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Insert(System.Int32,System.DirectoryServices.Protocols.DirectoryAttributeModification)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L423C13-L429C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Remove(System.DirectoryServices.Protocols.DirectoryAttributeModification)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L431C69-L431C87" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L435C13-L443C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L375C20-L375C63" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.DirectoryAttributeOperation.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttributeOperation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.DirectoryAttributeOperation.Add", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttributeOperation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.DirectoryAttributeOperation.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttributeOperation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.DirectoryAttributeOperation.Replace", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttributeOperation.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryAttributeOperation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttributeOperation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryConnection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs#L14C9-L17C101" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryConnection.Directory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs#L19C57-L19C77" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryConnection.ClientCertificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs#L21C64-L21C87" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryConnection.Timeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs#L25C20-L25C38" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryConnection.Credential", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs#L41C17-L42C14" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.ExtendedDNFlag.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ExtendedDNFlag.HexString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ExtendedDNFlag.StandardString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.ExtendedDNFlag", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityMasks.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityMasks.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityMasks.Owner", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityMasks.Group", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityMasks.Dacl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityMasks.Sacl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SecurityMasks", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.ObjectSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.ParentsFirst", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.PublicDataOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.IncrementalValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectorySynchronizationOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.SearchOption.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SearchOption.DomainScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SearchOption.PhantomRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SearchOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.SortKey.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L60C9-L62C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SortKey.#ctor(System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L64C9-L69C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SortKey.AttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L73C20-L73C25" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SortKey.MatchingRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L79C20-L79C25" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SortKey.ReverseOrder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L85C20-L85C26" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SortKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControl.#ctor(System.String,System.Byte[],System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L94C9-L110C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L114C13-L124C30" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryControl.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L127C30-L127C34" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryControl.IsCritical", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L129C34-L129C38" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryControl.ServerSide", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L131C34-L131C38" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.AsqRequestControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L236C38-L238C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.AsqRequestControl.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L240C58-L243C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.AsqRequestControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L249C13-L250C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.AsqRequestControl.AttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L245C39-L245C43" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.AsqRequestControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.Protocols.AsqResponseControl.Result", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L261C36-L261C40" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.AsqResponseControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.CrossDomainMoveControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L266C43-L268C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.CrossDomainMoveControl.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L270C72-L273C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.CrossDomainMoveControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L279C13-L291C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.CrossDomainMoveControl.TargetDomainController", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L275C48-L275C52" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.CrossDomainMoveControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DomainScopeControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L297C39-L299C10" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DomainScopeControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.ExtendedDNControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L306C38-L308C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.ExtendedDNControl.#ctor(System.DirectoryServices.Protocols.ExtendedDNFlag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L310C57-L313C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.ExtendedDNControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L328C13-L329C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ExtendedDNControl.Flag", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L317C20-L317C25" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.ExtendedDNControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.LazyCommitControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L335C38-L335C90" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.LazyCommitControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryNotificationControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L340C49-L340C101" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryNotificationControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.PermissiveModifyControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L345C44-L345C97" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.PermissiveModifyControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L350C50-L350C102" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl.#ctor(System.DirectoryServices.Protocols.SecurityMasks)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L352C69-L355C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L363C13-L364C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl.SecurityMasks", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L359C46-L359C50" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchOptionsControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L370C9-L371C94" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchOptionsControl.#ctor(System.DirectoryServices.Protocols.SearchOption)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L373C59-L376C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchOptionsControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L392C13-L393C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchOptionsControl.SearchOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L380C20-L380C33" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SearchOptionsControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.ShowDeletedControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L399C39-L399C91" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.ShowDeletedControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.TreeDeleteControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L404C38-L404C90" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.TreeDeleteControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.VerifyNameControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L411C38-L411C91" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.VerifyNameControl.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L413C55-L418C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.VerifyNameControl.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L420C65-L423C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.VerifyNameControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L435C13-L443C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.VerifyNameControl.ServerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L427C20-L427C31" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.VerifyNameControl.Flag", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L431C27-L431C31" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.VerifyNameControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirSyncRequestControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L450C9-L452C94" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirSyncRequestControl.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L453C55-L456C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirSyncRequestControl.#ctor(System.Byte[],System.DirectoryServices.Protocols.DirectorySynchronizationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L458C95-L461C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirSyncRequestControl.#ctor(System.Byte[],System.DirectoryServices.Protocols.DirectorySynchronizationOptions,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L463C115-L466C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirSyncRequestControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L508C13-L510C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirSyncRequestControl.Cookie", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L472C17-L483C35" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirSyncRequestControl.Option", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L490C57-L490C61" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirSyncRequestControl.AttributeCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L494C20-L494C26" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirSyncRequestControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.Protocols.DirSyncResponseControl.Cookie", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L529C17-L540C35" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirSyncResponseControl.MoreData", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L544C32-L544C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirSyncResponseControl.ResultSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L546C33-L546C37" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirSyncResponseControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.PageResultRequestControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L551C9-L554C97" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.PageResultRequestControl.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L556C57-L559C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.PageResultRequestControl.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L561C58-L564C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.PageResultRequestControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L602C13-L604C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.PageResultRequestControl.PageSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L568C20-L568C25" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.PageResultRequestControl.Cookie", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L584C17-L595C35" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.PageResultRequestControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.Protocols.PageResultResponseControl.Cookie", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L622C17-L632C35" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.PageResultResponseControl.TotalCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L636C33-L636C37" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.PageResultResponseControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.SortRequestControl.#ctor(System.DirectoryServices.Protocols.SortKey[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L641C9-L659C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SortRequestControl.#ctor(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L661C78-L663C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SortRequestControl.#ctor(System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L641C9-L669C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SortRequestControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L712C13-L798C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SortRequestControl.SortKeys", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L675C17-L685C33" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SortRequestControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.Protocols.SortResponseControl.Result", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L810C36-L810C40" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SortResponseControl.AttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L812C39-L812C43" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SortResponseControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.VlvRequestControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L824C38-L824C91" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.VlvRequestControl.#ctor(System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L826C81-L831C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.VlvRequestControl.#ctor(System.Int32,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L833C84-L842C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.VlvRequestControl.#ctor(System.Int32,System.Int32,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L844C84-L849C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.VlvRequestControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L947C13-L988C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.VlvRequestControl.BeforeCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L853C20-L853C27" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.VlvRequestControl.AfterCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L867C20-L867C26" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.VlvRequestControl.Offset", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L881C20-L881C27" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.VlvRequestControl.EstimateCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L895C20-L895C34" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.VlvRequestControl.Target", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L911C17-L921C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.VlvRequestControl.ContextId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L930C17-L940C36" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.VlvRequestControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.Protocols.VlvResponseControl.TargetPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1004C37-L1004C41" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.VlvResponseControl.ContentCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1006C35-L1006C39" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.VlvResponseControl.ContextId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1012C17-L1022C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.VlvResponseControl.Result", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1026C36-L1026C40" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.VlvResponseControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.QuotaControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1034C33-L1034C86" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.QuotaControl.#ctor(System.Security.Principal.SecurityIdentifier)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1036C60-L1039C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.QuotaControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1043C13-L1044C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.QuotaControl.QuerySid", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/QuotaControl.Linux.cs#L12C20-L12C117" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.QuotaControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1050C9-L1052C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.Add(System.DirectoryServices.Protocols.DirectoryControl)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1062C13-L1064C38" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.AddRange(System.DirectoryServices.Protocols.DirectoryControl[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1069C13-L1080C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.AddRange(System.DirectoryServices.Protocols.DirectoryControlCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1084C13-L1091C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.Contains(System.DirectoryServices.Protocols.DirectoryControl)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1093C57-L1093C77" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.CopyTo(System.DirectoryServices.Protocols.DirectoryControl[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1095C68-L1095C93" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.IndexOf(System.DirectoryServices.Protocols.DirectoryControl)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1097C55-L1097C74" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.Insert(System.Int32,System.DirectoryServices.Protocols.DirectoryControl)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1101C13-L1104C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.Remove(System.DirectoryServices.Protocols.DirectoryControl)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1106C55-L1106C73" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1110C13-L1116C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryControlCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1056C20-L1056C49" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryControlCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L18C90-L20C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L22C70-L24C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L26C53-L28C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L30C39-L32C10" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L43C99-L43C122" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L45C48-L45C58" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L47C62-L47C79" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L49C79-L49C103" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L52C13-L55C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L58C15-L61C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse,System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L64C15-L67C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryOperationException.Response", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L69C45-L69C49" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryOperationException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.BerConversionException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L90C94-L90C117" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.BerConversionException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L92C43-L94C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.BerConversionException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L96C57-L98C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.BerConversionException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L100C74-L102C10" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.BerConversionException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryIdentifier.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryIdentifier.cs#L10C9-L12C10" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryIdentifier.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperation.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryOperation.cs#L10C9-L10C43" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryOperation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryOperation.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryRequest.RequestId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L17C20-L17C39" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryRequest.Controls", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L21C54-L21C58" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DeleteRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L26C9-L26C35" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DeleteRequest.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L28C9-L31C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DeleteRequest.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L33C43-L33C47" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DeleteRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.AddRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L69C67-L38C32" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.AddRequest.#ctor(System.String,System.DirectoryServices.Protocols.DirectoryAttribute[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L40C95-L51C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.AddRequest.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L53C75-L65C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.AddRequest.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L67C43-L67C47" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.AddRequest.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L69C58-L69C62" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.AddRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.ModifyRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L105C82-L74C35" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.ModifyRequest.#ctor(System.String,System.DirectoryServices.Protocols.DirectoryAttributeModification[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L76C113-L80C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.ModifyRequest.#ctor(System.String,System.DirectoryServices.Protocols.DirectoryAttributeOperation,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L82C143-L101C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ModifyRequest.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L103C43-L103C47" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ModifyRequest.Modifications", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L105C73-L105C77" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.ModifyRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.CompareRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C56-L110C36" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.CompareRequest.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C56-L115C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.CompareRequest.#ctor(System.String,System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C56-L120C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.CompareRequest.#ctor(System.String,System.String,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C56-L125C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.CompareRequest.#ctor(System.String,System.DirectoryServices.Protocols.DirectoryAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C56-L137C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.CompareRequest.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L149C43-L149C47" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.CompareRequest.Assertion", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C47-L151C51" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.CompareRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.ModifyDNRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L171C50-L156C37" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.ModifyDNRequest.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L171C50-L163C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ModifyDNRequest.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L165C43-L165C47" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ModifyDNRequest.NewParentDistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L167C52-L167C56" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ModifyDNRequest.NewName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L169C33-L169C37" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ModifyDNRequest.DeleteOldRdn", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L171C36-L171C40" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.ModifyDNRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.ExtendedRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L178C9-L178C37" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.ExtendedRequest.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L180C9-L183C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.ExtendedRequest.#ctor(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L185C75-L188C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ExtendedRequest.RequestName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L190C37-L190C41" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ExtendedRequest.RequestValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L196C17-L206C34" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.ExtendedRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L234C55-L214C35" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchRequest.#ctor(System.String,System.String,System.DirectoryServices.Protocols.SearchScope,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L216C133-L230C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L232C43-L232C47" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L234C46-L234C50" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.Filter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L238C20-L238C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.Scope", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L252C20-L252C35" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.Aliases", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L266C20-L266C38" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.SizeLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L280C20-L280C39" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.TimeLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L294C20-L294C39" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.TypesOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L312C33-L312C37" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SearchRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DsmlAuthRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L326C9-L326C61" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DsmlAuthRequest.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L328C9-L328C74" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DsmlAuthRequest.Principal", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L330C35-L330C39" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DsmlAuthRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryResponse.RequestId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L20C35-L20C39" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryResponse.MatchedDN", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L22C43-L22C47" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryResponse.Controls", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L28C17-L39C37" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryResponse.ResultCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L43C48-L43C52" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryResponse.ErrorMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L45C46-L45C50" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryResponse.Referral", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L51C17-L61C37" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" - }, - { - "Members": [], - "DocsId": "T:System.DirectoryServices.Protocols.DeleteResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" - }, - { - "Members": [], - "DocsId": "T:System.DirectoryServices.Protocols.AddResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" - }, - { - "Members": [], - "DocsId": "T:System.DirectoryServices.Protocols.ModifyResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" - }, - { - "Members": [], - "DocsId": "T:System.DirectoryServices.Protocols.ModifyDNResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" - }, - { - "Members": [], - "DocsId": "T:System.DirectoryServices.Protocols.CompareResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.Protocols.ExtendedResponse.ResponseName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L97C38-L97C42" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ExtendedResponse.ResponseValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L103C17-L113C33" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.ExtendedResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchResponse.References", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L128C20-L128C40" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchResponse.Entries", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L134C20-L134C36" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SearchResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.PartialResultsCollection.Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/PartialResultsCollection.cs#L16C47-L16C72" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.PartialResultsCollection.IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/PartialResultsCollection.cs#L18C45-L18C69" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.PartialResultsCollection.CopyTo(System.Object[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/PartialResultsCollection.cs#L20C59-L20C90" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.PartialResultsCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/PartialResultsCollection.cs#L12C42-L12C58" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.PartialResultsCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/PartialResultsCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.ReferralChasingOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ReferralChasingOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ReferralChasingOptions.Subordinate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ReferralChasingOptions.External", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ReferralChasingOptions.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.ReferralChasingOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.Success", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.OperationsError", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.ProtocolError", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.TimeLimitExceeded", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.SizeLimitExceeded", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.CompareFalse", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.CompareTrue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.AuthMethodNotSupported", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.StrongAuthRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.ReferralV2", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.Referral", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.AdminLimitExceeded", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.UnavailableCriticalExtension", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.ConfidentialityRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.SaslBindInProgress", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.NoSuchAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.UndefinedAttributeType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.InappropriateMatching", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.ConstraintViolation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.AttributeOrValueExists", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.InvalidAttributeSyntax", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.NoSuchObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.AliasProblem", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.InvalidDNSyntax", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.AliasDereferencingProblem", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.InappropriateAuthentication", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.InsufficientAccessRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.Busy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.Unavailable", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.UnwillingToPerform", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.LoopDetect", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.SortControlMissing", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.OffsetRangeError", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.NamingViolation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.ObjectClassViolation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.NotAllowedOnNonLeaf", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.NotAllowedOnRdn", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.EntryAlreadyExists", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.ObjectClassModificationsProhibited", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.ResultsTooLarge", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.AffectsMultipleDsas", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.VirtualListViewError", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.Other", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.ResultCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchResultReference.Reference", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L18C17-L28C32" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchResultReference.Controls", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L32C47-L32C78" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SearchResultReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchResultReferenceCollection.Contains(System.DirectoryServices.Protocols.SearchResultReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L43C62-L43C87" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchResultReferenceCollection.IndexOf(System.DirectoryServices.Protocols.SearchResultReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L45C60-L45C84" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchResultReferenceCollection.CopyTo(System.DirectoryServices.Protocols.SearchResultReference[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L47C74-L47C105" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchResultReferenceCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L39C57-L39C96" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SearchResultReferenceCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchResultEntry.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L62C43-L62C47" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchResultEntry.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L64C61-L64C65" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchResultEntry.Controls", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L66C47-L66C78" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SearchResultEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchResultEntryCollection.Contains(System.DirectoryServices.Protocols.SearchResultEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L77C58-L77C83" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchResultEntryCollection.IndexOf(System.DirectoryServices.Protocols.SearchResultEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L79C56-L79C80" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchResultEntryCollection.CopyTo(System.DirectoryServices.Protocols.SearchResultEntry[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L81C70-L81C101" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchResultEntryCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L73C53-L73C88" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SearchResultEntryCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.SearchScope.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchScope.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SearchScope.Base", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchScope.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SearchScope.OneLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchScope.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SearchScope.Subtree", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchScope.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SearchScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchScope.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L54C48-L56C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.#ctor(System.DirectoryServices.Protocols.LdapDirectoryIdentifier)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L58C69-L60C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.#ctor(System.DirectoryServices.Protocols.LdapDirectoryIdentifier,System.Net.NetworkCredential)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L62C99-L64C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.#ctor(System.DirectoryServices.Protocols.LdapDirectoryIdentifier,System.Net.NetworkCredential,System.DirectoryServices.Protocols.AuthType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L45C9-L87C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L100C30-L16707566C0" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L193C13-L193C61" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L198C13-L260C60" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.BeginSendRequest(System.DirectoryServices.Protocols.DirectoryRequest,System.DirectoryServices.Protocols.PartialResultProcessing,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L266C13-L266C96" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.BeginSendRequest(System.DirectoryServices.Protocols.DirectoryRequest,System.TimeSpan,System.DirectoryServices.Protocols.PartialResultProcessing,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L271C13-L386C56" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.Abort(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L391C13-L435C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.GetPartialResults(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L439C13-L459C101" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.EndSendRequest(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L464C13-L506C101" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.Bind", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L1005C31-L1005C89" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.Bind(System.Net.NetworkCredential)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L1007C62-L1007C112" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L1163C13-L1165C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L1169C13-L1189C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapConnection.Timeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L104C20-L104C38" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapConnection.AuthType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L124C20-L124C39" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapConnection.SessionOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L143C52-L143C56" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapConnection.Credential", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L149C17-L155C14" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapConnection.AutoBind", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L158C32-L158C36" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.LdapConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L10C57-L12C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L14C73-L16C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L18C110-L20C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String,System.Int32,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L22C126-L24C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String[],System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L63C42-L50C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String[],System.Int32,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L52C129-L55C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.Servers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L57C36-L57C107" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.Connectionless", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L59C38-L59C42" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.FullyQualifiedDnsHostName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L61C49-L61C53" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.PortNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L63C33-L63C37" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.LdapDirectoryIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L100C108" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L102C44" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L104C65" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L106C89" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L112C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L117C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Int32,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L123C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Int32,System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L128C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapException.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L132C20-L132C30" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapException.ServerErrorMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L139C44-L139C48" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapException.PartialResults", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C58-L141C62" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.LdapException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L152C93-L152C116" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.TlsOperationException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L154C42-L154C52" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L156C56-L156C73" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L158C73-L158C97" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L160C68-L162C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L164C84-L166C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse,System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L168C101-L170C10" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.TlsOperationException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.QueryForConnectionCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.QueryForConnectionCallback.Invoke(System.DirectoryServices.Protocols.LdapConnection,System.DirectoryServices.Protocols.LdapConnection,System.String,System.DirectoryServices.Protocols.LdapDirectoryIdentifier,System.Net.NetworkCredential,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.QueryForConnectionCallback.BeginInvoke(System.DirectoryServices.Protocols.LdapConnection,System.DirectoryServices.Protocols.LdapConnection,System.String,System.DirectoryServices.Protocols.LdapDirectoryIdentifier,System.Net.NetworkCredential,System.Int64,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.QueryForConnectionCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.QueryForConnectionCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback.Invoke(System.DirectoryServices.Protocols.LdapConnection,System.DirectoryServices.Protocols.LdapConnection,System.String,System.DirectoryServices.Protocols.LdapDirectoryIdentifier,System.DirectoryServices.Protocols.LdapConnection,System.Net.NetworkCredential,System.Int64,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback.BeginInvoke(System.DirectoryServices.Protocols.LdapConnection,System.DirectoryServices.Protocols.LdapConnection,System.String,System.DirectoryServices.Protocols.LdapDirectoryIdentifier,System.DirectoryServices.Protocols.LdapConnection,System.Net.NetworkCredential,System.Int64,System.Int32,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DereferenceConnectionCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DereferenceConnectionCallback.Invoke(System.DirectoryServices.Protocols.LdapConnection,System.DirectoryServices.Protocols.LdapConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DereferenceConnectionCallback.BeginInvoke(System.DirectoryServices.Protocols.LdapConnection,System.DirectoryServices.Protocols.LdapConnection,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DereferenceConnectionCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DereferenceConnectionCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.QueryClientCertificateCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.QueryClientCertificateCallback.Invoke(System.DirectoryServices.Protocols.LdapConnection,System.Byte[][])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.QueryClientCertificateCallback.BeginInvoke(System.DirectoryServices.Protocols.LdapConnection,System.Byte[][],System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.QueryClientCertificateCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.QueryClientCertificateCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.VerifyServerCertificateCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.VerifyServerCertificateCallback.Invoke(System.DirectoryServices.Protocols.LdapConnection,System.Security.Cryptography.X509Certificates.X509Certificate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.VerifyServerCertificateCallback.BeginInvoke(System.DirectoryServices.Protocols.LdapConnection,System.Security.Cryptography.X509Certificates.X509Certificate,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.VerifyServerCertificateCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.VerifyServerCertificateCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.ForceRediscovery", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.DirectoryServicesRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.DirectoryServicesPreferred", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.GCRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.PdcRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.IPRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.KdcRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.TimeServerRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.WriteableRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.GoodTimeServerPreferred", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.AvoidSelf", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.OnlyLdapNeeded", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.IsFlatName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.IsDnsName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.ReturnDnsName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.ReturnFlatName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.LocatorFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Pct1Server", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Pct1Client", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Ssl2Server", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Ssl2Client", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Ssl3Server", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Ssl3Client", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Tls1Server", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Tls1Client", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SecurityProtocol", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.Protocol", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L85C45-L85C62" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.AlgorithmIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L87C59-L87C70" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.CipherStrength", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L89C38-L89C47" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.Hash", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L91C42-L91C56" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.HashStrength", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L93C36-L93C49" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.KeyExchangeAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L95C44-L95C65" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.ExchangeStrength", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L97C40-L97C57" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.ReferralCallback.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L104C9-L106C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ReferralCallback.QueryForConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L108C64-L108C68" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ReferralCallback.NotifyNewConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L110C68-L110C72" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ReferralCallback.DereferenceConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L112C70-L112C74" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.ReferralCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapSessionOptions.FastConcurrentBind", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L522C13-L535C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapSessionOptions.StartTransportLayerSecurity(System.DirectoryServices.Protocols.DirectoryControlCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L539C13-L725C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapSessionOptions.StopTransportLayerSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L729C13-L739C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.ReferralHopLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L144C20-L144C77" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.HostName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L158C20-L158C78" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.DomainName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L164C20-L164C82" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.LocatorFlag", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L172C17-L173C45" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.HostReachable", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L187C17-L188C38" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.PingKeepAliveTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L196C17-L197C71" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.PingLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L219C20-L219C69" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.PingWaitTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L235C17-L236C76" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.AutoReconnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L260C17-L261C38" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.SspiFlag", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L272C20-L272C69" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.SslInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L280C17-L289C32" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.SecurityContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L297C17-L307C35" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.Signing", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L315C17-L316C38" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.Sealing", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L329C17-L330C38" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.SaslMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L341C20-L341C79" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.RootDseCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L349C17-L350C38" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.TcpKeepAlive", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L363C17-L364C38" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.SendTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L377C17-L378C71" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.ReferralCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L402C17-L407C41" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.QueryClientCertificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L440C17-L445C51" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.VerifyServerCertificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L482C17-L487C51" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.SecureSocketLayer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.Linux.cs#L18C17-L19C43" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.ProtocolVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.Linux.cs#L30C20-L30C76" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.ReferralChasing", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.Linux.cs#L38C17-L38C133" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.LdapSessionOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.DirectoryServices.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.DirectoryServices.json deleted file mode 100644 index b92f7a55b00..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.DirectoryServices.json +++ /dev/null @@ -1,5930 +0,0 @@ -{ - "Assembly": "System.DirectoryServices", - "GUID": "6BD797BA85264813A662EF162C68CE9DFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.ReadControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.WriteDacl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.WriteOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.Synchronize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.AccessSystemSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.GenericRead", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.GenericWrite", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.GenericExecute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.GenericAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.CreateChild", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.DeleteChild", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.ListChildren", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.Self", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.ReadProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.WriteProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.DeleteTree", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.ListObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.ExtendedRight", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectoryRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectorySecurityInheritance.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectorySecurityInheritance.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectorySecurityInheritance.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectorySecurityInheritance.Descendents", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectorySecurityInheritance.SelfAndChildren", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectorySecurityInheritance.Children", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectorySecurityInheritance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.PropertyAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.PropertyAccess.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.PropertyAccess.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - } - ], - "DocsId": "T:System.DirectoryServices.PropertyAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L52C9-L58C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.AddAccessRule(System.DirectoryServices.ActiveDirectoryAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L76C13-L82C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.SetAccessRule(System.DirectoryServices.ActiveDirectoryAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L86C13-L92C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.ResetAccessRule(System.DirectoryServices.ActiveDirectoryAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L96C13-L102C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.RemoveAccess(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L106C13-L121C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.RemoveAccessRule(System.DirectoryServices.ActiveDirectoryAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L125C13-L130C48" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.RemoveAccessRuleSpecific(System.DirectoryServices.ActiveDirectoryAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L135C13-L141C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.ModifyAccessRule(System.Security.AccessControl.AccessControlModification,System.Security.AccessControl.AccessRule,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L145C13-L150C76" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.PurgeAccessRules(System.Security.Principal.IdentityReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L155C13-L161C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.AddAuditRule(System.DirectoryServices.ActiveDirectoryAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L168C13-L174C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.SetAuditRule(System.DirectoryServices.ActiveDirectoryAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L178C13-L184C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.RemoveAudit(System.Security.Principal.IdentityReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L188C13-L203C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.RemoveAuditRule(System.DirectoryServices.ActiveDirectoryAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L207C13-L212C47" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.RemoveAuditRuleSpecific(System.DirectoryServices.ActiveDirectoryAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L217C13-L223C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.ModifyAuditRule(System.Security.AccessControl.AccessControlModification,System.Security.AccessControl.AuditRule,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L227C13-L232C75" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.PurgeAuditRules(System.Security.Principal.IdentityReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L237C13-L243C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.AccessRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L257C13-L265C29" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.AccessRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AccessControlType,System.Guid,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L278C13-L286C38" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.AuditRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L297C13-L305C29" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.AuditRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AuditFlags,System.Guid,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L318C13-L326C38" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectorySecurity.AccessRightType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L357C49-L357C78" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectorySecurity.AccessRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L359C48-L359C81" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectorySecurity.AuditRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L361C47-L361C79" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectorySecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectoryAccessRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L529C15-L540C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectoryAccessRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AccessControlType,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L547C15-L557C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectoryAccessRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L564C15-L574C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectoryAccessRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L582C15-L592C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectoryAccessRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L600C15-L610C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectoryAccessRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L619C15-L629C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectoryAccessRule.ActiveDirectoryRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L658C20-L658C89" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectoryAccessRule.InheritanceType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L663C20-L663C121" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectoryAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ListChildrenAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L676C15-L687C10" - }, - { - "DocsId": "M:System.DirectoryServices.ListChildrenAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L693C15-L703C10" - }, - { - "DocsId": "M:System.DirectoryServices.ListChildrenAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L710C15-L720C10" - } - ], - "DocsId": "T:System.DirectoryServices.ListChildrenAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.CreateChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L732C16-L742C10" - }, - { - "DocsId": "M:System.DirectoryServices.CreateChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L748C15-L758C10" - }, - { - "DocsId": "M:System.DirectoryServices.CreateChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L764C15-L774C10" - }, - { - "DocsId": "M:System.DirectoryServices.CreateChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L781C15-L791C10" - }, - { - "DocsId": "M:System.DirectoryServices.CreateChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L798C15-L808C10" - }, - { - "DocsId": "M:System.DirectoryServices.CreateChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L815C15-L825C10" - } - ], - "DocsId": "T:System.DirectoryServices.CreateChildAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DeleteChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L837C15-L847C10" - }, - { - "DocsId": "M:System.DirectoryServices.DeleteChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L853C15-L863C10" - }, - { - "DocsId": "M:System.DirectoryServices.DeleteChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L869C15-L879C10" - }, - { - "DocsId": "M:System.DirectoryServices.DeleteChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L886C15-L896C10" - }, - { - "DocsId": "M:System.DirectoryServices.DeleteChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L903C15-L913C10" - }, - { - "DocsId": "M:System.DirectoryServices.DeleteChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L920C15-L930C10" - } - ], - "DocsId": "T:System.DirectoryServices.DeleteChildAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.PropertyAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L942C15-L952C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L959C15-L969C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L976C15-L986C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L994C15-L1004C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1012C15-L1022C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1031C15-L1041C10" - } - ], - "DocsId": "T:System.DirectoryServices.PropertyAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.PropertySetAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1055C15-L1065C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertySetAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1073C15-L1083C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertySetAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1091C15-L1101C10" - } - ], - "DocsId": "T:System.DirectoryServices.PropertySetAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ExtendedRightAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1113C15-L1123C10" - }, - { - "DocsId": "M:System.DirectoryServices.ExtendedRightAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1129C15-L1139C10" - }, - { - "DocsId": "M:System.DirectoryServices.ExtendedRightAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1145C15-L1155C10" - }, - { - "DocsId": "M:System.DirectoryServices.ExtendedRightAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1162C15-L1172C10" - }, - { - "DocsId": "M:System.DirectoryServices.ExtendedRightAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1179C15-L1189C10" - }, - { - "DocsId": "M:System.DirectoryServices.ExtendedRightAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1196C15-L1206C10" - } - ], - "DocsId": "T:System.DirectoryServices.ExtendedRightAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DeleteTreeAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1218C15-L1228C10" - }, - { - "DocsId": "M:System.DirectoryServices.DeleteTreeAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1234C15-L1244C10" - }, - { - "DocsId": "M:System.DirectoryServices.DeleteTreeAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1251C15-L1261C10" - } - ], - "DocsId": "T:System.DirectoryServices.DeleteTreeAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectoryAuditRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1274C15-L1285C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectoryAuditRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AuditFlags,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1292C15-L1302C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectoryAuditRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AuditFlags,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1309C15-L1319C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectoryAuditRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AuditFlags,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1327C15-L1337C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectoryAuditRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AuditFlags,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1345C15-L1355C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectoryAuditRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AuditFlags,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1364C15-L1374C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectoryAuditRule.ActiveDirectoryRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1403C20-L1403C84" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectoryAuditRule.InheritanceType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1408C20-L1408C121" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectoryAuditRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.AuthenticationTypes.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AuthenticationTypes.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AuthenticationTypes.Secure", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AuthenticationTypes.Encryption", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AuthenticationTypes.SecureSocketsLayer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AuthenticationTypes.ReadonlyServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AuthenticationTypes.Anonymous", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AuthenticationTypes.FastBind", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AuthenticationTypes.Signing", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AuthenticationTypes.Sealing", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AuthenticationTypes.Delegation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AuthenticationTypes.ServerBind", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - } - ], - "DocsId": "T:System.DirectoryServices.AuthenticationTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.DereferenceAlias.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" - }, - { - "DocsId": "F:System.DirectoryServices.DereferenceAlias.Never", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" - }, - { - "DocsId": "F:System.DirectoryServices.DereferenceAlias.InSearching", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" - }, - { - "DocsId": "F:System.DirectoryServices.DereferenceAlias.FindingBaseObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" - }, - { - "DocsId": "F:System.DirectoryServices.DereferenceAlias.Always", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" - } - ], - "DocsId": "T:System.DirectoryServices.DereferenceAlias", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DirectoryEntries.Add(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L46C13-L50C26" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntries.Find(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L59C13-L59C37" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntries.Find(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L67C13-L78C154" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntries.Remove(System.DirectoryServices.DirectoryEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L86C13-L95C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntries.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L97C47-L97C78" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntries.SchemaFilter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L29C17-L31C79" - } - ], - "DocsId": "T:System.DirectoryServices.DirectoryEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L24C9-L52C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L58C47-L61C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L66C83-L68C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.#ctor(System.String,System.String,System.String,System.DirectoryServices.AuthenticationTypes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L73C123-L83C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L106C15-L108C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L561C13-L562C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.CommitChanges", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L569C13-L623C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.CopyTo(System.DirectoryServices.DirectoryEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L658C67-L658C90" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.CopyTo(System.DirectoryServices.DirectoryEntry,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L665C13-L677C123" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.DeleteTree", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L685C13-L699C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L706C13-L713C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.Exists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L720C13-L738C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.Invoke(System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L780C13-L805C31" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.InvokeGet(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L813C13-L835C27" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.InvokeSet(System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L843C13-L863C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.MoveTo(System.DirectoryServices.DirectoryEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L868C57-L868C80" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.MoveTo(System.DirectoryServices.DirectoryEntry,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L875C13-L926C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.RefreshCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L934C13-L951C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.RefreshCache(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L958C13-L1015C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.Rename(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L1020C48-L1020C71" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.AuthenticationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L162C20-L162C39" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.Children", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L181C45-L181C71" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.Guid", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L199C17-L212C43" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.ObjectSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L220C17-L226C41" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L261C17-L264C32" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.NativeGuid", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L272C17-L275C32" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.NativeObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L286C17-L287C35" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.Parent", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L298C17-L299C130" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.Password", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L311C17-L329C14" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L339C20-L339C25" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L356C13-L356C65" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.SchemaClassName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L365C17-L368C33" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.SchemaEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L381C17-L382C130" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.UsePropertyCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L398C20-L398C29" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.Username", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L421C17-L424C46" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L450C17-L453C33" - } - ], - "DocsId": "T:System.DirectoryServices.DirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DirectoryEntryConfiguration.GetCurrentServerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L96C13-L96C135" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntryConfiguration.IsMutuallyAuthenticated", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L103C17-L116C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntryConfiguration.SetUserNameQueryQuota(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L120C13-L121C10" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntryConfiguration.Referral", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L22C17-L22C153" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntryConfiguration.SecurityMasks", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L40C17-L40C149" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntryConfiguration.PageSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L55C17-L55C135" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntryConfiguration.PasswordPort", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L70C17-L70C145" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntryConfiguration.PasswordEncoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L82C17-L82C160" - } - ], - "DocsId": "T:System.DirectoryServices.DirectoryEntryConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L57C38-L60C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor(System.DirectoryServices.DirectoryEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L67C64-L70C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor(System.DirectoryServices.DirectoryEntry,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L77C80-L80C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor(System.DirectoryServices.DirectoryEntry,System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L87C108-L90C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L97C52-L100C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L107C80-L110C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor(System.String,System.String[],System.DirectoryServices.SearchScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L116C99-L118C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor(System.DirectoryServices.DirectoryEntry,System.String,System.String[],System.DirectoryServices.SearchScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L20C9-L131C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySearcher.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L137C13-L145C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySearcher.FindOne", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L570C13-L600C32" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySearcher.FindAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L606C52-L606C65" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.CacheResults", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L154C20-L154C33" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.ClientTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L174C20-L174C34" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.PropertyNamesOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L192C41-L192C45" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.Filter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L200C20-L200C27" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.PageSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L215C20-L215C29" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.PropertiesToLoad", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L236C13-L236C57" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.ReferralChasing", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L244C20-L244C36" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.SearchScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L263C20-L263C26" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.ServerPageTimeLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L287C20-L287C40" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.ServerTimeLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L306C20-L306C36" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.SizeLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L326C20-L326C30" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.SearchRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L344C17-L358C36" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.Sort", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L377C20-L377C25" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.Asynchronous", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L386C36-L386C40" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.Tombstone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L393C33-L393C37" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.AttributeScopeQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L403C20-L403C40" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.DerefAlias", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L438C20-L438C31" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.SecurityMasks", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L455C20-L455C33" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.ExtendedDN", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L473C20-L473C31" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.DirectorySynchronization", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L493C17-L497C30" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.VirtualListView", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L530C17-L541C29" - } - ], - "DocsId": "T:System.DirectoryServices.DirectorySearcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DirectorySynchronization.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L11C9-L15C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySynchronization.#ctor(System.DirectoryServices.DirectorySynchronizationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L11C9-L20C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySynchronization.#ctor(System.DirectoryServices.DirectorySynchronization)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L11C9-L29C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySynchronization.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L11C9-L31C103" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySynchronization.#ctor(System.DirectoryServices.DirectorySynchronizationOptions,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L11C9-L37C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySynchronization.GetDirectorySynchronizationCookie", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L59C13-L65C31" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySynchronization.ResetDirectorySynchronizationCookie", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L68C62-L68C91" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySynchronization.ResetDirectorySynchronizationCookie(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L72C13-L84C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySynchronization.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L86C51-L86C97" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySynchronization.Option", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L42C20-L42C27" - } - ], - "DocsId": "T:System.DirectoryServices.DirectorySynchronization", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.DirectorySynchronizationOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" - }, - { - "DocsId": "F:System.DirectoryServices.DirectorySynchronizationOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" - }, - { - "DocsId": "F:System.DirectoryServices.DirectorySynchronizationOptions.ObjectSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" - }, - { - "DocsId": "F:System.DirectoryServices.DirectorySynchronizationOptions.ParentsFirst", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" - }, - { - "DocsId": "F:System.DirectoryServices.DirectorySynchronizationOptions.PublicDataOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" - }, - { - "DocsId": "F:System.DirectoryServices.DirectorySynchronizationOptions.IncrementalValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" - } - ], - "DocsId": "T:System.DirectoryServices.DirectorySynchronizationOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DirectoryVirtualListView.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L20C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryVirtualListView.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L25C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryVirtualListView.#ctor(System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L32C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryVirtualListView.#ctor(System.Int32,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L39C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryVirtualListView.#ctor(System.Int32,System.Int32,System.Int32,System.DirectoryServices.DirectoryVirtualListViewContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L47C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryVirtualListView.#ctor(System.Int32,System.Int32,System.String,System.DirectoryServices.DirectoryVirtualListViewContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L55C10" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryVirtualListView.BeforeCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L60C20-L60C32" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryVirtualListView.AfterCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L75C20-L75C31" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryVirtualListView.Offset", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L90C20-L90C27" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryVirtualListView.TargetPercentage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L113C20-L113C37" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryVirtualListView.Target", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L130C20-L130C27" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryVirtualListView.ApproximateTotal", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L137C20-L137C37" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryVirtualListView.DirectoryVirtualListViewContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L150C83-L150C87" - } - ], - "DocsId": "T:System.DirectoryServices.DirectoryVirtualListView", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DirectoryVirtualListViewContext.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListViewContext.cs#L10C52-L12C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryVirtualListViewContext.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListViewContext.cs#L32C13-L32C66" - } - ], - "DocsId": "T:System.DirectoryServices.DirectoryVirtualListViewContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListViewContext.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ExtendedDN.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ExtendedDn.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ExtendedDN.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ExtendedDn.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ExtendedDN.HexString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ExtendedDn.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ExtendedDN.Standard", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ExtendedDn.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ExtendedDN", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ExtendedDn.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.PasswordEncodingMethod.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PasswordEncodingMethod.cs" - }, - { - "DocsId": "F:System.DirectoryServices.PasswordEncodingMethod.PasswordEncodingSsl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PasswordEncodingMethod.cs" - }, - { - "DocsId": "F:System.DirectoryServices.PasswordEncodingMethod.PasswordEncodingClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PasswordEncodingMethod.cs" - } - ], - "DocsId": "T:System.DirectoryServices.PasswordEncodingMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PasswordEncodingMethod.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L72C13-L86C25" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.CopyTo(System.DirectoryServices.PropertyValueCollection[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L94C13-L95C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L102C13-L114C63" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#get_Item(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L119C20-L119C37" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#set_Item(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L120C20-L120C78" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L123C41-L123C45" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L125C40-L125C44" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#get_Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L127C41-L127C65" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#Add(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L131C13-L131C67" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L136C13-L136C69" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L139C52-L139C75" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L143C13-L143C70" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L146C52-L146C67" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L148C44-L148C49" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L150C40-L150C44" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L154C13-L171C10" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L32C17-L42C34" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L54C17-L61C47" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyCollection.PropertyNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L65C45-L65C69" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyCollection.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L67C38-L67C64" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#Item(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L119C20-L119C37" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L123C41-L123C45" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L125C40-L125C44" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L127C41-L127C65" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L148C44-L148C49" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L150C40-L150C44" - } - ], - "DocsId": "T:System.DirectoryServices.PropertyCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.PropertyValueCollection.Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L132C42-L132C57" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyValueCollection.AddRange(System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L139C13-L147C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyValueCollection.AddRange(System.DirectoryServices.PropertyValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L154C13-L163C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyValueCollection.Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L165C48-L165C68" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyValueCollection.CopyTo(System.Object[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L173C13-L174C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyValueCollection.IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L176C46-L176C65" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyValueCollection.Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L178C57-L178C82" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyValueCollection.Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L211C13-L226C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyValueCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L230C13-L247C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyValueCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L251C13-L280C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyValueCollection.OnRemoveComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L284C13-L313C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyValueCollection.OnSetComplete(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L318C13-L338C10" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyValueCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L50C20-L50C31" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyValueCollection.PropertyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L62C38-L62C42" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyValueCollection.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L68C17-L76C40" - } - ], - "DocsId": "T:System.DirectoryServices.PropertyValueCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ReferralChasingOption.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ReferralChasingOption.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ReferralChasingOption.Subordinate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ReferralChasingOption.External", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ReferralChasingOption.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ReferralChasingOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ResultPropertyCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs#L48C13-L49C52" - }, - { - "DocsId": "M:System.DirectoryServices.ResultPropertyCollection.CopyTo(System.DirectoryServices.ResultPropertyValueCollection[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs#L54C13-L55C10" - }, - { - "DocsId": "P:System.DirectoryServices.ResultPropertyCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs#L25C17-L32C85" - }, - { - "DocsId": "P:System.DirectoryServices.ResultPropertyCollection.PropertyNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs#L37C45-L37C60" - }, - { - "DocsId": "P:System.DirectoryServices.ResultPropertyCollection.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs#L39C38-L39C55" - } - ], - "DocsId": "T:System.DirectoryServices.ResultPropertyCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ResultPropertyValueCollection.Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyValueCollection.cs#L30C48-L30C73" - }, - { - "DocsId": "M:System.DirectoryServices.ResultPropertyValueCollection.IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyValueCollection.cs#L32C46-L32C70" - }, - { - "DocsId": "M:System.DirectoryServices.ResultPropertyValueCollection.CopyTo(System.Object[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyValueCollection.cs#L34C60-L34C91" - }, - { - "DocsId": "P:System.DirectoryServices.ResultPropertyValueCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyValueCollection.cs#L22C17-L26C40" - } - ], - "DocsId": "T:System.DirectoryServices.ResultPropertyValueCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyValueCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L57C13-L63C41" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.AddRange(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L71C13-L82C10" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.AddRange(System.DirectoryServices.SchemaNameCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L86C13-L97C10" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L104C13-L105C10" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L110C48-L110C68" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.CopyTo(System.String[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L114C13-L116C10" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L120C13-L121C43" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.IndexOf(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L138C13-L144C23" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.Insert(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L152C13-L155C10" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L163C13-L165C10" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L172C13-L182C10" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L184C34-L184C39" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L186C35-L186C40" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L190C13-L192C10" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L194C44-L194C49" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L196C40-L196C44" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L200C20-L200C31" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#set_Item(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L201C20-L201C48" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L204C41-L204C60" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L206C47-L206C71" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L208C45-L208C68" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L210C56-L210C85" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L212C45-L212C67" - }, - { - "DocsId": "P:System.DirectoryServices.SchemaNameCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L29C17-L30C47" - }, - { - "DocsId": "P:System.DirectoryServices.SchemaNameCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L47C17-L48C38" - }, - { - "DocsId": "P:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L184C34-L184C39" - }, - { - "DocsId": "P:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L186C35-L186C40" - }, - { - "DocsId": "P:System.DirectoryServices.SchemaNameCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L194C44-L194C49" - }, - { - "DocsId": "P:System.DirectoryServices.SchemaNameCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L196C40-L196C44" - }, - { - "DocsId": "P:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L200C20-L200C31" - } - ], - "DocsId": "T:System.DirectoryServices.SchemaNameCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.SearchResult.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResult.cs#L29C13-L34C33" - }, - { - "DocsId": "P:System.DirectoryServices.SearchResult.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResult.cs#L41C31-L41C64" - }, - { - "DocsId": "P:System.DirectoryServices.SearchResult.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResult.cs#L47C54-L47C58" - } - ], - "DocsId": "T:System.DirectoryServices.SearchResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResult.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.SearchResultCollection.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L152C13-L154C10" - }, - { - "DocsId": "M:System.DirectoryServices.SearchResultCollection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L158C13-L186C10" - }, - { - "DocsId": "M:System.DirectoryServices.SearchResultCollection.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L188C38-L16707566C0" - }, - { - "DocsId": "M:System.DirectoryServices.SearchResultCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L194C13-L197C87" - }, - { - "DocsId": "M:System.DirectoryServices.SearchResultCollection.Contains(System.DirectoryServices.SearchResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L200C54-L200C80" - }, - { - "DocsId": "M:System.DirectoryServices.SearchResultCollection.CopyTo(System.DirectoryServices.SearchResult[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L204C13-L205C10" - }, - { - "DocsId": "M:System.DirectoryServices.SearchResultCollection.IndexOf(System.DirectoryServices.SearchResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L207C52-L207C77" - }, - { - "DocsId": "M:System.DirectoryServices.SearchResultCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L209C44-L209C49" - }, - { - "DocsId": "M:System.DirectoryServices.SearchResultCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L211C40-L211C44" - }, - { - "DocsId": "M:System.DirectoryServices.SearchResultCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L215C13-L216C10" - }, - { - "DocsId": "P:System.DirectoryServices.SearchResultCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L39C48-L39C79" - }, - { - "DocsId": "P:System.DirectoryServices.SearchResultCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L41C29-L41C44" - }, - { - "DocsId": "P:System.DirectoryServices.SearchResultCollection.Handle", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L78C17-L81C32" - }, - { - "DocsId": "P:System.DirectoryServices.SearchResultCollection.PropertiesLoaded", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L89C44-L89C48" - }, - { - "DocsId": "P:System.DirectoryServices.SearchResultCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L209C44-L209C49" - }, - { - "DocsId": "P:System.DirectoryServices.SearchResultCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L211C40-L211C44" - } - ], - "DocsId": "T:System.DirectoryServices.SearchResultCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.SearchScope.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchScope.cs" - }, - { - "DocsId": "F:System.DirectoryServices.SearchScope.Base", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchScope.cs" - }, - { - "DocsId": "F:System.DirectoryServices.SearchScope.OneLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchScope.cs" - }, - { - "DocsId": "F:System.DirectoryServices.SearchScope.Subtree", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchScope.cs" - } - ], - "DocsId": "T:System.DirectoryServices.SearchScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchScope.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.SecurityMasks.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" - }, - { - "DocsId": "F:System.DirectoryServices.SecurityMasks.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" - }, - { - "DocsId": "F:System.DirectoryServices.SecurityMasks.Owner", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" - }, - { - "DocsId": "F:System.DirectoryServices.SecurityMasks.Group", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" - }, - { - "DocsId": "F:System.DirectoryServices.SecurityMasks.Dacl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" - }, - { - "DocsId": "F:System.DirectoryServices.SecurityMasks.Sacl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" - } - ], - "DocsId": "T:System.DirectoryServices.SecurityMasks", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.SortDirection.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortDirection.cs" - }, - { - "DocsId": "F:System.DirectoryServices.SortDirection.Ascending", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortDirection.cs" - }, - { - "DocsId": "F:System.DirectoryServices.SortDirection.Descending", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortDirection.cs" - } - ], - "DocsId": "T:System.DirectoryServices.SortDirection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortDirection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.SortOption.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortOption.cs#L15C9-L17C10" - }, - { - "DocsId": "M:System.DirectoryServices.SortOption.#ctor(System.String,System.DirectoryServices.SortDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortOption.cs#L19C9-L23C10" - }, - { - "DocsId": "P:System.DirectoryServices.SortOption.PropertyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortOption.cs#L29C20-L29C33" - }, - { - "DocsId": "P:System.DirectoryServices.SortOption.Direction", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortOption.cs#L36C20-L36C34" - } - ], - "DocsId": "T:System.DirectoryServices.SortOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortOption.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesCOMException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L14C9-L14C51" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesCOMException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L16C65-L16C82" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesCOMException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L18C83-L18C107" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesCOMException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L24C101-L26C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesCOMException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L44C13-L45C10" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryServicesCOMException.ExtendedError", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L34C36-L34C40" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryServicesCOMException.ExtendedErrorMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L36C47-L36C51" - } - ], - "DocsId": "T:System.DirectoryServices.DirectoryServicesCOMException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryPartition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs#L14C9-L16C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryPartition.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs#L29C13-L30C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryPartition.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs#L35C13-L49C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryPartition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs#L53C46-L53C50" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryPartition.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryPartition.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs#L65C17-L66C38" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryPartition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryReplicationMetadata.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs#L42C13-L43C50" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryReplicationMetadata.CopyTo(System.DirectoryServices.ActiveDirectory.AttributeMetadata[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs#L48C13-L49C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryReplicationMetadata.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs#L26C17-L32C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryReplicationMetadata.AttributeNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs#L36C58-L36C62" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryReplicationMetadata.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs#L38C53-L38C57" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryReplicationMetadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Zero", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.One", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Two", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Three", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Four", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Five", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Six", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Seven", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Eight", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Nine", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Ten", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Eleven", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Twelve", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Thirteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Fourteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Fifteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Sixteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Seventeen", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Eighteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Nineteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Twenty", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.TwentyOne", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.TwentyTwo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.TwentyThree", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.HourOfDay", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.MinuteOfHour.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.MinuteOfHour.Zero", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.MinuteOfHour.Fifteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.MinuteOfHour.Thirty", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.MinuteOfHour.FortyFive", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.MinuteOfHour", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L47C9-L56C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule.#ctor(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L58C76-L65C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule.SetSchedule(System.DayOfWeek,System.DirectoryServices.ActiveDirectory.HourOfDay,System.DirectoryServices.ActiveDirectory.MinuteOfHour,System.DirectoryServices.ActiveDirectory.HourOfDay,System.DirectoryServices.ActiveDirectory.MinuteOfHour)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L100C13-L124C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule.SetSchedule(System.DayOfWeek[],System.DirectoryServices.ActiveDirectory.HourOfDay,System.DirectoryServices.ActiveDirectory.MinuteOfHour,System.DirectoryServices.ActiveDirectory.HourOfDay,System.DirectoryServices.ActiveDirectory.MinuteOfHour)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L128C13-L138C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule.SetDailySchedule(System.DirectoryServices.ActiveDirectory.HourOfDay,System.DirectoryServices.ActiveDirectory.MinuteOfHour,System.DirectoryServices.ActiveDirectory.HourOfDay,System.DirectoryServices.ActiveDirectory.MinuteOfHour)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L142C18-L146C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule.ResetSchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L150C18-L152C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule.RawSchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L77C17-L82C28" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SchemaClassType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SchemaClassType.Type88", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SchemaClassType.Structural", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SchemaClassType.Abstract", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SchemaClassType.Auxiliary", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.SchemaClassType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.PropertyTypes.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.PropertyTypes.Indexed", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.PropertyTypes.InGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.PropertyTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L53C13-L83C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.GetSchema(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L89C13-L175C84" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.RefreshSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L180C13-L203C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindClass(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L210C13-L211C84" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindDefunctClass(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L219C13-L236C32" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindAllClasses", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L244C13-L247C65" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindAllClasses(System.DirectoryServices.ActiveDirectory.SchemaClassType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L255C13-L266C65" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindAllDefunctClasses", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L274C13-L278C65" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindProperty(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L286C13-L287C87" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindDefunctProperty(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L295C13-L312C35" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindAllProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L320C13-L324C68" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindAllProperties(System.DirectoryServices.ActiveDirectory.PropertyTypes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L332C13-L366C76" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindAllDefunctProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L374C13-L378C68" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L383C13-L384C75" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.GetCurrentSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L389C13-L389C103" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.SchemaRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L400C17-L401C72" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L42C9-L89C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L182C13-L183C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L188C13-L217C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L223C13-L255C32" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.GetAllProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L260C13-L269C84" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L274C13-L420C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L424C13-L424C25" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L429C13-L439C96" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L448C17-L449C41" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.CommonName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L457C17-L464C36" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.Oid", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L483C17-L508C29" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L527C17-L538C37" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.IsDefunct", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L557C17-L559C35" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.PossibleSuperiors", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L578C17-L647C43" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.PossibleInferiors", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L655C17-L669C43" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.MandatoryProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L677C17-L745C45" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.OptionalProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L753C17-L830C44" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.AuxiliaryClasses", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L838C17-L906C42" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.SubClassOf", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L914C17-L921C36" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L940C17-L951C30" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.SchemaGuid", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L976C17-L985C57" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.DefaultObjectSecurityDescriptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L1004C17-L1025C56" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.Add(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L82C13-L95C122" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L101C13-L115C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L119C13-L134C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.AddRange(System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L138C13-L153C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L157C13-L173C111" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.Insert(System.Int32,System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L178C13-L191C122" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L197C13-L213C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L218C13-L219C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L223C13-L239C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L244C13-L260C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L266C13-L279C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.OnRemoveComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L285C13-L311C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.OnSetComplete(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L317C13-L324C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L328C13-L337C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L56C20-L56C60" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L40C9-L140C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L232C13-L233C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L238C13-L268C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L274C13-L304C35" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L309C13-L454C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L456C46-L456C50" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L460C13-L470C99" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L480C17-L481C41" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.CommonName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L489C17-L496C36" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Oid", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L518C17-L543C29" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Syntax", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L565C17-L580C32" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L604C17-L615C37" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsSingleValued", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L637C17-L663C40" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsIndexed", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L686C17-L688C66" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsIndexedOverContainer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L709C17-L711C79" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsInAnr", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L732C17-L734C64" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsOnTombstonedObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L755C17-L757C77" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsTupleIndexed", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L778C17-L780C71" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsInGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L801C17-L813C43" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.RangeLower", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L836C17-L856C36" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.RangeUpper", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L889C17-L909C36" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsDefunct", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L942C17-L944C35" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Link", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L963C17-L998C40" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.LinkId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L1006C17-L1025C32" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.SchemaGuid", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L1058C17-L1067C57" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.Add(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L80C13-L93C128" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L99C13-L113C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L117C13-L133C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.AddRange(System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L137C13-L153C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L157C13-L173C117" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.Insert(System.Int32,System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L178C13-L191C128" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L197C13-L212C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L232C13-L233C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L237C13-L252C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L257C13-L273C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L279C13-L292C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.OnRemoveComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L298C13-L324C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.OnSetComplete(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L330C13-L338C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L342C13-L349C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L56C20-L56C63" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.AutoTopologyDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.TopologyCleanupDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.AutoMinimumHopDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.StaleServerDetectDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.AutoInterSiteTopologyDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.GroupMembershipCachingEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.ForceKccWindows2003Behavior", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.UseWindows2000IstgElection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.RandomBridgeHeaderServerSelectionDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.UseHashingForReplicationSchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.RedundantServerTopologyEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L66C13-L125C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L37C9-L170C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.GetComputerSite", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L195C13-L229C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L722C13-L852C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L856C13-L874C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L878C13-L881C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L1076C13-L1085C99" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L1091C13-L1093C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L1097C13-L1107C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L235C17-L238C30" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Domains", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L246C17-L260C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Subnets", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L268C17-L284C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Servers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L292C17-L305C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.AdjacentSites", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L313C17-L325C39" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.SiteLinks", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L333C17-L345C31" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.InterSiteTopologyGenerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L354C17-L409C14" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L433C17-L454C14" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Location", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L480C17-L496C14" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.BridgeheadServers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L525C17-L534C43" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.PreferredSmtpBridgeheadServers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L542C17-L558C47" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.PreferredRpcBridgeheadServers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L566C17-L581C46" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.IntraSiteReplicationSchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L589C17-L622C33" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.Add(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L45C13-L53C108" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L58C13-L62C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L66C13-L71C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L75C13-L92C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L97C13-L98C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L102C13-L119C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.Insert(System.Int32,System.DirectoryServices.ActiveDirectory.ActiveDirectorySite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L124C13-L132C108" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L137C13-L157C97" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L163C13-L175C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L181C13-L194C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.OnRemoveComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L200C13-L210C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.OnSetComplete(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L216C13-L226C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L230C13-L237C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L25C20-L25C58" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L28C89-L30C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L32C129-L34C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType,System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L22C9-L101C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L114C13-L114C88" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L119C13-L195C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L579C13-L599C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L603C13-L621C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L625C13-L628C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L633C13-L642C99" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L648C13-L650C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L654C13-L663C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L201C17-L204C30" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.TransportType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L212C17-L215C35" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.Sites", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L223C17-L240C31" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.Cost", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L248C17-L263C14" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.ReplicationInterval", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L287C17-L304C14" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.ReciprocalReplicationEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L336C17-L359C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.NotificationEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L400C17-L423C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.DataCompressionEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L464C17-L490C34" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.InterSiteReplicationSchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L532C17-L551C33" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L24C93-L26C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L21C9-L88C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L101C13-L101C86" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L106C13-L183C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L234C13-L255C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L259C13-L277C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L281C13-L284C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L289C13-L298C100" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L304C13-L306C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L310C13-L319C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L189C17-L192C30" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.SiteLinks", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L200C17-L217C31" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.TransportType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L225C17-L228C35" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.Add(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L39C13-L48C108" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L53C13-L58C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L62C13-L68C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L72C13-L90C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L95C13-L96C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L100C13-L118C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.Insert(System.Int32,System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L123C13-L132C108" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L137C13-L158C97" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L164C13-L176C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L182C13-L195C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.OnRemoveComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L201C13-L211C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.OnSetComplete(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L217C13-L227C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L231C13-L238C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L19C20-L19C62" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L21C13-L107C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L109C9-L147C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L149C102-L166C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L272C13-L308C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L312C13-L330C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L334C13-L337C25" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L342C13-L351C99" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L357C13-L359C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L363C13-L372C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L194C17-L197C30" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.Site", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L205C17-L208C30" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.Location", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L230C17-L244C14" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.Add(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L49C13-L58C112" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L63C13-L76C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L80C13-L86C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L90C13-L108C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L113C13-L114C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L118C13-L136C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.Insert(System.Int32,System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L141C13-L150C112" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L155C13-L176C101" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.OnClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L181C13-L189C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L194C13-L201C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L207C13-L230C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.OnRemoveComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L236C13-L256C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.OnSetComplete(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L262C13-L264C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L268C13-L275C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L29C20-L29C60" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.CaseExactString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.CaseIgnoreString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.NumericString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.DirectoryString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.OctetString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.SecurityDescriptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.Int", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.Int64", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.Bool", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.Oid", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.GeneralizedTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.UtcTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.DN", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.DNWithBinary", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.DNWithString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.Enumeration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.IA5String", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.PrintableString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.Sid", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.AccessPointDN", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.ORName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.PresentationAddress", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.ReplicaLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L84C13-L85C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L90C13-L106C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.GetAdamInstance(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L113C13-L164C78" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L170C13-L194C87" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.FindAll(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L199C13-L236C43" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.TransferRoleOwnership(System.DirectoryServices.ActiveDirectory.AdamRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L241C13-L262C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.SeizeRoleOwnership(System.DirectoryServices.ActiveDirectory.AdamRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L268C13-L308C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.CheckReplicationConsistency", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L312C13-L320C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.GetReplicationCursors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L324C13-L340C123" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.GetReplicationOperationInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L345C13-L354C88" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.GetReplicationNeighbors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L359C13-L374C80" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.GetAllReplicationNeighbors", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L379C13-L388C80" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.GetReplicationConnectionFailures", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L393C13-L393C100" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.GetReplicationMetadata(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L398C13-L413C89" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.SyncReplicaFromServer(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L418C13-L436C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.TriggerSyncReplicaFromNeighbors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L440C13-L452C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.SyncReplicaFromAllServers(System.String,System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L456C13-L468C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L472C13-L491C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.ConfigurationSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L501C17-L507C42" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.HostName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L515C17-L521C40" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.LdapPort", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L529C17-L535C40" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.SslPort", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L543C17-L549C39" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.Roles", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L559C17-L595C37" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.DefaultPartition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L603C17-L626C48" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.IPAddress", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L666C17-L675C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.SiteName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L684C17-L697C39" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.SyncFromAllServersCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L796C17-L799C38" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.InboundConnections", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L811C79-L811C108" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.OutboundConnections", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L813C80-L813C110" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.AdamInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstanceCollection.Contains(System.DirectoryServices.ActiveDirectory.AdamInstance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstanceCollection.cs#L24C13-L37C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstanceCollection.IndexOf(System.DirectoryServices.ActiveDirectory.AdamInstance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstanceCollection.cs#L42C13-L56C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstanceCollection.CopyTo(System.DirectoryServices.ActiveDirectory.AdamInstance[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstanceCollection.cs#L61C13-L62C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstanceCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstanceCollection.cs#L20C48-L20C79" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.AdamInstanceCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstanceCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L28C9-L46C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L28C9-L55C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L76C13-L102C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.GetApplicationPartition(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L110C13-L155C155" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L160C13-L347C30" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindDirectoryServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L352C13-L370C36" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindDirectoryServer(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L375C13-L399C36" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindDirectoryServer(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L404C13-L424C36" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindDirectoryServer(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L429C13-L454C36" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindAllDirectoryServers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L459C13-L476C41" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindAllDirectoryServers(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L482C13-L504C41" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindAllDiscoverableDirectoryServers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L510C13-L522C77" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindAllDiscoverableDirectoryServers(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L528C13-L545C77" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L551C13-L575C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L579C13-L742C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L746C13-L753C75" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ApplicationPartition.DirectoryServers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L764C17-L783C48" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ApplicationPartition.SecurityReferenceDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L791C17-L822C14" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ApplicationPartition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartitionCollection.Contains(System.DirectoryServices.ActiveDirectory.ApplicationPartition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartitionCollection.cs#L24C13-L37C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartitionCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ApplicationPartition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartitionCollection.cs#L42C13-L55C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartitionCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ApplicationPartition[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartitionCollection.cs#L60C13-L61C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ApplicationPartitionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartitionCollection.cs#L20C56-L20C95" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ApplicationPartitionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartitionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadata.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L55C30-L55C34" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadata.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L57C30-L57C34" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadata.LastOriginatingChangeTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L59C53-L59C57" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadata.LastOriginatingInvocationId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L61C51-L61C55" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadata.OriginatingChangeUsn", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L63C44-L63C48" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadata.LocalChangeUsn", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L65C38-L65C42" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadata.OriginatingServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L71C17-L88C47" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.AttributeMetadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AttributeMetadataCollection.Contains(System.DirectoryServices.ActiveDirectory.AttributeMetadata)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetadataCollection.cs#L16C13-L29C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AttributeMetadataCollection.IndexOf(System.DirectoryServices.ActiveDirectory.AttributeMetadata)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetadataCollection.cs#L34C13-L46C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AttributeMetadataCollection.CopyTo(System.DirectoryServices.ActiveDirectory.AttributeMetadata[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetadataCollection.cs#L51C13-L52C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadataCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetadataCollection.cs#L12C53-L12C89" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.AttributeMetadataCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetadataCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L48C34-L48C47" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L53C13-L67C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.GetConfigurationSet(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L75C13-L151C84" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.FindAdamInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L156C13-L157C68" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.FindAdamInstance(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L162C13-L169C77" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.FindAdamInstance(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L174C13-L185C81" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.FindAllAdamInstances", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L190C13-L192C60" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.FindAllAdamInstances(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L197C13-L204C69" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.FindAllAdamInstances(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L209C13-L220C73" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L225C13-L226C110" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.GetSecurityLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L231C13-L237C41" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.SetSecurityLevel(System.DirectoryServices.ActiveDirectory.ReplicationSecurityLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L242C13-L261C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L263C46-L263C50" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ConfigurationSet.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L273C17-L274C39" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ConfigurationSet.Sites", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L282C17-L283C80" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ConfigurationSet.AdamInstances", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L291C17-L292C72" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ConfigurationSet.ApplicationPartitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L300C17-L301C120" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ConfigurationSet.Schema", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L309C17-L321C38" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ConfigurationSet.SchemaRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L329C17-L330C85" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ConfigurationSet.NamingRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L338C17-L339C85" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ConfigurationSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DirectoryContextType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DirectoryContextType.Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DirectoryContextType.Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DirectoryContextType.DirectoryServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DirectoryContextType.ConfigurationSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DirectoryContextType.ApplicationPartition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.DirectoryContextType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryContext.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContextType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L104C9-L116C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryContext.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContextType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L118C9-L136C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryContext.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContextType,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L138C9-L150C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryContext.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContextType,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L152C9-L170C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryContext.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L176C32-L176C37" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryContext.UserName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L178C36-L178C80" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryContext.ContextType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L185C52-L185C64" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.DirectoryContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L25C9-L38C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L42C31-L16707566C0" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L46C13-L52C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L57C13-L71C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L75C46-L75C50" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.MoveToAnotherSite(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L79C13-L145C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L149C13-L151C81" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.CheckReplicationConsistency", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.GetReplicationCursors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.GetReplicationOperationInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.GetReplicationNeighbors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.GetAllReplicationNeighbors", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.GetReplicationConnectionFailures", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.GetReplicationMetadata(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.SyncReplicaFromServer(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.TriggerSyncReplicaFromNeighbors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.SyncReplicaFromAllServers(System.String,System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServer.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L186C17-L187C36" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServer.Partitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L195C17-L196C91" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServer.IPAddress", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServer.SiteName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServer.SyncFromAllServersCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServer.InboundConnections", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServer.OutboundConnections", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.DirectoryServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.Add(System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L65C13-L105C116" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.AddRange(System.DirectoryServices.ActiveDirectory.DirectoryServer[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L111C13-L124C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.Contains(System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L128C13-L140C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.CopyTo(System.DirectoryServices.ActiveDirectory.DirectoryServer[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L145C13-L146C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.IndexOf(System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L150C13-L162C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.Insert(System.Int32,System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L167C13-L207C100" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.Remove(System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L213C13-L228C101" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.OnClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L233C13-L241C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L246C13-L270C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L276C13-L317C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.OnRemoveComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L323C13-L363C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.OnSetComplete(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L369C13-L371C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L375C13-L397C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L48C20-L48C54" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows2000MixedDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows2000NativeDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows2003InterimDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows2003Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows2008Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows2008R2Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows8Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows2012R2Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.DomainMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetDomain(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L64C13-L134C100" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetComputerDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L139C13-L145C108" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.RaiseDomainFunctionalityLevel(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L151C13-L253C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.RaiseDomainFunctionality(System.DirectoryServices.ActiveDirectory.DomainMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L258C13-L408C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindDomainController", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L412C13-L414C77" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindDomainController(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L419C13-L426C81" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindDomainController(System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L431C13-L433C80" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindDomainController(System.String,System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L438C13-L445C84" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindAllDomainControllers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L450C13-L452C101" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindAllDomainControllers(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L457C13-L464C105" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindAllDiscoverableDomainControllers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L469C13-L472C120" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindAllDiscoverableDomainControllers(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L477C13-L491C124" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L496C13-L497C140" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetAllTrustRelationships", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L502C13-L506C31" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetTrustRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L511C13-L529C38" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetSelectiveAuthenticationStatus(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L535C13-L543C151" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.SetSelectiveAuthenticationStatus(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L548C13-L557C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetSidFilteringStatus(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L561C13-L569C151" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.SetSidFilteringStatus(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L574C13-L583C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.DeleteLocalSideOfTrustRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L587C13-L597C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.DeleteTrustRelationship(System.DirectoryServices.ActiveDirectory.Domain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L601C13-L611C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.VerifyOutboundTrustRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L615C13-L624C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.VerifyTrustRelationship(System.DirectoryServices.ActiveDirectory.Domain,System.DirectoryServices.ActiveDirectory.TrustDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L628C13-L661C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.CreateLocalSideOfTrustRelationship(System.String,System.DirectoryServices.ActiveDirectory.TrustDirection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L665C13-L688C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.CreateTrustRelationship(System.DirectoryServices.ActiveDirectory.Domain,System.DirectoryServices.ActiveDirectory.TrustDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L692C13-L713C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.UpdateLocalSideOfTrustRelationship(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L717C13-L732C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.UpdateLocalSideOfTrustRelationship(System.String,System.DirectoryServices.ActiveDirectory.TrustDirection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L736C13-L754C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.UpdateTrustRelationship(System.DirectoryServices.ActiveDirectory.Domain,System.DirectoryServices.ActiveDirectory.TrustDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L758C13-L779C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.RepairTrustRelationship(System.DirectoryServices.ActiveDirectory.Domain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L783C13-L821C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetCurrentDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L825C13-L825C88" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L836C17-L846C38" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.DomainControllers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L854C17-L855C80" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.Children", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L863C17-L864C84" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.DomainMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L872C17-L877C43" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.DomainModeLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L885C17-L890C41" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.Parent", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L898C17-L904C38" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.PdcRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L912C17-L914C44" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.RidRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L922C17-L923C90" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.InfrastructureRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L931C17-L932C112" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainCollection.Contains(System.DirectoryServices.ActiveDirectory.Domain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainCollection.cs#L27C13-L38C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainCollection.IndexOf(System.DirectoryServices.ActiveDirectory.Domain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainCollection.cs#L43C13-L54C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainCollection.CopyTo(System.DirectoryServices.ActiveDirectory.Domain[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainCollection.cs#L59C13-L60C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainCollection.cs#L23C42-L23C67" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.DomainCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.AbortIfServerUnavailable", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.SyncAdjacentServerOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.CheckServerAlivenessOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.SkipInitialCheck", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.PushChangeOutward", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.CrossSite", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent.Error", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent.SyncStarted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent.SyncCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent.Finished", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorCategory.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorCategory.ErrorContactingServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorCategory.ErrorReplicating", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorCategory.ServerUnreachable", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncUpdateCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncUpdateCallback.Invoke(System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent,System.String,System.String,System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncUpdateCallback.BeginInvoke(System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent,System.String,System.String,System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncUpdateCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.SyncUpdateCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L42C9-L67C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L95C32-L16707566C0" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L100C13-L116C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetDomainController(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L123C13-L171C80" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L176C13-L186C70" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L191C13-L206C74" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L211C13-L221C73" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L226C13-L241C77" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.FindAll(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L246C13-L259C94" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.FindAll(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L264C13-L282C98" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.EnableGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L287C13-L307C53" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.IsGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L312C13-L338C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.TransferRoleOwnership(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L342C13-L363C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.SeizeRoleOwnership(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L369C13-L437C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetDirectorySearcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L441C13-L443C51" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.CheckReplicationConsistency", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L448C13-L456C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetReplicationCursors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L460C13-L476C119" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetReplicationOperationInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L481C13-L490C86" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetReplicationNeighbors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L495C13-L510C78" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetAllReplicationNeighbors", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L515C13-L524C78" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetReplicationConnectionFailures", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L529C13-L529C100" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetReplicationMetadata(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L534C13-L549C87" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.SyncReplicaFromServer(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L554C13-L572C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.TriggerSyncReplicaFromNeighbors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L576C13-L588C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.SyncReplicaFromAllServers(System.String,System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L592C13-L604C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L613C17-L619C39" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.CurrentTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L627C17-L640C53" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.HighestCommittedUsn", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L648C17-L661C94" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.OSVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L669C17-L677C41" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.Roles", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L711C17-L712C87" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L720C17-L739C38" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.IPAddress", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L747C17-L756C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.SiteName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L765C17-L775C39" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.SyncFromAllServersCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L868C17-L871C37" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.InboundConnections", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L883C79-L883C108" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.OutboundConnections", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L885C80-L885C110" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.DomainController", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainControllerCollection.Contains(System.DirectoryServices.ActiveDirectory.DomainController)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainControllerCollection.cs#L24C13-L35C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainControllerCollection.IndexOf(System.DirectoryServices.ActiveDirectory.DomainController)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainControllerCollection.cs#L40C13-L51C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainControllerCollection.CopyTo(System.DirectoryServices.ActiveDirectory.DomainController[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainControllerCollection.cs#L56C13-L57C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainControllerCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainControllerCollection.cs#L20C52-L20C87" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.DomainControllerCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainControllerCollection.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation.ErrorCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L23C64-L23C68" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L25C32-L25C36" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation.ErrorMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L27C38-L27C42" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation.TargetServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L29C39-L29C43" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation.SourceServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L31C39-L31C43" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.#ctor(System.String,System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L38C100-L42C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L44C92-L44C116" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L46C74-L46C91" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L48C59-L48C69" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L54C110-L56C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L68C13-L69C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L58C29-L58C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L60C31-L60C35" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L75C17-L81C26" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.#ctor(System.String,System.Exception,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L90C102-L93C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L95C84-L98C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L100C87-L100C111" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L102C69-L102C86" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L104C54-L104C83" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L110C105-L112C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L122C13-L123C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L114C32-L114C36" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.#ctor(System.String,System.Exception,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L130C117-L134C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.#ctor(System.String,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L136C99-L140C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L142C88-L142C112" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L144C70-L144C87" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L146C55-L146C65" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L152C106-L154C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L179C13-L180C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L156C32-L156C36" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L158C31-L158C35" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L164C17-L169C30" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectExistsException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L187C90-L187C114" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectExistsException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L189C72-L189C89" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectExistsException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L191C57-L191C67" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectExistsException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L197C108-L199C10" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectExistsException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException.#ctor(System.String,System.Exception,System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L208C136-L211C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L213C90-L213C114" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L215C72-L215C89" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L217C57-L217C86" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L223C108-L225C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L248C13-L249C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException.ErrorInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L231C17-L238C34" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException.#ctor(System.String,System.Exception,System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollisionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L275C82-L259C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L275C82-L261C107" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L275C82-L263C82" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L275C82-L265C83" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L275C82-L273C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L283C13-L284C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException.Collisions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L275C73-L275C77" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Windows2000Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Windows2003InterimForest", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Windows2003Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Windows2008Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Windows2008R2Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Windows8Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Windows2012R2Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L60C34-L60C47" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L65C13-L79C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.GetForest(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L86C13-L161C97" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.RaiseForestFunctionalityLevel(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L166C13-L209C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.RaiseForestFunctionality(System.DirectoryServices.ActiveDirectory.ForestMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L213C13-L227C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L229C46-L229C50" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L233C13-L235C75" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindGlobalCatalog(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L240C13-L247C79" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindGlobalCatalog(System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L252C13-L254C78" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindGlobalCatalog(System.String,System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L259C13-L266C82" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindAllGlobalCatalogs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L271C13-L273C66" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindAllGlobalCatalogs(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L278C13-L285C70" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindAllDiscoverableGlobalCatalogs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L290C13-L293C112" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindAllDiscoverableGlobalCatalogs(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L298C13-L312C116" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.GetAllTrustRelationships", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L317C13-L319C42" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.GetTrustRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L324C13-L341C173" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.GetSelectiveAuthenticationStatus(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L347C13-L355C151" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.SetSelectiveAuthenticationStatus(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L360C13-L369C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.GetSidFilteringStatus(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L373C13-L381C150" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.SetSidFilteringStatus(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L386C13-L395C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.DeleteLocalSideOfTrustRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L399C13-L409C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.DeleteTrustRelationship(System.DirectoryServices.ActiveDirectory.Forest)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L413C13-L423C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.VerifyOutboundTrustRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L427C13-L436C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.VerifyTrustRelationship(System.DirectoryServices.ActiveDirectory.Forest,System.DirectoryServices.ActiveDirectory.TrustDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L440C13-L473C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.CreateLocalSideOfTrustRelationship(System.String,System.DirectoryServices.ActiveDirectory.TrustDirection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L477C13-L500C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.CreateTrustRelationship(System.DirectoryServices.ActiveDirectory.Forest,System.DirectoryServices.ActiveDirectory.TrustDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L504C13-L525C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.UpdateLocalSideOfTrustRelationship(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L529C13-L544C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.UpdateLocalSideOfTrustRelationship(System.String,System.DirectoryServices.ActiveDirectory.TrustDirection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L548C13-L566C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.UpdateTrustRelationship(System.DirectoryServices.ActiveDirectory.Forest,System.DirectoryServices.ActiveDirectory.TrustDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L570C13-L591C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.RepairTrustRelationship(System.DirectoryServices.ActiveDirectory.Forest)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L595C13-L630C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.GetCurrentForest", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L632C52-L632C112" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L642C17-L643C39" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.Sites", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L651C17-L652C80" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.Domains", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L660C17-L661C78" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.GlobalCatalogs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L669C17-L670C74" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.ApplicationPartitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L678C17-L679C120" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.ForestModeLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L687C17-L692C41" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.ForestMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L700C17-L707C43" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.RootDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L715C17-L723C42" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.Schema", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L731C17-L743C38" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.SchemaRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L751C17-L752C96" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.NamingRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L760C17-L761C96" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision.CollisionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L18C57-L18C61" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision.TopLevelNameCollisionOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L20C75-L20C79" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision.DomainCollisionOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L22C63-L22C67" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision.CollisionRecord", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L24C41-L24C45" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollisionCollection.Contains(System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L38C13-L41C50" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollisionCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L46C13-L49C49" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollisionCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L54C13-L55C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollisionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L33C20-L33C71" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollisionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInfoCollection.Contains(System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInfoCollection.cs#L19C13-L22C52" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInfoCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInfoCollection.cs#L27C13-L30C51" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInfoCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInfoCollection.cs#L35C13-L36C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInfoCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInfoCollection.cs#L14C20-L14C67" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInfoCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInfoCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustDomainStatus.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustDomainStatus.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustDomainStatus.SidAdminDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustDomainStatus.SidConflictDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustDomainStatus.NetBiosNameAdminDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustDomainStatus.NetBiosNameConflictDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustDomainStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation.DnsName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs#L40C33-L40C37" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation.NetBiosName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs#L42C37-L42C41" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation.DomainSid", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs#L44C35-L44C39" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation.Status", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs#L48C20-L48C27" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipInformation.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustRelationshipInformation.cs#L83C13-L316C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipInformation.TopLevelNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustRelationshipInformation.cs#L55C17-L57C39" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipInformation.ExcludedTopLevelNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustRelationshipInformation.cs#L65C17-L67C39" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipInformation.TrustedDomainInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustRelationshipInformation.cs#L75C17-L77C36" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustRelationshipInformation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.GetGlobalCatalog(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L30C13-L86C77" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L91C13-L101C70" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L106C13-L121C74" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L126C13-L136C73" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L141C13-L156C77" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.FindAll(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L161C13-L174C51" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.FindAll(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L179C13-L197C55" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.EnableGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L202C13-L203C77" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.DisableGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L208C13-L236C56" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.IsGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L241C13-L245C25" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.FindAllProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L250C13-L270C77" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.GetDirectorySearcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L275C13-L278C51" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.GlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection.Contains(System.DirectoryServices.ActiveDirectory.GlobalCatalog)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalogCollection.cs#L24C13-L35C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection.IndexOf(System.DirectoryServices.ActiveDirectory.GlobalCatalog)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalogCollection.cs#L40C13-L51C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection.CopyTo(System.DirectoryServices.ActiveDirectory.GlobalCatalog[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalogCollection.cs#L56C13-L57C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalogCollection.cs#L20C49-L20C81" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalogCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.LocatorOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.LocatorOptions.ForceRediscovery", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.LocatorOptions.KdcRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.LocatorOptions.TimeServerRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.LocatorOptions.WriteableRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.LocatorOptions.AvoidSelf", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.LocatorOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaClassCollection.cs#L27C13-L38C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaClassCollection.cs#L43C13-L54C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaClassCollection.cs#L59C13-L60C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaClassCollection.cs#L22C20-L22C65" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaClassCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaPropertyCollection.cs#L27C13-L37C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaPropertyCollection.cs#L42C13-L53C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaPropertyCollection.cs#L58C13-L59C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaPropertyCollection.cs#L22C20-L22C68" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaPropertyCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection.Contains(System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyDirectoryServerCollection.cs#L27C13-L38C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection.IndexOf(System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyDirectoryServerCollection.cs#L43C13-L54C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection.CopyTo(System.DirectoryServices.ActiveDirectory.DirectoryServer[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyDirectoryServerCollection.cs#L59C13-L60C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyDirectoryServerCollection.cs#L23C51-L23C85" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyDirectoryServerCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteCollection.cs#L24C13-L40C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteCollection.cs#L45C13-L61C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteCollection.cs#L66C13-L67C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReadOnlySiteCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteCollection.cs#L20C55-L20C93" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReadOnlySiteCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkBridgeCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkBridgeCollection.cs#L19C13-L34C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkBridgeCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkBridgeCollection.cs#L39C13-L54C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkBridgeCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkBridgeCollection.cs#L59C13-L60C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkBridgeCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkBridgeCollection.cs#L14C20-L14C68" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkBridgeCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkBridgeCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkCollection.cs#L19C13-L34C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkCollection.cs#L39C13-L54C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkCollection.cs#L59C13-L60C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkCollection.cs#L14C20-L14C62" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyStringCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyStringCollection.cs#L31C13-L44C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyStringCollection.IndexOf(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyStringCollection.cs#L49C13-L62C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyStringCollection.CopyTo(System.String[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyStringCollection.cs#L67C13-L68C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReadOnlyStringCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyStringCollection.cs#L20C17-L25C48" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReadOnlyStringCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyStringCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.NotificationStatus.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.NotificationStatus.NoNotification", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.NotificationStatus.IntraSiteOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.NotificationStatus.NotificationAlways", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.NotificationStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationSpan.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationSpan.IntraSite", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationSpan.InterSite", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationSpan", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L41C13-L94C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L105C109-L107C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.DirectoryServer,System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L109C144-L111C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.DirectoryServer,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L113C149-L115C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.DirectoryServer,System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L117C9-L201C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L205C13-L207C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L211C13-L218C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L222C13-L223C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L845C13-L863C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L867C13-L883C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L887C13-L890C25" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L895C13-L904C108" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L229C17-L232C40" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.SourceServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L240C17-L262C42" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.DestinationServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L270C17-L301C47" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L309C17-L324C14" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.TransportType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L345C17-L373C39" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.GeneratedByKcc", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L381C17-L408C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.ReciprocalReplicationEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L451C17-L478C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.ChangeNotificationStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L521C17-L551C61" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.DataCompressionEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L603C17-L632C34" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.ReplicationScheduleOwnedByUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L677C17-L704C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.ReplicationSpan", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L747C17-L764C54" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.ReplicationSchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L773C17-L795C33" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnectionCollection.Contains(System.DirectoryServices.ActiveDirectory.ReplicationConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnectionCollection.cs#L16C13-L34C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnectionCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnectionCollection.cs#L39C13-L57C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnectionCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationConnection[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnectionCollection.cs#L62C13-L63C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnectionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnectionCollection.cs#L12C57-L12C97" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationConnectionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnectionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationCursor.PartitionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs#L45C39-L45C43" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationCursor.SourceInvocationId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs#L47C42-L47C46" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationCursor.UpToDatenessUsn", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs#L49C39-L49C43" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationCursor.SourceServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs#L56C17-L61C38" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationCursor.LastSuccessfulSyncTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs#L69C17-L77C86" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationCursor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationCursorCollection.Contains(System.DirectoryServices.ActiveDirectory.ReplicationCursor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursorCollection.cs#L22C13-L25C47" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationCursorCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationCursor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursorCollection.cs#L30C13-L33C46" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationCursorCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationCursor[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursorCollection.cs#L38C13-L39C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationCursorCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursorCollection.cs#L18C53-L18C89" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationCursorCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursorCollection.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationFailure.SourceServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs#L37C17-L52C38" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationFailure.FirstFailureTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs#L58C44-L58C48" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationFailure.ConsecutiveFailureCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs#L60C46-L60C50" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationFailure.LastErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs#L62C37-L62C47" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationFailure.LastErrorMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs#L64C43-L64C96" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationFailure", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationFailureCollection.Contains(System.DirectoryServices.ActiveDirectory.ReplicationFailure)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailureCollection.cs#L25C13-L28C48" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationFailureCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationFailure)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailureCollection.cs#L33C13-L36C47" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationFailureCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationFailure[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailureCollection.cs#L41C13-L42C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationFailureCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailureCollection.cs#L21C54-L21C91" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationFailureCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailureCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType.Rpc", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType.Smtp", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.PartitionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L76C40-L76C44" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.SourceServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L82C17-L97C38" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.TransportType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L101C61-L101C65" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L103C71-L103C75" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.SourceInvocationId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L105C42-L105C46" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.UsnLastObjectChangeSynced", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L107C49-L107C53" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.UsnAttributeFilter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L109C42-L109C46" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.LastSuccessfulSync", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L111C46-L111C50" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.LastAttemptedSync", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L113C45-L113C49" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.LastSyncResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L115C37-L115C41" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.LastSyncMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L117C42-L117C96" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ConsecutiveFailureCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L119C46-L119C50" - }, - { - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationNeighborCollection.Contains(System.DirectoryServices.ActiveDirectory.ReplicationNeighbor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighborCollection.cs#L25C13-L28C49" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationNeighborCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationNeighbor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighborCollection.cs#L33C13-L36C48" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationNeighborCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationNeighbor[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighborCollection.cs#L41C13-L42C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighborCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighborCollection.cs#L21C55-L21C93" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationNeighborCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighborCollection.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperation.TimeEnqueued", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L47C40-L47C44" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperation.OperationNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L49C38-L49C42" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperation.Priority", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L51C31-L51C35" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperation.OperationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L53C57-L53C61" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperation.PartitionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L55C40-L55C44" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperation.SourceServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L61C17-L76C38" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationOperation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationOperationCollection.Contains(System.DirectoryServices.ActiveDirectory.ReplicationOperation)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationCollection.cs#L25C13-L28C50" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationOperationCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationOperation)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationCollection.cs#L33C13-L36C49" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationOperationCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationOperation[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationCollection.cs#L41C13-L42C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperationCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationCollection.cs#L21C56-L21C95" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationOperationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationOperationInformation.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationInformation.cs#L12C9-L14C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperationInformation.OperationStartTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationInformation.cs#L16C47-L16C56" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperationInformation.CurrentOperation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationInformation.cs#L18C58-L18C67" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperationInformation.PendingOperations", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationInformation.cs#L20C69-L20C79" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationOperationInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationInformation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.FindByTransportType(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L30C13-L96C82" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L315C13-L326C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L330C13-L333C97" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L338C13-L340C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L344C13-L347C42" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L352C13-L361C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.TransportType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L103C17-L106C35" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.IgnoreReplicationSchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L114C17-L132C34" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.BridgeAllSiteLinks", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L164C17-L183C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.SiteLinks", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L217C17-L257C44" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.SiteLinkBridges", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L265C17-L306C42" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole.SchemaRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole.NamingRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole.PdcRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole.RidRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole.InfrastructureRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.AdamRole.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.AdamRole.SchemaRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.AdamRole.NamingRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.AdamRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRoleCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L25C13-L38C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRoleCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L43C13-L58C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRoleCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L63C13-L64C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRoleCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L21C55-L21C93" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRoleCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamRoleCollection.Contains(System.DirectoryServices.ActiveDirectory.AdamRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L83C13-L96C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamRoleCollection.IndexOf(System.DirectoryServices.ActiveDirectory.AdamRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L101C13-L116C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamRoleCollection.CopyTo(System.DirectoryServices.ActiveDirectory.AdamRole[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L121C13-L122C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamRoleCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L79C44-L79C71" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.AdamRoleCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationSecurityLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/SecurityLevel.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationSecurityLevel.MutualAuthentication", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/SecurityLevel.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationSecurityLevel.Negotiate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/SecurityLevel.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationSecurityLevel.NegotiatePassThrough", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/SecurityLevel.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationSecurityLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/SecurityLevel.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameStatus.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameStatus.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameStatus.NewlyCreated", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameStatus.AdminDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameStatus.ConflictDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.TopLevelNameStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.TopLevelName.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs#L29C30-L29C34" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.TopLevelName.Status", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs#L33C20-L33C27" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.TopLevelName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.TopLevelNameCollection.Contains(System.DirectoryServices.ActiveDirectory.TopLevelName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelNameCollection.cs#L16C13-L19C45" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.TopLevelNameCollection.IndexOf(System.DirectoryServices.ActiveDirectory.TopLevelName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelNameCollection.cs#L24C13-L27C44" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.TopLevelNameCollection.CopyTo(System.DirectoryServices.ActiveDirectory.TopLevelName[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelNameCollection.cs#L32C13-L33C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.TopLevelNameCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelNameCollection.cs#L12C48-L12C79" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.TopLevelNameCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelNameCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.TreeRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.ParentChild", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.CrossLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.External", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.Kerberos", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.TrustType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustDirection.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustDirection.Inbound", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustDirection.Outbound", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustDirection.Bidirectional", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.TrustDirection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation.SourceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs#L54C38-L54C44" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation.TargetName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs#L56C38-L56C44" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation.TrustType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs#L58C39-L58C43" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation.TrustDirection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs#L60C49-L60C58" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformationCollection.Contains(System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformationCollection.cs#L35C13-L38C52" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformationCollection.IndexOf(System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformationCollection.cs#L43C13-L46C51" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformationCollection.CopyTo(System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformationCollection.cs#L51C13-L52C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformationCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformationCollection.cs#L30C20-L30C67" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformationCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationOperationType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationOperationType.Sync", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationOperationType.Add", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationOperationType.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationOperationType.Modify", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationOperationType.UpdateReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationOperationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionType.TopLevelName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionType.Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionType.Other", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameCollisionOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameCollisionOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameCollisionOptions.NewlyCreated", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameCollisionOptions.DisabledByAdmin", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameCollisionOptions.DisabledByConflict", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.TopLevelNameCollisionOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainCollisionOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainCollisionOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainCollisionOptions.SidDisabledByAdmin", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainCollisionOptions.SidDisabledByConflict", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainCollisionOptions.NetBiosNameDisabledByAdmin", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainCollisionOptions.NetBiosNameDisabledByConflict", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.DomainCollisionOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.Writeable", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.SyncOnStartup", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.ScheduledSync", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.UseInterSiteTransport", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.TwoWaySync", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.ReturnObjectParent", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.FullSyncInProgress", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.FullSyncNextPacket", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.NeverSynced", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.Preempted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.IgnoreChangeNotifications", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.DisableScheduledSync", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.CompressChanges", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.NoChangeNotifications", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.PartialAttributeSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Drawing.Common.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Drawing.Common.json deleted file mode 100644 index 0cd0d08a20c..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Drawing.Common.json +++ /dev/null @@ -1,11840 +0,0 @@ -{ - "Assembly": "System.Drawing.Common", - "GUID": "F0C8D63F2AE641D69C67A0F3DA38F60EFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Drawing.Bitmap.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L26C38-L26C71" - }, - { - "DocsId": "M:System.Drawing.Bitmap.#ctor(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L28C5-L51C6" - }, - { - "DocsId": "M:System.Drawing.Bitmap.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L53C36-L55C6" - }, - { - "DocsId": "M:System.Drawing.Bitmap.#ctor(System.IO.Stream,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L57C5-L77C6" - }, - { - "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L79C49-L81C6" - }, - { - "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L97C44-L99C6" - }, - { - "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Int32,System.Int32,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L101C5-L110C6" - }, - { - "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Int32,System.Int32,System.Int32,System.Drawing.Imaging.PixelFormat,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L112C5-L119C6" - }, - { - "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Int32,System.Int32,System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L121C5-L128C6" - }, - { - "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Drawing.Image)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L130C37-L132C6" - }, - { - "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Drawing.Image,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L134C51-L136C6" - }, - { - "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Drawing.Image,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L138C60-L144C6" - }, - { - "DocsId": "M:System.Drawing.Bitmap.FromHicon(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L152C9-L153C35" - }, - { - "DocsId": "M:System.Drawing.Bitmap.FromResource(System.IntPtr,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L158C9-L168C6" - }, - { - "DocsId": "M:System.Drawing.Bitmap.GetHbitmap", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L171C35-L171C62" - }, - { - "DocsId": "M:System.Drawing.Bitmap.GetHbitmap(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L177C9-L186C24" - }, - { - "DocsId": "M:System.Drawing.Bitmap.GetHicon", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L193C9-L196C22" - }, - { - "DocsId": "M:System.Drawing.Bitmap.Clone(System.Drawing.RectangleF,System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L201C9-L220C38" - }, - { - "DocsId": "M:System.Drawing.Bitmap.MakeTransparent", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L225C9-L238C6" - }, - { - "DocsId": "M:System.Drawing.Bitmap.MakeTransparent(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L242C9-L269C6" - }, - { - "DocsId": "M:System.Drawing.Bitmap.LockBits(System.Drawing.Rectangle,System.Drawing.Imaging.ImageLockMode,System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L273C9-L273C64" - }, - { - "DocsId": "M:System.Drawing.Bitmap.LockBits(System.Drawing.Rectangle,System.Drawing.Imaging.ImageLockMode,System.Drawing.Imaging.PixelFormat,System.Drawing.Imaging.BitmapData)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L278C9-L288C27" - }, - { - "DocsId": "M:System.Drawing.Bitmap.UnlockBits(System.Drawing.Imaging.BitmapData)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L293C9-L295C6" - }, - { - "DocsId": "M:System.Drawing.Bitmap.GetPixel(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L299C9-L313C38" - }, - { - "DocsId": "M:System.Drawing.Bitmap.SetPixel(System.Int32,System.Int32,System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L318C9-L335C6" - }, - { - "DocsId": "M:System.Drawing.Bitmap.SetResolution(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L339C9-L341C6" - }, - { - "DocsId": "M:System.Drawing.Bitmap.Clone(System.Drawing.Rectangle,System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L344C9-L362C38" - } - ], - "DocsId": "T:System.Drawing.Bitmap", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.BitmapSuffixInSameAssemblyAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/BitmapSuffixInSameAssemblyAttribute.cs" - } - ], - "DocsId": "T:System.Drawing.BitmapSuffixInSameAssemblyAttribute", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/BitmapSuffixInSameAssemblyAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.BitmapSuffixInSatelliteAssemblyAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/BitmapSuffixInSatelliteAssemblyAttribute.cs" - } - ], - "DocsId": "T:System.Drawing.BitmapSuffixInSatelliteAssemblyAttribute", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/BitmapSuffixInSatelliteAssemblyAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.BufferedGraphics.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs#L40C9-L56C6" - }, - { - "DocsId": "M:System.Drawing.BufferedGraphics.Render(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs#L68C9-L81C6" - }, - { - "DocsId": "M:System.Drawing.BufferedGraphics.Render", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs#L119C9-L127C6" - }, - { - "DocsId": "M:System.Drawing.BufferedGraphics.Render(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs#L132C44-L132C89" - }, - { - "DocsId": "P:System.Drawing.BufferedGraphics.Graphics", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs#L61C33-L61C57" - } - ], - "DocsId": "T:System.Drawing.BufferedGraphics", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.BufferedGraphicsContext.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L17C5-L40C6" - }, - { - "DocsId": "M:System.Drawing.BufferedGraphicsContext.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L69C35-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.BufferedGraphicsContext.Allocate(System.Drawing.Graphics,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L76C9-L81C74" - }, - { - "DocsId": "M:System.Drawing.BufferedGraphicsContext.Allocate(System.IntPtr,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L89C9-L94C61" - }, - { - "DocsId": "M:System.Drawing.BufferedGraphicsContext.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L174C9-L176C6" - }, - { - "DocsId": "M:System.Drawing.BufferedGraphicsContext.Invalidate", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L505C9-L518C6" - }, - { - "DocsId": "P:System.Drawing.BufferedGraphicsContext.MaximumBuffer", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L50C16-L50C30" - } - ], - "DocsId": "T:System.Drawing.BufferedGraphicsContext", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Drawing.Brushes.Transparent", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L151C40-L151C85" - }, - { - "DocsId": "P:System.Drawing.Brushes.AliceBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L153C38-L153C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.AntiqueWhite", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L154C41-L154C88" - }, - { - "DocsId": "P:System.Drawing.Brushes.Aqua", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L155C33-L155C64" - }, - { - "DocsId": "P:System.Drawing.Brushes.Aquamarine", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L156C39-L156C82" - }, - { - "DocsId": "P:System.Drawing.Brushes.Azure", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L157C34-L157C67" - }, - { - "DocsId": "P:System.Drawing.Brushes.Beige", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L159C34-L159C67" - }, - { - "DocsId": "P:System.Drawing.Brushes.Bisque", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L160C35-L160C70" - }, - { - "DocsId": "P:System.Drawing.Brushes.Black", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L161C34-L161C67" - }, - { - "DocsId": "P:System.Drawing.Brushes.BlanchedAlmond", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L162C43-L162C94" - }, - { - "DocsId": "P:System.Drawing.Brushes.Blue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L163C33-L163C64" - }, - { - "DocsId": "P:System.Drawing.Brushes.BlueViolet", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L164C39-L164C82" - }, - { - "DocsId": "P:System.Drawing.Brushes.Brown", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L165C34-L165C67" - }, - { - "DocsId": "P:System.Drawing.Brushes.BurlyWood", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L166C38-L166C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.CadetBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L168C38-L168C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.Chartreuse", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L169C39-L169C82" - }, - { - "DocsId": "P:System.Drawing.Brushes.Chocolate", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L170C38-L170C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.Coral", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L171C34-L171C67" - }, - { - "DocsId": "P:System.Drawing.Brushes.CornflowerBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L172C43-L172C94" - }, - { - "DocsId": "P:System.Drawing.Brushes.Cornsilk", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L173C37-L173C76" - }, - { - "DocsId": "P:System.Drawing.Brushes.Crimson", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L174C36-L174C73" - }, - { - "DocsId": "P:System.Drawing.Brushes.Cyan", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L175C33-L175C64" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L177C37-L177C76" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkCyan", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L178C37-L178C76" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkGoldenrod", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L179C42-L179C91" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L180C37-L180C76" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L181C38-L181C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkKhaki", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L182C38-L182C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkMagenta", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L183C40-L183C85" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkOliveGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L184C43-L184C94" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkOrange", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L185C39-L185C82" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkOrchid", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L186C39-L186C82" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L187C36-L187C73" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkSalmon", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L188C39-L188C82" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkSeaGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L189C41-L189C88" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkSlateBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L190C42-L190C91" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkSlateGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L191C42-L191C91" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkTurquoise", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L192C42-L192C91" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkViolet", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L193C39-L193C82" - }, - { - "DocsId": "P:System.Drawing.Brushes.DeepPink", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L194C37-L194C76" - }, - { - "DocsId": "P:System.Drawing.Brushes.DeepSkyBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L195C40-L195C85" - }, - { - "DocsId": "P:System.Drawing.Brushes.DimGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L196C36-L196C73" - }, - { - "DocsId": "P:System.Drawing.Brushes.DodgerBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L197C39-L197C82" - }, - { - "DocsId": "P:System.Drawing.Brushes.Firebrick", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L199C38-L199C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.FloralWhite", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L200C40-L200C85" - }, - { - "DocsId": "P:System.Drawing.Brushes.ForestGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L201C40-L201C85" - }, - { - "DocsId": "P:System.Drawing.Brushes.Fuchsia", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L202C36-L202C73" - }, - { - "DocsId": "P:System.Drawing.Brushes.Gainsboro", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L204C38-L204C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.GhostWhite", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L205C39-L205C82" - }, - { - "DocsId": "P:System.Drawing.Brushes.Gold", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L206C33-L206C64" - }, - { - "DocsId": "P:System.Drawing.Brushes.Goldenrod", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L207C38-L207C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.Gray", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L208C33-L208C64" - }, - { - "DocsId": "P:System.Drawing.Brushes.Green", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L209C34-L209C67" - }, - { - "DocsId": "P:System.Drawing.Brushes.GreenYellow", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L210C40-L210C85" - }, - { - "DocsId": "P:System.Drawing.Brushes.Honeydew", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L212C37-L212C76" - }, - { - "DocsId": "P:System.Drawing.Brushes.HotPink", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L213C36-L213C73" - }, - { - "DocsId": "P:System.Drawing.Brushes.IndianRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L215C38-L215C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.Indigo", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L216C35-L216C70" - }, - { - "DocsId": "P:System.Drawing.Brushes.Ivory", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L217C34-L217C67" - }, - { - "DocsId": "P:System.Drawing.Brushes.Khaki", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L219C34-L219C67" - }, - { - "DocsId": "P:System.Drawing.Brushes.Lavender", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L221C37-L221C76" - }, - { - "DocsId": "P:System.Drawing.Brushes.LavenderBlush", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L222C42-L222C91" - }, - { - "DocsId": "P:System.Drawing.Brushes.LawnGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L223C38-L223C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.LemonChiffon", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L224C41-L224C88" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L225C38-L225C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightCoral", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L226C39-L226C82" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightCyan", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L227C38-L227C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightGoldenrodYellow", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L228C49-L228C112" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L229C39-L229C82" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L230C38-L230C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightPink", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L231C38-L231C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightSalmon", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L232C40-L232C85" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightSeaGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L233C42-L233C91" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightSkyBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L234C41-L234C88" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightSlateGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L235C43-L235C94" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightSteelBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L236C43-L236C94" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightYellow", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L237C40-L237C85" - }, - { - "DocsId": "P:System.Drawing.Brushes.Lime", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L238C33-L238C64" - }, - { - "DocsId": "P:System.Drawing.Brushes.LimeGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L239C38-L239C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.Linen", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L240C34-L240C67" - }, - { - "DocsId": "P:System.Drawing.Brushes.Magenta", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L242C36-L242C73" - }, - { - "DocsId": "P:System.Drawing.Brushes.Maroon", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L243C35-L243C70" - }, - { - "DocsId": "P:System.Drawing.Brushes.MediumAquamarine", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L244C45-L244C100" - }, - { - "DocsId": "P:System.Drawing.Brushes.MediumBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L245C39-L245C82" - }, - { - "DocsId": "P:System.Drawing.Brushes.MediumOrchid", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L246C41-L246C88" - }, - { - "DocsId": "P:System.Drawing.Brushes.MediumPurple", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L247C41-L247C88" - }, - { - "DocsId": "P:System.Drawing.Brushes.MediumSeaGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L248C43-L248C94" - }, - { - "DocsId": "P:System.Drawing.Brushes.MediumSlateBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L249C44-L249C97" - }, - { - "DocsId": "P:System.Drawing.Brushes.MediumSpringGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L250C46-L250C103" - }, - { - "DocsId": "P:System.Drawing.Brushes.MediumTurquoise", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L251C44-L251C97" - }, - { - "DocsId": "P:System.Drawing.Brushes.MediumVioletRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L252C44-L252C97" - }, - { - "DocsId": "P:System.Drawing.Brushes.MidnightBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L253C41-L253C88" - }, - { - "DocsId": "P:System.Drawing.Brushes.MintCream", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L254C38-L254C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.MistyRose", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L255C38-L255C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.Moccasin", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L256C37-L256C76" - }, - { - "DocsId": "P:System.Drawing.Brushes.NavajoWhite", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L258C40-L258C85" - }, - { - "DocsId": "P:System.Drawing.Brushes.Navy", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L259C33-L259C64" - }, - { - "DocsId": "P:System.Drawing.Brushes.OldLace", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L261C36-L261C73" - }, - { - "DocsId": "P:System.Drawing.Brushes.Olive", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L262C34-L262C67" - }, - { - "DocsId": "P:System.Drawing.Brushes.OliveDrab", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L263C38-L263C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.Orange", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L264C35-L264C70" - }, - { - "DocsId": "P:System.Drawing.Brushes.OrangeRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L265C38-L265C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.Orchid", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L266C35-L266C70" - }, - { - "DocsId": "P:System.Drawing.Brushes.PaleGoldenrod", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L268C42-L268C91" - }, - { - "DocsId": "P:System.Drawing.Brushes.PaleGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L269C38-L269C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.PaleTurquoise", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L270C42-L270C91" - }, - { - "DocsId": "P:System.Drawing.Brushes.PaleVioletRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L271C42-L271C91" - }, - { - "DocsId": "P:System.Drawing.Brushes.PapayaWhip", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L272C39-L272C82" - }, - { - "DocsId": "P:System.Drawing.Brushes.PeachPuff", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L273C38-L273C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.Peru", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L274C33-L274C64" - }, - { - "DocsId": "P:System.Drawing.Brushes.Pink", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L275C33-L275C64" - }, - { - "DocsId": "P:System.Drawing.Brushes.Plum", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L276C33-L276C64" - }, - { - "DocsId": "P:System.Drawing.Brushes.PowderBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L277C39-L277C82" - }, - { - "DocsId": "P:System.Drawing.Brushes.Purple", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L278C35-L278C70" - }, - { - "DocsId": "P:System.Drawing.Brushes.Red", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L280C32-L280C61" - }, - { - "DocsId": "P:System.Drawing.Brushes.RosyBrown", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L281C38-L281C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.RoyalBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L282C38-L282C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.SaddleBrown", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L284C40-L284C85" - }, - { - "DocsId": "P:System.Drawing.Brushes.Salmon", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L285C35-L285C70" - }, - { - "DocsId": "P:System.Drawing.Brushes.SandyBrown", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L286C39-L286C82" - }, - { - "DocsId": "P:System.Drawing.Brushes.SeaGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L287C37-L287C76" - }, - { - "DocsId": "P:System.Drawing.Brushes.SeaShell", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L288C37-L288C76" - }, - { - "DocsId": "P:System.Drawing.Brushes.Sienna", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L289C35-L289C70" - }, - { - "DocsId": "P:System.Drawing.Brushes.Silver", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L290C35-L290C70" - }, - { - "DocsId": "P:System.Drawing.Brushes.SkyBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L291C36-L291C73" - }, - { - "DocsId": "P:System.Drawing.Brushes.SlateBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L292C38-L292C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.SlateGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L293C38-L293C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.Snow", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L294C33-L294C64" - }, - { - "DocsId": "P:System.Drawing.Brushes.SpringGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L295C40-L295C85" - }, - { - "DocsId": "P:System.Drawing.Brushes.SteelBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L296C38-L296C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.Tan", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L298C32-L298C61" - }, - { - "DocsId": "P:System.Drawing.Brushes.Teal", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L299C33-L299C64" - }, - { - "DocsId": "P:System.Drawing.Brushes.Thistle", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L300C36-L300C73" - }, - { - "DocsId": "P:System.Drawing.Brushes.Tomato", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L301C35-L301C70" - }, - { - "DocsId": "P:System.Drawing.Brushes.Turquoise", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L302C38-L302C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.Violet", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L304C35-L304C70" - }, - { - "DocsId": "P:System.Drawing.Brushes.Wheat", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L306C34-L306C67" - }, - { - "DocsId": "P:System.Drawing.Brushes.White", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L307C34-L307C67" - }, - { - "DocsId": "P:System.Drawing.Brushes.WhiteSmoke", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L308C39-L308C82" - }, - { - "DocsId": "P:System.Drawing.Brushes.Yellow", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L310C35-L310C70" - }, - { - "DocsId": "P:System.Drawing.Brushes.YellowGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L311C40-L311C85" - } - ], - "DocsId": "T:System.Drawing.Brushes", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brushes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.CharacterRange.#ctor(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L17C9-L19C6" - }, - { - "DocsId": "M:System.Drawing.CharacterRange.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L36C9-L36C53" - }, - { - "DocsId": "M:System.Drawing.CharacterRange.Equals(System.Drawing.CharacterRange)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L41C58-L41C104" - }, - { - "DocsId": "M:System.Drawing.CharacterRange.op_Equality(System.Drawing.CharacterRange,System.Drawing.CharacterRange)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L43C79-L43C94" - }, - { - "DocsId": "M:System.Drawing.CharacterRange.op_Inequality(System.Drawing.CharacterRange,System.Drawing.CharacterRange)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L45C79-L45C95" - }, - { - "DocsId": "M:System.Drawing.CharacterRange.GetHashCode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L47C51-L47C82" - }, - { - "DocsId": "P:System.Drawing.CharacterRange.First", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L24C25-L24C31" - }, - { - "DocsId": "P:System.Drawing.CharacterRange.Length", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L31C25-L31C32" - } - ], - "DocsId": "T:System.Drawing.CharacterRange", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.ContentAlignment.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.ContentAlignment.TopLeft", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.ContentAlignment.TopCenter", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.ContentAlignment.TopRight", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.ContentAlignment.MiddleLeft", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.ContentAlignment.MiddleCenter", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.ContentAlignment.MiddleRight", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.ContentAlignment.BottomLeft", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.ContentAlignment.BottomCenter", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.ContentAlignment.BottomRight", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" - } - ], - "DocsId": "T:System.Drawing.ContentAlignment", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.IDeviceContext.GetHdc", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/IDeviceContext.cs" - }, - { - "DocsId": "M:System.Drawing.IDeviceContext.ReleaseHdc", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/IDeviceContext.cs" - } - ], - "DocsId": "T:System.Drawing.IDeviceContext", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/IDeviceContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Graphics.FromHdc(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L167C9-L170C37" - }, - { - "DocsId": "M:System.Drawing.Graphics.FromHdcInternal(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L176C9-L177C45" - }, - { - "DocsId": "M:System.Drawing.Graphics.FromHdc(System.IntPtr,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L186C9-L187C45" - }, - { - "DocsId": "M:System.Drawing.Graphics.FromHwnd(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L194C53-L194C75" - }, - { - "DocsId": "M:System.Drawing.Graphics.FromHwndInternal(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L199C9-L200C45" - }, - { - "DocsId": "M:System.Drawing.Graphics.FromImage(System.Drawing.Image)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L208C9-L217C71" - }, - { - "DocsId": "M:System.Drawing.Graphics.ReleaseHdcInternal(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L223C9-L226C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L233C9-L235C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L288C20-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Graphics.GetHdc", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L632C9-L635C27" - }, - { - "DocsId": "M:System.Drawing.Graphics.ReleaseHdc(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L639C43-L639C66" - }, - { - "DocsId": "M:System.Drawing.Graphics.ReleaseHdc", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L641C33-L641C63" - }, - { - "DocsId": "M:System.Drawing.Graphics.Flush", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L646C28-L646C55" - }, - { - "DocsId": "M:System.Drawing.Graphics.Flush(System.Drawing.Drawing2D.FlushIntention)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L653C9-L654C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L656C40-L656C71" - }, - { - "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.Graphics,System.Drawing.Drawing2D.CombineMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L660C9-L666C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L668C44-L668C78" - }, - { - "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.Rectangle,System.Drawing.Drawing2D.CombineMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L672C9-L676C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L678C45-L678C79" - }, - { - "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.RectangleF,System.Drawing.Drawing2D.CombineMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L682C9-L686C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L688C47-L688C81" - }, - { - "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.CombineMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L692C9-L698C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.Region,System.Drawing.Drawing2D.CombineMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L702C9-L708C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.IntersectClip(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L712C9-L716C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.IntersectClip(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L720C9-L724C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.IntersectClip(System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L728C9-L734C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.ExcludeClip(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L738C9-L742C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.ExcludeClip(System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L746C9-L752C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.ResetClip", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L756C9-L757C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.TranslateClip(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L761C9-L762C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.TranslateClip(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L766C9-L767C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L769C44-L769C70" - }, - { - "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L773C9-L778C26" - }, - { - "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L781C48-L781C75" - }, - { - "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L785C9-L790C26" - }, - { - "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L795C9-L795C62" - }, - { - "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L800C9-L805C26" - }, - { - "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L810C9-L810C63" - }, - { - "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L815C9-L820C26" - }, - { - "DocsId": "M:System.Drawing.Graphics.ResetTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L828C9-L829C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.MultiplyTransform(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L834C53-L834C99" - }, - { - "DocsId": "M:System.Drawing.Graphics.MultiplyTransform(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L841C9-L850C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.TranslateTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L852C59-L852C106" - }, - { - "DocsId": "M:System.Drawing.Graphics.TranslateTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L856C9-L857C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.ScaleTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L859C55-L859C98" - }, - { - "DocsId": "M:System.Drawing.Graphics.ScaleTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L863C9-L864C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.RotateTransform(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L866C49-L866C92" - }, - { - "DocsId": "M:System.Drawing.Graphics.RotateTransform(System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L870C9-L871C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawArc(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L878C9-L886C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawArc(System.Drawing.Pen,System.Drawing.RectangleF,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L893C9-L894C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawArc(System.Drawing.Pen,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L901C9-L909C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawArc(System.Drawing.Pen,System.Drawing.Rectangle,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L916C9-L917C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawBezier(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L924C9-L929C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawBezier(System.Drawing.Pen,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L936C9-L937C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawBezier(System.Drawing.Pen,System.Drawing.Point,System.Drawing.Point,System.Drawing.Point,System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L944C9-L945C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawRectangle(System.Drawing.Pen,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L954C9-L955C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawRectangle(System.Drawing.Pen,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L962C9-L963C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawRectangle(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L970C9-L975C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawRectangle(System.Drawing.Pen,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L982C9-L987C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawRectangles(System.Drawing.Pen,System.Drawing.RectangleF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L994C9-L1003C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawRectangles(System.Drawing.Pen,System.Drawing.Rectangle[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1010C9-L1019C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawEllipse(System.Drawing.Pen,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1026C9-L1027C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawEllipse(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1034C9-L1040C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawEllipse(System.Drawing.Pen,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1047C9-L1048C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawEllipse(System.Drawing.Pen,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1055C9-L1061C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawPie(System.Drawing.Pen,System.Drawing.RectangleF,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1068C9-L1069C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawPie(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1076C9-L1084C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawPie(System.Drawing.Pen,System.Drawing.Rectangle,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1091C9-L1092C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawPie(System.Drawing.Pen,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1099C9-L1107C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawPolygon(System.Drawing.Pen,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1114C9-L1123C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawPolygon(System.Drawing.Pen,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1130C9-L1139C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawPath(System.Drawing.Pen,System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1146C9-L1153C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1160C9-L1170C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.PointF[],System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1177C9-L1188C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.PointF[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1192C9-L1193C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.PointF[],System.Int32,System.Int32,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1200C9-L1213C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1220C9-L1230C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.Point[],System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1237C9-L1248C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.Point[],System.Int32,System.Int32,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1255C9-L1268C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawClosedCurve(System.Drawing.Pen,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1275C9-L1285C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawClosedCurve(System.Drawing.Pen,System.Drawing.PointF[],System.Single,System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1292C9-L1303C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawClosedCurve(System.Drawing.Pen,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1310C9-L1320C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawClosedCurve(System.Drawing.Pen,System.Drawing.Point[],System.Single,System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1327C9-L1338C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.Clear(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1345C9-L1346C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillRectangle(System.Drawing.Brush,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1353C9-L1354C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillRectangle(System.Drawing.Brush,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1361C9-L1367C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillRectangle(System.Drawing.Brush,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1374C9-L1375C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillRectangle(System.Drawing.Brush,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1382C9-L1388C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillRectangles(System.Drawing.Brush,System.Drawing.RectangleF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1395C9-L1405C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillRectangles(System.Drawing.Brush,System.Drawing.Rectangle[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1412C9-L1422C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillPolygon(System.Drawing.Brush,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1429C9-L1430C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillPolygon(System.Drawing.Brush,System.Drawing.PointF[],System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1437C9-L1448C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillPolygon(System.Drawing.Brush,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1455C9-L1456C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillPolygon(System.Drawing.Brush,System.Drawing.Point[],System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1463C9-L1474C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillEllipse(System.Drawing.Brush,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1481C9-L1482C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillEllipse(System.Drawing.Brush,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1489C9-L1495C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillEllipse(System.Drawing.Brush,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1502C9-L1503C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillEllipse(System.Drawing.Brush,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1510C9-L1516C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillPie(System.Drawing.Brush,System.Drawing.Rectangle,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1523C9-L1524C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillPie(System.Drawing.Brush,System.Drawing.RectangleF,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1535C9-L1536C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillPie(System.Drawing.Brush,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1543C9-L1551C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillPie(System.Drawing.Brush,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1558C9-L1566C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1573C9-L1583C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.PointF[],System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1590C9-L1591C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.PointF[],System.Drawing.Drawing2D.FillMode,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1595C9-L1607C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1614C9-L1624C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.Point[],System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1628C9-L1629C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.Point[],System.Drawing.Drawing2D.FillMode,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1633C9-L1645C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1661C9-L1662C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1668C9-L1669C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1685C9-L1686C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1692C9-L1693C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1714C9-L1715C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1721C9-L1722C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1742C9-L1743C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1749C9-L1750C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1775C9-L1776C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.Brush,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1791C9-L1792C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.RectangleF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1819C9-L1832C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.Brush,System.Drawing.RectangleF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1838C9-L1855C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Drawing.SizeF,System.Drawing.StringFormat,System.Int32@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1869C9-L1893C33" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.SizeF,System.Drawing.StringFormat,System.Int32@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1906C9-L1930C33" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Drawing.PointF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1938C9-L1957C33" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.PointF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1964C9-L1983C33" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Drawing.SizeF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1988C78-L1988C121" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.SizeF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1992C89-L1992C132" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Drawing.SizeF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2000C9-L2019C33" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.SizeF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2026C9-L2045C33" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2075C9-L2075C59" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureString(System.ReadOnlySpan{System.Char},System.Drawing.Font)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2082C9-L2082C59" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2090C9-L2090C68" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2097C9-L2097C68" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Int32,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2105C9-L2105C76" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Int32,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2112C9-L2112C76" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureCharacterRanges(System.String,System.Drawing.Font,System.Drawing.RectangleF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2137C9-L2165C24" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureCharacterRanges(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.RectangleF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2172C9-L2200C24" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2210C9-L2211C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2215C9-L2223C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2227C9-L2228C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2232C9-L2242C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2246C9-L2247C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2251C9-L2260C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2264C9-L2265C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2269C9-L2279C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImageUnscaled(System.Drawing.Image,System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2283C9-L2284C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImageUnscaled(System.Drawing.Image,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2288C9-L2289C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImageUnscaled(System.Drawing.Image,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2293C9-L2294C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImageUnscaled(System.Drawing.Image,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2298C9-L2299C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImageUnscaledAndClipped(System.Drawing.Image,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2303C9-L2311C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2325C9-L2342C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2346C9-L2363C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Single,System.Single,System.Drawing.RectangleF,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2367C9-L2378C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Int32,System.Int32,System.Drawing.Rectangle,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2382C9-L2393C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2397C9-L2411C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2415C9-L2429C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2433C9-L2455C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2459C9-L2460C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2470C9-L2471C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2482C9-L2504C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2508C9-L2509C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2518C9-L2519C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2529C9-L2530C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2541C9-L2563C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Single,System.Single,System.Single,System.Single,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2574C9-L2575C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Single,System.Single,System.Single,System.Single,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2587C9-L2588C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Single,System.Single,System.Single,System.Single,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2601C9-L2602C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Single,System.Single,System.Single,System.Single,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2616C9-L2630C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2641C9-L2642C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2654C9-L2655C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2668C9-L2669C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2683C9-L2697C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawLine(System.Drawing.Pen,System.Drawing.PointF,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2704C9-L2705C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawLines(System.Drawing.Pen,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2712C9-L2722C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawLine(System.Drawing.Pen,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2730C9-L2733C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawLine(System.Drawing.Pen,System.Drawing.Point,System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2740C9-L2741C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawLines(System.Drawing.Pen,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2748C9-L2759C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.CopyFromScreen(System.Drawing.Point,System.Drawing.Point,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2766C9-L2767C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.CopyFromScreen(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2774C9-L2775C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.CopyFromScreen(System.Drawing.Point,System.Drawing.Point,System.Drawing.Size,System.Drawing.CopyPixelOperation)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2783C9-L2784C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2788C9-L2789C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2793C9-L2794C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2798C9-L2799C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2803C9-L2804C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2808C9-L2809C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2813C9-L2814C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2818C9-L2819C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2823C9-L2824C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2828C9-L2829C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2837C9-L2838C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2842C9-L2843C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2847C9-L2848C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2857C9-L2858C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2868C9-L2869C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2878C9-L2879C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2889C9-L2890C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2899C9-L2900C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2910C9-L2911C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2920C9-L2921C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2931C9-L2932C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2941C9-L2942C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2952C9-L2953C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2962C9-L2963C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2973C9-L2974C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.TransformPoints(System.Drawing.Drawing2D.CoordinateSpace,System.Drawing.Drawing2D.CoordinateSpace,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2978C9-L2989C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.TransformPoints(System.Drawing.Drawing2D.CoordinateSpace,System.Drawing.Drawing2D.CoordinateSpace,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2993C9-L3004C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.CopyFromScreen(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Size,System.Drawing.CopyPixelOperation)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L16707566C0-L3135C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.GetNearestColor(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3139C9-L3141C40" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawLine(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3149C9-L3152C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawBeziers(System.Drawing.Pen,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3159C9-L3169C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawBeziers(System.Drawing.Pen,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3176C9-L3187C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillPath(System.Drawing.Brush,System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3194C9-L3201C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillRegion(System.Drawing.Brush,System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3208C9-L3215C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawIcon(System.Drawing.Icon,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3219C9-L3232C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawIcon(System.Drawing.Icon,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3242C9-L3255C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawIconUnstretched(System.Drawing.Icon,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3265C9-L3275C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3284C9-L3291C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3299C9-L3306C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3315C9-L3322C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3331C9-L3338C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3347C9-L3362C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3371C9-L3386C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3397C9-L3406C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3417C9-L3426C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3437C9-L3446C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3457C9-L3466C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3477C9-L3494C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3505C9-L3522C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.GetContextInfo", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3542C9-L3543C97" - }, - { - "DocsId": "M:System.Drawing.Graphics.GetContextInfo(System.Drawing.PointF@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3626C9-L3629C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.GetContextInfo(System.Drawing.PointF@,System.Drawing.Region@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3640C9-L3643C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.Save", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3701C9-L3714C41" - }, - { - "DocsId": "M:System.Drawing.Graphics.Restore(System.Drawing.Drawing2D.GraphicsState)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3719C9-L3721C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.BeginContainer(System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3725C9-L3739C45" - }, - { - "DocsId": "M:System.Drawing.Graphics.BeginContainer", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3744C9-L3756C45" - }, - { - "DocsId": "M:System.Drawing.Graphics.EndContainer(System.Drawing.Drawing2D.GraphicsContainer)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3761C9-L3765C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.BeginContainer(System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3769C9-L3783C45" - }, - { - "DocsId": "M:System.Drawing.Graphics.AddMetafileComment(System.Byte[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3788C9-L3791C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.GetHalftonePalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3795C9-L3808C34" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawCachedBitmap(System.Drawing.Imaging.CachedBitmap,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3877C9-L3883C6" - }, - { - "DocsId": "P:System.Drawing.Graphics.Clip", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L299C13-L303C27" - }, - { - "DocsId": "P:System.Drawing.Graphics.ClipBounds", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L312C13-L313C25" - }, - { - "DocsId": "P:System.Drawing.Graphics.CompositingMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L324C13-L325C25" - }, - { - "DocsId": "P:System.Drawing.Graphics.CompositingQuality", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L340C13-L341C23" - }, - { - "DocsId": "P:System.Drawing.Graphics.DpiX", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L356C13-L357C24" - }, - { - "DocsId": "P:System.Drawing.Graphics.DpiY", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L365C13-L366C24" - }, - { - "DocsId": "P:System.Drawing.Graphics.InterpolationMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L377C13-L378C25" - }, - { - "DocsId": "P:System.Drawing.Graphics.IsClipEmpty", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L410C13-L411C28" - }, - { - "DocsId": "P:System.Drawing.Graphics.IsVisibleClipEmpty", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L419C13-L420C28" - }, - { - "DocsId": "P:System.Drawing.Graphics.PageScale", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L428C13-L429C26" - }, - { - "DocsId": "P:System.Drawing.Graphics.PageUnit", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L445C13-L446C25" - }, - { - "DocsId": "P:System.Drawing.Graphics.PixelOffsetMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L466C13-L467C25" - }, - { - "DocsId": "P:System.Drawing.Graphics.RenderingOrigin", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L487C13-L488C36" - }, - { - "DocsId": "P:System.Drawing.Graphics.SmoothingMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L500C13-L501C25" - }, - { - "DocsId": "P:System.Drawing.Graphics.TextContrast", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L533C13-L534C33" - }, - { - "DocsId": "P:System.Drawing.Graphics.TextRenderingHint", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L549C13-L550C25" - }, - { - "DocsId": "P:System.Drawing.Graphics.Transform", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L568C13-L572C27" - }, - { - "DocsId": "P:System.Drawing.Graphics.TransformElements", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L591C13-L609C10" - }, - { - "DocsId": "P:System.Drawing.Graphics.VisibleClipBounds", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3650C13-L3655C25" - }, - { - "DocsId": "T:System.Drawing.Graphics.DrawImageAbort", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" - }, - { - "DocsId": "T:System.Drawing.Graphics.EnumerateMetafileProc", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" - } - ], - "DocsId": "T:System.Drawing.Graphics", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.GraphicsUnit.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" - }, - { - "DocsId": "F:System.Drawing.GraphicsUnit.World", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" - }, - { - "DocsId": "F:System.Drawing.GraphicsUnit.Display", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" - }, - { - "DocsId": "F:System.Drawing.GraphicsUnit.Pixel", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" - }, - { - "DocsId": "F:System.Drawing.GraphicsUnit.Point", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" - }, - { - "DocsId": "F:System.Drawing.GraphicsUnit.Inch", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" - }, - { - "DocsId": "F:System.Drawing.GraphicsUnit.Document", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" - }, - { - "DocsId": "F:System.Drawing.GraphicsUnit.Millimeter", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" - } - ], - "DocsId": "T:System.Drawing.GraphicsUnit", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.IconConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/IconConverter.cs#L14C9-L14C47" - }, - { - "DocsId": "M:System.Drawing.IconConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/IconConverter.cs#L19C9-L20C86" - }, - { - "DocsId": "M:System.Drawing.IconConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/IconConverter.cs#L25C9-L25C118" - }, - { - "DocsId": "M:System.Drawing.IconConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/IconConverter.cs#L30C9-L59C6" - }, - { - "DocsId": "M:System.Drawing.IconConverter.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/IconConverter.cs" - } - ], - "DocsId": "T:System.Drawing.IconConverter", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/IconConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Image.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L131C9-L135C6" - }, - { - "DocsId": "M:System.Drawing.Image.FromFile(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L140C54-L140C79" - }, - { - "DocsId": "M:System.Drawing.Image.FromFile(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L144C9-L171C20" - }, - { - "DocsId": "M:System.Drawing.Image.FromStream(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L177C54-L177C85" - }, - { - "DocsId": "M:System.Drawing.Image.FromStream(System.IO.Stream,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L179C87-L179C139" - }, - { - "DocsId": "M:System.Drawing.Image.FromStream(System.IO.Stream,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L183C9-L192C20" - }, - { - "DocsId": "M:System.Drawing.Image.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L231C9-L233C6" - }, - { - "DocsId": "M:System.Drawing.Image.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L238C17-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Image.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L247C9-L250C46" - }, - { - "DocsId": "M:System.Drawing.Image.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L262C9-L288C6" - }, - { - "DocsId": "M:System.Drawing.Image.Save(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L293C42-L293C67" - }, - { - "DocsId": "M:System.Drawing.Image.Save(System.String,System.Drawing.Imaging.ImageFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L300C9-L305C6" - }, - { - "DocsId": "M:System.Drawing.Image.Save(System.String,System.Drawing.Imaging.ImageCodecInfo,System.Drawing.Imaging.EncoderParameters)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L312C9-L352C6" - }, - { - "DocsId": "M:System.Drawing.Image.Save(System.IO.Stream,System.Drawing.Imaging.ImageFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L372C9-L376C6" - }, - { - "DocsId": "M:System.Drawing.Image.Save(System.IO.Stream,System.Drawing.Imaging.ImageCodecInfo,System.Drawing.Imaging.EncoderParameters)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L383C9-L425C6" - }, - { - "DocsId": "M:System.Drawing.Image.SaveAdd(System.Drawing.Imaging.EncoderParameters)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L432C9-L453C6" - }, - { - "DocsId": "M:System.Drawing.Image.SaveAdd(System.Drawing.Image,System.Drawing.Imaging.EncoderParameters)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L460C9-L485C6" - }, - { - "DocsId": "M:System.Drawing.Image.GetBounds(System.Drawing.GraphicsUnit@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L697C9-L698C23" - }, - { - "DocsId": "M:System.Drawing.Image.GetThumbnailImage(System.Int32,System.Int32,System.Drawing.Image.GetThumbnailImageAbort,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L761C9-L769C46" - }, - { - "DocsId": "M:System.Drawing.Image.GetFrameCount(System.Drawing.Imaging.FrameDimension)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L790C9-L792C22" - }, - { - "DocsId": "M:System.Drawing.Image.GetPropertyItem(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L800C9-L822C23" - }, - { - "DocsId": "M:System.Drawing.Image.SelectActiveFrame(System.Drawing.Imaging.FrameDimension,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L830C9-L832C18" - }, - { - "DocsId": "M:System.Drawing.Image.SetPropertyItem(System.Drawing.Imaging.PropertyItem)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L840C16-L851C6" - }, - { - "DocsId": "M:System.Drawing.Image.RotateFlip(System.Drawing.RotateFlipType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L855C9-L857C6" - }, - { - "DocsId": "M:System.Drawing.Image.RemovePropertyItem(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L864C9-L866C6" - }, - { - "DocsId": "M:System.Drawing.Image.GetEncoderParameterList(System.Guid)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L875C9-L899C27" - }, - { - "DocsId": "M:System.Drawing.Image.FromHbitmap(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L905C57-L905C90" - }, - { - "DocsId": "M:System.Drawing.Image.FromHbitmap(System.IntPtr,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L912C9-L913C35" - }, - { - "DocsId": "M:System.Drawing.Image.IsExtendedPixelFormat(System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L921C9-L921C53" - }, - { - "DocsId": "M:System.Drawing.Image.IsCanonicalPixelFormat(System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L936C9-L936C54" - }, - { - "DocsId": "M:System.Drawing.Image.GetPixelFormatSize(System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L978C9-L978C53" - }, - { - "DocsId": "M:System.Drawing.Image.IsAlphaPixelFormat(System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L986C9-L986C50" - }, - { - "DocsId": "P:System.Drawing.Image.Tag", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L95C16-L95C25" - }, - { - "DocsId": "P:System.Drawing.Image.PhysicalDimension", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L506C13-L509C45" - }, - { - "DocsId": "P:System.Drawing.Image.Size", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L516C25-L516C43" - }, - { - "DocsId": "P:System.Drawing.Image.Width", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L530C13-L533C26" - }, - { - "DocsId": "P:System.Drawing.Image.Height", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L549C13-L552C27" - }, - { - "DocsId": "P:System.Drawing.Image.HorizontalResolution", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L565C13-L568C28" - }, - { - "DocsId": "P:System.Drawing.Image.VerticalResolution", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L581C13-L584C28" - }, - { - "DocsId": "P:System.Drawing.Image.Flags", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L598C13-L601C26" - }, - { - "DocsId": "P:System.Drawing.Image.RawFormat", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L612C13-L617C42" - }, - { - "DocsId": "P:System.Drawing.Image.PixelFormat", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L628C13-L629C73" - }, - { - "DocsId": "P:System.Drawing.Image.PropertyIdList", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L641C13-L651C27" - }, - { - "DocsId": "P:System.Drawing.Image.PropertyItems", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L663C13-L688C27" - }, - { - "DocsId": "P:System.Drawing.Image.Palette", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L709C13-L732C28" - }, - { - "DocsId": "P:System.Drawing.Image.FrameDimensionsList", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs#L957C13-L969C26" - }, - { - "DocsId": "T:System.Drawing.Image.GetThumbnailImageAbort", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs" - } - ], - "DocsId": "T:System.Drawing.Image", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.ImageAnimator.UpdateFrames(System.Drawing.Image)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs#L102C9-L156C6" - }, - { - "DocsId": "M:System.Drawing.ImageAnimator.UpdateFrames", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs#L163C9-L193C6" - }, - { - "DocsId": "M:System.Drawing.ImageAnimator.Animate(System.Drawing.Image,System.EventHandler)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs#L201C9-L280C6" - }, - { - "DocsId": "M:System.Drawing.ImageAnimator.CanAnimate(System.Drawing.Image)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs#L287C9-L308C6" - }, - { - "DocsId": "M:System.Drawing.ImageAnimator.StopAnimate(System.Drawing.Image,System.EventHandler)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs#L316C9-L373C6" - } - ], - "DocsId": "T:System.Drawing.ImageAnimator", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.ImageConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L16C9-L16C75" - }, - { - "DocsId": "M:System.Drawing.ImageConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L21C9-L21C87" - }, - { - "DocsId": "M:System.Drawing.ImageConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L26C9-L40C62" - }, - { - "DocsId": "M:System.Drawing.ImageConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L46C9-L83C6" - }, - { - "DocsId": "M:System.Drawing.ImageConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L100C9-L100C72" - }, - { - "DocsId": "M:System.Drawing.ImageConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L103C85-L103C89" - }, - { - "DocsId": "M:System.Drawing.ImageConverter.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs" - } - ], - "DocsId": "T:System.Drawing.ImageConverter", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.ImageFormatConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L18C9-L18C89" - }, - { - "DocsId": "M:System.Drawing.ImageFormatConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L23C9-L27C60" - }, - { - "DocsId": "M:System.Drawing.ImageFormatConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L33C9-L72C106" - }, - { - "DocsId": "M:System.Drawing.ImageFormatConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L77C9-L120C73" - }, - { - "DocsId": "M:System.Drawing.ImageFormatConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L125C9-L139C12" - }, - { - "DocsId": "M:System.Drawing.ImageFormatConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L142C89-L142C93" - }, - { - "DocsId": "M:System.Drawing.ImageFormatConverter.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs" - } - ], - "DocsId": "T:System.Drawing.ImageFormatConverter", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Pen.#ctor(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L42C31-L44C6" - }, - { - "DocsId": "M:System.Drawing.Pen.#ctor(System.Drawing.Color,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L50C5-L67C6" - }, - { - "DocsId": "M:System.Drawing.Pen.#ctor(System.Drawing.Brush)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L72C31-L74C6" - }, - { - "DocsId": "M:System.Drawing.Pen.#ctor(System.Drawing.Brush,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L79C5-L91C6" - }, - { - "DocsId": "M:System.Drawing.Pen.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L108C9-L111C35" - }, - { - "DocsId": "M:System.Drawing.Pen.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L119C9-L121C6" - }, - { - "DocsId": "M:System.Drawing.Pen.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L170C15-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Pen.SetLineCap(System.Drawing.Drawing2D.LineCap,System.Drawing.Drawing2D.LineCap,System.Drawing.Drawing2D.DashCap)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L202C9-L210C6" - }, - { - "DocsId": "M:System.Drawing.Pen.ResetTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L500C9-L502C6" - }, - { - "DocsId": "M:System.Drawing.Pen.MultiplyTransform(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L507C53-L507C99" - }, - { - "DocsId": "M:System.Drawing.Pen.MultiplyTransform(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L514C9-L526C6" - }, - { - "DocsId": "M:System.Drawing.Pen.TranslateTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L532C59-L532C106" - }, - { - "DocsId": "M:System.Drawing.Pen.TranslateTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L539C9-L542C6" - }, - { - "DocsId": "M:System.Drawing.Pen.ScaleTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L547C55-L547C98" - }, - { - "DocsId": "M:System.Drawing.Pen.ScaleTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L554C9-L557C6" - }, - { - "DocsId": "M:System.Drawing.Pen.RotateTransform(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L562C49-L562C92" - }, - { - "DocsId": "M:System.Drawing.Pen.RotateTransform(System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L569C9-L572C6" - }, - { - "DocsId": "M:System.Drawing.Pen.System#Drawing#Internal#ISystemColorTracker#OnSystemColorChanged", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L912C9-L916C6" - }, - { - "DocsId": "P:System.Drawing.Pen.Width", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L179C13-L183C29" - }, - { - "DocsId": "P:System.Drawing.Pen.StartCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L220C13-L223C38" - }, - { - "DocsId": "P:System.Drawing.Pen.EndCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L262C13-L265C36" - }, - { - "DocsId": "P:System.Drawing.Pen.CustomStartCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L305C13-L308C69" - }, - { - "DocsId": "P:System.Drawing.Pen.CustomEndCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L331C13-L333C69" - }, - { - "DocsId": "P:System.Drawing.Pen.DashCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L357C13-L360C37" - }, - { - "DocsId": "P:System.Drawing.Pen.LineJoin", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L387C13-L390C39" - }, - { - "DocsId": "P:System.Drawing.Pen.MiterLimit", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L416C13-L420C34" - }, - { - "DocsId": "P:System.Drawing.Pen.Alignment", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L442C13-L445C28" - }, - { - "DocsId": "P:System.Drawing.Pen.Transform", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L471C13-L475C27" - }, - { - "DocsId": "P:System.Drawing.Pen.PenType", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L591C13-L594C34" - }, - { - "DocsId": "P:System.Drawing.Pen.Color", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L605C13-L620C27" - }, - { - "DocsId": "P:System.Drawing.Pen.Brush", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L652C13-L680C27" - }, - { - "DocsId": "P:System.Drawing.Pen.DashStyle", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L717C13-L720C41" - }, - { - "DocsId": "P:System.Drawing.Pen.DashOffset", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L775C13-L779C34" - }, - { - "DocsId": "P:System.Drawing.Pen.DashPattern", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L800C13-L828C28" - }, - { - "DocsId": "P:System.Drawing.Pen.CompoundArray", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L876C13-L883C26" - } - ], - "DocsId": "T:System.Drawing.Pen", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pen.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Drawing.Pens.Transparent", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L151C38-L151C81" - }, - { - "DocsId": "P:System.Drawing.Pens.AliceBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L153C36-L153C75" - }, - { - "DocsId": "P:System.Drawing.Pens.AntiqueWhite", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L154C39-L154C84" - }, - { - "DocsId": "P:System.Drawing.Pens.Aqua", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L155C31-L155C60" - }, - { - "DocsId": "P:System.Drawing.Pens.Aquamarine", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L156C37-L156C78" - }, - { - "DocsId": "P:System.Drawing.Pens.Azure", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L157C32-L157C63" - }, - { - "DocsId": "P:System.Drawing.Pens.Beige", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L159C32-L159C63" - }, - { - "DocsId": "P:System.Drawing.Pens.Bisque", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L160C33-L160C66" - }, - { - "DocsId": "P:System.Drawing.Pens.Black", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L161C32-L161C63" - }, - { - "DocsId": "P:System.Drawing.Pens.BlanchedAlmond", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L162C41-L162C90" - }, - { - "DocsId": "P:System.Drawing.Pens.Blue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L163C31-L163C60" - }, - { - "DocsId": "P:System.Drawing.Pens.BlueViolet", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L164C37-L164C78" - }, - { - "DocsId": "P:System.Drawing.Pens.Brown", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L165C32-L165C63" - }, - { - "DocsId": "P:System.Drawing.Pens.BurlyWood", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L166C36-L166C75" - }, - { - "DocsId": "P:System.Drawing.Pens.CadetBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L168C36-L168C75" - }, - { - "DocsId": "P:System.Drawing.Pens.Chartreuse", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L169C37-L169C78" - }, - { - "DocsId": "P:System.Drawing.Pens.Chocolate", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L170C36-L170C75" - }, - { - "DocsId": "P:System.Drawing.Pens.Coral", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L171C32-L171C63" - }, - { - "DocsId": "P:System.Drawing.Pens.CornflowerBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L172C41-L172C90" - }, - { - "DocsId": "P:System.Drawing.Pens.Cornsilk", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L173C35-L173C72" - }, - { - "DocsId": "P:System.Drawing.Pens.Crimson", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L174C34-L174C69" - }, - { - "DocsId": "P:System.Drawing.Pens.Cyan", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L175C31-L175C60" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L177C35-L177C72" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkCyan", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L178C35-L178C72" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkGoldenrod", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L179C40-L179C87" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L180C35-L180C72" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L181C36-L181C75" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkKhaki", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L182C36-L182C75" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkMagenta", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L183C38-L183C81" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkOliveGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L184C41-L184C90" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkOrange", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L185C37-L185C78" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkOrchid", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L186C37-L186C78" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L187C34-L187C69" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkSalmon", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L188C37-L188C78" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkSeaGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L189C39-L189C84" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkSlateBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L190C40-L190C87" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkSlateGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L191C40-L191C87" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkTurquoise", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L192C40-L192C87" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkViolet", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L193C37-L193C78" - }, - { - "DocsId": "P:System.Drawing.Pens.DeepPink", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L194C35-L194C72" - }, - { - "DocsId": "P:System.Drawing.Pens.DeepSkyBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L195C38-L195C81" - }, - { - "DocsId": "P:System.Drawing.Pens.DimGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L196C34-L196C69" - }, - { - "DocsId": "P:System.Drawing.Pens.DodgerBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L197C37-L197C78" - }, - { - "DocsId": "P:System.Drawing.Pens.Firebrick", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L199C36-L199C75" - }, - { - "DocsId": "P:System.Drawing.Pens.FloralWhite", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L200C38-L200C81" - }, - { - "DocsId": "P:System.Drawing.Pens.ForestGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L201C38-L201C81" - }, - { - "DocsId": "P:System.Drawing.Pens.Fuchsia", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L202C34-L202C69" - }, - { - "DocsId": "P:System.Drawing.Pens.Gainsboro", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L204C36-L204C75" - }, - { - "DocsId": "P:System.Drawing.Pens.GhostWhite", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L205C37-L205C78" - }, - { - "DocsId": "P:System.Drawing.Pens.Gold", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L206C31-L206C60" - }, - { - "DocsId": "P:System.Drawing.Pens.Goldenrod", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L207C36-L207C75" - }, - { - "DocsId": "P:System.Drawing.Pens.Gray", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L208C31-L208C60" - }, - { - "DocsId": "P:System.Drawing.Pens.Green", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L209C32-L209C63" - }, - { - "DocsId": "P:System.Drawing.Pens.GreenYellow", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L210C38-L210C81" - }, - { - "DocsId": "P:System.Drawing.Pens.Honeydew", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L212C35-L212C72" - }, - { - "DocsId": "P:System.Drawing.Pens.HotPink", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L213C34-L213C69" - }, - { - "DocsId": "P:System.Drawing.Pens.IndianRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L215C36-L215C75" - }, - { - "DocsId": "P:System.Drawing.Pens.Indigo", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L216C33-L216C66" - }, - { - "DocsId": "P:System.Drawing.Pens.Ivory", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L217C32-L217C63" - }, - { - "DocsId": "P:System.Drawing.Pens.Khaki", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L219C32-L219C63" - }, - { - "DocsId": "P:System.Drawing.Pens.Lavender", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L221C35-L221C72" - }, - { - "DocsId": "P:System.Drawing.Pens.LavenderBlush", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L222C40-L222C87" - }, - { - "DocsId": "P:System.Drawing.Pens.LawnGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L223C36-L223C75" - }, - { - "DocsId": "P:System.Drawing.Pens.LemonChiffon", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L224C39-L224C84" - }, - { - "DocsId": "P:System.Drawing.Pens.LightBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L225C36-L225C75" - }, - { - "DocsId": "P:System.Drawing.Pens.LightCoral", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L226C37-L226C78" - }, - { - "DocsId": "P:System.Drawing.Pens.LightCyan", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L227C36-L227C75" - }, - { - "DocsId": "P:System.Drawing.Pens.LightGoldenrodYellow", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L228C47-L228C108" - }, - { - "DocsId": "P:System.Drawing.Pens.LightGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L229C37-L229C78" - }, - { - "DocsId": "P:System.Drawing.Pens.LightGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L230C36-L230C75" - }, - { - "DocsId": "P:System.Drawing.Pens.LightPink", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L231C36-L231C75" - }, - { - "DocsId": "P:System.Drawing.Pens.LightSalmon", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L232C38-L232C81" - }, - { - "DocsId": "P:System.Drawing.Pens.LightSeaGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L233C40-L233C87" - }, - { - "DocsId": "P:System.Drawing.Pens.LightSkyBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L234C39-L234C84" - }, - { - "DocsId": "P:System.Drawing.Pens.LightSlateGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L235C41-L235C90" - }, - { - "DocsId": "P:System.Drawing.Pens.LightSteelBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L236C41-L236C90" - }, - { - "DocsId": "P:System.Drawing.Pens.LightYellow", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L237C38-L237C81" - }, - { - "DocsId": "P:System.Drawing.Pens.Lime", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L238C31-L238C60" - }, - { - "DocsId": "P:System.Drawing.Pens.LimeGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L239C36-L239C75" - }, - { - "DocsId": "P:System.Drawing.Pens.Linen", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L240C32-L240C63" - }, - { - "DocsId": "P:System.Drawing.Pens.Magenta", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L242C34-L242C69" - }, - { - "DocsId": "P:System.Drawing.Pens.Maroon", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L243C33-L243C66" - }, - { - "DocsId": "P:System.Drawing.Pens.MediumAquamarine", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L244C43-L244C96" - }, - { - "DocsId": "P:System.Drawing.Pens.MediumBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L245C37-L245C78" - }, - { - "DocsId": "P:System.Drawing.Pens.MediumOrchid", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L246C39-L246C84" - }, - { - "DocsId": "P:System.Drawing.Pens.MediumPurple", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L247C39-L247C84" - }, - { - "DocsId": "P:System.Drawing.Pens.MediumSeaGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L248C41-L248C90" - }, - { - "DocsId": "P:System.Drawing.Pens.MediumSlateBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L249C42-L249C93" - }, - { - "DocsId": "P:System.Drawing.Pens.MediumSpringGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L250C44-L250C99" - }, - { - "DocsId": "P:System.Drawing.Pens.MediumTurquoise", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L251C42-L251C93" - }, - { - "DocsId": "P:System.Drawing.Pens.MediumVioletRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L252C42-L252C93" - }, - { - "DocsId": "P:System.Drawing.Pens.MidnightBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L253C39-L253C84" - }, - { - "DocsId": "P:System.Drawing.Pens.MintCream", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L254C36-L254C75" - }, - { - "DocsId": "P:System.Drawing.Pens.MistyRose", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L255C36-L255C75" - }, - { - "DocsId": "P:System.Drawing.Pens.Moccasin", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L256C35-L256C72" - }, - { - "DocsId": "P:System.Drawing.Pens.NavajoWhite", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L258C38-L258C81" - }, - { - "DocsId": "P:System.Drawing.Pens.Navy", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L259C31-L259C60" - }, - { - "DocsId": "P:System.Drawing.Pens.OldLace", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L261C34-L261C69" - }, - { - "DocsId": "P:System.Drawing.Pens.Olive", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L262C32-L262C63" - }, - { - "DocsId": "P:System.Drawing.Pens.OliveDrab", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L263C36-L263C75" - }, - { - "DocsId": "P:System.Drawing.Pens.Orange", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L264C33-L264C66" - }, - { - "DocsId": "P:System.Drawing.Pens.OrangeRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L265C36-L265C75" - }, - { - "DocsId": "P:System.Drawing.Pens.Orchid", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L266C33-L266C66" - }, - { - "DocsId": "P:System.Drawing.Pens.PaleGoldenrod", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L268C40-L268C87" - }, - { - "DocsId": "P:System.Drawing.Pens.PaleGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L269C36-L269C75" - }, - { - "DocsId": "P:System.Drawing.Pens.PaleTurquoise", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L270C40-L270C87" - }, - { - "DocsId": "P:System.Drawing.Pens.PaleVioletRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L271C40-L271C87" - }, - { - "DocsId": "P:System.Drawing.Pens.PapayaWhip", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L272C37-L272C78" - }, - { - "DocsId": "P:System.Drawing.Pens.PeachPuff", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L273C36-L273C75" - }, - { - "DocsId": "P:System.Drawing.Pens.Peru", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L274C31-L274C60" - }, - { - "DocsId": "P:System.Drawing.Pens.Pink", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L275C31-L275C60" - }, - { - "DocsId": "P:System.Drawing.Pens.Plum", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L276C31-L276C60" - }, - { - "DocsId": "P:System.Drawing.Pens.PowderBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L277C37-L277C78" - }, - { - "DocsId": "P:System.Drawing.Pens.Purple", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L278C33-L278C66" - }, - { - "DocsId": "P:System.Drawing.Pens.Red", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L280C30-L280C57" - }, - { - "DocsId": "P:System.Drawing.Pens.RosyBrown", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L281C36-L281C75" - }, - { - "DocsId": "P:System.Drawing.Pens.RoyalBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L282C36-L282C75" - }, - { - "DocsId": "P:System.Drawing.Pens.SaddleBrown", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L284C38-L284C81" - }, - { - "DocsId": "P:System.Drawing.Pens.Salmon", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L285C33-L285C66" - }, - { - "DocsId": "P:System.Drawing.Pens.SandyBrown", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L286C37-L286C78" - }, - { - "DocsId": "P:System.Drawing.Pens.SeaGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L287C35-L287C72" - }, - { - "DocsId": "P:System.Drawing.Pens.SeaShell", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L288C35-L288C72" - }, - { - "DocsId": "P:System.Drawing.Pens.Sienna", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L289C33-L289C66" - }, - { - "DocsId": "P:System.Drawing.Pens.Silver", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L290C33-L290C66" - }, - { - "DocsId": "P:System.Drawing.Pens.SkyBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L291C34-L291C69" - }, - { - "DocsId": "P:System.Drawing.Pens.SlateBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L292C36-L292C75" - }, - { - "DocsId": "P:System.Drawing.Pens.SlateGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L293C36-L293C75" - }, - { - "DocsId": "P:System.Drawing.Pens.Snow", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L294C31-L294C60" - }, - { - "DocsId": "P:System.Drawing.Pens.SpringGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L295C38-L295C81" - }, - { - "DocsId": "P:System.Drawing.Pens.SteelBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L296C36-L296C75" - }, - { - "DocsId": "P:System.Drawing.Pens.Tan", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L298C30-L298C57" - }, - { - "DocsId": "P:System.Drawing.Pens.Teal", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L299C31-L299C60" - }, - { - "DocsId": "P:System.Drawing.Pens.Thistle", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L300C34-L300C69" - }, - { - "DocsId": "P:System.Drawing.Pens.Tomato", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L301C33-L301C66" - }, - { - "DocsId": "P:System.Drawing.Pens.Turquoise", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L302C36-L302C75" - }, - { - "DocsId": "P:System.Drawing.Pens.Violet", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L304C33-L304C66" - }, - { - "DocsId": "P:System.Drawing.Pens.Wheat", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L306C32-L306C63" - }, - { - "DocsId": "P:System.Drawing.Pens.White", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L307C32-L307C63" - }, - { - "DocsId": "P:System.Drawing.Pens.WhiteSmoke", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L308C37-L308C78" - }, - { - "DocsId": "P:System.Drawing.Pens.Yellow", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L310C33-L310C66" - }, - { - "DocsId": "P:System.Drawing.Pens.YellowGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L311C38-L311C81" - } - ], - "DocsId": "T:System.Drawing.Pens", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Pens.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.RotateFlipType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.RotateNoneFlipNone", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.Rotate90FlipNone", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.Rotate180FlipNone", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.Rotate270FlipNone", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.RotateNoneFlipX", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.Rotate90FlipX", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.Rotate180FlipX", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.Rotate270FlipX", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.RotateNoneFlipY", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.Rotate90FlipY", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.Rotate180FlipY", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.Rotate270FlipY", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.RotateNoneFlipXY", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.Rotate90FlipXY", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.Rotate180FlipXY", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.Rotate270FlipXY", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - } - ], - "DocsId": "T:System.Drawing.RotateFlipType", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.StringFormat.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L27C29-L29C6" - }, - { - "DocsId": "M:System.Drawing.StringFormat.#ctor(System.Drawing.StringFormatFlags)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L35C5-L37C6" - }, - { - "DocsId": "M:System.Drawing.StringFormat.#ctor(System.Drawing.StringFormatFlags,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L43C5-L49C6" - }, - { - "DocsId": "M:System.Drawing.StringFormat.#ctor(System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L55C5-L63C6" - }, - { - "DocsId": "M:System.Drawing.StringFormat.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L70C9-L72C6" - }, - { - "DocsId": "M:System.Drawing.StringFormat.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L111C9-L118C37" - }, - { - "DocsId": "M:System.Drawing.StringFormat.SetMeasurableCharacterRanges(System.Drawing.CharacterRange[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L152C9-L156C6" - }, - { - "DocsId": "M:System.Drawing.StringFormat.SetTabStops(System.Single,System.Single[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L252C9-L271C6" - }, - { - "DocsId": "M:System.Drawing.StringFormat.GetTabStops(System.Single@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L279C9-L290C25" - }, - { - "DocsId": "M:System.Drawing.StringFormat.SetDigitSubstitution(System.Int32,System.Drawing.StringDigitSubstitute)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L378C9-L382C6" - }, - { - "DocsId": "M:System.Drawing.StringFormat.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L433C9-L434C6" - }, - { - "DocsId": "M:System.Drawing.StringFormat.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L439C42-L439C86" - }, - { - "DocsId": "P:System.Drawing.StringFormat.FormatFlags", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L131C13-L136C27" - }, - { - "DocsId": "P:System.Drawing.StringFormat.Alignment", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L167C13-L172C30" - }, - { - "DocsId": "P:System.Drawing.StringFormat.LineAlignment", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L197C13-L202C30" - }, - { - "DocsId": "P:System.Drawing.StringFormat.HotkeyPrefix", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L226C13-L231C33" - }, - { - "DocsId": "P:System.Drawing.StringFormat.Trimming", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L305C13-L309C29" - }, - { - "DocsId": "P:System.Drawing.StringFormat.GenericDefault", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L342C13-L347C45" - }, - { - "DocsId": "P:System.Drawing.StringFormat.GenericTypographic", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L367C13-L372C45" - }, - { - "DocsId": "P:System.Drawing.StringFormat.DigitSubstitutionMethod", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L393C13-L398C36" - }, - { - "DocsId": "P:System.Drawing.StringFormat.DigitSubstitutionLanguage", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L410C13-L415C29" - } - ], - "DocsId": "T:System.Drawing.StringFormat", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.SystemFonts.GetFontByName(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L15C9-L48C21" - }, - { - "DocsId": "P:System.Drawing.SystemFonts.CaptionFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L64C13-L72C32" - }, - { - "DocsId": "P:System.Drawing.SystemFonts.SmallCaptionFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L80C13-L88C34" - }, - { - "DocsId": "P:System.Drawing.SystemFonts.MenuFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L96C13-L104C29" - }, - { - "DocsId": "P:System.Drawing.SystemFonts.StatusFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L112C13-L120C31" - }, - { - "DocsId": "P:System.Drawing.SystemFonts.MessageBoxFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L128C13-L136C35" - }, - { - "DocsId": "P:System.Drawing.SystemFonts.IconTitleFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L156C13-L165C34" - }, - { - "DocsId": "P:System.Drawing.SystemFonts.DefaultFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L173C13-L223C32" - }, - { - "DocsId": "P:System.Drawing.SystemFonts.DialogFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L231C13-L263C31" - } - ], - "DocsId": "T:System.Drawing.SystemFonts", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.SystemPens.FromSystemColor(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L58C9-L78C53" - }, - { - "DocsId": "P:System.Drawing.SystemPens.ActiveBorder", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L12C39-L12C81" - }, - { - "DocsId": "P:System.Drawing.SystemPens.ActiveCaption", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L13C40-L13C83" - }, - { - "DocsId": "P:System.Drawing.SystemPens.ActiveCaptionText", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L14C44-L14C91" - }, - { - "DocsId": "P:System.Drawing.SystemPens.AppWorkspace", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L15C39-L15C81" - }, - { - "DocsId": "P:System.Drawing.SystemPens.ButtonFace", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L17C37-L17C77" - }, - { - "DocsId": "P:System.Drawing.SystemPens.ButtonHighlight", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L18C42-L18C87" - }, - { - "DocsId": "P:System.Drawing.SystemPens.ButtonShadow", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L20C39-L20C81" - }, - { - "DocsId": "P:System.Drawing.SystemPens.Control", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L22C34-L22C71" - }, - { - "DocsId": "P:System.Drawing.SystemPens.ControlText", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L23C38-L23C79" - }, - { - "DocsId": "P:System.Drawing.SystemPens.ControlDark", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L24C38-L24C79" - }, - { - "DocsId": "P:System.Drawing.SystemPens.ControlDarkDark", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L25C42-L25C87" - }, - { - "DocsId": "P:System.Drawing.SystemPens.ControlLight", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L26C39-L26C81" - }, - { - "DocsId": "P:System.Drawing.SystemPens.ControlLightLight", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L27C44-L27C91" - }, - { - "DocsId": "P:System.Drawing.SystemPens.Desktop", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L29C34-L29C71" - }, - { - "DocsId": "P:System.Drawing.SystemPens.GradientActiveCaption", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L31C48-L31C99" - }, - { - "DocsId": "P:System.Drawing.SystemPens.GradientInactiveCaption", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L32C50-L32C103" - }, - { - "DocsId": "P:System.Drawing.SystemPens.GrayText", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L33C35-L33C73" - }, - { - "DocsId": "P:System.Drawing.SystemPens.Highlight", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L35C36-L35C75" - }, - { - "DocsId": "P:System.Drawing.SystemPens.HighlightText", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L36C40-L36C83" - }, - { - "DocsId": "P:System.Drawing.SystemPens.HotTrack", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L37C35-L37C73" - }, - { - "DocsId": "P:System.Drawing.SystemPens.InactiveBorder", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L39C41-L39C85" - }, - { - "DocsId": "P:System.Drawing.SystemPens.InactiveCaption", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L40C42-L40C87" - }, - { - "DocsId": "P:System.Drawing.SystemPens.InactiveCaptionText", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L41C46-L41C95" - }, - { - "DocsId": "P:System.Drawing.SystemPens.Info", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L42C31-L42C65" - }, - { - "DocsId": "P:System.Drawing.SystemPens.InfoText", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L43C35-L43C73" - }, - { - "DocsId": "P:System.Drawing.SystemPens.Menu", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L45C31-L45C65" - }, - { - "DocsId": "P:System.Drawing.SystemPens.MenuBar", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L46C34-L46C71" - }, - { - "DocsId": "P:System.Drawing.SystemPens.MenuHighlight", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L47C40-L47C83" - }, - { - "DocsId": "P:System.Drawing.SystemPens.MenuText", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L48C35-L48C73" - }, - { - "DocsId": "P:System.Drawing.SystemPens.ScrollBar", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L50C36-L50C75" - }, - { - "DocsId": "P:System.Drawing.SystemPens.Window", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L52C33-L52C69" - }, - { - "DocsId": "P:System.Drawing.SystemPens.WindowFrame", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L53C38-L53C79" - }, - { - "DocsId": "P:System.Drawing.SystemPens.WindowText", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L54C37-L54C77" - } - ], - "DocsId": "T:System.Drawing.SystemPens", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.CopyPixelOperation.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.Blackness", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.CaptureBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.DestinationInvert", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.MergeCopy", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.MergePaint", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.NoMirrorBitmap", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.NotSourceCopy", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.NotSourceErase", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.PatCopy", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.PatInvert", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.PatPaint", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.SourceAnd", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.SourceCopy", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.SourceErase", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.SourceInvert", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.SourcePaint", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.Whiteness", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - } - ], - "DocsId": "T:System.Drawing.CopyPixelOperation", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.FontStyle.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" - }, - { - "DocsId": "F:System.Drawing.FontStyle.Regular", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" - }, - { - "DocsId": "F:System.Drawing.FontStyle.Bold", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" - }, - { - "DocsId": "F:System.Drawing.FontStyle.Italic", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" - }, - { - "DocsId": "F:System.Drawing.FontStyle.Underline", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" - }, - { - "DocsId": "F:System.Drawing.FontStyle.Strikeout", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" - } - ], - "DocsId": "T:System.Drawing.FontStyle", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Region.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L20C5-L24C6" - }, - { - "DocsId": "M:System.Drawing.Region.#ctor(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L26C5-L30C6" - }, - { - "DocsId": "M:System.Drawing.Region.#ctor(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L32C5-L36C6" - }, - { - "DocsId": "M:System.Drawing.Region.#ctor(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L38C5-L44C6" - }, - { - "DocsId": "M:System.Drawing.Region.#ctor(System.Drawing.Drawing2D.RegionData)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L46C5-L56C6" - }, - { - "DocsId": "M:System.Drawing.Region.FromHrgn(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L62C9-L63C35" - }, - { - "DocsId": "M:System.Drawing.Region.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L76C9-L77C35" - }, - { - "DocsId": "M:System.Drawing.Region.ReleaseHrgn(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L81C9-L87C6" - }, - { - "DocsId": "M:System.Drawing.Region.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L91C9-L93C6" - }, - { - "DocsId": "M:System.Drawing.Region.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L126C18-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Region.MakeInfinite", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L130C9-L131C6" - }, - { - "DocsId": "M:System.Drawing.Region.MakeEmpty", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L135C9-L136C6" - }, - { - "DocsId": "M:System.Drawing.Region.Intersect(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L140C9-L141C6" - }, - { - "DocsId": "M:System.Drawing.Region.Intersect(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L145C9-L146C6" - }, - { - "DocsId": "M:System.Drawing.Region.Intersect(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L150C9-L153C6" - }, - { - "DocsId": "M:System.Drawing.Region.Intersect(System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L157C9-L160C6" - }, - { - "DocsId": "M:System.Drawing.Region.Union(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L164C9-L165C6" - }, - { - "DocsId": "M:System.Drawing.Region.Union(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L169C9-L170C6" - }, - { - "DocsId": "M:System.Drawing.Region.Union(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L174C9-L177C6" - }, - { - "DocsId": "M:System.Drawing.Region.Union(System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L181C9-L184C6" - }, - { - "DocsId": "M:System.Drawing.Region.Xor(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L188C9-L189C6" - }, - { - "DocsId": "M:System.Drawing.Region.Xor(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L193C9-L194C6" - }, - { - "DocsId": "M:System.Drawing.Region.Xor(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L198C9-L201C6" - }, - { - "DocsId": "M:System.Drawing.Region.Xor(System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L205C9-L208C6" - }, - { - "DocsId": "M:System.Drawing.Region.Exclude(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L212C9-L213C6" - }, - { - "DocsId": "M:System.Drawing.Region.Exclude(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L217C9-L218C6" - }, - { - "DocsId": "M:System.Drawing.Region.Exclude(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L222C9-L228C6" - }, - { - "DocsId": "M:System.Drawing.Region.Exclude(System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L232C9-L238C6" - }, - { - "DocsId": "M:System.Drawing.Region.Complement(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L242C9-L243C6" - }, - { - "DocsId": "M:System.Drawing.Region.Complement(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L247C9-L248C6" - }, - { - "DocsId": "M:System.Drawing.Region.Complement(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L252C9-L255C6" - }, - { - "DocsId": "M:System.Drawing.Region.Complement(System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L259C9-L262C6" - }, - { - "DocsId": "M:System.Drawing.Region.Translate(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L266C9-L267C6" - }, - { - "DocsId": "M:System.Drawing.Region.Translate(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L271C9-L272C6" - }, - { - "DocsId": "M:System.Drawing.Region.Transform(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L276C9-L281C6" - }, - { - "DocsId": "M:System.Drawing.Region.GetBounds(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L285C9-L288C23" - }, - { - "DocsId": "M:System.Drawing.Region.GetHrgn(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L293C9-L296C21" - }, - { - "DocsId": "M:System.Drawing.Region.IsEmpty(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L301C9-L304C29" - }, - { - "DocsId": "M:System.Drawing.Region.IsInfinite(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L309C9-L312C32" - }, - { - "DocsId": "M:System.Drawing.Region.Equals(System.Drawing.Region,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L317C9-L321C29" - }, - { - "DocsId": "M:System.Drawing.Region.GetRegionData", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L326C9-L333C43" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L336C48-L336C81" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L338C44-L338C66" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Single,System.Single,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L340C61-L340C91" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.PointF,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L344C9-L350C31" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L353C75-L353C127" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L355C47-L355C68" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Single,System.Single,System.Single,System.Single,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L357C88-L357C137" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.RectangleF,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L361C9-L367C31" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Int32,System.Int32,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L370C57-L370C86" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L372C43-L372C65" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.Point,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L376C9-L382C31" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L385C67-L385C118" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L387C46-L387C67" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L389C80-L389C128" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.Rectangle,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L393C9-L399C31" - }, - { - "DocsId": "M:System.Drawing.Region.GetRegionScans(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs#L404C9-L427C27" - } - ], - "DocsId": "T:System.Drawing.Region", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Region.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.StringAlignment.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.StringAlignment.Near", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.StringAlignment.Center", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.StringAlignment.Far", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringAlignment.cs" - } - ], - "DocsId": "T:System.Drawing.StringAlignment", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringAlignment.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.StringDigitSubstitute.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" - }, - { - "DocsId": "F:System.Drawing.StringDigitSubstitute.User", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" - }, - { - "DocsId": "F:System.Drawing.StringDigitSubstitute.None", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" - }, - { - "DocsId": "F:System.Drawing.StringDigitSubstitute.National", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" - }, - { - "DocsId": "F:System.Drawing.StringDigitSubstitute.Traditional", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" - } - ], - "DocsId": "T:System.Drawing.StringDigitSubstitute", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.StringFormatFlags.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" - }, - { - "DocsId": "F:System.Drawing.StringFormatFlags.DirectionRightToLeft", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" - }, - { - "DocsId": "F:System.Drawing.StringFormatFlags.DirectionVertical", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" - }, - { - "DocsId": "F:System.Drawing.StringFormatFlags.FitBlackBox", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" - }, - { - "DocsId": "F:System.Drawing.StringFormatFlags.DisplayFormatControl", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" - }, - { - "DocsId": "F:System.Drawing.StringFormatFlags.NoFontFallback", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" - }, - { - "DocsId": "F:System.Drawing.StringFormatFlags.MeasureTrailingSpaces", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" - }, - { - "DocsId": "F:System.Drawing.StringFormatFlags.NoWrap", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" - }, - { - "DocsId": "F:System.Drawing.StringFormatFlags.LineLimit", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" - }, - { - "DocsId": "F:System.Drawing.StringFormatFlags.NoClip", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" - } - ], - "DocsId": "T:System.Drawing.StringFormatFlags", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.StringTrimming.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" - }, - { - "DocsId": "F:System.Drawing.StringTrimming.None", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" - }, - { - "DocsId": "F:System.Drawing.StringTrimming.Character", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" - }, - { - "DocsId": "F:System.Drawing.StringTrimming.Word", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" - }, - { - "DocsId": "F:System.Drawing.StringTrimming.EllipsisCharacter", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" - }, - { - "DocsId": "F:System.Drawing.StringTrimming.EllipsisWord", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" - }, - { - "DocsId": "F:System.Drawing.StringTrimming.EllipsisPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" - } - ], - "DocsId": "T:System.Drawing.StringTrimming", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.StringUnit.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" - }, - { - "DocsId": "F:System.Drawing.StringUnit.World", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" - }, - { - "DocsId": "F:System.Drawing.StringUnit.Display", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" - }, - { - "DocsId": "F:System.Drawing.StringUnit.Pixel", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" - }, - { - "DocsId": "F:System.Drawing.StringUnit.Point", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" - }, - { - "DocsId": "F:System.Drawing.StringUnit.Inch", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" - }, - { - "DocsId": "F:System.Drawing.StringUnit.Document", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" - }, - { - "DocsId": "F:System.Drawing.StringUnit.Millimeter", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" - }, - { - "DocsId": "F:System.Drawing.StringUnit.Em", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" - } - ], - "DocsId": "T:System.Drawing.StringUnit", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Brush.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brush.cs" - }, - { - "DocsId": "M:System.Drawing.Brush.SetNativeBrush(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brush.cs#L21C61-L21C90" - }, - { - "DocsId": "M:System.Drawing.Brush.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brush.cs#L29C9-L31C6" - }, - { - "DocsId": "M:System.Drawing.Brush.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brush.cs#L43C9-L65C6" - }, - { - "DocsId": "M:System.Drawing.Brush.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brush.cs#L67C17-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Brush.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brush.cs" - } - ], - "DocsId": "T:System.Drawing.Brush", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Brush.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Font.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L143C16-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Font.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L157C9-L162C6" - }, - { - "DocsId": "M:System.Drawing.Font.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L171C9-L173C6" - }, - { - "DocsId": "M:System.Drawing.Font.GetHeight(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L204C9-L213C23" - }, - { - "DocsId": "M:System.Drawing.Font.GetHeight(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L219C9-L221C21" - }, - { - "DocsId": "M:System.Drawing.Font.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L230C9-L249C31" - }, - { - "DocsId": "M:System.Drawing.Font.GetHashCode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L257C9-L257C58" - }, - { - "DocsId": "M:System.Drawing.Font.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L264C9-L264C158" - }, - { - "DocsId": "M:System.Drawing.Font.ToLogFont(System.Object,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L271C9-L295C6" - }, - { - "DocsId": "M:System.Drawing.Font.ToLogFont(System.Drawing.Interop.LOGFONT@,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L304C9-L327C6" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.Drawing.Font,System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L29C5-L366C6" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L29C5-L374C6" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,System.Byte)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L29C5-L382C6" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,System.Byte,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L29C5-L390C6" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.String,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,System.Byte)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L29C5-L398C6" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.String,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,System.Byte,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L29C5-L411C6" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single,System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L29C5-L419C6" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L29C5-L427C6" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L29C5-L435C6" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.String,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L29C5-L443C6" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.String,System.Single,System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L29C5-L451C6" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.String,System.Single,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L29C5-L459C6" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.String,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L29C5-L467C6" - }, - { - "DocsId": "M:System.Drawing.Font.FromHfont(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L540C9-L545C6" - }, - { - "DocsId": "M:System.Drawing.Font.FromLogFont(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L554C9-L556C6" - }, - { - "DocsId": "M:System.Drawing.Font.FromLogFont(System.Drawing.Interop.LOGFONT@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L565C9-L567C6" - }, - { - "DocsId": "M:System.Drawing.Font.FromLogFont(System.Drawing.Interop.LOGFONT@,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L575C5-L599C77" - }, - { - "DocsId": "M:System.Drawing.Font.FromLogFont(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L610C9-L632C45" - }, - { - "DocsId": "M:System.Drawing.Font.FromHdc(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L641C9-L654C41" - }, - { - "DocsId": "M:System.Drawing.Font.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L662C9-L665C68" - }, - { - "DocsId": "M:System.Drawing.Font.ToLogFont(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L693C9-L696C6" - }, - { - "DocsId": "M:System.Drawing.Font.ToLogFont(System.Drawing.Interop.LOGFONT@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L701C9-L704C6" - }, - { - "DocsId": "M:System.Drawing.Font.ToHfont", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L712C9-L717C6" - }, - { - "DocsId": "M:System.Drawing.Font.GetHeight", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L721C9-L724C6" - }, - { - "DocsId": "P:System.Drawing.Font.Size", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L38C26-L38C35" - }, - { - "DocsId": "P:System.Drawing.Font.Style", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L44C31-L44C41" - }, - { - "DocsId": "P:System.Drawing.Font.Bold", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L50C25-L50C54" - }, - { - "DocsId": "P:System.Drawing.Font.Italic", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L56C27-L56C58" - }, - { - "DocsId": "P:System.Drawing.Font.Strikeout", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L62C30-L62C64" - }, - { - "DocsId": "P:System.Drawing.Font.Underline", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L68C30-L68C64" - }, - { - "DocsId": "P:System.Drawing.Font.FontFamily", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L74C37-L74C48" - }, - { - "DocsId": "P:System.Drawing.Font.Name", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L83C27-L83C42" - }, - { - "DocsId": "P:System.Drawing.Font.Unit", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L89C33-L89C42" - }, - { - "DocsId": "P:System.Drawing.Font.GdiCharSet", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L100C31-L100C42" - }, - { - "DocsId": "P:System.Drawing.Font.GdiVerticalFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L109C36-L109C52" - }, - { - "DocsId": "P:System.Drawing.Font.OriginalFontName", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L115C40-L115C57" - }, - { - "DocsId": "P:System.Drawing.Font.SystemFontName", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L121C37-L121C52" - }, - { - "DocsId": "P:System.Drawing.Font.IsSystemFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L127C33-L127C71" - }, - { - "DocsId": "P:System.Drawing.Font.Height", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L133C26-L133C56" - }, - { - "DocsId": "P:System.Drawing.Font.SizeInPoints", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs#L734C13-L747C10" - } - ], - "DocsId": "T:System.Drawing.Font", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Font.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.FontConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L19C9-L19C89" - }, - { - "DocsId": "M:System.Drawing.FontConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L24C9-L24C103" - }, - { - "DocsId": "M:System.Drawing.FontConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L29C9-L146C73" - }, - { - "DocsId": "M:System.Drawing.FontConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L151C9-L251C63" - }, - { - "DocsId": "M:System.Drawing.FontConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L314C9-L400C75" - }, - { - "DocsId": "M:System.Drawing.FontConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L403C89-L403C93" - }, - { - "DocsId": "M:System.Drawing.FontConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L411C9-L415C101" - }, - { - "DocsId": "M:System.Drawing.FontConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L418C85-L418C89" - }, - { - "DocsId": "M:System.Drawing.FontConverter.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs" - }, - { - "DocsId": "T:System.Drawing.FontConverter.FontNameConverter", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs" - }, - { - "DocsId": "T:System.Drawing.FontConverter.FontUnitConverter", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs" - } - ], - "DocsId": "T:System.Drawing.FontConverter", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.FontFamily.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L57C5-L57C67" - }, - { - "DocsId": "M:System.Drawing.FontFamily.#ctor(System.String,System.Drawing.Text.FontCollection)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L63C5-L63C109" - }, - { - "DocsId": "M:System.Drawing.FontFamily.#ctor(System.Drawing.Text.GenericFontFamilies)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L104C5-L125C6" - }, - { - "DocsId": "M:System.Drawing.FontFamily.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L127C22-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.FontFamily.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L134C42-L134C76" - }, - { - "DocsId": "M:System.Drawing.FontFamily.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L138C9-L151C57" - }, - { - "DocsId": "M:System.Drawing.FontFamily.GetHashCode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L157C42-L157C80" - }, - { - "DocsId": "M:System.Drawing.FontFamily.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L166C9-L168C6" - }, - { - "DocsId": "M:System.Drawing.FontFamily.GetName(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L204C9-L207C54" - }, - { - "DocsId": "M:System.Drawing.FontFamily.GetFamilies(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L247C9-L249C55" - }, - { - "DocsId": "M:System.Drawing.FontFamily.IsStyleAvailable(System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L258C9-L261C29" - }, - { - "DocsId": "M:System.Drawing.FontFamily.GetEmHeight(System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L270C9-L273C23" - }, - { - "DocsId": "M:System.Drawing.FontFamily.GetCellAscent(System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L282C9-L285C23" - }, - { - "DocsId": "M:System.Drawing.FontFamily.GetCellDescent(System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L294C9-L297C23" - }, - { - "DocsId": "M:System.Drawing.FontFamily.GetLineSpacing(System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L307C9-L310C23" - }, - { - "DocsId": "P:System.Drawing.FontFamily.Name", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L197C27-L197C51" - }, - { - "DocsId": "P:System.Drawing.FontFamily.Families", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L214C44-L214C82" - }, - { - "DocsId": "P:System.Drawing.FontFamily.GenericSansSerif", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L219C50-L219C80" - }, - { - "DocsId": "P:System.Drawing.FontFamily.GenericSerif", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L233C46-L233C76" - }, - { - "DocsId": "P:System.Drawing.FontFamily.GenericMonospace", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L238C50-L238C84" - } - ], - "DocsId": "T:System.Drawing.FontFamily", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.SolidBrush.#ctor(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SolidBrush.cs#L13C5-L30C6" - }, - { - "DocsId": "M:System.Drawing.SolidBrush.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SolidBrush.cs#L46C9-L50C44" - }, - { - "DocsId": "M:System.Drawing.SolidBrush.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SolidBrush.cs#L55C9-L65C6" - }, - { - "DocsId": "M:System.Drawing.SolidBrush.System#Drawing#Internal#ISystemColorTracker#OnSystemColorChanged", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SolidBrush.cs#L117C9-L121C6" - }, - { - "DocsId": "P:System.Drawing.SolidBrush.Color", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SolidBrush.cs#L71C13-L81C27" - } - ], - "DocsId": "T:System.Drawing.SolidBrush", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SolidBrush.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.SystemBrushes.FromSystemColor(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L57C9-L77C63" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.ActiveBorder", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L12C41-L12C83" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.ActiveCaption", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L13C42-L13C85" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.ActiveCaptionText", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L14C46-L14C93" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.AppWorkspace", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L15C41-L15C83" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.ButtonFace", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L17C39-L17C79" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.ButtonHighlight", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L18C44-L18C89" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.ButtonShadow", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L19C41-L19C83" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.Control", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L21C36-L21C73" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.ControlLightLight", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L22C46-L22C93" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.ControlLight", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L23C41-L23C83" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.ControlDark", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L24C40-L24C81" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.ControlDarkDark", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L25C44-L25C89" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.ControlText", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L26C40-L26C81" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.Desktop", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L28C36-L28C73" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.GradientActiveCaption", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L30C50-L30C101" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.GradientInactiveCaption", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L31C52-L31C105" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.GrayText", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L32C37-L32C75" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.Highlight", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L34C38-L34C77" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.HighlightText", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L35C42-L35C85" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.HotTrack", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L36C37-L36C75" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.InactiveCaption", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L38C44-L38C89" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.InactiveBorder", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L39C43-L39C87" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.InactiveCaptionText", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L40C48-L40C97" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.Info", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L41C33-L41C67" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.InfoText", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L42C37-L42C75" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.Menu", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L44C33-L44C67" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.MenuBar", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L45C36-L45C73" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.MenuHighlight", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L46C42-L46C85" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.MenuText", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L47C37-L47C75" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.ScrollBar", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L49C38-L49C77" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.Window", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L51C35-L51C71" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.WindowFrame", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L52C40-L52C81" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.WindowText", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L53C39-L53C79" - } - ], - "DocsId": "T:System.Drawing.SystemBrushes", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L20C41-L22C6" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.Drawing2D.WrapMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L24C5-L40C6" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.Drawing2D.WrapMode,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L42C5-L62C6" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.Drawing2D.WrapMode,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L64C5-L84C6" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L86C60-L86C90" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.RectangleF,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L88C5-L104C6" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L106C59-L106C89" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.Rectangle,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L108C5-L124C6" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L135C9-L138C45" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.ResetTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L199C9-L201C6" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L203C53-L203C99" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L207C9-L220C6" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.TranslateTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L222C59-L222C106" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.TranslateTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L226C9-L231C6" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.ScaleTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L233C55-L233C98" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.ScaleTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L237C9-L242C6" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.RotateTransform(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L244C49-L244C92" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.RotateTransform(System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L248C9-L252C6" - }, - { - "DocsId": "P:System.Drawing.TextureBrush.Transform", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L145C13-L149C27" - }, - { - "DocsId": "P:System.Drawing.TextureBrush.WrapMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L168C13-L171C35" - }, - { - "DocsId": "P:System.Drawing.TextureBrush.Image", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L190C13-L193C51" - } - ], - "DocsId": "T:System.Drawing.TextureBrush", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Drawing.BufferedGraphicsManager.Current", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsManager.cs#L24C53-L24C57" - } - ], - "DocsId": "T:System.Drawing.BufferedGraphicsManager", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsManager.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Icon.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L61C36-L63C6" - }, - { - "DocsId": "M:System.Drawing.Icon.#ctor(System.String,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L65C47-L67C6" - }, - { - "DocsId": "M:System.Drawing.Icon.#ctor(System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L69C59-L79C6" - }, - { - "DocsId": "M:System.Drawing.Icon.#ctor(System.Drawing.Icon,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L81C45-L83C6" - }, - { - "DocsId": "M:System.Drawing.Icon.#ctor(System.Drawing.Icon,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L85C57-L100C6" - }, - { - "DocsId": "M:System.Drawing.Icon.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L102C47-L115C6" - }, - { - "DocsId": "M:System.Drawing.Icon.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L117C34-L119C6" - }, - { - "DocsId": "M:System.Drawing.Icon.#ctor(System.IO.Stream,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L121C45-L123C6" - }, - { - "DocsId": "M:System.Drawing.Icon.#ctor(System.IO.Stream,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L125C57-L145C6" - }, - { - "DocsId": "M:System.Drawing.Icon.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L156C9-L168C6" - }, - { - "DocsId": "M:System.Drawing.Icon.ExtractAssociatedIcon(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L170C67-L170C101" - }, - { - "DocsId": "M:System.Drawing.Icon.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L266C30-L266C69" - }, - { - "DocsId": "M:System.Drawing.Icon.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L289C9-L291C6" - }, - { - "DocsId": "M:System.Drawing.Icon.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L457C16-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Icon.FromHandle(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L461C9-L464C33" - }, - { - "DocsId": "M:System.Drawing.Icon.ToBitmap", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L691C9-L696C27" - }, - { - "DocsId": "M:System.Drawing.Icon.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L870C42-L870C57" - }, - { - "DocsId": "M:System.Drawing.Icon.ExtractIcon(System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L917C12-L919C64" - }, - { - "DocsId": "M:System.Drawing.Icon.ExtractIcon(System.String,System.Int32,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L928C12-L928C51" - }, - { - "DocsId": "M:System.Drawing.Icon.Save(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Icon.ComWrappers.cs#L16C9-L62C6" - }, - { - "DocsId": "P:System.Drawing.Icon.Handle", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L214C13-L218C28" - }, - { - "DocsId": "P:System.Drawing.Icon.Height", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L223C26-L223C37" - }, - { - "DocsId": "P:System.Drawing.Icon.Size", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L229C13-L259C30" - }, - { - "DocsId": "P:System.Drawing.Icon.Width", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L264C25-L264C35" - } - ], - "DocsId": "T:System.Drawing.Icon", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Icon.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.StockIconId.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.DocumentNoAssociation", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.DocumentWithAssociation", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Application", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Folder", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.FolderOpen", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Drive525", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Drive35", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.DriveRemovable", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.DriveFixed", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.DriveNet", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.DriveNetDisabled", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.DriveCD", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.DriveRam", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.World", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Server", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Printer", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MyNetwork", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Find", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Help", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Share", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Link", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.SlowFile", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Recycler", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.RecyclerFull", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaCDAudio", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Lock", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.AutoList", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.PrinterNet", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.ServerShare", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.PrinterFax", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.PrinterFaxNet", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.PrinterFile", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Stack", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaSVCD", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.StuffedFolder", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.DriveUnknown", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.DriveDVD", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaDVD", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaDVDRAM", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaDVDRW", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaDVDR", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaDVDROM", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaCDAudioPlus", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaCDRW", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaCDR", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaCDBurn", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaBlankCD", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaCDROM", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.AudioFiles", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.ImageFiles", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.VideoFiles", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MixedFiles", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.FolderBack", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.FolderFront", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Shield", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Warning", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Info", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Error", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Key", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Software", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Rename", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Delete", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaAudioDVD", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaMovieDVD", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaEnhancedCD", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaEnhancedDVD", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaHDDVD", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaBluRay", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaVCD", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaDVDPlusR", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaDVDPlusRW", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.DesktopPC", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MobilePC", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Users", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaSmartMedia", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaCompactFlash", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.DeviceCellPhone", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.DeviceCamera", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.DeviceVideoCamera", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.DeviceAudioPlayer", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.NetworkConnect", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Internet", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.ZipFile", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Settings", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.DriveHDDVD", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.DriveBD", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaHDDVDROM", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaHDDVDR", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaHDDVDRAM", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaBDROM", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaBDR", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaBDRE", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.ClusteredDrive", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - } - ], - "DocsId": "T:System.Drawing.StockIconId", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.StockIconOptions.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconOptions.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconOptions.SmallIcon", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconOptions.ShellIconSize", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconOptions.LinkOverlay", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconOptions.Selected", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" - } - ], - "DocsId": "T:System.Drawing.StockIconOptions", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.SystemIcons.GetStockIcon(System.Drawing.StockIconId,System.Drawing.StockIconOptions)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L79C9-L92C58" - }, - { - "DocsId": "M:System.Drawing.SystemIcons.GetStockIcon(System.Drawing.StockIconId,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L105C9-L129C53" - }, - { - "DocsId": "P:System.Drawing.SystemIcons.Application", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L22C39-L22C100" - }, - { - "DocsId": "P:System.Drawing.SystemIcons.Asterisk", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L24C36-L24C91" - }, - { - "DocsId": "P:System.Drawing.SystemIcons.Error", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L26C33-L26C82" - }, - { - "DocsId": "P:System.Drawing.SystemIcons.Exclamation", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L28C39-L28C100" - }, - { - "DocsId": "P:System.Drawing.SystemIcons.Hand", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L30C32-L30C79" - }, - { - "DocsId": "P:System.Drawing.SystemIcons.Information", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L32C39-L32C100" - }, - { - "DocsId": "P:System.Drawing.SystemIcons.Question", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L34C36-L34C91" - }, - { - "DocsId": "P:System.Drawing.SystemIcons.Warning", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L36C35-L36C88" - }, - { - "DocsId": "P:System.Drawing.SystemIcons.WinLogo", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L38C35-L38C88" - }, - { - "DocsId": "P:System.Drawing.SystemIcons.Shield", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L44C13-L50C29" - } - ], - "DocsId": "T:System.Drawing.SystemIcons", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L29C55-L32C6" - }, - { - "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L34C45-L37C6" - }, - { - "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L40C11-L44C6" - }, - { - "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L54C9-L64C22" - }, - { - "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.GetHashCode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L67C42-L67C60" - }, - { - "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.GetImage(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L69C50-L69C75" - }, - { - "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.GetImage(System.Object,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L73C9-L78C21" - }, - { - "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.GetImage(System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L81C42-L81C63" - }, - { - "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.GetImage(System.Type,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L83C54-L83C81" - }, - { - "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.GetImage(System.Type,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L87C9-L133C25" - }, - { - "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.GetImageFromResource(System.Type,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L229C9-L229C72" - }, - { - "DocsId": "F:System.Drawing.ToolboxBitmapAttribute.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs" - } - ], - "DocsId": "T:System.Drawing.ToolboxBitmapAttribute", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Interop.LOGFONT.lfHeight", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" - }, - { - "DocsId": "F:System.Drawing.Interop.LOGFONT.lfWidth", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" - }, - { - "DocsId": "F:System.Drawing.Interop.LOGFONT.lfEscapement", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" - }, - { - "DocsId": "F:System.Drawing.Interop.LOGFONT.lfOrientation", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" - }, - { - "DocsId": "F:System.Drawing.Interop.LOGFONT.lfWeight", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" - }, - { - "DocsId": "F:System.Drawing.Interop.LOGFONT.lfItalic", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" - }, - { - "DocsId": "F:System.Drawing.Interop.LOGFONT.lfUnderline", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" - }, - { - "DocsId": "F:System.Drawing.Interop.LOGFONT.lfStrikeOut", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" - }, - { - "DocsId": "F:System.Drawing.Interop.LOGFONT.lfCharSet", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" - }, - { - "DocsId": "F:System.Drawing.Interop.LOGFONT.lfOutPrecision", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" - }, - { - "DocsId": "F:System.Drawing.Interop.LOGFONT.lfClipPrecision", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" - }, - { - "DocsId": "F:System.Drawing.Interop.LOGFONT.lfQuality", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" - }, - { - "DocsId": "F:System.Drawing.Interop.LOGFONT.lfPitchAndFamily", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" - }, - { - "DocsId": "P:System.Drawing.Interop.LOGFONT.lfFaceName", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs#L40C37-L40C94" - }, - { - "DocsId": "T:System.Drawing.Interop.LOGFONT.<_lfFaceName>e__FixedBuffer", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" - } - ], - "DocsId": "T:System.Drawing.Interop.LOGFONT", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Text.GenericFontFamilies.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Text/GenericFontFamilies.cs" - }, - { - "DocsId": "F:System.Drawing.Text.GenericFontFamilies.Serif", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Text/GenericFontFamilies.cs" - }, - { - "DocsId": "F:System.Drawing.Text.GenericFontFamilies.SansSerif", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Text/GenericFontFamilies.cs" - }, - { - "DocsId": "F:System.Drawing.Text.GenericFontFamilies.Monospace", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Text/GenericFontFamilies.cs" - } - ], - "DocsId": "T:System.Drawing.Text.GenericFontFamilies", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Text/GenericFontFamilies.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Text.HotkeyPrefix.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Text/HotkeyPrefix.cs" - }, - { - "DocsId": "F:System.Drawing.Text.HotkeyPrefix.None", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Text/HotkeyPrefix.cs" - }, - { - "DocsId": "F:System.Drawing.Text.HotkeyPrefix.Show", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Text/HotkeyPrefix.cs" - }, - { - "DocsId": "F:System.Drawing.Text.HotkeyPrefix.Hide", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Text/HotkeyPrefix.cs" - } - ], - "DocsId": "T:System.Drawing.Text.HotkeyPrefix", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Text/HotkeyPrefix.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Text.TextRenderingHint.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" - }, - { - "DocsId": "F:System.Drawing.Text.TextRenderingHint.SystemDefault", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" - }, - { - "DocsId": "F:System.Drawing.Text.TextRenderingHint.SingleBitPerPixelGridFit", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" - }, - { - "DocsId": "F:System.Drawing.Text.TextRenderingHint.SingleBitPerPixel", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" - }, - { - "DocsId": "F:System.Drawing.Text.TextRenderingHint.AntiAliasGridFit", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" - }, - { - "DocsId": "F:System.Drawing.Text.TextRenderingHint.AntiAlias", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" - }, - { - "DocsId": "F:System.Drawing.Text.TextRenderingHint.ClearTypeGridFit", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" - } - ], - "DocsId": "T:System.Drawing.Text.TextRenderingHint", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Text.PrivateFontCollection.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Text/PrivateFontCollection.cs#L20C38-L24C6" - }, - { - "DocsId": "M:System.Drawing.Text.PrivateFontCollection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Text/PrivateFontCollection.cs#L31C9-L53C6" - }, - { - "DocsId": "M:System.Drawing.Text.PrivateFontCollection.AddFontFile(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Text/PrivateFontCollection.cs#L60C9-L87C6" - }, - { - "DocsId": "M:System.Drawing.Text.PrivateFontCollection.AddMemoryFont(System.IntPtr,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Text/PrivateFontCollection.cs#L94C9-L95C6" - } - ], - "DocsId": "T:System.Drawing.Text.PrivateFontCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Text/PrivateFontCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Text.FontCollection.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs#L23C9-L25C6" - }, - { - "DocsId": "M:System.Drawing.Text.FontCollection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs#L27C54-L27C55" - }, - { - "DocsId": "M:System.Drawing.Text.FontCollection.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs#L60C26-L16707566C0" - }, - { - "DocsId": "P:System.Drawing.Text.FontCollection.Families", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs#L38C13-L56C29" - } - ], - "DocsId": "T:System.Drawing.Text.FontCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Text.InstalledFontCollection.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Text/InstalledFontCollection.cs#L15C40-L19C6" - } - ], - "DocsId": "T:System.Drawing.Text.InstalledFontCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Text/InstalledFontCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Drawing2D.Blend.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Blend.cs#L8C5-L12C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Blend.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Blend.cs#L14C5-L18C6" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.Blend.Factors", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Blend.cs#L20C30-L20C34" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.Blend.Positions", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Blend.cs#L22C32-L22C36" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.Blend", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Blend.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Drawing2D.ColorBlend.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/ColorBlend.cs#L8C5-L12C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.ColorBlend.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/ColorBlend.cs#L14C5-L18C6" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.ColorBlend.Colors", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/ColorBlend.cs#L20C29-L20C33" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.ColorBlend.Positions", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/ColorBlend.cs#L22C32-L22C36" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.ColorBlend", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/ColorBlend.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.CombineMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CombineMode.Replace", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CombineMode.Intersect", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CombineMode.Union", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CombineMode.Xor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CombineMode.Exclude", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CombineMode.Complement", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.CombineMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.CompositingMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CompositingMode.SourceOver", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CompositingMode.SourceCopy", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingMode.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.CompositingMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingMode.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.CompositingQuality.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CompositingQuality.Invalid", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CompositingQuality.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CompositingQuality.HighSpeed", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CompositingQuality.HighQuality", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CompositingQuality.GammaCorrected", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CompositingQuality.AssumeLinear", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.CompositingQuality", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.CoordinateSpace.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CoordinateSpace.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CoordinateSpace.World", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CoordinateSpace.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CoordinateSpace.Page", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CoordinateSpace.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CoordinateSpace.Device", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CoordinateSpace.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.CoordinateSpace", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CoordinateSpace.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.DashStyle.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.DashStyle.Solid", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.DashStyle.Dash", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.DashStyle.Dot", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.DashStyle.DashDot", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.DashStyle.DashDotDot", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.DashStyle.Custom", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.DashStyle", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.FillMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FillMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.FillMode.Alternate", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FillMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.FillMode.Winding", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FillMode.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.FillMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FillMode.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.FlushIntention.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FlushIntention.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.FlushIntention.Flush", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FlushIntention.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.FlushIntention.Sync", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FlushIntention.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.FlushIntention", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FlushIntention.cs" - }, - { - "Members": [], - "DocsId": "T:System.Drawing.Drawing2D.GraphicsContainer", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsContainer.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Drawing2D.HatchBrush.#ctor(System.Drawing.Drawing2D.HatchStyle,System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L11C65-L13C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.HatchBrush.#ctor(System.Drawing.Drawing2D.HatchStyle,System.Drawing.Color,System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L15C5-L27C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.HatchBrush.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L38C9-L41C44" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.HatchBrush.HatchStyle", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L49C13-L52C43" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.HatchBrush.ForegroundColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L61C13-L64C51" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.HatchBrush.BackgroundColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L73C13-L76C51" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.HatchBrush", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Horizontal", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Vertical", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.ForwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.BackwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Cross", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DiagonalCross", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent05", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent10", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent20", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent25", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent30", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent40", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent50", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent60", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent70", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent75", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent80", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent90", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.LightDownwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.LightUpwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DarkDownwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DarkUpwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.WideDownwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.WideUpwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.LightVertical", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.LightHorizontal", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.NarrowVertical", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.NarrowHorizontal", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DarkVertical", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DarkHorizontal", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DashedDownwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DashedUpwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DashedHorizontal", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DashedVertical", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.SmallConfetti", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.LargeConfetti", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.ZigZag", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Wave", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DiagonalBrick", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.HorizontalBrick", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Weave", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Plaid", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Divot", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DottedGrid", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DottedDiamond", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Shingle", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Trellis", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Sphere", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.SmallGrid", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.SmallCheckerBoard", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.LargeCheckerBoard", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.OutlinedDiamond", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.SolidDiamond", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.LargeGrid", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Min", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Max", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.HatchStyle", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.Invalid", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.Low", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.High", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.Bilinear", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.Bicubic", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.NearestNeighbor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.HighQualityBilinear", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.HighQualityBicubic", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.InterpolationMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.LinearGradientMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LinearGradientMode.Horizontal", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LinearGradientMode.Vertical", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LinearGradientMode.BackwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.LinearGradientMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.PointF,System.Drawing.PointF,System.Drawing.Color,System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L14C5-L23C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.Point,System.Drawing.Point,System.Drawing.Color,System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L25C5-L34C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color,System.Drawing.Drawing2D.LinearGradientMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L36C5-L53C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Drawing2D.LinearGradientMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L55C5-L71C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L73C92-L75C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color,System.Single,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L77C5-L92C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L94C91-L96C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Single,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L98C5-L113C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L123C9-L124C53" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.SetSigmaBellShape(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L280C51-L280C87" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.SetSigmaBellShape(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L284C9-L290C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.SetBlendTriangularShape(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L292C57-L292C99" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.SetBlendTriangularShape(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L296C9-L309C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.ResetTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L473C9-L474C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L476C53-L476C99" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L480C9-L491C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.TranslateTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L493C59-L493C106" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.TranslateTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L497C9-L499C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.ScaleTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L501C55-L501C98" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.ScaleTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L505C9-L507C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.RotateTransform(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L509C49-L509C92" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.RotateTransform(System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L513C9-L515C6" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.LinearGradientBrush.LinearColors", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L131C13-L138C15" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.LinearGradientBrush.Rectangle", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L153C13-L154C25" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.LinearGradientBrush.GammaCorrection", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L162C13-L166C39" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.LinearGradientBrush.Blend", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L181C13-L223C10" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.LinearGradientBrush.InterpolationColors", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L315C13-L365C10" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.LinearGradientBrush.WrapMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L442C13-L443C35" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.LinearGradientBrush.Transform", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L458C13-L460C27" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.LinearGradientBrush", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.LineCap.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineCap.Flat", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineCap.Square", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineCap.Round", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineCap.Triangle", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineCap.NoAnchor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineCap.SquareAnchor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineCap.RoundAnchor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineCap.DiamondAnchor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineCap.ArrowAnchor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineCap.Custom", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineCap.AnchorMask", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.LineCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.LineJoin.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineJoin.Miter", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineJoin.Bevel", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineJoin.Round", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineJoin.MiterClipped", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.LineJoin", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.MatrixOrder.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/MatrixOrder.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.MatrixOrder.Prepend", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/MatrixOrder.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.MatrixOrder.Append", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/MatrixOrder.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.MatrixOrder", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/MatrixOrder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L14C5-L18C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.#ctor(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L20C5-L24C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.#ctor(System.Numerics.Matrix3x2)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L30C39-L32C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.#ctor(System.Drawing.RectangleF,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L53C5-L65C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.#ctor(System.Drawing.Rectangle,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L67C5-L79C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L83C9-L85C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L99C18-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L103C9-L104C41" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Reset", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L167C9-L171C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Multiply(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L173C44-L173C81" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Multiply(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L177C9-L186C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Translate(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L188C60-L188C108" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Translate(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L192C9-L195C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Scale(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L197C54-L197C96" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Scale(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L201C9-L202C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Rotate(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L204C40-L204C74" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Rotate(System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L208C9-L209C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.RotateAt(System.Single,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L211C56-L211C99" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.RotateAt(System.Single,System.Drawing.PointF,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L215C9-L230C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Shear(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L234C9-L235C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Shear(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L239C9-L240C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Invert", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L244C9-L245C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.TransformPoints(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L249C9-L258C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.TransformPoints(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L262C9-L271C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.TransformVectors(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L275C9-L284C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.VectorTransformPoints(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L286C55-L286C76" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.TransformVectors(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L290C9-L299C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L321C9-L329C29" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.GetHashCode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L332C42-L332C60" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.Matrix.Elements", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L111C13-L113C29" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.Matrix.MatrixElements", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L124C13-L126C27" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.Matrix.OffsetX", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L151C36-L151C44" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.Matrix.OffsetY", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L153C36-L153C44" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.Matrix.IsInvertible", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L305C13-L306C38" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.Matrix.IsIdentity", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L314C13-L315C36" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.Matrix", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Drawing2D.PathData.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathData.cs#L8C5-L8C26" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.PathData.Points", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathData.cs#L10C31-L10C35" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.PathData.Types", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathData.cs#L12C28-L12C32" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.PathData", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathData.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L12C49-L12C81" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.Drawing.PointF[],System.Drawing.Drawing2D.WrapMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L14C5-L34C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L36C48-L36C80" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.Drawing.Point[],System.Drawing.Drawing2D.WrapMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L38C5-L58C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L60C5-L66C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L76C9-L77C51" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.SetSigmaBellShape(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L231C51-L231C87" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.SetSigmaBellShape(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L235C9-L241C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.SetBlendTriangularShape(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L243C57-L243C99" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.SetBlendTriangularShape(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L247C9-L253C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.ResetTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L333C9-L334C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L336C53-L336C99" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L340C9-L351C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.TranslateTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L353C59-L353C106" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.TranslateTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L357C9-L358C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.ScaleTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L360C55-L360C98" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.ScaleTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L364C9-L365C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.RotateTransform(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L367C49-L367C92" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.RotateTransform(System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L371C9-L372C6" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.CenterColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L84C13-L85C41" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.SurroundColors", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L97C13-L112C27" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.CenterPoint", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L132C13-L133C26" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.Rectangle", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L145C13-L146C25" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.Blend", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L155C13-L176C26" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.InterpolationColors", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L260C13-L291C26" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.Transform", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L318C13-L320C27" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.FocusScales", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L378C13-L382C53" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.WrapMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L394C13-L395C35" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.PathGradientBrush", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.PathPointType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PathPointType.Start", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PathPointType.Line", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PathPointType.Bezier", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PathPointType.PathTypeMask", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PathPointType.DashMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PathPointType.PathMarker", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PathPointType.CloseSubpath", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PathPointType.Bezier3", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.PathPointType", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.PenAlignment.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PenAlignment.Center", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PenAlignment.Inset", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PenAlignment.Outset", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PenAlignment.Left", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PenAlignment.Right", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.PenAlignment", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.PenType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PenType.SolidColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PenType.HatchFill", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PenType.TextureFill", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PenType.PathGradient", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PenType.LinearGradient", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.PenType", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.PixelOffsetMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PixelOffsetMode.Invalid", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PixelOffsetMode.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PixelOffsetMode.HighSpeed", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PixelOffsetMode.HighQuality", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PixelOffsetMode.None", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PixelOffsetMode.Half", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.PixelOffsetMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.QualityMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.QualityMode.Invalid", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.QualityMode.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.QualityMode.Low", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.QualityMode.High", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.QualityMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Drawing.Drawing2D.RegionData.Data", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/RegionData.cs#L10C26-L10C30" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.RegionData", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/RegionData.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.SmoothingMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.SmoothingMode.Invalid", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.SmoothingMode.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.SmoothingMode.HighSpeed", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.SmoothingMode.HighQuality", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.SmoothingMode.None", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.SmoothingMode.AntiAlias", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.SmoothingMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.WrapMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.WrapMode.Tile", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.WrapMode.TileFlipX", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.WrapMode.TileFlipY", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.WrapMode.TileFlipXY", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.WrapMode.Clamp", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.WrapMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.WarpMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WarpMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.WarpMode.Perspective", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WarpMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.WarpMode.Bilinear", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WarpMode.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.WarpMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WarpMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Drawing2D.AdjustableArrowCap.#ctor(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L13C60-L13C89" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.AdjustableArrowCap.#ctor(System.Single,System.Single,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L15C5-L21C6" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.AdjustableArrowCap.Height", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L27C13-L29C27" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.AdjustableArrowCap.Width", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L42C13-L44C26" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.AdjustableArrowCap.MiddleInset", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L57C13-L59C32" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.AdjustableArrowCap.Filled", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L72C13-L74C29" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.AdjustableArrowCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.#ctor(System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L23C78-L23C122" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.#ctor(System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.LineCap)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L25C95-L25C137" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.#ctor(System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.LineCap,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L27C5-L39C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L75C9-L77C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L81C9-L98C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L100C25-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L104C9-L104C28" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.SetStrokeCaps(System.Drawing.Drawing2D.LineCap,System.Drawing.Drawing2D.LineCap)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L120C9-L124C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.GetStrokeCaps(System.Drawing.Drawing2D.LineCap@,System.Drawing.Drawing2D.LineCap@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L128C9-L132C6" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.CustomLineCap.StrokeJoin", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L138C13-L143C29" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.CustomLineCap.BaseCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L158C13-L163C28" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.CustomLineCap.BaseInset", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L178C13-L183C26" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.CustomLineCap.WidthScale", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L198C13-L203C31" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.CustomLineCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.DashCap.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/DashCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.DashCap.Flat", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/DashCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.DashCap.Round", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/DashCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.DashCap.Triangle", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/DashCap.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.DashCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/DashCap.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.#ctor(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L12C5-L21C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L25C9-L27C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L59C32-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.NextSubpath(System.Int32@,System.Int32@,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L63C9-L74C28" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.NextSubpath(System.Drawing.Drawing2D.GraphicsPath,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L79C9-L85C28" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.NextPathType(System.Byte@,System.Int32@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L90C9-L96C28" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.NextMarker(System.Int32@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L101C9-L107C28" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.NextMarker(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L112C9-L118C28" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.HasCurve", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L149C9-L154C25" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.Rewind", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L159C9-L163C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.Enumerate(System.Drawing.PointF[]@,System.Byte[]@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L167C9-L188C32" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.CopyData(System.Drawing.PointF[]@,System.Byte[]@,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L194C9-L213C32" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.GraphicsPathIterator.Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L125C13-L130C32" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.GraphicsPathIterator.SubpathCount", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L138C13-L143C32" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.GraphicsPathIterator", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs" - }, - { - "Members": [], - "DocsId": "T:System.Drawing.Drawing2D.GraphicsState", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsState.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L18C29-L18C57" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L20C5-L24C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.Drawing.PointF[],System.Byte[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L26C55-L26C95" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.Drawing.PointF[],System.Byte[],System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L28C5-L43C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.Drawing.Point[],System.Byte[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L45C54-L45C94" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.Drawing.Point[],System.Byte[],System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L47C5-L62C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L66C9-L68C45" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L81C9-L83C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L115C24-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Reset", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L119C9-L120C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.StartFigure", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L171C9-L172C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.CloseFigure", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L176C9-L177C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.CloseAllFigures", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L181C9-L182C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.SetMarkers", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L186C9-L187C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.ClearMarkers", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L191C9-L192C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Reverse", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L196C9-L197C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.GetLastPoint", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L201C9-L202C22" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L205C48-L205C81" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L207C44-L207C66" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Single,System.Single,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L209C68-L209C105" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Drawing.PointF,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L213C9-L219C26" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L222C44-L222C76" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L224C43-L224C65" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Int32,System.Int32,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L226C64-L226C100" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Drawing.Point,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L230C9-L236C26" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Single,System.Single,System.Drawing.Pen)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L239C64-L239C109" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Drawing.PointF,System.Drawing.Pen)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L241C60-L241C94" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Single,System.Single,System.Drawing.Pen,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L245C9-L245C66" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Drawing.PointF,System.Drawing.Pen,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L250C9-L259C26" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Int32,System.Int32,System.Drawing.Pen)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L262C60-L262C104" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Drawing.Point,System.Drawing.Pen)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L264C59-L264C93" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Int32,System.Int32,System.Drawing.Pen,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L266C80-L266C128" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Drawing.Point,System.Drawing.Pen,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L270C9-L279C26" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddLine(System.Drawing.PointF,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L282C52-L282C87" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddLine(System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L286C9-L287C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddLines(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L291C9-L300C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddLine(System.Drawing.Point,System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L302C50-L302C85" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddLine(System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L306C9-L307C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddLines(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L311C9-L320C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddArc(System.Drawing.RectangleF,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L324C9-L325C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddArc(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L329C9-L334C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddArc(System.Drawing.Rectangle,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L338C9-L339C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddArc(System.Int32,System.Int32,System.Int32,System.Int32,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L343C9-L348C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddBezier(System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L352C9-L353C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddBezier(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L357C9-L360C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddBeziers(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L364C9-L370C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddBezier(System.Drawing.Point,System.Drawing.Point,System.Drawing.Point,System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L374C9-L375C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddBezier(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L379C9-L382C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddBeziers(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L386C9-L395C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L402C9-L408C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.PointF[],System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L412C9-L421C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.PointF[],System.Int32,System.Int32,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L425C9-L432C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L436C9-L442C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.Point[],System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L446C9-L453C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.Point[],System.Int32,System.Int32,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L457C9-L464C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddClosedCurve(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L468C9-L475C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddClosedCurve(System.Drawing.PointF[],System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L479C9-L485C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddClosedCurve(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L489C9-L495C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddClosedCurve(System.Drawing.Point[],System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L499C9-L505C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddRectangle(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L509C9-L512C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddRectangles(System.Drawing.RectangleF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L516C9-L526C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddRectangle(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L530C9-L533C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddRectangles(System.Drawing.Rectangle[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L537C9-L547C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddEllipse(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L551C9-L552C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddEllipse(System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L556C9-L557C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddEllipse(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L559C47-L559C98" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddEllipse(System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L563C9-L564C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddPie(System.Drawing.Rectangle,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L568C9-L569C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddPie(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L573C9-L578C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddPie(System.Int32,System.Int32,System.Int32,System.Int32,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L582C9-L587C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddPolygon(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L591C9-L597C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddPolygon(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L604C9-L610C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddPath(System.Drawing.Drawing2D.GraphicsPath,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L614C9-L618C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddString(System.String,System.Drawing.FontFamily,System.Int32,System.Single,System.Drawing.PointF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L622C9-L623C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddString(System.String,System.Drawing.FontFamily,System.Int32,System.Single,System.Drawing.Point,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L627C9-L628C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddString(System.String,System.Drawing.FontFamily,System.Int32,System.Single,System.Drawing.RectangleF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L632C9-L643C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddString(System.String,System.Drawing.FontFamily,System.Int32,System.Single,System.Drawing.Rectangle,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L647C9-L658C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Transform(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L662C9-L670C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.GetBounds", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L672C38-L672C53" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.GetBounds(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L674C52-L674C75" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.GetBounds(System.Drawing.Drawing2D.Matrix,System.Drawing.Pen)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L678C9-L684C23" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Flatten", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L687C30-L687C43" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Flatten(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L689C44-L689C66" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Flatten(System.Drawing.Drawing2D.Matrix,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L693C9-L697C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Widen(System.Drawing.Pen)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L699C35-L699C61" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Widen(System.Drawing.Pen,System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L701C51-L701C79" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Widen(System.Drawing.Pen,System.Drawing.Drawing2D.Matrix,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L705C9-L717C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Warp(System.Drawing.PointF[],System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L719C66-L719C97" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Warp(System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L721C82-L721C137" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Warp(System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.WarpMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L725C9-L726C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Warp(System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.WarpMode,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L730C9-L743C6" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.GraphicsPath.FillMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L126C13-L127C29" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.GraphicsPath.PathData", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L167C33-L167C47" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.GraphicsPath.PointCount", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L749C13-L750C26" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.GraphicsPath.PathTypes", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L758C13-L760C26" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.GraphicsPath.PathPoints", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L768C13-L773C27" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.GraphicsPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Design.CategoryNameCollection.#ctor(System.Drawing.Design.CategoryNameCollection)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L17C5-L17C93" - }, - { - "DocsId": "M:System.Drawing.Design.CategoryNameCollection.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L23C5-L23C79" - }, - { - "DocsId": "M:System.Drawing.Design.CategoryNameCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L34C43-L34C68" - }, - { - "DocsId": "M:System.Drawing.Design.CategoryNameCollection.CopyTo(System.String[],System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L40C54-L40C84" - }, - { - "DocsId": "M:System.Drawing.Design.CategoryNameCollection.IndexOf(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L45C41-L45C65" - }, - { - "DocsId": "P:System.Drawing.Design.CategoryNameCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L28C38-L28C67" - } - ], - "DocsId": "T:System.Drawing.Design.CategoryNameCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Printing.PrinterUnit.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrinterUnit.Display", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrinterUnit.ThousandthsOfAnInch", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrinterUnit.HundredthsOfAMillimeter", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrinterUnit.TenthsOfAMillimeter", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.PrinterUnit", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PreviewPageInfo.#ctor(System.Drawing.Image,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPageInfo.cs#L14C5-L23C6" - }, - { - "DocsId": "P:System.Drawing.Printing.PreviewPageInfo.Image", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPageInfo.cs#L30C15-L30C29" - }, - { - "DocsId": "P:System.Drawing.Printing.PreviewPageInfo.PhysicalSize", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPageInfo.cs#L38C15-L38C36" - } - ], - "DocsId": "T:System.Drawing.Printing.PreviewPageInfo", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPageInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PreviewPrintController.GetPreviewPageInfo", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L29C9-L31C21" - }, - { - "DocsId": "M:System.Drawing.Printing.PreviewPrintController.OnStartPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L39C9-L49C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PreviewPrintController.OnStartPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L56C9-L107C26" - }, - { - "DocsId": "M:System.Drawing.Printing.PreviewPrintController.OnEndPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L115C9-L122C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PreviewPrintController.OnEndPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L129C9-L136C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PreviewPrintController.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L21C5-L21C46" - }, - { - "DocsId": "P:System.Drawing.Printing.PreviewPrintController.IsPreview", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L23C39-L23C43" - }, - { - "DocsId": "P:System.Drawing.Printing.PreviewPrintController.UseAntiAlias", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L25C40-L25C44" - } - ], - "DocsId": "T:System.Drawing.Printing.PreviewPrintController", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrintEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventHandler.cs" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintEventHandler.Invoke(System.Object,System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventHandler.cs" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintEventHandler.BeginInvoke(System.Object,System.Drawing.Printing.PrintEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventHandler.cs" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventHandler.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.PrintEventHandler", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Printing.PrintAction.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintAction.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrintAction.PrintToFile", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintAction.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrintAction.PrintToPreview", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintAction.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrintAction.PrintToPrinter", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintAction.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.PrintAction", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintAction.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrintController.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L64C5-L66C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintController.OnStartPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L75C9-L75C21" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintController.OnEndPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L83C5-L83C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintController.OnStartPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L269C9-L270C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintController.OnEndPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L277C9-L278C6" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintController.IsPreview", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L68C38-L68C43" - } - ], - "DocsId": "T:System.Drawing.Printing.PrintController", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrintPageEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventHandler.cs" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintPageEventHandler.Invoke(System.Object,System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventHandler.cs" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintPageEventHandler.BeginInvoke(System.Object,System.Drawing.Printing.PrintPageEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventHandler.cs" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintPageEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventHandler.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.PrintPageEventHandler", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.QueryPageSettingsEventArgs.#ctor(System.Drawing.Printing.PageSettings)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventArgs.cs#L25C68-L28C6" - }, - { - "DocsId": "P:System.Drawing.Printing.QueryPageSettingsEventArgs.PageSettings", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventArgs.cs#L37C13-L38C34" - } - ], - "DocsId": "T:System.Drawing.Printing.QueryPageSettingsEventArgs", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.QueryPageSettingsEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventHandler.cs" - }, - { - "DocsId": "M:System.Drawing.Printing.QueryPageSettingsEventHandler.Invoke(System.Object,System.Drawing.Printing.QueryPageSettingsEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventHandler.cs" - }, - { - "DocsId": "M:System.Drawing.Printing.QueryPageSettingsEventHandler.BeginInvoke(System.Object,System.Drawing.Printing.QueryPageSettingsEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventHandler.cs" - }, - { - "DocsId": "M:System.Drawing.Printing.QueryPageSettingsEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventHandler.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.QueryPageSettingsEventHandler", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Printing.Duplex.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.Duplex.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.Duplex.Simplex", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.Duplex.Horizontal", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.Duplex.Vertical", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.Duplex", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.InvalidPrinterException.#ctor(System.Drawing.Printing.PrinterSettings)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/InvalidPrinterException.cs#L20C7-L23C6" - }, - { - "DocsId": "M:System.Drawing.Printing.InvalidPrinterException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/InvalidPrinterException.Core.cs#L19C91-L22C6" - }, - { - "DocsId": "M:System.Drawing.Printing.InvalidPrinterException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/InvalidPrinterException.Core.cs#L29C9-L31C6" - } - ], - "DocsId": "T:System.Drawing.Printing.InvalidPrinterException", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/InvalidPrinterException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.Margins.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L35C24-L37C6" - }, - { - "DocsId": "M:System.Drawing.Printing.Margins.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L42C5-L58C6" - }, - { - "DocsId": "M:System.Drawing.Printing.Margins.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L187C30-L187C47" - }, - { - "DocsId": "M:System.Drawing.Printing.Margins.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L195C9-L203C41" - }, - { - "DocsId": "M:System.Drawing.Printing.Margins.GetHashCode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L209C42-L209C84" - }, - { - "DocsId": "M:System.Drawing.Printing.Margins.op_Equality(System.Drawing.Printing.Margins,System.Drawing.Printing.Margins)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L216C9-L225C30" - }, - { - "DocsId": "M:System.Drawing.Printing.Margins.op_Inequality(System.Drawing.Printing.Margins,System.Drawing.Printing.Margins)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L231C65-L231C76" - }, - { - "DocsId": "M:System.Drawing.Printing.Margins.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L236C42-L236C106" - }, - { - "DocsId": "P:System.Drawing.Printing.Margins.Left", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L65C16-L65C21" - }, - { - "DocsId": "P:System.Drawing.Printing.Margins.Right", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L79C16-L79C22" - }, - { - "DocsId": "P:System.Drawing.Printing.Margins.Top", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L93C16-L93C20" - }, - { - "DocsId": "P:System.Drawing.Printing.Margins.Bottom", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L107C16-L107C23" - } - ], - "DocsId": "T:System.Drawing.Printing.Margins", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.MarginsConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L23C9-L27C57" - }, - { - "DocsId": "M:System.Drawing.Printing.MarginsConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L36C9-L40C60" - }, - { - "DocsId": "M:System.Drawing.Printing.MarginsConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L48C9-L76C58" - }, - { - "DocsId": "M:System.Drawing.Printing.MarginsConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L92C9-L124C73" - }, - { - "DocsId": "M:System.Drawing.Printing.MarginsConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L131C89-L131C93" - }, - { - "DocsId": "M:System.Drawing.Printing.MarginsConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L140C9-L156C42" - }, - { - "DocsId": "M:System.Drawing.Printing.MarginsConverter.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.MarginsConverter", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Printing.PaperKind.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Custom", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Letter", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Legal", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A4", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.CSheet", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.DSheet", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.ESheet", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.LetterSmall", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Tabloid", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Ledger", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Statement", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Executive", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A3", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A4Small", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A5", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.B4", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.B5", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Folio", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Quarto", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Standard10x14", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Standard11x17", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Note", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Number9Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Number10Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Number11Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Number12Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Number14Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.DLEnvelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.C5Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.C3Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.C4Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.C6Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.C65Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.B4Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.B5Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.B6Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.ItalyEnvelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.MonarchEnvelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PersonalEnvelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.USStandardFanfold", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.GermanStandardFanfold", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.GermanLegalFanfold", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.IsoB4", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapanesePostcard", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Standard9x11", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Standard10x11", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Standard15x11", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.InviteEnvelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.LetterExtra", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.LegalExtra", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.TabloidExtra", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A4Extra", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.LetterTransverse", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A4Transverse", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.LetterExtraTransverse", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.APlus", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.BPlus", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.LetterPlus", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A4Plus", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A5Transverse", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.B5Transverse", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A3Extra", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A5Extra", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.B5Extra", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A2", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A3Transverse", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A3ExtraTransverse", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseDoublePostcard", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A6", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeKakuNumber2", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeKakuNumber3", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeChouNumber3", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeChouNumber4", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.LetterRotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A3Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A4Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A5Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.B4JisRotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.B5JisRotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapanesePostcardRotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseDoublePostcardRotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A6Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeKakuNumber2Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeKakuNumber3Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeChouNumber3Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeChouNumber4Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.B6Jis", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.B6JisRotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Standard12x11", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeYouNumber4", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeYouNumber4Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Prc16K", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Prc32K", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Prc32KBig", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber1", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber2", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber3", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber4", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber5", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber6", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber7", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber8", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber9", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber10", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Prc16KRotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Prc32KRotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Prc32KBigRotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber1Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber2Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber3Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber4Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber5Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber6Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber7Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber8Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber9Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber10Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.PaperKind", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PaperSize.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L24C5-L29C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PaperSize.#ctor(System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L42C5-L48C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PaperSize.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L130C42-L130C188" - }, - { - "DocsId": "P:System.Drawing.Printing.PaperSize.Height", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L55C16-L55C23" - }, - { - "DocsId": "P:System.Drawing.Printing.PaperSize.Kind", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L74C13-L80C37" - }, - { - "DocsId": "P:System.Drawing.Printing.PaperSize.PaperName", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L89C16-L89C21" - }, - { - "DocsId": "P:System.Drawing.Printing.PaperSize.RawKind", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L106C16-L106C37" - }, - { - "DocsId": "P:System.Drawing.Printing.PaperSize.Width", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L115C16-L115C22" - } - ], - "DocsId": "T:System.Drawing.Printing.PaperSize", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PaperSource.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs#L17C5-L21C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PaperSource.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs#L66C42-L66C83" - }, - { - "DocsId": "P:System.Drawing.Printing.PaperSource.Kind", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs#L36C13-L41C26" - }, - { - "DocsId": "P:System.Drawing.Printing.PaperSource.RawKind", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs#L50C16-L50C37" - }, - { - "DocsId": "P:System.Drawing.Printing.PaperSource.SourceName", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs#L59C16-L59C21" - } - ], - "DocsId": "T:System.Drawing.Printing.PaperSource", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.Upper", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.Lower", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.Middle", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.Manual", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.ManualFeed", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.AutomaticFeed", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.TractorFeed", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.SmallFormat", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.LargeFormat", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.LargeCapacity", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.Cassette", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.FormSource", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.Custom", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.PaperSourceKind", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrinterResolution.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs#L20C5-L23C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterResolution.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs#L72C9-L78C80" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterResolution.Kind", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs#L37C16-L37C21" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterResolution.X", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs#L54C16-L54C18" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterResolution.Y", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs#L63C16-L63C18" - } - ], - "DocsId": "T:System.Drawing.Printing.PrinterResolution", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Printing.PrinterResolutionKind.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrinterResolutionKind.High", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrinterResolutionKind.Medium", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrinterResolutionKind.Low", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrinterResolutionKind.Draft", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrinterResolutionKind.Custom", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.PrinterResolutionKind", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Double,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L21C9-L23C64" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Int32,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L31C9-L31C74" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Drawing.Point,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L39C9-L42C27" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Drawing.Size,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L50C9-L53C26" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Drawing.Rectangle,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L61C9-L66C31" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Drawing.Printing.Margins,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L74C9-L81C23" - } - ], - "DocsId": "T:System.Drawing.Printing.PrinterUnitConvert", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Printing.PrintRange.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrintRange.AllPages", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrintRange.SomePages", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrintRange.Selection", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrintRange.CurrentPage", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.PrintRange", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.StandardPrintController.OnStartPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs#L26C9-L55C6" - }, - { - "DocsId": "M:System.Drawing.Printing.StandardPrintController.OnStartPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs#L65C9-L100C26" - }, - { - "DocsId": "M:System.Drawing.Printing.StandardPrintController.OnEndPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs#L112C13-L122C6" - }, - { - "DocsId": "M:System.Drawing.Printing.StandardPrintController.OnEndPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs#L131C9-L147C6" - }, - { - "DocsId": "M:System.Drawing.Printing.StandardPrintController.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.StandardPrintController", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PageSettings.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L27C29-L29C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PageSettings.#ctor(System.Drawing.Printing.PrinterSettings)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L17C5-L38C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PageSettings.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L267C9-L269C23" - }, - { - "DocsId": "M:System.Drawing.Printing.PageSettings.CopyToHdevmode(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L277C9-L371C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PageSettings.SetHdevmode(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L506C9-L529C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PageSettings.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L535C9-L535C182" - }, - { - "DocsId": "P:System.Drawing.Printing.PageSettings.Bounds", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L47C13-L51C31" - }, - { - "DocsId": "P:System.Drawing.Printing.PageSettings.Color", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L62C13-L65C37" - }, - { - "DocsId": "P:System.Drawing.Printing.PageSettings.HardMarginX", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L77C13-L90C32" - }, - { - "DocsId": "P:System.Drawing.Printing.PageSettings.HardMarginY", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L102C13-L115C32" - }, - { - "DocsId": "P:System.Drawing.Printing.PageSettings.Landscape", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L126C13-L129C41" - }, - { - "DocsId": "P:System.Drawing.Printing.PageSettings.Margins", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L139C15-L139C31" - }, - { - "DocsId": "P:System.Drawing.Printing.PageSettings.PaperSize", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L150C13-L150C46" - }, - { - "DocsId": "P:System.Drawing.Printing.PageSettings.PaperSource", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L162C13-L176C37" - }, - { - "DocsId": "P:System.Drawing.Printing.PageSettings.PrintableArea", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L188C13-L220C34" - }, - { - "DocsId": "P:System.Drawing.Printing.PageSettings.PrinterResolution", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L231C13-L245C43" - }, - { - "DocsId": "P:System.Drawing.Printing.PageSettings.PrinterSettings", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L258C16-L258C31" - } - ], - "DocsId": "T:System.Drawing.Printing.PageSettings", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrintDocument.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L14C5-L35C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintDocument.OnBeginPrint(System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L193C9-L194C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintDocument.OnEndPrint(System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L201C9-L202C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintDocument.OnPrintPage(System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L209C9-L210C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintDocument.OnQueryPageSettings(System.Drawing.Printing.QueryPageSettingsEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L217C9-L218C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintDocument.Print", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L225C9-L227C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintDocument.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L232C42-L232C75" - }, - { - "DocsId": "E:System.Drawing.Printing.PrintDocument.BeginPrint", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L135C13-L136C10" - }, - { - "DocsId": "E:System.Drawing.Printing.PrintDocument.EndPrint", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L151C13-L152C10" - }, - { - "DocsId": "E:System.Drawing.Printing.PrintDocument.PrintPage", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L167C13-L168C10" - }, - { - "DocsId": "E:System.Drawing.Printing.PrintDocument.QueryPageSettings", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L180C13-L181C10" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintDocument.DefaultPageSettings", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L47C15-L47C43" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintDocument.DocumentName", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L65C16-L65C29" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintDocument.OriginAtMargins", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L82C13-L82C37" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintDocument.PrintController", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L100C16-L100C66" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintDocument.PrinterSettings", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L114C15-L114C39" - } - ], - "DocsId": "T:System.Drawing.Printing.PrintDocument", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L28C5-L57C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.IsDirectPrintingSupported(System.Drawing.Imaging.ImageFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L447C9-L463C42" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.IsDirectPrintingSupported(System.Drawing.Image)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L475C9-L509C42" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L549C9-L551C22" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.CreateMeasurementGraphics", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L611C9-L611C63" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.CreateMeasurementGraphics(System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L617C9-L623C18" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.CreateMeasurementGraphics(System.Drawing.Printing.PageSettings)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L629C9-L632C18" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.CreateMeasurementGraphics(System.Drawing.Printing.PageSettings,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L638C9-L644C18" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.GetHdevmode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L809C9-L811C27" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.GetHdevmode(System.Drawing.Printing.PageSettings)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L899C9-L902C27" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.GetHdevnames", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L913C9-L937C23" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.SetHdevmode(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1162C9-L1200C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.SetHdevnames(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1207C9-L1221C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1228C9-L1229C223" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.CanDuplex", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L64C15-L64C91" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.Copies", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L74C13-L77C58" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.Collate", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L103C13-L106C127" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.DefaultPageSettings", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L116C15-L116C43" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.Duplex", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L133C13-L138C92" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.FromPage", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L156C15-L156C32" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.InstalledPrinters", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L180C13-L215C48" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.IsDefaultPrinter", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L226C13-L226C86" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.IsPlotter", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L237C13-L237C106" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.IsValid", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L248C13-L248C91" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.LandscapeAngle", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L257C15-L257C91" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.MaximumCopies", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L265C15-L265C86" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.MaximumPage", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L273C15-L273C31" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.MinimumPage", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L289C15-L289C31" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrintFileName", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L319C13-L320C34" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSizes", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L337C15-L337C64" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSources", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L345C15-L345C68" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrintRange", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L371C15-L371C34" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrintToFile", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L388C13-L388C33" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrinterName", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L403C13-L403C40" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrinterResolutions", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L438C15-L438C80" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.SupportsColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L521C13-L524C39" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.ToPage", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L533C15-L533C30" - }, - { - "DocsId": "T:System.Drawing.Printing.PrinterSettings.PaperSizeCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs" - }, - { - "DocsId": "T:System.Drawing.Printing.PrinterSettings.PaperSourceCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs" - }, - { - "DocsId": "T:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs" - }, - { - "DocsId": "T:System.Drawing.Printing.PrinterSettings.StringCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.PrinterSettings", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrintEventArgs.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventArgs.cs#L18C5-L20C6" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintEventArgs.PrintAction", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventArgs.cs#L37C13-L37C33" - } - ], - "DocsId": "T:System.Drawing.Printing.PrintEventArgs", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrintPageEventArgs.#ctor(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Printing.PageSettings)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L21C5-L33C6" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintPageEventArgs.Cancel", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L40C15-L40C30" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintPageEventArgs.Graphics", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L51C13-L51C30" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintPageEventArgs.HasMorePages", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L60C15-L60C36" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintPageEventArgs.MarginBounds", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L71C13-L71C34" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintPageEventArgs.PageBounds", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L82C13-L82C32" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintPageEventArgs.PageSettings", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L93C13-L93C34" - } - ], - "DocsId": "T:System.Drawing.Printing.PrintPageEventArgs", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Imaging.WmfPlaceableFileHeader,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L31C5-L35C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L41C5-L45C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L50C5-L56C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L63C9-L65C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L71C9-L73C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L80C9-L82C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L89C9-L91C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L98C9-L100C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L106C5-L117C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L124C9-L126C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L133C9-L135C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L141C9-L143C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L149C9-L151C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L157C9-L159C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L165C9-L167C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L173C9-L175C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L181C9-L183C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L188C5-L207C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L213C9-L215C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L221C9-L223C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L229C9-L231C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L237C9-L239C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L245C9-L247C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L253C9-L255C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L261C9-L263C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L269C9-L271C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L277C9-L279C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L285C9-L287C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L293C9-L295C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L301C9-L303C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Imaging.WmfPlaceableFileHeader)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L310C9-L312C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L317C5-L327C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L332C5-L343C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L349C5-L375C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L380C5-L395C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L400C5-L431C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L436C5-L451C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L456C5-L471C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L476C5-L505C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.PlayRecord(System.Drawing.Imaging.EmfPlusRecordType,System.Int32,System.Int32,System.Byte[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L525C9-L531C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.GetMetafileHeader(System.IntPtr,System.Drawing.Imaging.WmfPlaceableFileHeader)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L538C9-L544C23" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.GetMetafileHeader(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L552C9-L558C23" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.GetMetafileHeader(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L567C9-L602C23" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.GetMetafileHeader(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L612C9-L646C23" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.GetMetafileHeader", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L656C9-L689C23" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.GetHenhmetafile", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L697C9-L698C21" - } - ], - "DocsId": "T:System.Drawing.Imaging.Metafile", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.Bitmap", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.Brush", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.Pen", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.Text", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.Any", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.ColorAdjustType", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.ColorChannelFlag.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorChannelFlag.ColorChannelC", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorChannelFlag.ColorChannelM", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorChannelFlag.ColorChannelY", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorChannelFlag.ColorChannelK", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorChannelFlag.ColorChannelLast", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.ColorChannelFlag", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.ColorMap.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMap.cs#L17C5-L19C6" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMap.OldColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMap.cs#L26C15-L26C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMap.NewColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMap.cs#L34C15-L34C32" - } - ], - "DocsId": "T:System.Drawing.Imaging.ColorMap", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMap.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.ColorMapType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMapType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorMapType.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMapType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorMapType.Brush", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMapType.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.ColorMapType", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMapType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.ColorMatrixFlag.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrixFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorMatrixFlag.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrixFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorMatrixFlag.SkipGrays", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrixFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorMatrixFlag.AltGrays", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrixFlags.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.ColorMatrixFlag", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrixFlags.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.ColorMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMode.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorMode.Argb32Mode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMode.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorMode.Argb64Mode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMode.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.ColorMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMode.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfRecordBase", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetBkColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetBkMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetMapMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetROP2", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetRelAbs", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetPolyFillMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetStretchBltMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetTextCharExtra", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetTextColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetTextJustification", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetWindowOrg", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetWindowExt", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetViewportOrg", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetViewportExt", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfOffsetWindowOrg", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfScaleWindowExt", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfOffsetViewportOrg", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfScaleViewportExt", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfLineTo", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfMoveTo", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfExcludeClipRect", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfIntersectClipRect", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfArc", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfEllipse", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfFloodFill", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfPie", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfRectangle", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfRoundRect", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfPatBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSaveDC", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetPixel", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfOffsetCilpRgn", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfTextOut", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfBitBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfStretchBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfPolygon", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfPolyline", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfEscape", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfRestoreDC", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfFillRegion", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfFrameRegion", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfInvertRegion", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfPaintRegion", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSelectClipRegion", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSelectObject", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetTextAlign", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfChord", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetMapperFlags", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfExtTextOut", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetDibToDev", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSelectPalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfRealizePalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfAnimatePalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetPalEntries", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfPolyPolygon", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfResizePalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfDibBitBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfDibStretchBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfDibCreatePatternBrush", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfStretchDib", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfExtFloodFill", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetLayout", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfDeleteObject", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfCreatePalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfCreatePatternBrush", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfCreatePenIndirect", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfCreateFontIndirect", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfCreateBrushIndirect", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfCreateRegion", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfHeader", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyBezier", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolygon", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyline", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyBezierTo", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyLineTo", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyPolyline", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyPolygon", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetWindowExtEx", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetWindowOrgEx", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetViewportExtEx", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetViewportOrgEx", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetBrushOrgEx", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfEof", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetPixelV", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetMapperFlags", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetMapMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetBkMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetPolyFillMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetROP2", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetStretchBltMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetTextAlign", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetColorAdjustment", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetTextColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetBkColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfOffsetClipRgn", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfMoveToEx", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetMetaRgn", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExcludeClipRect", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfIntersectClipRect", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfScaleViewportExtEx", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfScaleWindowExtEx", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSaveDC", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfRestoreDC", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetWorldTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfModifyWorldTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSelectObject", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreatePen", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreateBrushIndirect", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfDeleteObject", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfAngleArc", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfEllipse", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfRectangle", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfRoundRect", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfRoundArc", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfChord", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPie", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSelectPalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreatePalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetPaletteEntries", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfResizePalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfRealizePalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtFloodFill", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfLineTo", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfArcTo", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyDraw", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetArcDirection", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetMiterLimit", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfBeginPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfEndPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCloseFigure", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfFillPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfStrokeAndFillPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfStrokePath", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfFlattenPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfWidenPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSelectClipPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfAbortPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfReserved069", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfGdiComment", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfFillRgn", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfFrameRgn", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfInvertRgn", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPaintRgn", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtSelectClipRgn", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfBitBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfStretchBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfMaskBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPlgBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetDIBitsToDevice", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfStretchDIBits", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtCreateFontIndirect", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtTextOutA", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtTextOutW", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyBezier16", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolygon16", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyline16", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyBezierTo16", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolylineTo16", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyPolyline16", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyPolygon16", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyDraw16", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreateMonoBrush", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreateDibPatternBrushPt", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtCreatePen", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyTextOutA", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyTextOutW", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetIcmMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreateColorSpace", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetColorSpace", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfDeleteColorSpace", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfGlsRecord", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfGlsBoundedRecord", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPixelFormat", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfDrawEscape", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtEscape", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfStartDoc", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSmallTextOut", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfForceUfiMapping", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfNamedEscpae", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfColorCorrectPalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetIcmProfileA", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetIcmProfileW", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfAlphaBlend", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetLayout", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfTransparentBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfReserved117", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfGradientFill", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetLinkedUfis", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetTextJustification", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfColorMatchToTargetW", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreateColorSpaceW", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfMax", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfMin", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPlusRecordBase", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Invalid", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Header", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EndOfFile", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Comment", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.GetDC", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.MultiFormatStart", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.MultiFormatSection", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.MultiFormatEnd", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Object", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Clear", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.FillRects", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawRects", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.FillPolygon", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawLines", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.FillEllipse", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawEllipse", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.FillPie", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawPie", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawArc", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.FillRegion", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.FillPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.FillClosedCurve", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawClosedCurve", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawCurve", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawBeziers", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawImage", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawImagePoints", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawString", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetRenderingOrigin", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetAntiAliasMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetTextRenderingHint", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetTextContrast", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetInterpolationMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetPixelOffsetMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetCompositingMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetCompositingQuality", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Save", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Restore", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.BeginContainer", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.BeginContainerNoParams", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EndContainer", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetWorldTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.ResetWorldTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.MultiplyWorldTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.TranslateWorldTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.ScaleWorldTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.RotateWorldTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetPageTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.ResetClip", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetClipRect", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetClipPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetClipRegion", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.OffsetClip", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawDriverString", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Total", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Max", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Min", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.EmfPlusRecordType", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.EmfType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfType.EmfOnly", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfType.EmfPlusOnly", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfType.EmfPlusDual", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfType.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.EmfType", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.Encoder.#ctor(System.Guid)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs#L36C5-L39C6" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.Compression", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.ColorDepth", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.ScanMethod", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.Version", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.RenderMethod", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.Quality", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.Transformation", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.LuminanceTable", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.ChrominanceTable", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.SaveFlag", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.ColorSpace", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.ImageItems", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.SaveAsCmyk", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "P:System.Drawing.Imaging.Encoder.Guid", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs#L43C15-L43C28" - } - ], - "DocsId": "T:System.Drawing.Imaging.Encoder", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeByte", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeAscii", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeShort", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeLong", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeRational", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeLongRange", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeUndefined", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeRationalRange", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypePointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.EncoderParameterValueType", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.ColorTypeCMYK", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.ColorTypeYCCK", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.CompressionLZW", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.CompressionCCITT3", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.CompressionCCITT4", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.CompressionRle", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.CompressionNone", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.ScanMethodInterlaced", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.ScanMethodNonInterlaced", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.VersionGif87", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.VersionGif89", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.RenderProgressive", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.RenderNonProgressive", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.TransformRotate90", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.TransformRotate180", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.TransformRotate270", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.TransformFlipHorizontal", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.TransformFlipVertical", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.MultiFrame", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.LastFrame", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.Flush", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.FrameDimensionTime", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.FrameDimensionResolution", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.FrameDimensionPage", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.EncoderValue", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.FrameDimension.#ctor(System.Guid)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L18C5-L21C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.FrameDimension.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L60C9-L63C38" - }, - { - "DocsId": "M:System.Drawing.Imaging.FrameDimension.GetHashCode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L68C9-L68C36" - }, - { - "DocsId": "M:System.Drawing.Imaging.FrameDimension.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L76C9-L79C45" - }, - { - "DocsId": "P:System.Drawing.Imaging.FrameDimension.Guid", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L28C15-L28C28" - }, - { - "DocsId": "P:System.Drawing.Imaging.FrameDimension.Time", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L36C15-L36C29" - }, - { - "DocsId": "P:System.Drawing.Imaging.FrameDimension.Resolution", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L44C15-L44C35" - }, - { - "DocsId": "P:System.Drawing.Imaging.FrameDimension.Page", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L52C15-L52C29" - } - ], - "DocsId": "T:System.Drawing.Imaging.FrameDimension", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.Encoder", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.Decoder", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.SupportBitmap", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.SupportVector", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.SeekableEncode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.BlockingDecode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.Builtin", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.System", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.User", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.ImageCodecFlags", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.None", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.Scalable", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.HasAlpha", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.HasTranslucent", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.PartiallyScalable", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.ColorSpaceRgb", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.ColorSpaceCmyk", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.ColorSpaceGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.ColorSpaceYcbcr", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.ColorSpaceYcck", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.HasRealDpi", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.HasRealPixelSize", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.ReadOnly", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.Caching", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.ImageFlags", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.ImageFormat.#ctor(System.Guid)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L35C5-L38C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageFormat.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L158C9-L161C38" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageFormat.GetHashCode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L169C9-L169C36" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageFormat.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L189C9-L201C42" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.Guid", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L45C15-L45C28" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.MemoryBmp", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L53C15-L53C34" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.Bmp", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L61C15-L61C28" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.Emf", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L69C15-L69C28" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.Wmf", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L77C15-L77C28" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.Gif", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L85C15-L85C28" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.Jpeg", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L93C15-L93C29" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.Png", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L101C15-L101C28" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.Tiff", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L109C15-L109C29" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.Exif", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L117C15-L117C29" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.Icon", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L125C15-L125C29" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.Heif", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L137C15-L137C29" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.Webp", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L149C15-L149C29" - } - ], - "DocsId": "T:System.Drawing.Imaging.ImageFormat", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.ImageLockMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageLockMode.ReadOnly", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageLockMode.WriteOnly", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageLockMode.ReadWrite", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageLockMode.UserInputBuffer", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.ImageLockMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.MetafileType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.MetafileType.Invalid", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.MetafileType.Wmf", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.MetafileType.WmfPlaceable", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.MetafileType.Emf", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.MetafileType.EmfPlusOnly", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.MetafileType.EmfPlusDual", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.MetafileType", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.PaletteFlags.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PaletteFlags.HasAlpha", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PaletteFlags.GrayScale", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PaletteFlags.Halftone", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteFlags.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.PaletteFlags", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteFlags.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Indexed", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Gdi", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Alpha", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.PAlpha", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Extended", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Canonical", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Undefined", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.DontCare", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format1bppIndexed", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format4bppIndexed", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format8bppIndexed", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format16bppGrayScale", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format16bppRgb555", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format16bppRgb565", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format16bppArgb1555", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format24bppRgb", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format32bppRgb", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format32bppArgb", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format32bppPArgb", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format48bppRgb", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format64bppArgb", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format64bppPArgb", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Max", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.PixelFormat", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.PlayRecordCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PlayRecordCallback.cs" - }, - { - "DocsId": "M:System.Drawing.Imaging.PlayRecordCallback.Invoke(System.Drawing.Imaging.EmfPlusRecordType,System.Int32,System.Int32,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PlayRecordCallback.cs" - }, - { - "DocsId": "M:System.Drawing.Imaging.PlayRecordCallback.BeginInvoke(System.Drawing.Imaging.EmfPlusRecordType,System.Int32,System.Int32,System.IntPtr,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PlayRecordCallback.cs" - }, - { - "DocsId": "M:System.Drawing.Imaging.PlayRecordCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PlayRecordCallback.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.PlayRecordCallback", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PlayRecordCallback.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Drawing.Imaging.PropertyItem.Id", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PropertyItem.cs#L19C21-L19C25" - }, - { - "DocsId": "P:System.Drawing.Imaging.PropertyItem.Len", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PropertyItem.cs#L24C22-L24C26" - }, - { - "DocsId": "P:System.Drawing.Imaging.PropertyItem.Type", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PropertyItem.cs#L29C25-L29C29" - }, - { - "DocsId": "P:System.Drawing.Imaging.PropertyItem.Value", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PropertyItem.cs#L34C28-L34C32" - } - ], - "DocsId": "T:System.Drawing.Imaging.PropertyItem", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/PropertyItem.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.WmfPlaceableFileHeader.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L18C5-L18C51" - }, - { - "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.Key", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L33C15-L33C27" - }, - { - "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.Hmf", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L42C15-L42C27" - }, - { - "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.BboxLeft", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L51C15-L51C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.BboxTop", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L60C15-L60C31" - }, - { - "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.BboxRight", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L69C15-L69C33" - }, - { - "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.BboxBottom", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L78C15-L78C34" - }, - { - "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.Inch", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L87C15-L87C28" - }, - { - "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.Reserved", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L96C15-L96C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.Checksum", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L105C15-L105C32" - } - ], - "DocsId": "T:System.Drawing.Imaging.WmfPlaceableFileHeader", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.BitmapData.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs" - }, - { - "DocsId": "P:System.Drawing.Imaging.BitmapData.Width", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L30C15-L30C29" - }, - { - "DocsId": "P:System.Drawing.Imaging.BitmapData.Height", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L39C15-L39C30" - }, - { - "DocsId": "P:System.Drawing.Imaging.BitmapData.Stride", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L48C15-L48C30" - }, - { - "DocsId": "P:System.Drawing.Imaging.BitmapData.PixelFormat", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L57C15-L57C35" - }, - { - "DocsId": "P:System.Drawing.Imaging.BitmapData.Scan0", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L99C15-L99C29" - }, - { - "DocsId": "P:System.Drawing.Imaging.BitmapData.Reserved", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L108C15-L108C32" - } - ], - "DocsId": "T:System.Drawing.Imaging.BitmapData", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.CachedBitmap.#ctor(System.Drawing.Bitmap,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/CachedBitmap.cs#L42C5-L51C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.CachedBitmap.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/CachedBitmap.cs#L71C24-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Imaging.CachedBitmap.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/CachedBitmap.cs#L75C9-L77C6" - } - ], - "DocsId": "T:System.Drawing.Imaging.CachedBitmap", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/CachedBitmap.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.ColorMatrix.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L47C5-L78C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ColorMatrix.#ctor(System.Single[][])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L309C5-L312C6" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix00", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L85C15-L85C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix01", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L93C15-L93C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix02", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L102C15-L102C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix03", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L111C15-L111C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix04", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L120C15-L120C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix10", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L129C15-L129C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix11", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L138C15-L138C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix12", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L147C15-L147C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix13", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L156C15-L156C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix14", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L165C15-L165C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix20", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L174C15-L174C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix21", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L183C15-L183C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix22", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L192C15-L192C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix23", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L201C15-L201C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix24", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L210C15-L210C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix30", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L219C15-L219C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix31", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L228C15-L228C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix32", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L237C15-L237C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix33", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L246C15-L246C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix34", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L255C15-L255C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix40", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L264C15-L264C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix41", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L273C15-L273C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix42", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L282C15-L282C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix43", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L291C15-L291C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix44", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L300C15-L300C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Item(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L386C13-L386C45" - } - ], - "DocsId": "T:System.Drawing.Imaging.ColorMatrix", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Drawing.Imaging.ColorPalette.Flags", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorPalette.cs#L28C13-L28C27" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorPalette.Entries", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorPalette.cs#L39C13-L39C29" - } - ], - "DocsId": "T:System.Drawing.Imaging.ColorPalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorPalette.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L51C9-L54C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L66C28-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Byte)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L68C5-L78C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Byte,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L80C5-L93C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int16)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L95C5-L105C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int64)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L107C5-L117C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L119C5-L130C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int64,System.Int64)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L132C5-L143C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L145C5-L163C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L165C5-L173C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Byte[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L175C5-L186C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Byte[],System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L188C5-L199C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int16[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L201C5-L211C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int64[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L213C5-L230C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32[],System.Int32[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L232C5-L249C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int64[],System.Int64[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L251C5-L268C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32[],System.Int32[],System.Int32[],System.Int32[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L270C5-L296C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L299C5-L322C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32,System.Drawing.Imaging.EncoderParameterValueType,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L324C5-L348C6" - }, - { - "DocsId": "P:System.Drawing.Imaging.EncoderParameter.Encoder", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L30C16-L30C35" - }, - { - "DocsId": "P:System.Drawing.Imaging.EncoderParameter.Type", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L37C46-L37C65" - }, - { - "DocsId": "P:System.Drawing.Imaging.EncoderParameter.ValueType", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L42C51-L42C70" - }, - { - "DocsId": "P:System.Drawing.Imaging.EncoderParameter.NumberOfValues", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L47C34-L47C49" - } - ], - "DocsId": "T:System.Drawing.Imaging.EncoderParameter", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameters.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameters.cs#L11C5-L11C79" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameters.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameters.cs#L13C5-L13C66" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameters.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameters.cs#L58C40-L64C6" - }, - { - "DocsId": "P:System.Drawing.Imaging.EncoderParameters.Param", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameters.cs#L15C39-L15C43" - } - ], - "DocsId": "T:System.Drawing.Imaging.EncoderParameters", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameters.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L55C5-L65C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L77C9-L79C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L123C9-L124C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L133C9-L140C43" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorMatrix(System.Drawing.Imaging.ColorMatrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L148C9-L149C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorMatrix(System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrixFlag)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L156C9-L157C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorMatrix(System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrixFlag,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L164C9-L174C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearColorMatrix", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L181C9-L182C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearColorMatrix(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L189C9-L199C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorMatrices(System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L206C9-L207C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorMatrices(System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrixFlag)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L211C9-L212C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorMatrices(System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrixFlag,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L217C9-L227C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetThreshold(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L231C9-L232C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetThreshold(System.Single,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L236C9-L244C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearThreshold", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L248C9-L249C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearThreshold(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L253C9-L261C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetGamma(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L265C9-L266C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetGamma(System.Single,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L270C9-L278C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearGamma", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L282C9-L283C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearGamma(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L287C9-L295C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetNoOp", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L299C9-L300C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetNoOp(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L304C9-L311C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearNoOp", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L315C9-L316C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearNoOp(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L320C9-L327C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorKey(System.Drawing.Color,System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L331C9-L332C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorKey(System.Drawing.Color,System.Drawing.Color,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L336C9-L348C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearColorKey", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L352C9-L353C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearColorKey(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L357C9-L367C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetOutputChannel(System.Drawing.Imaging.ColorChannelFlag)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L371C9-L372C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetOutputChannel(System.Drawing.Imaging.ColorChannelFlag,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L376C9-L384C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearOutputChannel", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L388C9-L389C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearOutputChannel(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L393C9-L401C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetOutputChannelColorProfile(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L405C9-L406C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetOutputChannelColorProfile(System.String,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L412C9-L422C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearOutputChannelColorProfile", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L426C9-L427C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearOutputChannelColorProfile(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L431C9-L439C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetRemapTable(System.Drawing.Imaging.ColorMap[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L443C9-L444C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetRemapTable(System.Drawing.Imaging.ColorMap[],System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L449C9-L473C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearRemapTable", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L477C9-L478C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearRemapTable(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L482C9-L488C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetBrushRemapTable(System.Drawing.Imaging.ColorMap[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L492C9-L493C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearBrushRemapTable", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L497C9-L498C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetWrapMode(System.Drawing.Drawing2D.WrapMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L502C9-L503C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetWrapMode(System.Drawing.Drawing2D.WrapMode,System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L507C9-L508C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetWrapMode(System.Drawing.Drawing2D.WrapMode,System.Drawing.Color,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L512C9-L520C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.GetAdjustedPalette(System.Drawing.Imaging.ColorPalette,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L525C9-L541C6" - } - ], - "DocsId": "T:System.Drawing.Imaging.ImageAttributes", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.ImageCodecInfo.GetImageDecoders", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L110C9-L135C28" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageCodecInfo.GetImageEncoders", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L144C9-L169C28" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.Clsid", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L30C15-L30C29" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.FormatID", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L36C15-L36C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.CodecName", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L42C15-L42C33" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.DllName", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L50C13-L50C29" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.FormatDescription", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L60C15-L60C41" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.FilenameExtension", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L66C15-L66C41" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.MimeType", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L72C15-L72C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.Flags", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L78C15-L78C29" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.Version", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L84C15-L84C31" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.SignaturePatterns", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L91C15-L91C41" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.SignatureMasks", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L98C15-L98C38" - } - ], - "DocsId": "T:System.Drawing.Imaging.ImageCodecInfo", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.MetafileFrameUnit.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.MetafileFrameUnit.Pixel", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.MetafileFrameUnit.Point", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.MetafileFrameUnit.Inch", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.MetafileFrameUnit.Document", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.MetafileFrameUnit.Millimeter", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.MetafileFrameUnit.GdiCompatible", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.MetafileFrameUnit", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsWmf", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L96C9-L104C26" - }, - { - "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsWmfPlaceable", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L112C9-L115C75" - }, - { - "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsEmf", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L123C9-L126C66" - }, - { - "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsEmfOrEmfPlus", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L135C9-L138C66" - }, - { - "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsEmfPlus", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L147C9-L150C74" - }, - { - "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsEmfPlusDual", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L159C9-L162C74" - }, - { - "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsEmfPlusOnly", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L171C9-L174C74" - }, - { - "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsDisplay", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L182C9-L183C87" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetafileHeader.Type", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L30C13-L30C52" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetafileHeader.MetafileSize", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L41C13-L41C52" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetafileHeader.Version", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L52C13-L52C58" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetafileHeader.DpiX", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L63C13-L63C52" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetafileHeader.DpiY", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L74C13-L74C52" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetafileHeader.Bounds", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L85C13-L87C69" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetafileHeader.WmfHeader", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L193C13-L196C34" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetafileHeader.EmfPlusHeaderSize", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L207C13-L210C78" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetafileHeader.LogicalDpiX", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L221C13-L224C66" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetafileHeader.LogicalDpiY", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L235C13-L238C66" - } - ], - "DocsId": "T:System.Drawing.Imaging.MetafileHeader", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.MetaHeader.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L17C5-L19C6" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetaHeader.Type", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L37C15-L37C34" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetaHeader.HeaderSize", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L46C15-L46C40" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetaHeader.Version", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L55C15-L55C37" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetaHeader.Size", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L64C15-L64C34" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetaHeader.NoObjects", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L70C15-L70C39" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetaHeader.MaxRecord", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L76C15-L76C39" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetaHeader.NoParameters", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L82C15-L82C42" - } - ], - "DocsId": "T:System.Drawing.Imaging.MetaHeader", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Graphics.DrawImageAbort.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImageAbort.Invoke(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImageAbort.BeginInvoke(System.IntPtr,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImageAbort.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" - } - ], - "DocsId": "T:System.Drawing.Graphics.DrawImageAbort", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafileProc.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafileProc.Invoke(System.Drawing.Imaging.EmfPlusRecordType,System.Int32,System.Int32,System.IntPtr,System.Drawing.Imaging.PlayRecordCallback)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafileProc.BeginInvoke(System.Drawing.Imaging.EmfPlusRecordType,System.Int32,System.Int32,System.IntPtr,System.Drawing.Imaging.PlayRecordCallback,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafileProc.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" - } - ], - "DocsId": "T:System.Drawing.Graphics.EnumerateMetafileProc", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Image.GetThumbnailImageAbort.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs" - }, - { - "DocsId": "M:System.Drawing.Image.GetThumbnailImageAbort.Invoke", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs" - }, - { - "DocsId": "M:System.Drawing.Image.GetThumbnailImageAbort.BeginInvoke(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs" - }, - { - "DocsId": "M:System.Drawing.Image.GetThumbnailImageAbort.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs" - } - ], - "DocsId": "T:System.Drawing.Image.GetThumbnailImageAbort", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Image.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.FontConverter.FontNameConverter.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L424C9-L427C10" - }, - { - "DocsId": "M:System.Drawing.FontConverter.FontNameConverter.System#IDisposable#Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L431C9-L431C10" - }, - { - "DocsId": "M:System.Drawing.FontConverter.FontNameConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L435C13-L435C99" - }, - { - "DocsId": "M:System.Drawing.FontConverter.FontNameConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L440C13-L440C124" - }, - { - "DocsId": "M:System.Drawing.FontConverter.FontNameConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L445C13-L452C71" - }, - { - "DocsId": "M:System.Drawing.FontConverter.FontNameConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L456C93-L456C98" - }, - { - "DocsId": "M:System.Drawing.FontConverter.FontNameConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L459C93-L459C97" - } - ], - "DocsId": "T:System.Drawing.FontConverter.FontNameConverter", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.FontConverter.FontUnitConverter.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L491C38-L491C68" - }, - { - "DocsId": "M:System.Drawing.FontConverter.FontUnitConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L496C13-L504C27" - } - ], - "DocsId": "T:System.Drawing.FontConverter.FontUnitConverter", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Interop.LOGFONT.<_lfFaceName>e__FixedBuffer.FixedElementField", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" - } - ], - "DocsId": "T:System.Drawing.Interop.LOGFONT.<_lfFaceName>e__FixedBuffer", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.#ctor(System.Drawing.Printing.PaperSize[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1255C9-L1258C10" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1284C13-L1284C55" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1291C17-L1291C30" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1300C17-L1300C30" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1308C17-L1308C29" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1314C13-L1315C10" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.CopyTo(System.Drawing.Printing.PaperSize[],System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1319C13-L1320C10" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1324C13-L1324C36" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.Add(System.Drawing.Printing.PaperSize)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1332C13-L1336C26" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1267C17-L1267C38" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1278C17-L1278C38" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1291C17-L1291C30" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1300C17-L1300C30" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1308C17-L1308C29" - } - ], - "DocsId": "T:System.Drawing.Printing.PrinterSettings.PaperSizeCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.#ctor(System.Drawing.Printing.PaperSource[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1347C9-L1350C10" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1376C13-L1376C55" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1383C17-L1383C30" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1392C17-L1392C30" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1400C17-L1400C29" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1406C13-L1407C10" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.CopyTo(System.Drawing.Printing.PaperSource[],System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1411C13-L1412C10" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1416C13-L1416C36" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.Add(System.Drawing.Printing.PaperSource)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1422C13-L1426C26" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1359C17-L1359C38" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1370C17-L1370C38" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1383C17-L1383C30" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1392C17-L1392C30" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1400C17-L1400C29" - } - ], - "DocsId": "T:System.Drawing.Printing.PrinterSettings.PaperSourceCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.#ctor(System.Drawing.Printing.PrinterResolution[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1437C9-L1440C10" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1466C13-L1466C55" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1473C17-L1473C30" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1481C17-L1481C30" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1489C17-L1489C29" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1495C13-L1496C10" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.CopyTo(System.Drawing.Printing.PrinterResolution[],System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1500C13-L1501C10" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1505C13-L1505C36" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.Add(System.Drawing.Printing.PrinterResolution)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1511C13-L1515C26" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1449C17-L1449C38" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1460C17-L1460C38" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1473C17-L1473C30" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1481C17-L1481C30" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1489C17-L1489C29" - } - ], - "DocsId": "T:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1526C9-L1529C10" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1555C13-L1555C55" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1562C17-L1562C30" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1570C17-L1570C30" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1578C17-L1578C29" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1584C13-L1585C10" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.CopyTo(System.String[],System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1590C13-L1591C10" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1595C13-L1595C36" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.Add(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1603C13-L1607C26" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.StringCollection.Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1538C17-L1538C38" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.StringCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1549C17-L1549C38" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1562C17-L1562C30" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1570C17-L1570C30" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1578C17-L1578C29" - } - ], - "DocsId": "T:System.Drawing.Printing.PrinterSettings.StringCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/e4ede9b8979b9d2b1b1d4383f30a791414f0625b/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Formats.Cbor.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Formats.Cbor.json deleted file mode 100644 index f7402b7e0b8..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Formats.Cbor.json +++ /dev/null @@ -1,584 +0,0 @@ -{ - "Assembly": "System.Formats.Cbor", - "GUID": "6B3A754B8B0B49038B16585D5DE71E6FFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.Undefined", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.UnsignedInteger", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.NegativeInteger", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.ByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.StartIndefiniteLengthByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.EndIndefiniteLengthByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.TextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.StartIndefiniteLengthTextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.EndIndefiniteLengthTextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.StartArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.EndArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.StartMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.EndMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.Tag", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.SimpleValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.HalfPrecisionFloat", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.SinglePrecisionFloat", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.DoublePrecisionFloat", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.Null", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.Boolean", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.Finished", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - } - ], - "DocsId": "T:System.Formats.Cbor.CborReaderState", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Formats.Cbor.CborReader.PeekState", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.PeekState.cs#L15C13-L20C33" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.SkipValue(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.SkipValue.cs#L20C13-L21C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.SkipToParent(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.SkipValue.cs#L33C13-L39C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadSingle", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.cs#L24C13-L48C91" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadDouble", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.cs#L65C13-L93C91" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadBoolean", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.cs#L109C13-L120C27" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadNull", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.cs#L134C13-L143C90" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadSimpleValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.cs#L159C13-L182C97" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadTag", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L22C13-L26C24" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.PeekTag", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L39C37-L39C59" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadDateTimeOffset", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L57C13-L87C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadUnixTimeSeconds", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L105C13-L139C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadBigInteger", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L157C13-L186C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadDecimal", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L205C13-L267C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadStartArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Array.cs#L18C13-L38C36" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadEndArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Array.cs#L51C13-L63C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.#ctor(System.ReadOnlyMemory{System.Byte},System.Formats.Cbor.CborConformanceMode,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L29C9-L64C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadEncodedValue(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L75C13-L81C72" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.Reset(System.ReadOnlyMemory{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L93C13-L110C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadInt32", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Integer.cs#L23C13-L26C26" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadUInt32", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Integer.cs#L41C13-L44C26" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadInt64", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Integer.cs#L58C13-L61C26" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadUInt64", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Integer.cs#L76C13-L79C26" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadCborNegativeIntegerRepresentation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Integer.cs#L98C13-L102C26" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadStartMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Map.cs#L33C13-L63C27" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadEndMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Map.cs#L77C13-L95C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L29C13-L48C27" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.TryReadByteString(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L64C13-L91C25" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadDefiniteLengthByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L106C13-L120C30" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadStartIndefiniteLengthByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L134C13-L148C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadEndIndefiniteLengthByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L157C13-L161C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadTextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L174C13-L204C27" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.TryReadTextString(System.Span{System.Char},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L220C13-L251C25" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadDefiniteLengthTextStringBytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L266C13-L287C33" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadStartIndefiniteLengthTextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L301C13-L315C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadEndIndefiniteLengthTextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L324C13-L328C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadHalf", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.netcoreapp.cs#L24C13-L41C91" - }, - { - "DocsId": "P:System.Formats.Cbor.CborReader.ConformanceMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L36C54-L36C58" - }, - { - "DocsId": "P:System.Formats.Cbor.CborReader.AllowMultipleRootLevelValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L40C52-L40C56" - }, - { - "DocsId": "P:System.Formats.Cbor.CborReader.CurrentDepth", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L44C36-L44C89" - }, - { - "DocsId": "P:System.Formats.Cbor.CborReader.BytesRemaining", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L48C38-L48C60" - } - ], - "DocsId": "T:System.Formats.Cbor.CborReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteStartArray(System.Nullable{System.Int32})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Array.cs#L26C13-L34C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteEndArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Array.cs#L42C13-L44C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteStartMap(System.Nullable{System.Int32})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Map.cs#L37C13-L45C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteEndMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Map.cs#L55C13-L62C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteSingle(System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.cs#L21C13-L30C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteDouble(System.Double)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.cs#L41C13-L57C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteBoolean(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.cs#L85C13-L86C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteNull", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.cs#L96C13-L97C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteSimpleValue(System.Formats.Cbor.CborSimpleValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.cs#L109C13-L127C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteByteString(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L27C13-L33C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteByteString(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L44C13-L59C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteStartIndefiniteLengthByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L74C13-L90C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteEndIndefiniteLengthByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L96C13-L98C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteTextString(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L111C13-L117C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteTextString(System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L129C13-L156C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteStartIndefiniteLengthTextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L171C13-L187C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteEndIndefiniteLengthTextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L193C13-L195C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.#ctor(System.Formats.Cbor.CborConformanceMode,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L63C9-L71C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L76C13-L94C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteEncodedValue(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L103C13-L146C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L151C35-L151C62" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.Encode(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L160C13-L168C36" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L178C13-L188C25" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteInt32(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Integer.cs#L19C46-L19C63" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteInt64(System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Integer.cs#L30C13-L41C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteUInt32(System.UInt32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Integer.cs#L51C48-L51C66" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteUInt64(System.UInt64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Integer.cs#L63C13-L65C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteCborNegativeIntegerRepresentation(System.UInt64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Integer.cs#L81C13-L83C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteTag(System.Formats.Cbor.CborTag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L22C13-L29C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteDateTimeOffset(System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L40C13-L51C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteUnixTimeSeconds(System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L62C13-L64C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteUnixTimeSeconds(System.Double)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L76C13-L83C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteBigInteger(System.Numerics.BigInteger)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L94C13-L100C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteDecimal(System.Decimal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L111C13-L135C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteHalf(System.Half)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.netcoreapp.cs#L22C13-L27C10" - }, - { - "DocsId": "P:System.Formats.Cbor.CborWriter.ConformanceMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L35C54-L35C58" - }, - { - "DocsId": "P:System.Formats.Cbor.CborWriter.ConvertIndefiniteLengthEncodings", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L39C56-L39C60" - }, - { - "DocsId": "P:System.Formats.Cbor.CborWriter.AllowMultipleRootLevelValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L43C52-L43C56" - }, - { - "DocsId": "P:System.Formats.Cbor.CborWriter.CurrentDepth", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L47C36-L47C89" - }, - { - "DocsId": "P:System.Formats.Cbor.CborWriter.BytesWritten", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L51C36-L51C43" - }, - { - "DocsId": "P:System.Formats.Cbor.CborWriter.IsWriteCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L55C41-L55C87" - } - ], - "DocsId": "T:System.Formats.Cbor.CborWriter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Formats.Cbor.CborConformanceMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborConformanceMode.Lax", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborConformanceMode.Strict", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborConformanceMode.Canonical", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborConformanceMode.Ctap2Canonical", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" - } - ], - "DocsId": "T:System.Formats.Cbor.CborConformanceMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Formats.Cbor.CborTag.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.DateTimeString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.UnixTimeSeconds", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.UnsignedBigNum", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.NegativeBigNum", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.DecimalFraction", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.BigFloat", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.Base64UrlLaterEncoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.Base64StringLaterEncoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.Base16StringLaterEncoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.EncodedCborDataItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.Base64Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.Base64", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.Regex", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.MimeMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.SelfDescribeCbor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - } - ], - "DocsId": "T:System.Formats.Cbor.CborTag", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Formats.Cbor.CborSimpleValue.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborSimpleValue.False", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborSimpleValue.True", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborSimpleValue.Null", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborSimpleValue.Undefined", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - } - ], - "DocsId": "T:System.Formats.Cbor.CborSimpleValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Formats.Cbor.CborContentException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborContentException.cs#L18C15-L21C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborContentException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborContentException.cs#L30C15-L33C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborContentException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborContentException.cs#L45C15-L48C10" - } - ], - "DocsId": "T:System.Formats.Cbor.CborContentException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborContentException.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.IO.Hashing.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.IO.Hashing.json deleted file mode 100644 index a87e4e371a9..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.IO.Hashing.json +++ /dev/null @@ -1,392 +0,0 @@ -{ - "Assembly": "System.IO.Hashing", - "GUID": "ADF3C09B6B9241FC91EF152056E24695FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.IO.Hashing.Crc32.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L32C9-L40C10" - }, - { - "DocsId": "M:System.IO.Hashing.Crc32.Append(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L49C13-L50C10" - }, - { - "DocsId": "M:System.IO.Hashing.Crc32.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L57C13-L58C10" - }, - { - "DocsId": "M:System.IO.Hashing.Crc32.GetCurrentHashCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L68C13-L69C10" - }, - { - "DocsId": "M:System.IO.Hashing.Crc32.GetHashAndResetCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L77C13-L79C10" - }, - { - "DocsId": "M:System.IO.Hashing.Crc32.GetCurrentHashAsUInt32", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L84C49-L84C54" - }, - { - "DocsId": "M:System.IO.Hashing.Crc32.Hash(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L96C13-L101C57" - }, - { - "DocsId": "M:System.IO.Hashing.Crc32.Hash(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L111C13-L114C24" - }, - { - "DocsId": "M:System.IO.Hashing.Crc32.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L131C13-L140C25" - }, - { - "DocsId": "M:System.IO.Hashing.Crc32.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L153C13-L160C25" - }, - { - "DocsId": "M:System.IO.Hashing.Crc32.HashToUInt32(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L168C13-L168C42" - } - ], - "DocsId": "T:System.IO.Hashing.Crc32", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Hashing.Crc64.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L37C15-L39C10" - }, - { - "DocsId": "M:System.IO.Hashing.Crc64.Append(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L48C13-L49C10" - }, - { - "DocsId": "M:System.IO.Hashing.Crc64.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L56C13-L57C10" - }, - { - "DocsId": "M:System.IO.Hashing.Crc64.GetCurrentHashCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L66C13-L67C10" - }, - { - "DocsId": "M:System.IO.Hashing.Crc64.GetHashAndResetCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L75C13-L77C10" - }, - { - "DocsId": "M:System.IO.Hashing.Crc64.GetCurrentHashAsUInt64", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L82C50-L82C54" - }, - { - "DocsId": "M:System.IO.Hashing.Crc64.Hash(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L94C13-L99C57" - }, - { - "DocsId": "M:System.IO.Hashing.Crc64.Hash(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L109C13-L112C24" - }, - { - "DocsId": "M:System.IO.Hashing.Crc64.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L129C13-L138C25" - }, - { - "DocsId": "M:System.IO.Hashing.Crc64.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L151C13-L158C25" - }, - { - "DocsId": "M:System.IO.Hashing.Crc64.HashToUInt64(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L166C13-L166C41" - } - ], - "DocsId": "T:System.IO.Hashing.Crc64", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Hashing.XxHash128.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L31C30-L33C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash128.#ctor(System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L36C39-L39C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash128.Hash(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L45C53-L45C74" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash128.Hash(System.Byte[],System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L55C13-L63C63" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash128.Hash(System.ReadOnlySpan{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L72C13-L74C27" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash128.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L85C13-L90C33" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash128.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L101C13-L110C26" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash128.HashToUInt128(System.ReadOnlySpan{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L121C13-L122C57" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash128.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L153C13-L154C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash128.Append(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L160C13-L161C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash128.GetCurrentHashCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L167C13-L169C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash128.GetCurrentHashAsUInt128", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L206C13-L207C63" - } - ], - "DocsId": "T:System.IO.Hashing.XxHash128", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Hashing.XxHash3.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L30C28-L32C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash3.#ctor(System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L35C37-L38C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash3.Hash(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L44C53-L44C74" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash3.Hash(System.Byte[],System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L54C13-L62C63" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash3.Hash(System.ReadOnlySpan{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L71C13-L74C27" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash3.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L85C13-L90C33" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash3.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L101C13-L116C26" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash3.HashToUInt64(System.ReadOnlySpan{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L126C13-L144C74" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash3.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L151C13-L152C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash3.Append(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L158C13-L159C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash3.GetCurrentHashCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L165C13-L167C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash3.GetCurrentHashAsUInt64", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L176C13-L196C28" - } - ], - "DocsId": "T:System.IO.Hashing.XxHash3", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Hashing.XxHash32.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L36C15-L38C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash32.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L48C15-L52C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash32.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L59C13-L61C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash32.Append(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L74C13-L109C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash32.GetCurrentHashCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L117C13-L119C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash32.GetCurrentHashAsUInt32", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L126C13-L134C56" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash32.Hash(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L147C13-L152C57" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash32.Hash(System.Byte[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L166C13-L171C63" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash32.Hash(System.ReadOnlySpan{System.Byte},System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L182C13-L185C24" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash32.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L203C13-L212C25" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash32.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L226C13-L233C29" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash32.HashToUInt32(System.ReadOnlySpan{System.Byte},System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L243C13-L252C56" - } - ], - "DocsId": "T:System.IO.Hashing.XxHash32", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Hashing.XxHash64.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L36C15-L38C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash64.#ctor(System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L48C15-L52C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash64.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L59C13-L61C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash64.Append(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L74C13-L109C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash64.GetCurrentHashCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L117C13-L119C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash64.GetCurrentHashAsUInt64", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L126C13-L134C56" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash64.Hash(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L147C13-L152C57" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash64.Hash(System.Byte[],System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L166C13-L171C63" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash64.Hash(System.ReadOnlySpan{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L182C13-L185C24" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash64.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L203C13-L212C25" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash64.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L226C13-L233C29" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash64.HashToUInt64(System.ReadOnlySpan{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L243C13-L252C62" - } - ], - "DocsId": "T:System.IO.Hashing.XxHash64", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L34C9-L40C10" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.Append(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetCurrentHashCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.Append(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L86C13-L92C10" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.Append(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L105C13-L125C10" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.AppendAsync(System.IO.Stream,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L145C13-L150C63" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetCurrentHash", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L184C13-L186C24" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.TryGetCurrentHash(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L203C13-L211C25" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetCurrentHash(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L228C13-L234C38" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetHashAndReset", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L245C13-L247C24" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.TryGetHashAndReset(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L265C13-L273C25" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetHashAndReset(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L290C13-L296C38" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetHashAndResetCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L326C13-L328C10" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L343C13-L343C74" - }, - { - "DocsId": "P:System.IO.Hashing.NonCryptographicHashAlgorithm.HashLengthInBytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L22C40-L22C44" - } - ], - "DocsId": "T:System.IO.Hashing.NonCryptographicHashAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.IO.Packaging.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.IO.Packaging.json deleted file mode 100644 index 26cde4af004..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.IO.Packaging.json +++ /dev/null @@ -1,628 +0,0 @@ -{ - "Assembly": "System.IO.Packaging", - "GUID": "956A286A39984B0EBD763C71E4D220FAFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.IO.FileFormatException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L24C15-L25C12" - }, - { - "DocsId": "M:System.IO.FileFormatException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L33C15-L34C12" - }, - { - "DocsId": "M:System.IO.FileFormatException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L44C15-L45C12" - }, - { - "DocsId": "M:System.IO.FileFormatException.#ctor(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L56C15-L62C10" - }, - { - "DocsId": "M:System.IO.FileFormatException.#ctor(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L74C15-L77C10" - }, - { - "DocsId": "M:System.IO.FileFormatException.#ctor(System.Uri,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L90C15-L97C10" - }, - { - "DocsId": "M:System.IO.FileFormatException.#ctor(System.Uri,System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L111C15-L114C10" - }, - { - "DocsId": "M:System.IO.FileFormatException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L120C91-L125C10" - }, - { - "DocsId": "M:System.IO.FileFormatException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L138C13-L140C10" - }, - { - "DocsId": "P:System.IO.FileFormatException.SourceUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L155C17-L155C35" - } - ], - "DocsId": "T:System.IO.FileFormatException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.IO.Packaging.CompressionOption.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" - }, - { - "DocsId": "F:System.IO.Packaging.CompressionOption.NotCompressed", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" - }, - { - "DocsId": "F:System.IO.Packaging.CompressionOption.Normal", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" - }, - { - "DocsId": "F:System.IO.Packaging.CompressionOption.Maximum", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" - }, - { - "DocsId": "F:System.IO.Packaging.CompressionOption.Fast", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" - }, - { - "DocsId": "F:System.IO.Packaging.CompressionOption.SuperFast", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" - } - ], - "DocsId": "T:System.IO.Packaging.CompressionOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.IO.Packaging.EncryptionOption.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/EncryptionOption.cs" - }, - { - "DocsId": "F:System.IO.Packaging.EncryptionOption.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/EncryptionOption.cs" - }, - { - "DocsId": "F:System.IO.Packaging.EncryptionOption.RightsManagement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/EncryptionOption.cs" - } - ], - "DocsId": "T:System.IO.Packaging.EncryptionOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/EncryptionOption.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Packaging.Package.#ctor(System.IO.FileAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L29C9-L39C10" - }, - { - "DocsId": "M:System.IO.Packaging.Package.Open(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L94C13-L94C91" - }, - { - "DocsId": "M:System.IO.Packaging.Package.Open(System.String,System.IO.FileMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L110C13-L110C85" - }, - { - "DocsId": "M:System.IO.Packaging.Package.Open(System.String,System.IO.FileMode,System.IO.FileAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L127C13-L127C79" - }, - { - "DocsId": "M:System.IO.Packaging.Package.Open(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L147C13-L147C77" - }, - { - "DocsId": "M:System.IO.Packaging.Package.Open(System.IO.Stream,System.IO.FileMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L166C13-L166C67" - }, - { - "DocsId": "M:System.IO.Packaging.Package.CreatePart(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L189C13-L189C86" - }, - { - "DocsId": "M:System.IO.Packaging.Package.CreatePart(System.Uri,System.String,System.IO.Packaging.CompressionOption)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L214C13-L242C30" - }, - { - "DocsId": "M:System.IO.Packaging.Package.GetPart(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L261C13-L265C37" - }, - { - "DocsId": "M:System.IO.Packaging.Package.PartExists(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L284C13-L291C59" - }, - { - "DocsId": "M:System.IO.Packaging.Package.DeletePart(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L309C13-L375C10" - }, - { - "DocsId": "M:System.IO.Packaging.Package.GetParts", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L385C13-L432C36" - }, - { - "DocsId": "M:System.IO.Packaging.Package.System#IDisposable#Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L447C13-L479C10" - }, - { - "DocsId": "M:System.IO.Packaging.Package.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L491C13-L492C10" - }, - { - "DocsId": "M:System.IO.Packaging.Package.Flush", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L502C13-L524C10" - }, - { - "DocsId": "M:System.IO.Packaging.Package.CreateRelationship(System.Uri,System.IO.Packaging.TargetMode,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L547C13-L547C86" - }, - { - "DocsId": "M:System.IO.Packaging.Package.CreateRelationship(System.Uri,System.IO.Packaging.TargetMode,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L571C13-L575C84" - }, - { - "DocsId": "M:System.IO.Packaging.Package.DeleteRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L590C13-L600C10" - }, - { - "DocsId": "M:System.IO.Packaging.Package.GetRelationships", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L613C13-L613C49" - }, - { - "DocsId": "M:System.IO.Packaging.Package.GetRelationshipsByType(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L631C13-L639C61" - }, - { - "DocsId": "M:System.IO.Packaging.Package.GetRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L657C13-L661C45" - }, - { - "DocsId": "M:System.IO.Packaging.Package.RelationshipExists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L678C13-L678C56" - }, - { - "DocsId": "M:System.IO.Packaging.Package.CreatePartCore(System.Uri,System.String,System.IO.Packaging.CompressionOption)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" - }, - { - "DocsId": "M:System.IO.Packaging.Package.GetPartCore(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" - }, - { - "DocsId": "M:System.IO.Packaging.Package.DeletePartCore(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" - }, - { - "DocsId": "M:System.IO.Packaging.Package.GetPartsCore", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" - }, - { - "DocsId": "M:System.IO.Packaging.Package.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L736C13-L753C10" - }, - { - "DocsId": "M:System.IO.Packaging.Package.FlushCore", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" - }, - { - "DocsId": "M:System.IO.Packaging.Package.Open(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L824C13-L872C28" - }, - { - "DocsId": "M:System.IO.Packaging.Package.Open(System.IO.Stream,System.IO.FileMode,System.IO.FileAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L888C13-L917C28" - }, - { - "DocsId": "P:System.IO.Packaging.Package.FileOpenAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L55C17-L56C40" - }, - { - "DocsId": "P:System.IO.Packaging.Package.PackageProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L70C17-L72C84" - } - ], - "DocsId": "T:System.IO.Packaging.Package", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Packaging.PackagePart.#ctor(System.IO.Packaging.Package,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L40C15-L42C10" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.#ctor(System.IO.Packaging.Package,System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L68C15-L70C10" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.#ctor(System.IO.Packaging.Package,System.Uri,System.String,System.IO.Packaging.CompressionOption)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L804C9-L127C10" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.GetContentTypeCore", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L252C13-L252C82" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.GetStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L273C13-L274C80" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.GetStream(System.IO.FileMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L295C13-L296C63" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.GetStream(System.IO.FileMode,System.IO.FileAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L319C13-L351C22" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.GetStreamCore(System.IO.FileMode,System.IO.FileAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.CreateRelationship(System.Uri,System.IO.Packaging.TargetMode,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L384C13-L384C86" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.CreateRelationship(System.Uri,System.IO.Packaging.TargetMode,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L410C13-L414C84" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.DeleteRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L430C13-L440C10" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.GetRelationships", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L455C13-L455C49" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.GetRelationshipsByType(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L474C13-L482C61" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.GetRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L501C13-L505C45" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.RelationshipExists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L523C13-L523C56" - }, - { - "DocsId": "P:System.IO.Packaging.PackagePart.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L144C17-L145C29" - }, - { - "DocsId": "P:System.IO.Packaging.PackagePart.ContentType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L168C17-L193C48" - }, - { - "DocsId": "P:System.IO.Packaging.PackagePart.Package", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L209C17-L210C35" - }, - { - "DocsId": "P:System.IO.Packaging.PackagePart.CompressionOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L224C17-L225C43" - } - ], - "DocsId": "T:System.IO.Packaging.PackagePart", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Packaging.PackagePartCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePartCollection.cs#L25C13-L25C36" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePartCollection.System#Collections#Generic#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePartCollection.cs#L36C13-L36C36" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePartCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePartCollection.cs#L46C13-L46C53" - } - ], - "DocsId": "T:System.IO.Packaging.PackagePartCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePartCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Packaging.PackageProperties.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs#L43C13-L46C10" - }, - { - "DocsId": "M:System.IO.Packaging.PackageProperties.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs#L54C9-L54C10" - }, - { - "DocsId": "M:System.IO.Packaging.PackageProperties.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.Title", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.Subject", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.Creator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.Keywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.LastModifiedBy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.Revision", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.LastPrinted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.Created", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.Modified", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.Category", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.Identifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.ContentType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.Language", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.ContentStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - } - ], - "DocsId": "T:System.IO.Packaging.PackageProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.IO.Packaging.PackageRelationship.SourceUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L32C17-L35C40" - }, - { - "DocsId": "P:System.IO.Packaging.PackageRelationship.TargetUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L47C17-L47C35" - }, - { - "DocsId": "P:System.IO.Packaging.PackageRelationship.RelationshipType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L59C17-L59C42" - }, - { - "DocsId": "P:System.IO.Packaging.PackageRelationship.TargetMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L71C17-L71C36" - }, - { - "DocsId": "P:System.IO.Packaging.PackageRelationship.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L83C17-L83C28" - }, - { - "DocsId": "P:System.IO.Packaging.PackageRelationship.Package", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L96C17-L96C33" - } - ], - "DocsId": "T:System.IO.Packaging.PackageRelationship", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Packaging.PackageRelationshipCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipCollection.cs#L27C13-L27C36" - }, - { - "DocsId": "M:System.IO.Packaging.PackageRelationshipCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipCollection.cs#L37C13-L42C81" - } - ], - "DocsId": "T:System.IO.Packaging.PackageRelationshipCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Packaging.PackageRelationshipSelector.#ctor(System.Uri,System.IO.Packaging.PackageRelationshipSelectorType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs#L31C9-L59C10" - }, - { - "DocsId": "M:System.IO.Packaging.PackageRelationshipSelector.Select(System.IO.Packaging.Package)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs#L117C13-L166C34" - }, - { - "DocsId": "P:System.IO.Packaging.PackageRelationshipSelector.SourceUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs#L73C17-L73C35" - }, - { - "DocsId": "P:System.IO.Packaging.PackageRelationshipSelector.SelectorType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs#L86C17-L86C38" - }, - { - "DocsId": "P:System.IO.Packaging.PackageRelationshipSelector.SelectionCriteria", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs#L99C17-L99C43" - } - ], - "DocsId": "T:System.IO.Packaging.PackageRelationshipSelector", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.IO.Packaging.PackageRelationshipSelectorType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelectorType.cs" - }, - { - "DocsId": "F:System.IO.Packaging.PackageRelationshipSelectorType.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelectorType.cs" - }, - { - "DocsId": "F:System.IO.Packaging.PackageRelationshipSelectorType.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelectorType.cs" - } - ], - "DocsId": "T:System.IO.Packaging.PackageRelationshipSelectorType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelectorType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.CreatePartUri(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L38C13-L59C51" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.ResolvePartUri(System.Uri,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L81C13-L100C72" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.GetRelativeUri(System.Uri,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L113C13-L125C65" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.GetNormalizedPartUri(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L137C13-L144C66" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.ComparePartUri(System.Uri,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L160C13-L170C109" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.IsRelationshipPartUri(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L185C13-L193C70" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.GetRelationshipPartUri(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L211C13-L245C76" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.GetSourcePartUriFromRelationshipPartUri(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L267C13-L307C77" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.Create(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L33C13-L33C51" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.Create(System.Uri,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L51C13-L51C54" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.Create(System.Uri,System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L73C13-L118C100" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.GetPackageUri(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L134C13-L136C31" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.GetPartUri(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L157C13-L159C28" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.ComparePackUri(System.Uri,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L177C13-L203C38" - }, - { - "DocsId": "F:System.IO.Packaging.PackUriHelper.UriSchemePack", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs" - } - ], - "DocsId": "T:System.IO.Packaging.PackUriHelper", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.IO.Packaging.TargetMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/TargetMode.cs" - }, - { - "DocsId": "F:System.IO.Packaging.TargetMode.Internal", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/TargetMode.cs" - }, - { - "DocsId": "F:System.IO.Packaging.TargetMode.External", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/TargetMode.cs" - } - ], - "DocsId": "T:System.IO.Packaging.TargetMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/TargetMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Packaging.ZipPackage.CreatePartCore(System.Uri,System.String,System.IO.Packaging.CompressionOption)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L41C13-L63C179" - }, - { - "DocsId": "M:System.IO.Packaging.ZipPackage.GetPartCore(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L93C13-L93C25" - }, - { - "DocsId": "M:System.IO.Packaging.ZipPackage.DeletePartCore(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L108C13-L118C10" - }, - { - "DocsId": "M:System.IO.Packaging.ZipPackage.GetPartsCore", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L145C13-L183C36" - }, - { - "DocsId": "M:System.IO.Packaging.ZipPackage.FlushCore", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L196C13-L197C10" - }, - { - "DocsId": "M:System.IO.Packaging.ZipPackage.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L207C17-L225C10" - } - ], - "DocsId": "T:System.IO.Packaging.ZipPackage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Packaging.ZipPackagePart.GetStreamCore(System.IO.FileMode,System.IO.FileAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackagePart.cs#L27C13-L45C25" - } - ], - "DocsId": "T:System.IO.Packaging.ZipPackagePart", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackagePart.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.IO.Pipelines.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.IO.Pipelines.json deleted file mode 100644 index 1f74547de55..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.IO.Pipelines.json +++ /dev/null @@ -1,352 +0,0 @@ -{ - "Assembly": "System.IO.Pipelines", - "GUID": "F6946A77D1364B0182237580972C5CAFFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.IO.Pipelines.FlushResult.#ctor(System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs#L16C13-L27C10" - }, - { - "DocsId": "P:System.IO.Pipelines.FlushResult.IsCanceled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs#L31C35-L31C77" - }, - { - "DocsId": "P:System.IO.Pipelines.FlushResult.IsCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs#L35C36-L35C79" - } - ], - "DocsId": "T:System.IO.Pipelines.FlushResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.IO.Pipelines.IDuplexPipe.Input", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/IDuplexPipe.cs" - }, - { - "DocsId": "P:System.IO.Pipelines.IDuplexPipe.Output", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/IDuplexPipe.cs" - } - ], - "DocsId": "T:System.IO.Pipelines.IDuplexPipe", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/IDuplexPipe.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Pipelines.Pipe.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs#L87C25-L89C10" - }, - { - "DocsId": "M:System.IO.Pipelines.Pipe.#ctor(System.IO.Pipelines.PipeOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs#L35C9-L111C10" - }, - { - "DocsId": "M:System.IO.Pipelines.Pipe.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs#L1177C13-L1187C10" - }, - { - "DocsId": "P:System.IO.Pipelines.Pipe.Reader", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs#L1168C37-L1168C44" - }, - { - "DocsId": "P:System.IO.Pipelines.Pipe.Writer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs#L1172C37-L1172C44" - } - ], - "DocsId": "T:System.IO.Pipelines.Pipe", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Pipelines.PipeOptions.#ctor(System.Buffers.MemoryPool{System.Byte},System.IO.Pipelines.PipeScheduler,System.IO.Pipelines.PipeScheduler,System.Int64,System.Int64,System.Int32,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L26C9-L78C10" - }, - { - "DocsId": "P:System.IO.Pipelines.PipeOptions.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L16C45-L16C49" - }, - { - "DocsId": "P:System.IO.Pipelines.PipeOptions.UseSynchronizationContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L82C49-L82C53" - }, - { - "DocsId": "P:System.IO.Pipelines.PipeOptions.PauseWriterThreshold", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L86C44-L86C48" - }, - { - "DocsId": "P:System.IO.Pipelines.PipeOptions.ResumeWriterThreshold", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L90C45-L90C49" - }, - { - "DocsId": "P:System.IO.Pipelines.PipeOptions.MinimumSegmentSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L94C41-L94C45" - }, - { - "DocsId": "P:System.IO.Pipelines.PipeOptions.WriterScheduler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L98C48-L98C52" - }, - { - "DocsId": "P:System.IO.Pipelines.PipeOptions.ReaderScheduler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L102C48-L102C52" - }, - { - "DocsId": "P:System.IO.Pipelines.PipeOptions.Pool", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L106C40-L106C44" - } - ], - "DocsId": "T:System.IO.Pipelines.PipeOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Pipelines.PipeReader.TryRead(System.IO.Pipelines.ReadResult@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.ReadAtLeastAsync(System.Int32,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L53C13-L58C73" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.ReadAtLeastAsyncCore(System.Int32,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.AdvanceTo(System.SequencePosition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.AdvanceTo(System.SequencePosition,System.SequencePosition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.AsStream(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L106C13-L115C28" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.CancelPendingRead", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.Complete(System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.CompleteAsync(System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L133C17-L140C10" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.OnWriterCompleted(System.Action{System.Exception,System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L153C9-L153C10" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.Create(System.IO.Stream,System.IO.Pipelines.StreamPipeReaderOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L161C13-L161C101" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.Create(System.Buffers.ReadOnlySequence{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L171C13-L171C53" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.CopyToAsync(System.IO.Pipelines.PipeWriter,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L180C13-L193C36" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.CopyToAsync(System.IO.Stream,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L202C13-L230C32" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" - } - ], - "DocsId": "T:System.IO.Pipelines.PipeReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Pipelines.PipeScheduler.Schedule(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeScheduler.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeScheduler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeScheduler.cs" - }, - { - "DocsId": "P:System.IO.Pipelines.PipeScheduler.ThreadPool", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeScheduler.cs#L16C51-L16C72" - }, - { - "DocsId": "P:System.IO.Pipelines.PipeScheduler.Inline", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeScheduler.cs#L20C47-L20C64" - } - ], - "DocsId": "T:System.IO.Pipelines.PipeScheduler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeScheduler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.Complete(System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.CompleteAsync(System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L26C17-L33C10" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.CancelPendingFlush", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.OnReaderCompleted(System.Action{System.Exception,System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L54C9-L54C10" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.Advance(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.GetMemory(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.GetSpan(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.AsStream(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L88C13-L97C28" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.Create(System.IO.Stream,System.IO.Pipelines.StreamPipeWriterOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L106C13-L106C101" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.WriteAsync(System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L115C13-L116C50" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.CopyFromAsync(System.IO.Stream,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" - }, - { - "DocsId": "P:System.IO.Pipelines.PipeWriter.CanGetUnflushedBytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L41C53-L41C58" - }, - { - "DocsId": "P:System.IO.Pipelines.PipeWriter.UnflushedBytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L155C47-L155C109" - } - ], - "DocsId": "T:System.IO.Pipelines.PipeWriter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Pipelines.ReadResult.#ctor(System.Buffers.ReadOnlySequence{System.Byte},System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs#L20C13-L31C10" - }, - { - "DocsId": "P:System.IO.Pipelines.ReadResult.Buffer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs#L35C49-L35C62" - }, - { - "DocsId": "P:System.IO.Pipelines.ReadResult.IsCanceled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs#L39C35-L39C77" - }, - { - "DocsId": "P:System.IO.Pipelines.ReadResult.IsCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs#L43C36-L43C79" - } - ], - "DocsId": "T:System.IO.Pipelines.ReadResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Pipelines.StreamPipeExtensions.CopyToAsync(System.IO.Stream,System.IO.Pipelines.PipeWriter,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeExtensions.cs#L19C13-L33C73" - } - ], - "DocsId": "T:System.IO.Pipelines.StreamPipeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Pipelines.StreamPipeReaderOptions.#ctor(System.Buffers.MemoryPool{System.Byte},System.Int32,System.Int32,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L23C13-L26C10" - }, - { - "DocsId": "M:System.IO.Pipelines.StreamPipeReaderOptions.#ctor(System.Buffers.MemoryPool{System.Byte},System.Int32,System.Int32,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L61C47-L53C10" - }, - { - "DocsId": "P:System.IO.Pipelines.StreamPipeReaderOptions.BufferSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L57C33-L57C37" - }, - { - "DocsId": "P:System.IO.Pipelines.StreamPipeReaderOptions.MinimumReadSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L65C38-L65C42" - }, - { - "DocsId": "P:System.IO.Pipelines.StreamPipeReaderOptions.Pool", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L69C40-L69C44" - }, - { - "DocsId": "P:System.IO.Pipelines.StreamPipeReaderOptions.LeaveOpen", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L73C33-L73C37" - }, - { - "DocsId": "P:System.IO.Pipelines.StreamPipeReaderOptions.UseZeroByteReads", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L77C40-L77C44" - } - ], - "DocsId": "T:System.IO.Pipelines.StreamPipeReaderOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Pipelines.StreamPipeWriterOptions.#ctor(System.Buffers.MemoryPool{System.Byte},System.Int32,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeWriterOptions.cs#L19C9-L29C10" - }, - { - "DocsId": "P:System.IO.Pipelines.StreamPipeWriterOptions.MinimumBufferSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeWriterOptions.cs#L33C40-L33C44" - }, - { - "DocsId": "P:System.IO.Pipelines.StreamPipeWriterOptions.Pool", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeWriterOptions.cs#L37C40-L37C44" - }, - { - "DocsId": "P:System.IO.Pipelines.StreamPipeWriterOptions.LeaveOpen", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeWriterOptions.cs#L41C33-L41C37" - } - ], - "DocsId": "T:System.IO.Pipelines.StreamPipeWriterOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeWriterOptions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.IO.Ports.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.IO.Ports.json deleted file mode 100644 index 96170a0bfdb..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.IO.Ports.json +++ /dev/null @@ -1,480 +0,0 @@ -{ - "Assembly": "System.IO.Ports", - "GUID": "8F931D4C655547369C3C967D2B151EDBFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "F:System.IO.Ports.Handshake.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" - }, - { - "DocsId": "F:System.IO.Ports.Handshake.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" - }, - { - "DocsId": "F:System.IO.Ports.Handshake.XOnXOff", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" - }, - { - "DocsId": "F:System.IO.Ports.Handshake.RequestToSend", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" - }, - { - "DocsId": "F:System.IO.Ports.Handshake.RequestToSendXOnXOff", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" - } - ], - "DocsId": "T:System.IO.Ports.Handshake", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.IO.Ports.Parity.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" - }, - { - "DocsId": "F:System.IO.Ports.Parity.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" - }, - { - "DocsId": "F:System.IO.Ports.Parity.Odd", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" - }, - { - "DocsId": "F:System.IO.Ports.Parity.Even", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" - }, - { - "DocsId": "F:System.IO.Ports.Parity.Mark", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" - }, - { - "DocsId": "F:System.IO.Ports.Parity.Space", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" - } - ], - "DocsId": "T:System.IO.Ports.Parity", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.IO.Ports.SerialData.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialData.cs" - }, - { - "DocsId": "F:System.IO.Ports.SerialData.Chars", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialData.cs" - }, - { - "DocsId": "F:System.IO.Ports.SerialData.Eof", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialData.cs" - } - ], - "DocsId": "T:System.IO.Ports.SerialData", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialData.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.IO.Ports.SerialDataReceivedEventArgs.EventType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventArgs.cs#L13C39-L13C43" - } - ], - "DocsId": "T:System.IO.Ports.SerialDataReceivedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Ports.SerialDataReceivedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventHandler.cs" - }, - { - "DocsId": "M:System.IO.Ports.SerialDataReceivedEventHandler.Invoke(System.Object,System.IO.Ports.SerialDataReceivedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventHandler.cs" - }, - { - "DocsId": "M:System.IO.Ports.SerialDataReceivedEventHandler.BeginInvoke(System.Object,System.IO.Ports.SerialDataReceivedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventHandler.cs" - }, - { - "DocsId": "M:System.IO.Ports.SerialDataReceivedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventHandler.cs" - } - ], - "DocsId": "T:System.IO.Ports.SerialDataReceivedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.IO.Ports.SerialError.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" - }, - { - "DocsId": "F:System.IO.Ports.SerialError.TXFull", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" - }, - { - "DocsId": "F:System.IO.Ports.SerialError.RXOver", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" - }, - { - "DocsId": "F:System.IO.Ports.SerialError.Overrun", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" - }, - { - "DocsId": "F:System.IO.Ports.SerialError.RXParity", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" - }, - { - "DocsId": "F:System.IO.Ports.SerialError.Frame", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" - } - ], - "DocsId": "T:System.IO.Ports.SerialError", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.IO.Ports.SerialErrorReceivedEventArgs.EventType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventArgs.cs#L13C40-L13C44" - } - ], - "DocsId": "T:System.IO.Ports.SerialErrorReceivedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Ports.SerialErrorReceivedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventHandler.cs" - }, - { - "DocsId": "M:System.IO.Ports.SerialErrorReceivedEventHandler.Invoke(System.Object,System.IO.Ports.SerialErrorReceivedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventHandler.cs" - }, - { - "DocsId": "M:System.IO.Ports.SerialErrorReceivedEventHandler.BeginInvoke(System.Object,System.IO.Ports.SerialErrorReceivedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventHandler.cs" - }, - { - "DocsId": "M:System.IO.Ports.SerialErrorReceivedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventHandler.cs" - } - ], - "DocsId": "T:System.IO.Ports.SerialErrorReceivedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.IO.Ports.SerialPinChange.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" - }, - { - "DocsId": "F:System.IO.Ports.SerialPinChange.CtsChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" - }, - { - "DocsId": "F:System.IO.Ports.SerialPinChange.DsrChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" - }, - { - "DocsId": "F:System.IO.Ports.SerialPinChange.CDChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" - }, - { - "DocsId": "F:System.IO.Ports.SerialPinChange.Ring", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" - }, - { - "DocsId": "F:System.IO.Ports.SerialPinChange.Break", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" - } - ], - "DocsId": "T:System.IO.Ports.SerialPinChange", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.IO.Ports.SerialPinChangedEventArgs.EventType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventArgs.cs#L13C44-L13C48" - } - ], - "DocsId": "T:System.IO.Ports.SerialPinChangedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Ports.SerialPinChangedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventHandler.cs" - }, - { - "DocsId": "M:System.IO.Ports.SerialPinChangedEventHandler.Invoke(System.Object,System.IO.Ports.SerialPinChangedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventHandler.cs" - }, - { - "DocsId": "M:System.IO.Ports.SerialPinChangedEventHandler.BeginInvoke(System.Object,System.IO.Ports.SerialPinChangedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventHandler.cs" - }, - { - "DocsId": "M:System.IO.Ports.SerialPinChangedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventHandler.cs" - } - ], - "DocsId": "T:System.IO.Ports.SerialPinChangedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Ports.SerialPort.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L38C9-L514C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.#ctor(System.ComponentModel.IContainer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L516C51-L520C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L525C46-L527C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L529C60-L531C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.#ctor(System.String,System.Int32,System.IO.Ports.Parity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L533C75-L535C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.#ctor(System.String,System.Int32,System.IO.Ports.Parity,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L537C89-L539C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.#ctor(System.String,System.Int32,System.IO.Ports.Parity,System.Int32,System.IO.Ports.StopBits)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L544C108-L551C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L556C13-L557C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L561C13-L572C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.DiscardInBuffer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L576C13-L580C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.DiscardOutBuffer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L584C13-L587C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.Open", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L595C13-L610C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.Read(System.Byte[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L623C13-L662C38" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.ReadChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L669C13-L672C46" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.Read(System.Char[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L764C13-L775C77" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.ReadByte", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L944C13-L950C53" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.ReadExisting", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L955C13-L997C80" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.ReadLine", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1002C13-L1002C36" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.ReadTo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1007C13-L1120C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.Write(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1125C13-L1135C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.Write(System.Char[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1141C13-L1156C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.Write(System.Byte[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1161C13-L1174C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.WriteLine(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1178C13-L1179C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.GetPortNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.Win32.cs#L22C20-L37C10" - }, - { - "DocsId": "E:System.IO.Ports.SerialPort.ErrorReceived", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs" - }, - { - "DocsId": "E:System.IO.Ports.SerialPort.PinChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs" - }, - { - "DocsId": "E:System.IO.Ports.SerialPort.DataReceived", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L77C17-L87C14" - }, - { - "DocsId": "F:System.IO.Ports.SerialPort.InfiniteTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.BaseStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L114C17-L117C46" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.BaudRate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L123C19-L123C36" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.BreakState", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L139C17-L142C57" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.BytesToWrite", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L158C17-L160C59" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.BytesToRead", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L169C17-L171C78" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.CDHolding", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L187C17-L189C56" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.CtsHolding", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L197C17-L199C57" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.DataBits", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L206C15-L206C32" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.DiscardNull", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L222C17-L222C37" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.DsrHolding", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L236C17-L238C57" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.DtrEnable", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L246C17-L249C35" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.Encoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L266C17-L266C34" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.Handshake", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L294C17-L294C35" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.IsOpen", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L310C19-L310C90" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.NewLine", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L315C19-L315C35" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.Parity", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L331C17-L331C32" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.ParityReplace", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L346C19-L346C41" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.PortName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L361C17-L361C34" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.ReadBufferSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L380C17-L380C40" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.ReadTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L399C17-L399C37" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.ReceivedBytesThreshold", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L419C17-L419C48" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.RtsEnable", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L442C17-L445C35" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.StopBits", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L460C17-L460C34" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.WriteBufferSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L478C17-L478C41" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.WriteTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L497C17-L497C38" - } - ], - "DocsId": "T:System.IO.Ports.SerialPort", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.IO.Ports.StopBits.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" - }, - { - "DocsId": "F:System.IO.Ports.StopBits.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" - }, - { - "DocsId": "F:System.IO.Ports.StopBits.One", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" - }, - { - "DocsId": "F:System.IO.Ports.StopBits.Two", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" - }, - { - "DocsId": "F:System.IO.Ports.StopBits.OnePointFive", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" - } - ], - "DocsId": "T:System.IO.Ports.StopBits", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Json.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Json.json deleted file mode 100644 index edc0c8be3cf..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Json.json +++ /dev/null @@ -1,486 +0,0 @@ -{ - "Assembly": "System.Json", - "GUID": "ECFBF9E72E99473D914A898C0651ECB8FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Json.JsonArray.#ctor(System.Json.JsonValue[])", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L14C9-L18C10" - }, - { - "DocsId": "M:System.Json.JsonArray.#ctor(System.Collections.Generic.IEnumerable{System.Json.JsonValue})", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L20C9-L28C10" - }, - { - "DocsId": "M:System.Json.JsonArray.Add(System.Json.JsonValue)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L44C13-L45C10" - }, - { - "DocsId": "M:System.Json.JsonArray.AddRange(System.Collections.Generic.IEnumerable{System.Json.JsonValue})", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L49C13-L55C10" - }, - { - "DocsId": "M:System.Json.JsonArray.AddRange(System.Json.JsonValue[])", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L59C13-L63C10" - }, - { - "DocsId": "M:System.Json.JsonArray.Clear", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L65C32-L65C45" - }, - { - "DocsId": "M:System.Json.JsonArray.Contains(System.Json.JsonValue)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L67C49-L67C69" - }, - { - "DocsId": "M:System.Json.JsonArray.CopyTo(System.Json.JsonValue[],System.Int32)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L69C66-L69C97" - }, - { - "DocsId": "M:System.Json.JsonArray.IndexOf(System.Json.JsonValue)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L71C47-L71C66" - }, - { - "DocsId": "M:System.Json.JsonArray.Insert(System.Int32,System.Json.JsonValue)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L73C58-L73C83" - }, - { - "DocsId": "M:System.Json.JsonArray.Remove(System.Json.JsonValue)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L75C47-L75C65" - }, - { - "DocsId": "M:System.Json.JsonArray.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L77C44-L77C65" - }, - { - "DocsId": "M:System.Json.JsonArray.Save(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L81C13-L111C10" - }, - { - "DocsId": "M:System.Json.JsonArray.System#Collections#Generic#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L113C74-L113C95" - }, - { - "DocsId": "M:System.Json.JsonArray.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L115C52-L115C73" - }, - { - "DocsId": "P:System.Json.JsonArray.Count", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L30C38-L30C49" - }, - { - "DocsId": "P:System.Json.JsonArray.IsReadOnly", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L32C35-L32C40" - }, - { - "DocsId": "P:System.Json.JsonArray.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L36C19-L36C39" - }, - { - "DocsId": "P:System.Json.JsonArray.JsonType", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L40C46-L40C60" - } - ], - "DocsId": "T:System.Json.JsonArray", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Json.JsonObject.#ctor(System.Collections.Generic.KeyValuePair{System.String,System.Json.JsonValue}[])", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L19C9-L27C10" - }, - { - "DocsId": "M:System.Json.JsonObject.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Json.JsonValue}})", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L29C9-L38C10" - }, - { - "DocsId": "M:System.Json.JsonObject.GetEnumerator", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L42C57-L42C77" - }, - { - "DocsId": "M:System.Json.JsonObject.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L44C52-L44C72" - }, - { - "DocsId": "M:System.Json.JsonObject.Add(System.String,System.Json.JsonValue)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L60C13-L66C10" - }, - { - "DocsId": "M:System.Json.JsonObject.Add(System.Collections.Generic.KeyValuePair{System.String,System.Json.JsonValue})", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L68C43-L68C68" - }, - { - "DocsId": "M:System.Json.JsonObject.AddRange(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Json.JsonValue}})", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L72C13-L81C10" - }, - { - "DocsId": "M:System.Json.JsonObject.AddRange(System.Collections.Generic.KeyValuePair{System.String,System.Json.JsonValue}[])", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L83C58-L83C93" - }, - { - "DocsId": "M:System.Json.JsonObject.Clear", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L85C32-L85C44" - }, - { - "DocsId": "M:System.Json.JsonObject.System#Collections#Generic#ICollection>#Contains(System.Collections.Generic.KeyValuePair{System.String,System.Json.JsonValue})", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L87C63-L87C109" - }, - { - "DocsId": "M:System.Json.JsonObject.System#Collections#Generic#ICollection>#Remove(System.Collections.Generic.KeyValuePair{System.String,System.Json.JsonValue})", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L89C61-L89C105" - }, - { - "DocsId": "M:System.Json.JsonObject.ContainsKey(System.String)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L93C13-L98C42" - }, - { - "DocsId": "M:System.Json.JsonObject.CopyTo(System.Collections.Generic.KeyValuePair{System.String,System.Json.JsonValue}[],System.Int32)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L101C65-L101C122" - }, - { - "DocsId": "M:System.Json.JsonObject.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L105C13-L110C37" - }, - { - "DocsId": "M:System.Json.JsonObject.System#Collections#Generic#ICollection>#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L113C50-L113C55" - }, - { - "DocsId": "M:System.Json.JsonObject.Save(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L117C13-L118C10" - }, - { - "DocsId": "M:System.Json.JsonObject.TryGetValue(System.String,System.Json.JsonValue@)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L120C69-L120C101" - }, - { - "DocsId": "P:System.Json.JsonObject.Count", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L40C38-L40C48" - }, - { - "DocsId": "P:System.Json.JsonObject.Item(System.String)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L48C19-L48C36" - }, - { - "DocsId": "P:System.Json.JsonObject.JsonType", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L52C46-L52C61" - }, - { - "DocsId": "P:System.Json.JsonObject.Keys", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L54C44-L54C53" - }, - { - "DocsId": "P:System.Json.JsonObject.Values", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L56C49-L56C60" - }, - { - "DocsId": "P:System.Json.JsonObject.System#Collections#Generic#ICollection>#IsReadOnly", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L113C50-L113C55" - } - ], - "DocsId": "T:System.Json.JsonObject", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L16C9-L19C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.Byte)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L21C9-L24C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.Char)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L26C9-L29C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.Decimal)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L31C9-L34C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.Double)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L36C9-L39C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.Single)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L41C9-L44C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L46C9-L49C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.Int64)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L51C9-L54C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.SByte)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L57C9-L60C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.Int16)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L62C9-L65C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L67C9-L70C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.DateTime)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L72C9-L75C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.UInt32)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L78C9-L81C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.UInt64)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L84C9-L87C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.UInt16)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L90C9-L93C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L95C9-L98C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.Guid)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L100C9-L103C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L105C9-L108C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.Uri)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L110C9-L113C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.Save(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L124C13-L143C10" - }, - { - "DocsId": "P:System.Json.JsonPrimitive.JsonType", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L118C13-L120C28" - } - ], - "DocsId": "T:System.Json.JsonPrimitive", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Json.JsonValue.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L22C13-L27C57" - }, - { - "DocsId": "M:System.Json.JsonValue.Load(System.IO.TextReader)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L32C13-L37C73" - }, - { - "DocsId": "M:System.Json.JsonValue.Parse(System.String)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L88C13-L93C55" - }, - { - "DocsId": "M:System.Json.JsonValue.ContainsKey(System.String)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L117C13-L117C51" - }, - { - "DocsId": "M:System.Json.JsonValue.Save(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L122C13-L131C10" - }, - { - "DocsId": "M:System.Json.JsonValue.Save(System.IO.TextWriter)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L135C13-L141C10" - }, - { - "DocsId": "M:System.Json.JsonValue.ToString", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L216C13-L218C34" - }, - { - "DocsId": "M:System.Json.JsonValue.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L223C13-L223C51" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Boolean)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L302C66-L302C90" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Byte)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L304C66-L304C90" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Char)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L306C66-L306C90" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Decimal)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L308C69-L308C93" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Double)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L310C68-L310C92" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Single)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L312C67-L312C91" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Int32)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L314C65-L314C89" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Int64)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L316C66-L316C90" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.SByte)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L319C67-L319C91" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Int16)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L321C67-L321C91" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.String)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L323C68-L323C92" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.UInt32)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L326C66-L326C90" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.UInt64)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L329C67-L329C91" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.UInt16)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L332C68-L332C92" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.DateTime)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L334C70-L334C94" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.DateTimeOffset)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L336C76-L336C100" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Guid)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L338C66-L338C90" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.TimeSpan)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L340C70-L340C94" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Uri)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L342C65-L342C89" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.Boolean", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L348C13-L353C98" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.Byte", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L358C13-L363C95" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.Char", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L368C13-L373C95" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.Decimal", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L378C13-L383C98" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.Double", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L388C13-L390C97" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.Single", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L395C13-L400C97" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.Int32", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L405C13-L410C96" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.Int64", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L415C13-L420C96" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.SByte", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L426C13-L431C96" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.Int16", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L436C13-L441C96" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.String", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L446C13-L448C22" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.UInt32", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L454C13-L459C97" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.UInt64", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L465C13-L470C97" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.UInt16", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L476C13-L481C97" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.DateTime", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L486C13-L491C59" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.DateTimeOffset", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L496C13-L501C65" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.TimeSpan", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L506C13-L511C59" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.Guid", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L516C13-L521C55" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.Uri", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L526C13-L531C54" - }, - { - "DocsId": "M:System.Json.JsonValue.#ctor", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs" - }, - { - "DocsId": "P:System.Json.JsonValue.Count", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L98C19-L98C57" - }, - { - "DocsId": "P:System.Json.JsonValue.JsonType", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs" - }, - { - "DocsId": "P:System.Json.JsonValue.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L105C19-L105C57" - }, - { - "DocsId": "P:System.Json.JsonValue.Item(System.String)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L111C19-L111C57" - } - ], - "DocsId": "T:System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Management.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Management.json deleted file mode 100644 index 6fd7efdab8d..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Management.json +++ /dev/null @@ -1,2768 +0,0 @@ -{ - "Assembly": "System.Management", - "GUID": "3D5D93E81876465AA6ABA79ED3B4233FFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "F:System.Management.TextFormat.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.TextFormat.Mof", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.TextFormat.CimDtd20", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.TextFormat.WmiDtd20", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - } - ], - "DocsId": "T:System.Management.TextFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Management.CimType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.SInt8", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.UInt8", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.SInt16", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.UInt16", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.SInt32", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.UInt32", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.SInt64", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.UInt64", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.Real32", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.Real64", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.Boolean", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.String", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.DateTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.Reference", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.Char16", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.Object", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - } - ], - "DocsId": "T:System.Management.CimType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Management.ComparisonSettings.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.ComparisonSettings.IncludeAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.ComparisonSettings.IgnoreQualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.ComparisonSettings.IgnoreObjectSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.ComparisonSettings.IgnoreDefaultValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.ComparisonSettings.IgnoreClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.ComparisonSettings.IgnoreCase", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.ComparisonSettings.IgnoreFlavor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - } - ], - "DocsId": "T:System.Management.ComparisonSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementBaseObject.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L230C9-L232C55" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L237C13-L244C10" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.op_Explicit(System.Management.ManagementBaseObject)~System.IntPtr", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L260C13-L263C56" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L269C13-L269C55" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L274C13-L274C55" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L314C13-L326C55" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.GetPropertyValue(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L500C13-L507C55" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.GetQualifierValue(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L522C13-L522C52" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.SetQualifierValue(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L535C13-L536C10" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.GetPropertyQualifierValue(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L552C13-L552C77" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.SetPropertyQualifierValue(System.String,System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L567C13-L568C10" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.GetText(System.Management.TextFormat)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L583C13-L636C33" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L651C13-L688C10" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L702C13-L719C30" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.CompareTo(System.Management.ManagementBaseObject,System.Management.ComparisonSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L737C13-L758C27" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.SetPropertyValue(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L821C13-L829C10" - }, - { - "DocsId": "P:System.Management.ManagementBaseObject.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L348C17-L350C79" - }, - { - "DocsId": "P:System.Management.ManagementBaseObject.SystemProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L367C17-L369C84" - }, - { - "DocsId": "P:System.Management.ManagementBaseObject.Qualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L387C17-L389C73" - }, - { - "DocsId": "P:System.Management.ManagementBaseObject.ClassPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L408C17-L451C34" - }, - { - "DocsId": "P:System.Management.ManagementBaseObject.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L473C19-L473C57" - } - ], - "DocsId": "T:System.Management.ManagementBaseObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementClass.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L55C13-L55C55" - }, - { - "DocsId": "M:System.Management.ManagementClass.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L144C36-L144C95" - }, - { - "DocsId": "M:System.Management.ManagementClass.#ctor(System.Management.ManagementPath)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L164C55-L164C81" - }, - { - "DocsId": "M:System.Management.ManagementClass.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L177C47-L177C93" - }, - { - "DocsId": "M:System.Management.ManagementClass.#ctor(System.Management.ManagementPath,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L197C81-L197C110" - }, - { - "DocsId": "M:System.Management.ManagementClass.#ctor(System.String,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L216C15-L216C64" - }, - { - "DocsId": "M:System.Management.ManagementClass.#ctor(System.Management.ManagementScope,System.Management.ManagementPath,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L243C15-L243C45" - }, - { - "DocsId": "M:System.Management.ManagementClass.#ctor(System.String,System.String,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L268C15-L268C86" - }, - { - "DocsId": "M:System.Management.ManagementClass.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L274C9-L276C55" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetInstances", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L427C13-L427C59" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetInstances(System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L459C13-L492C71" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetInstances(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L567C13-L568C10" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetInstances(System.Management.ManagementOperationObserver,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L579C13-L621C10" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetSubclasses", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L639C13-L639C60" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetSubclasses(System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L675C13-L708C71" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetSubclasses(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L717C13-L718C10" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetSubclasses(System.Management.ManagementOperationObserver,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L730C13-L773C10" - }, - { - "DocsId": "M:System.Management.ManagementClass.Derive(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L804C13-L852C29" - }, - { - "DocsId": "M:System.Management.ManagementClass.CreateInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L887C13-L908C32" - }, - { - "DocsId": "M:System.Management.ManagementClass.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L924C13-L935C71" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetRelatedClasses", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L977C13-L977C52" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetRelatedClasses(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L991C13-L991C88" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetRelatedClasses(System.String,System.String,System.String,System.String,System.String,System.String,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1019C13-L1065C71" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetRelatedClasses(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1077C13-L1078C10" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetRelatedClasses(System.Management.ManagementOperationObserver,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1090C13-L1091C10" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetRelatedClasses(System.Management.ManagementOperationObserver,System.String,System.String,System.String,System.String,System.String,System.String,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1116C13-L1167C10" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetRelationshipClasses", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1185C13-L1185C57" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetRelationshipClasses(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1200C13-L1200C80" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetRelationshipClasses(System.String,System.String,System.String,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1222C13-L1262C71" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetRelationshipClasses(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1274C13-L1275C10" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetRelationshipClasses(System.Management.ManagementOperationObserver,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1287C13-L1288C10" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetRelationshipClasses(System.Management.ManagementOperationObserver,System.String,System.String,System.String,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1307C13-L1353C10" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetStronglyTypedClassCode(System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1410C13-L1412C93" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetStronglyTypedClassCode(System.Management.CodeLanguage,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1438C13-L1440C74" - }, - { - "DocsId": "P:System.Management.ManagementClass.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L305C17-L305C34" - }, - { - "DocsId": "P:System.Management.ManagementClass.Derivation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L344C17-L362C31" - }, - { - "DocsId": "P:System.Management.ManagementClass.Methods", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L389C17-L391C67" - } - ], - "DocsId": "T:System.Management.ManagementClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementClass.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementDateTimeConverter.ToDateTime(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementDateTime.cs#L113C13-L203C29" - }, - { - "DocsId": "M:System.Management.ManagementDateTimeConverter.ToDmtfDateTime(System.DateTime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementDateTime.cs#L235C13-L284C33" - }, - { - "DocsId": "M:System.Management.ManagementDateTimeConverter.ToTimeSpan(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementDateTime.cs#L311C13-L374C29" - }, - { - "DocsId": "M:System.Management.ManagementDateTimeConverter.ToDmtfTimeInterval(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementDateTime.cs#L408C13-L439C33" - } - ], - "DocsId": "T:System.Management.ManagementDateTimeConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementDateTime.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Management.ManagementEventArgs.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L55C19-L55C34" - } - ], - "DocsId": "T:System.Management.ManagementEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Management.ObjectReadyEventArgs.NewObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L88C17-L88C34" - } - ], - "DocsId": "T:System.Management.ObjectReadyEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Management.CompletedEventArgs.StatusObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L127C17-L127C34" - }, - { - "DocsId": "P:System.Management.CompletedEventArgs.Status", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L142C17-L142C49" - } - ], - "DocsId": "T:System.Management.CompletedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Management.ObjectPutEventArgs.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L178C17-L178C32" - } - ], - "DocsId": "T:System.Management.ObjectPutEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Management.ProgressEventArgs.UpperBound", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L223C17-L223C35" - }, - { - "DocsId": "P:System.Management.ProgressEventArgs.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L239C17-L239C32" - }, - { - "DocsId": "P:System.Management.ProgressEventArgs.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L254C17-L254C48" - } - ], - "DocsId": "T:System.Management.ProgressEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Management.EventArrivedEventArgs.NewEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L279C19-L279C43" - } - ], - "DocsId": "T:System.Management.EventArrivedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Management.StoppedEventArgs.Status", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L306C17-L306C49" - } - ], - "DocsId": "T:System.Management.StoppedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.EventArrivedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - }, - { - "DocsId": "M:System.Management.EventArrivedEventHandler.Invoke(System.Object,System.Management.EventArrivedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - }, - { - "DocsId": "M:System.Management.EventArrivedEventHandler.BeginInvoke(System.Object,System.Management.EventArrivedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - }, - { - "DocsId": "M:System.Management.EventArrivedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - } - ], - "DocsId": "T:System.Management.EventArrivedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.StoppedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - }, - { - "DocsId": "M:System.Management.StoppedEventHandler.Invoke(System.Object,System.Management.StoppedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - }, - { - "DocsId": "M:System.Management.StoppedEventHandler.BeginInvoke(System.Object,System.Management.StoppedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - }, - { - "DocsId": "M:System.Management.StoppedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - } - ], - "DocsId": "T:System.Management.StoppedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementEventWatcher.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L142C43-L142C86" - }, - { - "DocsId": "M:System.Management.ManagementEventWatcher.#ctor(System.Management.EventQuery)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L154C33-L154C60" - }, - { - "DocsId": "M:System.Management.ManagementEventWatcher.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L166C29-L166C72" - }, - { - "DocsId": "M:System.Management.ManagementEventWatcher.#ctor(System.Management.ManagementScope,System.Management.EventQuery)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L176C33-L176C61" - }, - { - "DocsId": "M:System.Management.ManagementEventWatcher.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L187C29-L187C94" - }, - { - "DocsId": "M:System.Management.ManagementEventWatcher.#ctor(System.String,System.String,System.Management.EventWatcherOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L201C44-L201C112" - }, - { - "DocsId": "M:System.Management.ManagementEventWatcher.#ctor(System.Management.ManagementScope,System.Management.EventQuery,System.Management.EventWatcherOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L212C9-L239C10" - }, - { - "DocsId": "M:System.Management.ManagementEventWatcher.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L247C13-L257C10" - }, - { - "DocsId": "M:System.Management.ManagementEventWatcher.WaitForNextEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L392C13-L465C24" - }, - { - "DocsId": "M:System.Management.ManagementEventWatcher.Start", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L478C13-L524C10" - }, - { - "DocsId": "M:System.Management.ManagementEventWatcher.Stop", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L535C13-L549C10" - }, - { - "DocsId": "E:System.Management.ManagementEventWatcher.EventArrived", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - }, - { - "DocsId": "E:System.Management.ManagementEventWatcher.Stopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - }, - { - "DocsId": "P:System.Management.ManagementEventWatcher.Scope", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L287C17-L287C30" - }, - { - "DocsId": "P:System.Management.ManagementEventWatcher.Query", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L320C17-L320C30" - }, - { - "DocsId": "P:System.Management.ManagementEventWatcher.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L353C17-L353C32" - } - ], - "DocsId": "T:System.Management.ManagementEventWatcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Management.ManagementStatus.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.NoError", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.False", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ResetToDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.Different", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.Timedout", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.NoMoreData", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.OperationCanceled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.Pending", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.DuplicateObjects", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.PartialResults", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.Failed", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.NotFound", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.AccessDenied", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ProviderFailure", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.TypeMismatch", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.OutOfMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.NotAvailable", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.CriticalError", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.NotSupported", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidSuperclass", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidNamespace", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ProviderNotFound", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidProviderRegistration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ProviderLoadFailure", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InitializationFailure", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.TransportFailure", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidOperation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidQueryType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.AlreadyExists", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.OverrideNotAllowed", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.PropagatedQualifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.PropagatedProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.Unexpected", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.IllegalOperation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.CannotBeKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.IncompleteClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidSyntax", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.NondecoratedObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ProviderNotCapable", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ClassHasChildren", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ClassHasInstances", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.QueryNotImplemented", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.IllegalNull", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidQualifierType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidPropertyType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ValueOutOfRange", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.CannotBeSingleton", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidCimType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidMethodParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.SystemProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.CallCanceled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ShuttingDown", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.PropagatedMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.UnsupportedParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.MissingParameterID", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidParameterID", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.NonconsecutiveParameterIDs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ParameterIDOnRetval", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidObjectPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.OutOfDiskSpace", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.BufferTooSmall", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.UnsupportedPutExtension", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.UnknownObjectType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.UnknownPacketType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.MarshalVersionMismatch", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.MarshalInvalidSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidQualifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidDuplicateParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.TooMuchData", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ServerTooBusy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidFlavor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.CircularReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.UnsupportedClassUpdate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.CannotChangeKeyInheritance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.CannotChangeIndexInheritance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.TooManyProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.UpdateTypeMismatch", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.UpdateOverrideNotAllowed", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.UpdatePropagatedMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.MethodNotImplemented", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.MethodDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.RefresherBusy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.UnparsableQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.NotEventClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.MissingGroupWithin", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.MissingAggregationList", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.PropertyNotAnObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.AggregatingByObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.UninterpretableProviderQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.BackupRestoreWinmgmtRunning", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.QueueOverflow", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.PrivilegeNotHeld", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidOperator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.LocalCredentials", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.CannotBeAbstract", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.AmendedObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ClientTooSlow", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.RegistrationTooBroad", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.RegistrationTooPrecise", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - } - ], - "DocsId": "T:System.Management.ManagementStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs#L679C91-L682C10" - }, - { - "DocsId": "M:System.Management.ManagementException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs#L686C38-L689C10" - }, - { - "DocsId": "M:System.Management.ManagementException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs#L697C52-L700C10" - }, - { - "DocsId": "M:System.Management.ManagementException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs#L709C78-L714C10" - }, - { - "DocsId": "M:System.Management.ManagementException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs#L729C13-L734C10" - }, - { - "DocsId": "P:System.Management.ManagementException.ErrorInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs#L787C15-L787C34" - }, - { - "DocsId": "P:System.Management.ManagementException.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs#L800C15-L800C32" - } - ], - "DocsId": "T:System.Management.ManagementException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementNamedValueCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L37C9-L39C10" - }, - { - "DocsId": "M:System.Management.ManagementNamedValueCollection.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L53C9-L55C55" - }, - { - "DocsId": "M:System.Management.ManagementNamedValueCollection.Add(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L101C17-L107C10" - }, - { - "DocsId": "M:System.Management.ManagementNamedValueCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L118C13-L120C10" - }, - { - "DocsId": "M:System.Management.ManagementNamedValueCollection.RemoveAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L127C13-L129C10" - }, - { - "DocsId": "M:System.Management.ManagementNamedValueCollection.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L141C13-L175C24" - }, - { - "DocsId": "P:System.Management.ManagementNamedValueCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L190C17-L190C43" - } - ], - "DocsId": "T:System.Management.ManagementNamedValueCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementObject.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L100C13-L100C55" - }, - { - "DocsId": "M:System.Management.ManagementObject.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L105C13-L112C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L229C37-L229C80" - }, - { - "DocsId": "M:System.Management.ManagementObject.#ctor(System.Management.ManagementPath)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L245C56-L245C82" - }, - { - "DocsId": "M:System.Management.ManagementObject.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L273C48-L273C94" - }, - { - "DocsId": "M:System.Management.ManagementObject.#ctor(System.Management.ManagementPath,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L303C82-L303C111" - }, - { - "DocsId": "M:System.Management.ManagementObject.#ctor(System.String,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L331C13-L332C12" - }, - { - "DocsId": "M:System.Management.ManagementObject.#ctor(System.Management.ManagementScope,System.Management.ManagementPath,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L373C15-L376C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.#ctor(System.String,System.String,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L458C15-L458C98" - }, - { - "DocsId": "M:System.Management.ManagementObject.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L469C88-L472C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.Get", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L768C13-L806C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.Get(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L890C13-L933C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetRelated", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L965C13-L965C45" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetRelated(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L993C13-L993C88" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetRelated(System.String,System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1027C13-L1076C71" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetRelated(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1092C13-L1093C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetRelated(System.Management.ManagementOperationObserver,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1110C13-L1111C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetRelated(System.Management.ManagementOperationObserver,System.String,System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1143C13-L1198C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetRelationships", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1217C13-L1217C51" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetRelationships(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1236C13-L1236C81" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetRelationships(System.String,System.String,System.String,System.Boolean,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1264C13-L1308C71" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetRelationships(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1325C13-L1326C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetRelationships(System.Management.ManagementOperationObserver,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1343C13-L1344C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetRelationships(System.Management.ManagementOperationObserver,System.String,System.String,System.String,System.Boolean,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1370C13-L1421C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.Put", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1438C13-L1438C42" - }, - { - "DocsId": "M:System.Management.ManagementObject.Put(System.Management.PutOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1454C13-L1538C28" - }, - { - "DocsId": "M:System.Management.ManagementObject.Put(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1599C13-L1600C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.Put(System.Management.ManagementOperationObserver,System.Management.PutOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1610C13-L1668C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.CopyTo(System.Management.ManagementPath)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1701C13-L1701C51" - }, - { - "DocsId": "M:System.Management.ManagementObject.CopyTo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1713C13-L1713C71" - }, - { - "DocsId": "M:System.Management.ManagementObject.CopyTo(System.String,System.Management.PutOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1726C13-L1726C62" - }, - { - "DocsId": "M:System.Management.ManagementObject.CopyTo(System.Management.ManagementPath,System.Management.PutOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1739C13-L1827C28" - }, - { - "DocsId": "M:System.Management.ManagementObject.CopyTo(System.Management.ManagementOperationObserver,System.Management.ManagementPath)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1837C13-L1838C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.CopyTo(System.Management.ManagementOperationObserver,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1847C13-L1848C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.CopyTo(System.Management.ManagementOperationObserver,System.String,System.Management.PutOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1858C13-L1859C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.CopyTo(System.Management.ManagementOperationObserver,System.Management.ManagementPath,System.Management.PutOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1869C13-L1924C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1937C13-L1938C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.Delete(System.Management.DeleteOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1946C13-L1990C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.Delete(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1999C13-L2000C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.Delete(System.Management.ManagementOperationObserver,System.Management.DeleteOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2009C13-L2057C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.InvokeMethod(System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2130C13-L2156C27" - }, - { - "DocsId": "M:System.Management.ManagementObject.InvokeMethod(System.Management.ManagementOperationObserver,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2177C13-L2198C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.InvokeMethod(System.String,System.Management.ManagementBaseObject,System.Management.InvokeMethodOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2276C13-L2323C34" - }, - { - "DocsId": "M:System.Management.ManagementObject.InvokeMethod(System.Management.ManagementOperationObserver,System.String,System.Management.ManagementBaseObject,System.Management.InvokeMethodOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2343C13-L2390C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetMethodParameters(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2413C13-L2415C33" - }, - { - "DocsId": "M:System.Management.ManagementObject.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2493C13-L2511C73" - }, - { - "DocsId": "M:System.Management.ManagementObject.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2527C13-L2530C27" - }, - { - "DocsId": "P:System.Management.ManagementObject.Scope", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L510C17-L510C63" - }, - { - "DocsId": "P:System.Management.ManagementObject.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L562C17-L562C61" - }, - { - "DocsId": "P:System.Management.ManagementObject.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L626C17-L626C66" - }, - { - "DocsId": "P:System.Management.ManagementObject.ClassPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L671C17-L721C34" - } - ], - "DocsId": "T:System.Management.ManagementObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObject.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementObjectCollection.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L92C13-L93C10" - }, - { - "DocsId": "M:System.Management.ManagementObjectCollection.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L102C13-L106C10" - }, - { - "DocsId": "M:System.Management.ManagementObjectCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L201C13-L235C20" - }, - { - "DocsId": "M:System.Management.ManagementObjectCollection.CopyTo(System.Management.ManagementBaseObject[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L246C13-L247C10" - }, - { - "DocsId": "M:System.Management.ManagementObjectCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L269C13-L329C71" - }, - { - "DocsId": "M:System.Management.ManagementObjectCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L344C13-L344C36" - }, - { - "DocsId": "P:System.Management.ManagementObjectCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L137C17-L152C30" - }, - { - "DocsId": "P:System.Management.ManagementObjectCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L167C17-L170C30" - }, - { - "DocsId": "P:System.Management.ManagementObjectCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L184C17-L187C29" - }, - { - "DocsId": "T:System.Management.ManagementObjectCollection.ManagementObjectEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs" - } - ], - "DocsId": "T:System.Management.ManagementObjectCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementObjectSearcher.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L86C45-L86C88" - }, - { - "DocsId": "M:System.Management.ManagementObjectSearcher.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L101C63-L101C113" - }, - { - "DocsId": "M:System.Management.ManagementObjectSearcher.#ctor(System.Management.ObjectQuery)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L116C62-L116C89" - }, - { - "DocsId": "M:System.Management.ManagementObjectSearcher.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L138C13-L139C12" - }, - { - "DocsId": "M:System.Management.ManagementObjectSearcher.#ctor(System.Management.ManagementScope,System.Management.ObjectQuery)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L161C85-L161C113" - }, - { - "DocsId": "M:System.Management.ManagementObjectSearcher.#ctor(System.String,System.String,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L183C13-L184C12" - }, - { - "DocsId": "M:System.Management.ManagementObjectSearcher.#ctor(System.Management.ManagementScope,System.Management.ObjectQuery,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L205C9-L218C10" - }, - { - "DocsId": "M:System.Management.ManagementObjectSearcher.Get", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L323C13-L392C71" - }, - { - "DocsId": "M:System.Management.ManagementObjectSearcher.Get(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L405C13-L483C10" - }, - { - "DocsId": "P:System.Management.ManagementObjectSearcher.Scope", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L249C17-L249C30" - }, - { - "DocsId": "P:System.Management.ManagementObjectSearcher.Query", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L275C17-L275C30" - }, - { - "DocsId": "P:System.Management.ManagementObjectSearcher.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L296C17-L296C32" - } - ], - "DocsId": "T:System.Management.ManagementObjectSearcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ObjectReadyEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "M:System.Management.ObjectReadyEventHandler.Invoke(System.Object,System.Management.ObjectReadyEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "M:System.Management.ObjectReadyEventHandler.BeginInvoke(System.Object,System.Management.ObjectReadyEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "M:System.Management.ObjectReadyEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - } - ], - "DocsId": "T:System.Management.ObjectReadyEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.CompletedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "M:System.Management.CompletedEventHandler.Invoke(System.Object,System.Management.CompletedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "M:System.Management.CompletedEventHandler.BeginInvoke(System.Object,System.Management.CompletedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "M:System.Management.CompletedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - } - ], - "DocsId": "T:System.Management.CompletedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ProgressEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "M:System.Management.ProgressEventHandler.Invoke(System.Object,System.Management.ProgressEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "M:System.Management.ProgressEventHandler.BeginInvoke(System.Object,System.Management.ProgressEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "M:System.Management.ProgressEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - } - ], - "DocsId": "T:System.Management.ProgressEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ObjectPutEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "M:System.Management.ObjectPutEventHandler.Invoke(System.Object,System.Management.ObjectPutEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "M:System.Management.ObjectPutEventHandler.BeginInvoke(System.Object,System.Management.ObjectPutEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "M:System.Management.ObjectPutEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - } - ], - "DocsId": "T:System.Management.ObjectPutEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementOperationObserver.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs#L153C9-L158C10" - }, - { - "DocsId": "M:System.Management.ManagementOperationObserver.Cancel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs#L167C13-L211C10" - }, - { - "DocsId": "E:System.Management.ManagementOperationObserver.ObjectReady", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "E:System.Management.ManagementOperationObserver.Completed", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "E:System.Management.ManagementOperationObserver.Progress", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "E:System.Management.ManagementOperationObserver.ObjectPut", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - } - ], - "DocsId": "T:System.Management.ManagementOperationObserver", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Management.AuthenticationLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.AuthenticationLevel.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.AuthenticationLevel.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.AuthenticationLevel.Connect", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.AuthenticationLevel.Call", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.AuthenticationLevel.Packet", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.AuthenticationLevel.PacketIntegrity", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.AuthenticationLevel.PacketPrivacy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.AuthenticationLevel.Unchanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - } - ], - "DocsId": "T:System.Management.AuthenticationLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Management.ImpersonationLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.ImpersonationLevel.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.ImpersonationLevel.Anonymous", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.ImpersonationLevel.Identify", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.ImpersonationLevel.Impersonate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.ImpersonationLevel.Delegate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - } - ], - "DocsId": "T:System.Management.ImpersonationLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Management.PutType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.PutType.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.PutType.UpdateOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.PutType.CreateOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.PutType.UpdateOrCreate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - } - ], - "DocsId": "T:System.Management.PutType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.ManagementOptions.InfiniteTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "P:System.Management.ManagementOptions.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L169C17-L169C73" - }, - { - "DocsId": "P:System.Management.ManagementOptions.Timeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L207C15-L207C30" - } - ], - "DocsId": "T:System.Management.ManagementOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.EnumerationOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L514C39-L514C120" - }, - { - "DocsId": "M:System.Management.EnumerationOptions.#ctor(System.Management.ManagementNamedValueCollection,System.TimeSpan,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L543C35-L553C10" - }, - { - "DocsId": "M:System.Management.EnumerationOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L563C13-L569C129" - }, - { - "DocsId": "P:System.Management.EnumerationOptions.ReturnImmediately", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L329C19-L329C121" - }, - { - "DocsId": "P:System.Management.EnumerationOptions.BlockSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L347C19-L347C36" - }, - { - "DocsId": "P:System.Management.EnumerationOptions.Rewindable", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L378C19-L378C115" - }, - { - "DocsId": "P:System.Management.EnumerationOptions.UseAmendedQualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L405C19-L405C125" - }, - { - "DocsId": "P:System.Management.EnumerationOptions.EnsureLocatable", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L428C15-L428C115" - }, - { - "DocsId": "P:System.Management.EnumerationOptions.PrototypeOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L451C15-L451C106" - }, - { - "DocsId": "P:System.Management.EnumerationOptions.DirectRead", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L472C15-L472C110" - }, - { - "DocsId": "P:System.Management.EnumerationOptions.EnumerateDeep", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L495C15-L495C104" - } - ], - "DocsId": "T:System.Management.EnumerationOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.EventWatcherOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L691C15-L691C49" - }, - { - "DocsId": "M:System.Management.EventWatcherOptions.#ctor(System.Management.ManagementNamedValueCollection,System.TimeSpan,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L663C9-L705C10" - }, - { - "DocsId": "M:System.Management.EventWatcherOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L715C13-L720C76" - }, - { - "DocsId": "P:System.Management.EventWatcherOptions.BlockSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L674C19-L674C36" - } - ], - "DocsId": "T:System.Management.EventWatcherOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ObjectGetOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L830C37-L830C75" - }, - { - "DocsId": "M:System.Management.ObjectGetOptions.#ctor(System.Management.ManagementNamedValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L837C75-L837C116" - }, - { - "DocsId": "M:System.Management.ObjectGetOptions.#ctor(System.Management.ManagementNamedValueCollection,System.TimeSpan,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L846C120-L849C10" - }, - { - "DocsId": "M:System.Management.ObjectGetOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L859C13-L864C84" - }, - { - "DocsId": "P:System.Management.ObjectGetOptions.UseAmendedQualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L814C19-L814C125" - } - ], - "DocsId": "T:System.Management.ObjectGetOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.PutOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L988C31-L988C93" - }, - { - "DocsId": "M:System.Management.PutOptions.#ctor(System.Management.ManagementNamedValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L995C69-L995C134" - }, - { - "DocsId": "M:System.Management.PutOptions.#ctor(System.Management.ManagementNamedValueCollection,System.TimeSpan,System.Boolean,System.Management.PutType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1005C131-L1009C10" - }, - { - "DocsId": "M:System.Management.PutOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1019C13-L1024C84" - }, - { - "DocsId": "P:System.Management.PutOptions.UseAmendedQualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L947C19-L947C125" - }, - { - "DocsId": "P:System.Management.PutOptions.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L965C17-L967C103" - } - ], - "DocsId": "T:System.Management.PutOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.DeleteOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1088C34-L1088C44" - }, - { - "DocsId": "M:System.Management.DeleteOptions.#ctor(System.Management.ManagementNamedValueCollection,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1096C90-L1096C116" - }, - { - "DocsId": "M:System.Management.DeleteOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1106C13-L1111C59" - } - ], - "DocsId": "T:System.Management.DeleteOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.InvokeMethodOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1175C40-L1175C50" - }, - { - "DocsId": "M:System.Management.InvokeMethodOptions.#ctor(System.Management.ManagementNamedValueCollection,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1183C96-L1183C122" - }, - { - "DocsId": "M:System.Management.InvokeMethodOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1193C13-L1198C65" - } - ], - "DocsId": "T:System.Management.InvokeMethodOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ConnectionOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1554C13-L1557C12" - }, - { - "DocsId": "M:System.Management.ConnectionOptions.#ctor(System.String,System.String,System.String,System.String,System.Management.ImpersonationLevel,System.Management.AuthenticationLevel,System.Boolean,System.Management.ManagementNamedValueCollection,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1578C77-L1603C10" - }, - { - "DocsId": "M:System.Management.ConnectionOptions.#ctor(System.String,System.String,System.Security.SecureString,System.String,System.Management.ImpersonationLevel,System.Management.AuthenticationLevel,System.Boolean,System.Management.ManagementNamedValueCollection,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1622C77-L1643C10" - }, - { - "DocsId": "M:System.Management.ConnectionOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1653C13-L1658C102" - }, - { - "DocsId": "P:System.Management.ConnectionOptions.Locale", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1295C19-L1295C49" - }, - { - "DocsId": "P:System.Management.ConnectionOptions.Username", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1321C19-L1321C35" - }, - { - "DocsId": "P:System.Management.ConnectionOptions.Password", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1347C17-L1379C14" - }, - { - "DocsId": "P:System.Management.ConnectionOptions.SecurePassword", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1396C17-L1418C14" - }, - { - "DocsId": "P:System.Management.ConnectionOptions.Authority", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1443C19-L1443C52" - }, - { - "DocsId": "P:System.Management.ConnectionOptions.Impersonation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1475C19-L1475C40" - }, - { - "DocsId": "P:System.Management.ConnectionOptions.Authentication", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1506C19-L1506C41" - }, - { - "DocsId": "P:System.Management.ConnectionOptions.EnablePrivileges", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1530C19-L1530C43" - } - ], - "DocsId": "T:System.Management.ConnectionOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementPath.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L184C35-L184C57" - }, - { - "DocsId": "M:System.Management.ManagementPath.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L190C9-L194C10" - }, - { - "DocsId": "M:System.Management.ManagementPath.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L206C13-L206C30" - }, - { - "DocsId": "M:System.Management.ManagementPath.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L217C13-L217C45" - }, - { - "DocsId": "M:System.Management.ManagementPath.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L228C13-L228C28" - }, - { - "DocsId": "M:System.Management.ManagementPath.SetAsClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L408C13-L421C94" - }, - { - "DocsId": "M:System.Management.ManagementPath.SetAsSingleton", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L430C13-L443C94" - }, - { - "DocsId": "P:System.Management.ManagementPath.DefaultPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L241C19-L241C53" - }, - { - "DocsId": "P:System.Management.ManagementPath.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L462C17-L462C43" - }, - { - "DocsId": "P:System.Management.ManagementPath.RelativePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L502C17-L536C32" - }, - { - "DocsId": "P:System.Management.ManagementPath.Server", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L605C17-L633C32" - }, - { - "DocsId": "P:System.Management.ManagementPath.NamespacePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L856C17-L856C99" - }, - { - "DocsId": "P:System.Management.ManagementPath.ClassName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L889C17-L889C42" - }, - { - "DocsId": "P:System.Management.ManagementPath.IsClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L976C17-L990C101" - }, - { - "DocsId": "P:System.Management.ManagementPath.IsInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L1005C17-L1019C100" - }, - { - "DocsId": "P:System.Management.ManagementPath.IsSingleton", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L1034C17-L1048C101" - } - ], - "DocsId": "T:System.Management.ManagementPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementPath.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementQuery.ParseQuery(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L60C68-L60C69" - }, - { - "DocsId": "M:System.Management.ManagementQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" - }, - { - "DocsId": "P:System.Management.ManagementQuery.QueryString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L76C19-L76C54" - }, - { - "DocsId": "P:System.Management.ManagementQuery.QueryLanguage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L98C19-L98C56" - } - ], - "DocsId": "T:System.Management.ManagementQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ObjectQuery.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L221C32-L221C42" - }, - { - "DocsId": "M:System.Management.ObjectQuery.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L228C44-L228C59" - }, - { - "DocsId": "M:System.Management.ObjectQuery.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L236C61-L236C86" - }, - { - "DocsId": "M:System.Management.ObjectQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L247C13-L247C64" - } - ], - "DocsId": "T:System.Management.ObjectQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.EventQuery.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L434C31-L434C41" - }, - { - "DocsId": "M:System.Management.EventQuery.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L440C43-L440C58" - }, - { - "DocsId": "M:System.Management.EventQuery.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L448C60-L448C85" - }, - { - "DocsId": "M:System.Management.EventQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L459C13-L459C63" - } - ], - "DocsId": "T:System.Management.EventQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.WqlObjectQuery.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L523C35-L523C49" - }, - { - "DocsId": "M:System.Management.WqlObjectQuery.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L530C47-L530C62" - }, - { - "DocsId": "M:System.Management.WqlObjectQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L555C13-L555C52" - }, - { - "DocsId": "P:System.Management.WqlObjectQuery.QueryLanguage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L543C15-L543C41" - } - ], - "DocsId": "T:System.Management.WqlObjectQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.SelectQuery.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L626C32-L626C46" - }, - { - "DocsId": "M:System.Management.SelectQuery.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L654C9-L682C10" - }, - { - "DocsId": "M:System.Management.SelectQuery.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L697C66-L697C102" - }, - { - "DocsId": "M:System.Management.SelectQuery.#ctor(System.String,System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L721C95-L732C10" - }, - { - "DocsId": "M:System.Management.SelectQuery.#ctor(System.Boolean,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L747C68-L758C10" - }, - { - "DocsId": "M:System.Management.SelectQuery.BuildQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L913C13-L955C10" - }, - { - "DocsId": "M:System.Management.SelectQuery.ParseQuery(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L965C13-L1095C10" - }, - { - "DocsId": "M:System.Management.SelectQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1105C13-L1121C57" - }, - { - "DocsId": "P:System.Management.SelectQuery.QueryString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L787C17-L788C41" - }, - { - "DocsId": "P:System.Management.SelectQuery.IsSchemaQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L812C15-L812C36" - }, - { - "DocsId": "P:System.Management.SelectQuery.ClassName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L846C19-L846C52" - }, - { - "DocsId": "P:System.Management.SelectQuery.Condition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L865C19-L865C52" - }, - { - "DocsId": "P:System.Management.SelectQuery.SelectedProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L884C19-L884C45" - } - ], - "DocsId": "T:System.Management.SelectQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.RelatedObjectQuery.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1215C39-L1215C53" - }, - { - "DocsId": "M:System.Management.RelatedObjectQuery.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1252C9-L1283C10" - }, - { - "DocsId": "M:System.Management.RelatedObjectQuery.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1291C79-L1293C12" - }, - { - "DocsId": "M:System.Management.RelatedObjectQuery.#ctor(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1308C9-L1328C10" - }, - { - "DocsId": "M:System.Management.RelatedObjectQuery.#ctor(System.Boolean,System.String,System.String,System.String,System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1344C9-L1367C10" - }, - { - "DocsId": "M:System.Management.RelatedObjectQuery.BuildQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1564C13-L1624C10" - }, - { - "DocsId": "M:System.Management.RelatedObjectQuery.ParseQuery(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1634C13-L1754C10" - }, - { - "DocsId": "M:System.Management.RelatedObjectQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1766C13-L1773C55" - }, - { - "DocsId": "P:System.Management.RelatedObjectQuery.IsSchemaQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1385C15-L1385C36" - }, - { - "DocsId": "P:System.Management.RelatedObjectQuery.SourceObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1405C19-L1405C55" - }, - { - "DocsId": "P:System.Management.RelatedObjectQuery.RelatedClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1433C19-L1433C55" - }, - { - "DocsId": "P:System.Management.RelatedObjectQuery.RelationshipClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1461C19-L1461C60" - }, - { - "DocsId": "P:System.Management.RelatedObjectQuery.RelatedQualifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1479C19-L1479C59" - }, - { - "DocsId": "P:System.Management.RelatedObjectQuery.RelationshipQualifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1497C19-L1497C64" - }, - { - "DocsId": "P:System.Management.RelatedObjectQuery.RelatedRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1515C19-L1515C54" - }, - { - "DocsId": "P:System.Management.RelatedObjectQuery.ThisRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1532C19-L1532C51" - }, - { - "DocsId": "P:System.Management.RelatedObjectQuery.ClassDefinitionsOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1552C19-L1552C47" - } - ], - "DocsId": "T:System.Management.RelatedObjectQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.RelationshipQuery.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1852C38-L1852C52" - }, - { - "DocsId": "M:System.Management.RelationshipQuery.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1880C9-L1911C10" - }, - { - "DocsId": "M:System.Management.RelationshipQuery.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1919C83-L1921C12" - }, - { - "DocsId": "M:System.Management.RelationshipQuery.#ctor(System.String,System.String,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1933C9-L1946C10" - }, - { - "DocsId": "M:System.Management.RelationshipQuery.#ctor(System.Boolean,System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1959C9-L1976C10" - }, - { - "DocsId": "M:System.Management.RelationshipQuery.BuildQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2099C13-L2144C10" - }, - { - "DocsId": "M:System.Management.RelationshipQuery.ParseQuery(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2154C13-L2260C10" - }, - { - "DocsId": "M:System.Management.RelationshipQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2272C13-L2277C55" - }, - { - "DocsId": "P:System.Management.RelationshipQuery.IsSchemaQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1995C15-L1995C36" - }, - { - "DocsId": "P:System.Management.RelationshipQuery.SourceObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2015C19-L2015C55" - }, - { - "DocsId": "P:System.Management.RelationshipQuery.RelationshipClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2033C19-L2033C60" - }, - { - "DocsId": "P:System.Management.RelationshipQuery.RelationshipQualifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2051C19-L2051C64" - }, - { - "DocsId": "P:System.Management.RelationshipQuery.ThisRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2069C19-L2069C51" - }, - { - "DocsId": "P:System.Management.RelationshipQuery.ClassDefinitionsOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2087C19-L2087C47" - } - ], - "DocsId": "T:System.Management.RelationshipQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.WqlEventQuery.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2443C34-L2443C96" - }, - { - "DocsId": "M:System.Management.WqlEventQuery.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2471C9-L2497C10" - }, - { - "DocsId": "M:System.Management.WqlEventQuery.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2518C73-L2518C150" - }, - { - "DocsId": "M:System.Management.WqlEventQuery.#ctor(System.String,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2543C41-L2544C12" - }, - { - "DocsId": "M:System.Management.WqlEventQuery.#ctor(System.String,System.TimeSpan,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2575C41-L2576C12" - }, - { - "DocsId": "M:System.Management.WqlEventQuery.#ctor(System.String,System.String,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2607C41-L2608C12" - }, - { - "DocsId": "M:System.Management.WqlEventQuery.#ctor(System.String,System.String,System.TimeSpan,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2646C13-L2647C12" - }, - { - "DocsId": "M:System.Management.WqlEventQuery.#ctor(System.String,System.TimeSpan,System.String,System.TimeSpan,System.String[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2686C9-L2700C10" - }, - { - "DocsId": "M:System.Management.WqlEventQuery.BuildQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2966C13-L3013C10" - }, - { - "DocsId": "M:System.Management.WqlEventQuery.ParseQuery(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L3022C13-L3134C10" - }, - { - "DocsId": "M:System.Management.WqlEventQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L3146C13-L3160C104" - }, - { - "DocsId": "P:System.Management.WqlEventQuery.QueryLanguage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2714C15-L2714C41" - }, - { - "DocsId": "P:System.Management.WqlEventQuery.QueryString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2729C17-L2730C41" - }, - { - "DocsId": "P:System.Management.WqlEventQuery.EventClassName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2763C19-L2763C57" - }, - { - "DocsId": "P:System.Management.WqlEventQuery.Condition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2797C19-L2797C52" - }, - { - "DocsId": "P:System.Management.WqlEventQuery.WithinInterval", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2833C19-L2833C41" - }, - { - "DocsId": "P:System.Management.WqlEventQuery.GroupWithinInterval", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2869C19-L2869C46" - }, - { - "DocsId": "P:System.Management.WqlEventQuery.GroupByPropertyList", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2906C19-L2906C46" - }, - { - "DocsId": "P:System.Management.WqlEventQuery.HavingCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2954C19-L2954C58" - } - ], - "DocsId": "T:System.Management.WqlEventQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementScope.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L691C13-L695C10" - }, - { - "DocsId": "M:System.Management.ManagementScope.#ctor(System.Management.ManagementPath)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L710C55-L710C94" - }, - { - "DocsId": "M:System.Management.ManagementScope.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L723C47-L723C106" - }, - { - "DocsId": "M:System.Management.ManagementScope.#ctor(System.String,System.Management.ConnectionOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L742C74-L742C117" - }, - { - "DocsId": "M:System.Management.ManagementScope.#ctor(System.Management.ManagementPath,System.Management.ConnectionOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L766C9-L781C10" - }, - { - "DocsId": "M:System.Management.ManagementScope.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L877C13-L877C49" - }, - { - "DocsId": "M:System.Management.ManagementScope.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L889C13-L889C28" - }, - { - "DocsId": "M:System.Management.ManagementScope.Connect", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L921C13-L922C10" - }, - { - "DocsId": "P:System.Management.ManagementScope.IsConnected", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L597C17-L597C47" - }, - { - "DocsId": "P:System.Management.ManagementScope.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L810C17-L810C126" - }, - { - "DocsId": "P:System.Management.ManagementScope.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L848C17-L848C64" - } - ], - "DocsId": "T:System.Management.ManagementScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementScope.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Management.MethodData.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/Method.cs#L147C19-L147C43" - }, - { - "DocsId": "P:System.Management.MethodData.InParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/Method.cs#L171C17-L172C93" - }, - { - "DocsId": "P:System.Management.MethodData.OutParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/Method.cs#L198C17-L199C95" - }, - { - "DocsId": "P:System.Management.MethodData.Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/Method.cs#L215C17-L228C34" - }, - { - "DocsId": "P:System.Management.MethodData.Qualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/Method.cs#L243C54-L243C147" - } - ], - "DocsId": "T:System.Management.MethodData", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/Method.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.MethodDataCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/MethodSet.cs#L152C38-L154C10" - }, - { - "DocsId": "M:System.Management.MethodDataCollection.CopyTo(System.Management.MethodData[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/MethodSet.cs#L164C13-L165C10" - }, - { - "DocsId": "M:System.Management.MethodDataCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/MethodSet.cs#L172C13-L172C68" - }, - { - "DocsId": "M:System.Management.MethodDataCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/MethodSet.cs#L188C13-L188C53" - }, - { - "DocsId": "M:System.Management.MethodDataCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/MethodSet.cs#L363C13-L385C10" - }, - { - "DocsId": "M:System.Management.MethodDataCollection.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/MethodSet.cs#L403C13-L404C10" - }, - { - "DocsId": "M:System.Management.MethodDataCollection.Add(System.String,System.Management.ManagementBaseObject,System.Management.ManagementBaseObject)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/MethodSet.cs#L423C13-L452C10" - }, - { - "DocsId": "P:System.Management.MethodDataCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/MethodSet.cs#L75C17-L114C26" - }, - { - "DocsId": "P:System.Management.MethodDataCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/MethodSet.cs#L127C19-L127C32" - }, - { - "DocsId": "P:System.Management.MethodDataCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/MethodSet.cs#L138C19-L138C31" - }, - { - "DocsId": "P:System.Management.MethodDataCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/MethodSet.cs#L343C17-L346C59" - }, - { - "DocsId": "T:System.Management.MethodDataCollection.MethodDataEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/MethodSet.cs" - } - ], - "DocsId": "T:System.Management.MethodDataCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/MethodSet.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Management.PropertyData.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/Property.cs#L124C19-L124C45" - }, - { - "DocsId": "P:System.Management.PropertyData.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/Property.cs#L138C17-L141C95" - }, - { - "DocsId": "P:System.Management.PropertyData.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/Property.cs#L181C17-L182C95" - }, - { - "DocsId": "P:System.Management.PropertyData.IsLocal", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/Property.cs#L197C17-L198C121" - }, - { - "DocsId": "P:System.Management.PropertyData.IsArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/Property.cs#L212C17-L213C92" - }, - { - "DocsId": "P:System.Management.PropertyData.Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/Property.cs#L228C17-L241C34" - }, - { - "DocsId": "P:System.Management.PropertyData.Qualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/Property.cs#L253C54-L253C151" - } - ], - "DocsId": "T:System.Management.PropertyData", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/Property.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.PropertyDataCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/PropertySet.cs#L131C13-L168C20" - }, - { - "DocsId": "M:System.Management.PropertyDataCollection.CopyTo(System.Management.PropertyData[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/PropertySet.cs#L179C13-L180C10" - }, - { - "DocsId": "M:System.Management.PropertyDataCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/PropertySet.cs#L186C13-L186C80" - }, - { - "DocsId": "M:System.Management.PropertyDataCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/PropertySet.cs#L198C13-L198C65" - }, - { - "DocsId": "M:System.Management.PropertyDataCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/PropertySet.cs#L377C13-L394C10" - }, - { - "DocsId": "M:System.Management.PropertyDataCollection.Add(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/PropertySet.cs#L413C13-L436C10" - }, - { - "DocsId": "M:System.Management.PropertyDataCollection.Add(System.String,System.Object,System.Management.CimType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/PropertySet.cs#L452C13-L478C10" - }, - { - "DocsId": "M:System.Management.PropertyDataCollection.Add(System.String,System.Management.CimType,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/PropertySet.cs#L494C13-L516C10" - }, - { - "DocsId": "P:System.Management.PropertyDataCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/PropertySet.cs#L75C17-L94C45" - }, - { - "DocsId": "P:System.Management.PropertyDataCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/PropertySet.cs#L107C19-L107C32" - }, - { - "DocsId": "P:System.Management.PropertyDataCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/PropertySet.cs#L118C19-L118C31" - }, - { - "DocsId": "P:System.Management.PropertyDataCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/PropertySet.cs#L350C17-L353C63" - }, - { - "DocsId": "T:System.Management.PropertyDataCollection.PropertyDataEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/PropertySet.cs" - } - ], - "DocsId": "T:System.Management.PropertyDataCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/PropertySet.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Management.QualifierData.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/Qualifier.cs#L151C19-L151C46" - }, - { - "DocsId": "P:System.Management.QualifierData.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/Qualifier.cs#L172C17-L173C70" - }, - { - "DocsId": "P:System.Management.QualifierData.IsAmended", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/Qualifier.cs#L209C17-L211C88" - }, - { - "DocsId": "P:System.Management.QualifierData.IsLocal", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/Qualifier.cs#L247C17-L249C92" - }, - { - "DocsId": "P:System.Management.QualifierData.PropagatesToInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/Qualifier.cs#L265C17-L267C107" - }, - { - "DocsId": "P:System.Management.QualifierData.PropagatesToSubclass", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/Qualifier.cs#L303C17-L305C112" - }, - { - "DocsId": "P:System.Management.QualifierData.IsOverridable", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/Qualifier.cs#L341C17-L343C97" - } - ], - "DocsId": "T:System.Management.QualifierData", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/Qualifier.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.QualifierDataCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L180C13-L218C10" - }, - { - "DocsId": "M:System.Management.QualifierDataCollection.CopyTo(System.Management.QualifierData[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L230C13-L231C10" - }, - { - "DocsId": "M:System.Management.QualifierDataCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L238C13-L238C111" - }, - { - "DocsId": "M:System.Management.QualifierDataCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L250C13-L250C96" - }, - { - "DocsId": "M:System.Management.QualifierDataCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L426C13-L435C10" - }, - { - "DocsId": "M:System.Management.QualifierDataCollection.Add(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L447C13-L448C10" - }, - { - "DocsId": "M:System.Management.QualifierDataCollection.Add(System.String,System.Object,System.Boolean,System.Boolean,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L466C13-L484C10" - }, - { - "DocsId": "P:System.Management.QualifierDataCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L119C17-L144C14" - }, - { - "DocsId": "P:System.Management.QualifierDataCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L156C19-L156C32" - }, - { - "DocsId": "P:System.Management.QualifierDataCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L167C19-L167C31" - }, - { - "DocsId": "P:System.Management.QualifierDataCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L413C17-L416C105" - }, - { - "DocsId": "T:System.Management.QualifierDataCollection.QualifierDataEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/QualifierSet.cs" - } - ], - "DocsId": "T:System.Management.QualifierDataCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/QualifierSet.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Management.CodeLanguage.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" - }, - { - "DocsId": "F:System.Management.CodeLanguage.CSharp", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" - }, - { - "DocsId": "F:System.Management.CodeLanguage.JScript", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" - }, - { - "DocsId": "F:System.Management.CodeLanguage.VB", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" - }, - { - "DocsId": "F:System.Management.CodeLanguage.VJSharp", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" - }, - { - "DocsId": "F:System.Management.CodeLanguage.Mcpp", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" - } - ], - "DocsId": "T:System.Management.CodeLanguage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L430C17-L431C14" - }, - { - "DocsId": "M:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L441C17-L461C14" - }, - { - "DocsId": "M:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L497C21-L497C36" - }, - { - "DocsId": "M:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L515C17-L589C29" - }, - { - "DocsId": "M:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L600C17-L642C14" - }, - { - "DocsId": "P:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L475C21-L482C49" - }, - { - "DocsId": "P:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L497C21-L497C36" - } - ], - "DocsId": "T:System.Management.ManagementObjectCollection.ManagementObjectEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.MethodDataCollection.MethodDataEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/MethodSet.cs#L295C48-L295C76" - }, - { - "DocsId": "M:System.Management.MethodDataCollection.MethodDataEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/MethodSet.cs#L316C17-L316C38" - }, - { - "DocsId": "M:System.Management.MethodDataCollection.MethodDataEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/MethodSet.cs#L324C17-L325C14" - }, - { - "DocsId": "P:System.Management.MethodDataCollection.MethodDataEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/MethodSet.cs#L295C48-L295C76" - }, - { - "DocsId": "P:System.Management.MethodDataCollection.MethodDataEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/MethodSet.cs#L306C21-L306C71" - } - ], - "DocsId": "T:System.Management.MethodDataCollection.MethodDataEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/MethodSet.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.PropertyDataCollection.PropertyDataEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/PropertySet.cs#L276C48-L276C76" - }, - { - "DocsId": "M:System.Management.PropertyDataCollection.PropertyDataEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/PropertySet.cs#L306C17-L310C71" - }, - { - "DocsId": "M:System.Management.PropertyDataCollection.PropertyDataEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/PropertySet.cs#L319C17-L320C14" - }, - { - "DocsId": "P:System.Management.PropertyDataCollection.PropertyDataEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/PropertySet.cs#L276C48-L276C76" - }, - { - "DocsId": "P:System.Management.PropertyDataCollection.PropertyDataEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/PropertySet.cs#L289C21-L292C79" - } - ], - "DocsId": "T:System.Management.PropertyDataCollection.PropertyDataEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/PropertySet.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.QualifierDataCollection.QualifierDataEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L350C48-L350C76" - }, - { - "DocsId": "M:System.Management.QualifierDataCollection.QualifierDataEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L380C17-L384C72" - }, - { - "DocsId": "M:System.Management.QualifierDataCollection.QualifierDataEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L392C17-L393C14" - }, - { - "DocsId": "P:System.Management.QualifierDataCollection.QualifierDataEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L350C48-L350C76" - }, - { - "DocsId": "P:System.Management.QualifierDataCollection.QualifierDataEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L362C21-L366C87" - } - ], - "DocsId": "T:System.Management.QualifierDataCollection.QualifierDataEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Management/src/System/Management/QualifierSet.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Memory.Data.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Memory.Data.json deleted file mode 100644 index 2fdc5f96d68..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Memory.Data.json +++ /dev/null @@ -1,170 +0,0 @@ -{ - "Assembly": "System.Memory.Data", - "GUID": "82705790B1FC4E0C8F8096B427103B33FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.BinaryData.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L60C9-L63C10" - }, - { - "DocsId": "M:System.BinaryData.#ctor(System.Byte[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L72C61-L75C10" - }, - { - "DocsId": "M:System.BinaryData.#ctor(System.Object,System.Text.Json.JsonSerializerOptions,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L90C119-L94C10" - }, - { - "DocsId": "M:System.BinaryData.#ctor(System.Object,System.Text.Json.Serialization.JsonSerializerContext,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L107C108-L111C10" - }, - { - "DocsId": "M:System.BinaryData.#ctor(System.ReadOnlyMemory{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L118C9-L121C10" - }, - { - "DocsId": "M:System.BinaryData.#ctor(System.ReadOnlyMemory{System.Byte},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L130C75-L133C10" - }, - { - "DocsId": "M:System.BinaryData.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L140C9-L148C10" - }, - { - "DocsId": "M:System.BinaryData.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L158C61-L161C10" - }, - { - "DocsId": "M:System.BinaryData.FromBytes(System.ReadOnlyMemory{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L169C74-L169C94" - }, - { - "DocsId": "M:System.BinaryData.FromBytes(System.ReadOnlyMemory{System.Byte},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L181C16-L181C47" - }, - { - "DocsId": "M:System.BinaryData.FromBytes(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L189C60-L189C80" - }, - { - "DocsId": "M:System.BinaryData.FromBytes(System.Byte[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L200C16-L200C47" - }, - { - "DocsId": "M:System.BinaryData.FromString(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L208C61-L208C81" - }, - { - "DocsId": "M:System.BinaryData.FromString(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L220C16-L220C47" - }, - { - "DocsId": "M:System.BinaryData.FromStream(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L230C13-L235C83" - }, - { - "DocsId": "M:System.BinaryData.FromStream(System.IO.Stream,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L249C13-L254C94" - }, - { - "DocsId": "M:System.BinaryData.FromStreamAsync(System.IO.Stream,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L266C13-L271C95" - }, - { - "DocsId": "M:System.BinaryData.FromStreamAsync(System.IO.Stream,System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L287C13-L292C87" - }, - { - "DocsId": "M:System.BinaryData.FromObjectAsJson``1(``0,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L346C16-L346C120" - }, - { - "DocsId": "M:System.BinaryData.FromObjectAsJson``1(``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L359C16-L359C125" - }, - { - "DocsId": "M:System.BinaryData.WithMediaType(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L368C16-L368C49" - }, - { - "DocsId": "M:System.BinaryData.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L385C13-L394C66" - }, - { - "DocsId": "M:System.BinaryData.ToStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L402C37-L402C69" - }, - { - "DocsId": "M:System.BinaryData.ToMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L408C51-L408C57" - }, - { - "DocsId": "M:System.BinaryData.ToArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L414C36-L414C52" - }, - { - "DocsId": "M:System.BinaryData.ToObjectFromJson``1(System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L427C16-L427C80" - }, - { - "DocsId": "M:System.BinaryData.ToObjectFromJson``1(System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L438C16-L438C82" - }, - { - "DocsId": "M:System.BinaryData.op_Implicit(System.BinaryData)~System.ReadOnlyMemory{System.Byte}", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L455C83-L455C106" - }, - { - "DocsId": "M:System.BinaryData.op_Implicit(System.BinaryData)~System.ReadOnlySpan{System.Byte}", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L463C13-L467C37" - }, - { - "DocsId": "M:System.BinaryData.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L478C73-L478C99" - }, - { - "DocsId": "M:System.BinaryData.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L482C46-L482C64" - }, - { - "DocsId": "P:System.BinaryData.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L35C42-L35C46" - }, - { - "DocsId": "P:System.BinaryData.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L41C30-L41C43" - }, - { - "DocsId": "P:System.BinaryData.IsEmpty", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L47C32-L47C46" - }, - { - "DocsId": "P:System.BinaryData.MediaType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L53C36-L53C40" - } - ], - "DocsId": "T:System.BinaryData", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryData.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Text.Json.Serialization.BinaryDataJsonConverter.Read(System.Text.Json.Utf8JsonReader@,System.Type,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryDataConverter.cs#L14C13-L14C70" - }, - { - "DocsId": "M:System.Text.Json.Serialization.BinaryDataJsonConverter.Write(System.Text.Json.Utf8JsonWriter,System.BinaryData,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryDataConverter.cs#L20C13-L21C10" - }, - { - "DocsId": "M:System.Text.Json.Serialization.BinaryDataJsonConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryDataConverter.cs" - } - ], - "DocsId": "T:System.Text.Json.Serialization.BinaryDataJsonConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Memory.Data/src/System/BinaryDataConverter.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Net.Http.WinHttpHandler.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Net.Http.WinHttpHandler.json deleted file mode 100644 index 4ae2d5ba1e2..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Net.Http.WinHttpHandler.json +++ /dev/null @@ -1,176 +0,0 @@ -{ - "Assembly": "System.Net.Http.WinHttpHandler", - "GUID": "8BFD92079BAC4D74A85BCBB712C0502DFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "F:System.Net.Http.WindowsProxyUsePolicy.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" - }, - { - "DocsId": "F:System.Net.Http.WindowsProxyUsePolicy.DoNotUseProxy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" - }, - { - "DocsId": "F:System.Net.Http.WindowsProxyUsePolicy.UseWinHttpProxy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" - }, - { - "DocsId": "F:System.Net.Http.WindowsProxyUsePolicy.UseWinInetProxy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" - }, - { - "DocsId": "F:System.Net.Http.WindowsProxyUsePolicy.UseCustomProxy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" - } - ], - "DocsId": "T:System.Net.Http.WindowsProxyUsePolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Net.Http.CookieUsePolicy.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" - }, - { - "DocsId": "F:System.Net.Http.CookieUsePolicy.IgnoreCookies", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" - }, - { - "DocsId": "F:System.Net.Http.CookieUsePolicy.UseInternalCookieStoreOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" - }, - { - "DocsId": "F:System.Net.Http.CookieUsePolicy.UseSpecifiedCookieContainer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" - } - ], - "DocsId": "T:System.Net.Http.CookieUsePolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.Http.WinHttpHandler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L52C9-L98C10" - }, - { - "DocsId": "M:System.Net.Http.WinHttpHandler.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L541C13-L552C10" - }, - { - "DocsId": "M:System.Net.Http.WinHttpHandler.SendAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L558C13-L621C29" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.AutomaticRedirection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L105C17-L105C46" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.MaxAutomaticRedirections", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L119C17-L119C50" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.AutomaticDecompression", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L141C17-L141C48" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.CookieUsePolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L155C17-L155C41" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.CookieContainer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L176C17-L176C41" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.SslProtocols", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L190C17-L190C38" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.ServerCertificateValidationCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L210C17-L210C61" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.CheckCertificateRevocationList", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L225C17-L225C56" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.ClientCertificateOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L239C17-L239C49" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.ClientCertificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L259C17-L264C81" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.PreAuthenticate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L272C17-L272C41" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.ServerCredentials", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L285C17-L285C43" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.WindowsProxyUsePolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L298C17-L298C47" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.DefaultProxyCredentials", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L320C17-L320C49" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.Proxy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L334C17-L334C31" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.MaxConnectionsPerServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L348C17-L348C49" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.SendTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L372C17-L372C37" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.ReceiveHeadersTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L388C17-L388C47" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.ReceiveDataTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L403C17-L403C44" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.TcpKeepAliveEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L426C17-L426C45" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.TcpKeepAliveTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L447C17-L447C42" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.TcpKeepAliveInterval", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L469C17-L469C46" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.MaxResponseHeadersLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L483C17-L483C50" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.MaxResponseDrainSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L505C17-L505C46" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.EnableMultipleHttp2Connections", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L527C17-L527C56" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L536C58-L536C106" - } - ], - "DocsId": "T:System.Net.Http.WinHttpHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Net.WebSockets.WebSocketProtocol.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Net.WebSockets.WebSocketProtocol.json deleted file mode 100644 index 203bb50d974..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Net.WebSockets.WebSocketProtocol.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "Assembly": "System.Net.WebSockets.WebSocketProtocol", - "GUID": "FDDBC139E6FB41DCA3AFEB665C4DBDC6FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Net.WebSockets.WebSocketProtocol.CreateFromStream(System.IO.Stream,System.Boolean,System.String,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/9b2776d48183632662e0be873cef029cdb57f8d6/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System/Net/WebSockets/WebSocketProtocol.cs#L19C13-L41C113" - } - ], - "DocsId": "T:System.Net.WebSockets.WebSocketProtocol", - "SourceLink": "https://github.com/dotnet/runtime/blob/9b2776d48183632662e0be873cef029cdb57f8d6/src/libraries/System.Net.WebSockets.WebSocketProtocol/src/System/Net/WebSockets/WebSocketProtocol.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Numerics.Tensors.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Numerics.Tensors.json deleted file mode 100644 index 66844177967..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Numerics.Tensors.json +++ /dev/null @@ -1,204 +0,0 @@ -{ - "Assembly": "System.Numerics.Tensors", - "GUID": "5FED25136E23445FA29B1360297C9B91FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Abs(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L30C13-L30C65" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Add(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L49C13-L49C67" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Add(System.ReadOnlySpan{System.Single},System.Single,System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L66C13-L66C69" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.AddMultiply(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L87C13-L87C91" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.AddMultiply(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Single,System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L107C13-L107C93" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.AddMultiply(System.ReadOnlySpan{System.Single},System.Single,System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L127C13-L127C93" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Cosh(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L151C13-L151C61" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.CosineSimilarity(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L174C13-L184C47" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Distance(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L213C13-L218C86" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Divide(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L238C13-L238C70" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Divide(System.ReadOnlySpan{System.Single},System.Single,System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L255C13-L255C72" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Dot(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L281C13-L281C59" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Exp(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L302C13-L302C60" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.IndexOfMax(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L319C13-L324C61" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.IndexOfMaxMagnitude(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L343C13-L348C70" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.IndexOfMin(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L366C13-L371C61" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.IndexOfMinMagnitude(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L390C13-L395C70" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Log(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L419C13-L419C60" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Log2(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L442C13-L442C61" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Max(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L459C13-L459C39" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Max(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L483C13-L483C79" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MaxMagnitude(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L501C13-L501C48" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MaxMagnitude(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L519C13-L519C88" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Min(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L536C13-L536C39" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Min(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L560C13-L560C79" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MinMagnitude(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L578C13-L578C48" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MinMagnitude(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L601C13-L601C88" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Multiply(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L620C13-L620C72" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Multiply(System.ReadOnlySpan{System.Single},System.Single,System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L638C13-L638C74" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MultiplyAdd(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L659C13-L659C87" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MultiplyAdd(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Single,System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L680C13-L680C89" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MultiplyAdd(System.ReadOnlySpan{System.Single},System.Single,System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L700C13-L700C89" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Negate(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L716C13-L716C63" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Norm(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L736C13-L736C40" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Product(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L753C13-L758C69" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ProductOfDifferences(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L784C13-L789C72" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ProductOfSums(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L815C13-L820C67" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Sigmoid(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L840C13-L846C10" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Sinh(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L870C13-L870C61" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.SoftMax(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L890C13-L905C10" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Subtract(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L924C13-L924C72" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Subtract(System.ReadOnlySpan{System.Single},System.Single,System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L941C13-L941C74" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Sum(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L956C13-L956C56" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.SumOfMagnitudes(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L977C13-L977C56" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.SumOfSquares(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L998C13-L998C55" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Tanh(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs#L1023C13-L1023C61" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ConvertToHalf(System.ReadOnlySpan{System.Single},System.Span{System.Half})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.netcore.cs#L48C13-L348C10" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ConvertToSingle(System.ReadOnlySpan{System.Half},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.netcore.cs#L367C13-L622C10" - } - ], - "DocsId": "T:System.Numerics.Tensors.TensorPrimitives", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Reflection.Context.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Reflection.Context.json deleted file mode 100644 index e53bec3e157..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Reflection.Context.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "Assembly": "System.Reflection.Context", - "GUID": "F3D4BC30F9454A3FAF017EAF85B22E92FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Reflection.Context.CustomReflectionContext.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L21C47-L21C88" - }, - { - "DocsId": "M:System.Reflection.Context.CustomReflectionContext.#ctor(System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L23C9-L32C10" - }, - { - "DocsId": "M:System.Reflection.Context.CustomReflectionContext.MapAssembly(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L36C13-L41C65" - }, - { - "DocsId": "M:System.Reflection.Context.CustomReflectionContext.MapType(System.Reflection.TypeInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L46C13-L51C57" - }, - { - "DocsId": "M:System.Reflection.Context.CustomReflectionContext.GetCustomAttributes(System.Reflection.MemberInfo,System.Collections.Generic.IEnumerable{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L56C13-L56C39" - }, - { - "DocsId": "M:System.Reflection.Context.CustomReflectionContext.GetCustomAttributes(System.Reflection.ParameterInfo,System.Collections.Generic.IEnumerable{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L61C13-L61C39" - }, - { - "DocsId": "M:System.Reflection.Context.CustomReflectionContext.AddProperties(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs" - }, - { - "DocsId": "M:System.Reflection.Context.CustomReflectionContext.CreateProperty(System.Type,System.String,System.Func{System.Object,System.Object},System.Action{System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L77C13-L85C23" - }, - { - "DocsId": "M:System.Reflection.Context.CustomReflectionContext.CreateProperty(System.Type,System.String,System.Func{System.Object,System.Object},System.Action{System.Object,System.Object},System.Collections.Generic.IEnumerable{System.Attribute},System.Collections.Generic.IEnumerable{System.Attribute},System.Collections.Generic.IEnumerable{System.Attribute})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L97C13-L105C23" - } - ], - "DocsId": "T:System.Reflection.Context.CustomReflectionContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Reflection.MetadataLoadContext.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Reflection.MetadataLoadContext.json deleted file mode 100644 index 5b8cf310b6d..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Reflection.MetadataLoadContext.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "Assembly": "System.Reflection.MetadataLoadContext", - "GUID": "31E5A74088984314B96A0A039840E80DFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Reflection.MetadataAssemblyResolver.Resolve(System.Reflection.MetadataLoadContext,System.Reflection.AssemblyName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataAssemblyResolver.cs" - }, - { - "DocsId": "M:System.Reflection.MetadataAssemblyResolver.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataAssemblyResolver.cs" - } - ], - "DocsId": "T:System.Reflection.MetadataAssemblyResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataAssemblyResolver.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Reflection.MetadataLoadContext.#ctor(System.Reflection.MetadataAssemblyResolver,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Disposing.cs#L11C9-L121C10" - }, - { - "DocsId": "M:System.Reflection.MetadataLoadContext.LoadFromAssemblyPath(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L130C13-L135C68" - }, - { - "DocsId": "M:System.Reflection.MetadataLoadContext.LoadFromByteArray(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L145C13-L150C67" - }, - { - "DocsId": "M:System.Reflection.MetadataLoadContext.LoadFromStream(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L163C13-L169C49" - }, - { - "DocsId": "M:System.Reflection.MetadataLoadContext.LoadFromAssemblyName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L181C13-L188C45" - }, - { - "DocsId": "M:System.Reflection.MetadataLoadContext.LoadFromAssemblyName(System.Reflection.AssemblyName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L200C13-L206C45" - }, - { - "DocsId": "M:System.Reflection.MetadataLoadContext.GetAssemblies", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L265C13-L268C45" - }, - { - "DocsId": "M:System.Reflection.MetadataLoadContext.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L280C13-L282C10" - }, - { - "DocsId": "P:System.Reflection.MetadataLoadContext.CoreAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L253C17-L256C38" - } - ], - "DocsId": "T:System.Reflection.MetadataLoadContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Disposing.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Reflection.PathAssemblyResolver.#ctor(System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/PathAssemblyResolver.cs#L25C9-L53C10" - }, - { - "DocsId": "M:System.Reflection.PathAssemblyResolver.Resolve(System.Reflection.MetadataLoadContext,System.Reflection.AssemblyName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/PathAssemblyResolver.cs#L58C13-L96C65" - } - ], - "DocsId": "T:System.Reflection.PathAssemblyResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/PathAssemblyResolver.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Resources.Extensions.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Resources.Extensions.json deleted file mode 100644 index e6a7d756348..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Resources.Extensions.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "Assembly": "System.Resources.Extensions", - "GUID": "4BCD3C2BFB444197B70C94559C4E5635FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L44C9-L59C10" - }, - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L61C9-L81C10" - }, - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddResource(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L88C13-L101C10" - }, - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddResource(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L108C13-L129C10" - }, - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddResource(System.String,System.IO.Stream,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L137C13-L148C10" - }, - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddResource(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L177C13-L190C10" - }, - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L233C13-L234C10" - }, - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L253C13-L254C10" - }, - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.Generate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L263C13-L434C10" - }, - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddResource(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs#L73C13-L119C10" - }, - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddTypeConverterResource(System.String,System.Byte[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs#L130C13-L146C10" - }, - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddBinaryFormattedResource(System.String,System.Byte[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs#L158C13-L179C10" - }, - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddActivatorResource(System.String,System.IO.Stream,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs#L191C13-L210C10" - } - ], - "DocsId": "T:System.Resources.Extensions.PreserializedResourceWriter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Resources.Extensions.DeserializingResourceReader.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L93C9-L112C10" - }, - { - "DocsId": "M:System.Resources.Extensions.DeserializingResourceReader.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L114C9-L141C10" - }, - { - "DocsId": "M:System.Resources.Extensions.DeserializingResourceReader.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L147C13-L148C10" - }, - { - "DocsId": "M:System.Resources.Extensions.DeserializingResourceReader.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L152C13-L153C10" - }, - { - "DocsId": "M:System.Resources.Extensions.DeserializingResourceReader.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L235C13-L235C36" - }, - { - "DocsId": "M:System.Resources.Extensions.DeserializingResourceReader.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L240C13-L242C49" - } - ], - "DocsId": "T:System.Resources.Extensions.DeserializingResourceReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/DeserializingResourceReader.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Runtime.Caching.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Runtime.Caching.json deleted file mode 100644 index de44501c629..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Runtime.Caching.json +++ /dev/null @@ -1,668 +0,0 @@ -{ - "Assembly": "System.Runtime.Caching", - "GUID": "E8A892AFD48A46F78D1428D3A3143956FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.CacheEntryChangeMonitor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryChangeMonitor.cs" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheEntryChangeMonitor.CacheKeys", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryChangeMonitor.cs" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheEntryChangeMonitor.LastModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryChangeMonitor.cs" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheEntryChangeMonitor.RegionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryChangeMonitor.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.CacheEntryChangeMonitor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryChangeMonitor.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.CacheEntryRemovedArguments.#ctor(System.Runtime.Caching.ObjectCache,System.Runtime.Caching.CacheEntryRemovedReason,System.Runtime.Caching.CacheItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedArguments.cs#L27C9-L41C10" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheEntryRemovedArguments.CacheItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedArguments.cs#L14C19-L14C37" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheEntryRemovedArguments.RemovedReason", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedArguments.cs#L19C19-L19C34" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheEntryRemovedArguments.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedArguments.cs#L24C19-L24C34" - } - ], - "DocsId": "T:System.Runtime.Caching.CacheEntryRemovedArguments", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedArguments.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.CacheEntryRemovedCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedCallback.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.CacheEntryRemovedCallback.Invoke(System.Runtime.Caching.CacheEntryRemovedArguments)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedCallback.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.CacheEntryRemovedCallback.BeginInvoke(System.Runtime.Caching.CacheEntryRemovedArguments,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedCallback.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.CacheEntryRemovedCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedCallback.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.CacheEntryRemovedCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedCallback.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Runtime.Caching.CacheEntryRemovedReason.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.CacheEntryRemovedReason.Removed", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.CacheEntryRemovedReason.Expired", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.CacheEntryRemovedReason.Evicted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.CacheEntryRemovedReason.ChangeMonitorChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.CacheEntryRemovedReason.CacheSpecificEviction", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.CacheEntryRemovedReason", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.CacheEntryUpdateArguments.#ctor(System.Runtime.Caching.ObjectCache,System.Runtime.Caching.CacheEntryRemovedReason,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L49C9-L64C10" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheEntryUpdateArguments.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L19C19-L19C31" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheEntryUpdateArguments.RemovedReason", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L24C19-L24C34" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheEntryUpdateArguments.RegionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L29C19-L29C38" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheEntryUpdateArguments.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L34C19-L34C34" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheEntryUpdateArguments.UpdatedCacheItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L39C19-L39C44" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheEntryUpdateArguments.UpdatedCacheItemPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L45C19-L45C50" - } - ], - "DocsId": "T:System.Runtime.Caching.CacheEntryUpdateArguments", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.CacheEntryUpdateCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateCallback.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.CacheEntryUpdateCallback.Invoke(System.Runtime.Caching.CacheEntryUpdateArguments)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateCallback.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.CacheEntryUpdateCallback.BeginInvoke(System.Runtime.Caching.CacheEntryUpdateArguments,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateCallback.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.CacheEntryUpdateCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateCallback.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.CacheEntryUpdateCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateCallback.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.CacheItem.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L16C9-L19C10" - }, - { - "DocsId": "M:System.Runtime.Caching.CacheItem.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L21C54-L24C10" - }, - { - "DocsId": "M:System.Runtime.Caching.CacheItem.#ctor(System.String,System.Object,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L26C73-L29C10" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheItem.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L10C29-L10C33" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheItem.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L11C31-L11C35" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheItem.RegionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L12C36-L12C40" - } - ], - "DocsId": "T:System.Runtime.Caching.CacheItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.CacheItemPolicy.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L50C9-L55C10" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheItemPolicy.AbsoluteExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L20C19-L20C37" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheItemPolicy.ChangeMonitors", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L24C60-L24C111" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheItemPolicy.Priority", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L28C19-L28C36" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheItemPolicy.RemovedCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L34C19-L34C43" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheItemPolicy.SlidingExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L40C19-L40C37" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheItemPolicy.UpdateCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L46C19-L46C42" - } - ], - "DocsId": "T:System.Runtime.Caching.CacheItemPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Runtime.Caching.CacheItemPriority.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPriority.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.CacheItemPriority.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPriority.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.CacheItemPriority.NotRemovable", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPriority.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.CacheItemPriority", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPriority.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.ChangeMonitor.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ChangeMonitor.InitializationComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L142C13-L150C10" - }, - { - "DocsId": "M:System.Runtime.Caching.ChangeMonitor.OnChanged(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L159C13-L167C10" - }, - { - "DocsId": "M:System.Runtime.Caching.ChangeMonitor.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L205C13-L215C10" - }, - { - "DocsId": "M:System.Runtime.Caching.ChangeMonitor.NotifyOnChanged(System.Runtime.Caching.OnChangedCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L224C13-L239C10" - }, - { - "DocsId": "M:System.Runtime.Caching.ChangeMonitor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L90C9-L90C52" - }, - { - "DocsId": "P:System.Runtime.Caching.ChangeMonitor.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L174C40-L174C63" - }, - { - "DocsId": "P:System.Runtime.Caching.ChangeMonitor.IsDisposed", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L178C40-L178C64" - }, - { - "DocsId": "P:System.Runtime.Caching.ChangeMonitor.UniqueId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.ChangeMonitor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.InMemoryProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.OutOfProcessProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.CacheEntryChangeMonitors", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.AbsoluteExpirations", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.SlidingExpirations", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.CacheEntryUpdateCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.CacheEntryRemovedCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.CacheRegions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.DefaultCacheCapabilities", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.FileChangeMonitor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/FileChangeMonitor.cs" - }, - { - "DocsId": "P:System.Runtime.Caching.FileChangeMonitor.FilePaths", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/FileChangeMonitor.cs" - }, - { - "DocsId": "P:System.Runtime.Caching.FileChangeMonitor.LastModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/FileChangeMonitor.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.FileChangeMonitor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/FileChangeMonitor.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.HostFileChangeMonitor.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs#L121C13-L150C10" - }, - { - "DocsId": "M:System.Runtime.Caching.HostFileChangeMonitor.#ctor(System.Collections.Generic.IList{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs#L160C9-L176C10" - }, - { - "DocsId": "P:System.Runtime.Caching.HostFileChangeMonitor.FilePaths", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs#L156C70-L156C88" - }, - { - "DocsId": "P:System.Runtime.Caching.HostFileChangeMonitor.UniqueId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs#L157C49-L157C66" - }, - { - "DocsId": "P:System.Runtime.Caching.HostFileChangeMonitor.LastModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs#L158C61-L158C82" - } - ], - "DocsId": "T:System.Runtime.Caching.HostFileChangeMonitor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.#ctor(System.String,System.Collections.Specialized.NameValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L39C9-L362C10" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.#ctor(System.String,System.Collections.Specialized.NameValueCollection,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L39C9-L384C10" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.CreateCacheEntryChangeMonitor(System.Collections.Generic.IEnumerable{System.String},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L445C13-L467C96" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L472C13-L494C10" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L536C13-L545C38" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L550C13-L559C38" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.Trim(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L571C13-L584C28" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.Contains(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L603C13-L603C59" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.Add(System.Runtime.Caching.CacheItem,System.Runtime.Caching.CacheItemPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L608C13-L609C75" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.AddOrGetExisting(System.String,System.Object,System.DateTimeOffset,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L614C13-L620C65" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.AddOrGetExisting(System.Runtime.Caching.CacheItem,System.Runtime.Caching.CacheItemPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L625C13-L630C100" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.AddOrGetExisting(System.String,System.Object,System.Runtime.Caching.CacheItemPolicy,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L635C13-L639C65" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.Get(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L644C13-L644C49" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.GetCacheItem(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L649C13-L650C71" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.Set(System.String,System.Object,System.DateTimeOffset,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L655C13-L662C10" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.Set(System.Runtime.Caching.CacheItem,System.Runtime.Caching.CacheItemPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L666C13-L672C10" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.Set(System.String,System.Object,System.Runtime.Caching.CacheItemPolicy,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L676C13-L720C10" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.Remove(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L794C13-L794C77" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.Remove(System.String,System.Runtime.Caching.CacheEntryRemovedReason,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L799C13-L812C33" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.GetCount(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L817C13-L831C26" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.GetLastSize(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L836C13-L841C41" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.GetValues(System.Collections.Generic.IEnumerable{System.String},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L846C13-L873C27" - }, - { - "DocsId": "P:System.Runtime.Caching.MemoryCache.CacheMemoryLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L281C17-L281C48" - }, - { - "DocsId": "P:System.Runtime.Caching.MemoryCache.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L289C17-L296C39" - }, - { - "DocsId": "P:System.Runtime.Caching.MemoryCache.DefaultCacheCapabilities", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L304C17-L304C37" - }, - { - "DocsId": "P:System.Runtime.Caching.MemoryCache.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L310C19-L310C32" - }, - { - "DocsId": "P:System.Runtime.Caching.MemoryCache.PhysicalMemoryLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L324C17-L324C51" - }, - { - "DocsId": "P:System.Runtime.Caching.MemoryCache.PollingInterval", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L334C17-L334C47" - }, - { - "DocsId": "P:System.Runtime.Caching.MemoryCache.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L592C17-L592C47" - } - ], - "DocsId": "T:System.Runtime.Caching.MemoryCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L52C13-L52C86" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.CreateCacheEntryChangeMonitor(System.Collections.Generic.IEnumerable{System.String},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.System#Collections#Generic#IEnumerable>#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L59C13-L59C36" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.Contains(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.Add(System.String,System.Object,System.DateTimeOffset,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L70C13-L70C91" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.Add(System.Runtime.Caching.CacheItem,System.Runtime.Caching.CacheItemPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L75C13-L75C61" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.Add(System.String,System.Object,System.Runtime.Caching.CacheItemPolicy,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L80C13-L80C79" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.AddOrGetExisting(System.String,System.Object,System.DateTimeOffset,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.AddOrGetExisting(System.Runtime.Caching.CacheItem,System.Runtime.Caching.CacheItemPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.AddOrGetExisting(System.String,System.Object,System.Runtime.Caching.CacheItemPolicy,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.Get(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.GetCacheItem(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.Set(System.String,System.Object,System.DateTimeOffset,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.Set(System.Runtime.Caching.CacheItem,System.Runtime.Caching.CacheItemPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.Set(System.String,System.Object,System.Runtime.Caching.CacheItemPolicy,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.GetValues(System.Collections.Generic.IEnumerable{System.String},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.GetValues(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L103C13-L103C48" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.Remove(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.GetCount(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.ObjectCache.InfiniteAbsoluteExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.ObjectCache.NoSlidingExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "P:System.Runtime.Caching.ObjectCache.Host", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L27C17-L27C31" - }, - { - "DocsId": "P:System.Runtime.Caching.ObjectCache.DefaultCacheCapabilities", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "P:System.Runtime.Caching.ObjectCache.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "P:System.Runtime.Caching.ObjectCache.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.ObjectCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.OnChangedCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/OnChangedCallback.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.OnChangedCallback.Invoke(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/OnChangedCallback.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.OnChangedCallback.BeginInvoke(System.Object,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/OnChangedCallback.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.OnChangedCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/OnChangedCallback.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.OnChangedCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/OnChangedCallback.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.Hosting.IApplicationIdentifier.GetApplicationId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IApplicationIdentifier.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.Hosting.IApplicationIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IApplicationIdentifier.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.Hosting.IFileChangeNotificationSystem.StartMonitoring(System.String,System.Runtime.Caching.OnChangedCallback,System.Object@,System.DateTimeOffset@,System.Int64@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IFileChangeNotificationSystem.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.Hosting.IFileChangeNotificationSystem.StopMonitoring(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IFileChangeNotificationSystem.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.Hosting.IFileChangeNotificationSystem", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IFileChangeNotificationSystem.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.Hosting.IMemoryCacheManager.UpdateCacheSize(System.Int64,System.Runtime.Caching.MemoryCache)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IMemoryCacheManager.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.Hosting.IMemoryCacheManager.ReleaseCache(System.Runtime.Caching.MemoryCache)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IMemoryCacheManager.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.Hosting.IMemoryCacheManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IMemoryCacheManager.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Security.Cryptography.Cose.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Security.Cryptography.Cose.json deleted file mode 100644 index e051d2235ed..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Security.Cryptography.Cose.json +++ /dev/null @@ -1,538 +0,0 @@ -{ - "Assembly": "System.Security.Cryptography.Cose", - "GUID": "2232B5CA475444949BA8AD4809E21705FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderLabel.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L50C13-L53C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderLabel.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L62C13-L70C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderLabel.Equals(System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L79C13-L79C95" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderLabel.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L87C73-L87C124" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderLabel.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L99C13-L104C57" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderLabel.op_Equality(System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L113C88-L113C106" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderLabel.op_Inequality(System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L121C88-L121C107" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderLabel.Algorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L23C52-L23C89" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderLabel.CriticalHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L28C58-L28C96" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderLabel.ContentType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L33C54-L33C99" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderLabel.KeyIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L38C56-L38C93" - } - ], - "DocsId": "T:System.Security.Cryptography.Cose.CoseHeaderLabel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L30C34-L30C61" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.System#Collections#Generic#IReadOnlyDictionary#get_Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L58C100-L58C122" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.System#Collections#Generic#IReadOnlyDictionary#get_Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L61C102-L61C126" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.GetValueAsInt32(System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L89C62-L89C104" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.GetValueAsString(System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L98C66-L98C109" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.GetValueAsBytes(System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L106C65-L106C107" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.GetValueAsBytes(System.Security.Cryptography.Cose.CoseHeaderLabel,System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L117C86-L117C139" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Add(System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L128C13-L131C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Add(System.Collections.Generic.KeyValuePair{System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderValue})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L139C81-L139C106" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Add(System.Security.Cryptography.Cose.CoseHeaderLabel,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L147C62-L147C106" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Add(System.Security.Cryptography.Cose.CoseHeaderLabel,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L155C65-L155C110" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Add(System.Security.Cryptography.Cose.CoseHeaderLabel,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L167C65-L167C109" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Add(System.Security.Cryptography.Cose.CoseHeaderLabel,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L179C77-L179C121" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.ContainsKey(System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L182C57-L182C91" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.TryGetValue(System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderValue@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L185C84-L185C129" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L193C13-L195C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Contains(System.Collections.Generic.KeyValuePair{System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderValue})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L199C16-L199C59" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.CopyTo(System.Collections.Generic.KeyValuePair{System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderValue}[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L203C16-L203C70" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L207C16-L207C49" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L211C16-L211C49" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Remove(System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L221C13-L222C52" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Remove(System.Collections.Generic.KeyValuePair{System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderValue})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L233C13-L234C62" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderMap.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L25C34-L25C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderMap.Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L43C53-L43C75" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderMap.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L49C55-L49C79" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderMap.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L55C29-L55C52" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderMap.System#Collections#Generic#IReadOnlyDictionary#Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L58C100-L58C122" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderMap.System#Collections#Generic#IReadOnlyDictionary#Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L61C102-L61C126" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderMap.Item(System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L73C20-L73C42" - } - ], - "DocsId": "T:System.Security.Cryptography.Cose.CoseHeaderMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.FromEncodedValue(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L39C13-L40C55" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.FromEncodedValue(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L51C13-L56C60" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.FromInt32(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L74C13-L77C53" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.FromString(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L88C13-L96C53" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.FromBytes(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L107C13-L110C53" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.FromBytes(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L122C13-L127C46" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.GetValueAsInt32", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L137C13-L154C27" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.GetValueAsString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L164C13-L181C27" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.GetValueAsBytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L191C13-L208C27" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.GetValueAsBytes(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L220C13-L240C33" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L248C73-L248C124" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.Equals(System.Security.Cryptography.Cose.CoseHeaderValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L255C54-L255C110" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L263C13-L272C42" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.op_Equality(System.Security.Cryptography.Cose.CoseHeaderValue,System.Security.Cryptography.Cose.CoseHeaderValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L281C88-L281C106" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.op_Inequality(System.Security.Cryptography.Cose.CoseHeaderValue,System.Security.Cryptography.Cose.CoseHeaderValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L289C88-L289C107" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderValue.EncodedValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L18C61-L18C65" - } - ], - "DocsId": "T:System.Security.Cryptography.Cose.CoseHeaderValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.DecodeSign1(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L95C13-L98C69" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.DecodeSign1(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L110C13-L119C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.DecodeMultiSign(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L181C13-L184C73" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.DecodeMultiSign(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L196C13-L205C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L597C13-L601C27" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.Encode(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L615C13-L620C33" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.GetEncodedLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseMessage.ProtectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L41C50-L41C67" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseMessage.UnprotectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L47C52-L47C71" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseMessage.RawProtectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L53C60-L53C82" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseMessage.Content", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L74C17-L79C33" - } - ], - "DocsId": "T:System.Security.Cryptography.Cose.CoseMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.SignDetached(System.Byte[],System.Security.Cryptography.Cose.CoseSigner,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L69C13-L72C132" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.SignEmbedded(System.Byte[],System.Security.Cryptography.Cose.CoseSigner,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L100C13-L103C133" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.SignDetached(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L130C16-L130C127" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.SignEmbedded(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L157C16-L157C128" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.SignDetached(System.IO.Stream,System.Security.Cryptography.Cose.CoseSigner,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L189C13-L198C135" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.SignDetachedAsync(System.IO.Stream,System.Security.Cryptography.Cose.CoseSigner,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L260C13-L275C146" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.TrySignDetached(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.Int32@,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L320C16-L320C151" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.TrySignEmbedded(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.Int32@,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L348C16-L348C152" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.GetEncodedLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L543C13-L554C34" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L576C13-L630C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.AddSignatureForEmbedded(System.Security.Cryptography.Cose.CoseSigner,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L650C16-L650C72" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.AddSignatureForEmbedded(System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L670C13-L681C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.AddSignatureForDetached(System.Byte[],System.Security.Cryptography.Cose.CoseSigner,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L702C13-L708C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.AddSignatureForDetached(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L729C13-L740C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.AddSignatureForDetached(System.IO.Stream,System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L765C13-L776C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.AddSignatureForDetachedAsync(System.IO.Stream,System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L841C13-L851C102" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.RemoveSignature(System.Security.Cryptography.Cose.CoseSignature)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L894C13-L900C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.RemoveSignature(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L917C16-L917C43" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseMultiSignMessage.Signatures", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L30C63-L30C67" - } - ], - "DocsId": "T:System.Security.Cryptography.Cose.CoseMultiSignMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.SignDetached(System.Byte[],System.Security.Cryptography.Cose.CoseSigner,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L53C13-L59C103" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.SignEmbedded(System.Byte[],System.Security.Cryptography.Cose.CoseSigner,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L81C13-L87C104" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.SignDetached(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L109C13-L112C94" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.SignEmbedded(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L134C13-L137C95" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.SignDetached(System.IO.Stream,System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L163C13-L175C97" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.SignDetachedAsync(System.IO.Stream,System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L217C13-L232C108" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.TrySignDetached(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.Int32@,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L264C16-L264C113" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.TrySignEmbedded(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.Int32@,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L286C16-L286C114" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.VerifyEmbedded(System.Security.Cryptography.AsymmetricAlgorithm,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L396C13-L406C97" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.VerifyEmbedded(System.Security.Cryptography.AsymmetricAlgorithm,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L438C13-L448C97" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.VerifyDetached(System.Security.Cryptography.AsymmetricAlgorithm,System.Byte[],System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L482C13-L496C104" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.VerifyDetached(System.Security.Cryptography.AsymmetricAlgorithm,System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L530C13-L540C104" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.VerifyDetached(System.Security.Cryptography.AsymmetricAlgorithm,System.IO.Stream,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L582C13-L606C107" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.VerifyDetachedAsync(System.Security.Cryptography.AsymmetricAlgorithm,System.IO.Stream,System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L683C13-L707C122" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.GetEncodedLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L790C13-L791C68" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L804C13-L836C25" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseSign1Message.Signature", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L26C50-L26C60" - } - ], - "DocsId": "T:System.Security.Cryptography.Cose.CoseSign1Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSignature.VerifyEmbedded(System.Security.Cryptography.AsymmetricAlgorithm,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L102C13-L112C115" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSignature.VerifyEmbedded(System.Security.Cryptography.AsymmetricAlgorithm,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L145C13-L155C115" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSignature.VerifyDetached(System.Security.Cryptography.AsymmetricAlgorithm,System.Byte[],System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L189C13-L204C104" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSignature.VerifyDetached(System.Security.Cryptography.AsymmetricAlgorithm,System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L238C13-L248C104" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSignature.VerifyDetached(System.Security.Cryptography.AsymmetricAlgorithm,System.IO.Stream,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L290C13-L315C107" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSignature.VerifyDetachedAsync(System.Security.Cryptography.AsymmetricAlgorithm,System.IO.Stream,System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L358C13-L382C122" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseSignature.ProtectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L25C49-L25C53" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseSignature.UnprotectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L31C51-L31C55" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseSignature.RawProtectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L37C60-L37C88" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseSignature.Signature", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L43C50-L43C60" - } - ], - "DocsId": "T:System.Security.Cryptography.Cose.CoseSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSigner.#ctor(System.Security.Cryptography.AsymmetricAlgorithm,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L65C9-L80C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSigner.#ctor(System.Security.Cryptography.RSA,System.Security.Cryptography.RSASignaturePadding,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L104C9-L120C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseSigner.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L22C42-L22C46" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseSigner.HashAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L28C50-L28C54" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseSigner.RSASignaturePadding", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L34C59-L34C63" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseSigner.ProtectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L126C50-L126C91" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseSigner.UnprotectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L132C52-L132C95" - } - ], - "DocsId": "T:System.Security.Cryptography.Cose.CoseSigner", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Security.Cryptography.Pkcs.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Security.Cryptography.Pkcs.json deleted file mode 100644 index 7cdd1458398..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Security.Cryptography.Pkcs.json +++ /dev/null @@ -1,1690 +0,0 @@ -{ - "Assembly": "System.Security.Cryptography.Pkcs", - "GUID": "843C9652412F4A468DFA5280C78180CEFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObject.#ctor(System.Security.Cryptography.Oid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObject.cs#L16C15-L18C10" - }, - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObject.#ctor(System.Security.Cryptography.Oid,System.Security.Cryptography.AsnEncodedDataCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObject.cs#L20C9-L44C10" - }, - { - "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObject.Oid", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObject.cs#L50C27-L50C41" - }, - { - "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObject.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObject.cs#L52C50-L52C54" - } - ], - "DocsId": "T:System.Security.Cryptography.CryptographicAttributeObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObject.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L15C9-L18C10" - }, - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.#ctor(System.Security.Cryptography.CryptographicAttributeObject)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L20C9-L24C10" - }, - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.Add(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L28C13-L33C125" - }, - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.Add(System.Security.Cryptography.CryptographicAttributeObject)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L38C13-L75C35" - }, - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.Remove(System.Security.Cryptography.CryptographicAttributeObject)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L86C13-L92C10" - }, - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L128C13-L128C69" - }, - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L133C13-L133C69" - }, - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L138C13-L155C10" - }, - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.CopyTo(System.Security.Cryptography.CryptographicAttributeObject[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L159C13-L170C10" - }, - { - "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObjectCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L98C17-L98C37" - }, - { - "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObjectCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L106C17-L106C36" - }, - { - "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObjectCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L114C17-L114C30" - }, - { - "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObjectCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L122C17-L122C29" - } - ], - "DocsId": "T:System.Security.Cryptography.CryptographicAttributeObjectCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs#L30C17-L30C46" - }, - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs#L36C13-L39C25" - }, - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs#L44C13-L45C10" - }, - { - "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObjectEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs#L22C17-L22C46" - }, - { - "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObjectEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs#L30C17-L30C46" - } - ], - "DocsId": "T:System.Security.Cryptography.CryptographicAttributeObjectEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Security.Cryptography.Xml.X509IssuerSerial.IssuerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Xml/X509IssuerSerial.cs#L21C36-L21C40" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.X509IssuerSerial.SerialNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Xml/X509IssuerSerial.cs#L22C38-L22C42" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.X509IssuerSerial", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Xml/X509IssuerSerial.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.AlgorithmIdentifier.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L14C15-L16C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.AlgorithmIdentifier.#ctor(System.Security.Cryptography.Oid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L19C15-L21C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.AlgorithmIdentifier.#ctor(System.Security.Cryptography.Oid,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L33C50-L27C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.AlgorithmIdentifier.Oid", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L29C26-L29C30" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.AlgorithmIdentifier.KeyLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L31C32-L31C36" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.AlgorithmIdentifier.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L33C36-L33C40" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.AlgorithmIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipient.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L13C15-L15C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipient.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.RSAEncryptionPadding)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L23C15-L32C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipient.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.RSAEncryptionPadding)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L40C15-L49C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipient.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L51C9-L73C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipient.RSAEncryptionPadding", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L80C54-L80C58" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipient.RecipientIdentifierType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L81C64-L81C68" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipient.Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L82C47-L82C51" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.CmsRecipient", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L14C9-L17C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.#ctor(System.Security.Cryptography.Pkcs.CmsRecipient)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L19C9-L23C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.X509Certificates.X509Certificate2Collection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L25C9-L35C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.Add(System.Security.Cryptography.Pkcs.CmsRecipient)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L58C13-L65C35" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.Remove(System.Security.Cryptography.Pkcs.CmsRecipient)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L70C13-L76C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L80C13-L80C53" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L85C13-L85C53" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L90C13-L107C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.CopyTo(System.Security.Cryptography.Pkcs.CmsRecipient[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L111C13-L122C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipientCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L41C17-L44C43" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipientCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L52C17-L52C42" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipientCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L128C17-L128C30" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipientCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L136C17-L136C29" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.CmsRecipientCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs#L30C17-L30C46" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs#L36C13-L39C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs#L44C13-L45C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipientEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs#L22C17-L22C46" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipientEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs#L30C17-L30C46" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.CmsRecipientEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.ContentInfo.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L18C15-L20C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.ContentInfo.#ctor(System.Security.Cryptography.Oid,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L22C9-L35C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.ContentInfo.GetContentType(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L43C13-L48C75" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.ContentInfo.GetContentType(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L53C13-L53C75" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.ContentInfo.ContentType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L37C34-L37C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.ContentInfo.Content", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L39C33-L39C37" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.ContentInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L19C15-L21C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.#ctor(System.Security.Cryptography.Pkcs.ContentInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L24C15-L26C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.#ctor(System.Security.Cryptography.Pkcs.ContentInfo,System.Security.Cryptography.Pkcs.AlgorithmIdentifier)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L28C9-L46C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Encrypt(System.Security.Cryptography.Pkcs.CmsRecipient)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L93C13-L99C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Encrypt(System.Security.Cryptography.Pkcs.CmsRecipientCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L103C13-L119C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L126C13-L129C53" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decode(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L137C13-L143C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decode(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L156C13-L178C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decrypt", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L185C13-L186C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decrypt(System.Security.Cryptography.Pkcs.RecipientInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L190C13-L196C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decrypt(System.Security.Cryptography.Pkcs.RecipientInfo,System.Security.Cryptography.X509Certificates.X509Certificate2Collection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L200C13-L210C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decrypt(System.Security.Cryptography.X509Certificates.X509Certificate2Collection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L214C13-L220C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decrypt(System.Security.Cryptography.Pkcs.RecipientInfo,System.Security.Cryptography.AsymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L224C13-L244C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.EnvelopedCms.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L54C30-L54C34" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.EnvelopedCms.ContentInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L55C42-L55C46" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.EnvelopedCms.ContentEncryptionAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L56C65-L56C69" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.EnvelopedCms.Certificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L57C58-L57C62" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.EnvelopedCms.UnprotectedAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L58C79-L58C83" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.EnvelopedCms.RecipientInfos", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L68C17-L83C63" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.EnvelopedCms", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L23C17-L23C36" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo.RecipientIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L31C17-L31C77" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo.KeyEncryptionAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L39C17-L39C83" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo.EncryptedKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L47C17-L47C63" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo.OriginatorIdentifierOrKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L55C17-L55C87" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo.Date", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L63C17-L68C40" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo.OtherKeyAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L76C17-L76C73" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Security.Cryptography.Pkcs.KeyTransRecipientInfo.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyTransRecipientInfo.cs#L22C17-L22C36" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.KeyTransRecipientInfo.RecipientIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyTransRecipientInfo.cs#L30C17-L30C77" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.KeyTransRecipientInfo.KeyEncryptionAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyTransRecipientInfo.cs#L38C17-L38C83" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.KeyTransRecipientInfo.EncryptedKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyTransRecipientInfo.cs#L46C17-L46C63" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.KeyTransRecipientInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyTransRecipientInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9AttributeObject.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L16C15-L18C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9AttributeObject.#ctor(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L21C15-L23C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9AttributeObject.#ctor(System.Security.Cryptography.Oid,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L26C15-L28C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9AttributeObject.#ctor(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L31C15-L40C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9AttributeObject.CopyFrom(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L70C13-L79C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs9AttributeObject.Oid", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L64C17-L64C33" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs9AttributeObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9ContentType.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9ContentType.cs#L18C15-L20C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9ContentType.CopyFrom(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9ContentType.cs#L41C13-L43C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs9ContentType.ContentType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9ContentType.cs#L35C17-L35C61" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs9ContentType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9ContentType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs#L18C15-L20C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs#L23C15-L26C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs#L29C15-L31C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription.CopyFrom(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs#L52C13-L54C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription.DocumentDescription", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs#L46C17-L46C69" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentName.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs#L18C15-L20C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentName.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs#L23C15-L26C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentName.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs#L29C15-L31C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentName.CopyFrom(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs#L52C13-L54C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs9DocumentName.DocumentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs#L46C17-L46C62" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs9DocumentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9MessageDigest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9MessageDigest.cs#L17C15-L19C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9MessageDigest.CopyFrom(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9MessageDigest.cs#L40C13-L42C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs9MessageDigest.MessageDigest", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9MessageDigest.cs#L34C17-L34C63" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs9MessageDigest", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9MessageDigest.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9SigningTime.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs#L19C15-L21C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9SigningTime.#ctor(System.DateTime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs#L24C15-L27C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9SigningTime.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs#L30C15-L32C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9SigningTime.CopyFrom(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs#L58C13-L60C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs9SigningTime.SigningTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs#L47C17-L52C47" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs9SigningTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Security.Cryptography.Pkcs.PublicKeyInfo.Algorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/PublicKeyInfo.cs#L20C48-L20C52" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.PublicKeyInfo.KeyValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/PublicKeyInfo.cs#L22C34-L22C38" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.PublicKeyInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/PublicKeyInfo.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfo.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs#L36C41-L36C45" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfo.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfo.RecipientIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfo.KeyEncryptionAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfo.EncryptedKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.RecipientInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.RecipientInfoCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L49C13-L49C54" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.RecipientInfoCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L54C13-L54C68" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.RecipientInfoCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L59C13-L75C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.RecipientInfoCollection.CopyTo(System.Security.Cryptography.Pkcs.RecipientInfo[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L79C13-L87C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfoCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L33C17-L35C47" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfoCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L43C17-L43C47" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfoCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L93C17-L93C30" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfoCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L101C17-L101C29" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.RecipientInfoCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.RecipientInfoEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs#L30C17-L30C50" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.RecipientInfoEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs#L36C13-L41C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.RecipientInfoEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs#L46C13-L47C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfoEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs#L22C17-L22C50" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfoEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs#L30C17-L30C50" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.RecipientInfoEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Cryptography.Pkcs.RecipientInfoType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoType.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.RecipientInfoType.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoType.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.RecipientInfoType.KeyTransport", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoType.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.RecipientInfoType.KeyAgreement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoType.cs" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.RecipientInfoType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SubjectIdentifier.MatchesCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifier.cs#L102C13-L126C56" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SubjectIdentifier.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifier.cs#L97C45-L97C49" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SubjectIdentifier.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifier.cs#L98C32-L98C36" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.SubjectIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifier.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKey.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKey.cs#L40C50-L40C54" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKey.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKey.cs#L42C31-L42C35" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKey.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKeyType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKeyType.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKeyType.IssuerAndSerialNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKeyType.SubjectKeyIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKeyType.PublicKeyInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKeyType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierType.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierType.IssuerAndSerialNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierType.SubjectKeyIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierType.NoSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.SubjectIdentifierType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L62C15-L64C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L67C15-L69C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L72C15-L74C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.CspParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L25C80-L80C96" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L82C103-L84C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.AsymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L87C15-L89C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.RSA,System.Security.Cryptography.RSASignaturePadding)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L113C15-L115C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L23C48-L23C52" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.PrivateKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L24C50-L24C54" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.Certificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L25C58-L25C62" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.DigestAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L26C38-L26C42" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.IncludeOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L27C50-L27C54" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.SignedAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L28C74-L28C78" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.UnsignedAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L29C76-L29C80" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.SignaturePadding", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L37C20-L37C37" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.SignerIdentifierType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L52C19-L52C48" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.CmsSigner", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.Pkcs.ContentInfo,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L44C9-L74C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L127C13-L163C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.Decode(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L167C13-L173C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.Decode(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L178C13-L245C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.ComputeSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L304C43-L304C103" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.ComputeSignature(System.Security.Cryptography.Pkcs.CmsSigner)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L306C59-L306C89" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.ComputeSignature(System.Security.Cryptography.Pkcs.CmsSigner,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L310C13-L396C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.RemoveSignature(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L400C13-L415C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.RemoveSignature(System.Security.Cryptography.Pkcs.SignerInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L419C13-L432C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.CheckSignature(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L615C13-L615C82" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.CheckSignature(System.Security.Cryptography.X509Certificates.X509Certificate2Collection,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L619C13-L625C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.CheckHash", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L654C13-L672C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.AddCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L681C13-L711C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.RemoveCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L715C13-L735C86" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.CtorOverloads.cs#L14C15-L16C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.CtorOverloads.cs#L19C15-L21C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.#ctor(System.Security.Cryptography.Pkcs.ContentInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.CtorOverloads.cs#L24C15-L26C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.Pkcs.ContentInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.CtorOverloads.cs#L29C15-L31C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.#ctor(System.Security.Cryptography.Pkcs.ContentInfo,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.CtorOverloads.cs#L34C15-L36C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignedCms.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L40C30-L40C34" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignedCms.ContentInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L41C42-L41C46" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignedCms.Detached", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L42C32-L42C36" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignedCms.Certificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L80C17-L108C29" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignedCms.SignerInfos", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L116C17-L121C80" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.SignedCms", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.GetSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L69C41-L69C61" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.AddUnsignedAttribute(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L16707566C0-L176C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.RemoveUnsignedAttribute(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L16707566C0-L217C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.ComputeCounterSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L271C13-L271C87" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.ComputeCounterSignature(System.Security.Cryptography.Pkcs.CmsSigner)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L276C13-L326C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.RemoveCounterSignature(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L330C13-L406C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.RemoveCounterSignature(System.Security.Cryptography.Pkcs.SignerInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L410C13-L432C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.CheckSignature(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L435C13-L435C82" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.CheckSignature(System.Security.Cryptography.X509Certificates.X509Certificate2Collection,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L439C13-L457C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.CheckHash", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L461C13-L470C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L20C30-L20C34" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.SignerIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L21C53-L21C57" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.SignedAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L62C13-L62C78" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.UnsignedAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L65C13-L65C82" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L72C13-L72C59" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.CounterSignerInfos", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L79C17-L86C63" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.DigestAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L90C39-L90C70" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.SignatureAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L92C42-L92C76" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.SignerInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfoCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L51C56-L51C86" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfoCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L52C52-L52C82" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfoCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L56C13-L72C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfoCollection.CopyTo(System.Security.Cryptography.Pkcs.SignerInfo[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L76C62-L76C102" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfoCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L43C17-L45C44" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfoCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L49C29-L49C48" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfoCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L78C39-L78C44" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfoCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L79C35-L79C39" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.SignerInfoCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfoEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs#L23C39-L23C62" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfoEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs#L27C13-L33C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfoEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs#L38C13-L39C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfoEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs#L22C38-L22C61" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfoEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs#L23C39-L23C62" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.SignerInfoEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.AddSafeContentsEncrypted(System.Security.Cryptography.Pkcs.Pkcs12SafeContents,System.Byte[],System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L25C13-L30C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.AddSafeContentsEncrypted(System.Security.Cryptography.Pkcs.Pkcs12SafeContents,System.ReadOnlySpan{System.Byte},System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L37C13-L68C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.AddSafeContentsEncrypted(System.Security.Cryptography.Pkcs.Pkcs12SafeContents,System.String,System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L75C13-L80C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.AddSafeContentsEncrypted(System.Security.Cryptography.Pkcs.Pkcs12SafeContents,System.ReadOnlySpan{System.Char},System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L87C13-L118C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.AddSafeContentsUnencrypted(System.Security.Cryptography.Pkcs.Pkcs12SafeContents)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L122C13-L133C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L137C13-L142C42" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.SealWithMac(System.String,System.Security.Cryptography.HashAlgorithmName,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L150C13-L155C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.SealWithMac(System.ReadOnlySpan{System.Char},System.Security.Cryptography.HashAlgorithmName,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L162C13-L311C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.SealWithoutIntegrity", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L315C13-L356C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L360C13-L373C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12Builder.IsSealed", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L18C33-L18C53" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12Builder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12CertBag.#ctor(System.Security.Cryptography.Oid,System.ReadOnlyMemory{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs#L38C15-L48C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12CertBag.GetCertificateType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs#L65C13-L67C43" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12CertBag.GetCertificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs#L74C13-L79C92" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12CertBag.IsX509Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs#L16C41-L16C45" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12CertBag.EncodedCertificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs#L70C59-L70C77" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12CertBag", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12ConfidentialityMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12ConfidentialityMode.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12ConfidentialityMode.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12ConfidentialityMode.Password", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12ConfidentialityMode.PublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12ConfidentialityMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Info.VerifyMac(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs#L29C13-L29C49" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Info.VerifyMac(System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs#L34C13-L43C73" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Info.Decode(System.ReadOnlyMemory{System.Byte},System.Int32@,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs#L52C13-L147C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12Info.AuthenticatedSafe", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs#L19C75-L19C79" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12Info.IntegrityMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs#L20C52-L20C56" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12Info", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12IntegrityMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12IntegrityMode.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12IntegrityMode.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12IntegrityMode.Password", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12IntegrityMode.PublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12IntegrityMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12KeyBag.#ctor(System.ReadOnlyMemory{System.Byte},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12KeyBag.cs#L9C15-L11C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12KeyBag.Pkcs8PrivateKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12KeyBag.cs#L13C56-L13C71" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12KeyBag", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12KeyBag.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.#ctor(System.String,System.ReadOnlyMemory{System.Byte},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L36C9-L46C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L50C13-L51C36" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.GetBagId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L56C13-L58C38" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L63C13-L64C68" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.EncodedBagValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L18C55-L18C59" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L24C17-L26C36" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12SafeBag", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L23C9-L26C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddSafeBag(System.Security.Cryptography.Pkcs.Pkcs12SafeBag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L60C13-L71C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L75C13-L85C24" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddKeyUnencrypted(System.Security.Cryptography.AsymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L90C13-L101C24" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddNestedContents(System.Security.Cryptography.Pkcs.Pkcs12SafeContents)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L106C13-L118C24" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddShroudedKey(System.Security.Cryptography.AsymmetricAlgorithm,System.Byte[],System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L126C13-L130C32" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddShroudedKey(System.Security.Cryptography.AsymmetricAlgorithm,System.ReadOnlySpan{System.Byte},System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L138C13-L149C24" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddShroudedKey(System.Security.Cryptography.AsymmetricAlgorithm,System.String,System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L157C13-L161C32" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddShroudedKey(System.Security.Cryptography.AsymmetricAlgorithm,System.ReadOnlySpan{System.Char},System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L169C13-L180C24" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddSecret(System.Security.Cryptography.Oid,System.ReadOnlyMemory{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L185C13-L195C24" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.Decrypt(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L201C13-L202C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.Decrypt(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L206C13-L207C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.Decrypt(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L212C13-L213C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.Decrypt(System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L217C13-L218C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.GetBags", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L283C13-L293C39" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.ConfidentialityMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L20C64-L20C68" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L21C34-L21C38" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12SafeContents", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12SafeContentsBag.SafeContents", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContentsBag.cs#L11C51-L11C55" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12SafeContentsBag", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContentsBag.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SecretBag.GetSecretType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SecretBag.cs#L39C13-L41C45" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12SecretBag.SecretValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SecretBag.cs#L16C52-L16C72" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12SecretBag", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SecretBag.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12ShroudedKeyBag.#ctor(System.ReadOnlyMemory{System.Byte},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12ShroudedKeyBag.cs#L9C15-L11C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12ShroudedKeyBag.EncryptedPkcs8PrivateKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12ShroudedKeyBag.cs#L13C65-L13C80" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12ShroudedKeyBag", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12ShroudedKeyBag.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.#ctor(System.Security.Cryptography.Oid,System.Nullable{System.ReadOnlyMemory{System.Byte}},System.ReadOnlyMemory{System.Byte},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L19C9-L40C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.Create(System.Security.Cryptography.AsymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L58C13-L64C57" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.Decode(System.ReadOnlyMemory{System.Byte},System.Int32@,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L74C17-L93C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L97C13-L98C36" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.Encrypt(System.ReadOnlySpan{System.Char},System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L103C13-L116C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.Encrypt(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L122C13-L134C36" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L139C13-L140C68" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.TryEncrypt(System.ReadOnlySpan{System.Char},System.Security.Cryptography.PbeParameters,System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L149C13-L161C68" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.TryEncrypt(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.PbeParameters,System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L170C13-L182C68" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.DecryptAndDecode(System.ReadOnlySpan{System.Char},System.ReadOnlyMemory{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L190C13-L214C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.DecryptAndDecode(System.ReadOnlySpan{System.Byte},System.ReadOnlyMemory{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L221C13-L245C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.AlgorithmId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L14C34-L14C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.AlgorithmParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L15C60-L15C64" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L16C68-L16C72" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.PrivateKeyBytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L17C55-L17C59" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs#L15C13-L17C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs#L21C15-L23C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId.#ctor(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs#L26C15-L31C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId.CopyFrom(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs#L38C13-L40C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId.KeyId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs#L34C13-L34C43" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.GetMessageHash", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L26C57-L26C97" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.GetNonce", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L30C52-L30C69" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.GetExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L35C13-L57C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.ProcessResponse(System.ReadOnlyMemory{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L62C13-L70C48" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L148C13-L148C51" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L153C13-L161C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.CreateFromSignerInfo(System.Security.Cryptography.Pkcs.SignerInfo,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.Oid,System.Nullable{System.ReadOnlyMemory{System.Byte}},System.Boolean,System.Security.Cryptography.X509Certificates.X509ExtensionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L172C13-L188C29" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.CreateFromData(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.Oid,System.Nullable{System.ReadOnlyMemory{System.Byte}},System.Boolean,System.Security.Cryptography.X509Certificates.X509ExtensionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L199C20-L212C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.CreateFromHash(System.ReadOnlyMemory{System.Byte},System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.Oid,System.Nullable{System.ReadOnlyMemory{System.Byte}},System.Boolean,System.Security.Cryptography.X509Certificates.X509ExtensionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L222C13-L230C29" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.CreateFromHash(System.ReadOnlyMemory{System.Byte},System.Security.Cryptography.Oid,System.Security.Cryptography.Oid,System.Nullable{System.ReadOnlyMemory{System.Byte}},System.Boolean,System.Security.Cryptography.X509Certificates.X509ExtensionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L267C13-L341C15" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.TryDecode(System.ReadOnlyMemory{System.Byte},System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L359C17-L383C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L25C31-L25C50" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.HashAlgorithmId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L27C39-L27C127" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.RequestedPolicyId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L28C42-L28C142" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.RequestSignerCertificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L29C49-L29C68" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.HasExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L31C38-L31C72" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.AsSignedCms", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L40C43-L40C58" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.VerifySignatureForData(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.X509Certificates.X509Certificate2@,System.Security.Cryptography.X509Certificates.X509Certificate2Collection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L79C13-L94C26" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.VerifySignatureForHash(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.X509Certificates.X509Certificate2@,System.Security.Cryptography.X509Certificates.X509Certificate2Collection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L103C13-L118C26" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.VerifySignatureForHash(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.Oid,System.Security.Cryptography.X509Certificates.X509Certificate2@,System.Security.Cryptography.X509Certificates.X509Certificate2Collection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L127C13-L151C26" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.VerifySignatureForSignerInfo(System.Security.Cryptography.Pkcs.SignerInfo,System.Security.Cryptography.X509Certificates.X509Certificate2@,System.Security.Cryptography.X509Certificates.X509Certificate2Collection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L159C13-L167C34" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.TryDecode(System.ReadOnlyMemory{System.Byte},System.Security.Cryptography.Pkcs.Rfc3161TimestampToken@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L298C13-L428C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.TokenInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L23C54-L23C58" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.#ctor(System.Security.Cryptography.Oid,System.Security.Cryptography.Oid,System.ReadOnlyMemory{System.Byte},System.ReadOnlyMemory{System.Byte},System.DateTimeOffset,System.Nullable{System.Int64},System.Boolean,System.Nullable{System.ReadOnlyMemory{System.Byte}},System.Nullable{System.ReadOnlyMemory{System.Byte}},System.Security.Cryptography.X509Certificates.X509ExtensionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L40C9-L69C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.GetMessageHash", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L99C57-L99C97" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.GetSerialNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L105C58-L105C82" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.GetNonce", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L130C52-L130C69" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.GetTimestampAuthorityName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L149C13-L164C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.GetExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L173C13-L195C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L204C13-L204C51" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L215C13-L223C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.TryDecode(System.ReadOnlyMemory{System.Byte},System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L238C13-L246C26" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L81C31-L81C50" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.PolicyId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L87C32-L87C82" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.HashAlgorithmId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L93C39-L93C127" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.Timestamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L111C44-L111C63" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.AccuracyInMicroseconds", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L118C48-L118C81" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.IsOrdering", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L124C35-L124C55" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.HasExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L136C38-L136C72" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Security.Cryptography.ProtectedData.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Security.Cryptography.ProtectedData.json deleted file mode 100644 index 0cf9b294e16..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Security.Cryptography.ProtectedData.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "Assembly": "System.Security.Cryptography.ProtectedData", - "GUID": "2AA27A3BB023462E929D974C59561E0FFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "F:System.Security.Cryptography.DataProtectionScope.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/DataProtectionScope.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.DataProtectionScope.CurrentUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/DataProtectionScope.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.DataProtectionScope.LocalMachine", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/DataProtectionScope.cs" - } - ], - "DocsId": "T:System.Security.Cryptography.DataProtectionScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/DataProtectionScope.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.ProtectedData.Protect(System.Byte[],System.Byte[],System.Security.Cryptography.DataProtectionScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs#L19C13-L24C88" - }, - { - "DocsId": "M:System.Security.Cryptography.ProtectedData.Unprotect(System.Byte[],System.Byte[],System.Security.Cryptography.DataProtectionScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs#L29C13-L34C94" - } - ], - "DocsId": "T:System.Security.Cryptography.ProtectedData", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Security.Cryptography.Xml.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Security.Cryptography.Xml.json deleted file mode 100644 index 2cc1d585843..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Security.Cryptography.Xml.json +++ /dev/null @@ -1,1924 +0,0 @@ -{ - "Assembly": "System.Security.Cryptography.Xml", - "GUID": "13282434F6C64B45926BE6D9EBEC705EFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.CipherData.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L15C9-L15C32" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.CipherData.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.CipherData.#ctor(System.Security.Cryptography.Xml.CipherReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L22C9-L25C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.CipherData.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L70C13-L74C37" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.CipherData.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L101C13-L129C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.CipherData.CipherReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L39C19-L39C43" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.CipherData.CipherValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L55C19-L55C39" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.CipherData", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.CipherReference.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs#L13C36-L16C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.CipherReference.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs#L18C46-L21C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.CipherReference.#ctor(System.String,System.Security.Cryptography.Xml.TransformChain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs#L23C77-L26C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.CipherReference.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs#L45C13-L49C37" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.CipherReference.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs#L73C13-L91C10" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.CipherReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CryptoSignedXmlRecursionException.cs#L20C54-L20C64" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CryptoSignedXmlRecursionException.cs#L21C68-L21C85" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CryptoSignedXmlRecursionException.cs#L22C85-L22C109" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CryptoSignedXmlRecursionException.cs#L27C105-L27C128" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CryptoSignedXmlRecursionException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.DataObject.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L21C9-L25C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.DataObject.#ctor(System.String,System.String,System.String,System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L27C9-L40C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.DataObject.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L109C13-L113C37" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.DataObject.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L140C13-L156C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.DataObject.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L48C19-L48C30" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.DataObject.MimeType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L58C19-L58C36" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.DataObject.Encoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L68C19-L68C36" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.DataObject.Data", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L78C19-L78C34" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.DataObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.DataReference.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataReference.cs#L8C34-L11C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.DataReference.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataReference.cs#L13C44-L16C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.DataReference.#ctor(System.String,System.Security.Cryptography.Xml.TransformChain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataReference.cs#L18C75-L21C10" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.DataReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataReference.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.DSAKeyValue.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs#L21C9-L24C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.DSAKeyValue.#ctor(System.Security.Cryptography.DSA)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs#L26C9-L34C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.DSAKeyValue.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs#L69C13-L71C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.DSAKeyValue.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs#L156C13-L213C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.DSAKeyValue.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs#L42C20-L42C24" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.DSAKeyValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedData.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedData.cs#L15C13-L69C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedData.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedData.cs#L73C13-L77C37" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedData.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedData.cs" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.EncryptedData", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedData.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedKey.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L15C9-L15C34" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedKey.AddReference(System.Security.Cryptography.Xml.DataReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L42C13-L43C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedKey.AddReference(System.Security.Cryptography.Xml.KeyReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L47C13-L48C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedKey.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L54C13-L144C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedKey.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L148C13-L152C37" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedKey.Recipient", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L20C20-L20C47" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedKey.CarriedKeyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L30C19-L30C42" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedKey.ReferenceList", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L38C47-L38C85" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.EncryptedKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedReference.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L16C42-L18C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedReference.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L20C52-L22C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedReference.#ctor(System.String,System.Security.Cryptography.Xml.TransformChain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L24C9-L29C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedReference.AddTransform(System.Security.Cryptography.Xml.Transform)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L57C13-L58C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedReference.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L81C13-L85C37" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedReference.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L109C13-L130C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedReference.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L33C19-L33C31" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedReference.TransformChain", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L47C20-L47C60" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedReference.ReferenceType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L62C19-L62C41" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedReference.CacheValid", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L75C17-L75C45" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.EncryptedReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedType.AddProperty(System.Security.Cryptography.Xml.EncryptionProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L91C13-L92C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedType.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedType.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedType.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L32C19-L32C30" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L42C19-L42C32" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.MimeType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L52C19-L52C36" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.Encoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L62C19-L62C36" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.KeyInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L73C20-L73C46" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.EncryptionMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L79C19-L79C44" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.EncryptionProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L87C77-L87C122" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.CipherData", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L96C20-L96C52" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.EncryptedType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L81C33-L81C60" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.#ctor(System.Xml.XmlDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L85C53-L85C77" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.#ctor(System.Xml.XmlDocument,System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L89C9-L102C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.GetIdElement(System.Xml.XmlDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L266C13-L266C69" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionIV(System.Security.Cryptography.Xml.EncryptedData,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L272C13-L303C23" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(System.Security.Cryptography.Xml.EncryptedData,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L312C13-L393C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.DecryptEncryptedKey(System.Security.Cryptography.Xml.EncryptedKey)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L401C13-L513C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.AddKeyNameMapping(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L523C13-L535C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.ClearKeyNameMappings", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L539C13-L540C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.Encrypt(System.Xml.XmlElement,System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L548C13-L585C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.Encrypt(System.Xml.XmlElement,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L594C13-L668C23" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L679C13-L696C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.EncryptData(System.Byte[],System.Security.Cryptography.SymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L701C13-L742C27" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.EncryptData(System.Xml.XmlElement,System.Security.Cryptography.SymmetricAlgorithm,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L748C13-L758C63" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.DecryptData(System.Security.Cryptography.Xml.EncryptedData,System.Security.Cryptography.SymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L764C13-L809C27" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.ReplaceData(System.Xml.XmlElement,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L815C13-L880C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.ReplaceElement(System.Xml.XmlElement,System.Security.Cryptography.Xml.EncryptedData,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L889C13-L914C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.EncryptKey(System.Byte[],System.Security.Cryptography.SymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L919C13-L941C102" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.EncryptKey(System.Byte[],System.Security.Cryptography.RSA,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L949C13-L966C64" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.DecryptKey(System.Byte[],System.Security.Cryptography.SymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L973C13-L995C102" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.DecryptKey(System.Byte[],System.Security.Cryptography.RSA,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L1002C13-L1019C67" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncNamespaceUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncElementUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncElementContentUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncEncryptedKeyUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncDESUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncTripleDESUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncAES128Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncAES256Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncAES192Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncRSA15Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncRSAOAEPUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncTripleDESKeyWrapUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncAES128KeyWrapUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncAES256KeyWrapUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncAES192KeyWrapUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncSHA256Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncSHA512Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedXml.XmlDSigSearchDepth", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L125C17-L125C44" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedXml.DocumentEvidence", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L136C19-L136C36" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedXml.Resolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L143C19-L143C39" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedXml.Padding", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L151C19-L151C35" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedXml.Mode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L159C19-L159C32" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedXml.Encoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L166C19-L166C36" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedXml.Recipient", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L175C20-L175C47" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.EncryptedXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionMethod.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L15C9-L18C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionMethod.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L20C9-L24C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionMethod.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L59C13-L63C37" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionMethod.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L84C13-L103C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptionMethod.KeySize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L37C19-L37C35" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptionMethod.KeyAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L49C19-L49C37" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.EncryptionMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionProperty.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L17C9-L17C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionProperty.#ctor(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L19C9-L31C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionProperty.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L70C13-L74C37" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionProperty.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L84C13-L97C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptionProperty.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L35C19-L35C30" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptionProperty.Target", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L40C19-L40C34" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptionProperty.PropertyElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L46C19-L46C36" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.EncryptionProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L19C13-L19C43" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L30C13-L33C38" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Add(System.Security.Cryptography.Xml.EncryptionProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L38C13-L38C38" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L43C13-L44C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L49C13-L52C43" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Contains(System.Security.Cryptography.Xml.EncryptionProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L57C13-L57C43" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L63C13-L66C42" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.IndexOf(System.Security.Cryptography.Xml.EncryptionProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L71C13-L71C42" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L77C13-L81C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Insert(System.Int32,System.Security.Cryptography.Xml.EncryptionProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L85C13-L86C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L91C13-L95C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Remove(System.Security.Cryptography.Xml.EncryptionProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L99C13-L100C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L104C13-L105C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L119C13-L119C55" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L138C19-L138C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#set_Item(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L141C17-L145C14" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L150C13-L151C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.CopyTo(System.Security.Cryptography.Xml.EncryptionProperty[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L155C13-L156C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L24C19-L24C39" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L109C19-L109C45" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L114C19-L114C44" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.ItemOf(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L127C17-L127C66" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L138C19-L138C40" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L160C19-L160C42" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L165C19-L165C48" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.EncryptionPropertyCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.IRelDecryptor.Decrypt(System.Security.Cryptography.Xml.EncryptionMethod,System.Security.Cryptography.Xml.KeyInfo,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/IRelDecryptor.cs" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.IRelDecryptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/IRelDecryptor.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfo.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L19C9-L22C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfo.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L36C13-L38C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfo.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L65C13-L113C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfo.AddClause(System.Security.Cryptography.Xml.KeyInfoClause)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L126C13-L127C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfo.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L131C13-L131C52" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfo.GetEnumerator(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L136C13-L148C50" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.KeyInfo.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L30C19-L30C30" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.KeyInfo.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L117C19-L117C48" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.KeyInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoClause.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoClause.cs#L14C9-L14C38" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoClause.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoClause.cs" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoClause.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoClause.cs" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.KeyInfoClause", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoEncryptedKey.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs#L15C9-L15C41" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoEncryptedKey.#ctor(System.Security.Cryptography.Xml.EncryptedKey)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoEncryptedKey.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs#L30C13-L32C43" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoEncryptedKey.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs#L44C13-L46C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoEncryptedKey.EncryptedKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs#L24C19-L24C40" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.KeyInfoEncryptedKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoName.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs#L16C32-L16C46" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoName.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs#L18C9-L21C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoName.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs#L39C13-L41C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoName.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs#L53C13-L60C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoName.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs#L29C19-L29C35" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.KeyInfoName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoNode.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs#L17C9-L17C33" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoNode.#ctor(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs#L19C9-L22C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoNode.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs#L40C13-L42C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoNode.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs#L52C13-L53C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoNode.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs#L30C19-L30C32" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.KeyInfoNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L17C9-L17C44" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L19C9-L22C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L24C9-L28C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L48C13-L50C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L68C13-L75C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L36C19-L36C31" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L42C19-L42C32" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L29C9-L29C37" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L31C9-L35C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L37C9-L40C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509IncludeOption)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L42C9-L94C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.AddCertificate(System.Security.Cryptography.X509Certificates.X509Certificate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L107C13-L116C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.AddSubjectKeyId(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L125C13-L127C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.AddSubjectKeyId(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L131C13-L133C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.AddSubjectName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L142C13-L144C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.AddIssuerSerial(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L153C13-L165C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L199C13-L201C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L265C13-L312C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoX509Data.Certificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L102C19-L102C40" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoX509Data.SubjectKeyIds", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L120C19-L120C41" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoX509Data.SubjectNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L137C19-L137C40" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoX509Data.IssuerSerials", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L148C19-L148C41" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoX509Data.CRL", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L176C19-L176C31" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.KeyInfoX509Data", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyReference.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyReference.cs#L8C33-L11C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyReference.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyReference.cs#L13C43-L16C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyReference.#ctor(System.String,System.Security.Cryptography.Xml.TransformChain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyReference.cs#L18C74-L21C10" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.KeyReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyReference.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.Reference.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L32C9-L39C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Reference.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L41C9-L48C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Reference.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L50C9-L58C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Reference.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L160C13-L164C37" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Reference.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L211C13-L326C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Reference.AddTransform(System.Security.Cryptography.Xml.Transform)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L330C13-L337C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Reference.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L75C19-L75C30" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Reference.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L81C19-L81C31" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Reference.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L91C19-L91C32" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Reference.DigestMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L101C19-L101C40" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Reference.DigestValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L111C19-L111C39" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Reference.TransformChain", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L121C20-L121C60" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.Reference", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L19C13-L19C48" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L30C13-L38C43" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L44C13-L45C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L49C13-L49C48" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L54C13-L54C47" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L59C13-L68C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L73C13-L74C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L78C13-L79C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L83C13-L83C60" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.System#Collections#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L102C19-L102C45" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.System#Collections#IList#set_Item(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L105C17-L112C14" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L117C13-L118C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.System#Collections#IList#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L122C19-L122C50" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.System#Collections#IList#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L127C19-L127C49" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.ReferenceList.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L24C19-L24C44" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.ReferenceList.ItemOf(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L91C17-L91C37" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.ReferenceList.System#Collections#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L102C19-L102C45" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.ReferenceList.System#Collections#IList#IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L122C19-L122C50" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.ReferenceList.System#Collections#IList#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L127C19-L127C49" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.ReferenceList.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L132C19-L132C47" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.ReferenceList.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L137C19-L137C53" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.ReferenceList", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.RSAKeyValue.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs#L16C9-L19C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.RSAKeyValue.#ctor(System.Security.Cryptography.RSA)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs#L21C9-L29C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.RSAKeyValue.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs#L64C13-L66C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.RSAKeyValue.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs#L111C13-L144C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.RSAKeyValue.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs#L37C20-L37C24" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.RSAKeyValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.Signature.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L31C9-L35C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Signature.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L87C13-L89C37" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Signature.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L136C13-L226C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Signature.AddObject(System.Security.Cryptography.Xml.DataObject)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L230C13-L231C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Signature.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L43C19-L43C30" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Signature.SignedInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L49C19-L49C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Signature.SignatureValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L60C19-L60C42" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Signature.KeyInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L66C20-L66C46" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Signature.ObjectList", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L72C19-L72C43" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.Signature", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedInfo.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L29C9-L32C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedInfo.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L36C13-L36C47" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedInfo.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L41C13-L41C47" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedInfo.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L157C13-L161C37" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedInfo.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L207C13-L282C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedInfo.AddReference(System.Security.Cryptography.Xml.Reference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L286C13-L293C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L46C19-L46C53" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L51C19-L51C53" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L56C19-L56C53" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L61C19-L61C53" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L70C19-L70C30" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.CanonicalizationMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L84C17-L86C48" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.CanonicalizationMethodObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L99C17-L107C57" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.SignatureMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L113C19-L113C43" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.SignatureLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L123C19-L123C43" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.References", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L133C19-L133C38" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.SignedInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L33C9-L95C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.#ctor(System.Xml.XmlDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L33C9-L107C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.#ctor(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L33C9-L119C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L224C13-L227C45" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L234C13-L244C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.AddReference(System.Security.Cryptography.Xml.Reference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L252C13-L253C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.AddObject(System.Security.Cryptography.Xml.DataObject)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L257C13-L258C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.CheckSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L262C13-L262C54" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.CheckSignatureReturningKey(System.Security.Cryptography.AsymmetricAlgorithm@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L267C13-L289C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.CheckSignature(System.Security.Cryptography.AsymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L294C13-L313C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.CheckSignature(System.Security.Cryptography.KeyedHashAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L318C13-L336C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.CheckSignature(System.Security.Cryptography.X509Certificates.X509Certificate2,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L341C13-L387C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.ComputeSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L392C13-L436C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.ComputeSignature(System.Security.Cryptography.KeyedHashAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L440C13-L476C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.GetPublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L484C13-L520C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.GetIdElement(System.Xml.XmlDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L554C13-L554C59" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.m_signature", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.m_strSigningKeyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigNamespaceUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigMinimalCanonicalizationUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigCanonicalizationUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigCanonicalizationWithCommentsUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigSHA1Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigDSAUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigRSASHA1Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigHMACSHA1Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigSHA256Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigRSASHA256Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigSHA384Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigRSASHA384Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigSHA512Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigRSASHA512Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigC14NTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigC14NWithCommentsTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigExcC14NTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigExcC14NWithCommentsTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigBase64TransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigXPathTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigXsltTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigEnvelopedSignatureTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDecryptionTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlLicenseTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SigningKeyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L144C19-L144C46" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.Resolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L154C17-L156C14" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SignatureFormatValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L166C19-L166C52" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SafeCanonicalizationMethods", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L172C19-L172C55" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SigningKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L177C19-L177C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.EncryptedXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L186C20-L186C68" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.Signature", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L192C19-L192C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SignedInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L197C19-L197C49" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SignatureMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L202C19-L202C66" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SignatureLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L207C19-L207C66" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SignatureValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L212C19-L212C53" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.KeyInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L217C19-L217C46" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.SignedXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.Transform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L56C9-L56C34" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Transform.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L118C13-L120C37" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Transform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Transform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Transform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Transform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Transform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Transform.GetDigestedOutput(System.Security.Cryptography.HashAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L156C13-L156C72" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Transform.Algorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L64C19-L64C37" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Transform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Transform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Transform.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L163C17-L171C43" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Transform.PropagatedNamespaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L183C17-L218C46" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.Transform", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.TransformChain.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs#L29C9-L32C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.TransformChain.Add(System.Security.Cryptography.Xml.Transform)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs#L36C13-L38C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.TransformChain.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs#L42C13-L42C48" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.TransformChain.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs#L47C19-L47C44" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.TransformChain.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs#L54C17-L56C55" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.TransformChain", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L18C9-L35C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.IsTargetElement(System.Xml.XmlElement,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L41C13-L47C26" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.AddExceptUri(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L81C13-L87C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L91C13-L118C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L122C13-L134C39" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L139C13-L147C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L266C13-L270C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L275C13-L278C108" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDecryptionTransform.EncryptedXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L54C17-L64C30" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDecryptionTransform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L71C19-L71C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDecryptionTransform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L76C19-L76C39" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.XmlDecryptionTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L13C9-L20C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L34C9-L34C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L38C13-L38C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L43C13-L58C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L121C13-L121C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L126C13-L128C25" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigBase64Transform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L24C19-L24C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigBase64Transform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L29C19-L29C39" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigBase64Transform", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L11C9-L19C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L11C9-L25C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L39C13-L41C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L45C13-L45C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L50C13-L67C99" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L73C13-L73C56" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L78C13-L80C56" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.GetDigestedOutput(System.Security.Cryptography.HashAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L85C13-L85C50" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigC14NTransform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L29C19-L29C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigC14NTransform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L34C19-L34C39" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigC14NTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NWithCommentsTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NWithCommentsTransform.cs#L9C15-L12C10" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigC14NWithCommentsTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NWithCommentsTransform.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L11C9-L27C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L11C9-L34C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L49C13-L51C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L56C13-L56C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L61C13-L76C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L122C13-L174C44" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L180C13-L192C108" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L38C19-L38C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L43C19-L43C39" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L17C44-L17C65" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L19C64-L19C95" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L21C80-L21C126" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.#ctor(System.Boolean,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L11C9-L28C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L48C13-L73C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L77C13-L91C99" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L96C13-L105C39" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L110C13-L110C67" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L115C13-L117C67" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.GetDigestedOutput(System.Security.Cryptography.HashAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L122C13-L122C61" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.InclusiveNamespacesPrefixList", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L32C19-L32C57" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L38C19-L38C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L43C19-L43C39" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NWithCommentsTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NWithCommentsTransform.cs#L12C56-L15C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NWithCommentsTransform.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NWithCommentsTransform.cs#L17C92-L20C10" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigExcC14NWithCommentsTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NWithCommentsTransform.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L14C9-L23C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L38C13-L84C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L88C13-L115C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L120C13-L132C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L161C13-L188C35" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L193C13-L195C45" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigXPathTransform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L27C19-L27C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigXPathTransform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L32C19-L32C39" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigXPathTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L15C9-L25C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L15C9-L31C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L51C13-L75C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L79C13-L79C30" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L84C13-L108C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L118C13-L141C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L145C13-L147C40" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigXsltTransform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L37C17-L37C36" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigXsltTransform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L45C17-L45C37" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigXsltTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlLicenseTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L14C9-L30C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlLicenseTransform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L106C13-L106C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlLicenseTransform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L111C13-L111C30" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlLicenseTransform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L116C13-L119C32" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlLicenseTransform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L125C13-L127C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlLicenseTransform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L132C13-L183C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlLicenseTransform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L34C19-L34C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlLicenseTransform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L39C19-L39C39" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlLicenseTransform.Decryptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L44C19-L44C40" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.XmlLicenseTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Security.Permissions.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Security.Permissions.json deleted file mode 100644 index c78d33c40fb..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Security.Permissions.json +++ /dev/null @@ -1,6612 +0,0 @@ -{ - "Assembly": "System.Security.Permissions", - "GUID": "0AAB9FDBAD9E4A57BA368BDCB1DE2B9EFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.ApplicationIdentity.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs#L12C9-L12C75" - }, - { - "DocsId": "M:System.ApplicationIdentity.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs#L15C45-L15C57" - }, - { - "DocsId": "M:System.ApplicationIdentity.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs#L18C13-L18C55" - }, - { - "DocsId": "P:System.ApplicationIdentity.FullName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs#L13C40-L13C52" - }, - { - "DocsId": "P:System.ApplicationIdentity.CodeBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs#L14C40-L14C52" - } - ], - "DocsId": "T:System.ApplicationIdentity", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L26C77-L18C61" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.#ctor(System.Xaml.Permissions.XamlAccessLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L26C77-L19C69" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.#ctor(System.Collections.Generic.IEnumerable{System.Xaml.Permissions.XamlAccessLevel})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L26C77-L20C82" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L22C51-L22C85" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L24C45-L24C71" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L27C46-L27C106" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L28C62-L28C63" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.Includes(System.Xaml.Permissions.XamlAccessLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L29C65-L29C77" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L30C69-L30C129" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L31C63-L31C75" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L32C51-L32C83" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L33C64-L33C124" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L34C40-L34C52" - }, - { - "DocsId": "P:System.Xaml.Permissions.XamlLoadPermission.AllowedAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L26C55-L26C59" - } - ], - "DocsId": "T:System.Xaml.Permissions.XamlLoadPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.AspNetHostingPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L14C9-L14C66" - }, - { - "DocsId": "M:System.Web.AspNetHostingPermission.#ctor(System.Web.AspNetHostingPermissionLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L15C9-L15C79" - }, - { - "DocsId": "M:System.Web.AspNetHostingPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L17C41-L17C46" - }, - { - "DocsId": "M:System.Web.AspNetHostingPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L18C46-L18C58" - }, - { - "DocsId": "M:System.Web.AspNetHostingPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L19C65-L19C77" - }, - { - "DocsId": "M:System.Web.AspNetHostingPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L20C69-L20C81" - }, - { - "DocsId": "M:System.Web.AspNetHostingPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L21C64-L21C69" - }, - { - "DocsId": "M:System.Web.AspNetHostingPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L22C73-L22C74" - }, - { - "DocsId": "M:System.Web.AspNetHostingPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L23C51-L23C63" - }, - { - "DocsId": "P:System.Web.AspNetHostingPermission.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L16C53-L16C57" - } - ], - "DocsId": "T:System.Web.AspNetHostingPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.AspNetHostingPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionAttribute.cs#L15C74-L15C90" - }, - { - "DocsId": "M:System.Web.AspNetHostingPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionAttribute.cs#L17C58-L17C70" - }, - { - "DocsId": "P:System.Web.AspNetHostingPermissionAttribute.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionAttribute.cs#L16C53-L16C57" - } - ], - "DocsId": "T:System.Web.AspNetHostingPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Web.AspNetHostingPermissionLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" - }, - { - "DocsId": "F:System.Web.AspNetHostingPermissionLevel.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" - }, - { - "DocsId": "F:System.Web.AspNetHostingPermissionLevel.Minimal", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" - }, - { - "DocsId": "F:System.Web.AspNetHostingPermissionLevel.Low", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" - }, - { - "DocsId": "F:System.Web.AspNetHostingPermissionLevel.Medium", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" - }, - { - "DocsId": "F:System.Web.AspNetHostingPermissionLevel.High", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" - }, - { - "DocsId": "F:System.Web.AspNetHostingPermissionLevel.Unrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" - } - ], - "DocsId": "T:System.Web.AspNetHostingPermissionLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Transactions.DistributedTransactionPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L14C9-L14C75" - }, - { - "DocsId": "M:System.Transactions.DistributedTransactionPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L15C46-L15C58" - }, - { - "DocsId": "M:System.Transactions.DistributedTransactionPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L16C73-L16C74" - }, - { - "DocsId": "M:System.Transactions.DistributedTransactionPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L17C69-L17C81" - }, - { - "DocsId": "M:System.Transactions.DistributedTransactionPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L18C64-L18C69" - }, - { - "DocsId": "M:System.Transactions.DistributedTransactionPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L19C41-L19C46" - }, - { - "DocsId": "M:System.Transactions.DistributedTransactionPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L20C51-L20C63" - }, - { - "DocsId": "M:System.Transactions.DistributedTransactionPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L21C65-L21C77" - } - ], - "DocsId": "T:System.Transactions.DistributedTransactionPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Transactions.DistributedTransactionPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermissionAttribute.cs#L15C83-L15C99" - }, - { - "DocsId": "M:System.Transactions.DistributedTransactionPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermissionAttribute.cs#L17C58-L17C70" - }, - { - "DocsId": "P:System.Transactions.DistributedTransactionPermissionAttribute.Unrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermissionAttribute.cs#L16C40-L16C44" - } - ], - "DocsId": "T:System.Transactions.DistributedTransactionPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs#L13C9-L13C49" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs#L14C69-L14C84" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermission.#ctor(System.ServiceProcess.ServiceControllerPermissionAccess,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs#L15C9-L15C139" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermission.#ctor(System.ServiceProcess.ServiceControllerPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs#L16C9-L16C107" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceControllerPermission.PermissionEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs#L17C86-L17C90" - } - ], - "DocsId": "T:System.ServiceProcess.ServiceControllerPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceProcess.ServiceControllerPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAccess.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceControllerPermissionAccess.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAccess.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceControllerPermissionAccess.Browse", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAccess.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceControllerPermissionAccess.Control", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAccess.cs" - } - ], - "DocsId": "T:System.ServiceProcess.ServiceControllerPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAccess.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs#L15C77-L15C93" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs#L19C58-L19C86" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceControllerPermissionAttribute.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs#L16C44-L16C48" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceControllerPermissionAttribute.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs#L17C76-L17C118" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceControllerPermissionAttribute.ServiceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs#L18C44-L18C48" - } - ], - "DocsId": "T:System.ServiceProcess.ServiceControllerPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntry.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs#L8C9-L8C54" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntry.#ctor(System.ServiceProcess.ServiceControllerPermissionAccess,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs#L9C9-L9C144" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceControllerPermissionEntry.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs#L10C44-L10C48" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceControllerPermissionEntry.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs#L11C76-L11C118" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceControllerPermissionEntry.ServiceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs#L12C44-L12C48" - } - ], - "DocsId": "T:System.ServiceProcess.ServiceControllerPermissionEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.Add(System.ServiceProcess.ServiceControllerPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L12C66-L12C75" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.AddRange(System.ServiceProcess.ServiceControllerPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L13C74-L13C75" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.AddRange(System.ServiceProcess.ServiceControllerPermissionEntryCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L14C82-L14C83" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.Contains(System.ServiceProcess.ServiceControllerPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L15C72-L15C85" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.CopyTo(System.ServiceProcess.ServiceControllerPermissionEntry[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L16C83-L16C84" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.IndexOf(System.ServiceProcess.ServiceControllerPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L17C70-L17C79" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.Insert(System.Int32,System.ServiceProcess.ServiceControllerPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L18C81-L18C82" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.OnClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L19C45-L19C46" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.OnInsert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L20C69-L20C70" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.OnRemove(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L21C69-L21C70" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.OnSet(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L22C86-L22C87" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.Remove(System.ServiceProcess.ServiceControllerPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L23C70-L23C71" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceControllerPermissionEntryCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L11C73-L11C85" - } - ], - "DocsId": "T:System.ServiceProcess.ServiceControllerPermissionEntryCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.CodeAccessPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L11C9-L11C45" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.Assert", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L12C32-L12C33" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.Demand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L14C32-L14C33" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.Deny", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L16C30-L16C99" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L17C52-L17C68" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L19C46-L19C64" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.PermitOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L22C36-L22C105" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.RevertAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L23C42-L23C43" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.RevertAssert", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L24C45-L24C46" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.RevertDeny", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L26C43-L26C44" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.RevertPermitOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L27C49-L27C50" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L28C46-L28C61" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L30C63-L30C91" - } - ], - "DocsId": "T:System.Security.CodeAccessPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.HostProtectionException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L22C44-L27C10" - }, - { - "DocsId": "M:System.Security.HostProtectionException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L29C58-L34C10" - }, - { - "DocsId": "M:System.Security.HostProtectionException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L36C71-L41C10" - }, - { - "DocsId": "M:System.Security.HostProtectionException.#ctor(System.String,System.Security.Permissions.HostProtectionResource,System.Security.Permissions.HostProtectionResource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L44C15-L49C10" - }, - { - "DocsId": "M:System.Security.HostProtectionException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L56C15-L60C10" - }, - { - "DocsId": "M:System.Security.HostProtectionException.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L80C13-L85C34" - }, - { - "DocsId": "M:System.Security.HostProtectionException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L94C13-L97C10" - }, - { - "DocsId": "P:System.Security.HostProtectionException.DemandedResources", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L62C59-L62C63" - }, - { - "DocsId": "P:System.Security.HostProtectionException.ProtectedResources", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L64C60-L64C64" - } - ], - "DocsId": "T:System.Security.HostProtectionException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.HostSecurityManager.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L11C9-L11C41" - }, - { - "DocsId": "M:System.Security.HostSecurityManager.DetermineApplicationTrust(System.Security.Policy.Evidence,System.Security.Policy.Evidence,System.Security.Policy.TrustManagerContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L14C156-L14C189" - }, - { - "DocsId": "M:System.Security.HostSecurityManager.ProvideAppDomainEvidence(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L15C84-L15C109" - }, - { - "DocsId": "M:System.Security.HostSecurityManager.ProvideAssemblyEvidence(System.Reflection.Assembly,System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L16C126-L16C151" - }, - { - "DocsId": "M:System.Security.HostSecurityManager.ResolvePolicy(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L18C73-L18C103" - }, - { - "DocsId": "M:System.Security.HostSecurityManager.GenerateAppDomainEvidence(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L19C84-L19C96" - }, - { - "DocsId": "M:System.Security.HostSecurityManager.GenerateAssemblyEvidence(System.Type,System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L20C102-L20C114" - }, - { - "DocsId": "M:System.Security.HostSecurityManager.GetHostSuppliedAppDomainEvidenceTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L21C73-L21C85" - }, - { - "DocsId": "M:System.Security.HostSecurityManager.GetHostSuppliedAssemblyEvidenceTypes(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L22C89-L22C101" - }, - { - "DocsId": "P:System.Security.HostSecurityManager.DomainPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L12C57-L12C85" - }, - { - "DocsId": "P:System.Security.HostSecurityManager.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L13C65-L13C108" - } - ], - "DocsId": "T:System.Security.HostSecurityManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.HostSecurityManagerOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" - }, - { - "DocsId": "F:System.Security.HostSecurityManagerOptions.AllFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" - }, - { - "DocsId": "F:System.Security.HostSecurityManagerOptions.HostAppDomainEvidence", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" - }, - { - "DocsId": "F:System.Security.HostSecurityManagerOptions.HostAssemblyEvidence", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" - }, - { - "DocsId": "F:System.Security.HostSecurityManagerOptions.HostDetermineApplicationTrust", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" - }, - { - "DocsId": "F:System.Security.HostSecurityManagerOptions.HostPolicyLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" - }, - { - "DocsId": "F:System.Security.HostSecurityManagerOptions.HostResolvePolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" - }, - { - "DocsId": "F:System.Security.HostSecurityManagerOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" - } - ], - "DocsId": "T:System.Security.HostSecurityManagerOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Security.IEvidenceFactory.Evidence", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/IEvidenceFactory.cs" - } - ], - "DocsId": "T:System.Security.IEvidenceFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/IEvidenceFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.ISecurityPolicyEncodable.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/ISecurityPolicyEncodable.cs" - }, - { - "DocsId": "M:System.Security.ISecurityPolicyEncodable.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/ISecurityPolicyEncodable.cs" - } - ], - "DocsId": "T:System.Security.ISecurityPolicyEncodable", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/ISecurityPolicyEncodable.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.NamedPermissionSet.#ctor(System.Security.NamedPermissionSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L13C65-L13C99" - }, - { - "DocsId": "M:System.Security.NamedPermissionSet.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L14C50-L14C84" - }, - { - "DocsId": "M:System.Security.NamedPermissionSet.#ctor(System.String,System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L15C73-L15C107" - }, - { - "DocsId": "M:System.Security.NamedPermissionSet.#ctor(System.String,System.Security.PermissionSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L16C73-L16C107" - }, - { - "DocsId": "M:System.Security.NamedPermissionSet.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L19C48-L19C78" - }, - { - "DocsId": "M:System.Security.NamedPermissionSet.Copy(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L20C55-L20C90" - }, - { - "DocsId": "M:System.Security.NamedPermissionSet.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L21C50-L21C64" - }, - { - "DocsId": "M:System.Security.NamedPermissionSet.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L22C60-L22C61" - }, - { - "DocsId": "M:System.Security.NamedPermissionSet.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L23C46-L23C64" - }, - { - "DocsId": "M:System.Security.NamedPermissionSet.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L24C51-L24C83" - }, - { - "DocsId": "P:System.Security.NamedPermissionSet.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L17C37-L17C41" - }, - { - "DocsId": "P:System.Security.NamedPermissionSet.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L18C30-L18C34" - } - ], - "DocsId": "T:System.Security.NamedPermissionSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.PolicyLevelType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" - }, - { - "DocsId": "F:System.Security.PolicyLevelType.AppDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" - }, - { - "DocsId": "F:System.Security.PolicyLevelType.Enterprise", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" - }, - { - "DocsId": "F:System.Security.PolicyLevelType.Machine", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" - }, - { - "DocsId": "F:System.Security.PolicyLevelType.User", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" - } - ], - "DocsId": "T:System.Security.PolicyLevelType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.SecurityContext.Capture", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L14C51-L14C120" - }, - { - "DocsId": "M:System.Security.SecurityContext.CreateCopy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L15C47-L15C116" - }, - { - "DocsId": "M:System.Security.SecurityContext.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L16C33-L16C102" - }, - { - "DocsId": "M:System.Security.SecurityContext.IsFlowSuppressed", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L17C49-L17C118" - }, - { - "DocsId": "M:System.Security.SecurityContext.IsWindowsIdentityFlowSuppressed", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L18C64-L18C133" - }, - { - "DocsId": "M:System.Security.SecurityContext.RestoreFlow", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L19C44-L19C113" - }, - { - "DocsId": "M:System.Security.SecurityContext.Run(System.Security.SecurityContext,System.Threading.ContextCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L20C107-L20C176" - }, - { - "DocsId": "M:System.Security.SecurityContext.SuppressFlow", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L21C57-L21C126" - }, - { - "DocsId": "M:System.Security.SecurityContext.SuppressFlowWindowsIdentity", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L22C72-L22C141" - } - ], - "DocsId": "T:System.Security.SecurityContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.SecurityContextSource.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityContextSource.cs" - }, - { - "DocsId": "F:System.Security.SecurityContextSource.CurrentAppDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityContextSource.cs" - }, - { - "DocsId": "F:System.Security.SecurityContextSource.CurrentAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityContextSource.cs" - } - ], - "DocsId": "T:System.Security.SecurityContextSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityContextSource.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.SecurityManager.CurrentThreadRequiresSecurityContextCapture", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L18C76-L18C89" - }, - { - "DocsId": "M:System.Security.SecurityManager.GetStandardSandbox(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L19C77-L19C107" - }, - { - "DocsId": "M:System.Security.SecurityManager.GetZoneAndOrigin(System.Collections.ArrayList@,System.Collections.ArrayList@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L20C127-L20C222" - }, - { - "DocsId": "M:System.Security.SecurityManager.IsGranted(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L22C58-L22C71" - }, - { - "DocsId": "M:System.Security.SecurityManager.LoadPolicyLevelFromFile(System.String,System.Security.PolicyLevelType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L24C96-L24C124" - }, - { - "DocsId": "M:System.Security.SecurityManager.LoadPolicyLevelFromString(System.String,System.Security.PolicyLevelType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L26C97-L26C125" - }, - { - "DocsId": "M:System.Security.SecurityManager.PolicyHierarchy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L28C55-L28C83" - }, - { - "DocsId": "M:System.Security.SecurityManager.ResolvePolicy(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L30C72-L30C102" - }, - { - "DocsId": "M:System.Security.SecurityManager.ResolvePolicy(System.Security.Policy.Evidence,System.Security.PermissionSet,System.Security.PermissionSet,System.Security.PermissionSet,System.Security.PermissionSet@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L32C192-L32C271" - }, - { - "DocsId": "M:System.Security.SecurityManager.ResolvePolicy(System.Security.Policy.Evidence[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L34C98-L34C128" - }, - { - "DocsId": "M:System.Security.SecurityManager.ResolvePolicyGroups(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L36C99-L36C127" - }, - { - "DocsId": "M:System.Security.SecurityManager.ResolveSystemPolicy(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L38C101-L38C131" - }, - { - "DocsId": "M:System.Security.SecurityManager.SavePolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L40C43-L40C44" - }, - { - "DocsId": "M:System.Security.SecurityManager.SavePolicyLevel(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L42C65-L42C66" - }, - { - "DocsId": "P:System.Security.SecurityManager.CheckExecutionRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L15C51-L15C55" - }, - { - "DocsId": "P:System.Security.SecurityManager.SecurityEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L17C46-L17C50" - } - ], - "DocsId": "T:System.Security.SecurityManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.SecurityState.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityState.cs#L8C9-L8C38" - }, - { - "DocsId": "M:System.Security.SecurityState.EnsureState", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityState.cs" - }, - { - "DocsId": "M:System.Security.SecurityState.IsStateAvailable", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityState.cs#L10C42-L10C55" - } - ], - "DocsId": "T:System.Security.SecurityState", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityState.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.SecurityZone.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" - }, - { - "DocsId": "F:System.Security.SecurityZone.Internet", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" - }, - { - "DocsId": "F:System.Security.SecurityZone.Intranet", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" - }, - { - "DocsId": "F:System.Security.SecurityZone.MyComputer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" - }, - { - "DocsId": "F:System.Security.SecurityZone.NoZone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" - }, - { - "DocsId": "F:System.Security.SecurityZone.Trusted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" - }, - { - "DocsId": "F:System.Security.SecurityZone.Untrusted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" - } - ], - "DocsId": "T:System.Security.SecurityZone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.XmlSyntaxException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs#L12C9-L12C40" - }, - { - "DocsId": "M:System.Security.XmlSyntaxException.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs#L13C9-L13C54" - }, - { - "DocsId": "M:System.Security.XmlSyntaxException.#ctor(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs#L14C9-L14C70" - }, - { - "DocsId": "M:System.Security.XmlSyntaxException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs#L15C9-L15C54" - }, - { - "DocsId": "M:System.Security.XmlSyntaxException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs#L16C9-L16C71" - } - ], - "DocsId": "T:System.Security.XmlSyntaxException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.AllMembershipCondition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L8C9-L8C44" - }, - { - "DocsId": "M:System.Security.Policy.AllMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L9C48-L9C61" - }, - { - "DocsId": "M:System.Security.Policy.AllMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L10C46-L10C83" - }, - { - "DocsId": "M:System.Security.Policy.AllMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L11C50-L11C64" - }, - { - "DocsId": "M:System.Security.Policy.AllMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L12C50-L12C51" - }, - { - "DocsId": "M:System.Security.Policy.AllMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L13C69-L13C70" - }, - { - "DocsId": "M:System.Security.Policy.AllMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L14C46-L14C64" - }, - { - "DocsId": "M:System.Security.Policy.AllMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L15C46-L15C61" - }, - { - "DocsId": "M:System.Security.Policy.AllMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L16C42-L16C74" - }, - { - "DocsId": "M:System.Security.Policy.AllMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L17C59-L17C91" - } - ], - "DocsId": "T:System.Security.Policy.AllMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.ApplicationDirectory.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L8C9-L8C53" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectory.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L10C32-L10C44" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectory.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L11C50-L11C64" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectory.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L12C46-L12C64" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectory.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L13C46-L13C61" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationDirectory.Directory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L9C41-L9C53" - } - ], - "DocsId": "T:System.Security.Policy.ApplicationDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L8C9-L8C61" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L9C48-L9C61" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L10C46-L10C83" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L11C50-L11C64" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L12C50-L12C51" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L13C69-L13C70" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L14C46-L14C64" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L15C46-L15C61" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L16C42-L16C74" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L17C59-L17C91" - } - ], - "DocsId": "T:System.Security.Policy.ApplicationDirectoryMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.ApplicationTrust.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L10C9-L10C38" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrust.#ctor(System.ApplicationIdentity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L11C9-L11C66" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrust.#ctor(System.Security.PermissionSet,System.Collections.Generic.IEnumerable{System.Security.Policy.StrongName})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L15C9-L15C112" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrust.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L25C56-L25C57" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrust.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L26C42-L26C74" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrust.ApplicationIdentity", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L16C58-L16C62" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrust.DefaultGrantSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L17C50-L17C54" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrust.ExtraInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L18C35-L18C39" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrust.FullTrustAssemblies", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L22C62-L22C96" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrust.IsApplicationTrustedToRun", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L23C49-L23C53" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrust.Persist", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L24C31-L24C35" - } - ], - "DocsId": "T:System.Security.Policy.ApplicationTrust", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.Add(System.Security.Policy.ApplicationTrust)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L16C50-L16C59" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.AddRange(System.Security.Policy.ApplicationTrust[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L17C59-L17C60" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.AddRange(System.Security.Policy.ApplicationTrustCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L18C67-L18C68" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L19C31-L19C32" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.CopyTo(System.Security.Policy.ApplicationTrust[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L20C67-L20C68" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.Find(System.ApplicationIdentity,System.Security.Policy.ApplicationVersionMatch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L21C129-L21C172" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L22C61-L22C101" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.Remove(System.Security.Policy.ApplicationTrust)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L23C54-L23C55" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.Remove(System.ApplicationIdentity,System.Security.Policy.ApplicationVersionMatch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L24C109-L24C110" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.RemoveRange(System.Security.Policy.ApplicationTrust[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L25C62-L25C63" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.RemoveRange(System.Security.Policy.ApplicationTrustCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L26C70-L26C71" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L27C59-L27C60" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L28C51-L28C74" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrustCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L11C34-L11C43" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrustCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L12C44-L12C57" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrustCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L13C57-L13C90" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrustCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L14C66-L14C99" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrustCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L15C40-L15C52" - } - ], - "DocsId": "T:System.Security.Policy.ApplicationTrustCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.ApplicationTrustEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs#L12C44-L12C56" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs#L13C34-L13C47" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs#L14C31-L14C32" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrustEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs#L11C49-L11C82" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrustEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs#L12C44-L12C56" - } - ], - "DocsId": "T:System.Security.Policy.ApplicationTrustEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Policy.ApplicationVersionMatch.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationVersionMatch.cs" - }, - { - "DocsId": "F:System.Security.Policy.ApplicationVersionMatch.MatchAllVersions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationVersionMatch.cs" - }, - { - "DocsId": "F:System.Security.Policy.ApplicationVersionMatch.MatchExactVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationVersionMatch.cs" - } - ], - "DocsId": "T:System.Security.Policy.ApplicationVersionMatch", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationVersionMatch.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.CodeConnectAccess.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L12C9-L12C72" - }, - { - "DocsId": "M:System.Security.Policy.CodeConnectAccess.CreateAnySchemeAccess(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L15C80-L15C114" - }, - { - "DocsId": "M:System.Security.Policy.CodeConnectAccess.CreateOriginSchemeAccess(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L16C83-L16C117" - }, - { - "DocsId": "M:System.Security.Policy.CodeConnectAccess.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L17C50-L17C64" - }, - { - "DocsId": "M:System.Security.Policy.CodeConnectAccess.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L18C46-L18C64" - }, - { - "DocsId": "F:System.Security.Policy.CodeConnectAccess.AnyScheme", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs" - }, - { - "DocsId": "F:System.Security.Policy.CodeConnectAccess.DefaultPort", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs" - }, - { - "DocsId": "F:System.Security.Policy.CodeConnectAccess.OriginPort", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs" - }, - { - "DocsId": "F:System.Security.Policy.CodeConnectAccess.OriginScheme", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs" - }, - { - "DocsId": "P:System.Security.Policy.CodeConnectAccess.Port", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L13C33-L13C42" - }, - { - "DocsId": "P:System.Security.Policy.CodeConnectAccess.Scheme", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L14C38-L14C50" - } - ], - "DocsId": "T:System.Security.Policy.CodeConnectAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.CodeGroup.#ctor(System.Security.Policy.IMembershipCondition,System.Security.Policy.PolicyStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L10C9-L10C98" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.AddChild(System.Security.Policy.CodeGroup)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L19C49-L19C50" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.CreateXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L21C88-L21C89" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L22C50-L22C64" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L23C50-L23C51" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L24C69-L24C70" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.Equals(System.Security.Policy.CodeGroup,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L25C66-L25C79" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L26C46-L26C64" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.ParseXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L27C81-L27C82" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.RemoveChild(System.Security.Policy.CodeGroup)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L28C52-L28C53" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.Resolve(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.ResolveMatchingCodeGroups(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L31C42-L31C74" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L32C59-L32C91" - }, - { - "DocsId": "P:System.Security.Policy.CodeGroup.AttributeString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L11C55-L11C67" - }, - { - "DocsId": "P:System.Security.Policy.CodeGroup.Children", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L12C33-L12C37" - }, - { - "DocsId": "P:System.Security.Policy.CodeGroup.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L13C37-L13C41" - }, - { - "DocsId": "P:System.Security.Policy.CodeGroup.MembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L14C59-L14C63" - }, - { - "DocsId": "P:System.Security.Policy.CodeGroup.MergeLogic", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs" - }, - { - "DocsId": "P:System.Security.Policy.CodeGroup.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L16C30-L16C34" - }, - { - "DocsId": "P:System.Security.Policy.CodeGroup.PermissionSetName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L17C57-L17C69" - }, - { - "DocsId": "P:System.Security.Policy.CodeGroup.PolicyStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L18C50-L18C54" - } - ], - "DocsId": "T:System.Security.Policy.CodeGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.FileCodeGroup.#ctor(System.Security.Policy.IMembershipCondition,System.Security.Permissions.FileIOPermissionAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L11C117-L11C182" - }, - { - "DocsId": "M:System.Security.Policy.FileCodeGroup.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L15C44-L15C70" - }, - { - "DocsId": "M:System.Security.Policy.FileCodeGroup.CreateXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L16C89-L16C90" - }, - { - "DocsId": "M:System.Security.Policy.FileCodeGroup.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L17C50-L17C64" - }, - { - "DocsId": "M:System.Security.Policy.FileCodeGroup.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L18C46-L18C64" - }, - { - "DocsId": "M:System.Security.Policy.FileCodeGroup.ParseXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L19C82-L19C83" - }, - { - "DocsId": "M:System.Security.Policy.FileCodeGroup.Resolve(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L20C70-L20C102" - }, - { - "DocsId": "M:System.Security.Policy.FileCodeGroup.ResolveMatchingCodeGroups(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L21C82-L21C108" - }, - { - "DocsId": "P:System.Security.Policy.FileCodeGroup.AttributeString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L12C56-L12C68" - }, - { - "DocsId": "P:System.Security.Policy.FileCodeGroup.MergeLogic", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L13C51-L13C63" - }, - { - "DocsId": "P:System.Security.Policy.FileCodeGroup.PermissionSetName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L14C58-L14C70" - } - ], - "DocsId": "T:System.Security.Policy.FileCodeGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.FirstMatchCodeGroup.#ctor(System.Security.Policy.IMembershipCondition,System.Security.Policy.PolicyStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs#L9C104-L9C169" - }, - { - "DocsId": "M:System.Security.Policy.FirstMatchCodeGroup.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs#L11C44-L11C70" - }, - { - "DocsId": "M:System.Security.Policy.FirstMatchCodeGroup.Resolve(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs#L12C70-L12C102" - }, - { - "DocsId": "M:System.Security.Policy.FirstMatchCodeGroup.ResolveMatchingCodeGroups(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs#L13C82-L13C108" - }, - { - "DocsId": "P:System.Security.Policy.FirstMatchCodeGroup.MergeLogic", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs#L10C51-L10C63" - } - ], - "DocsId": "T:System.Security.Policy.FirstMatchCodeGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.GacInstalled.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L11C9-L11C34" - }, - { - "DocsId": "M:System.Security.Policy.GacInstalled.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L12C32-L12C44" - }, - { - "DocsId": "M:System.Security.Policy.GacInstalled.CreateIdentityPermission(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L13C74-L13C102" - }, - { - "DocsId": "M:System.Security.Policy.GacInstalled.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L14C50-L14C64" - }, - { - "DocsId": "M:System.Security.Policy.GacInstalled.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L15C46-L15C64" - }, - { - "DocsId": "M:System.Security.Policy.GacInstalled.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L16C46-L16C61" - } - ], - "DocsId": "T:System.Security.Policy.GacInstalled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.GacMembershipCondition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L8C9-L8C44" - }, - { - "DocsId": "M:System.Security.Policy.GacMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L9C48-L9C61" - }, - { - "DocsId": "M:System.Security.Policy.GacMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L10C46-L10C83" - }, - { - "DocsId": "M:System.Security.Policy.GacMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L11C50-L11C64" - }, - { - "DocsId": "M:System.Security.Policy.GacMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L12C50-L12C51" - }, - { - "DocsId": "M:System.Security.Policy.GacMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L13C69-L13C70" - }, - { - "DocsId": "M:System.Security.Policy.GacMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L14C46-L14C64" - }, - { - "DocsId": "M:System.Security.Policy.GacMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L15C46-L15C61" - }, - { - "DocsId": "M:System.Security.Policy.GacMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L16C42-L16C74" - }, - { - "DocsId": "M:System.Security.Policy.GacMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L17C59-L17C91" - } - ], - "DocsId": "T:System.Security.Policy.GacMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.Hash.#ctor(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L12C9-L12C61" - }, - { - "DocsId": "M:System.Security.Policy.Hash.CreateMD5(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L16C52-L16C73" - }, - { - "DocsId": "M:System.Security.Policy.Hash.CreateSHA1(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L17C54-L17C75" - }, - { - "DocsId": "M:System.Security.Policy.Hash.CreateSHA256(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L18C58-L18C79" - }, - { - "DocsId": "M:System.Security.Policy.Hash.GenerateHash(System.Security.Cryptography.HashAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L19C61-L19C73" - }, - { - "DocsId": "M:System.Security.Policy.Hash.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L26C13-L26C55" - }, - { - "DocsId": "M:System.Security.Policy.Hash.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L29C46-L29C61" - }, - { - "DocsId": "P:System.Security.Policy.Hash.MD5", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L13C35-L13C47" - }, - { - "DocsId": "P:System.Security.Policy.Hash.SHA1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L14C36-L14C48" - }, - { - "DocsId": "P:System.Security.Policy.Hash.SHA256", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L15C38-L15C50" - } - ], - "DocsId": "T:System.Security.Policy.Hash", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.HashMembershipCondition.#ctor(System.Security.Cryptography.HashAlgorithm,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L11C9-L11C80" - }, - { - "DocsId": "M:System.Security.Policy.HashMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L14C48-L14C61" - }, - { - "DocsId": "M:System.Security.Policy.HashMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L15C46-L15C58" - }, - { - "DocsId": "M:System.Security.Policy.HashMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L16C50-L16C64" - }, - { - "DocsId": "M:System.Security.Policy.HashMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L17C50-L17C51" - }, - { - "DocsId": "M:System.Security.Policy.HashMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L18C69-L18C70" - }, - { - "DocsId": "M:System.Security.Policy.HashMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L19C46-L19C64" - }, - { - "DocsId": "M:System.Security.Policy.HashMembershipCondition.System#Runtime#Serialization#IDeserializationCallback#OnDeserialization(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L20C74-L20C75" - }, - { - "DocsId": "M:System.Security.Policy.HashMembershipCondition.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L23C13-L23C55" - }, - { - "DocsId": "M:System.Security.Policy.HashMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L26C46-L26C61" - }, - { - "DocsId": "M:System.Security.Policy.HashMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L27C42-L27C74" - }, - { - "DocsId": "M:System.Security.Policy.HashMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L28C59-L28C91" - }, - { - "DocsId": "P:System.Security.Policy.HashMembershipCondition.HashAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L12C46-L12C50" - }, - { - "DocsId": "P:System.Security.Policy.HashMembershipCondition.HashValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L13C35-L13C39" - } - ], - "DocsId": "T:System.Security.Policy.HashMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.IIdentityPermissionFactory.CreateIdentityPermission(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/IIdentityPermissionFactory.cs" - } - ], - "DocsId": "T:System.Security.Policy.IIdentityPermissionFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/IIdentityPermissionFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.IMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/IMembershipCondition.cs" - }, - { - "DocsId": "M:System.Security.Policy.IMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/IMembershipCondition.cs" - }, - { - "DocsId": "M:System.Security.Policy.IMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/IMembershipCondition.cs" - }, - { - "DocsId": "M:System.Security.Policy.IMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/IMembershipCondition.cs" - } - ], - "DocsId": "T:System.Security.Policy.IMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/IMembershipCondition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.NetCodeGroup.#ctor(System.Security.Policy.IMembershipCondition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L10C73-L10C138" - }, - { - "DocsId": "M:System.Security.Policy.NetCodeGroup.AddConnectAccess(System.String,System.Security.Policy.CodeConnectAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L14C94-L14C95" - }, - { - "DocsId": "M:System.Security.Policy.NetCodeGroup.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L15C44-L15C70" - }, - { - "DocsId": "M:System.Security.Policy.NetCodeGroup.CreateXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L16C89-L16C90" - }, - { - "DocsId": "M:System.Security.Policy.NetCodeGroup.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L17C50-L17C64" - }, - { - "DocsId": "M:System.Security.Policy.NetCodeGroup.GetConnectAccessRules", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L18C79-L18C132" - }, - { - "DocsId": "M:System.Security.Policy.NetCodeGroup.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L19C46-L19C64" - }, - { - "DocsId": "M:System.Security.Policy.NetCodeGroup.ParseXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L20C82-L20C83" - }, - { - "DocsId": "M:System.Security.Policy.NetCodeGroup.ResetConnectAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L21C44-L21C45" - }, - { - "DocsId": "M:System.Security.Policy.NetCodeGroup.Resolve(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L22C70-L22C102" - }, - { - "DocsId": "M:System.Security.Policy.NetCodeGroup.ResolveMatchingCodeGroups(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L23C82-L23C108" - }, - { - "DocsId": "F:System.Security.Policy.NetCodeGroup.AbsentOriginScheme", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs" - }, - { - "DocsId": "F:System.Security.Policy.NetCodeGroup.AnyOtherOriginScheme", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs" - }, - { - "DocsId": "P:System.Security.Policy.NetCodeGroup.AttributeString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L11C56-L11C68" - }, - { - "DocsId": "P:System.Security.Policy.NetCodeGroup.MergeLogic", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L12C51-L12C63" - }, - { - "DocsId": "P:System.Security.Policy.NetCodeGroup.PermissionSetName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L13C58-L13C70" - } - ], - "DocsId": "T:System.Security.Policy.NetCodeGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.PermissionRequestEvidence.#ctor(System.Security.PermissionSet,System.Security.PermissionSet,System.Security.PermissionSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L9C9-L9C114" - }, - { - "DocsId": "M:System.Security.Policy.PermissionRequestEvidence.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L13C51-L13C93" - }, - { - "DocsId": "M:System.Security.Policy.PermissionRequestEvidence.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L14C46-L14C61" - }, - { - "DocsId": "P:System.Security.Policy.PermissionRequestEvidence.DeniedPermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L10C56-L10C86" - }, - { - "DocsId": "P:System.Security.Policy.PermissionRequestEvidence.OptionalPermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L11C58-L11C88" - }, - { - "DocsId": "P:System.Security.Policy.PermissionRequestEvidence.RequestedPermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L12C59-L12C89" - } - ], - "DocsId": "T:System.Security.Policy.PermissionRequestEvidence", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.PolicyException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyException.cs#L13C9-L13C37" - }, - { - "DocsId": "M:System.Security.Policy.PolicyException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyException.cs#L18C87-L18C110" - }, - { - "DocsId": "M:System.Security.Policy.PolicyException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyException.cs#L19C50-L19C67" - }, - { - "DocsId": "M:System.Security.Policy.PolicyException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyException.cs#L20C71-L20C99" - } - ], - "DocsId": "T:System.Security.Policy.PolicyException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.PolicyLevel.AddFullTrustAssembly(System.Security.Policy.StrongName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L18C59-L18C60" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.AddFullTrustAssembly(System.Security.Policy.StrongNameMembershipCondition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L20C80-L20C81" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.AddNamedPermissionSet(System.Security.NamedPermissionSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L24C73-L24C74" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.ChangeNamedPermissionSet(System.String,System.Security.PermissionSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L28C95-L28C130" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.CreateAppDomainLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L30C60-L30C88" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L31C50-L31C51" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.GetNamedPermissionSet(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L35C72-L35C107" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.Recover", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L36C33-L36C34" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.RemoveFullTrustAssembly(System.Security.Policy.StrongName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L38C62-L38C63" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.RemoveFullTrustAssembly(System.Security.Policy.StrongNameMembershipCondition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L40C83-L40C84" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.RemoveNamedPermissionSet(System.Security.NamedPermissionSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L44C90-L44C125" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.RemoveNamedPermissionSet(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L48C75-L48C110" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L49C31-L49C32" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.Resolve(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L50C61-L50C93" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.ResolveMatchingCodeGroups(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L51C73-L51C99" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L52C42-L52C74" - }, - { - "DocsId": "P:System.Security.Policy.PolicyLevel.FullTrustAssemblies", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L11C272-L11C294" - }, - { - "DocsId": "P:System.Security.Policy.PolicyLevel.Label", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L12C37-L12C49" - }, - { - "DocsId": "P:System.Security.Policy.PolicyLevel.NamedPermissionSets", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L13C50-L13C72" - }, - { - "DocsId": "P:System.Security.Policy.PolicyLevel.RootCodeGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L14C42-L14C46" - }, - { - "DocsId": "P:System.Security.Policy.PolicyLevel.StoreLocation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L15C45-L15C57" - }, - { - "DocsId": "P:System.Security.Policy.PolicyLevel.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L16C45-L16C77" - } - ], - "DocsId": "T:System.Security.Policy.PolicyLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.PolicyStatement.#ctor(System.Security.PermissionSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L11C9-L11C58" - }, - { - "DocsId": "M:System.Security.Policy.PolicyStatement.#ctor(System.Security.PermissionSet,System.Security.Policy.PolicyStatementAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L15C9-L15C95" - }, - { - "DocsId": "M:System.Security.Policy.PolicyStatement.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L22C41-L22C53" - }, - { - "DocsId": "M:System.Security.Policy.PolicyStatement.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L23C50-L23C64" - }, - { - "DocsId": "M:System.Security.Policy.PolicyStatement.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L24C51-L24C52" - }, - { - "DocsId": "M:System.Security.Policy.PolicyStatement.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L25C70-L25C71" - }, - { - "DocsId": "M:System.Security.Policy.PolicyStatement.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L26C46-L26C64" - }, - { - "DocsId": "M:System.Security.Policy.PolicyStatement.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L27C42-L27C74" - }, - { - "DocsId": "M:System.Security.Policy.PolicyStatement.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L28C59-L28C91" - }, - { - "DocsId": "P:System.Security.Policy.PolicyStatement.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L16C54-L16C58" - }, - { - "DocsId": "P:System.Security.Policy.PolicyStatement.AttributeString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L17C47-L17C59" - }, - { - "DocsId": "P:System.Security.Policy.PolicyStatement.PermissionSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L21C46-L21C50" - } - ], - "DocsId": "T:System.Security.Policy.PolicyStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Policy.PolicyStatementAttribute.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" - }, - { - "DocsId": "F:System.Security.Policy.PolicyStatementAttribute.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" - }, - { - "DocsId": "F:System.Security.Policy.PolicyStatementAttribute.Exclusive", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" - }, - { - "DocsId": "F:System.Security.Policy.PolicyStatementAttribute.LevelFinal", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" - }, - { - "DocsId": "F:System.Security.Policy.PolicyStatementAttribute.Nothing", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" - } - ], - "DocsId": "T:System.Security.Policy.PolicyStatementAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.Publisher.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L13C9-L13C51" - }, - { - "DocsId": "M:System.Security.Policy.Publisher.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L15C32-L15C44" - }, - { - "DocsId": "M:System.Security.Policy.Publisher.CreateIdentityPermission(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L16C74-L16C102" - }, - { - "DocsId": "M:System.Security.Policy.Publisher.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L17C50-L17C64" - }, - { - "DocsId": "M:System.Security.Policy.Publisher.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L18C46-L18C64" - }, - { - "DocsId": "M:System.Security.Policy.Publisher.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L19C46-L19C61" - }, - { - "DocsId": "P:System.Security.Policy.Publisher.Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L14C52-L14C84" - } - ], - "DocsId": "T:System.Security.Policy.Publisher", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L10C9-L10C77" - }, - { - "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L12C48-L12C61" - }, - { - "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L13C46-L13C58" - }, - { - "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L14C50-L14C64" - }, - { - "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L15C50-L15C51" - }, - { - "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L16C69-L16C70" - }, - { - "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L17C46-L17C64" - }, - { - "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L18C46-L18C61" - }, - { - "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L19C42-L19C74" - }, - { - "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L20C59-L20C91" - }, - { - "DocsId": "P:System.Security.Policy.PublisherMembershipCondition.Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L11C46-L11C50" - } - ], - "DocsId": "T:System.Security.Policy.PublisherMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.Site.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L11C9-L11C37" - }, - { - "DocsId": "M:System.Security.Policy.Site.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L13C32-L13C44" - }, - { - "DocsId": "M:System.Security.Policy.Site.CreateFromUrl(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L14C56-L14C77" - }, - { - "DocsId": "M:System.Security.Policy.Site.CreateIdentityPermission(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L15C74-L15C102" - }, - { - "DocsId": "M:System.Security.Policy.Site.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L16C50-L16C64" - }, - { - "DocsId": "M:System.Security.Policy.Site.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L17C46-L17C64" - }, - { - "DocsId": "M:System.Security.Policy.Site.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L18C46-L18C61" - }, - { - "DocsId": "P:System.Security.Policy.Site.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L12C36-L12C48" - } - ], - "DocsId": "T:System.Security.Policy.Site", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.SiteMembershipCondition.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L8C9-L8C56" - }, - { - "DocsId": "M:System.Security.Policy.SiteMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L10C48-L10C61" - }, - { - "DocsId": "M:System.Security.Policy.SiteMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L11C46-L11C83" - }, - { - "DocsId": "M:System.Security.Policy.SiteMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L12C50-L12C64" - }, - { - "DocsId": "M:System.Security.Policy.SiteMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L13C50-L13C51" - }, - { - "DocsId": "M:System.Security.Policy.SiteMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L14C69-L14C70" - }, - { - "DocsId": "M:System.Security.Policy.SiteMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L15C46-L15C64" - }, - { - "DocsId": "M:System.Security.Policy.SiteMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L16C46-L16C61" - }, - { - "DocsId": "M:System.Security.Policy.SiteMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L17C42-L17C74" - }, - { - "DocsId": "M:System.Security.Policy.SiteMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L18C59-L18C91" - }, - { - "DocsId": "P:System.Security.Policy.SiteMembershipCondition.Site", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L9C30-L9C34" - } - ], - "DocsId": "T:System.Security.Policy.SiteMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.StrongName.#ctor(System.Security.Permissions.StrongNamePublicKeyBlob,System.String,System.Version)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L13C9-L13C90" - }, - { - "DocsId": "M:System.Security.Policy.StrongName.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L17C32-L17C44" - }, - { - "DocsId": "M:System.Security.Policy.StrongName.CreateIdentityPermission(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L18C74-L18C102" - }, - { - "DocsId": "M:System.Security.Policy.StrongName.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L19C50-L19C64" - }, - { - "DocsId": "M:System.Security.Policy.StrongName.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L20C46-L20C64" - }, - { - "DocsId": "M:System.Security.Policy.StrongName.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L21C46-L21C61" - }, - { - "DocsId": "P:System.Security.Policy.StrongName.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L14C36-L14C48" - }, - { - "DocsId": "P:System.Security.Policy.StrongName.PublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L15C58-L15C98" - }, - { - "DocsId": "P:System.Security.Policy.StrongName.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L16C40-L16C64" - } - ], - "DocsId": "T:System.Security.Policy.StrongName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.#ctor(System.Security.Permissions.StrongNamePublicKeyBlob,System.String,System.Version)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L13C9-L13C109" - }, - { - "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L17C48-L17C61" - }, - { - "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L18C46-L18C58" - }, - { - "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L19C50-L19C64" - }, - { - "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L20C50-L20C51" - }, - { - "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L21C69-L21C70" - }, - { - "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L22C46-L22C64" - }, - { - "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L23C46-L23C61" - }, - { - "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L24C42-L24C74" - }, - { - "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L25C59-L25C91" - }, - { - "DocsId": "P:System.Security.Policy.StrongNameMembershipCondition.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L14C30-L14C34" - }, - { - "DocsId": "P:System.Security.Policy.StrongNameMembershipCondition.PublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L15C52-L15C56" - }, - { - "DocsId": "P:System.Security.Policy.StrongNameMembershipCondition.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L16C34-L16C38" - } - ], - "DocsId": "T:System.Security.Policy.StrongNameMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.TrustManagerContext.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L8C9-L8C41" - }, - { - "DocsId": "M:System.Security.Policy.TrustManagerContext.#ctor(System.Security.Policy.TrustManagerUIContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L9C9-L9C72" - }, - { - "DocsId": "P:System.Security.Policy.TrustManagerContext.IgnorePersistedDecision", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L10C55-L10C59" - }, - { - "DocsId": "P:System.Security.Policy.TrustManagerContext.KeepAlive", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L11C41-L11C45" - }, - { - "DocsId": "P:System.Security.Policy.TrustManagerContext.NoPrompt", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L12C40-L12C44" - }, - { - "DocsId": "P:System.Security.Policy.TrustManagerContext.Persist", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L13C39-L13C43" - }, - { - "DocsId": "P:System.Security.Policy.TrustManagerContext.UIContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L14C58-L14C62" - }, - { - "DocsId": "P:System.Security.Policy.TrustManagerContext.PreviousApplicationIdentity", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L15C74-L15C78" - } - ], - "DocsId": "T:System.Security.Policy.TrustManagerContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Policy.TrustManagerUIContext.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" - }, - { - "DocsId": "F:System.Security.Policy.TrustManagerUIContext.Install", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" - }, - { - "DocsId": "F:System.Security.Policy.TrustManagerUIContext.Run", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" - }, - { - "DocsId": "F:System.Security.Policy.TrustManagerUIContext.Upgrade", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" - } - ], - "DocsId": "T:System.Security.Policy.TrustManagerUIContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.UnionCodeGroup.#ctor(System.Security.Policy.IMembershipCondition,System.Security.Policy.PolicyStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs#L9C99-L9C164" - }, - { - "DocsId": "M:System.Security.Policy.UnionCodeGroup.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs#L11C44-L11C70" - }, - { - "DocsId": "M:System.Security.Policy.UnionCodeGroup.Resolve(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs#L12C70-L12C102" - }, - { - "DocsId": "M:System.Security.Policy.UnionCodeGroup.ResolveMatchingCodeGroups(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs#L13C82-L13C108" - }, - { - "DocsId": "P:System.Security.Policy.UnionCodeGroup.MergeLogic", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs#L10C51-L10C63" - } - ], - "DocsId": "T:System.Security.Policy.UnionCodeGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.Url.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L11C9-L11C36" - }, - { - "DocsId": "M:System.Security.Policy.Url.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L13C32-L13C44" - }, - { - "DocsId": "M:System.Security.Policy.Url.CreateIdentityPermission(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L14C74-L14C102" - }, - { - "DocsId": "M:System.Security.Policy.Url.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L15C50-L15C64" - }, - { - "DocsId": "M:System.Security.Policy.Url.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L16C46-L16C64" - }, - { - "DocsId": "M:System.Security.Policy.Url.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L17C46-L17C61" - }, - { - "DocsId": "P:System.Security.Policy.Url.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L12C37-L12C49" - } - ], - "DocsId": "T:System.Security.Policy.Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.UrlMembershipCondition.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L8C9-L8C54" - }, - { - "DocsId": "M:System.Security.Policy.UrlMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L10C48-L10C61" - }, - { - "DocsId": "M:System.Security.Policy.UrlMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L11C46-L11C83" - }, - { - "DocsId": "M:System.Security.Policy.UrlMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L12C52-L12C68" - }, - { - "DocsId": "M:System.Security.Policy.UrlMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L13C50-L13C51" - }, - { - "DocsId": "M:System.Security.Policy.UrlMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L14C69-L14C70" - }, - { - "DocsId": "M:System.Security.Policy.UrlMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L15C46-L15C64" - }, - { - "DocsId": "M:System.Security.Policy.UrlMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L16C46-L16C61" - }, - { - "DocsId": "M:System.Security.Policy.UrlMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L17C42-L17C74" - }, - { - "DocsId": "M:System.Security.Policy.UrlMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L18C59-L18C91" - }, - { - "DocsId": "P:System.Security.Policy.UrlMembershipCondition.Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L9C29-L9C33" - } - ], - "DocsId": "T:System.Security.Policy.UrlMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.Zone.#ctor(System.Security.SecurityZone)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L11C9-L11C43" - }, - { - "DocsId": "M:System.Security.Policy.Zone.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L13C32-L13C44" - }, - { - "DocsId": "M:System.Security.Policy.Zone.CreateFromUrl(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L14C56-L14C77" - }, - { - "DocsId": "M:System.Security.Policy.Zone.CreateIdentityPermission(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L15C74-L15C102" - }, - { - "DocsId": "M:System.Security.Policy.Zone.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L16C50-L16C64" - }, - { - "DocsId": "M:System.Security.Policy.Zone.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L17C46-L17C64" - }, - { - "DocsId": "M:System.Security.Policy.Zone.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L18C46-L18C61" - }, - { - "DocsId": "P:System.Security.Policy.Zone.SecurityZone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L12C50-L12C79" - } - ], - "DocsId": "T:System.Security.Policy.Zone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.#ctor(System.Security.SecurityZone)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L8C9-L8C62" - }, - { - "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L10C48-L10C61" - }, - { - "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L11C46-L11C58" - }, - { - "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L12C50-L12C64" - }, - { - "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L13C50-L13C51" - }, - { - "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L14C69-L14C70" - }, - { - "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L15C46-L15C64" - }, - { - "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L16C46-L16C61" - }, - { - "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L17C42-L17C74" - }, - { - "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L18C59-L18C91" - }, - { - "DocsId": "P:System.Security.Policy.ZoneMembershipCondition.SecurityZone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L9C44-L9C48" - } - ], - "DocsId": "T:System.Security.Policy.ZoneMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.DataProtectionPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L11C9-L11C67" - }, - { - "DocsId": "M:System.Security.Permissions.DataProtectionPermission.#ctor(System.Security.Permissions.DataProtectionPermissionFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L12C9-L12C80" - }, - { - "DocsId": "M:System.Security.Permissions.DataProtectionPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L13C41-L13C46" - }, - { - "DocsId": "M:System.Security.Permissions.DataProtectionPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L15C46-L15C58" - }, - { - "DocsId": "M:System.Security.Permissions.DataProtectionPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L16C65-L16C77" - }, - { - "DocsId": "M:System.Security.Permissions.DataProtectionPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L17C69-L17C81" - }, - { - "DocsId": "M:System.Security.Permissions.DataProtectionPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L18C64-L18C69" - }, - { - "DocsId": "M:System.Security.Permissions.DataProtectionPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L19C73-L19C74" - }, - { - "DocsId": "M:System.Security.Permissions.DataProtectionPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L20C51-L20C63" - }, - { - "DocsId": "P:System.Security.Permissions.DataProtectionPermission.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L14C54-L14C58" - } - ], - "DocsId": "T:System.Security.Permissions.DataProtectionPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.DataProtectionPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L13C76-L13C109" - }, - { - "DocsId": "M:System.Security.Permissions.DataProtectionPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L19C58-L19C86" - }, - { - "DocsId": "P:System.Security.Permissions.DataProtectionPermissionAttribute.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L14C54-L14C58" - }, - { - "DocsId": "P:System.Security.Permissions.DataProtectionPermissionAttribute.ProtectData", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L15C35-L15C39" - }, - { - "DocsId": "P:System.Security.Permissions.DataProtectionPermissionAttribute.UnprotectData", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L16C37-L16C41" - }, - { - "DocsId": "P:System.Security.Permissions.DataProtectionPermissionAttribute.ProtectMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L17C37-L17C41" - }, - { - "DocsId": "P:System.Security.Permissions.DataProtectionPermissionAttribute.UnprotectMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L18C39-L18C43" - } - ], - "DocsId": "T:System.Security.Permissions.DataProtectionPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.DataProtectionPermissionFlags.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.DataProtectionPermissionFlags.NoFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.DataProtectionPermissionFlags.ProtectData", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.DataProtectionPermissionFlags.UnprotectData", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.DataProtectionPermissionFlags.ProtectMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.DataProtectionPermissionFlags.UnprotectMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.DataProtectionPermissionFlags.AllFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" - } - ], - "DocsId": "T:System.Security.Permissions.DataProtectionPermissionFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermission.#ctor(System.Security.Permissions.EnvironmentPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L11C9-L11C92" - }, - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L12C9-L12C64" - }, - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermission.AddPathList(System.Security.Permissions.EnvironmentPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L13C86-L13C87" - }, - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L14C46-L14C74" - }, - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L15C61-L15C62" - }, - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermission.GetPathList(System.Security.Permissions.EnvironmentPermissionAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L16C71-L16C83" - }, - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L17C69-L17C97" - }, - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L18C63-L18C76" - }, - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L19C40-L19C53" - }, - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermission.SetPathList(System.Security.Permissions.EnvironmentPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L20C86-L20C87" - }, - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L21C51-L21C83" - }, - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L22C64-L22C92" - } - ], - "DocsId": "T:System.Security.Permissions.EnvironmentPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.EnvironmentPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.EnvironmentPermissionAccess.AllAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.EnvironmentPermissionAccess.NoAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.EnvironmentPermissionAccess.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.EnvironmentPermissionAccess.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" - } - ], - "DocsId": "T:System.Security.Permissions.EnvironmentPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs#L12C72-L12C105" - }, - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs#L16C58-L16C86" - }, - { - "DocsId": "P:System.Security.Permissions.EnvironmentPermissionAttribute.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs#L13C29-L13C33" - }, - { - "DocsId": "P:System.Security.Permissions.EnvironmentPermissionAttribute.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs#L14C30-L14C34" - }, - { - "DocsId": "P:System.Security.Permissions.EnvironmentPermissionAttribute.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs#L15C31-L15C35" - } - ], - "DocsId": "T:System.Security.Permissions.EnvironmentPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.FileDialogPermission.#ctor(System.Security.Permissions.FileDialogPermissionAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L11C9-L11C75" - }, - { - "DocsId": "M:System.Security.Permissions.FileDialogPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L12C9-L12C63" - }, - { - "DocsId": "M:System.Security.Permissions.FileDialogPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L14C46-L14C58" - }, - { - "DocsId": "M:System.Security.Permissions.FileDialogPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L15C61-L15C62" - }, - { - "DocsId": "M:System.Security.Permissions.FileDialogPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L16C69-L16C97" - }, - { - "DocsId": "M:System.Security.Permissions.FileDialogPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L17C63-L17C76" - }, - { - "DocsId": "M:System.Security.Permissions.FileDialogPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L18C40-L18C53" - }, - { - "DocsId": "M:System.Security.Permissions.FileDialogPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L19C51-L19C83" - }, - { - "DocsId": "M:System.Security.Permissions.FileDialogPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L20C65-L20C93" - }, - { - "DocsId": "P:System.Security.Permissions.FileDialogPermission.Access", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L13C52-L13C56" - } - ], - "DocsId": "T:System.Security.Permissions.FileDialogPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.FileDialogPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.FileDialogPermissionAccess.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.FileDialogPermissionAccess.Open", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.FileDialogPermissionAccess.OpenSave", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.FileDialogPermissionAccess.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" - } - ], - "DocsId": "T:System.Security.Permissions.FileDialogPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.FileDialogPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAttribute.cs#L12C71-L12C104" - }, - { - "DocsId": "M:System.Security.Permissions.FileDialogPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAttribute.cs#L15C58-L15C86" - }, - { - "DocsId": "P:System.Security.Permissions.FileDialogPermissionAttribute.Open", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAttribute.cs#L13C28-L13C32" - }, - { - "DocsId": "P:System.Security.Permissions.FileDialogPermissionAttribute.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAttribute.cs#L14C28-L14C32" - } - ], - "DocsId": "T:System.Security.Permissions.FileDialogPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.#ctor(System.Security.Permissions.FileIOPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L11C9-L11C80" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.#ctor(System.Security.Permissions.FileIOPermissionAccess,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L12C9-L12C86" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.#ctor(System.Security.Permissions.FileIOPermissionAccess,System.Security.AccessControl.AccessControlActions,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L13C9-L13C124" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.#ctor(System.Security.Permissions.FileIOPermissionAccess,System.Security.AccessControl.AccessControlActions,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L14C9-L14C130" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L15C9-L15C59" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.AddPathList(System.Security.Permissions.FileIOPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L18C79-L18C80" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.AddPathList(System.Security.Permissions.FileIOPermissionAccess,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L19C85-L19C86" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L20C46-L20C58" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L21C50-L21C64" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L22C61-L22C62" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L23C46-L23C64" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.GetPathList(System.Security.Permissions.FileIOPermissionAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L24C70-L24C82" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L25C69-L25C97" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L26C63-L26C76" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L27C40-L27C53" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.SetPathList(System.Security.Permissions.FileIOPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L28C79-L28C80" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.SetPathList(System.Security.Permissions.FileIOPermissionAccess,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L29C85-L29C86" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L30C51-L30C83" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L31C64-L31C92" - }, - { - "DocsId": "P:System.Security.Permissions.FileIOPermission.AllFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L16C50-L16C54" - }, - { - "DocsId": "P:System.Security.Permissions.FileIOPermission.AllLocalFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L17C55-L17C59" - } - ], - "DocsId": "T:System.Security.Permissions.FileIOPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.FileIOPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.FileIOPermissionAccess.AllAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.FileIOPermissionAccess.Append", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.FileIOPermissionAccess.NoAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.FileIOPermissionAccess.PathDiscovery", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.FileIOPermissionAccess.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.FileIOPermissionAccess.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" - } - ], - "DocsId": "T:System.Security.Permissions.FileIOPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.FileIOPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L12C67-L12C83" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L24C58-L24C70" - }, - { - "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L13C30-L13C34" - }, - { - "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L14C31-L14C35" - }, - { - "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.Append", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L15C32-L15C36" - }, - { - "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.PathDiscovery", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L16C39-L16C43" - }, - { - "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.ViewAccessControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L17C43-L17C47" - }, - { - "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.ChangeAccessControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L18C45-L18C49" - }, - { - "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L20C29-L20C33" - }, - { - "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.ViewAndModify", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L21C39-L21C43" - }, - { - "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.AllFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L22C50-L22C54" - }, - { - "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.AllLocalFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L23C55-L23C59" - } - ], - "DocsId": "T:System.Security.Permissions.FileIOPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.GacIdentityPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L11C9-L11C43" - }, - { - "DocsId": "M:System.Security.Permissions.GacIdentityPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L12C9-L12C64" - }, - { - "DocsId": "M:System.Security.Permissions.GacIdentityPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L13C46-L13C74" - }, - { - "DocsId": "M:System.Security.Permissions.GacIdentityPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L14C73-L14C74" - }, - { - "DocsId": "M:System.Security.Permissions.GacIdentityPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L15C69-L15C97" - }, - { - "DocsId": "M:System.Security.Permissions.GacIdentityPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L16C63-L16C76" - }, - { - "DocsId": "M:System.Security.Permissions.GacIdentityPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L17C51-L17C83" - }, - { - "DocsId": "M:System.Security.Permissions.GacIdentityPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L18C65-L18C93" - } - ], - "DocsId": "T:System.Security.Permissions.GacIdentityPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.GacIdentityPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermissionAttribute.cs#L12C72-L12C105" - }, - { - "DocsId": "M:System.Security.Permissions.GacIdentityPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermissionAttribute.cs#L13C58-L13C86" - } - ], - "DocsId": "T:System.Security.Permissions.GacIdentityPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.HostProtectionAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L12C44-L12C77" - }, - { - "DocsId": "M:System.Security.Permissions.HostProtectionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L13C65-L13C98" - }, - { - "DocsId": "M:System.Security.Permissions.HostProtectionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L24C58-L24C86" - }, - { - "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.ExternalProcessMgmt", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L14C43-L14C47" - }, - { - "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.ExternalThreading", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L15C41-L15C45" - }, - { - "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.MayLeakOnAbort", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L16C38-L16C42" - }, - { - "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.Resources", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L17C51-L17C55" - }, - { - "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.SecurityInfrastructure", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L18C46-L18C50" - }, - { - "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.SelfAffectingProcessMgmt", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L19C48-L19C52" - }, - { - "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.SelfAffectingThreading", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L20C46-L20C50" - }, - { - "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.SharedState", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L21C35-L21C39" - }, - { - "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.Synchronization", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L22C39-L22C43" - }, - { - "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.UI", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L23C26-L23C30" - } - ], - "DocsId": "T:System.Security.Permissions.HostProtectionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.HostProtectionResource.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - }, - { - "DocsId": "F:System.Security.Permissions.HostProtectionResource.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - }, - { - "DocsId": "F:System.Security.Permissions.HostProtectionResource.ExternalProcessMgmt", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - }, - { - "DocsId": "F:System.Security.Permissions.HostProtectionResource.ExternalThreading", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - }, - { - "DocsId": "F:System.Security.Permissions.HostProtectionResource.MayLeakOnAbort", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - }, - { - "DocsId": "F:System.Security.Permissions.HostProtectionResource.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - }, - { - "DocsId": "F:System.Security.Permissions.HostProtectionResource.SecurityInfrastructure", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - }, - { - "DocsId": "F:System.Security.Permissions.HostProtectionResource.SelfAffectingProcessMgmt", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - }, - { - "DocsId": "F:System.Security.Permissions.HostProtectionResource.SelfAffectingThreading", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - }, - { - "DocsId": "F:System.Security.Permissions.HostProtectionResource.SharedState", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - }, - { - "DocsId": "F:System.Security.Permissions.HostProtectionResource.Synchronization", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - }, - { - "DocsId": "F:System.Security.Permissions.HostProtectionResource.UI", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - } - ], - "DocsId": "T:System.Security.Permissions.HostProtectionResource", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.DomainIsolationByUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.ApplicationIsolationByUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.AssemblyIsolationByUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.DomainIsolationByMachine", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.AssemblyIsolationByMachine", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.ApplicationIsolationByMachine", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.DomainIsolationByRoamingUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.AssemblyIsolationByRoamingUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.ApplicationIsolationByRoamingUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.AdministerIsolatedStorageByUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.UnrestrictedIsolatedStorage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - } - ], - "DocsId": "T:System.Security.Permissions.IsolatedStorageContainment", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L11C71-L11C86" - }, - { - "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L12C65-L12C77" - }, - { - "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L13C63-L13C76" - }, - { - "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L14C69-L14C81" - }, - { - "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L15C46-L15C58" - }, - { - "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L16C51-L16C63" - } - ], - "DocsId": "T:System.Security.Permissions.IsolatedStorageFilePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermissionAttribute.cs#L14C80-L14C96" - }, - { - "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermissionAttribute.cs#L15C58-L15C70" - } - ], - "DocsId": "T:System.Security.Permissions.IsolatedStorageFilePermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.IsolatedStoragePermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L11C9-L11C71" - }, - { - "DocsId": "M:System.Security.Permissions.IsolatedStoragePermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L14C40-L14C53" - }, - { - "DocsId": "M:System.Security.Permissions.IsolatedStoragePermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L15C51-L15C83" - }, - { - "DocsId": "M:System.Security.Permissions.IsolatedStoragePermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L16C61-L16C62" - }, - { - "DocsId": "P:System.Security.Permissions.IsolatedStoragePermission.UserQuota", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L12C33-L12C37" - }, - { - "DocsId": "P:System.Security.Permissions.IsolatedStoragePermission.UsageAllowed", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L13C58-L13C62" - } - ], - "DocsId": "T:System.Security.Permissions.IsolatedStoragePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.IsolatedStoragePermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermissionAttribute.cs#L11C79-L11C95" - }, - { - "DocsId": "P:System.Security.Permissions.IsolatedStoragePermissionAttribute.UserQuota", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermissionAttribute.cs#L12C33-L12C37" - }, - { - "DocsId": "P:System.Security.Permissions.IsolatedStoragePermissionAttribute.UsageAllowed", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermissionAttribute.cs#L13C58-L13C62" - } - ], - "DocsId": "T:System.Security.Permissions.IsolatedStoragePermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.IUnrestrictedPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IUnrestrictedPermission.cs" - } - ], - "DocsId": "T:System.Security.Permissions.IUnrestrictedPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IUnrestrictedPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L11C9-L11C65" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermission.#ctor(System.Security.Permissions.KeyContainerPermissionFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L12C9-L12C77" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermission.#ctor(System.Security.Permissions.KeyContainerPermissionFlags,System.Security.Permissions.KeyContainerPermissionAccessEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L13C9-L13C125" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L16C40-L16C53" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L17C63-L17C76" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L18C69-L18C81" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L19C65-L19C77" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L20C46-L20C58" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L21C51-L21C63" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L22C73-L22C74" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermission.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L14C52-L14C56" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermission.AccessEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L15C76-L15C80" - } - ], - "DocsId": "T:System.Security.Permissions.KeyContainerPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntry.#ctor(System.String,System.Security.Permissions.KeyContainerPermissionFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L13C9-L13C113" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntry.#ctor(System.Security.Cryptography.CspParameters,System.Security.Permissions.KeyContainerPermissionFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L14C9-L14C114" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntry.#ctor(System.String,System.String,System.Int32,System.String,System.Int32,System.Security.Permissions.KeyContainerPermissionFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L15C9-L17C12" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntry.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L24C49-L24C62" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntry.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L25C45-L25C54" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntry.KeyStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L18C34-L18C38" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntry.ProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L19C38-L19C42" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntry.ProviderType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L20C35-L20C39" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntry.KeyContainerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L21C42-L21C46" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntry.KeySpec", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L22C30-L22C34" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntry.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L23C52-L23C56" - } - ], - "DocsId": "T:System.Security.Permissions.KeyContainerPermissionAccessEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.Add(System.Security.Permissions.KeyContainerPermissionAccessEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L15C73-L15C82" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L16C31-L16C32" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.IndexOf(System.Security.Permissions.KeyContainerPermissionAccessEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L17C77-L17C86" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.Remove(System.Security.Permissions.KeyContainerPermissionAccessEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L18C77-L18C78" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L19C78-L19C90" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.CopyTo(System.Security.Permissions.KeyContainerPermissionAccessEntry[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L20C84-L20C85" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L21C54-L21C90" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L22C51-L22C87" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L13C74-L13C86" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L14C28-L14C32" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L23C38-L23C42" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L24C34-L24C38" - } - ], - "DocsId": "T:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs#L14C38-L14C42" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs#L15C34-L15C47" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs#L16C31-L16C32" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs#L13C60-L13C64" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs#L14C38-L14C42" - } - ], - "DocsId": "T:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L12C73-L12C89" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L19C58-L19C70" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAttribute.KeyStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L13C34-L13C38" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAttribute.ProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L14C38-L14C42" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAttribute.ProviderType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L15C35-L15C39" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAttribute.KeyContainerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L16C42-L16C46" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAttribute.KeySpec", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L17C30-L17C34" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAttribute.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L18C52-L18C56" - } - ], - "DocsId": "T:System.Security.Permissions.KeyContainerPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.NoFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.Create", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.Open", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.Import", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.Export", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.Sign", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.Decrypt", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.ViewAcl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.ChangeAcl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.AllFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - } - ], - "DocsId": "T:System.Security.Permissions.KeyContainerPermissionFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.MediaPermissionAudio.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.MediaPermissionAudio.NoAudio", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.MediaPermissionAudio.SiteOfOriginAudio", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.MediaPermissionAudio.SafeAudio", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.MediaPermissionAudio.AllAudio", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - } - ], - "DocsId": "T:System.Security.Permissions.MediaPermissionAudio", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.MediaPermissionVideo.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.MediaPermissionVideo.NoVideo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.MediaPermissionVideo.SiteOfOriginVideo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.MediaPermissionVideo.SafeVideo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.MediaPermissionVideo.AllVideo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - } - ], - "DocsId": "T:System.Security.Permissions.MediaPermissionVideo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.MediaPermissionImage.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.MediaPermissionImage.NoImage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.MediaPermissionImage.SiteOfOriginImage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.MediaPermissionImage.SafeImage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.MediaPermissionImage.AllImage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - } - ], - "DocsId": "T:System.Security.Permissions.MediaPermissionImage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.MediaPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L43C9-L43C37" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L44C9-L44C58" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermission.#ctor(System.Security.Permissions.MediaPermissionAudio)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L45C9-L45C73" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermission.#ctor(System.Security.Permissions.MediaPermissionVideo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L46C9-L46C73" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermission.#ctor(System.Security.Permissions.MediaPermissionImage)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L47C9-L47C73" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermission.#ctor(System.Security.Permissions.MediaPermissionAudio,System.Security.Permissions.MediaPermissionVideo,System.Security.Permissions.MediaPermissionImage)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L48C9-L51C12" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L52C40-L52C52" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L53C63-L53C75" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L54C69-L54C98" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L55C65-L55C94" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L56C46-L56C75" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L57C51-L57C83" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L58C73-L58C74" - }, - { - "DocsId": "P:System.Security.Permissions.MediaPermission.Audio", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L59C51-L59C88" - }, - { - "DocsId": "P:System.Security.Permissions.MediaPermission.Video", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L60C51-L60C88" - }, - { - "DocsId": "P:System.Security.Permissions.MediaPermission.Image", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L61C51-L61C88" - } - ], - "DocsId": "T:System.Security.Permissions.MediaPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.MediaPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L70C66-L70C82" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L71C58-L71C87" - }, - { - "DocsId": "P:System.Security.Permissions.MediaPermissionAttribute.Audio", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L72C51-L72C88" - }, - { - "DocsId": "P:System.Security.Permissions.MediaPermissionAttribute.Video", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L73C51-L73C88" - }, - { - "DocsId": "P:System.Security.Permissions.MediaPermissionAttribute.Image", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L74C51-L74C88" - } - ], - "DocsId": "T:System.Security.Permissions.MediaPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.PermissionSetAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L12C64-L12C97" - }, - { - "DocsId": "M:System.Security.Permissions.PermissionSetAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L18C58-L18C86" - }, - { - "DocsId": "M:System.Security.Permissions.PermissionSetAttribute.CreatePermissionSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L19C54-L19C84" - }, - { - "DocsId": "P:System.Security.Permissions.PermissionSetAttribute.File", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L13C30-L13C34" - }, - { - "DocsId": "P:System.Security.Permissions.PermissionSetAttribute.Hex", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L14C29-L14C33" - }, - { - "DocsId": "P:System.Security.Permissions.PermissionSetAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L15C30-L15C34" - }, - { - "DocsId": "P:System.Security.Permissions.PermissionSetAttribute.UnicodeEncoded", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L16C38-L16C42" - }, - { - "DocsId": "P:System.Security.Permissions.PermissionSetAttribute.XML", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L17C29-L17C33" - } - ], - "DocsId": "T:System.Security.Permissions.PermissionSetAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L18C9-L30C81" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L34C9-L37C10" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.#ctor(System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L39C9-L42C10" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L67C39-L72C25" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L77C13-L115C25" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L120C13-L171C90" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L176C13-L196C58" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L201C13-L208C25" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L213C13-L216C25" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L221C13-L221C54" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.Demand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L226C13-L248C74" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L253C13-L267C25" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L272C13-L298C10" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L302C13-L302C39" - } - ], - "DocsId": "T:System.Security.Permissions.PrincipalPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.PrincipalPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs#L15C70-L15C103" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs#L19C58-L19C86" - }, - { - "DocsId": "P:System.Security.Permissions.PrincipalPermissionAttribute.Authenticated", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs#L16C37-L16C41" - }, - { - "DocsId": "P:System.Security.Permissions.PrincipalPermissionAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs#L17C30-L17C34" - }, - { - "DocsId": "P:System.Security.Permissions.PrincipalPermissionAttribute.Role", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs#L18C30-L18C34" - } - ], - "DocsId": "T:System.Security.Permissions.PrincipalPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L13C9-L13C76" - }, - { - "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L14C9-L14C70" - }, - { - "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L16C46-L16C58" - }, - { - "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L17C61-L17C62" - }, - { - "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L18C69-L18C97" - }, - { - "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L19C63-L19C76" - }, - { - "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L20C51-L20C83" - }, - { - "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L21C65-L21C93" - }, - { - "DocsId": "P:System.Security.Permissions.PublisherIdentityPermission.Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L15C46-L15C50" - } - ], - "DocsId": "T:System.Security.Permissions.PublisherIdentityPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.PublisherIdentityPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs#L12C78-L12C111" - }, - { - "DocsId": "M:System.Security.Permissions.PublisherIdentityPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs#L16C58-L16C86" - }, - { - "DocsId": "P:System.Security.Permissions.PublisherIdentityPermissionAttribute.CertFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs#L13C34-L13C38" - }, - { - "DocsId": "P:System.Security.Permissions.PublisherIdentityPermissionAttribute.SignedFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs#L14C36-L14C40" - }, - { - "DocsId": "P:System.Security.Permissions.PublisherIdentityPermissionAttribute.X509Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs#L15C41-L15C45" - } - ], - "DocsId": "T:System.Security.Permissions.PublisherIdentityPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.ReflectionPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L11C9-L11C63" - }, - { - "DocsId": "M:System.Security.Permissions.ReflectionPermission.#ctor(System.Security.Permissions.ReflectionPermissionFlag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L12C9-L12C71" - }, - { - "DocsId": "M:System.Security.Permissions.ReflectionPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L14C46-L14C58" - }, - { - "DocsId": "M:System.Security.Permissions.ReflectionPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L15C61-L15C62" - }, - { - "DocsId": "M:System.Security.Permissions.ReflectionPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L16C69-L16C97" - }, - { - "DocsId": "M:System.Security.Permissions.ReflectionPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L17C63-L17C76" - }, - { - "DocsId": "M:System.Security.Permissions.ReflectionPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L18C40-L18C53" - }, - { - "DocsId": "M:System.Security.Permissions.ReflectionPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L19C51-L19C83" - }, - { - "DocsId": "M:System.Security.Permissions.ReflectionPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L20C64-L20C92" - }, - { - "DocsId": "P:System.Security.Permissions.ReflectionPermission.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L13C49-L13C53" - } - ], - "DocsId": "T:System.Security.Permissions.ReflectionPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.ReflectionPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L12C71-L12C104" - }, - { - "DocsId": "M:System.Security.Permissions.ReflectionPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L20C58-L20C86" - }, - { - "DocsId": "P:System.Security.Permissions.ReflectionPermissionAttribute.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L13C49-L13C53" - }, - { - "DocsId": "P:System.Security.Permissions.ReflectionPermissionAttribute.MemberAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L14C36-L14C40" - }, - { - "DocsId": "P:System.Security.Permissions.ReflectionPermissionAttribute.ReflectionEmit", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L16C38-L16C42" - }, - { - "DocsId": "P:System.Security.Permissions.ReflectionPermissionAttribute.RestrictedMemberAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L17C46-L17C50" - }, - { - "DocsId": "P:System.Security.Permissions.ReflectionPermissionAttribute.TypeInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L19C39-L19C43" - } - ], - "DocsId": "T:System.Security.Permissions.ReflectionPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.ReflectionPermissionFlag.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" - }, - { - "DocsId": "F:System.Security.Permissions.ReflectionPermissionFlag.AllFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" - }, - { - "DocsId": "F:System.Security.Permissions.ReflectionPermissionFlag.MemberAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" - }, - { - "DocsId": "F:System.Security.Permissions.ReflectionPermissionFlag.NoFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" - }, - { - "DocsId": "F:System.Security.Permissions.ReflectionPermissionFlag.ReflectionEmit", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" - }, - { - "DocsId": "F:System.Security.Permissions.ReflectionPermissionFlag.RestrictedMemberAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" - }, - { - "DocsId": "F:System.Security.Permissions.ReflectionPermissionFlag.TypeInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" - } - ], - "DocsId": "T:System.Security.Permissions.ReflectionPermissionFlag", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L13C9-L13C61" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.#ctor(System.Security.Permissions.RegistryPermissionAccess,System.Security.AccessControl.AccessControlActions,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L14C9-L14C118" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.#ctor(System.Security.Permissions.RegistryPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L15C9-L15C88" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.AddPathList(System.Security.Permissions.RegistryPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L16C85-L16C86" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.AddPathList(System.Security.Permissions.RegistryPermissionAccess,System.Security.AccessControl.AccessControlActions,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L17C115-L17C116" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L18C46-L18C74" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L19C62-L19C63" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.GetPathList(System.Security.Permissions.RegistryPermissionAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L20C70-L20C82" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L21C69-L21C97" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L22C63-L22C76" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L23C40-L23C53" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.SetPathList(System.Security.Permissions.RegistryPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L24C85-L24C86" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L25C51-L25C83" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L26C64-L26C92" - } - ], - "DocsId": "T:System.Security.Permissions.RegistryPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.RegistryPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.RegistryPermissionAccess.AllAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.RegistryPermissionAccess.Create", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.RegistryPermissionAccess.NoAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.RegistryPermissionAccess.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.RegistryPermissionAccess.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" - } - ], - "DocsId": "T:System.Security.Permissions.RegistryPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.RegistryPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L12C69-L12C102" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L21C58-L21C86" - }, - { - "DocsId": "P:System.Security.Permissions.RegistryPermissionAttribute.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L14C29-L14C33" - }, - { - "DocsId": "P:System.Security.Permissions.RegistryPermissionAttribute.ChangeAccessControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L15C45-L15C49" - }, - { - "DocsId": "P:System.Security.Permissions.RegistryPermissionAttribute.Create", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L16C32-L16C36" - }, - { - "DocsId": "P:System.Security.Permissions.RegistryPermissionAttribute.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L17C30-L17C34" - }, - { - "DocsId": "P:System.Security.Permissions.RegistryPermissionAttribute.ViewAccessControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L18C43-L18C47" - }, - { - "DocsId": "P:System.Security.Permissions.RegistryPermissionAttribute.ViewAndModify", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L19C39-L19C43" - }, - { - "DocsId": "P:System.Security.Permissions.RegistryPermissionAttribute.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L20C31-L20C35" - } - ], - "DocsId": "T:System.Security.Permissions.RegistryPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L15C9-L15C47" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L16C9-L16C68" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.AddPermissionAccess(System.Security.Permissions.ResourcePermissionBaseEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L22C81-L22C82" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L23C34-L23C35" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L24C46-L24C58" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.GetPermissionEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L25C74-L25C86" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L26C73-L26C74" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L27C69-L27C81" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L28C63-L28C76" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L29C40-L29C53" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.RemovePermissionAccess(System.Security.Permissions.ResourcePermissionBaseEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L30C84-L30C85" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L31C51-L31C63" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L32C65-L32C77" - }, - { - "DocsId": "F:System.Security.Permissions.ResourcePermissionBase.Any", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs" - }, - { - "DocsId": "F:System.Security.Permissions.ResourcePermissionBase.Local", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs" - }, - { - "DocsId": "P:System.Security.Permissions.ResourcePermissionBase.PermissionAccessType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L20C47-L20C51" - }, - { - "DocsId": "P:System.Security.Permissions.ResourcePermissionBase.TagNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L21C39-L21C43" - } - ], - "DocsId": "T:System.Security.Permissions.ResourcePermissionBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBaseEntry.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBaseEntry.cs#L11C9-L11C49" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBaseEntry.#ctor(System.Int32,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBaseEntry.cs#L12C9-L12C100" - }, - { - "DocsId": "P:System.Security.Permissions.ResourcePermissionBaseEntry.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBaseEntry.cs#L13C39-L13C43" - }, - { - "DocsId": "P:System.Security.Permissions.ResourcePermissionBaseEntry.PermissionAccessPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBaseEntry.cs#L14C48-L14C52" - } - ], - "DocsId": "T:System.Security.Permissions.ResourcePermissionBaseEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBaseEntry.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.SecurityPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L11C9-L11C61" - }, - { - "DocsId": "M:System.Security.Permissions.SecurityPermission.#ctor(System.Security.Permissions.SecurityPermissionFlag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L12C9-L12C67" - }, - { - "DocsId": "M:System.Security.Permissions.SecurityPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L14C46-L14C58" - }, - { - "DocsId": "M:System.Security.Permissions.SecurityPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L15C61-L15C62" - }, - { - "DocsId": "M:System.Security.Permissions.SecurityPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L16C69-L16C97" - }, - { - "DocsId": "M:System.Security.Permissions.SecurityPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L17C63-L17C76" - }, - { - "DocsId": "M:System.Security.Permissions.SecurityPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L18C40-L18C53" - }, - { - "DocsId": "M:System.Security.Permissions.SecurityPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L19C51-L19C83" - }, - { - "DocsId": "M:System.Security.Permissions.SecurityPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L20C65-L20C93" - }, - { - "DocsId": "P:System.Security.Permissions.SecurityPermission.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L13C47-L13C51" - } - ], - "DocsId": "T:System.Security.Permissions.SecurityPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L11C9-L11C65" - }, - { - "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L12C9-L12C55" - }, - { - "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L14C46-L14C74" - }, - { - "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L15C61-L15C62" - }, - { - "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L16C69-L16C97" - }, - { - "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L17C63-L17C76" - }, - { - "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L18C51-L18C83" - }, - { - "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L19C65-L19C93" - }, - { - "DocsId": "P:System.Security.Permissions.SiteIdentityPermission.Site", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L13C30-L13C34" - } - ], - "DocsId": "T:System.Security.Permissions.SiteIdentityPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.SiteIdentityPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermissionAttribute.cs#L12C73-L12C106" - }, - { - "DocsId": "M:System.Security.Permissions.SiteIdentityPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermissionAttribute.cs#L14C58-L14C86" - }, - { - "DocsId": "P:System.Security.Permissions.SiteIdentityPermissionAttribute.Site", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermissionAttribute.cs#L13C30-L13C34" - } - ], - "DocsId": "T:System.Security.Permissions.SiteIdentityPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.StorePermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L11C9-L11C58" - }, - { - "DocsId": "M:System.Security.Permissions.StorePermission.#ctor(System.Security.Permissions.StorePermissionFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L12C9-L12C62" - }, - { - "DocsId": "M:System.Security.Permissions.StorePermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L14C40-L14C53" - }, - { - "DocsId": "M:System.Security.Permissions.StorePermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L15C65-L15C77" - }, - { - "DocsId": "M:System.Security.Permissions.StorePermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L16C63-L16C76" - }, - { - "DocsId": "M:System.Security.Permissions.StorePermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L17C69-L17C81" - }, - { - "DocsId": "M:System.Security.Permissions.StorePermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L18C46-L18C58" - }, - { - "DocsId": "M:System.Security.Permissions.StorePermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L19C51-L19C63" - }, - { - "DocsId": "M:System.Security.Permissions.StorePermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L20C73-L20C74" - }, - { - "DocsId": "P:System.Security.Permissions.StorePermission.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L13C45-L13C49" - } - ], - "DocsId": "T:System.Security.Permissions.StorePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.StorePermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L12C66-L12C82" - }, - { - "DocsId": "M:System.Security.Permissions.StorePermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L21C58-L21C70" - }, - { - "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L13C45-L13C49" - }, - { - "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.CreateStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L14C35-L14C39" - }, - { - "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.DeleteStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L15C35-L15C39" - }, - { - "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.EnumerateStores", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L16C39-L16C43" - }, - { - "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.OpenStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L17C33-L17C37" - }, - { - "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.AddToStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L18C34-L18C38" - }, - { - "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.RemoveFromStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L19C39-L19C43" - }, - { - "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.EnumerateCertificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L20C45-L20C49" - } - ], - "DocsId": "T:System.Security.Permissions.StorePermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.StorePermissionFlags.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.StorePermissionFlags.NoFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.StorePermissionFlags.CreateStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.StorePermissionFlags.DeleteStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.StorePermissionFlags.EnumerateStores", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.StorePermissionFlags.OpenStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.StorePermissionFlags.AddToStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.StorePermissionFlags.RemoveFromStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.StorePermissionFlags.EnumerateCertificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.StorePermissionFlags.AllFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" - } - ], - "DocsId": "T:System.Security.Permissions.StorePermissionFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L11C9-L11C71" - }, - { - "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.#ctor(System.Security.Permissions.StrongNamePublicKeyBlob,System.String,System.Version)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L12C9-L12C108" - }, - { - "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L16C46-L16C58" - }, - { - "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L17C59-L17C60" - }, - { - "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L18C69-L18C97" - }, - { - "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L19C63-L19C76" - }, - { - "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L20C51-L20C83" - }, - { - "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L21C65-L21C93" - }, - { - "DocsId": "P:System.Security.Permissions.StrongNameIdentityPermission.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L13C30-L13C34" - }, - { - "DocsId": "P:System.Security.Permissions.StrongNameIdentityPermission.PublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L14C52-L14C56" - }, - { - "DocsId": "P:System.Security.Permissions.StrongNameIdentityPermission.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L15C34-L15C38" - } - ], - "DocsId": "T:System.Security.Permissions.StrongNameIdentityPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs#L12C79-L12C112" - }, - { - "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs#L16C58-L16C86" - }, - { - "DocsId": "P:System.Security.Permissions.StrongNameIdentityPermissionAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs#L13C30-L13C34" - }, - { - "DocsId": "P:System.Security.Permissions.StrongNameIdentityPermissionAttribute.PublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs#L14C35-L14C39" - }, - { - "DocsId": "P:System.Security.Permissions.StrongNameIdentityPermissionAttribute.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs#L15C33-L15C37" - } - ], - "DocsId": "T:System.Security.Permissions.StrongNameIdentityPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.StrongNamePublicKeyBlob.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs#L11C9-L11C61" - }, - { - "DocsId": "M:System.Security.Permissions.StrongNamePublicKeyBlob.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs#L12C50-L12C64" - }, - { - "DocsId": "M:System.Security.Permissions.StrongNamePublicKeyBlob.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs#L13C46-L13C64" - }, - { - "DocsId": "M:System.Security.Permissions.StrongNamePublicKeyBlob.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs#L14C46-L14C61" - } - ], - "DocsId": "T:System.Security.Permissions.StrongNamePublicKeyBlob", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L11C9-L11C67" - }, - { - "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.#ctor(System.Security.Permissions.TypeDescriptorPermissionFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L12C9-L12C80" - }, - { - "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L14C46-L14C58" - }, - { - "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L15C73-L15C74" - }, - { - "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L16C69-L16C97" - }, - { - "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L17C63-L17C76" - }, - { - "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L18C40-L18C53" - }, - { - "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L19C51-L19C83" - }, - { - "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L20C65-L20C93" - }, - { - "DocsId": "P:System.Security.Permissions.TypeDescriptorPermission.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L13C54-L13C58" - } - ], - "DocsId": "T:System.Security.Permissions.TypeDescriptorPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.TypeDescriptorPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionAttribute.cs#L12C75-L12C91" - }, - { - "DocsId": "M:System.Security.Permissions.TypeDescriptorPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionAttribute.cs#L15C58-L15C70" - }, - { - "DocsId": "P:System.Security.Permissions.TypeDescriptorPermissionAttribute.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionAttribute.cs#L13C54-L13C58" - }, - { - "DocsId": "P:System.Security.Permissions.TypeDescriptorPermissionAttribute.RestrictedRegistrationAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionAttribute.cs#L14C52-L14C56" - } - ], - "DocsId": "T:System.Security.Permissions.TypeDescriptorPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.TypeDescriptorPermissionFlags.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.TypeDescriptorPermissionFlags.NoFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.TypeDescriptorPermissionFlags.RestrictedRegistrationAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionFlags.cs" - } - ], - "DocsId": "T:System.Security.Permissions.TypeDescriptorPermissionFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionFlags.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.UIPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L11C9-L11C55" - }, - { - "DocsId": "M:System.Security.Permissions.UIPermission.#ctor(System.Security.Permissions.UIPermissionClipboard)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L12C9-L12C69" - }, - { - "DocsId": "M:System.Security.Permissions.UIPermission.#ctor(System.Security.Permissions.UIPermissionWindow)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L13C9-L13C63" - }, - { - "DocsId": "M:System.Security.Permissions.UIPermission.#ctor(System.Security.Permissions.UIPermissionWindow,System.Security.Permissions.UIPermissionClipboard)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L14C9-L14C100" - }, - { - "DocsId": "M:System.Security.Permissions.UIPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L17C46-L17C58" - }, - { - "DocsId": "M:System.Security.Permissions.UIPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L18C61-L18C62" - }, - { - "DocsId": "M:System.Security.Permissions.UIPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L19C69-L19C97" - }, - { - "DocsId": "M:System.Security.Permissions.UIPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L20C63-L20C76" - }, - { - "DocsId": "M:System.Security.Permissions.UIPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L21C40-L21C53" - }, - { - "DocsId": "M:System.Security.Permissions.UIPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L22C51-L22C83" - }, - { - "DocsId": "M:System.Security.Permissions.UIPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L23C65-L23C93" - }, - { - "DocsId": "P:System.Security.Permissions.UIPermission.Clipboard", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L15C50-L15C54" - }, - { - "DocsId": "P:System.Security.Permissions.UIPermission.Window", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L16C44-L16C48" - } - ], - "DocsId": "T:System.Security.Permissions.UIPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.UIPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionAttribute.cs#L12C63-L12C96" - }, - { - "DocsId": "M:System.Security.Permissions.UIPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionAttribute.cs#L15C58-L15C86" - }, - { - "DocsId": "P:System.Security.Permissions.UIPermissionAttribute.Clipboard", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionAttribute.cs#L13C50-L13C54" - }, - { - "DocsId": "P:System.Security.Permissions.UIPermissionAttribute.Window", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionAttribute.cs#L14C44-L14C48" - } - ], - "DocsId": "T:System.Security.Permissions.UIPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.UIPermissionClipboard.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionClipboard.cs" - }, - { - "DocsId": "F:System.Security.Permissions.UIPermissionClipboard.AllClipboard", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionClipboard.cs" - }, - { - "DocsId": "F:System.Security.Permissions.UIPermissionClipboard.NoClipboard", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionClipboard.cs" - }, - { - "DocsId": "F:System.Security.Permissions.UIPermissionClipboard.OwnClipboard", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionClipboard.cs" - } - ], - "DocsId": "T:System.Security.Permissions.UIPermissionClipboard", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionClipboard.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.UIPermissionWindow.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" - }, - { - "DocsId": "F:System.Security.Permissions.UIPermissionWindow.AllWindows", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" - }, - { - "DocsId": "F:System.Security.Permissions.UIPermissionWindow.NoWindows", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" - }, - { - "DocsId": "F:System.Security.Permissions.UIPermissionWindow.SafeSubWindows", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" - }, - { - "DocsId": "F:System.Security.Permissions.UIPermissionWindow.SafeTopLevelWindows", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" - } - ], - "DocsId": "T:System.Security.Permissions.UIPermissionWindow", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L11C9-L11C64" - }, - { - "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L12C9-L12C54" - }, - { - "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L14C46-L14C74" - }, - { - "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L15C61-L15C62" - }, - { - "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L16C69-L16C97" - }, - { - "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L17C63-L17C76" - }, - { - "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L18C51-L18C83" - }, - { - "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L19C65-L19C93" - }, - { - "DocsId": "P:System.Security.Permissions.UrlIdentityPermission.Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L13C29-L13C33" - } - ], - "DocsId": "T:System.Security.Permissions.UrlIdentityPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.UrlIdentityPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermissionAttribute.cs#L12C72-L12C105" - }, - { - "DocsId": "M:System.Security.Permissions.UrlIdentityPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermissionAttribute.cs#L14C58-L14C86" - }, - { - "DocsId": "P:System.Security.Permissions.UrlIdentityPermissionAttribute.Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermissionAttribute.cs#L13C29-L13C33" - } - ], - "DocsId": "T:System.Security.Permissions.UrlIdentityPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.WebBrowserPermissionLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.WebBrowserPermissionLevel.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.WebBrowserPermissionLevel.Safe", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.WebBrowserPermissionLevel.Unrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" - } - ], - "DocsId": "T:System.Security.Permissions.WebBrowserPermissionLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.WebBrowserPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L20C9-L20C42" - }, - { - "DocsId": "M:System.Security.Permissions.WebBrowserPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L21C9-L21C63" - }, - { - "DocsId": "M:System.Security.Permissions.WebBrowserPermission.#ctor(System.Security.Permissions.WebBrowserPermissionLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L22C9-L22C93" - }, - { - "DocsId": "M:System.Security.Permissions.WebBrowserPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L23C40-L23C52" - }, - { - "DocsId": "M:System.Security.Permissions.WebBrowserPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L24C63-L24C75" - }, - { - "DocsId": "M:System.Security.Permissions.WebBrowserPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L25C69-L25C103" - }, - { - "DocsId": "M:System.Security.Permissions.WebBrowserPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L26C65-L26C99" - }, - { - "DocsId": "M:System.Security.Permissions.WebBrowserPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L27C46-L27C80" - }, - { - "DocsId": "M:System.Security.Permissions.WebBrowserPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L28C51-L28C83" - }, - { - "DocsId": "M:System.Security.Permissions.WebBrowserPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L29C73-L29C74" - }, - { - "DocsId": "P:System.Security.Permissions.WebBrowserPermission.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L30C56-L30C102" - } - ], - "DocsId": "T:System.Security.Permissions.WebBrowserPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.WebBrowserPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L39C71-L39C87" - }, - { - "DocsId": "M:System.Security.Permissions.WebBrowserPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L40C58-L40C92" - }, - { - "DocsId": "P:System.Security.Permissions.WebBrowserPermissionAttribute.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L41C56-L41C102" - } - ], - "DocsId": "T:System.Security.Permissions.WebBrowserPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L11C9-L11C65" - }, - { - "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.#ctor(System.Security.SecurityZone)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L12C9-L12C61" - }, - { - "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L14C46-L14C58" - }, - { - "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L15C61-L15C62" - }, - { - "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L16C69-L16C97" - }, - { - "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L17C63-L17C76" - }, - { - "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L18C51-L18C83" - }, - { - "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L19C65-L19C93" - }, - { - "DocsId": "P:System.Security.Permissions.ZoneIdentityPermission.SecurityZone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L13C44-L13C48" - } - ], - "DocsId": "T:System.Security.Permissions.ZoneIdentityPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.ZoneIdentityPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermissionAttribute.cs#L12C73-L12C106" - }, - { - "DocsId": "M:System.Security.Permissions.ZoneIdentityPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermissionAttribute.cs#L14C58-L14C86" - }, - { - "DocsId": "P:System.Security.Permissions.ZoneIdentityPermissionAttribute.Zone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermissionAttribute.cs#L13C36-L13C40" - } - ], - "DocsId": "T:System.Security.Permissions.ZoneIdentityPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.DnsPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L14C9-L14C56" - }, - { - "DocsId": "M:System.Net.DnsPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L15C46-L15C58" - }, - { - "DocsId": "M:System.Net.DnsPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L16C73-L16C74" - }, - { - "DocsId": "M:System.Net.DnsPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L17C69-L17C81" - }, - { - "DocsId": "M:System.Net.DnsPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L18C64-L18C69" - }, - { - "DocsId": "M:System.Net.DnsPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L19C41-L19C46" - }, - { - "DocsId": "M:System.Net.DnsPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L20C51-L20C63" - }, - { - "DocsId": "M:System.Net.DnsPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L21C65-L21C77" - } - ], - "DocsId": "T:System.Net.DnsPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.DnsPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/DnsPermissionAttribute.cs#L16C64-L16C80" - }, - { - "DocsId": "M:System.Net.DnsPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/DnsPermissionAttribute.cs#L17C58-L17C70" - } - ], - "DocsId": "T:System.Net.DnsPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/DnsPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.EndpointPermission.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs#L12C51-L12C64" - }, - { - "DocsId": "M:System.Net.EndpointPermission.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs#L13C45-L13C54" - }, - { - "DocsId": "P:System.Net.EndpointPermission.Hostname", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs#L9C40-L9C52" - }, - { - "DocsId": "P:System.Net.EndpointPermission.Port", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs#L10C33-L10C42" - }, - { - "DocsId": "P:System.Net.EndpointPermission.Transport", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs#L11C42-L11C46" - } - ], - "DocsId": "T:System.Net.EndpointPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Net.NetworkAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/NetworkAccess.cs" - }, - { - "DocsId": "F:System.Net.NetworkAccess.Accept", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/NetworkAccess.cs" - }, - { - "DocsId": "F:System.Net.NetworkAccess.Connect", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/NetworkAccess.cs" - } - ], - "DocsId": "T:System.Net.NetworkAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/NetworkAccess.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.SocketPermission.#ctor(System.Net.NetworkAccess,System.Net.TransportType,System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L15C9-L15C116" - }, - { - "DocsId": "M:System.Net.SocketPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L16C9-L16C59" - }, - { - "DocsId": "M:System.Net.SocketPermission.AddPermission(System.Net.NetworkAccess,System.Net.TransportType,System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L19C117-L19C118" - }, - { - "DocsId": "M:System.Net.SocketPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L20C46-L20C58" - }, - { - "DocsId": "M:System.Net.SocketPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L21C73-L21C74" - }, - { - "DocsId": "M:System.Net.SocketPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L22C69-L22C81" - }, - { - "DocsId": "M:System.Net.SocketPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L23C64-L23C69" - }, - { - "DocsId": "M:System.Net.SocketPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L24C41-L24C46" - }, - { - "DocsId": "M:System.Net.SocketPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L25C51-L25C63" - }, - { - "DocsId": "M:System.Net.SocketPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L26C65-L26C77" - }, - { - "DocsId": "F:System.Net.SocketPermission.AllPorts", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs" - }, - { - "DocsId": "P:System.Net.SocketPermission.AcceptList", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L17C66-L17C78" - }, - { - "DocsId": "P:System.Net.SocketPermission.ConnectList", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L18C67-L18C79" - } - ], - "DocsId": "T:System.Net.SocketPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.SocketPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L16C67-L16C83" - }, - { - "DocsId": "M:System.Net.SocketPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L21C58-L21C70" - }, - { - "DocsId": "P:System.Net.SocketPermissionAttribute.Access", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L17C38-L17C50" - }, - { - "DocsId": "P:System.Net.SocketPermissionAttribute.Host", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L18C36-L18C48" - }, - { - "DocsId": "P:System.Net.SocketPermissionAttribute.Port", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L19C36-L19C48" - }, - { - "DocsId": "P:System.Net.SocketPermissionAttribute.Transport", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L20C41-L20C53" - } - ], - "DocsId": "T:System.Net.SocketPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Net.TransportType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" - }, - { - "DocsId": "F:System.Net.TransportType.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" - }, - { - "DocsId": "F:System.Net.TransportType.Connectionless", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" - }, - { - "DocsId": "F:System.Net.TransportType.ConnectionOriented", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" - }, - { - "DocsId": "F:System.Net.TransportType.Tcp", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" - }, - { - "DocsId": "F:System.Net.TransportType.Udp", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" - } - ], - "DocsId": "T:System.Net.TransportType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.WebPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L16C9-L16C35" - }, - { - "DocsId": "M:System.Net.WebPermission.#ctor(System.Net.NetworkAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L17C9-L17C73" - }, - { - "DocsId": "M:System.Net.WebPermission.#ctor(System.Net.NetworkAccess,System.Text.RegularExpressions.Regex)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L18C9-L18C71" - }, - { - "DocsId": "M:System.Net.WebPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L19C9-L19C56" - }, - { - "DocsId": "M:System.Net.WebPermission.AddPermission(System.Net.NetworkAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L22C77-L22C78" - }, - { - "DocsId": "M:System.Net.WebPermission.AddPermission(System.Net.NetworkAccess,System.Text.RegularExpressions.Regex)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L23C75-L23C76" - }, - { - "DocsId": "M:System.Net.WebPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L24C46-L24C58" - }, - { - "DocsId": "M:System.Net.WebPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L25C73-L25C74" - }, - { - "DocsId": "M:System.Net.WebPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L26C69-L26C81" - }, - { - "DocsId": "M:System.Net.WebPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L27C64-L27C69" - }, - { - "DocsId": "M:System.Net.WebPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L28C41-L28C46" - }, - { - "DocsId": "M:System.Net.WebPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L29C51-L29C63" - }, - { - "DocsId": "M:System.Net.WebPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L30C65-L30C77" - }, - { - "DocsId": "P:System.Net.WebPermission.AcceptList", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L20C47-L20C59" - }, - { - "DocsId": "P:System.Net.WebPermission.ConnectList", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L21C48-L21C60" - } - ], - "DocsId": "T:System.Net.WebPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.WebPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L16C64-L16C80" - }, - { - "DocsId": "M:System.Net.WebPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L21C58-L21C70" - }, - { - "DocsId": "P:System.Net.WebPermissionAttribute.Accept", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L17C38-L17C50" - }, - { - "DocsId": "P:System.Net.WebPermissionAttribute.AcceptPattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L18C45-L18C57" - }, - { - "DocsId": "P:System.Net.WebPermissionAttribute.Connect", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L19C39-L19C51" - }, - { - "DocsId": "P:System.Net.WebPermissionAttribute.ConnectPattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L20C46-L20C58" - } - ], - "DocsId": "T:System.Net.WebPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L14C9-L14C57" - }, - { - "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L15C46-L15C58" - }, - { - "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L16C59-L16C60" - }, - { - "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L17C69-L17C81" - }, - { - "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L18C64-L18C69" - }, - { - "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L19C41-L19C46" - }, - { - "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L20C51-L20C63" - }, - { - "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L21C65-L21C77" - } - ], - "DocsId": "T:System.Net.PeerToPeer.PnrpPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.PeerToPeer.PnrpPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermissionAttribute.cs#L16C65-L16C81" - }, - { - "DocsId": "M:System.Net.PeerToPeer.PnrpPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermissionAttribute.cs#L17C58-L17C70" - } - ], - "DocsId": "T:System.Net.PeerToPeer.PnrpPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Net.PeerToPeer.PnrpScope.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" - }, - { - "DocsId": "F:System.Net.PeerToPeer.PnrpScope.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" - }, - { - "DocsId": "F:System.Net.PeerToPeer.PnrpScope.Global", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" - }, - { - "DocsId": "F:System.Net.PeerToPeer.PnrpScope.LinkLocal", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" - }, - { - "DocsId": "F:System.Net.PeerToPeer.PnrpScope.SiteLocal", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" - } - ], - "DocsId": "T:System.Net.PeerToPeer.PnrpScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L14C9-L14C70" - }, - { - "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L15C46-L15C58" - }, - { - "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L16C59-L16C60" - }, - { - "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L17C69-L17C81" - }, - { - "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L18C64-L18C69" - }, - { - "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L19C41-L19C46" - }, - { - "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L20C51-L20C63" - }, - { - "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L21C65-L21C77" - } - ], - "DocsId": "T:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermissionAttribute.cs#L16C78-L16C94" - }, - { - "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermissionAttribute.cs#L17C58-L17C70" - } - ], - "DocsId": "T:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Net.NetworkInformation.NetworkInformationAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationAccess.cs" - }, - { - "DocsId": "F:System.Net.NetworkInformation.NetworkInformationAccess.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationAccess.cs" - }, - { - "DocsId": "F:System.Net.NetworkInformation.NetworkInformationAccess.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationAccess.cs" - }, - { - "DocsId": "F:System.Net.NetworkInformation.NetworkInformationAccess.Ping", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationAccess.cs" - } - ], - "DocsId": "T:System.Net.NetworkInformation.NetworkInformationAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationAccess.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L14C9-L14C71" - }, - { - "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.#ctor(System.Net.NetworkInformation.NetworkInformationAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L15C9-L15C81" - }, - { - "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.AddPermission(System.Net.NetworkInformation.NetworkInformationAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L17C70-L17C71" - }, - { - "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L18C41-L18C45" - }, - { - "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L19C47-L19C51" - }, - { - "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L20C66-L20C70" - }, - { - "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L21C70-L21C74" - }, - { - "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L22C64-L22C69" - }, - { - "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L23C73-L23C74" - }, - { - "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L24C52-L24C56" - }, - { - "DocsId": "P:System.Net.NetworkInformation.NetworkInformationPermission.Access", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L16C50-L16C54" - } - ], - "DocsId": "T:System.Net.NetworkInformation.NetworkInformationPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermissionAttribute.cs#L15C79-L15C95" - }, - { - "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermissionAttribute.cs#L17C59-L17C63" - }, - { - "DocsId": "P:System.Net.NetworkInformation.NetworkInformationPermissionAttribute.Access", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermissionAttribute.cs#L16C32-L16C36" - } - ], - "DocsId": "T:System.Net.NetworkInformation.NetworkInformationPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Net.Mail.SmtpAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpAccess.cs" - }, - { - "DocsId": "F:System.Net.Mail.SmtpAccess.Connect", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpAccess.cs" - }, - { - "DocsId": "F:System.Net.Mail.SmtpAccess.ConnectToUnrestrictedPort", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpAccess.cs" - }, - { - "DocsId": "F:System.Net.Mail.SmtpAccess.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpAccess.cs" - } - ], - "DocsId": "T:System.Net.Mail.SmtpAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpAccess.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.Mail.SmtpPermission.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L14C9-L14C53" - }, - { - "DocsId": "M:System.Net.Mail.SmtpPermission.#ctor(System.Net.Mail.SmtpAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L15C9-L15C53" - }, - { - "DocsId": "M:System.Net.Mail.SmtpPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L16C9-L16C57" - }, - { - "DocsId": "M:System.Net.Mail.SmtpPermission.AddPermission(System.Net.Mail.SmtpAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L18C56-L18C57" - }, - { - "DocsId": "M:System.Net.Mail.SmtpPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L19C46-L19C58" - }, - { - "DocsId": "M:System.Net.Mail.SmtpPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L20C73-L20C74" - }, - { - "DocsId": "M:System.Net.Mail.SmtpPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L21C69-L21C81" - }, - { - "DocsId": "M:System.Net.Mail.SmtpPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L22C64-L22C69" - }, - { - "DocsId": "M:System.Net.Mail.SmtpPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L23C41-L23C46" - }, - { - "DocsId": "M:System.Net.Mail.SmtpPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L24C51-L24C63" - }, - { - "DocsId": "M:System.Net.Mail.SmtpPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L25C65-L25C77" - }, - { - "DocsId": "P:System.Net.Mail.SmtpPermission.Access", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L17C36-L17C40" - } - ], - "DocsId": "T:System.Net.Mail.SmtpPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.Mail.SmtpPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermissionAttribute.cs#L16C65-L16C81" - }, - { - "DocsId": "M:System.Net.Mail.SmtpPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermissionAttribute.cs#L18C58-L18C70" - }, - { - "DocsId": "P:System.Net.Mail.SmtpPermissionAttribute.Access", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermissionAttribute.cs#L17C38-L17C50" - } - ], - "DocsId": "T:System.Net.Mail.SmtpPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrintingPermission.#ctor(System.Drawing.Printing.PrintingPermissionLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L14C9-L14C77" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintingPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L15C9-L15C61" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintingPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L17C47-L17C51" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintingPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L18C65-L18C66" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintingPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L19C70-L19C74" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintingPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L20C64-L20C69" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintingPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L21C41-L21C46" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintingPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L22C52-L22C56" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintingPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L23C66-L23C70" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintingPermission.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L16C48-L16C52" - } - ], - "DocsId": "T:System.Drawing.Printing.PrintingPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrintingPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionAttribute.cs#L14C69-L14C85" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintingPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionAttribute.cs#L16C74-L16C86" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintingPermissionAttribute.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionAttribute.cs#L15C48-L15C52" - } - ], - "DocsId": "T:System.Drawing.Printing.PrintingPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Printing.PrintingPermissionLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrintingPermissionLevel.AllPrinting", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrintingPermissionLevel.DefaultPrinting", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrintingPermissionLevel.NoPrinting", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrintingPermissionLevel.SafePrinting", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.PrintingPermissionLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermission.cs#L11C9-L11C49" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermission.#ctor(System.DirectoryServices.DirectoryServicesPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermission.cs#L12C9-L12C108" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermission.cs#L13C9-L13C70" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermission.#ctor(System.DirectoryServices.DirectoryServicesPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermission.cs#L14C9-L14C113" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryServicesPermission.PermissionEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermission.cs#L15C80-L15C84" - } - ], - "DocsId": "T:System.DirectoryServices.DirectoryServicesPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermission.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.DirectoryServicesPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAccess.cs" - }, - { - "DocsId": "F:System.DirectoryServices.DirectoryServicesPermissionAccess.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAccess.cs" - }, - { - "DocsId": "F:System.DirectoryServices.DirectoryServicesPermissionAccess.Browse", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAccess.cs" - }, - { - "DocsId": "F:System.DirectoryServices.DirectoryServicesPermissionAccess.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAccess.cs" - } - ], - "DocsId": "T:System.DirectoryServices.DirectoryServicesPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAccess.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAttribute.cs#L15C78-L15C111" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAttribute.cs#L18C59-L18C87" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryServicesPermissionAttribute.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAttribute.cs#L16C69-L16C73" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryServicesPermissionAttribute.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAttribute.cs#L17C31-L17C35" - } - ], - "DocsId": "T:System.DirectoryServices.DirectoryServicesPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntry.#ctor(System.DirectoryServices.DirectoryServicesPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntry.cs#L8C9-L8C118" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryServicesPermissionEntry.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntry.cs#L9C31-L9C35" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryServicesPermissionEntry.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntry.cs#L10C69-L10C73" - } - ], - "DocsId": "T:System.DirectoryServices.DirectoryServicesPermissionEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntry.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.Add(System.DirectoryServices.DirectoryServicesPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L12C66-L12C75" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.AddRange(System.DirectoryServices.DirectoryServicesPermissionEntryCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L13C82-L13C83" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.AddRange(System.DirectoryServices.DirectoryServicesPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L14C74-L14C75" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.Contains(System.DirectoryServices.DirectoryServicesPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L15C72-L15C85" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.CopyTo(System.DirectoryServices.DirectoryServicesPermissionEntry[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L16C83-L16C84" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.IndexOf(System.DirectoryServices.DirectoryServicesPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L17C70-L17C79" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.Insert(System.Int32,System.DirectoryServices.DirectoryServicesPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L18C81-L18C82" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.OnClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L19C45-L19C46" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.OnInsert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L20C70-L20C71" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.OnRemove(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L21C70-L21C71" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.OnSet(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L22C88-L22C89" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.Remove(System.DirectoryServices.DirectoryServicesPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L23C71-L23C72" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L11C74-L11C86" - } - ], - "DocsId": "T:System.DirectoryServices.DirectoryServicesPermissionEntryCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.EventLogPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs#L13C9-L13C40" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermission.#ctor(System.Diagnostics.EventLogPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs#L14C9-L14C101" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermission.#ctor(System.Diagnostics.EventLogPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs#L15C9-L15C89" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs#L16C9-L16C61" - }, - { - "DocsId": "P:System.Diagnostics.EventLogPermission.PermissionEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs#L17C70-L17C74" - } - ], - "DocsId": "T:System.Diagnostics.EventLogPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.EventLogPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" - }, - { - "DocsId": "F:System.Diagnostics.EventLogPermissionAccess.Administer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" - }, - { - "DocsId": "F:System.Diagnostics.EventLogPermissionAccess.Audit", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" - }, - { - "DocsId": "F:System.Diagnostics.EventLogPermissionAccess.Browse", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" - }, - { - "DocsId": "F:System.Diagnostics.EventLogPermissionAccess.Instrument", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" - }, - { - "DocsId": "F:System.Diagnostics.EventLogPermissionAccess.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" - }, - { - "DocsId": "F:System.Diagnostics.EventLogPermissionAccess.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" - } - ], - "DocsId": "T:System.Diagnostics.EventLogPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.EventLogPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAttribute.cs#L16C69-L16C85" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAttribute.cs#L19C58-L19C70" - }, - { - "DocsId": "P:System.Diagnostics.EventLogPermissionAttribute.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAttribute.cs#L17C43-L17C55" - }, - { - "DocsId": "P:System.Diagnostics.EventLogPermissionAttribute.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAttribute.cs#L18C60-L18C64" - } - ], - "DocsId": "T:System.Diagnostics.EventLogPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntry.#ctor(System.Diagnostics.EventLogPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntry.cs#L8C9-L8C106" - }, - { - "DocsId": "P:System.Diagnostics.EventLogPermissionEntry.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntry.cs#L9C43-L9C55" - }, - { - "DocsId": "P:System.Diagnostics.EventLogPermissionEntry.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntry.cs#L10C60-L10C64" - } - ], - "DocsId": "T:System.Diagnostics.EventLogPermissionEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntry.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.Add(System.Diagnostics.EventLogPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L12C57-L12C66" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.AddRange(System.Diagnostics.EventLogPermissionEntryCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L13C73-L13C74" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.AddRange(System.Diagnostics.EventLogPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L14C65-L14C66" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.Contains(System.Diagnostics.EventLogPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L15C63-L15C76" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.CopyTo(System.Diagnostics.EventLogPermissionEntry[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L16C74-L16C75" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.IndexOf(System.Diagnostics.EventLogPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L17C61-L17C70" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.Insert(System.Int32,System.Diagnostics.EventLogPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L18C72-L18C73" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.OnClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L19C45-L19C46" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.OnInsert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L20C69-L20C70" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.OnRemove(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L21C69-L21C70" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.OnSet(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L22C86-L22C87" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.Remove(System.Diagnostics.EventLogPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L23C61-L23C62" - }, - { - "DocsId": "P:System.Diagnostics.EventLogPermissionEntryCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L11C64-L11C76" - } - ], - "DocsId": "T:System.Diagnostics.EventLogPermissionEntryCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs#L13C9-L13C50" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermission.#ctor(System.Diagnostics.PerformanceCounterPermissionAccess,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs#L14C9-L14C142" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermission.#ctor(System.Diagnostics.PerformanceCounterPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs#L15C9-L15C109" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs#L16C9-L16C71" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounterPermission.PermissionEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs#L17C86-L17C98" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceCounterPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.PerformanceCounterPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterPermissionAccess.Administer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterPermissionAccess.Browse", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterPermissionAccess.Instrument", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterPermissionAccess.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterPermissionAccess.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterPermissionAccess.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceCounterPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs#L15C79-L15C95" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs#L19C58-L19C70" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounterPermissionAttribute.CategoryName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs#L16C44-L16C56" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounterPermissionAttribute.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs#L17C43-L17C55" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounterPermissionAttribute.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs#L18C70-L18C74" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceCounterPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntry.#ctor(System.Diagnostics.PerformanceCounterPermissionAccess,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntry.cs#L8C9-L8C147" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounterPermissionEntry.CategoryName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntry.cs#L9C44-L9C56" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounterPermissionEntry.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntry.cs#L10C43-L10C55" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounterPermissionEntry.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntry.cs#L11C70-L11C74" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceCounterPermissionEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntry.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.Add(System.Diagnostics.PerformanceCounterPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L12C67-L12C76" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.AddRange(System.Diagnostics.PerformanceCounterPermissionEntryCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L13C83-L13C84" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.AddRange(System.Diagnostics.PerformanceCounterPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L14C75-L14C76" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.Contains(System.Diagnostics.PerformanceCounterPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L15C73-L15C86" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.CopyTo(System.Diagnostics.PerformanceCounterPermissionEntry[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L16C84-L16C85" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.IndexOf(System.Diagnostics.PerformanceCounterPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L17C71-L17C80" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.Insert(System.Int32,System.Diagnostics.PerformanceCounterPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L18C82-L18C83" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.OnClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L19C45-L19C46" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.OnInsert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L20C69-L20C70" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.OnRemove(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L21C69-L21C70" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.OnSet(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L22C86-L22C87" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.Remove(System.Diagnostics.PerformanceCounterPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L23C71-L23C72" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounterPermissionEntryCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L11C74-L11C86" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceCounterPermissionEntryCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.SqlClient.SqlClientPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs#L14C40-L14C74" - }, - { - "DocsId": "M:System.Data.SqlClient.SqlClientPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs#L15C61-L15C95" - }, - { - "DocsId": "M:System.Data.SqlClient.SqlClientPermission.#ctor(System.Security.Permissions.PermissionState,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs#L16C86-L16C120" - }, - { - "DocsId": "M:System.Data.SqlClient.SqlClientPermission.Add(System.String,System.String,System.Data.KeyRestrictionBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs#L17C115-L17C116" - }, - { - "DocsId": "M:System.Data.SqlClient.SqlClientPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs#L18C62-L18C74" - } - ], - "DocsId": "T:System.Data.SqlClient.SqlClientPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.SqlClient.SqlClientPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermissionAttribute.cs#L17C70-L17C103" - }, - { - "DocsId": "M:System.Data.SqlClient.SqlClientPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermissionAttribute.cs#L18C58-L18C70" - } - ], - "DocsId": "T:System.Data.SqlClient.SqlClientPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OracleClient.OraclePermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L14C9-L14C59" - }, - { - "DocsId": "M:System.Data.OracleClient.OraclePermission.Add(System.String,System.String,System.Data.KeyRestrictionBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L16C106-L16C107" - }, - { - "DocsId": "M:System.Data.OracleClient.OraclePermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L17C46-L17C58" - }, - { - "DocsId": "M:System.Data.OracleClient.OraclePermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L18C73-L18C74" - }, - { - "DocsId": "M:System.Data.OracleClient.OraclePermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L19C69-L19C81" - }, - { - "DocsId": "M:System.Data.OracleClient.OraclePermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L20C64-L20C69" - }, - { - "DocsId": "M:System.Data.OracleClient.OraclePermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L21C41-L21C46" - }, - { - "DocsId": "M:System.Data.OracleClient.OraclePermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L22C51-L22C63" - }, - { - "DocsId": "M:System.Data.OracleClient.OraclePermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L23C65-L23C77" - }, - { - "DocsId": "P:System.Data.OracleClient.OraclePermission.AllowBlankPassword", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L15C42-L15C46" - } - ], - "DocsId": "T:System.Data.OracleClient.OraclePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OracleClient.OraclePermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L15C67-L15C83" - }, - { - "DocsId": "M:System.Data.OracleClient.OraclePermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L20C67-L20C79" - }, - { - "DocsId": "M:System.Data.OracleClient.OraclePermissionAttribute.ShouldSerializeConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L22C58-L22C63" - }, - { - "DocsId": "M:System.Data.OracleClient.OraclePermissionAttribute.ShouldSerializeKeyRestrictions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L24C57-L24C62" - }, - { - "DocsId": "P:System.Data.OracleClient.OraclePermissionAttribute.AllowBlankPassword", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L16C42-L16C46" - }, - { - "DocsId": "P:System.Data.OracleClient.OraclePermissionAttribute.ConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L17C48-L17C60" - }, - { - "DocsId": "P:System.Data.OracleClient.OraclePermissionAttribute.KeyRestrictionBehavior", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L18C64-L18C68" - }, - { - "DocsId": "P:System.Data.OracleClient.OraclePermissionAttribute.KeyRestrictions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L19C47-L19C59" - } - ], - "DocsId": "T:System.Data.OracleClient.OraclePermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs#L15C36-L15C70" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs#L16C57-L16C91" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbPermission.#ctor(System.Security.Permissions.PermissionState,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs#L17C82-L17C116" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs#L21C46-L21C58" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbPermission.Provider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs#L20C40-L20C52" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermissionAttribute.cs#L17C66-L17C99" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermissionAttribute.cs#L21C58-L21C70" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbPermissionAttribute.Provider", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermissionAttribute.cs#L20C40-L20C52" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs#L15C35-L15C69" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs#L16C56-L16C90" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcPermission.#ctor(System.Security.Permissions.PermissionState,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs#L17C81-L17C115" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcPermission.Add(System.String,System.String,System.Data.KeyRestrictionBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs#L18C115-L18C116" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs#L19C46-L19C58" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermissionAttribute.cs#L17C65-L17C98" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermissionAttribute.cs#L18C58-L18C70" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Common.DBDataPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L14C9-L14C41" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.#ctor(System.Data.Common.DBDataPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L15C9-L15C68" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.#ctor(System.Data.Common.DBDataPermissionAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L16C9-L16C86" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L17C9-L17C62" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.#ctor(System.Security.Permissions.PermissionState,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L18C9-L18C87" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.Add(System.String,System.String,System.Data.KeyRestrictionBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L20C114-L20C115" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L21C34-L21C35" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.CreateInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L22C64-L22C68" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L23C47-L23C51" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L24C73-L24C74" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L25C70-L25C74" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L26C64-L26C69" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L27C41-L27C46" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L28C52-L28C56" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L29C65-L29C93" - }, - { - "DocsId": "P:System.Data.Common.DBDataPermission.AllowBlankPassword", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L19C42-L19C46" - } - ], - "DocsId": "T:System.Data.Common.DBDataPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Common.DBDataPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L15C70-L15C86" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermissionAttribute.ShouldSerializeConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L21C57-L21C70" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermissionAttribute.ShouldSerializeKeyRestrictions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L23C56-L23C69" - }, - { - "DocsId": "P:System.Data.Common.DBDataPermissionAttribute.AllowBlankPassword", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L16C42-L16C46" - }, - { - "DocsId": "P:System.Data.Common.DBDataPermissionAttribute.ConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L17C42-L17C46" - }, - { - "DocsId": "P:System.Data.Common.DBDataPermissionAttribute.KeyRestrictionBehavior", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L18C64-L18C68" - }, - { - "DocsId": "P:System.Data.Common.DBDataPermissionAttribute.KeyRestrictions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L19C41-L19C45" - } - ], - "DocsId": "T:System.Data.Common.DBDataPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L14C9-L14C66" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L15C41-L15C46" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L16C47-L16C75" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L17C65-L17C93" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L18C69-L18C97" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L19C64-L19C69" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L20C73-L20C74" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L21C51-L21C83" - } - ], - "DocsId": "T:System.Configuration.ConfigurationPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermissionAttribute.cs#L15C74-L15C107" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermissionAttribute.cs#L16C58-L16C86" - } - ], - "DocsId": "T:System.Configuration.ConfigurationPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermissionAttribute.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.ServiceModel.Federation.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.ServiceModel.Federation.json deleted file mode 100644 index 98009f9db00..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.ServiceModel.Federation.json +++ /dev/null @@ -1,558 +0,0 @@ -{ - "Assembly": "System.ServiceModel.Federation", - "GUID": "CC0D0FA406834650A933EC1619171519FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Federation.IWSTrustChannelContract.IssueAsync(Microsoft.IdentityModel.Protocols.WsTrust.WsTrustRequest)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/IWSTrustChannelContract.cs" - } - ], - "DocsId": "T:System.ServiceModel.Federation.IWSTrustChannelContract", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/IWSTrustChannelContract.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Federation.WSFederationHttpBinding.#ctor(System.ServiceModel.Federation.WSTrustTokenParameters)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsFederationHttpBinding.cs#L26C15-L30C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSFederationHttpBinding.CreateMessageSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsFederationHttpBinding.cs#L52C13-L88C27" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSFederationHttpBinding.CreateBindingElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsFederationHttpBinding.cs#L98C13-L100C45" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSFederationHttpBinding.WSTrustTokenParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsFederationHttpBinding.cs#L38C13-L38C17" - } - ], - "DocsId": "T:System.ServiceModel.Federation.WSFederationHttpBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsFederationHttpBinding.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.#ctor(System.ServiceModel.Channels.IRequestChannel)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L66C62-L41C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.CreateRequest(Microsoft.IdentityModel.Protocols.WsTrust.WsTrustRequest)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L75C13-L78C103" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.GetRequestAction(Microsoft.IdentityModel.Protocols.WsTrust.WsTrustRequest)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L88C13-L109C177" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.GetProperty``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L153C13-L153C52" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#add_Closed(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L163C19-L163C52" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#remove_Closed(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L164C22-L164C55" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#add_Closing(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L172C19-L172C53" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#remove_Closing(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L173C22-L173C56" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#add_Faulted(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L181C19-L181C53" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#remove_Faulted(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L182C22-L182C56" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#add_Opened(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L190C19-L190C52" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#remove_Opened(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L191C22-L191C55" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#add_Opening(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L199C19-L199C53" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#remove_Opening(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L200C22-L200C56" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#Abort", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L208C13-L209C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#BeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L228C13-L228C72" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#BeginClose(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L245C13-L245C63" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#BeginOpen(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L265C13-L265C71" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#BeginOpen(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L282C13-L282C62" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#Close(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L293C13-L294C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#Close", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L301C13-L302C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#EndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L310C13-L311C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#EndOpen(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L319C13-L320C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#Open(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L330C13-L331C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#Open", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L338C13-L339C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#get_State", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L346C19-L346C47" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.IssueAsync(Microsoft.IdentityModel.Protocols.WsTrust.WsTrustRequest)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs" - }, - { - "DocsId": "E:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#Closed", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L163C19-L163C52" - }, - { - "DocsId": "E:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#Closing", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L172C19-L172C53" - }, - { - "DocsId": "E:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#Faulted", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L181C19-L181C53" - }, - { - "DocsId": "E:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#Opened", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L190C19-L190C52" - }, - { - "DocsId": "E:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#Opening", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L199C19-L199C53" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#State", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L346C19-L346C47" - } - ], - "DocsId": "T:System.ServiceModel.Federation.WSTrustChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelClientCredentials.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustChannelClientCredentials.cs#L20C15-L22C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelClientCredentials.#ctor(System.ServiceModel.Federation.WSTrustChannelClientCredentials)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustChannelClientCredentials.cs#L29C15-L33C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelClientCredentials.#ctor(System.ServiceModel.Description.ClientCredentials)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustChannelClientCredentials.cs#L41C15-L44C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelClientCredentials.CloneCore", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustChannelClientCredentials.cs#L57C13-L57C62" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelClientCredentials.CreateSecurityTokenManager", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustChannelClientCredentials.cs#L69C13-L72C101" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustChannelClientCredentials.ClientCredentials", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustChannelClientCredentials.cs#L50C54-L50C58" - } - ], - "DocsId": "T:System.ServiceModel.Federation.WSTrustChannelClientCredentials", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustChannelClientCredentials.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelFactory.#ctor(System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelFactory.cs#L21C15-L25C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelFactory.#ctor(System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelFactory.cs#L33C15-L38C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelFactory.CreateChannel(System.ServiceModel.EndpointAddress,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelFactory.cs#L48C13-L51C100" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelFactory.CreateTrustChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelFactory.cs#L60C13-L60C116" - } - ], - "DocsId": "T:System.ServiceModel.Federation.WSTrustChannelFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenManager.#ctor(System.ServiceModel.Federation.WSTrustChannelClientCredentials)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustChannelSecurityTokenManager.cs#L26C15-L29C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenManager.CreateSecurityTokenProvider(System.IdentityModel.Selectors.SecurityTokenRequirement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustChannelSecurityTokenManager.cs#L38C13-L61C75" - } - ], - "DocsId": "T:System.ServiceModel.Federation.WSTrustChannelSecurityTokenManager", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustChannelSecurityTokenManager.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.#ctor(System.IdentityModel.Selectors.SecurityTokenRequirement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L55C9-L68C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.CreateWsTrustRequest", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L122C13-L195C33" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.BeginGetTokenCore(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L229C13-L229C70" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.EndGetTokenCore(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L238C13-L238C53" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.GetTokenCore(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L282C13-L311C146" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#Security#ISecurityCommunicationObject#OnAbort", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L456C13-L461C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#Security#ISecurityCommunicationObject#OnCloseAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#Security#ISecurityCommunicationObject#OnOpenAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#Security#ISecurityCommunicationObject#OnClosed", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L488C56-L488C57" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#Security#ISecurityCommunicationObject#OnClosing", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L490C57-L490C58" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#Security#ISecurityCommunicationObject#OnFaulted", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L492C57-L492C58" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#Security#ISecurityCommunicationObject#OnOpened", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L496C13-L497C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#Security#ISecurityCommunicationObject#OnOpening", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L499C57-L499C58" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#Security#ISecurityCommunicationObject#get_DefaultOpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L501C69-L501C96" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#Security#ISecurityCommunicationObject#get_DefaultCloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L502C70-L502C98" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#add_Closed(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L508C19-L508C58" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#remove_Closed(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L509C22-L509C61" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#add_Closing(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L514C19-L514C59" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#remove_Closing(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L515C22-L515C62" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#add_Faulted(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L520C19-L520C59" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#remove_Faulted(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L521C22-L521C62" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#add_Opened(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L526C19-L526C58" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#remove_Opened(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L527C22-L527C61" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#add_Opening(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L532C19-L532C59" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#remove_Opening(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L533C22-L533C62" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#get_State", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L538C19-L538C53" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#Abort", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L543C13-L544C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#Close", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L548C13-L549C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#Close(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L553C13-L554C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#BeginClose(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L558C13-L558C69" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#BeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L563C13-L563C78" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#EndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L568C13-L569C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#Open", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L573C13-L574C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#Open(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L578C13-L579C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#BeginOpen(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L583C13-L583C68" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#BeginOpen(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L588C13-L588C77" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#EndOpen(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L593C13-L594C10" - }, - { - "DocsId": "E:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#Closed", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L508C19-L508C58" - }, - { - "DocsId": "E:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#Closing", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L514C19-L514C59" - }, - { - "DocsId": "E:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#Faulted", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L520C19-L520C59" - }, - { - "DocsId": "E:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#Opened", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L526C19-L526C58" - }, - { - "DocsId": "E:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#Opening", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L532C19-L532C59" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.ClientCredentials", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L114C66-L114C70" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.SupportsTokenCancellation", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L443C59-L443C64" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.SupportsTokenRenewal", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L446C54-L446C59" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#Security#ISecurityCommunicationObject#DefaultOpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L501C69-L501C96" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#Security#ISecurityCommunicationObject#DefaultCloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L502C70-L502C98" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#State", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L538C19-L538C53" - } - ], - "DocsId": "T:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustTokenParameters.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L44C9-L60C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustTokenParameters.#ctor(System.ServiceModel.Federation.WSTrustTokenParameters)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L44C9-L94C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustTokenParameters.CloneCore", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L101C13-L101C53" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustTokenParameters.CreateWSFederationTokenParameters(System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L183C13-L190C15" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustTokenParameters.CreateWS2007FederationTokenParameters(System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L198C13-L205C15" - }, - { - "DocsId": "F:System.ServiceModel.Federation.WSTrustTokenParameters.DefaultCacheIssuedTokens", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs" - }, - { - "DocsId": "F:System.ServiceModel.Federation.WSTrustTokenParameters.DefaultIssuedTokenRenewalThresholdPercentage", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs" - }, - { - "DocsId": "F:System.ServiceModel.Federation.WSTrustTokenParameters.DefaultMaxIssuedTokenCachingTime", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs" - }, - { - "DocsId": "F:System.ServiceModel.Federation.WSTrustTokenParameters.DefaultSecurityKeyType", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustTokenParameters.AdditionalRequestParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L108C74-L108C78" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustTokenParameters.CacheIssuedTokens", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L113C41-L113C45" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustTokenParameters.Claims", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L119C32-L119C36" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustTokenParameters.IssuedTokenRenewalThresholdPercentage", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L126C20-L126C58" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustTokenParameters.KeySize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L138C17-L138C37" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustTokenParameters.MaxIssuedTokenCachingTime", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L154C20-L154C46" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustTokenParameters.MessageSecurityVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L165C20-L165C43" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustTokenParameters.RequestContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L173C40-L173C44" - } - ], - "DocsId": "T:System.ServiceModel.Federation.WSTrustTokenParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.Saml2AssertionKeyIdentifierClause.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/IdentityModel/Tokens/Saml2AssertionKeyIdentifierClause.cs#L16C72-L18C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.Saml2AssertionKeyIdentifierClause.Matches(System.String,System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/IdentityModel/Tokens/Saml2AssertionKeyIdentifierClause.cs#L28C13-L47C26" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.Saml2AssertionKeyIdentifierClause.Matches(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/IdentityModel/Tokens/Saml2AssertionKeyIdentifierClause.cs#L57C13-L57C99" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.Saml2AssertionKeyIdentifierClause.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/IdentityModel/Tokens/Saml2AssertionKeyIdentifierClause.cs#L66C13-L66C77" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.Saml2AssertionKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/IdentityModel/Tokens/Saml2AssertionKeyIdentifierClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.SamlAssertionKeyIdentifierClause.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/IdentityModel/Tokens/SamlAssertionKeyIdentifierClause.cs#L18C71-L20C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SamlAssertionKeyIdentifierClause.Matches(System.String,System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/IdentityModel/Tokens/SamlAssertionKeyIdentifierClause.cs#L30C13-L36C26" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SamlAssertionKeyIdentifierClause.Matches(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/IdentityModel/Tokens/SamlAssertionKeyIdentifierClause.cs#L46C13-L46C99" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SamlAssertionKeyIdentifierClause.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/IdentityModel/Tokens/SamlAssertionKeyIdentifierClause.cs#L55C13-L55C125" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SamlAssertionKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Federation/src/System/IdentityModel/Tokens/SamlAssertionKeyIdentifierClause.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.ServiceModel.Http.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.ServiceModel.Http.json deleted file mode 100644 index 6d1827c67be..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.ServiceModel.Http.json +++ /dev/null @@ -1,1040 +0,0 @@ -{ - "Assembly": "System.ServiceModel.Http", - "GUID": "C302CF6A0A5E450D8FA9574FE332E889FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.BasicHttpBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpBinding.cs#L14C37-L14C73" - }, - { - "DocsId": "M:System.ServiceModel.BasicHttpBinding.#ctor(System.ServiceModel.BasicHttpSecurityMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpBinding.cs#L17C15-L26C10" - }, - { - "DocsId": "M:System.ServiceModel.BasicHttpBinding.BuildChannelFactory``1(System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpBinding.cs#L54C13-L61C67" - }, - { - "DocsId": "M:System.ServiceModel.BasicHttpBinding.CreateBindingElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpBinding.cs#L66C13-L91C44" - }, - { - "DocsId": "P:System.ServiceModel.BasicHttpBinding.MessageEncoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpBinding.cs#L28C52-L28C56" - }, - { - "DocsId": "P:System.ServiceModel.BasicHttpBinding.Security", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpBinding.cs#L32C19-L32C45" - } - ], - "DocsId": "T:System.ServiceModel.BasicHttpBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpBinding.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.BasicHttpMessageCredentialType.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpMessageCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.BasicHttpMessageCredentialType.UserName", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpMessageCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.BasicHttpMessageCredentialType.Certificate", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpMessageCredentialType.cs" - } - ], - "DocsId": "T:System.ServiceModel.BasicHttpMessageCredentialType", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpMessageCredentialType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.BasicHttpMessageSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpMessageSecurity.cs#L19C9-L23C10" - }, - { - "DocsId": "P:System.ServiceModel.BasicHttpMessageSecurity.ClientCredentialType", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpMessageSecurity.cs#L27C19-L27C52" - }, - { - "DocsId": "P:System.ServiceModel.BasicHttpMessageSecurity.AlgorithmSuite", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpMessageSecurity.cs#L40C19-L40C46" - } - ], - "DocsId": "T:System.ServiceModel.BasicHttpMessageSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpMessageSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.BasicHttpsBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsBinding.cs#L15C38-L15C78" - }, - { - "DocsId": "M:System.ServiceModel.BasicHttpsBinding.#ctor(System.ServiceModel.BasicHttpsSecurityMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsBinding.cs#L17C9-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.BasicHttpsBinding.BuildChannelFactory``1(System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsBinding.cs#L53C13-L60C67" - }, - { - "DocsId": "M:System.ServiceModel.BasicHttpsBinding.CreateBindingElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsBinding.cs#L65C13-L90C44" - }, - { - "DocsId": "P:System.ServiceModel.BasicHttpsBinding.MessageEncoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsBinding.cs#L23C52-L23C56" - }, - { - "DocsId": "P:System.ServiceModel.BasicHttpsBinding.Security", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsBinding.cs#L29C17-L29C44" - } - ], - "DocsId": "T:System.ServiceModel.BasicHttpsBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsBinding.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.BasicHttpSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpSecurity.cs#L18C15-L20C10" - }, - { - "DocsId": "P:System.ServiceModel.BasicHttpSecurity.Mode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpSecurity.cs#L32C19-L32C32" - }, - { - "DocsId": "P:System.ServiceModel.BasicHttpSecurity.Transport", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpSecurity.cs#L50C19-L50C45" - }, - { - "DocsId": "P:System.ServiceModel.BasicHttpSecurity.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpSecurity.cs#L59C19-L59C43" - } - ], - "DocsId": "T:System.ServiceModel.BasicHttpSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.BasicHttpSecurityMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpSecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.BasicHttpSecurityMode.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpSecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.BasicHttpSecurityMode.Transport", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpSecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.BasicHttpSecurityMode.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpSecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.BasicHttpSecurityMode.TransportWithMessageCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpSecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.BasicHttpSecurityMode.TransportCredentialOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpSecurityMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.BasicHttpSecurityMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpSecurityMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.BasicHttpsSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsSecurity.cs#L16C15-L18C10" - }, - { - "DocsId": "P:System.ServiceModel.BasicHttpsSecurity.Mode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsSecurity.cs#L41C17-L41C102" - }, - { - "DocsId": "P:System.ServiceModel.BasicHttpsSecurity.Transport", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsSecurity.cs#L59C17-L59C52" - }, - { - "DocsId": "P:System.ServiceModel.BasicHttpsSecurity.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsSecurity.cs#L72C17-L72C50" - } - ], - "DocsId": "T:System.ServiceModel.BasicHttpsSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.BasicHttpsSecurityMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsSecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.BasicHttpsSecurityMode.Transport", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsSecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.BasicHttpsSecurityMode.TransportWithMessageCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsSecurityMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.BasicHttpsSecurityMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsSecurityMode.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.AllowCookies", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L38C17-L38C52" - }, - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.BypassProxyOnLocal", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L53C17-L53C58" - }, - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.HostNameComparisonMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L68C17-L68C62" - }, - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.MaxBufferSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L83C17-L83C53" - }, - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.MaxBufferPoolSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L99C17-L99C57" - }, - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.MaxReceivedMessageSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L114C17-L114C62" - }, - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.ProxyAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L130C17-L130C52" - }, - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.ReaderQuotas", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L144C17-L144C71" - }, - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.Scheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L165C17-L165C46" - }, - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.EnvelopeVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L171C19-L171C47" - }, - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.TextEncoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L178C17-L178C72" - }, - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.TransferMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L193C17-L193C52" - }, - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.UseDefaultWebProxy", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L208C17-L208C58" - } - ], - "DocsId": "T:System.ServiceModel.HttpBindingBase", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.HttpClientCredentialType.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/HttpClientCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.HttpClientCredentialType.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/HttpClientCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.HttpClientCredentialType.Basic", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/HttpClientCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.HttpClientCredentialType.Digest", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/HttpClientCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.HttpClientCredentialType.Ntlm", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/HttpClientCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.HttpClientCredentialType.Windows", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/HttpClientCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.HttpClientCredentialType.Certificate", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/HttpClientCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.HttpClientCredentialType.InheritedFromHost", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/HttpClientCredentialType.cs" - } - ], - "DocsId": "T:System.ServiceModel.HttpClientCredentialType", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/HttpClientCredentialType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.HttpProxyCredentialType.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/HttpProxyCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.HttpProxyCredentialType.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/HttpProxyCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.HttpProxyCredentialType.Basic", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/HttpProxyCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.HttpProxyCredentialType.Digest", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/HttpProxyCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.HttpProxyCredentialType.Ntlm", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/HttpProxyCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.HttpProxyCredentialType.Windows", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/HttpProxyCredentialType.cs" - } - ], - "DocsId": "T:System.ServiceModel.HttpProxyCredentialType", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/HttpProxyCredentialType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.HttpTransportSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/HttpTransportSecurity.cs#L22C9-L28C10" - }, - { - "DocsId": "M:System.ServiceModel.HttpTransportSecurity.ConfigureTransportProtectionAndAuthentication(System.ServiceModel.Channels.HttpsTransportBindingElement,System.ServiceModel.HttpTransportSecurity)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/HttpTransportSecurity.cs#L128C13-L133C10" - }, - { - "DocsId": "P:System.ServiceModel.HttpTransportSecurity.ClientCredentialType", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/HttpTransportSecurity.cs#L32C19-L32C48" - }, - { - "DocsId": "P:System.ServiceModel.HttpTransportSecurity.ProxyCredentialType", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/HttpTransportSecurity.cs#L46C19-L46C47" - }, - { - "DocsId": "P:System.ServiceModel.HttpTransportSecurity.Realm", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/HttpTransportSecurity.cs#L58C31-L58C35" - }, - { - "DocsId": "P:System.ServiceModel.HttpTransportSecurity.ExtendedProtectionPolicy", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/HttpTransportSecurity.cs#L64C17-L64C50" - } - ], - "DocsId": "T:System.ServiceModel.HttpTransportSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/HttpTransportSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.MessageSecurityOverHttp.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/MessageSecurityOverHttp.cs#L20C9-L25C10" - }, - { - "DocsId": "M:System.ServiceModel.MessageSecurityOverHttp.IsSecureConversationEnabled", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/MessageSecurityOverHttp.cs#L54C13-L54C25" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityOverHttp.ClientCredentialType", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/MessageSecurityOverHttp.cs#L29C19-L29C48" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityOverHttp.NegotiateServiceCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/MessageSecurityOverHttp.cs#L40C50-L40C54" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityOverHttp.AlgorithmSuite", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/MessageSecurityOverHttp.cs#L44C19-L44C42" - } - ], - "DocsId": "T:System.ServiceModel.MessageSecurityOverHttp", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/MessageSecurityOverHttp.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.NetHttpBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpBinding.cs#L19C15-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.NetHttpBinding.#ctor(System.ServiceModel.BasicHttpSecurityMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpBinding.cs#L24C15-L28C10" - }, - { - "DocsId": "M:System.ServiceModel.NetHttpBinding.#ctor(System.ServiceModel.BasicHttpSecurityMode,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpBinding.cs#L30C98-L33C10" - }, - { - "DocsId": "M:System.ServiceModel.NetHttpBinding.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpBinding.cs#L36C15-L39C10" - }, - { - "DocsId": "M:System.ServiceModel.NetHttpBinding.BuildChannelFactory``1(System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpBinding.cs#L100C13-L107C67" - }, - { - "DocsId": "M:System.ServiceModel.NetHttpBinding.CreateBindingElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpBinding.cs#L112C13-L148C44" - }, - { - "DocsId": "P:System.ServiceModel.NetHttpBinding.MessageEncoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpBinding.cs#L49C57-L49C61" - }, - { - "DocsId": "P:System.ServiceModel.NetHttpBinding.Security", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpBinding.cs#L55C17-L55C43" - }, - { - "DocsId": "P:System.ServiceModel.NetHttpBinding.ReliableSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpBinding.cs#L68C17-L68C41" - }, - { - "DocsId": "P:System.ServiceModel.NetHttpBinding.WebSocketSettings", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpBinding.cs#L86C17-L86C50" - } - ], - "DocsId": "T:System.ServiceModel.NetHttpBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpBinding.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.NetHttpMessageEncoding.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpMessageEncoding.cs" - }, - { - "DocsId": "F:System.ServiceModel.NetHttpMessageEncoding.Binary", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpMessageEncoding.cs" - }, - { - "DocsId": "F:System.ServiceModel.NetHttpMessageEncoding.Text", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpMessageEncoding.cs" - }, - { - "DocsId": "F:System.ServiceModel.NetHttpMessageEncoding.Mtom", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpMessageEncoding.cs" - } - ], - "DocsId": "T:System.ServiceModel.NetHttpMessageEncoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpMessageEncoding.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.NetHttpsBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpsBinding.cs#L18C36-L18C76" - }, - { - "DocsId": "M:System.ServiceModel.NetHttpsBinding.#ctor(System.ServiceModel.BasicHttpsSecurityMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpsBinding.cs#L20C9-L29C10" - }, - { - "DocsId": "M:System.ServiceModel.NetHttpsBinding.#ctor(System.ServiceModel.BasicHttpsSecurityMode,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpsBinding.cs#L31C100-L34C10" - }, - { - "DocsId": "M:System.ServiceModel.NetHttpsBinding.BuildChannelFactory``1(System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpsBinding.cs#L86C13-L93C67" - }, - { - "DocsId": "M:System.ServiceModel.NetHttpsBinding.CreateBindingElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpsBinding.cs#L99C13-L135C44" - }, - { - "DocsId": "P:System.ServiceModel.NetHttpsBinding.MessageEncoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpsBinding.cs#L36C57-L36C61" - }, - { - "DocsId": "P:System.ServiceModel.NetHttpsBinding.Security", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpsBinding.cs#L42C17-L42C44" - }, - { - "DocsId": "P:System.ServiceModel.NetHttpsBinding.ReliableSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpsBinding.cs#L63C17-L63C41" - }, - { - "DocsId": "P:System.ServiceModel.NetHttpsBinding.WebSocketSettings", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpsBinding.cs#L80C17-L80C50" - } - ], - "DocsId": "T:System.ServiceModel.NetHttpsBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpsBinding.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.NonDualMessageSecurityOverHttp.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/NonDualMessageSecurityOverHttp.cs#L12C15-L15C10" - }, - { - "DocsId": "M:System.ServiceModel.NonDualMessageSecurityOverHttp.IsSecureConversationEnabled", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/NonDualMessageSecurityOverHttp.cs#L21C13-L21C45" - }, - { - "DocsId": "P:System.ServiceModel.NonDualMessageSecurityOverHttp.EstablishSecurityContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/NonDualMessageSecurityOverHttp.cs#L17C48-L17C52" - } - ], - "DocsId": "T:System.ServiceModel.NonDualMessageSecurityOverHttp", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/NonDualMessageSecurityOverHttp.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.WS2007HttpBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WS2007HttpBinding.cs#L13C15-L16C10" - }, - { - "DocsId": "M:System.ServiceModel.WS2007HttpBinding.#ctor(System.ServiceModel.SecurityMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WS2007HttpBinding.cs#L19C15-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.WS2007HttpBinding.#ctor(System.ServiceModel.SecurityMode,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WS2007HttpBinding.cs#L24C15-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.WS2007HttpBinding.CreateMessageSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WS2007HttpBinding.cs#L37C13-L37C106" - } - ], - "DocsId": "T:System.ServiceModel.WS2007HttpBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WS2007HttpBinding.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.WSHttpBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBinding.cs#L14C9-L16C44" - }, - { - "DocsId": "M:System.ServiceModel.WSHttpBinding.#ctor(System.ServiceModel.SecurityMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBinding.cs#L18C59-L18C88" - }, - { - "DocsId": "M:System.ServiceModel.WSHttpBinding.#ctor(System.ServiceModel.SecurityMode,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBinding.cs#L14C9-L23C10" - }, - { - "DocsId": "M:System.ServiceModel.WSHttpBinding.BuildChannelFactory``1(System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBinding.cs#L52C13-L58C67" - }, - { - "DocsId": "M:System.ServiceModel.WSHttpBinding.CreateBindingElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBinding.cs#L63C13-L63C49" - }, - { - "DocsId": "M:System.ServiceModel.WSHttpBinding.GetTransport", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBinding.cs#L68C13-L76C39" - }, - { - "DocsId": "M:System.ServiceModel.WSHttpBinding.CreateMessageSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBinding.cs#L82C13-L82C105" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBinding.AllowCookies", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBinding.cs#L33C19-L33C53" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBinding.Security", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBinding.cs#L43C19-L43C36" - } - ], - "DocsId": "T:System.ServiceModel.WSHttpBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBinding.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.WSHttpBindingBase.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L19C15-L22C10" - }, - { - "DocsId": "M:System.ServiceModel.WSHttpBindingBase.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L24C68-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.WSHttpBindingBase.CreateBindingElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L170C13-L201C44" - }, - { - "DocsId": "M:System.ServiceModel.WSHttpBindingBase.GetTransport", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs" - }, - { - "DocsId": "M:System.ServiceModel.WSHttpBindingBase.CreateMessageSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBindingBase.BypassProxyOnLocal", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L32C19-L32C59" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBindingBase.TransactionFlow", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L43C19-L43C32" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBindingBase.MaxBufferPoolSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L56C19-L56C58" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBindingBase.MaxReceivedMessageSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L67C19-L67C63" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBindingBase.MessageEncoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L82C52-L82C56" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBindingBase.ProxyAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L87C19-L87C53" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBindingBase.ReaderQuotas", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L97C19-L97C53" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBindingBase.ReliableSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L112C19-L112C43" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBindingBase.Scheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L124C47-L124C76" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBindingBase.EnvelopeVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L128C19-L128C49" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBindingBase.TextEncoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L133C19-L133C54" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBindingBase.UseDefaultWebProxy", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L144C19-L144C59" - } - ], - "DocsId": "T:System.ServiceModel.WSHttpBindingBase", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.WSHttpSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpSecurity.cs#L17C35-L17C129" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpSecurity.Mode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpSecurity.cs#L38C19-L38C32" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpSecurity.Transport", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpSecurity.cs#L51C19-L51C45" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpSecurity.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpSecurity.cs#L60C19-L60C43" - } - ], - "DocsId": "T:System.ServiceModel.WSHttpSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.WSMessageEncoding.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WSMessageEncoding.cs" - }, - { - "DocsId": "F:System.ServiceModel.WSMessageEncoding.Text", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WSMessageEncoding.cs" - }, - { - "DocsId": "F:System.ServiceModel.WSMessageEncoding.Mtom", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WSMessageEncoding.cs" - } - ], - "DocsId": "T:System.ServiceModel.WSMessageEncoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/WSMessageEncoding.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.HttpMessageHandlerFactory.#ctor(System.Type[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpMessageHandlerFactory.cs#L40C9-L78C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpMessageHandlerFactory.#ctor(System.Func{System.Collections.Generic.IEnumerable{System.Net.Http.DelegatingHandler}})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpMessageHandlerFactory.cs#L89C9-L92C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpMessageHandlerFactory.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpMessageHandlerFactory.cs#L98C9-L100C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpMessageHandlerFactory.Create(System.Net.Http.HttpMessageHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpMessageHandlerFactory.cs#L111C13-L116C43" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpMessageHandlerFactory.OnCreate(System.Net.Http.HttpMessageHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpMessageHandlerFactory.cs#L128C13-L183C29" - } - ], - "DocsId": "T:System.ServiceModel.Channels.HttpMessageHandlerFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpMessageHandlerFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.HttpRequestMessageExtensionMethods.CreateContentIfNull(System.Net.Http.HttpRequestMessage)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpRequestMessageExtensionMethods.cs#L62C13-L68C26" - } - ], - "DocsId": "T:System.ServiceModel.Channels.HttpRequestMessageExtensionMethods", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpRequestMessageExtensionMethods.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.HttpRequestMessageProperty.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpRequestMessageProperty.cs#L20C9-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpRequestMessageProperty.System#ServiceModel#Channels#IMessageProperty#CreateCopy", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpRequestMessageProperty.cs#L144C13-L151C82" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpRequestMessageProperty.System#ServiceModel#Channels#IMergeEnabledMessageProperty#TryMergeWithProperty(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpRequestMessageProperty.cs#L162C13-L179C26" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpRequestMessageProperty.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpRequestMessageProperty.cs#L40C19-L40C40" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpRequestMessageProperty.Headers", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpRequestMessageProperty.cs#L47C17-L49C50" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpRequestMessageProperty.Method", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpRequestMessageProperty.cs#L57C17-L59C49" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpRequestMessageProperty.QueryString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpRequestMessageProperty.cs#L84C17-L86C54" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpRequestMessageProperty.SuppressEntityBody", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpRequestMessageProperty.cs#L111C17-L113C61" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpRequestMessageProperty.HttpRequestMessage", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpRequestMessageProperty.cs#L133C17-L138C29" - } - ], - "DocsId": "T:System.ServiceModel.Channels.HttpRequestMessageProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpRequestMessageProperty.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.HttpResponseMessageProperty.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpResponseMessageProperty.cs#L20C9-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpResponseMessageProperty.System#ServiceModel#Channels#IMessageProperty#CreateCopy", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpResponseMessageProperty.cs#L169C13-L176C83" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpResponseMessageProperty.System#ServiceModel#Channels#IMergeEnabledMessageProperty#TryMergeWithProperty(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpResponseMessageProperty.cs#L187C13-L204C26" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpResponseMessageProperty.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpResponseMessageProperty.cs#L40C19-L40C41" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpResponseMessageProperty.Headers", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpResponseMessageProperty.cs#L47C17-L49C50" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpResponseMessageProperty.StatusCode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpResponseMessageProperty.cs#L57C17-L59C53" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpResponseMessageProperty.StatusDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpResponseMessageProperty.cs#L96C17-L98C60" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpResponseMessageProperty.SuppressEntityBody", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpResponseMessageProperty.cs#L118C17-L120C61" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpResponseMessageProperty.SuppressPreamble", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpResponseMessageProperty.cs#L140C17-L142C59" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpResponseMessageProperty.HttpResponseMessage", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpResponseMessageProperty.cs#L158C17-L163C29" - } - ], - "DocsId": "T:System.ServiceModel.Channels.HttpResponseMessageProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpResponseMessageProperty.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.HttpsTransportBindingElement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpsTransportBindingElement.cs#L18C15-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpsTransportBindingElement.#ctor(System.ServiceModel.Channels.HttpsTransportBindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpsTransportBindingElement.cs#L24C15-L28C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpsTransportBindingElement.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpsTransportBindingElement.cs#L45C13-L45C59" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpsTransportBindingElement.BuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpsTransportBindingElement.cs#L74C13-L89C104" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpsTransportBindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpsTransportBindingElement.cs#L99C13-L116C53" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpsTransportBindingElement.RequireClientCertificate", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpsTransportBindingElement.cs#L36C48-L36C52" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpsTransportBindingElement.Scheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpsTransportBindingElement.cs#L40C19-L40C47" - } - ], - "DocsId": "T:System.ServiceModel.Channels.HttpsTransportBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpsTransportBindingElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.HttpTransportBindingElement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L35C15-L55C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpTransportBindingElement.#ctor(System.ServiceModel.Channels.HttpTransportBindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L58C15-L82C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpTransportBindingElement.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L359C13-L359C58" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpTransportBindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L364C13-L409C53" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpTransportBindingElement.CanBuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L425C13-L433C26" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpTransportBindingElement.BuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L438C13-L465C103" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.AllowCookies", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L85C36-L85C40" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.AuthenticationScheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L88C61-L88C65" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.BypassProxyOnLocal", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L91C42-L91C46" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.DecompressionEnabled", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L94C44-L94C48" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.HostNameComparisonMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L101C17-L101C48" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.MessageHandlerFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L110C66-L110C70" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.ExtendedProtectionPolicy", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L116C17-L116C50" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.KeepAliveEnabled", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L149C40-L149C44" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.MaxBufferSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L158C17-L170C56" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.MaxPendingAccepts", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L192C17-L192C43" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.Proxy", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L228C34-L228C38" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.ProxyAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L232C35-L232C39" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.ProxyAuthenticationScheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L239C17-L239C51" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.Realm", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L259C17-L259C31" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.RequestInitializationTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L272C17-L272C54" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.Scheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L289C47-L289C61" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.TransferMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L298C17-L298C38" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.WebSocketSettings", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L311C17-L311C43" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.UnsafeConnectionNtlmAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L332C58-L332C62" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.UseDefaultWebProxy", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L339C17-L339C44" - } - ], - "DocsId": "T:System.ServiceModel.Channels.HttpTransportBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Channels.IHttpCookieContainerManager.CookieContainer", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/IHttpCookieContainerManager.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IHttpCookieContainerManager", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/IHttpCookieContainerManager.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.WebSocketTransportSettings.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs#L27C9-L32C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.WebSocketTransportSettings.Equals(System.ServiceModel.Channels.WebSocketTransportSettings)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs#L135C13-L142C101" - }, - { - "DocsId": "M:System.ServiceModel.Channels.WebSocketTransportSettings.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs#L147C13-L153C37" - }, - { - "DocsId": "M:System.ServiceModel.Channels.WebSocketTransportSettings.GetHashCode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs#L158C13-L165C29" - }, - { - "DocsId": "F:System.ServiceModel.Channels.WebSocketTransportSettings.ConnectionOpenedAction", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.WebSocketTransportSettings.BinaryMessageReceivedAction", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.WebSocketTransportSettings.TextMessageReceivedAction", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.WebSocketTransportSettings.SoapContentTypeHeader", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.WebSocketTransportSettings.BinaryEncoderTransferModeHeader", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.WebSocketTransportSettings.TransportUsage", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs#L47C17-L47C40" - }, - { - "DocsId": "P:System.ServiceModel.Channels.WebSocketTransportSettings.KeepAliveInterval", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs#L62C17-L62C43" - }, - { - "DocsId": "P:System.ServiceModel.Channels.WebSocketTransportSettings.SubProtocol", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs#L92C17-L92C37" - }, - { - "DocsId": "P:System.ServiceModel.Channels.WebSocketTransportSettings.DisablePayloadMasking", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs#L124C17-L124C62" - } - ], - "DocsId": "T:System.ServiceModel.Channels.WebSocketTransportSettings", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Channels.WebSocketTransportUsage.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportUsage.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.WebSocketTransportUsage.WhenDuplex", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportUsage.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.WebSocketTransportUsage.Always", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportUsage.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.WebSocketTransportUsage.Never", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportUsage.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.WebSocketTransportUsage", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportUsage.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.ServiceModel.NetNamedPipe.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.ServiceModel.NetNamedPipe.json deleted file mode 100644 index 111cfd18711..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.ServiceModel.NetNamedPipe.json +++ /dev/null @@ -1,214 +0,0 @@ -{ - "Assembly": "System.ServiceModel.NetNamedPipe", - "GUID": "A20FA13B882844EBB4D8121DA3EFD6FCFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.AddressAccessDeniedException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/AddressAccessDeniedException.cs#L11C9-L11C50" - }, - { - "DocsId": "M:System.ServiceModel.AddressAccessDeniedException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/AddressAccessDeniedException.cs#L12C63-L12C80" - }, - { - "DocsId": "M:System.ServiceModel.AddressAccessDeniedException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/AddressAccessDeniedException.cs#L13C89-L13C122" - }, - { - "DocsId": "M:System.ServiceModel.AddressAccessDeniedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/AddressAccessDeniedException.cs#L14C100-L14C123" - } - ], - "DocsId": "T:System.ServiceModel.AddressAccessDeniedException", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/AddressAccessDeniedException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.NamedPipeTransportSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NamedPipeTransportSecurity.cs#L19C9-L27C10" - }, - { - "DocsId": "P:System.ServiceModel.NamedPipeTransportSecurity.ProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NamedPipeTransportSecurity.cs#L32C19-L32C43" - } - ], - "DocsId": "T:System.ServiceModel.NamedPipeTransportSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NamedPipeTransportSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.NetNamedPipeBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs#L18C9-L28C10" - }, - { - "DocsId": "M:System.ServiceModel.NetNamedPipeBinding.#ctor(System.ServiceModel.NetNamedPipeSecurityMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs#L30C77-L33C10" - }, - { - "DocsId": "M:System.ServiceModel.NetNamedPipeBinding.CreateBindingElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs#L103C13-L116C44" - }, - { - "DocsId": "P:System.ServiceModel.NetNamedPipeBinding.TransferMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs#L38C19-L38C50" - }, - { - "DocsId": "P:System.ServiceModel.NetNamedPipeBinding.MaxBufferPoolSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs#L45C19-L45C55" - }, - { - "DocsId": "P:System.ServiceModel.NetNamedPipeBinding.MaxBufferSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs#L52C19-L52C51" - }, - { - "DocsId": "P:System.ServiceModel.NetNamedPipeBinding.MaxConnections", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs#L58C19-L58C94" - }, - { - "DocsId": "P:System.ServiceModel.NetNamedPipeBinding.MaxReceivedMessageSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs#L65C19-L65C60" - }, - { - "DocsId": "P:System.ServiceModel.NetNamedPipeBinding.ReaderQuotas", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs#L71C19-L71C49" - }, - { - "DocsId": "P:System.ServiceModel.NetNamedPipeBinding.Scheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs#L80C42-L80C59" - }, - { - "DocsId": "P:System.ServiceModel.NetNamedPipeBinding.EnvelopeVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs#L82C51-L82C73" - }, - { - "DocsId": "P:System.ServiceModel.NetNamedPipeBinding.Security", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs#L86C19-L86C36" - } - ], - "DocsId": "T:System.ServiceModel.NetNamedPipeBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.NetNamedPipeSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeSecurity.cs#L16C9-L26C10" - }, - { - "DocsId": "P:System.ServiceModel.NetNamedPipeSecurity.Mode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeSecurity.cs#L31C19-L31C32" - }, - { - "DocsId": "P:System.ServiceModel.NetNamedPipeSecurity.Transport", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeSecurity.cs#L44C19-L44C37" - } - ], - "DocsId": "T:System.ServiceModel.NetNamedPipeSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.NetNamedPipeSecurityMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeSecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.NetNamedPipeSecurityMode.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeSecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.NetNamedPipeSecurityMode.Transport", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeSecurityMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.NetNamedPipeSecurityMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeSecurityMode.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Channels.NamedPipeConnectionPoolSettings.GroupName", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/Channels/NamedPipeConnectionPoolSettings.cs#L32C19-L32C37" - }, - { - "DocsId": "P:System.ServiceModel.Channels.NamedPipeConnectionPoolSettings.IdleTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/Channels/NamedPipeConnectionPoolSettings.cs#L44C19-L44C39" - }, - { - "DocsId": "P:System.ServiceModel.Channels.NamedPipeConnectionPoolSettings.MaxOutboundConnectionsPerEndpoint", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/Channels/NamedPipeConnectionPoolSettings.cs#L65C19-L65C59" - } - ], - "DocsId": "T:System.ServiceModel.Channels.NamedPipeConnectionPoolSettings", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/Channels/NamedPipeConnectionPoolSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.NamedPipeTransportBindingElement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/Channels/NamedPipeTransportBindingElement.cs#L14C9-L23C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.NamedPipeTransportBindingElement.#ctor(System.ServiceModel.Channels.NamedPipeTransportBindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/Channels/NamedPipeTransportBindingElement.cs#L14C9-L37C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.NamedPipeTransportBindingElement.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/Channels/NamedPipeTransportBindingElement.cs#L51C13-L51C63" - }, - { - "DocsId": "M:System.ServiceModel.Channels.NamedPipeTransportBindingElement.BuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/Channels/NamedPipeTransportBindingElement.cs#L56C13-L66C108" - }, - { - "DocsId": "M:System.ServiceModel.Channels.NamedPipeTransportBindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/Channels/NamedPipeTransportBindingElement.cs#L71C13-L81C53" - }, - { - "DocsId": "P:System.ServiceModel.Channels.NamedPipeTransportBindingElement.ConnectionPoolSettings", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/Channels/NamedPipeTransportBindingElement.cs#L41C19-L41C50" - }, - { - "DocsId": "P:System.ServiceModel.Channels.NamedPipeTransportBindingElement.Scheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/Channels/NamedPipeTransportBindingElement.cs#L46C19-L46C47" - } - ], - "DocsId": "T:System.ServiceModel.Channels.NamedPipeTransportBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/Channels/NamedPipeTransportBindingElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.PipeException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/IO/PipeException.cs#L12C15-L14C10" - }, - { - "DocsId": "M:System.IO.PipeException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/IO/PipeException.cs#L17C15-L19C10" - }, - { - "DocsId": "M:System.IO.PipeException.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/IO/PipeException.cs#L22C15-L24C10" - }, - { - "DocsId": "M:System.IO.PipeException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/IO/PipeException.cs#L27C15-L29C10" - }, - { - "DocsId": "M:System.IO.PipeException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/IO/PipeException.cs#L32C15-L34C10" - }, - { - "DocsId": "P:System.IO.PipeException.ErrorCode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/IO/PipeException.cs#L38C19-L38C34" - } - ], - "DocsId": "T:System.IO.PipeException", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetNamedPipe/src/System/IO/PipeException.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.ServiceModel.NetTcp.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.ServiceModel.NetTcp.json deleted file mode 100644 index 56acbe0253a..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.ServiceModel.NetTcp.json +++ /dev/null @@ -1,220 +0,0 @@ -{ - "Assembly": "System.ServiceModel.NetTcp", - "GUID": "50253BFC5814439F8DA8B8383B4BA2DAFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.MessageSecurityOverTcp.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/MessageSecurityOverTcp.cs#L18C9-L22C10" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityOverTcp.ClientCredentialType", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/MessageSecurityOverTcp.cs#L29C17-L34C46" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityOverTcp.AlgorithmSuite", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/MessageSecurityOverTcp.cs#L55C19-L55C42" - } - ], - "DocsId": "T:System.ServiceModel.MessageSecurityOverTcp", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/MessageSecurityOverTcp.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.NetTcpBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L17C9-L22C10" - }, - { - "DocsId": "M:System.ServiceModel.NetTcpBinding.#ctor(System.ServiceModel.SecurityMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L25C15-L28C10" - }, - { - "DocsId": "M:System.ServiceModel.NetTcpBinding.#ctor(System.ServiceModel.SecurityMode,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L30C88-L33C10" - }, - { - "DocsId": "M:System.ServiceModel.NetTcpBinding.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L36C15-L42C10" - }, - { - "DocsId": "M:System.ServiceModel.NetTcpBinding.CreateBindingElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L135C13-L170C44" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpBinding.TransferMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L47C19-L47C50" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpBinding.MaxBufferPoolSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L54C19-L54C55" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpBinding.MaxBufferSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L61C19-L61C51" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpBinding.MaxConnections", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L67C19-L67C94" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpBinding.MaxReceivedMessageSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L74C19-L74C60" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpBinding.ReaderQuotas", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L80C19-L80C49" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpBinding.ReliableSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L96C17-L96C41" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpBinding.Scheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L108C47-L108C72" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpBinding.EnvelopeVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L112C19-L112C49" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpBinding.Security", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L117C19-L117C36" - } - ], - "DocsId": "T:System.ServiceModel.NetTcpBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.NetTcpSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpSecurity.cs#L16C35-L16C114" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpSecurity.Mode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpSecurity.cs#L35C19-L35C32" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpSecurity.Transport", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpSecurity.cs#L46C49-L46C53" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpSecurity.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpSecurity.cs#L48C49-L48C53" - } - ], - "DocsId": "T:System.ServiceModel.NetTcpSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.TcpClientCredentialType.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/TcpClientCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.TcpClientCredentialType.Certificate", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/TcpClientCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.TcpClientCredentialType.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/TcpClientCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.TcpClientCredentialType.Windows", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/TcpClientCredentialType.cs" - } - ], - "DocsId": "T:System.ServiceModel.TcpClientCredentialType", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/TcpClientCredentialType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.TcpTransportSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/TcpTransportSecurity.cs#L23C9-L29C10" - }, - { - "DocsId": "P:System.ServiceModel.TcpTransportSecurity.ClientCredentialType", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/TcpTransportSecurity.cs#L34C19-L34C48" - }, - { - "DocsId": "P:System.ServiceModel.TcpTransportSecurity.ProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/TcpTransportSecurity.cs#L48C19-L48C43" - }, - { - "DocsId": "P:System.ServiceModel.TcpTransportSecurity.ExtendedProtectionPolicy", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/TcpTransportSecurity.cs#L64C17-L64C50" - }, - { - "DocsId": "P:System.ServiceModel.TcpTransportSecurity.SslProtocols", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/TcpTransportSecurity.cs#L86C19-L86C40" - } - ], - "DocsId": "T:System.ServiceModel.TcpTransportSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/TcpTransportSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Channels.TcpConnectionPoolSettings.GroupName", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpConnectionPoolSettings.cs#L33C19-L33C37" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TcpConnectionPoolSettings.IdleTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpConnectionPoolSettings.cs#L42C19-L42C39" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TcpConnectionPoolSettings.LeaseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpConnectionPoolSettings.cs#L63C19-L63C40" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TcpConnectionPoolSettings.MaxOutboundConnectionsPerEndpoint", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpConnectionPoolSettings.cs#L84C19-L84C61" - } - ], - "DocsId": "T:System.ServiceModel.Channels.TcpConnectionPoolSettings", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpConnectionPoolSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.TcpTransportBindingElement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpTransportBindingElement.cs#L13C15-L17C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TcpTransportBindingElement.#ctor(System.ServiceModel.Channels.TcpTransportBindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpTransportBindingElement.cs#L20C15-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TcpTransportBindingElement.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpTransportBindingElement.cs#L56C13-L56C57" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TcpTransportBindingElement.BuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpTransportBindingElement.cs#L61C13-L71C102" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TcpTransportBindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpTransportBindingElement.cs#L76C13-L94C53" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TcpTransportBindingElement.ConnectionPoolSettings", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpTransportBindingElement.cs#L26C67-L26C71" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TcpTransportBindingElement.Scheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpTransportBindingElement.cs#L28C42-L28C51" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TcpTransportBindingElement.ExtendedProtectionPolicy", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpTransportBindingElement.cs#L34C17-L34C50" - } - ], - "DocsId": "T:System.ServiceModel.Channels.TcpTransportBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpTransportBindingElement.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.ServiceModel.Primitives.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.ServiceModel.Primitives.json deleted file mode 100644 index 8f3a60ef3d2..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.ServiceModel.Primitives.json +++ /dev/null @@ -1,13768 +0,0 @@ -{ - "Assembly": "System.ServiceModel.Primitives", - "GUID": "D4D987BDBA45497A94F79859097D0556FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Collections.Generic.KeyedByTypeCollection`1.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/KeyedByTypeCollection.cs#L14C15-L16C10" - }, - { - "DocsId": "M:System.Collections.Generic.KeyedByTypeCollection`1.#ctor(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/KeyedByTypeCollection.cs#L19C15-L30C10" - }, - { - "DocsId": "M:System.Collections.Generic.KeyedByTypeCollection`1.Find``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/KeyedByTypeCollection.cs#L34C13-L34C35" - }, - { - "DocsId": "M:System.Collections.Generic.KeyedByTypeCollection`1.Remove``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/KeyedByTypeCollection.cs#L39C13-L39C34" - }, - { - "DocsId": "M:System.Collections.Generic.KeyedByTypeCollection`1.FindAll``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/KeyedByTypeCollection.cs#L61C13-L61C38" - }, - { - "DocsId": "M:System.Collections.Generic.KeyedByTypeCollection`1.RemoveAll``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/KeyedByTypeCollection.cs#L66C13-L66C37" - }, - { - "DocsId": "M:System.Collections.Generic.KeyedByTypeCollection`1.GetKeyForItem(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/KeyedByTypeCollection.cs#L93C13-L98C35" - }, - { - "DocsId": "M:System.Collections.Generic.KeyedByTypeCollection`1.InsertItem(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/KeyedByTypeCollection.cs#L103C13-L114C10" - }, - { - "DocsId": "M:System.Collections.Generic.KeyedByTypeCollection`1.SetItem(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/KeyedByTypeCollection.cs#L118C13-L124C10" - } - ], - "DocsId": "T:System.Collections.Generic.KeyedByTypeCollection`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/KeyedByTypeCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L16C9-L20C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L22C9-L26C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.#ctor(System.Object,System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L28C9-L37C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.#ctor(System.Object,`0[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L39C9-L53C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.Add(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L93C13-L98C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.Clear", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L102C13-L106C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.CopyTo(`0[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L110C13-L114C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.Contains(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L118C13-L122C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L126C13-L130C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.IndexOf(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L134C13-L138C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.Insert(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L142C13-L152C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.Remove(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L170C13-L181C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L185C13-L195C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.ClearItems", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L199C13-L200C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.InsertItem(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L204C13-L205C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.RemoveItem(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L209C13-L210C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.SetItem(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L214C13-L215C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#Generic#ICollection#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L219C19-L219C32" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L224C13-L224C51" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L229C19-L229C31" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L234C19-L234C32" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L239C13-L243C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L249C17-L249C36" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IList#set_Item(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L253C17-L255C14" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IList#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L260C19-L260C32" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IList#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L265C19-L265C32" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IList#Add(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L270C13-L277C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IList#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L281C13-L282C39" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IList#IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L287C13-L288C38" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IList#Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L293C13-L295C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IList#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L299C13-L301C10" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedCollection`1.Count", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L57C19-L57C57" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedCollection`1.Items", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L60C35-L60C39" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedCollection`1.SyncRoot", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L64C19-L64C32" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedCollection`1.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L71C17-L75C14" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedCollection`1.System#Collections#Generic#ICollection#IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L219C19-L219C32" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedCollection`1.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L229C19-L229C31" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedCollection`1.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L234C19-L234C32" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L249C17-L249C36" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IList#IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L260C19-L260C32" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IList#IsFixedSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L265C19-L265C32" - } - ], - "DocsId": "T:System.Collections.Generic.SynchronizedCollection`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Collections.Generic.SynchronizedKeyedCollection`2.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L22C9-L26C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedKeyedCollection`2.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L29C15-L33C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedKeyedCollection`2.#ctor(System.Object,System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L36C15-L40C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedKeyedCollection`2.#ctor(System.Object,System.Collections.Generic.IEqualityComparer{`0},System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L43C15-L60C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedKeyedCollection`2.ChangeItemKey(`1,`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L122C13-L140C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedKeyedCollection`2.ClearItems", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L144C13-L152C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedKeyedCollection`2.Contains(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L156C13-L181C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedKeyedCollection`2.GetKeyForItem(`1)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedKeyedCollection`2.InsertItem(System.Int32,`1)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L219C13-L227C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedKeyedCollection`2.Remove(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L231C13-L262C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedKeyedCollection`2.RemoveItem(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L266C13-L274C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedKeyedCollection`2.SetItem(System.Int32,`1)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L295C13-L318C10" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedKeyedCollection`2.Item(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L66C17-L89C14" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedKeyedCollection`2.Dictionary", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L94C19-L94C38" - } - ], - "DocsId": "T:System.Collections.Generic.SynchronizedKeyedCollection`2", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L15C9-L19C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L21C9-L25C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.#ctor(System.Object,System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L27C9-L36C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.#ctor(System.Object,`0[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L38C9-L52C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.Contains(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L87C13-L91C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.CopyTo(`0[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L95C13-L99C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L103C13-L107C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.IndexOf(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L111C13-L115C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#Generic#ICollection#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L124C19-L124C31" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#Generic#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L131C17-L131C36" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#Generic#IList#set_Item(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L135C17-L136C14" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#Generic#ICollection#Add(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L141C13-L142C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#Generic#ICollection#Clear", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L146C13-L147C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#Generic#ICollection#Remove(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L151C13-L152C26" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#Generic#IList#Insert(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L157C13-L158C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#Generic#IList#RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L162C13-L163C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L167C19-L167C31" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L172C19-L172C32" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L177C13-L187C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L191C13-L203C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L207C19-L207C31" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L212C19-L212C31" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L219C17-L219C36" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#set_Item(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L223C17-L224C14" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#Add(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L229C13-L230C22" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#Clear", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L235C13-L236C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L240C13-L241C39" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L246C13-L247C38" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L252C13-L253C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L257C13-L258C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L262C13-L263C10" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedReadOnlyCollection`1.Count", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L75C19-L75C57" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedReadOnlyCollection`1.Items", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L78C36-L78C40" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedReadOnlyCollection`1.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L82C19-L82C58" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#Generic#ICollection#IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L124C19-L124C31" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#Generic#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L131C17-L131C36" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L167C19-L167C31" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L172C19-L172C32" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#IsFixedSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L207C19-L207C31" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L212C19-L212C31" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L219C17-L219C36" - } - ], - "DocsId": "T:System.Collections.Generic.SynchronizedReadOnlyCollection`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.SecurityMessageSerializationException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/SecurityMessageSerializationException.cs#L12C58-L12C68" - }, - { - "DocsId": "M:System.IdentityModel.SecurityMessageSerializationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/SecurityMessageSerializationException.cs#L14C72-L14C89" - }, - { - "DocsId": "M:System.IdentityModel.SecurityMessageSerializationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/SecurityMessageSerializationException.cs#L17C15-L17C48" - }, - { - "DocsId": "M:System.IdentityModel.SecurityMessageSerializationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/SecurityMessageSerializationException.cs#L20C15-L20C38" - } - ], - "DocsId": "T:System.IdentityModel.SecurityMessageSerializationException", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/SecurityMessageSerializationException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.AggregateTokenResolver.#ctor(System.Collections.Generic.IEnumerable{System.IdentityModel.Selectors.SecurityTokenResolver})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AggregateTokenResolver.cs#L18C9-L35C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.AggregateTokenResolver.TryResolveSecurityKeyCore(System.IdentityModel.Tokens.SecurityKeyIdentifierClause,System.IdentityModel.Tokens.SecurityKey@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AggregateTokenResolver.cs#L58C13-L73C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.AggregateTokenResolver.TryResolveTokenCore(System.IdentityModel.Tokens.SecurityKeyIdentifier,System.IdentityModel.Tokens.SecurityToken@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AggregateTokenResolver.cs#L85C13-L100C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.AggregateTokenResolver.TryResolveTokenCore(System.IdentityModel.Tokens.SecurityKeyIdentifierClause,System.IdentityModel.Tokens.SecurityToken@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AggregateTokenResolver.cs#L112C13-L127C10" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.AggregateTokenResolver.TokenResolvers", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AggregateTokenResolver.cs#L44C17-L44C53" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.AggregateTokenResolver", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AggregateTokenResolver.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.AsymmetricSecurityKey.GetAsymmetricAlgorithm(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AsymmetricSecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.AsymmetricSecurityKey.GetHashAlgorithmForSignature(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AsymmetricSecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.AsymmetricSecurityKey.GetSignatureDeformatter(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AsymmetricSecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.AsymmetricSecurityKey.GetSignatureFormatter(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AsymmetricSecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.AsymmetricSecurityKey.HasPrivateKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AsymmetricSecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.AsymmetricSecurityKey.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AsymmetricSecurityKey.cs" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.AsymmetricSecurityKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AsymmetricSecurityKey.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.BinaryKeyIdentifierClause.#ctor(System.String,System.Byte[],System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/BinaryKeyIdentifierClause.cs#L15C15-L17C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.BinaryKeyIdentifierClause.#ctor(System.String,System.Byte[],System.Boolean,System.Byte[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/BinaryKeyIdentifierClause.cs#L20C15-L39C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.BinaryKeyIdentifierClause.GetBuffer", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/BinaryKeyIdentifierClause.cs#L43C13-L43C67" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.BinaryKeyIdentifierClause.GetRawBuffer", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/BinaryKeyIdentifierClause.cs#L48C13-L48C40" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.BinaryKeyIdentifierClause.Matches(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/BinaryKeyIdentifierClause.cs#L53C13-L54C103" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.BinaryKeyIdentifierClause.Matches(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/BinaryKeyIdentifierClause.cs#L59C13-L59C37" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.BinaryKeyIdentifierClause.Matches(System.Byte[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/BinaryKeyIdentifierClause.cs#L64C13-L68C86" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.BinaryKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/BinaryKeyIdentifierClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.EncryptedKeyIdentifierClause.#ctor(System.Byte[],System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/EncryptedKeyIdentifierClause.cs#L16C15-L18C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.EncryptedKeyIdentifierClause.#ctor(System.Byte[],System.String,System.IdentityModel.Tokens.SecurityKeyIdentifier)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/EncryptedKeyIdentifierClause.cs#L21C15-L23C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.EncryptedKeyIdentifierClause.#ctor(System.Byte[],System.String,System.IdentityModel.Tokens.SecurityKeyIdentifier,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/EncryptedKeyIdentifierClause.cs#L26C15-L28C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.EncryptedKeyIdentifierClause.#ctor(System.Byte[],System.String,System.IdentityModel.Tokens.SecurityKeyIdentifier,System.String,System.Byte[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/EncryptedKeyIdentifierClause.cs#L31C15-L33C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.EncryptedKeyIdentifierClause.Matches(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/EncryptedKeyIdentifierClause.cs#L54C13-L55C133" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.EncryptedKeyIdentifierClause.Matches(System.Byte[],System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/EncryptedKeyIdentifierClause.cs#L60C13-L60C119" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.EncryptedKeyIdentifierClause.GetEncryptedKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/EncryptedKeyIdentifierClause.cs#L65C13-L65C32" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.EncryptedKeyIdentifierClause.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/EncryptedKeyIdentifierClause.cs#L70C13-L71C75" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.EncryptedKeyIdentifierClause.CarriedKeyName", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/EncryptedKeyIdentifierClause.cs#L43C40-L43C44" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.EncryptedKeyIdentifierClause.EncryptingKeyIdentifier", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/EncryptedKeyIdentifierClause.cs#L45C64-L45C68" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.EncryptedKeyIdentifierClause.EncryptionMethod", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/EncryptedKeyIdentifierClause.cs#L49C19-L49C44" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.EncryptedKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/EncryptedKeyIdentifierClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.GenericXmlSecurityKeyIdentifierClause.#ctor(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityKeyIdentifierClause.cs#L13C15-L15C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.GenericXmlSecurityKeyIdentifierClause.#ctor(System.Xml.XmlElement,System.Byte[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityKeyIdentifierClause.cs#L18C15-L21C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.GenericXmlSecurityKeyIdentifierClause.Matches(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityKeyIdentifierClause.cs#L27C13-L28C96" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.GenericXmlSecurityKeyIdentifierClause.ReferenceXml", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityKeyIdentifierClause.cs#L23C42-L23C46" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.GenericXmlSecurityKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityKeyIdentifierClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.GenericXmlSecurityToken.#ctor(System.Xml.XmlElement,System.IdentityModel.Tokens.SecurityToken,System.DateTime,System.DateTime,System.IdentityModel.Tokens.SecurityKeyIdentifierClause,System.IdentityModel.Tokens.SecurityKeyIdentifierClause,System.Collections.ObjectModel.ReadOnlyCollection{System.IdentityModel.Policy.IAuthorizationPolicy})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L21C9-L45C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.GenericXmlSecurityToken.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L89C13-L104C38" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.GenericXmlSecurityToken.CanCreateKeyIdentifierClause``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L142C13-L152C26" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.GenericXmlSecurityToken.CreateKeyIdentifierClause``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L157C13-L167C133" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.GenericXmlSecurityToken.MatchesKeyIdentifierClause(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L172C13-L181C26" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.GenericXmlSecurityToken.Id", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L49C19-L49C30" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.GenericXmlSecurityToken.ValidFrom", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L54C19-L54C41" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.GenericXmlSecurityToken.ValidTo", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L59C19-L59C42" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.GenericXmlSecurityToken.InternalTokenReference", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L62C69-L62C73" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.GenericXmlSecurityToken.ExternalTokenReference", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L64C69-L64C73" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.GenericXmlSecurityToken.TokenXml", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L66C38-L66C42" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.GenericXmlSecurityToken.ProofToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L68C43-L68C47" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.GenericXmlSecurityToken.AuthorizationPolicies", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L70C81-L70C85" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.GenericXmlSecurityToken.SecurityKeys", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L76C17-L82C74" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.GenericXmlSecurityToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.IdentityModel.Tokens.KerberosRequestorSecurityToken.Id", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/KerberosRequestorSecurityToken.cs#L44C19-L44C30" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.KerberosRequestorSecurityToken.SecurityKeys", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/KerberosRequestorSecurityToken.cs#L49C19-L49C72" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.KerberosRequestorSecurityToken.ValidFrom", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/KerberosRequestorSecurityToken.cs#L54C19-L54C41" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.KerberosRequestorSecurityToken.ValidTo", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/KerberosRequestorSecurityToken.cs#L59C19-L59C42" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.KerberosRequestorSecurityToken.ServicePrincipalName", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/KerberosRequestorSecurityToken.cs#L62C46-L62C50" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.KerberosRequestorSecurityToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/KerberosRequestorSecurityToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.LocalIdKeyIdentifierClause.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/LocalIdKeyIdentifierClause.cs#L16C15-L18C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.LocalIdKeyIdentifierClause.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/LocalIdKeyIdentifierClause.cs#L21C15-L23C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.LocalIdKeyIdentifierClause.#ctor(System.String,System.Byte[],System.Int32,System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/LocalIdKeyIdentifierClause.cs#L26C15-L28C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.LocalIdKeyIdentifierClause.Matches(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/LocalIdKeyIdentifierClause.cs#L59C13-L60C102" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.LocalIdKeyIdentifierClause.Matches(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/LocalIdKeyIdentifierClause.cs#L65C13-L87C26" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.LocalIdKeyIdentifierClause.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/LocalIdKeyIdentifierClause.cs#L92C13-L92C146" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.LocalIdKeyIdentifierClause.LocalId", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/LocalIdKeyIdentifierClause.cs#L50C33-L50C37" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.LocalIdKeyIdentifierClause.OwnerType", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/LocalIdKeyIdentifierClause.cs#L54C19-L54C99" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.LocalIdKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/LocalIdKeyIdentifierClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.SamlSerializer.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SamlSerializer.cs#L11C9-L13C10" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SamlSerializer", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SamlSerializer.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.Aes128Encryption", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.Aes128KeyWrap", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.Aes192Encryption", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.Aes192KeyWrap", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.Aes256Encryption", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.Aes256KeyWrap", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.DesEncryption", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.DsaSha1Signature", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.ExclusiveC14n", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.ExclusiveC14nWithComments", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.HmacSha1Signature", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.HmacSha256Signature", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.Psha1KeyDerivation", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.Psha1KeyDerivationDec2005", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.Ripemd160Digest", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.RsaOaepKeyWrap", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.RsaSha1Signature", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.RsaV15KeyWrap", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.RsaSha256Signature", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.Sha1Digest", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.Sha256Digest", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.Sha512Digest", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.TripleDesEncryption", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.TripleDesKeyWrap", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SecurityAlgorithms", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKey.DecryptKey(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKey.EncryptKey(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKey.IsAsymmetricAlgorithm(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKey.IsSupportedAlgorithm(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKey.IsSymmetricAlgorithm(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKey.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKey.cs" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityKey.KeySize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKey.cs" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SecurityKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKey.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifier.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L19C9-L22C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifier.#ctor(System.IdentityModel.Tokens.SecurityKeyIdentifierClause[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L24C9-L35C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifier.Add(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L66C13-L75C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifier.CreateKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L79C18-L86C136" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifier.Find``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L92C13-L96C27" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifier.GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L101C13-L101C45" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifier.MakeReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L106C13-L107C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifier.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L111C20-L124C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifier.TryFind``1(``0@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L128C18-L138C26" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifier.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L143C13-L143C36" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityKeyIdentifier.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L39C19-L39C42" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityKeyIdentifier.CanCreateKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L46C22-L53C30" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityKeyIdentifier.Count", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L59C19-L59C41" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityKeyIdentifier.IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L62C34-L62C38" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SecurityKeyIdentifier", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifierClause.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifierClause.cs#L22C15-L24C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifierClause.#ctor(System.String,System.Byte[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifierClause.cs#L26C9-L31C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifierClause.CreateKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifierClause.cs#L48C13-L48C148" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifierClause.Matches(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifierClause.cs#L53C13-L53C63" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifierClause.GetDerivationNonce", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifierClause.cs#L58C13-L58C89" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityKeyIdentifierClause.CanCreateKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifierClause.cs#L35C19-L35C32" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityKeyIdentifierClause.ClauseType", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifierClause.cs#L38C36-L38C40" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityKeyIdentifierClause.Id", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifierClause.cs#L42C19-L42C30" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityKeyIdentifierClause.DerivationLength", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifierClause.cs#L61C39-L61C43" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SecurityKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifierClause.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityKeyType.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyType.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityKeyType.SymmetricKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyType.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityKeyType.AsymmetricKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyType.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityKeyType.BearerKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyType.cs" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SecurityKeyType", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityKeyUsage.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyUsage.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityKeyUsage.Exchange", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyUsage.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityKeyUsage.Signature", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyUsage.cs" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SecurityKeyUsage", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyUsage.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityToken.CanCreateKeyIdentifierClause``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityToken.cs#L20C13-L20C111" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityToken.CreateKeyIdentifierClause``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityToken.cs#L25C13-L31C114" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityToken.MatchesKeyIdentifierClause(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityToken.cs#L36C13-L42C26" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityToken.ResolveKeyIdentifierClause(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityToken.cs#L47C13-L52C25" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityToken.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityToken.cs" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityToken.Id", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityToken.cs" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityToken.SecurityKeys", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityToken.cs" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityToken.ValidFrom", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityToken.cs" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityToken.ValidTo", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityToken.cs" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SecurityToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityTokenException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenException.cs#L12C43-L12C53" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityTokenException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenException.cs#L13C57-L13C74" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityTokenException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenException.cs#L14C83-L14C116" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityTokenException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenException.cs#L15C94-L15C117" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SecurityTokenException", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenException.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityTokenTypes.UserName", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenTypes.cs#L23C47-L23C63" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityTokenTypes.X509Certificate", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenTypes.cs#L24C54-L24C77" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityTokenTypes.Kerberos", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenTypes.cs#L25C47-L25C63" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityTokenTypes.Saml", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenTypes.cs#L26C43-L26C55" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityTokenTypes.Rsa", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenTypes.cs#L27C42-L27C53" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SecurityTokenTypes", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenTypes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityTokenValidationException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenValidationException.cs#L12C53-L12C63" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityTokenValidationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenValidationException.cs#L13C67-L13C84" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityTokenValidationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenValidationException.cs#L14C93-L14C126" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityTokenValidationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenValidationException.cs#L15C104-L15C127" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SecurityTokenValidationException", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenValidationException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.SymmetricSecurityKey.GenerateDerivedKey(System.String,System.Byte[],System.Byte[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SymmetricSecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SymmetricSecurityKey.GetDecryptionTransform(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SymmetricSecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SymmetricSecurityKey.GetEncryptionTransform(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SymmetricSecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SymmetricSecurityKey.GetIVSize(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SymmetricSecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SymmetricSecurityKey.GetKeyedHashAlgorithm(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SymmetricSecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SymmetricSecurityKey.GetSymmetricAlgorithm(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SymmetricSecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SymmetricSecurityKey.GetSymmetricKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SymmetricSecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SymmetricSecurityKey.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SymmetricSecurityKey.cs" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SymmetricSecurityKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SymmetricSecurityKey.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.UserNameSecurityToken.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/UserNameSecurityToken.cs#L18C15-L20C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.UserNameSecurityToken.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/UserNameSecurityToken.cs#L22C9-L38C10" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.UserNameSecurityToken.Id", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/UserNameSecurityToken.cs#L42C19-L42C30" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.UserNameSecurityToken.SecurityKeys", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/UserNameSecurityToken.cs#L47C19-L47C72" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.UserNameSecurityToken.ValidFrom", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/UserNameSecurityToken.cs#L52C19-L52C41" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.UserNameSecurityToken.ValidTo", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/UserNameSecurityToken.cs#L58C19-L58C55" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.UserNameSecurityToken.UserName", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/UserNameSecurityToken.cs#L63C19-L63C36" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.UserNameSecurityToken.Password", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/UserNameSecurityToken.cs#L66C34-L66C38" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.UserNameSecurityToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/UserNameSecurityToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.X509AsymmetricSecurityKey.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs#L107C44-L24C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509AsymmetricSecurityKey.DecryptKey(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs#L111C13-L111C58" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509AsymmetricSecurityKey.EncryptKey(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs#L116C13-L116C58" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509AsymmetricSecurityKey.GetAsymmetricAlgorithm(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs#L121C13-L183C165" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509AsymmetricSecurityKey.GetHashAlgorithmForSignature(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs#L190C13-L223C161" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509AsymmetricSecurityKey.GetSignatureDeformatter(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs#L233C13-L292C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509AsymmetricSecurityKey.GetSignatureFormatter(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs#L297C13-L377C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509AsymmetricSecurityKey.HasPrivateKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs#L381C13-L381C41" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509AsymmetricSecurityKey.IsAsymmetricAlgorithm(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs#L386C13-L391C68" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509AsymmetricSecurityKey.IsSupportedAlgorithm(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs#L396C13-L439C34" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509AsymmetricSecurityKey.IsSymmetricAlgorithm(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs#L445C13-L445C65" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.X509AsymmetricSecurityKey.KeySize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs#L28C19-L28C44" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.X509AsymmetricSecurityKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.X509IssuerSerialKeyIdentifierClause.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509IssuerSerialKeyIdentifierClause.cs#L17C15-L31C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509IssuerSerialKeyIdentifierClause.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509IssuerSerialKeyIdentifierClause.cs#L34C15-L43C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509IssuerSerialKeyIdentifierClause.Matches(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509IssuerSerialKeyIdentifierClause.cs#L54C13-L55C115" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509IssuerSerialKeyIdentifierClause.Matches(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509IssuerSerialKeyIdentifierClause.cs#L60C13-L65C85" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509IssuerSerialKeyIdentifierClause.Matches(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509IssuerSerialKeyIdentifierClause.cs#L70C13-L103C40" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509IssuerSerialKeyIdentifierClause.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509IssuerSerialKeyIdentifierClause.cs#L108C13-L109C49" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.X509IssuerSerialKeyIdentifierClause.IssuerName", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509IssuerSerialKeyIdentifierClause.cs#L45C36-L45C40" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.X509IssuerSerialKeyIdentifierClause.IssuerSerialNumber", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509IssuerSerialKeyIdentifierClause.cs#L49C19-L49C46" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.X509IssuerSerialKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509IssuerSerialKeyIdentifierClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.X509RawDataKeyIdentifierClause.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509RawDataKeyIdentifierClause.cs#L17C15-L20C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509RawDataKeyIdentifierClause.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509RawDataKeyIdentifierClause.cs#L23C15-L25C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509RawDataKeyIdentifierClause.CreateKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509RawDataKeyIdentifierClause.cs#L39C13-L47C25" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509RawDataKeyIdentifierClause.GetX509RawData", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509RawDataKeyIdentifierClause.cs#L62C13-L62C32" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509RawDataKeyIdentifierClause.Matches(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509RawDataKeyIdentifierClause.cs#L67C13-L72C53" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509RawDataKeyIdentifierClause.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509RawDataKeyIdentifierClause.cs#L77C13-L77C131" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.X509RawDataKeyIdentifierClause.CanCreateKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509RawDataKeyIdentifierClause.cs#L34C19-L34C31" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.X509RawDataKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509RawDataKeyIdentifierClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.X509SecurityToken.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs#L24C15-L26C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509SecurityToken.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs#L29C15-L31C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509SecurityToken.CanCreateKeyIdentifierClause``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs#L122C13-L129C59" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509SecurityToken.CreateKeyIdentifierClause``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs#L134C13-L154C56" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509SecurityToken.MatchesKeyIdentifierClause(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs#L159C13-L176C73" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509SecurityToken.Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs#L182C13-L189C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509SecurityToken.ThrowIfDisposed", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs#L193C13-L197C10" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.X509SecurityToken.Id", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs#L65C19-L65C30" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.X509SecurityToken.SecurityKeys", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs#L72C17-L79C38" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.X509SecurityToken.ValidFrom", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs#L87C17-L93C39" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.X509SecurityToken.ValidTo", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs#L101C17-L107C40" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.X509SecurityToken.Certificate", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs#L115C17-L116C37" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.X509SecurityToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.X509SubjectKeyIdentifierClause.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SubjectKeyIdentifierClause.cs#L17C15-L19C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509SubjectKeyIdentifierClause.GetX509SubjectKeyIdentifier", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SubjectKeyIdentifierClause.cs#L47C13-L47C32" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509SubjectKeyIdentifierClause.Matches(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SubjectKeyIdentifierClause.cs#L52C13-L60C65" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509SubjectKeyIdentifierClause.TryCreateFrom(System.Security.Cryptography.X509Certificates.X509Certificate2,System.IdentityModel.Tokens.X509SubjectKeyIdentifierClause@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SubjectKeyIdentifierClause.cs#L65C13-L72C48" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509SubjectKeyIdentifierClause.CanCreateFrom(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SubjectKeyIdentifierClause.cs#L77C13-L77C55" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509SubjectKeyIdentifierClause.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SubjectKeyIdentifierClause.cs#L82C13-L82C126" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.X509SubjectKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SubjectKeyIdentifierClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.X509ThumbprintKeyIdentifierClause.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509ThumbprintKeyIdentifierClause.cs#L14C15-L16C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509ThumbprintKeyIdentifierClause.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509ThumbprintKeyIdentifierClause.cs#L19C15-L21C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509ThumbprintKeyIdentifierClause.GetX509Thumbprint", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509ThumbprintKeyIdentifierClause.cs#L40C13-L40C32" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509ThumbprintKeyIdentifierClause.Matches(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509ThumbprintKeyIdentifierClause.cs#L45C13-L50C50" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509ThumbprintKeyIdentifierClause.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509ThumbprintKeyIdentifierClause.cs#L55C13-L55C130" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.X509ThumbprintKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509ThumbprintKeyIdentifierClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Selectors.KerberosSecurityTokenProvider.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/KerberosSecurityTokenProvider.cs#L20C15-L22C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.KerberosSecurityTokenProvider.#ctor(System.String,System.Security.Principal.TokenImpersonationLevel)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/KerberosSecurityTokenProvider.cs#L25C15-L27C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.KerberosSecurityTokenProvider.#ctor(System.String,System.Security.Principal.TokenImpersonationLevel,System.Net.NetworkCredential)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/KerberosSecurityTokenProvider.cs#L29C9-L40C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.KerberosSecurityTokenProvider.GetTokenCore(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/KerberosSecurityTokenProvider.cs#L60C13-L60C44" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.KerberosSecurityTokenProvider.ServicePrincipalName", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/KerberosSecurityTokenProvider.cs#L42C46-L42C50" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.KerberosSecurityTokenProvider.TokenImpersonationLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/KerberosSecurityTokenProvider.cs#L44C66-L44C70" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.KerberosSecurityTokenProvider.NetworkCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/KerberosSecurityTokenProvider.cs#L48C19-L48C45" - } - ], - "DocsId": "T:System.IdentityModel.Selectors.KerberosSecurityTokenProvider", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/KerberosSecurityTokenProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenAuthenticator.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenAuthenticator.cs#L17C9-L17C51" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenAuthenticator.CanValidateToken(System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenAuthenticator.cs#L21C13-L25C48" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenAuthenticator.ValidateToken(System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenAuthenticator.cs#L30C13-L70C42" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenAuthenticator.CanValidateTokenCore(System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenAuthenticator.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenAuthenticator.ValidateTokenCore(System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenAuthenticator.cs" - } - ], - "DocsId": "T:System.IdentityModel.Selectors.SecurityTokenAuthenticator", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenAuthenticator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenManager.CreateSecurityTokenProvider(System.IdentityModel.Selectors.SecurityTokenRequirement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenManager.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenManager.CreateSecurityTokenSerializer(System.IdentityModel.Selectors.SecurityTokenVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenManager.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenManager.CreateSecurityTokenAuthenticator(System.IdentityModel.Selectors.SecurityTokenRequirement,System.IdentityModel.Selectors.SecurityTokenResolver@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenManager.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenManager.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenManager.cs" - } - ], - "DocsId": "T:System.IdentityModel.Selectors.SecurityTokenManager", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenManager.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L15C9-L15C46" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.GetToken(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L30C13-L36C26" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.BeginGetToken(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L41C13-L41C64" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.EndGetToken(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L46C13-L57C26" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.GetTokenAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.GetTokenCore(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.BeginGetTokenCore(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L75C13-L75C78" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.EndGetTokenCore(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L80C13-L80C53" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.GetTokenCoreAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L86C13-L86C109" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.RenewToken(System.TimeSpan,System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L100C13-L111C26" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.BeginRenewToken(System.TimeSpan,System.IdentityModel.Tokens.SecurityToken,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L116C13-L121C84" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.EndRenewToken(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L126C13-L137C26" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.RenewTokenAsync(System.TimeSpan,System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.RenewTokenCore(System.TimeSpan,System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L158C13-L158C146" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.BeginRenewTokenCore(System.TimeSpan,System.IdentityModel.Tokens.SecurityToken,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L163C13-L163C98" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.EndRenewTokenCore(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L168C13-L168C53" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.RenewTokenCoreAsync(System.TimeSpan,System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L173C13-L173C131" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.CancelToken(System.TimeSpan,System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L185C13-L191C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.BeginCancelToken(System.TimeSpan,System.IdentityModel.Tokens.SecurityToken,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L195C13-L200C74" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.EndCancelToken(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L205C13-L211C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.CancelTokenAsync(System.TimeSpan,System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.CancelTokenCore(System.TimeSpan,System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L225C13-L225C151" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.BeginCancelTokenCore(System.TimeSpan,System.IdentityModel.Tokens.SecurityToken,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L230C13-L230C88" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.EndCancelTokenCore(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L235C13-L236C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.CancelTokenCoreAsync(System.TimeSpan,System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L240C13-L240C107" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenProvider.SupportsTokenRenewal", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L19C19-L19C32" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenProvider.SupportsTokenCancellation", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L24C19-L24C32" - } - ], - "DocsId": "T:System.IdentityModel.Selectors.SecurityTokenProvider", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenRequirement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L31C9-L35C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenRequirement.GetProperty``1(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L149C13-L153C27" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenRequirement.TryGetProperty``1(System.String,``0@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L159C13-L169C25" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.TokenTypeProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L37C56-L37C81" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.KeyUsageProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L38C55-L38C79" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.KeyTypeProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L39C54-L39C77" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.KeySizeProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L40C54-L40C77" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.RequireCryptographicTokenProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L41C72-L41C113" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.PeerAuthenticationMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L42C61-L42C91" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.IsOptionalTokenProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L43C62-L43C93" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.TokenType", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L50C17-L50C88" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.RequireCryptographicToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L76C17-L76C132" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.KeyUsage", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L89C17-L89C98" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.KeyType", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L103C17-L103C96" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.KeySize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L117C17-L117C96" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.Properties", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L133C17-L133C36" - } - ], - "DocsId": "T:System.IdentityModel.Selectors.SecurityTokenRequirement", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenResolver.ResolveToken(System.IdentityModel.Tokens.SecurityKeyIdentifier)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenResolver.cs#L16C13-L25C26" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenResolver.TryResolveToken(System.IdentityModel.Tokens.SecurityKeyIdentifier,System.IdentityModel.Tokens.SecurityToken@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenResolver.cs#L30C13-L34C66" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenResolver.ResolveToken(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenResolver.cs#L39C13-L48C26" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenResolver.TryResolveToken(System.IdentityModel.Tokens.SecurityKeyIdentifierClause,System.IdentityModel.Tokens.SecurityToken@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenResolver.cs#L53C13-L57C72" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenResolver.ResolveSecurityKey(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenResolver.cs#L62C13-L71C24" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenResolver.TryResolveSecurityKey(System.IdentityModel.Tokens.SecurityKeyIdentifierClause,System.IdentityModel.Tokens.SecurityKey@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenResolver.cs#L76C13-L80C76" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenResolver.TryResolveTokenCore(System.IdentityModel.Tokens.SecurityKeyIdentifier,System.IdentityModel.Tokens.SecurityToken@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenResolver.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenResolver.TryResolveTokenCore(System.IdentityModel.Tokens.SecurityKeyIdentifierClause,System.IdentityModel.Tokens.SecurityToken@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenResolver.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenResolver.TryResolveSecurityKeyCore(System.IdentityModel.Tokens.SecurityKeyIdentifierClause,System.IdentityModel.Tokens.SecurityKey@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenResolver.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenResolver.CreateDefaultSecurityTokenResolver(System.Collections.ObjectModel.ReadOnlyCollection{System.IdentityModel.Tokens.SecurityToken},System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenResolver.cs#L90C13-L90C69" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenResolver.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenResolver.cs" - } - ], - "DocsId": "T:System.IdentityModel.Selectors.SecurityTokenResolver", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenResolver.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.CanReadToken(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs#L24C13-L28C45" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.CanWriteToken(System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs#L33C13-L37C45" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.CanReadKeyIdentifier(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs#L42C13-L46C53" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.CanWriteKeyIdentifier(System.IdentityModel.Tokens.SecurityKeyIdentifier)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs#L51C13-L55C61" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.CanReadKeyIdentifierClause(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs#L60C13-L64C59" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.CanWriteKeyIdentifierClause(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs#L69C13-L73C73" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.ReadToken(System.Xml.XmlReader,System.IdentityModel.Selectors.SecurityTokenResolver)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs#L79C13-L83C57" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.WriteToken(System.Xml.XmlWriter,System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs#L88C13-L97C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.ReadKeyIdentifier(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs#L101C13-L105C50" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.WriteKeyIdentifier(System.Xml.XmlWriter,System.IdentityModel.Tokens.SecurityKeyIdentifier)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs#L110C13-L119C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.ReadKeyIdentifierClause(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs#L123C13-L127C56" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.WriteKeyIdentifierClause(System.Xml.XmlWriter,System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs#L132C13-L141C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.CanReadTokenCore(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.CanWriteTokenCore(System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.CanReadKeyIdentifierCore(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.CanWriteKeyIdentifierCore(System.IdentityModel.Tokens.SecurityKeyIdentifier)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.CanReadKeyIdentifierClauseCore(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.CanWriteKeyIdentifierClauseCore(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.ReadTokenCore(System.Xml.XmlReader,System.IdentityModel.Selectors.SecurityTokenResolver)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.WriteTokenCore(System.Xml.XmlWriter,System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.ReadKeyIdentifierCore(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.WriteKeyIdentifierCore(System.Xml.XmlWriter,System.IdentityModel.Tokens.SecurityKeyIdentifier)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.ReadKeyIdentifierClauseCore(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.WriteKeyIdentifierClauseCore(System.Xml.XmlWriter,System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - } - ], - "DocsId": "T:System.IdentityModel.Selectors.SecurityTokenSerializer", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenVersion.GetSecuritySpecifications", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenVersion.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenVersion.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenVersion.cs" - } - ], - "DocsId": "T:System.IdentityModel.Selectors.SecurityTokenVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenVersion.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Selectors.UserNameSecurityTokenProvider.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/UserNameSecurityTokenProvider.cs#L16C9-L24C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.UserNameSecurityTokenProvider.GetTokenCore(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/UserNameSecurityTokenProvider.cs#L28C13-L28C35" - } - ], - "DocsId": "T:System.IdentityModel.Selectors.UserNameSecurityTokenProvider", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/UserNameSecurityTokenProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Selectors.X509CertificateValidator.CreateChainTrustValidator(System.Boolean,System.Security.Cryptography.X509Certificates.X509ChainPolicy)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509CertificateValidator.cs#L75C13-L80C120" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.X509CertificateValidator.CreatePeerOrChainTrustValidator(System.Boolean,System.Security.Cryptography.X509Certificates.X509ChainPolicy)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509CertificateValidator.cs#L85C13-L90C82" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.X509CertificateValidator.Validate(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509CertificateValidator.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.X509CertificateValidator.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509CertificateValidator.cs" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.X509CertificateValidator.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509CertificateValidator.cs#L25C17-L30C31" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.X509CertificateValidator.PeerTrust", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509CertificateValidator.cs#L38C17-L43C36" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.X509CertificateValidator.ChainTrust", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509CertificateValidator.cs#L51C17-L56C37" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.X509CertificateValidator.PeerOrChainTrust", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509CertificateValidator.cs#L64C17-L69C43" - } - ], - "DocsId": "T:System.IdentityModel.Selectors.X509CertificateValidator", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509CertificateValidator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Selectors.X509SecurityTokenAuthenticator.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509SecurityTokenAuthenticator.cs#L20C15-L22C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.X509SecurityTokenAuthenticator.#ctor(System.IdentityModel.Selectors.X509CertificateValidator)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509SecurityTokenAuthenticator.cs#L24C9-L28C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.X509SecurityTokenAuthenticator.CanValidateTokenCore(System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509SecurityTokenAuthenticator.cs#L32C13-L32C47" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.X509SecurityTokenAuthenticator.ValidateTokenCore(System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509SecurityTokenAuthenticator.cs#L37C13-L40C95" - } - ], - "DocsId": "T:System.IdentityModel.Selectors.X509SecurityTokenAuthenticator", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509SecurityTokenAuthenticator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Selectors.X509SecurityTokenProvider.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509SecurityTokenProvider.cs#L18C74-L18C101" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.X509SecurityTokenProvider.GetTokenCore(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509SecurityTokenProvider.cs#L40C13-L40C104" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.X509SecurityTokenProvider.Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509SecurityTokenProvider.cs#L50C13-L54C10" - } - ], - "DocsId": "T:System.IdentityModel.Selectors.X509SecurityTokenProvider", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509SecurityTokenProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Policy.AuthorizationContext.CreateDefaultAuthorizationContext(System.Collections.Generic.IList{System.IdentityModel.Policy.IAuthorizationPolicy})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/AuthorizationContext.cs#L21C13-L21C91" - }, - { - "DocsId": "M:System.IdentityModel.Policy.AuthorizationContext.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/AuthorizationContext.cs" - }, - { - "DocsId": "P:System.IdentityModel.Policy.AuthorizationContext.Id", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/AuthorizationContext.cs" - }, - { - "DocsId": "P:System.IdentityModel.Policy.AuthorizationContext.ClaimSets", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/AuthorizationContext.cs" - }, - { - "DocsId": "P:System.IdentityModel.Policy.AuthorizationContext.ExpirationTime", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/AuthorizationContext.cs" - }, - { - "DocsId": "P:System.IdentityModel.Policy.AuthorizationContext.Properties", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/AuthorizationContext.cs" - } - ], - "DocsId": "T:System.IdentityModel.Policy.AuthorizationContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/AuthorizationContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Policy.EvaluationContext.AddClaimSet(System.IdentityModel.Policy.IAuthorizationPolicy,System.IdentityModel.Claims.ClaimSet)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/EvaluationContext.cs" - }, - { - "DocsId": "M:System.IdentityModel.Policy.EvaluationContext.RecordExpirationTime(System.DateTime)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/EvaluationContext.cs" - }, - { - "DocsId": "M:System.IdentityModel.Policy.EvaluationContext.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/EvaluationContext.cs" - }, - { - "DocsId": "P:System.IdentityModel.Policy.EvaluationContext.ClaimSets", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/EvaluationContext.cs" - }, - { - "DocsId": "P:System.IdentityModel.Policy.EvaluationContext.Properties", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/EvaluationContext.cs" - }, - { - "DocsId": "P:System.IdentityModel.Policy.EvaluationContext.Generation", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/EvaluationContext.cs" - } - ], - "DocsId": "T:System.IdentityModel.Policy.EvaluationContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/EvaluationContext.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.IdentityModel.Policy.IAuthorizationComponent.Id", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/IAuthorizationComponent.cs" - } - ], - "DocsId": "T:System.IdentityModel.Policy.IAuthorizationComponent", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/IAuthorizationComponent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Policy.IAuthorizationPolicy.Evaluate(System.IdentityModel.Policy.EvaluationContext,System.Object@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/IAuthorizationPolicy.cs" - }, - { - "DocsId": "P:System.IdentityModel.Policy.IAuthorizationPolicy.Issuer", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/IAuthorizationPolicy.cs" - } - ], - "DocsId": "T:System.IdentityModel.Policy.IAuthorizationPolicy", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/IAuthorizationPolicy.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Claims.Claim.#ctor(System.String,System.Object,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L79C73-L81C10" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.CreateDnsClaim(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L122C13-L127C94" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.CreateHashClaim(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L132C13-L137C124" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.CreateNameClaim(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L143C13-L148C77" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.CreateRsaClaim(System.Security.Cryptography.RSA)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L153C13-L156C94" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.CreateSpnClaim(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L161C13-L166C75" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.CreateThumbprintClaim(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L171C13-L176C142" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.CreateUpnClaim(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L181C13-L186C94" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.CreateUriClaim(System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L191C13-L196C75" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.CreateWindowsSidClaim(System.Security.Principal.SecurityIdentifier)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L201C13-L206C75" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.CreateX500DistinguishedNameClaim(System.Security.Cryptography.X509Certificates.X500DistinguishedName)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L211C13-L216C148" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L221C13-L226C57" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.GetHashCode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L231C13-L236C48" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L241C13-L241C94" - }, - { - "DocsId": "P:System.IdentityModel.Claims.Claim.DefaultComparer", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L87C17-L87C56" - }, - { - "DocsId": "P:System.IdentityModel.Claims.Claim.System", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L95C17-L100C33" - }, - { - "DocsId": "P:System.IdentityModel.Claims.Claim.Resource", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L106C19-L106C36" - }, - { - "DocsId": "P:System.IdentityModel.Claims.Claim.ClaimType", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L111C19-L111C37" - }, - { - "DocsId": "P:System.IdentityModel.Claims.Claim.Right", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L116C19-L116C33" - } - ], - "DocsId": "T:System.IdentityModel.Claims.Claim", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Claims.ClaimSet.ContainsClaim(System.IdentityModel.Claims.Claim,System.Collections.Generic.IEqualityComparer{System.IdentityModel.Claims.Claim})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimSet.cs#L58C13-L80C10" - }, - { - "DocsId": "M:System.IdentityModel.Claims.ClaimSet.ContainsClaim(System.IdentityModel.Claims.Claim)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimSet.cs#L84C13-L101C10" - }, - { - "DocsId": "M:System.IdentityModel.Claims.ClaimSet.FindClaims(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimSet.cs" - }, - { - "DocsId": "M:System.IdentityModel.Claims.ClaimSet.GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimSet.cs" - }, - { - "DocsId": "M:System.IdentityModel.Claims.ClaimSet.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimSet.cs#L109C51-L109C74" - }, - { - "DocsId": "M:System.IdentityModel.Claims.ClaimSet.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimSet.cs" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimSet.System", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimSet.cs#L24C17-L31C33" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimSet.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimSet.cs" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimSet.Count", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimSet.cs" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimSet.Issuer", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimSet.cs" - } - ], - "DocsId": "T:System.IdentityModel.Claims.ClaimSet", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimSet.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Anonymous", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L45C48-L45C65" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.DenyOnlySid", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L46C50-L46C69" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Dns", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L47C42-L47C53" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Email", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L48C44-L48C57" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Hash", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L49C43-L49C55" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L50C43-L50C55" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Rsa", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L51C42-L51C53" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Sid", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L52C42-L52C53" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Spn", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L53C42-L53C53" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.System", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L54C45-L54C59" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Thumbprint", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L55C49-L55C67" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Upn", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L56C42-L56C53" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Uri", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L57C42-L57C53" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.X500DistinguishedName", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L58C60-L58C89" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.NameIdentifier", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L59C53-L59C75" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Authentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L60C53-L60C75" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.AuthorizationDecision", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L61C60-L61C89" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.GivenName", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L64C48-L64C65" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Surname", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L65C46-L65C61" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.StreetAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L66C52-L66C73" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Locality", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L67C47-L67C63" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.StateOrProvince", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L68C54-L68C77" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.PostalCode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L69C49-L69C67" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Country", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L70C46-L70C61" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.HomePhone", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L71C48-L71C65" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.OtherPhone", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L72C49-L72C67" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.MobilePhone", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L73C50-L73C69" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.DateOfBirth", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L74C50-L74C69" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Gender", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L75C45-L75C59" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.PPID", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L76C43-L76C55" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Webpage", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L77C46-L77C61" - } - ], - "DocsId": "T:System.IdentityModel.Claims.ClaimTypes", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Claims.DefaultClaimSet.#ctor(System.IdentityModel.Claims.Claim[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs#L20C9-L23C10" - }, - { - "DocsId": "M:System.IdentityModel.Claims.DefaultClaimSet.#ctor(System.Collections.Generic.IList{System.IdentityModel.Claims.Claim})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs#L25C9-L28C10" - }, - { - "DocsId": "M:System.IdentityModel.Claims.DefaultClaimSet.#ctor(System.IdentityModel.Claims.ClaimSet,System.IdentityModel.Claims.Claim[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs#L30C9-L33C10" - }, - { - "DocsId": "M:System.IdentityModel.Claims.DefaultClaimSet.#ctor(System.IdentityModel.Claims.ClaimSet,System.Collections.Generic.IList{System.IdentityModel.Claims.Claim})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs#L35C9-L38C10" - }, - { - "DocsId": "M:System.IdentityModel.Claims.DefaultClaimSet.ContainsClaim(System.IdentityModel.Claims.Claim)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs#L57C13-L69C26" - }, - { - "DocsId": "M:System.IdentityModel.Claims.DefaultClaimSet.FindClaims(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs" - }, - { - "DocsId": "M:System.IdentityModel.Claims.DefaultClaimSet.GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs#L91C13-L91C44" - }, - { - "DocsId": "M:System.IdentityModel.Claims.DefaultClaimSet.Initialize(System.IdentityModel.Claims.ClaimSet,System.Collections.Generic.IList{System.IdentityModel.Claims.Claim})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs#L96C13-L98C10" - }, - { - "DocsId": "M:System.IdentityModel.Claims.DefaultClaimSet.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs#L102C13-L102C57" - }, - { - "DocsId": "P:System.IdentityModel.Claims.DefaultClaimSet.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs#L42C19-L42C41" - }, - { - "DocsId": "P:System.IdentityModel.Claims.DefaultClaimSet.Count", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs#L47C19-L47C40" - }, - { - "DocsId": "P:System.IdentityModel.Claims.DefaultClaimSet.Issuer", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs#L52C19-L52C34" - } - ], - "DocsId": "T:System.IdentityModel.Claims.DefaultClaimSet", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Claims.X509CertificateClaimSet.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L27C15-L29C10" - }, - { - "DocsId": "M:System.IdentityModel.Claims.X509CertificateClaimSet.System#IdentityModel#Policy#IIdentityInfo#get_Identity", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L77C17-L83C34" - }, - { - "DocsId": "M:System.IdentityModel.Claims.X509CertificateClaimSet.Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L153C13-L173C10" - }, - { - "DocsId": "M:System.IdentityModel.Claims.X509CertificateClaimSet.FindClaims(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs" - }, - { - "DocsId": "M:System.IdentityModel.Claims.X509CertificateClaimSet.GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L358C13-L360C44" - }, - { - "DocsId": "M:System.IdentityModel.Claims.X509CertificateClaimSet.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L365C13-L365C87" - }, - { - "DocsId": "M:System.IdentityModel.Claims.X509CertificateClaimSet.System#Security#Principal#IPrincipal#get_Identity", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L515C42-L515C72" - }, - { - "DocsId": "M:System.IdentityModel.Claims.X509CertificateClaimSet.System#Security#Principal#IPrincipal#IsInRole(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L517C50-L517C85" - }, - { - "DocsId": "P:System.IdentityModel.Claims.X509CertificateClaimSet.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L57C17-L59C39" - }, - { - "DocsId": "P:System.IdentityModel.Claims.X509CertificateClaimSet.Count", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L67C17-L69C38" - }, - { - "DocsId": "P:System.IdentityModel.Claims.X509CertificateClaimSet.System#IdentityModel#Policy#IIdentityInfo#Identity", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L77C17-L83C34" - }, - { - "DocsId": "P:System.IdentityModel.Claims.X509CertificateClaimSet.ExpirationTime", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L91C17-L97C40" - }, - { - "DocsId": "P:System.IdentityModel.Claims.X509CertificateClaimSet.Issuer", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L105C17-L132C32" - }, - { - "DocsId": "P:System.IdentityModel.Claims.X509CertificateClaimSet.X509Certificate", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L140C17-L141C37" - }, - { - "DocsId": "P:System.IdentityModel.Claims.X509CertificateClaimSet.System#Security#Principal#IPrincipal#Identity", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L515C42-L515C72" - } - ], - "DocsId": "T:System.IdentityModel.Claims.X509CertificateClaimSet", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Runtime.AsyncCompletionResult.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/AsyncCompletionResult.cs" - }, - { - "DocsId": "F:System.Runtime.AsyncCompletionResult.Queued", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/AsyncCompletionResult.cs" - }, - { - "DocsId": "F:System.Runtime.AsyncCompletionResult.Completed", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/AsyncCompletionResult.cs" - } - ], - "DocsId": "T:System.Runtime.AsyncCompletionResult", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/AsyncCompletionResult.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.TaskHelpers.AsyncWait``1(System.Threading.Tasks.Task)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.ToApm``1(System.Threading.Tasks.Task{``0},System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L40C13-L79C29" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.ToApm(System.Threading.Tasks.Task,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L94C13-L135C29" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.ToApmEnd``1(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L145C13-L147C50" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.ToApmEnd(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L154C13-L157C10" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.FromAsync``3(System.Func{``0,System.AsyncCallback,System.Object,System.IAsyncResult},System.Runtime.TaskHelpers.EndWithOutDelegate{``2,``1},``0,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L163C13-L188C29" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.CloseHelperAsync(System.ServiceModel.ICommunicationObject,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L193C13-L199C124" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.OpenHelperAsync(System.ServiceModel.ICommunicationObject,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L205C13-L211C122" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.AwaitWithTimeout(System.Threading.Tasks.Task,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.WaitForCompletion(System.Threading.Tasks.Task)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L255C13-L256C10" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.WaitForCompletionNoSpin(System.Threading.Tasks.Task)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L264C13-L274C10" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.WaitForCompletion``1(System.Threading.Tasks.Task{``0})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L281C13-L281C50" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.WaitForCompletionNoSpin``1(System.Threading.Tasks.Task{``0})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L286C13-L294C50" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.WaitForCompletionNoSpin(System.Threading.Tasks.Task,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L299C13-L320C30" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.Wait(System.Threading.Tasks.Task,System.TimeSpan,System.Action{System.Exception,System.TimeSpan,System.String},System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L327C13-L347C10" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.CompletedTask", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L351C13-L351C42" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.EnsureDefaultTaskScheduler", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L356C13-L356C58" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.RunTaskContinuationsOnOurThreads", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L374C13-L379C43" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.CallActionAsync``1(System.Action{``0},``0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - }, - { - "DocsId": "F:System.Runtime.TaskHelpers.OnAsyncCompletionCallback", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - }, - { - "DocsId": "T:System.Runtime.TaskHelpers.EndWithOutDelegate`2", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - } - ], - "DocsId": "T:System.Runtime.TaskHelpers", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.DefaultTaskSchedulerAwaiter.OnCompleted(System.Action)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L452C13-L453C10" - }, - { - "DocsId": "M:System.Runtime.DefaultTaskSchedulerAwaiter.GetResult", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L458C35-L458C36" - }, - { - "DocsId": "M:System.Runtime.DefaultTaskSchedulerAwaiter.GetAwaiter", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L462C13-L462C25" - }, - { - "DocsId": "F:System.Runtime.DefaultTaskSchedulerAwaiter.Singleton", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - }, - { - "DocsId": "P:System.Runtime.DefaultTaskSchedulerAwaiter.IsCompleted", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L442C17-L444C99" - } - ], - "DocsId": "T:System.Runtime.DefaultTaskSchedulerAwaiter", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.OutWrapper`1.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L471C9-L474C10" - }, - { - "DocsId": "M:System.Runtime.OutWrapper`1.op_Implicit(System.Runtime.OutWrapper{`0})~`0", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L480C13-L480C34" - }, - { - "DocsId": "P:System.Runtime.OutWrapper`1.Value", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L476C26-L476C30" - } - ], - "DocsId": "T:System.Runtime.OutWrapper`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Serialization.GeneratedXmlSerializers.GetGeneratedSerializers", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/GeneratedXmlSerializers.cs#L16C13-L16C43" - }, - { - "DocsId": "M:System.Runtime.Serialization.GeneratedXmlSerializers.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/GeneratedXmlSerializers.cs" - }, - { - "DocsId": "P:System.Runtime.Serialization.GeneratedXmlSerializers.IsInitialized", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/GeneratedXmlSerializers.cs#L23C17-L23C58" - } - ], - "DocsId": "T:System.Runtime.Serialization.GeneratedXmlSerializers", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/GeneratedXmlSerializers.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Diagnostics.TraceRecord.BuildEventId(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/Diagnostics/TraceRecord.cs#L23C13-L23C84" - }, - { - "DocsId": "M:System.Runtime.Diagnostics.TraceRecord.XmlEncode(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/Diagnostics/TraceRecord.cs#L28C13-L28C56" - }, - { - "DocsId": "M:System.Runtime.Diagnostics.TraceRecord.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/Diagnostics/TraceRecord.cs" - }, - { - "DocsId": "F:System.Runtime.Diagnostics.TraceRecord.EventIdBase", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/Diagnostics/TraceRecord.cs" - }, - { - "DocsId": "F:System.Runtime.Diagnostics.TraceRecord.NamespaceSuffix", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/Diagnostics/TraceRecord.cs" - } - ], - "DocsId": "T:System.Runtime.Diagnostics.TraceRecord", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/Diagnostics/TraceRecord.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ActionNotSupportedException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ActionNotSupportedException.cs#L14C9-L14C49" - }, - { - "DocsId": "M:System.ServiceModel.ActionNotSupportedException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ActionNotSupportedException.cs#L15C62-L15C79" - }, - { - "DocsId": "M:System.ServiceModel.ActionNotSupportedException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ActionNotSupportedException.cs#L16C88-L16C121" - }, - { - "DocsId": "M:System.ServiceModel.ActionNotSupportedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ActionNotSupportedException.cs#L17C99-L17C122" - } - ], - "DocsId": "T:System.ServiceModel.ActionNotSupportedException", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ActionNotSupportedException.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.AuditLevel.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/AuditLevel.cs" - }, - { - "DocsId": "F:System.ServiceModel.AuditLevel.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/AuditLevel.cs" - }, - { - "DocsId": "F:System.ServiceModel.AuditLevel.Success", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/AuditLevel.cs" - }, - { - "DocsId": "F:System.ServiceModel.AuditLevel.Failure", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/AuditLevel.cs" - }, - { - "DocsId": "F:System.ServiceModel.AuditLevel.SuccessOrFailure", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/AuditLevel.cs" - } - ], - "DocsId": "T:System.ServiceModel.AuditLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/AuditLevel.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.AuditLogLocation.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/AuditLogLocation.cs" - }, - { - "DocsId": "F:System.ServiceModel.AuditLogLocation.Default", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/AuditLogLocation.cs" - }, - { - "DocsId": "F:System.ServiceModel.AuditLogLocation.Application", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/AuditLogLocation.cs" - }, - { - "DocsId": "F:System.ServiceModel.AuditLogLocation.Security", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/AuditLogLocation.cs" - } - ], - "DocsId": "T:System.ServiceModel.AuditLogLocation", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/AuditLogLocation.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.CacheSetting.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/CacheSetting.cs" - }, - { - "DocsId": "F:System.ServiceModel.CacheSetting.Default", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/CacheSetting.cs" - }, - { - "DocsId": "F:System.ServiceModel.CacheSetting.AlwaysOn", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/CacheSetting.cs" - }, - { - "DocsId": "F:System.ServiceModel.CacheSetting.AlwaysOff", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/CacheSetting.cs" - } - ], - "DocsId": "T:System.ServiceModel.CacheSetting", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/CacheSetting.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.CallbackBehaviorAttribute.System#ServiceModel#Description#IEndpointBehavior#Validate(System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/CallbackBehaviorAttribute.cs#L42C9-L42C10" - }, - { - "DocsId": "M:System.ServiceModel.CallbackBehaviorAttribute.System#ServiceModel#Description#IEndpointBehavior#AddBindingParameters(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/CallbackBehaviorAttribute.cs#L46C9-L46C10" - }, - { - "DocsId": "M:System.ServiceModel.CallbackBehaviorAttribute.System#ServiceModel#Description#IEndpointBehavior#ApplyClientBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.ClientRuntime)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/CallbackBehaviorAttribute.cs#L50C13-L65C10" - }, - { - "DocsId": "M:System.ServiceModel.CallbackBehaviorAttribute.System#ServiceModel#Description#IEndpointBehavior#ApplyDispatchBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.EndpointDispatcher)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/CallbackBehaviorAttribute.cs#L69C13-L70C110" - }, - { - "DocsId": "M:System.ServiceModel.CallbackBehaviorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/CallbackBehaviorAttribute.cs#L16C9-L18C66" - }, - { - "DocsId": "P:System.ServiceModel.CallbackBehaviorAttribute.AutomaticSessionShutdown", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/CallbackBehaviorAttribute.cs#L18C48-L18C52" - }, - { - "DocsId": "P:System.ServiceModel.CallbackBehaviorAttribute.ConcurrencyMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/CallbackBehaviorAttribute.cs#L22C19-L22C43" - }, - { - "DocsId": "P:System.ServiceModel.CallbackBehaviorAttribute.UseSynchronizationContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/CallbackBehaviorAttribute.cs#L36C19-L36C53" - } - ], - "DocsId": "T:System.ServiceModel.CallbackBehaviorAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/CallbackBehaviorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ChannelFactory.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L19C9-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.EnsureOpened", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L101C13-L112C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.ApplyConfiguration(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L121C13-L125C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.CreateDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.CreateFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L141C13-L158C92" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.System#IDisposable#Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L163C13-L164C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.System#IAsyncDisposable#DisposeAsync", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.GetProperty``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L214C13-L220C29" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.InitializeEndpoint(System.String,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L241C13-L268C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.InitializeEndpoint(System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L272C13-L276C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.InitializeEndpoint(System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L280C13-L293C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.OnOpened", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L298C13-L309C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.OnAbort", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L313C13-L317C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.OnBeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L321C13-L321C93" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.OnEndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L326C13-L327C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.OnCloseAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.OnBeginOpen(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L339C13-L339C92" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.OnEndOpen(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L344C13-L345C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.OnOpenAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.OnClose(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L357C13-L361C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.OnOpen(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L365C13-L366C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.OnOpening", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L370C13-L384C10" - }, - { - "DocsId": "P:System.ServiceModel.ChannelFactory.Credentials", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L33C17-L50C55" - }, - { - "DocsId": "P:System.ServiceModel.ChannelFactory.DefaultCloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L59C17-L65C57" - }, - { - "DocsId": "P:System.ServiceModel.ChannelFactory.DefaultOpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L74C17-L80C56" - }, - { - "DocsId": "P:System.ServiceModel.ChannelFactory.Endpoint", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L85C43-L85C47" - } - ], - "DocsId": "T:System.ServiceModel.ChannelFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L394C15-L407C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L411C15-L421C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L425C15-L427C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.#ctor(System.String,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L431C15-L446C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.#ctor(System.ServiceModel.Channels.Binding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L450C15-L452C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.#ctor(System.ServiceModel.Channels.Binding,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L455C15-L457C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.#ctor(System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L461C15-L476C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.#ctor(System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L480C15-L495C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.CreateChannel(System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L522C13-L527C56" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.CreateChannel(System.ServiceModel.EndpointAddress,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L532C13-L552C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.CreateChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L556C13-L556C73" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.CreateDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L573C13-L579C29" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.CreateChannel(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L621C13-L630C28" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.CreateChannel(System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L635C13-L644C28" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.CreateChannel(System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L649C13-L658C28" - } - ], - "DocsId": "T:System.ServiceModel.ChannelFactory`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ChannelTerminatedException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelTerminatedException.cs#L12C9-L12C48" - }, - { - "DocsId": "M:System.ServiceModel.ChannelTerminatedException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelTerminatedException.cs#L13C61-L13C78" - }, - { - "DocsId": "M:System.ServiceModel.ChannelTerminatedException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelTerminatedException.cs#L14C87-L14C120" - }, - { - "DocsId": "M:System.ServiceModel.ChannelTerminatedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelTerminatedException.cs#L15C98-L15C121" - } - ], - "DocsId": "T:System.ServiceModel.ChannelTerminatedException", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelTerminatedException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ClientBase`1.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L27C9-L55C89" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L27C9-L60C89" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L27C9-L65C89" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.#ctor(System.String,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L27C9-L70C89" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.#ctor(System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L27C9-L98C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.#ctor(System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L27C9-L120C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.#ctor(System.ServiceModel.InstanceContext,System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L27C9-L153C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.GetDefaultValueForInitialization``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L157C13-L157C31" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.Open", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L300C13-L301C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.OpenAsync", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L305C13-L305C71" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.Abort", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L322C13-L349C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.Close", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L353C13-L354C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.CloseAsync", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L358C13-L359C40" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.CreateChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L450C13-L460C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#IDisposable#Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L464C13-L465C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#IAsyncDisposable#DisposeAsync", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#Open(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L494C13-L501C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#Close(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L505C20-L547C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#add_Closed(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L553C17-L554C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#remove_Closed(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L557C17-L558C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#add_Closing(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L565C17-L566C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#remove_Closing(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L569C17-L570C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#add_Faulted(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L577C17-L578C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#remove_Faulted(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L581C17-L582C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#add_Opened(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L589C17-L590C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#remove_Opened(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L593C17-L594C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#add_Opening(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L601C17-L602C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#remove_Opening(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L605C17-L606C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#BeginClose(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L611C13-L611C119" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#BeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L616C13-L616C63" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#EndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L621C13-L622C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#BeginOpen(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L626C13-L626C117" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#BeginOpen(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L631C13-L631C62" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#EndOpen(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L636C13-L637C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.InvokeAsync(System.ServiceModel.ClientBase`1.BeginOperationDelegate{`0},System.Object[],System.ServiceModel.ClientBase`1.EndOperationDelegate{`0},System.Threading.SendOrPostCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L809C13-L845C10" - }, - { - "DocsId": "E:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#Closed", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L553C17-L554C14" - }, - { - "DocsId": "E:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#Closing", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L565C17-L566C14" - }, - { - "DocsId": "E:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#Faulted", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L577C17-L578C14" - }, - { - "DocsId": "E:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#Opened", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L589C17-L590C14" - }, - { - "DocsId": "E:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#Opening", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L601C17-L602C14" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.Channel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L167C17-L211C33" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.CacheSetting", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L219C17-L219C39" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L241C17-L246C44" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ClientCredentials", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L254C17-L254C51" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.State", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L262C17-L276C59" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.InnerChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L286C17-L286C48" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.Endpoint", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L294C17-L294C48" - }, - { - "DocsId": "T:System.ServiceModel.ClientBase`1.BeginOperationDelegate", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "DocsId": "T:System.ServiceModel.ClientBase`1.EndOperationDelegate", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "DocsId": "T:System.ServiceModel.ClientBase`1.InvokeAsyncCompletedEventArgs", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "DocsId": "T:System.ServiceModel.ClientBase`1.AsyncOperationContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "DocsId": "T:System.ServiceModel.ClientBase`1.ChannelBase`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - } - ], - "DocsId": "T:System.ServiceModel.ClientBase`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.CommunicationException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationException.cs#L12C9-L12C44" - }, - { - "DocsId": "M:System.ServiceModel.CommunicationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationException.cs#L13C57-L13C74" - }, - { - "DocsId": "M:System.ServiceModel.CommunicationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationException.cs#L14C83-L14C116" - }, - { - "DocsId": "M:System.ServiceModel.CommunicationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationException.cs#L15C94-L15C117" - } - ], - "DocsId": "T:System.ServiceModel.CommunicationException", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.CommunicationObjectAbortedException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationObjectAbortedException.cs#L12C9-L12C57" - }, - { - "DocsId": "M:System.ServiceModel.CommunicationObjectAbortedException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationObjectAbortedException.cs#L13C70-L13C87" - }, - { - "DocsId": "M:System.ServiceModel.CommunicationObjectAbortedException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationObjectAbortedException.cs#L14C96-L14C129" - }, - { - "DocsId": "M:System.ServiceModel.CommunicationObjectAbortedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationObjectAbortedException.cs#L15C107-L15C130" - } - ], - "DocsId": "T:System.ServiceModel.CommunicationObjectAbortedException", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationObjectAbortedException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.CommunicationObjectFaultedException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationObjectFaultedException.cs#L12C9-L12C57" - }, - { - "DocsId": "M:System.ServiceModel.CommunicationObjectFaultedException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationObjectFaultedException.cs#L13C70-L13C87" - }, - { - "DocsId": "M:System.ServiceModel.CommunicationObjectFaultedException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationObjectFaultedException.cs#L14C96-L14C129" - }, - { - "DocsId": "M:System.ServiceModel.CommunicationObjectFaultedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationObjectFaultedException.cs#L15C107-L15C130" - } - ], - "DocsId": "T:System.ServiceModel.CommunicationObjectFaultedException", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationObjectFaultedException.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.CommunicationState.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationState.cs" - }, - { - "DocsId": "F:System.ServiceModel.CommunicationState.Created", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationState.cs" - }, - { - "DocsId": "F:System.ServiceModel.CommunicationState.Opening", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationState.cs" - }, - { - "DocsId": "F:System.ServiceModel.CommunicationState.Opened", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationState.cs" - }, - { - "DocsId": "F:System.ServiceModel.CommunicationState.Closing", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationState.cs" - }, - { - "DocsId": "F:System.ServiceModel.CommunicationState.Closed", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationState.cs" - }, - { - "DocsId": "F:System.ServiceModel.CommunicationState.Faulted", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationState.cs" - } - ], - "DocsId": "T:System.ServiceModel.CommunicationState", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationState.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.ConcurrencyMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ConcurrencyMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.ConcurrencyMode.Single", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ConcurrencyMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.ConcurrencyMode.Reentrant", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ConcurrencyMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.ConcurrencyMode.Multiple", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ConcurrencyMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.ConcurrencyMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ConcurrencyMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ConcurrencyModeHelper.IsDefined(System.ServiceModel.ConcurrencyMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ConcurrencyMode.cs#L19C13-L23C23" - } - ], - "DocsId": "T:System.ServiceModel.ConcurrencyModeHelper", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ConcurrencyMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.DataContractFormatAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DataContractFormatAttribute.cs" - }, - { - "DocsId": "P:System.ServiceModel.DataContractFormatAttribute.Style", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DataContractFormatAttribute.cs#L15C19-L15C33" - } - ], - "DocsId": "T:System.ServiceModel.DataContractFormatAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DataContractFormatAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.DeliveryRequirementsAttribute.System#ServiceModel#Description#IContractBehavior#Validate(System.ServiceModel.Description.ContractDescription,System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DeliveryRequirementsAttribute.cs#L53C13-L59C10" - }, - { - "DocsId": "M:System.ServiceModel.DeliveryRequirementsAttribute.System#ServiceModel#Description#IContractBehavior#AddBindingParameters(System.ServiceModel.Description.ContractDescription,System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DeliveryRequirementsAttribute.cs#L63C9-L63C10" - }, - { - "DocsId": "M:System.ServiceModel.DeliveryRequirementsAttribute.System#ServiceModel#Description#IContractBehavior#ApplyClientBehavior(System.ServiceModel.Description.ContractDescription,System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.ClientRuntime)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DeliveryRequirementsAttribute.cs#L67C9-L67C10" - }, - { - "DocsId": "M:System.ServiceModel.DeliveryRequirementsAttribute.System#ServiceModel#Description#IContractBehavior#ApplyDispatchBehavior(System.ServiceModel.Description.ContractDescription,System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.DispatchRuntime)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DeliveryRequirementsAttribute.cs#L71C9-L71C10" - }, - { - "DocsId": "M:System.ServiceModel.DeliveryRequirementsAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DeliveryRequirementsAttribute.cs" - }, - { - "DocsId": "P:System.ServiceModel.DeliveryRequirementsAttribute.QueuedDeliveryRequirements", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DeliveryRequirementsAttribute.cs#L30C19-L30C53" - }, - { - "DocsId": "P:System.ServiceModel.DeliveryRequirementsAttribute.RequireOrderedDelivery", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DeliveryRequirementsAttribute.cs#L49C46-L49C50" - } - ], - "DocsId": "T:System.ServiceModel.DeliveryRequirementsAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DeliveryRequirementsAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.DnsEndpointIdentity.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DnsEndpointIdentity.cs#L13C9-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.DnsEndpointIdentity.#ctor(System.IdentityModel.Claims.Claim)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DnsEndpointIdentity.cs#L23C9-L36C10" - } - ], - "DocsId": "T:System.ServiceModel.DnsEndpointIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DnsEndpointIdentity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L16C15-L17C12" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.Type,System.ServiceModel.Channels.Binding,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L19C15-L20C12" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.Type,System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L22C15-L23C12" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.Type,System.ServiceModel.Channels.Binding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L25C15-L26C12" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.Type,System.String,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L28C15-L29C12" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L31C15-L32C12" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.Type,System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L34C15-L35C12" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.ServiceModel.InstanceContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L39C15-L40C12" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.ServiceModel.InstanceContext,System.ServiceModel.Channels.Binding,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L42C15-L43C12" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.ServiceModel.InstanceContext,System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L45C15-L46C12" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.ServiceModel.InstanceContext,System.ServiceModel.Channels.Binding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L48C15-L49C12" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.ServiceModel.InstanceContext,System.String,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L51C15-L52C12" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.ServiceModel.InstanceContext,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L54C15-L55C12" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.ServiceModel.InstanceContext,System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L57C15-L58C12" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L62C15-L78C10" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.Object,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L82C15-L84C10" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.Object,System.String,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L88C15-L109C10" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.Object,System.ServiceModel.Channels.Binding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L113C15-L115C10" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.Object,System.ServiceModel.Channels.Binding,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L119C15-L121C10" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.Object,System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L124C15-L145C10" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.Object,System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L149C15-L170C10" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.CreateChannel(System.ServiceModel.InstanceContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L190C13-L190C91" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.CreateChannel(System.ServiceModel.InstanceContext,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L195C13-L200C74" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.CreateChannel(System.ServiceModel.EndpointAddress,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L205C13-L205C66" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.CreateChannel(System.ServiceModel.InstanceContext,System.ServiceModel.EndpointAddress,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L210C13-L251C27" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.CreateChannel(System.Object,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L267C13-L267C106" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.CreateChannel(System.Object,System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L272C13-L272C105" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.CreateChannel(System.Object,System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L277C13-L277C110" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.CreateChannel(System.ServiceModel.InstanceContext,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L282C13-L285C28" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.CreateChannel(System.ServiceModel.InstanceContext,System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L290C13-L293C28" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.CreateChannel(System.ServiceModel.InstanceContext,System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L298C13-L301C28" - } - ], - "DocsId": "T:System.ServiceModel.DuplexChannelFactory`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.DuplexClientBase`1.#ctor(System.ServiceModel.InstanceContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexClientBase.cs#L13C9-L15C89" - }, - { - "DocsId": "M:System.ServiceModel.DuplexClientBase`1.#ctor(System.ServiceModel.InstanceContext,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexClientBase.cs#L17C9-L19C89" - }, - { - "DocsId": "M:System.ServiceModel.DuplexClientBase`1.#ctor(System.ServiceModel.InstanceContext,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexClientBase.cs#L21C9-L23C89" - }, - { - "DocsId": "M:System.ServiceModel.DuplexClientBase`1.#ctor(System.ServiceModel.InstanceContext,System.String,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexClientBase.cs#L25C9-L27C89" - }, - { - "DocsId": "M:System.ServiceModel.DuplexClientBase`1.#ctor(System.ServiceModel.InstanceContext,System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexClientBase.cs#L30C15-L32C10" - }, - { - "DocsId": "P:System.ServiceModel.DuplexClientBase`1.InnerDuplexChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexClientBase.cs#L38C17-L38C60" - } - ], - "DocsId": "T:System.ServiceModel.DuplexClientBase`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexClientBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.EndpointAddress.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L87C9-L97C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.#ctor(System.Uri,System.ServiceModel.Channels.AddressHeader[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L100C15-L102C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.#ctor(System.Uri,System.ServiceModel.EndpointIdentity,System.ServiceModel.Channels.AddressHeader[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L104C9-L112C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.ApplyTo(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L270C13-L305C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L431C13-L447C44" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.GetHashCode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L452C13-L452C76" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.GetReaderAtMetadata", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L464C13-L464C65" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.GetReaderAtExtensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L470C13-L470C66" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.ReadFrom(System.Xml.XmlDictionaryReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L510C13-L510C55" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.ReadFrom(System.ServiceModel.Channels.AddressingVersion,System.Xml.XmlDictionaryReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L549C13-L562C23" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.ReadFrom(System.ServiceModel.Channels.AddressingVersion,System.Xml.XmlDictionaryReader,System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L567C13-L575C23" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L948C13-L948C35" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.WriteContentsTo(System.ServiceModel.Channels.AddressingVersion,System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L953C13-L978C87" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.WriteContentsTo(System.ServiceModel.Channels.AddressingVersion,System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1118C13-L1120C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.WriteTo(System.ServiceModel.Channels.AddressingVersion,System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1124C13-L1126C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.WriteTo(System.ServiceModel.Channels.AddressingVersion,System.Xml.XmlDictionaryWriter,System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1130C13-L1149C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.WriteTo(System.ServiceModel.Channels.AddressingVersion,System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1153C13-L1161C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.WriteTo(System.ServiceModel.Channels.AddressingVersion,System.Xml.XmlWriter,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1165C13-L1184C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.op_Equality(System.ServiceModel.EndpointAddress,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1188C13-L1193C46" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.op_Inequality(System.ServiceModel.EndpointAddress,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1198C13-L1203C47" - }, - { - "DocsId": "P:System.ServiceModel.EndpointAddress.AnonymousUri", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L217C17-L222C39" - }, - { - "DocsId": "P:System.ServiceModel.EndpointAddress.NoneUri", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L230C17-L235C34" - }, - { - "DocsId": "P:System.ServiceModel.EndpointAddress.Headers", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L245C17-L250C33" - }, - { - "DocsId": "P:System.ServiceModel.EndpointAddress.Identity", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L254C44-L254C48" - }, - { - "DocsId": "P:System.ServiceModel.EndpointAddress.IsAnonymous", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L256C35-L256C39" - }, - { - "DocsId": "P:System.ServiceModel.EndpointAddress.IsNone", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L262C17-L262C32" - }, - { - "DocsId": "P:System.ServiceModel.EndpointAddress.Uri", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L266C26-L266C30" - } - ], - "DocsId": "T:System.ServiceModel.EndpointAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.EndpointAddressBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1215C9-L1218C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddressBuilder.#ctor(System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1220C9-L1230C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddressBuilder.GetReaderAtMetadata", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1240C13-L1254C27" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddressBuilder.SetMetadataReader(System.Xml.XmlDictionaryReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1259C13-L1270C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddressBuilder.GetReaderAtExtensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1274C13-L1288C27" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddressBuilder.SetExtensionReader(System.Xml.XmlDictionaryReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1293C13-L1305C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddressBuilder.ToEndpointAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1309C13-L1315C62" - }, - { - "DocsId": "P:System.ServiceModel.EndpointAddressBuilder.Uri", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1232C26-L1232C30" - }, - { - "DocsId": "P:System.ServiceModel.EndpointAddressBuilder.Identity", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1234C44-L1234C48" - }, - { - "DocsId": "P:System.ServiceModel.EndpointAddressBuilder.Headers", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1236C52-L1236C56" - } - ], - "DocsId": "T:System.ServiceModel.EndpointAddressBuilder", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.EndpointIdentity.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointIdentity.cs#L16C9-L18C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointIdentity.Initialize(System.IdentityModel.Claims.Claim)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointIdentity.cs#L22C13-L28C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointIdentity.Initialize(System.IdentityModel.Claims.Claim,System.Collections.Generic.IEqualityComparer{System.IdentityModel.Claims.Claim})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointIdentity.cs#L32C13-L34C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointIdentity.CreateIdentity(System.IdentityModel.Claims.Claim)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointIdentity.cs#L50C13-L73C62" - }, - { - "DocsId": "M:System.ServiceModel.EndpointIdentity.CreateDnsIdentity(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointIdentity.cs#L79C13-L79C53" - }, - { - "DocsId": "M:System.ServiceModel.EndpointIdentity.CreateSpnIdentity(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointIdentity.cs#L84C13-L84C53" - }, - { - "DocsId": "M:System.ServiceModel.EndpointIdentity.CreateUpnIdentity(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointIdentity.cs#L89C13-L89C53" - }, - { - "DocsId": "M:System.ServiceModel.EndpointIdentity.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointIdentity.cs#L98C13-L115C57" - }, - { - "DocsId": "M:System.ServiceModel.EndpointIdentity.GetHashCode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointIdentity.cs#L120C13-L120C66" - }, - { - "DocsId": "P:System.ServiceModel.EndpointIdentity.IdentityClaim", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointIdentity.cs#L40C17-L44C39" - } - ], - "DocsId": "T:System.ServiceModel.EndpointIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointIdentity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.EndpointNotFoundException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointNotFoundException.cs#L12C9-L12C47" - }, - { - "DocsId": "M:System.ServiceModel.EndpointNotFoundException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointNotFoundException.cs#L13C60-L13C77" - }, - { - "DocsId": "M:System.ServiceModel.EndpointNotFoundException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointNotFoundException.cs#L14C86-L14C119" - }, - { - "DocsId": "M:System.ServiceModel.EndpointNotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointNotFoundException.cs#L15C97-L15C120" - } - ], - "DocsId": "T:System.ServiceModel.EndpointNotFoundException", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointNotFoundException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.EnvelopeVersion.GetUltimateDestinationActorValues", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EnvelopeVersion.cs#L112C13-L112C69" - }, - { - "DocsId": "M:System.ServiceModel.EnvelopeVersion.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EnvelopeVersion.cs#L124C13-L124C62" - }, - { - "DocsId": "P:System.ServiceModel.EnvelopeVersion.NextDestinationActorValue", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EnvelopeVersion.cs#L70C51-L70C55" - }, - { - "DocsId": "P:System.ServiceModel.EnvelopeVersion.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EnvelopeVersion.cs#L72C46-L72C50" - }, - { - "DocsId": "P:System.ServiceModel.EnvelopeVersion.Soap11", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EnvelopeVersion.cs#L83C48-L83C52" - }, - { - "DocsId": "P:System.ServiceModel.EnvelopeVersion.Soap12", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EnvelopeVersion.cs#L96C19-L96C35" - } - ], - "DocsId": "T:System.ServiceModel.EnvelopeVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/EnvelopeVersion.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ExceptionDetail.#ctor(System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExceptionDetail.cs#L17C9-L33C10" - }, - { - "DocsId": "M:System.ServiceModel.ExceptionDetail.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExceptionDetail.cs#L56C13-L56C129" - }, - { - "DocsId": "P:System.ServiceModel.ExceptionDetail.HelpLink", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExceptionDetail.cs#L36C34-L36C38" - }, - { - "DocsId": "P:System.ServiceModel.ExceptionDetail.InnerException", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExceptionDetail.cs#L39C49-L39C53" - }, - { - "DocsId": "P:System.ServiceModel.ExceptionDetail.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExceptionDetail.cs#L42C33-L42C37" - }, - { - "DocsId": "P:System.ServiceModel.ExceptionDetail.StackTrace", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExceptionDetail.cs#L45C36-L45C40" - }, - { - "DocsId": "P:System.ServiceModel.ExceptionDetail.Type", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExceptionDetail.cs#L50C19-L50C32" - } - ], - "DocsId": "T:System.ServiceModel.ExceptionDetail", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExceptionDetail.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ExtensionCollection`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExtensionCollection.cs#L16C9-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.ExtensionCollection`1.#ctor(`0,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExtensionCollection.cs#L27C15-L35C10" - }, - { - "DocsId": "M:System.ServiceModel.ExtensionCollection`1.System#Collections#Generic#ICollection>#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExtensionCollection.cs#L39C19-L39C32" - }, - { - "DocsId": "M:System.ServiceModel.ExtensionCollection`1.ClearItems", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExtensionCollection.cs#L46C13-L57C10" - }, - { - "DocsId": "M:System.ServiceModel.ExtensionCollection`1.Find``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExtensionCollection.cs#L61C13-L76C10" - }, - { - "DocsId": "M:System.ServiceModel.ExtensionCollection`1.FindAll``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExtensionCollection.cs#L80C13-L95C27" - }, - { - "DocsId": "M:System.ServiceModel.ExtensionCollection`1.InsertItem(System.Int32,System.ServiceModel.IExtension{`0})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExtensionCollection.cs#L100C13-L110C10" - }, - { - "DocsId": "M:System.ServiceModel.ExtensionCollection`1.RemoveItem(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExtensionCollection.cs#L114C13-L119C10" - }, - { - "DocsId": "M:System.ServiceModel.ExtensionCollection`1.SetItem(System.Int32,System.ServiceModel.IExtension{`0})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExtensionCollection.cs#L123C13-L123C137" - }, - { - "DocsId": "P:System.ServiceModel.ExtensionCollection`1.System#Collections#Generic#ICollection>#IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExtensionCollection.cs#L39C19-L39C32" - } - ], - "DocsId": "T:System.ServiceModel.ExtensionCollection`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExtensionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.FaultCode.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L16C15-L18C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultCode.#ctor(System.String,System.ServiceModel.FaultCode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L21C15-L23C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultCode.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L26C15-L28C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultCode.#ctor(System.String,System.String,System.ServiceModel.FaultCode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L30C9-L67C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultCode.CreateSenderFaultCode(System.ServiceModel.FaultCode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L117C13-L117C53" - }, - { - "DocsId": "M:System.ServiceModel.FaultCode.CreateSenderFaultCode(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L122C13-L122C67" - }, - { - "DocsId": "M:System.ServiceModel.FaultCode.CreateReceiverFaultCode(System.ServiceModel.FaultCode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L127C13-L132C55" - }, - { - "DocsId": "M:System.ServiceModel.FaultCode.CreateReceiverFaultCode(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L137C13-L137C69" - }, - { - "DocsId": "P:System.ServiceModel.FaultCode.IsPredefinedFault", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L73C17-L73C60" - }, - { - "DocsId": "P:System.ServiceModel.FaultCode.IsSenderFault", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L81C17-L86C30" - }, - { - "DocsId": "P:System.ServiceModel.FaultCode.IsReceiverFault", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L94C17-L99C30" - }, - { - "DocsId": "P:System.ServiceModel.FaultCode.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L107C17-L107C28" - }, - { - "DocsId": "P:System.ServiceModel.FaultCode.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L111C30-L111C34" - }, - { - "DocsId": "P:System.ServiceModel.FaultCode.SubCode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L113C36-L113C40" - } - ], - "DocsId": "T:System.ServiceModel.FaultCode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.FaultContractAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultContractAttribute.cs#L20C9-L23C10" - }, - { - "DocsId": "P:System.ServiceModel.FaultContractAttribute.DetailType", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultContractAttribute.cs#L25C34-L25C38" - }, - { - "DocsId": "P:System.ServiceModel.FaultContractAttribute.Action", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultContractAttribute.cs#L29C19-L29C34" - }, - { - "DocsId": "P:System.ServiceModel.FaultContractAttribute.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultContractAttribute.cs#L38C19-L38C32" - }, - { - "DocsId": "P:System.ServiceModel.FaultContractAttribute.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultContractAttribute.cs#L58C19-L58C30" - }, - { - "DocsId": "P:System.ServiceModel.FaultContractAttribute.ProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultContractAttribute.cs#L75C17-L75C41" - }, - { - "DocsId": "P:System.ServiceModel.FaultContractAttribute.HasProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultContractAttribute.cs#L89C42-L89C46" - } - ], - "DocsId": "T:System.ServiceModel.FaultContractAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultContractAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.FaultException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L24C15-L28C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L31C15-L35C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.#ctor(System.ServiceModel.FaultReason)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L38C15-L42C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.#ctor(System.String,System.ServiceModel.FaultCode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L45C15-L49C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.#ctor(System.ServiceModel.FaultReason,System.ServiceModel.FaultCode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L52C15-L56C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.#ctor(System.String,System.ServiceModel.FaultCode,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L59C15-L64C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.#ctor(System.ServiceModel.FaultReason,System.ServiceModel.FaultCode,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L75C15-L80C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.#ctor(System.ServiceModel.Channels.MessageFault)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L91C15-L101C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.#ctor(System.ServiceModel.Channels.MessageFault,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L104C15-L115C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L118C15-L124C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.CreateFault(System.ServiceModel.Channels.MessageFault,System.Type[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L161C13-L161C70" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.CreateFault(System.ServiceModel.Channels.MessageFault,System.String,System.Type[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L166C13-L176C69" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.CreateMessageFault", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L181C13-L187C63" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L198C13-L203C10" - }, - { - "DocsId": "P:System.ServiceModel.FaultException.Action", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L126C32-L126C36" - }, - { - "DocsId": "P:System.ServiceModel.FaultException.Code", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L128C33-L128C37" - }, - { - "DocsId": "P:System.ServiceModel.FaultException.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L142C19-L142C52" - }, - { - "DocsId": "P:System.ServiceModel.FaultException.Reason", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L145C37-L145C41" - } - ], - "DocsId": "T:System.ServiceModel.FaultException", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.FaultException`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L357C15-L360C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException`1.#ctor(`0,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L363C15-L366C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException`1.#ctor(`0,System.ServiceModel.FaultReason)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L369C15-L372C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException`1.#ctor(`0,System.String,System.ServiceModel.FaultCode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L375C15-L378C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException`1.#ctor(`0,System.ServiceModel.FaultReason,System.ServiceModel.FaultCode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L381C15-L384C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException`1.#ctor(`0,System.String,System.ServiceModel.FaultCode,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L387C15-L390C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException`1.#ctor(`0,System.ServiceModel.FaultReason,System.ServiceModel.FaultCode,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L393C15-L396C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException`1.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L399C15-L402C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException`1.CreateMessageFault", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L408C13-L408C67" - }, - { - "DocsId": "M:System.ServiceModel.FaultException`1.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L413C13-L415C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException`1.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L419C13-L419C134" - }, - { - "DocsId": "P:System.ServiceModel.FaultException`1.Detail", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L404C33-L404C37" - } - ], - "DocsId": "T:System.ServiceModel.FaultException`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.FaultReason.#ctor(System.ServiceModel.FaultReasonText)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReason.cs#L14C9-L22C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultReason.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReason.cs#L24C9-L28C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultReason.#ctor(System.Collections.Generic.IEnumerable{System.ServiceModel.FaultReasonText})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReason.cs#L42C9-L67C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultReason.GetMatchingTranslation", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReason.cs#L81C13-L81C71" - }, - { - "DocsId": "M:System.ServiceModel.FaultReason.GetMatchingTranslation(System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReason.cs#L86C13-L138C36" - }, - { - "DocsId": "M:System.ServiceModel.FaultReason.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReason.cs#L145C13-L150C50" - }, - { - "DocsId": "P:System.ServiceModel.FaultReason.Translations", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReason.cs#L141C79-L141C83" - } - ], - "DocsId": "T:System.ServiceModel.FaultReason", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReason.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.FaultReasonText.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReasonText.cs#L14C9-L18C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultReasonText.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReasonText.cs#L20C9-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultReasonText.#ctor(System.String,System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReasonText.cs#L26C9-L35C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultReasonText.Matches(System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReasonText.cs#L39C13-L44C48" - }, - { - "DocsId": "P:System.ServiceModel.FaultReasonText.XmlLang", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReasonText.cs#L47C33-L47C37" - }, - { - "DocsId": "P:System.ServiceModel.FaultReasonText.Text", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReasonText.cs#L51C19-L51C32" - } - ], - "DocsId": "T:System.ServiceModel.FaultReasonText", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReasonText.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.HostNameComparisonMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/HostnameComparisonMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.HostNameComparisonMode.StrongWildcard", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/HostnameComparisonMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.HostNameComparisonMode.Exact", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/HostnameComparisonMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.HostNameComparisonMode.WeakWildcard", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/HostnameComparisonMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.HostNameComparisonMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/HostnameComparisonMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.HostNameComparisonModeHelper.IsDefined(System.ServiceModel.HostNameComparisonMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/HostnameComparisonMode.cs#L21C13-L24C65" - }, - { - "DocsId": "M:System.ServiceModel.HostNameComparisonModeHelper.Validate(System.ServiceModel.HostNameComparisonMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/HostnameComparisonMode.cs#L29C13-L34C10" - } - ], - "DocsId": "T:System.ServiceModel.HostNameComparisonModeHelper", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/HostnameComparisonMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.IClientChannel.DisplayInitializationUI", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/IClientChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.IClientChannel.BeginDisplayInitializationUI(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/IClientChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.IClientChannel.EndDisplayInitializationUI(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/IClientChannel.cs" - }, - { - "DocsId": "E:System.ServiceModel.IClientChannel.UnknownMessageReceived", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/IClientChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.IClientChannel.AllowInitializationUI", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/IClientChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.IClientChannel.DidInteractiveInitialization", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/IClientChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.IClientChannel.Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/IClientChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.IClientChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/IClientChannel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ICommunicationObject.Abort", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.ICommunicationObject.Close", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.ICommunicationObject.Close(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.ICommunicationObject.BeginClose(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.ICommunicationObject.BeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.ICommunicationObject.EndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.ICommunicationObject.Open", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.ICommunicationObject.Open(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.ICommunicationObject.BeginOpen(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.ICommunicationObject.BeginOpen(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.ICommunicationObject.EndOpen(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "E:System.ServiceModel.ICommunicationObject.Closed", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "E:System.ServiceModel.ICommunicationObject.Closing", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "E:System.ServiceModel.ICommunicationObject.Faulted", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "E:System.ServiceModel.ICommunicationObject.Opened", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "E:System.ServiceModel.ICommunicationObject.Opening", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "P:System.ServiceModel.ICommunicationObject.State", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - } - ], - "DocsId": "T:System.ServiceModel.ICommunicationObject", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.IAsyncCommunicationObject.CloseAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.IAsyncCommunicationObject.OpenAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - } - ], - "DocsId": "T:System.ServiceModel.IAsyncCommunicationObject", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.IContextChannel.AllowOutputBatching", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/IContextChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.IContextChannel.InputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/IContextChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.IContextChannel.LocalAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/IContextChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.IContextChannel.OperationTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/IContextChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.IContextChannel.OutputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/IContextChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.IContextChannel.RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/IContextChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.IContextChannel.SessionId", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/IContextChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.IContextChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/IContextChannel.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.IDefaultCommunicationTimeouts.CloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/IDefaultCommunicationTimeouts.cs" - }, - { - "DocsId": "P:System.ServiceModel.IDefaultCommunicationTimeouts.OpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/IDefaultCommunicationTimeouts.cs" - }, - { - "DocsId": "P:System.ServiceModel.IDefaultCommunicationTimeouts.ReceiveTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/IDefaultCommunicationTimeouts.cs" - }, - { - "DocsId": "P:System.ServiceModel.IDefaultCommunicationTimeouts.SendTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/IDefaultCommunicationTimeouts.cs" - } - ], - "DocsId": "T:System.ServiceModel.IDefaultCommunicationTimeouts", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/IDefaultCommunicationTimeouts.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.IDuplexContextChannel.BeginCloseOutputSession(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/IDuplexContextChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.IDuplexContextChannel.EndCloseOutputSession(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/IDuplexContextChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.IDuplexContextChannel.CloseOutputSession(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/IDuplexContextChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.IDuplexContextChannel.AutomaticInputSessionShutdown", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/IDuplexContextChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.IDuplexContextChannel.CallbackInstance", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/IDuplexContextChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.IDuplexContextChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/IDuplexContextChannel.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.IExtensibleObject`1.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/IExtensibleObject.cs" - } - ], - "DocsId": "T:System.ServiceModel.IExtensibleObject`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/IExtensibleObject.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.IExtension`1.Attach(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/IExtension.cs" - }, - { - "DocsId": "M:System.ServiceModel.IExtension`1.Detach(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/IExtension.cs" - } - ], - "DocsId": "T:System.ServiceModel.IExtension`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/IExtension.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.IExtensionCollection`1.Find``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/IExtensionCollection.cs" - }, - { - "DocsId": "M:System.ServiceModel.IExtensionCollection`1.FindAll``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/IExtensionCollection.cs" - } - ], - "DocsId": "T:System.ServiceModel.IExtensionCollection`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/IExtensionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.ImpersonationOption.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ImpersonationOption.cs" - }, - { - "DocsId": "F:System.ServiceModel.ImpersonationOption.NotAllowed", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ImpersonationOption.cs" - }, - { - "DocsId": "F:System.ServiceModel.ImpersonationOption.Allowed", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ImpersonationOption.cs" - }, - { - "DocsId": "F:System.ServiceModel.ImpersonationOption.Required", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ImpersonationOption.cs" - } - ], - "DocsId": "T:System.ServiceModel.ImpersonationOption", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ImpersonationOption.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.InstanceContext.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L29C15-L31C10" - }, - { - "DocsId": "M:System.ServiceModel.InstanceContext.OnAbort", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L153C13-L154C10" - }, - { - "DocsId": "M:System.ServiceModel.InstanceContext.GetServiceInstance(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L170C13-L210C10" - }, - { - "DocsId": "M:System.ServiceModel.InstanceContext.OnBeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L214C13-L214C65" - }, - { - "DocsId": "M:System.ServiceModel.InstanceContext.OnEndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L219C13-L220C10" - }, - { - "DocsId": "M:System.ServiceModel.InstanceContext.OnBeginOpen(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L224C13-L224C62" - }, - { - "DocsId": "M:System.ServiceModel.InstanceContext.OnEndOpen(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L229C13-L230C10" - }, - { - "DocsId": "M:System.ServiceModel.InstanceContext.OnClose(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L234C13-L235C10" - }, - { - "DocsId": "M:System.ServiceModel.InstanceContext.OnOpen(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L239C13-L240C10" - }, - { - "DocsId": "M:System.ServiceModel.InstanceContext.OnOpened", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L244C13-L245C10" - }, - { - "DocsId": "M:System.ServiceModel.InstanceContext.OnOpening", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L249C13-L250C10" - }, - { - "DocsId": "M:System.ServiceModel.InstanceContext.OnCloseAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L254C13-L254C50" - }, - { - "DocsId": "M:System.ServiceModel.InstanceContext.OnOpenAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L259C13-L260C48" - }, - { - "DocsId": "P:System.ServiceModel.InstanceContext.DefaultCloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L84C17-L84C53" - }, - { - "DocsId": "P:System.ServiceModel.InstanceContext.DefaultOpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L92C17-L92C52" - }, - { - "DocsId": "P:System.ServiceModel.InstanceContext.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L100C17-L110C14" - }, - { - "DocsId": "P:System.ServiceModel.InstanceContext.IncomingChannels", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L117C17-L118C51" - }, - { - "DocsId": "P:System.ServiceModel.InstanceContext.OutgoingChannels", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L126C17-L127C51" - }, - { - "DocsId": "P:System.ServiceModel.InstanceContext.SynchronizationContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L133C19-L133C50" - } - ], - "DocsId": "T:System.ServiceModel.InstanceContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.InstanceContextMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContextMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.InstanceContextMode.PerSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContextMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.InstanceContextMode.PerCall", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContextMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.InstanceContextMode.Single", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContextMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.InstanceContextMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContextMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.InvalidMessageContractException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/InvalidMessageContractException.cs#L12C52-L12C62" - }, - { - "DocsId": "M:System.ServiceModel.InvalidMessageContractException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/InvalidMessageContractException.cs#L13C66-L13C83" - }, - { - "DocsId": "M:System.ServiceModel.InvalidMessageContractException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/InvalidMessageContractException.cs#L14C92-L14C125" - }, - { - "DocsId": "M:System.ServiceModel.InvalidMessageContractException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/InvalidMessageContractException.cs#L15C103-L15C126" - } - ], - "DocsId": "T:System.ServiceModel.InvalidMessageContractException", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/InvalidMessageContractException.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.IServiceChannel.ListenUri", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/IServiceChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.IServiceChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/IServiceChannel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.MessageBodyMemberAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageBodyMemberAttribute.cs#L11C9-L11C33" - }, - { - "DocsId": "P:System.ServiceModel.MessageBodyMemberAttribute.Order", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageBodyMemberAttribute.cs#L15C19-L15C33" - } - ], - "DocsId": "T:System.ServiceModel.MessageBodyMemberAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageBodyMemberAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.MessageContractAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractAttribute.cs#L39C47-L39C51" - }, - { - "DocsId": "P:System.ServiceModel.MessageContractAttribute.ProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractAttribute.cs#L23C17-L23C41" - }, - { - "DocsId": "P:System.ServiceModel.MessageContractAttribute.HasProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractAttribute.cs#L37C42-L37C46" - }, - { - "DocsId": "P:System.ServiceModel.MessageContractAttribute.IsWrapped", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractAttribute.cs#L39C33-L39C37" - }, - { - "DocsId": "P:System.ServiceModel.MessageContractAttribute.WrapperName", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractAttribute.cs#L45C17-L45C37" - }, - { - "DocsId": "P:System.ServiceModel.MessageContractAttribute.WrapperNamespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractAttribute.cs#L68C17-L68C35" - } - ], - "DocsId": "T:System.ServiceModel.MessageContractAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.MessageContractMemberAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractMemberAttribute.cs" - }, - { - "DocsId": "P:System.ServiceModel.MessageContractMemberAttribute.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractMemberAttribute.cs#L21C19-L21C30" - }, - { - "DocsId": "P:System.ServiceModel.MessageContractMemberAttribute.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractMemberAttribute.cs#L46C19-L46C32" - }, - { - "DocsId": "P:System.ServiceModel.MessageContractMemberAttribute.ProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractMemberAttribute.cs#L69C17-L69C41" - }, - { - "DocsId": "P:System.ServiceModel.MessageContractMemberAttribute.HasProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractMemberAttribute.cs#L83C42-L83C46" - } - ], - "DocsId": "T:System.ServiceModel.MessageContractMemberAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractMemberAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.MessageCredentialType.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.MessageCredentialType.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.MessageCredentialType.Windows", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.MessageCredentialType.UserName", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.MessageCredentialType.Certificate", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.MessageCredentialType.IssuedToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageCredentialType.cs" - } - ], - "DocsId": "T:System.ServiceModel.MessageCredentialType", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageCredentialType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.MessageHeaderArrayAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderArrayAttribute.cs" - } - ], - "DocsId": "T:System.ServiceModel.MessageHeaderArrayAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderArrayAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.MessageHeaderAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderAttribute.cs" - }, - { - "DocsId": "P:System.ServiceModel.MessageHeaderAttribute.MustUnderstand", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderAttribute.cs#L17C19-L17C42" - }, - { - "DocsId": "P:System.ServiceModel.MessageHeaderAttribute.Relay", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderAttribute.cs#L23C19-L23C33" - }, - { - "DocsId": "P:System.ServiceModel.MessageHeaderAttribute.Actor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderAttribute.cs#L29C19-L29C33" - } - ], - "DocsId": "T:System.ServiceModel.MessageHeaderAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.MessageHeaderException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs#L14C57-L14C86" - }, - { - "DocsId": "M:System.ServiceModel.MessageHeaderException.#ctor(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs#L15C75-L15C123" - }, - { - "DocsId": "M:System.ServiceModel.MessageHeaderException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs#L16C83-L16C128" - }, - { - "DocsId": "M:System.ServiceModel.MessageHeaderException.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs#L17C87-L17C126" - }, - { - "DocsId": "M:System.ServiceModel.MessageHeaderException.#ctor(System.String,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs#L18C105-L18C157" - }, - { - "DocsId": "M:System.ServiceModel.MessageHeaderException.#ctor(System.String,System.String,System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs#L19C113-L19C169" - }, - { - "DocsId": "M:System.ServiceModel.MessageHeaderException.#ctor(System.String,System.String,System.String,System.Boolean,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs#L20C131-L25C10" - }, - { - "DocsId": "M:System.ServiceModel.MessageHeaderException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs#L44C9-L44C44" - }, - { - "DocsId": "M:System.ServiceModel.MessageHeaderException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs#L45C94-L45C117" - }, - { - "DocsId": "P:System.ServiceModel.MessageHeaderException.HeaderName", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs#L27C36-L27C40" - }, - { - "DocsId": "P:System.ServiceModel.MessageHeaderException.HeaderNamespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs#L29C41-L29C45" - }, - { - "DocsId": "P:System.ServiceModel.MessageHeaderException.IsDuplicate", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs#L32C35-L32C39" - } - ], - "DocsId": "T:System.ServiceModel.MessageHeaderException", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.MessageHeader`1.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderT.cs#L18C9-L20C10" - }, - { - "DocsId": "M:System.ServiceModel.MessageHeader`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderT.cs#L23C15-L25C10" - }, - { - "DocsId": "M:System.ServiceModel.MessageHeader`1.#ctor(`0,System.Boolean,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderT.cs#L27C9-L33C10" - }, - { - "DocsId": "M:System.ServiceModel.MessageHeader`1.GetUntypedHeader(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderT.cs#L54C13-L54C97" - }, - { - "DocsId": "P:System.ServiceModel.MessageHeader`1.Actor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderT.cs#L35C31-L35C35" - }, - { - "DocsId": "P:System.ServiceModel.MessageHeader`1.Content", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderT.cs#L37C28-L37C32" - }, - { - "DocsId": "P:System.ServiceModel.MessageHeader`1.MustUnderstand", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderT.cs#L39C38-L39C42" - }, - { - "DocsId": "P:System.ServiceModel.MessageHeader`1.Relay", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderT.cs#L43C19-L43C33" - } - ], - "DocsId": "T:System.ServiceModel.MessageHeader`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderT.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.MessageParameterAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageParameterAttribute.cs" - }, - { - "DocsId": "P:System.ServiceModel.MessageParameterAttribute.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageParameterAttribute.cs#L15C19-L15C32" - } - ], - "DocsId": "T:System.ServiceModel.MessageParameterAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageParameterAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.MessagePropertyAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessagePropertyAttribute.cs#L12C9-L14C10" - }, - { - "DocsId": "P:System.ServiceModel.MessagePropertyAttribute.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessagePropertyAttribute.cs#L20C17-L20C30" - } - ], - "DocsId": "T:System.ServiceModel.MessagePropertyAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessagePropertyAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.WSSecurity11WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs#L17C17-L17C137" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.WSSecurity10WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11BasicSecurityProfile10", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs#L25C17-L25C159" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.WSSecurity11WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11BasicSecurityProfile10", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs#L33C17-L33C159" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.WSSecurity11WSTrust13WSSecureConversation13WSSecurityPolicy12", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs#L41C17-L41C117" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.WSSecurity10WSTrust13WSSecureConversation13WSSecurityPolicy12BasicSecurityProfile10", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs#L49C17-L49C139" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.WSSecurity11WSTrust13WSSecureConversation13WSSecurityPolicy12BasicSecurityProfile10", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs#L57C17-L57C139" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.Default", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs#L65C17-L65C137" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.SecurityVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs#L83C17-L83C68" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.TrustVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs#L91C17-L91C65" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.SecureConversationVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs#L99C17-L99C78" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.SecurityTokenVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs#L107C17-L107C52" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.SecurityPolicyVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.BasicSecurityProfileVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs" - } - ], - "DocsId": "T:System.ServiceModel.MessageSecurityVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.OperationContext.#ctor(System.ServiceModel.IContextChannel)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L41C9-L63C147" - }, - { - "DocsId": "M:System.ServiceModel.OperationContext.GetCallbackChannel``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L346C13-L353C52" - }, - { - "DocsId": "E:System.ServiceModel.OperationContext.OperationCompleted", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.Channel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L87C19-L87C64" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.Current", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L94C17-L100C49" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.EndpointDispatcher", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L139C17-L139C44" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.IsUserContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L151C17-L151C43" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L159C17-L163C36" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.OutgoingMessageHeaders", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L190C17-L195C48" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.OutgoingMessageProperties", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L208C17-L213C51" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.IncomingMessageHeaders", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L223C17-L230C33" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.IncomingMessageProperties", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L239C17-L246C33" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.IncomingMessageVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L255C17-L262C33" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.InstanceContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L267C50-L267C54" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.RequestContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L269C48-L269C52" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.SessionId", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L276C17-L300C29" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.ClaimsPrincipal", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L313C13-L313C17" - } - ], - "DocsId": "T:System.ServiceModel.OperationContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.OperationContextScope.#ctor(System.ServiceModel.IContextChannel)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContextScope.cs#L24C9-L30C10" - }, - { - "DocsId": "M:System.ServiceModel.OperationContextScope.#ctor(System.ServiceModel.OperationContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContextScope.cs#L24C9-L35C10" - }, - { - "DocsId": "M:System.ServiceModel.OperationContextScope.Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContextScope.cs#L39C13-L44C10" - } - ], - "DocsId": "T:System.ServiceModel.OperationContextScope", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContextScope.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.OperationContractAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContractAttribute.cs#L90C50-L90C54" - }, - { - "DocsId": "P:System.ServiceModel.OperationContractAttribute.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContractAttribute.cs#L24C19-L24C32" - }, - { - "DocsId": "P:System.ServiceModel.OperationContractAttribute.Action", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContractAttribute.cs#L44C19-L44C34" - }, - { - "DocsId": "P:System.ServiceModel.OperationContractAttribute.ProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContractAttribute.cs#L56C17-L56C41" - }, - { - "DocsId": "P:System.ServiceModel.OperationContractAttribute.HasProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContractAttribute.cs#L70C42-L70C46" - }, - { - "DocsId": "P:System.ServiceModel.OperationContractAttribute.ReplyAction", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContractAttribute.cs#L75C19-L75C39" - }, - { - "DocsId": "P:System.ServiceModel.OperationContractAttribute.AsyncPattern", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContractAttribute.cs#L82C36-L82C40" - }, - { - "DocsId": "P:System.ServiceModel.OperationContractAttribute.IsOneWay", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContractAttribute.cs#L86C19-L86C36" - }, - { - "DocsId": "P:System.ServiceModel.OperationContractAttribute.IsInitiating", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContractAttribute.cs#L90C36-L90C40" - }, - { - "DocsId": "P:System.ServiceModel.OperationContractAttribute.IsTerminating", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContractAttribute.cs#L92C37-L92C41" - } - ], - "DocsId": "T:System.ServiceModel.OperationContractAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContractAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.OperationFormatStyle.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationFormatStyle.cs" - }, - { - "DocsId": "F:System.ServiceModel.OperationFormatStyle.Document", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationFormatStyle.cs" - }, - { - "DocsId": "F:System.ServiceModel.OperationFormatStyle.Rpc", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationFormatStyle.cs" - } - ], - "DocsId": "T:System.ServiceModel.OperationFormatStyle", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationFormatStyle.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.OperationFormatUse.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationFormatUse.cs" - }, - { - "DocsId": "F:System.ServiceModel.OperationFormatUse.Literal", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationFormatUse.cs" - }, - { - "DocsId": "F:System.ServiceModel.OperationFormatUse.Encoded", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationFormatUse.cs" - } - ], - "DocsId": "T:System.ServiceModel.OperationFormatUse", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationFormatUse.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.PeerHopCountAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/PeerHopCountAttribute.cs#L14C15-L20C10" - }, - { - "DocsId": "P:System.ServiceModel.PeerHopCountAttribute.MustUnderstand", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/PeerHopCountAttribute.cs#L21C43-L21C62" - }, - { - "DocsId": "P:System.ServiceModel.PeerHopCountAttribute.Relay", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/PeerHopCountAttribute.cs#L23C34-L23C44" - }, - { - "DocsId": "P:System.ServiceModel.PeerHopCountAttribute.Actor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/PeerHopCountAttribute.cs#L25C36-L25C46" - }, - { - "DocsId": "P:System.ServiceModel.PeerHopCountAttribute.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/PeerHopCountAttribute.cs#L27C40-L27C54" - }, - { - "DocsId": "P:System.ServiceModel.PeerHopCountAttribute.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/PeerHopCountAttribute.cs#L29C35-L29C44" - }, - { - "DocsId": "P:System.ServiceModel.PeerHopCountAttribute.ProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/PeerHopCountAttribute.cs#L31C55-L31C75" - } - ], - "DocsId": "T:System.ServiceModel.PeerHopCountAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/PeerHopCountAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ProtocolException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ProtocolException.cs#L14C9-L14C39" - }, - { - "DocsId": "M:System.ServiceModel.ProtocolException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ProtocolException.cs#L15C52-L15C69" - }, - { - "DocsId": "M:System.ServiceModel.ProtocolException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ProtocolException.cs#L16C78-L16C111" - }, - { - "DocsId": "M:System.ServiceModel.ProtocolException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ProtocolException.cs#L17C89-L17C112" - } - ], - "DocsId": "T:System.ServiceModel.ProtocolException", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ProtocolException.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.QueuedDeliveryRequirementsMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/QueuedDeliveryRequirementsMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.QueuedDeliveryRequirementsMode.Allowed", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/QueuedDeliveryRequirementsMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.QueuedDeliveryRequirementsMode.Required", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/QueuedDeliveryRequirementsMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.QueuedDeliveryRequirementsMode.NotAllowed", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/QueuedDeliveryRequirementsMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.QueuedDeliveryRequirementsMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/QueuedDeliveryRequirementsMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.QuotaExceededException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/QuotaExceededException.cs#L12C43-L12C53" - }, - { - "DocsId": "M:System.ServiceModel.QuotaExceededException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/QuotaExceededException.cs#L13C57-L13C74" - }, - { - "DocsId": "M:System.ServiceModel.QuotaExceededException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/QuotaExceededException.cs#L14C83-L14C116" - }, - { - "DocsId": "M:System.ServiceModel.QuotaExceededException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/QuotaExceededException.cs#L15C94-L15C117" - } - ], - "DocsId": "T:System.ServiceModel.QuotaExceededException", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/QuotaExceededException.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.ReceiveErrorHandling.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReceiveErrorHandling.cs" - }, - { - "DocsId": "F:System.ServiceModel.ReceiveErrorHandling.Fault", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReceiveErrorHandling.cs" - }, - { - "DocsId": "F:System.ServiceModel.ReceiveErrorHandling.Drop", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReceiveErrorHandling.cs" - }, - { - "DocsId": "F:System.ServiceModel.ReceiveErrorHandling.Reject", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReceiveErrorHandling.cs" - }, - { - "DocsId": "F:System.ServiceModel.ReceiveErrorHandling.Move", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReceiveErrorHandling.cs" - } - ], - "DocsId": "T:System.ServiceModel.ReceiveErrorHandling", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReceiveErrorHandling.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.ReliableMessagingVersion.Default", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableMessagingVersion.cs#L21C19-L21C104" - }, - { - "DocsId": "P:System.ServiceModel.ReliableMessagingVersion.WSReliableMessaging11", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableMessagingVersion.cs#L26C19-L26C64" - }, - { - "DocsId": "P:System.ServiceModel.ReliableMessagingVersion.WSReliableMessagingFebruary2005", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableMessagingVersion.cs#L31C19-L31C74" - } - ], - "DocsId": "T:System.ServiceModel.ReliableMessagingVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableMessagingVersion.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ReliableSession.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableSession.cs#L20C9-L23C10" - }, - { - "DocsId": "M:System.ServiceModel.ReliableSession.#ctor(System.ServiceModel.Channels.ReliableSessionBindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableSession.cs#L25C9-L30C10" - }, - { - "DocsId": "P:System.ServiceModel.ReliableSession.Ordered", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableSession.cs#L35C19-L35C43" - }, - { - "DocsId": "P:System.ServiceModel.ReliableSession.InactivityTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableSession.cs#L41C19-L41C53" - } - ], - "DocsId": "T:System.ServiceModel.ReliableSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableSession.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.OptionalReliableSession.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableSession.cs#L61C44-L61C54" - }, - { - "DocsId": "M:System.ServiceModel.OptionalReliableSession.#ctor(System.ServiceModel.Channels.ReliableSessionBindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableSession.cs#L63C103-L63C142" - }, - { - "DocsId": "P:System.ServiceModel.OptionalReliableSession.Enabled", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableSession.cs#L66C31-L66C35" - } - ], - "DocsId": "T:System.ServiceModel.OptionalReliableSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableSession.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.RsaEndpointIdentity.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/RsaEndpointIdentity.cs#L13C9-L19C10" - }, - { - "DocsId": "M:System.ServiceModel.RsaEndpointIdentity.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/RsaEndpointIdentity.cs#L21C9-L31C10" - }, - { - "DocsId": "M:System.ServiceModel.RsaEndpointIdentity.#ctor(System.IdentityModel.Claims.Claim)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/RsaEndpointIdentity.cs#L33C9-L42C10" - } - ], - "DocsId": "T:System.ServiceModel.RsaEndpointIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/RsaEndpointIdentity.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.SecurityMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.SecurityMode.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.SecurityMode.Transport", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.SecurityMode.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.SecurityMode.TransportWithMessageCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SecurityMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.SecurityMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SecurityMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ClientCredentialsSecurityTokenManager.#ctor(System.ServiceModel.Description.ClientCredentials)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ClientCredentialsSecurityTokenManager.cs#L20C9-L23C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientCredentialsSecurityTokenManager.IsIssuedSecurityTokenRequirement(System.IdentityModel.Selectors.SecurityTokenRequirement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ClientCredentialsSecurityTokenManager.cs#L70C13-L83C26" - }, - { - "DocsId": "M:System.ServiceModel.ClientCredentialsSecurityTokenManager.CreateSecurityTokenProvider(System.IdentityModel.Selectors.SecurityTokenRequirement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ClientCredentialsSecurityTokenManager.cs#L88C13-L167C27" - }, - { - "DocsId": "M:System.ServiceModel.ClientCredentialsSecurityTokenManager.CreateSecurityTokenSerializer(System.IdentityModel.Selectors.SecurityTokenVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ClientCredentialsSecurityTokenManager.cs#L172C13-L184C181" - }, - { - "DocsId": "M:System.ServiceModel.ClientCredentialsSecurityTokenManager.CreateSecurityTokenAuthenticator(System.IdentityModel.Selectors.SecurityTokenRequirement,System.IdentityModel.Selectors.SecurityTokenResolver@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ClientCredentialsSecurityTokenManager.cs#L271C13-L331C27" - }, - { - "DocsId": "P:System.ServiceModel.ClientCredentialsSecurityTokenManager.ClientCredentials", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ClientCredentialsSecurityTokenManager.cs#L25C54-L25C58" - } - ], - "DocsId": "T:System.ServiceModel.ClientCredentialsSecurityTokenManager", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ClientCredentialsSecurityTokenManager.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ServerTooBusyException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServerTooBusyException.cs#L13C9-L13C44" - }, - { - "DocsId": "M:System.ServiceModel.ServerTooBusyException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServerTooBusyException.cs#L14C57-L14C74" - }, - { - "DocsId": "M:System.ServiceModel.ServerTooBusyException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServerTooBusyException.cs#L15C83-L15C116" - }, - { - "DocsId": "M:System.ServiceModel.ServerTooBusyException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServerTooBusyException.cs#L16C94-L16C117" - } - ], - "DocsId": "T:System.ServiceModel.ServerTooBusyException", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServerTooBusyException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ServiceActivationException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceActivationException.cs#L12C9-L12C48" - }, - { - "DocsId": "M:System.ServiceModel.ServiceActivationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceActivationException.cs#L13C61-L13C78" - }, - { - "DocsId": "M:System.ServiceModel.ServiceActivationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceActivationException.cs#L14C87-L14C120" - }, - { - "DocsId": "M:System.ServiceModel.ServiceActivationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceActivationException.cs#L15C98-L15C121" - } - ], - "DocsId": "T:System.ServiceModel.ServiceActivationException", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceActivationException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ServiceContractAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceContractAttribute.cs" - }, - { - "DocsId": "P:System.ServiceModel.ServiceContractAttribute.ConfigurationName", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceContractAttribute.cs#L23C19-L23C45" - }, - { - "DocsId": "P:System.ServiceModel.ServiceContractAttribute.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceContractAttribute.cs#L41C19-L41C32" - }, - { - "DocsId": "P:System.ServiceModel.ServiceContractAttribute.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceContractAttribute.cs#L59C19-L59C30" - }, - { - "DocsId": "P:System.ServiceModel.ServiceContractAttribute.ProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceContractAttribute.cs#L75C17-L75C41" - }, - { - "DocsId": "P:System.ServiceModel.ServiceContractAttribute.HasProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceContractAttribute.cs#L89C42-L89C46" - }, - { - "DocsId": "P:System.ServiceModel.ServiceContractAttribute.SessionMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceContractAttribute.cs#L93C19-L93C39" - }, - { - "DocsId": "P:System.ServiceModel.ServiceContractAttribute.CallbackContract", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceContractAttribute.cs#L105C40-L105C44" - } - ], - "DocsId": "T:System.ServiceModel.ServiceContractAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceContractAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ServiceKnownTypeAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceKnownTypeAttribute.cs#L18C9-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.ServiceKnownTypeAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceKnownTypeAttribute.cs#L23C9-L26C10" - }, - { - "DocsId": "M:System.ServiceModel.ServiceKnownTypeAttribute.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceKnownTypeAttribute.cs#L28C9-L32C10" - }, - { - "DocsId": "P:System.ServiceModel.ServiceKnownTypeAttribute.DeclaringType", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceKnownTypeAttribute.cs#L34C37-L34C41" - }, - { - "DocsId": "P:System.ServiceModel.ServiceKnownTypeAttribute.MethodName", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceKnownTypeAttribute.cs#L36C36-L36C40" - }, - { - "DocsId": "P:System.ServiceModel.ServiceKnownTypeAttribute.Type", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceKnownTypeAttribute.cs#L40C19-L40C32" - } - ], - "DocsId": "T:System.ServiceModel.ServiceKnownTypeAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceKnownTypeAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ServiceSecurityContext.#ctor(System.Collections.ObjectModel.ReadOnlyCollection{System.IdentityModel.Policy.IAuthorizationPolicy})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceSecurityContext.cs#L23C9-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.ServiceSecurityContext.#ctor(System.IdentityModel.Policy.AuthorizationContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceSecurityContext.cs#L30C15-L32C10" - }, - { - "DocsId": "M:System.ServiceModel.ServiceSecurityContext.#ctor(System.IdentityModel.Policy.AuthorizationContext,System.Collections.ObjectModel.ReadOnlyCollection{System.IdentityModel.Policy.IAuthorizationPolicy})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceSecurityContext.cs#L34C9-L38C10" - }, - { - "DocsId": "P:System.ServiceModel.ServiceSecurityContext.Anonymous", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceSecurityContext.cs#L44C17-L48C36" - }, - { - "DocsId": "P:System.ServiceModel.ServiceSecurityContext.IsAnonymous", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceSecurityContext.cs#L57C17-L57C67" - }, - { - "DocsId": "P:System.ServiceModel.ServiceSecurityContext.PrimaryIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceSecurityContext.cs#L77C17-L89C41" - }, - { - "DocsId": "P:System.ServiceModel.ServiceSecurityContext.AuthorizationPolicies", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceSecurityContext.cs#L93C81-L93C85" - }, - { - "DocsId": "P:System.ServiceModel.ServiceSecurityContext.AuthorizationContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceSecurityContext.cs#L99C17-L103C46" - } - ], - "DocsId": "T:System.ServiceModel.ServiceSecurityContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceSecurityContext.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.SessionMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SessionMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.SessionMode.Allowed", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SessionMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.SessionMode.Required", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SessionMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.SessionMode.NotAllowed", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SessionMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.SessionMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SessionMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.SpnEndpointIdentity.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SpnEndpointIdentity.cs#L14C9-L22C10" - }, - { - "DocsId": "M:System.ServiceModel.SpnEndpointIdentity.#ctor(System.IdentityModel.Claims.Claim)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SpnEndpointIdentity.cs#L24C9-L37C10" - }, - { - "DocsId": "P:System.ServiceModel.SpnEndpointIdentity.SpnLookupTime", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SpnEndpointIdentity.cs#L43C17-L43C40" - } - ], - "DocsId": "T:System.ServiceModel.SpnEndpointIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/SpnEndpointIdentity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.TimeSpanHelper.FromMinutes(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/TimeSpanHelper.cs#L15C13-L17C26" - }, - { - "DocsId": "M:System.ServiceModel.TimeSpanHelper.FromSeconds(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/TimeSpanHelper.cs#L21C13-L23C26" - }, - { - "DocsId": "M:System.ServiceModel.TimeSpanHelper.FromMilliseconds(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/TimeSpanHelper.cs#L27C13-L29C26" - } - ], - "DocsId": "T:System.ServiceModel.TimeSpanHelper", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/TimeSpanHelper.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.TransferMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/TransferMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.TransferMode.Buffered", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/TransferMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.TransferMode.Streamed", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/TransferMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.TransferMode.StreamedRequest", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/TransferMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.TransferMode.StreamedResponse", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/TransferMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.TransferMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/TransferMode.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.UnknownMessageReceivedEventArgs.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/UnknownMessageReceivedEventArgs.cs#L17C34-L17C38" - } - ], - "DocsId": "T:System.ServiceModel.UnknownMessageReceivedEventArgs", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/UnknownMessageReceivedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.UpnEndpointIdentity.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/UpnEndpointIdentity.cs#L17C9-L25C10" - } - ], - "DocsId": "T:System.ServiceModel.UpnEndpointIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/UpnEndpointIdentity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.UriSchemeKeyedCollection.#ctor(System.Uri[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/UriSchemeKeyedCollection.cs#L17C9-L28C10" - }, - { - "DocsId": "M:System.ServiceModel.UriSchemeKeyedCollection.GetKeyForItem(System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/UriSchemeKeyedCollection.cs#L32C13-L32C32" - }, - { - "DocsId": "M:System.ServiceModel.UriSchemeKeyedCollection.InsertItem(System.Int32,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/UriSchemeKeyedCollection.cs#L37C13-L44C10" - }, - { - "DocsId": "M:System.ServiceModel.UriSchemeKeyedCollection.SetItem(System.Int32,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/UriSchemeKeyedCollection.cs#L48C13-L57C10" - } - ], - "DocsId": "T:System.ServiceModel.UriSchemeKeyedCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/UriSchemeKeyedCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.X509CertificateEndpointIdentity.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/X509CertificateEndpointIdentity.cs#L84C67-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.X509CertificateEndpointIdentity.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.X509Certificates.X509Certificate2Collection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/X509CertificateEndpointIdentity.cs#L84C67-L46C10" - }, - { - "DocsId": "P:System.ServiceModel.X509CertificateEndpointIdentity.Certificates", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/X509CertificateEndpointIdentity.cs#L84C58-L84C62" - } - ], - "DocsId": "T:System.ServiceModel.X509CertificateEndpointIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/X509CertificateEndpointIdentity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.XmlSerializerFormatAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/XmlSerializerFormatAttribute.cs" - }, - { - "DocsId": "P:System.ServiceModel.XmlSerializerFormatAttribute.SupportFaults", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/XmlSerializerFormatAttribute.cs#L15C37-L15C41" - }, - { - "DocsId": "P:System.ServiceModel.XmlSerializerFormatAttribute.Style", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/XmlSerializerFormatAttribute.cs#L19C19-L19C33" - }, - { - "DocsId": "P:System.ServiceModel.XmlSerializerFormatAttribute.Use", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/XmlSerializerFormatAttribute.cs#L30C19-L30C31" - } - ], - "DocsId": "T:System.ServiceModel.XmlSerializerFormatAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/XmlSerializerFormatAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Security.BasicSecurityProfileVersion.BasicSecurityProfile10", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/BasicSecurityProfileVersion.cs#L14C19-L14C85" - } - ], - "DocsId": "T:System.ServiceModel.Security.BasicSecurityProfileVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/BasicSecurityProfileVersion.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.BinarySecretKeyIdentifierClause.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/BinarySecretKeyIdentifierClause.cs#L14C15-L16C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.BinarySecretKeyIdentifierClause.#ctor(System.Byte[],System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/BinarySecretKeyIdentifierClause.cs#L19C15-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.BinarySecretKeyIdentifierClause.#ctor(System.Byte[],System.Boolean,System.Byte[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/BinarySecretKeyIdentifierClause.cs#L24C15-L26C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.BinarySecretKeyIdentifierClause.GetKeyBytes", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/BinarySecretKeyIdentifierClause.cs#L30C13-L30C32" - }, - { - "DocsId": "M:System.ServiceModel.Security.BinarySecretKeyIdentifierClause.CreateKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/BinarySecretKeyIdentifierClause.cs#L40C13-L45C34" - }, - { - "DocsId": "M:System.ServiceModel.Security.BinarySecretKeyIdentifierClause.Matches(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/BinarySecretKeyIdentifierClause.cs#L50C13-L51C98" - }, - { - "DocsId": "P:System.ServiceModel.Security.BinarySecretKeyIdentifierClause.CanCreateKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/BinarySecretKeyIdentifierClause.cs#L35C19-L35C31" - } - ], - "DocsId": "T:System.ServiceModel.Security.BinarySecretKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/BinarySecretKeyIdentifierClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.ChannelProtectionRequirements.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ChannelProtectionRequirements.cs#L18C9-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.ChannelProtectionRequirements.#ctor(System.ServiceModel.Security.ChannelProtectionRequirements)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ChannelProtectionRequirements.cs#L28C9-L39C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.ChannelProtectionRequirements.Add(System.ServiceModel.Security.ChannelProtectionRequirements)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ChannelProtectionRequirements.cs#L70C13-L71C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.ChannelProtectionRequirements.Add(System.ServiceModel.Security.ChannelProtectionRequirements,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ChannelProtectionRequirements.cs#L75C13-L107C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.ChannelProtectionRequirements.MakeReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ChannelProtectionRequirements.cs#L123C13-L131C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.ChannelProtectionRequirements.CreateInverse", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ChannelProtectionRequirements.cs#L135C13-L143C27" - }, - { - "DocsId": "P:System.ServiceModel.Security.ChannelProtectionRequirements.IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ChannelProtectionRequirements.cs#L26C34-L26C38" - }, - { - "DocsId": "P:System.ServiceModel.Security.ChannelProtectionRequirements.IncomingSignatureParts", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ChannelProtectionRequirements.cs#L54C72-L54C76" - }, - { - "DocsId": "P:System.ServiceModel.Security.ChannelProtectionRequirements.IncomingEncryptionParts", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ChannelProtectionRequirements.cs#L56C73-L56C77" - }, - { - "DocsId": "P:System.ServiceModel.Security.ChannelProtectionRequirements.OutgoingSignatureParts", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ChannelProtectionRequirements.cs#L58C72-L58C76" - }, - { - "DocsId": "P:System.ServiceModel.Security.ChannelProtectionRequirements.OutgoingEncryptionParts", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ChannelProtectionRequirements.cs#L64C17-L64C49" - } - ], - "DocsId": "T:System.ServiceModel.Security.ChannelProtectionRequirements", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ChannelProtectionRequirements.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Security.HttpDigestClientCredential.ClientCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/HttpDigestClientCredential.cs#L30C17-L30C43" - } - ], - "DocsId": "T:System.ServiceModel.Security.HttpDigestClientCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/HttpDigestClientCredential.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.IdentityVerifier.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/IdentityVerifier.cs#L19C9-L22C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.IdentityVerifier.CreateDefault", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/IdentityVerifier.cs#L26C13-L26C53" - }, - { - "DocsId": "M:System.ServiceModel.Security.IdentityVerifier.CheckAccess(System.ServiceModel.EndpointIdentity,System.IdentityModel.Policy.AuthorizationContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/IdentityVerifier.cs" - }, - { - "DocsId": "M:System.ServiceModel.Security.IdentityVerifier.TryGetIdentity(System.ServiceModel.EndpointAddress,System.ServiceModel.EndpointIdentity@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/IdentityVerifier.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.IdentityVerifier", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/IdentityVerifier.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.ISecureConversationSession.WriteSessionTokenIdentifier(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ISecureConversationSession.cs" - }, - { - "DocsId": "M:System.ServiceModel.Security.ISecureConversationSession.TryReadSessionTokenIdentifier(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ISecureConversationSession.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.ISecureConversationSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ISecureConversationSession.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Security.ISecuritySession.RemoteIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ISecuritySession.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.ISecuritySession", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ISecuritySession.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.MessagePartSpecification.Clear", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessagePartSpecification.cs#L79C13-L90C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.MessagePartSpecification.Union(System.ServiceModel.Security.MessagePartSpecification)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessagePartSpecification.cs#L94C13-L120C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.MessagePartSpecification.MakeReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessagePartSpecification.cs#L124C13-L160C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.MessagePartSpecification.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessagePartSpecification.cs#L162C9-L165C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.MessagePartSpecification.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessagePartSpecification.cs#L167C9-L170C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.MessagePartSpecification.#ctor(System.Xml.XmlQualifiedName[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessagePartSpecification.cs#L173C15-L176C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.MessagePartSpecification.#ctor(System.Boolean,System.Xml.XmlQualifiedName[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessagePartSpecification.cs#L178C9-L189C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessagePartSpecification.HeaderTypes", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessagePartSpecification.cs#L23C17-L34C41" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessagePartSpecification.IsBodyIncluded", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessagePartSpecification.cs#L48C17-L48C40" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessagePartSpecification.IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessagePartSpecification.cs#L61C34-L61C38" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessagePartSpecification.NoParts", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessagePartSpecification.cs#L67C17-L73C34" - } - ], - "DocsId": "T:System.ServiceModel.Security.MessagePartSpecification", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessagePartSpecification.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Security.MessageProtectionOrder.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageProtectionOrder.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.MessageProtectionOrder.SignBeforeEncrypt", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageProtectionOrder.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.MessageProtectionOrder.SignBeforeEncryptAndEncryptSignature", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageProtectionOrder.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.MessageProtectionOrder.EncryptBeforeSign", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageProtectionOrder.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.MessageProtectionOrder", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageProtectionOrder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.MessageSecurityException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityException.cs#L12C45-L12C55" - }, - { - "DocsId": "M:System.ServiceModel.Security.MessageSecurityException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityException.cs#L13C59-L13C76" - }, - { - "DocsId": "M:System.ServiceModel.Security.MessageSecurityException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityException.cs#L14C85-L14C118" - }, - { - "DocsId": "M:System.ServiceModel.Security.MessageSecurityException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityException.cs#L15C96-L15C119" - } - ], - "DocsId": "T:System.ServiceModel.Security.MessageSecurityException", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.MessageSecurityTokenVersion.GetSecurityTokenVersion(System.ServiceModel.Security.SecurityVersion,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L120C13-L144C104" - }, - { - "DocsId": "M:System.ServiceModel.Security.MessageSecurityTokenVersion.GetSecuritySpecifications", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L169C13-L169C36" - }, - { - "DocsId": "M:System.ServiceModel.Security.MessageSecurityTokenVersion.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L174C13-L174C30" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessageSecurityTokenVersion.WSSecurity11WSTrustFebruary2005WSSecureConversationFebruary2005", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L68C117-L68C121" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessageSecurityTokenVersion.WSSecurity11WSTrustFebruary2005WSSecureConversationFebruary2005BasicSecurityProfile10", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L82C17-L82C37" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessageSecurityTokenVersion.WSSecurity10WSTrustFebruary2005WSSecureConversationFebruary2005BasicSecurityProfile10", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L90C17-L90C37" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessageSecurityTokenVersion.WSSecurity10WSTrust13WSSecureConversation13BasicSecurityProfile10", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L98C17-L98C49" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessageSecurityTokenVersion.WSSecurity11WSTrust13WSSecureConversation13", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L106C17-L106C44" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessageSecurityTokenVersion.WSSecurity11WSTrust13WSSecureConversation13BasicSecurityProfile10", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L114C17-L114C49" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessageSecurityTokenVersion.EmitBspRequiredAttributes", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L159C49-L159C53" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessageSecurityTokenVersion.SecurityVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L161C50-L161C54" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessageSecurityTokenVersion.TrustVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L163C44-L163C48" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessageSecurityTokenVersion.SecureConversationVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L165C70-L165C74" - } - ], - "DocsId": "T:System.ServiceModel.Security.MessageSecurityTokenVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.NonceCache.TryAddNonce(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/NonceCache.cs" - }, - { - "DocsId": "M:System.ServiceModel.Security.NonceCache.CheckNonce(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/NonceCache.cs" - }, - { - "DocsId": "M:System.ServiceModel.Security.NonceCache.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/NonceCache.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.NonceCache.CachingTimeSpan", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/NonceCache.cs#L22C17-L22C37" - }, - { - "DocsId": "P:System.ServiceModel.Security.NonceCache.CacheSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/NonceCache.cs#L49C17-L49C41" - } - ], - "DocsId": "T:System.ServiceModel.Security.NonceCache", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/NonceCache.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.ScopedMessagePartSpecification.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ScopedMessagePartSpecification.cs#L17C9-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.ScopedMessagePartSpecification.#ctor(System.ServiceModel.Security.ScopedMessagePartSpecification)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ScopedMessagePartSpecification.cs#L36C15-L53C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.ScopedMessagePartSpecification.AddParts(System.ServiceModel.Security.MessagePartSpecification)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ScopedMessagePartSpecification.cs#L67C13-L75C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.ScopedMessagePartSpecification.AddParts(System.ServiceModel.Security.MessagePartSpecification,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ScopedMessagePartSpecification.cs#L79C13-L97C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.ScopedMessagePartSpecification.TryGetParts(System.String,System.Boolean,System.ServiceModel.Security.MessagePartSpecification@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ScopedMessagePartSpecification.cs#L138C13-L171C34" - }, - { - "DocsId": "M:System.ServiceModel.Security.ScopedMessagePartSpecification.TryGetParts(System.String,System.ServiceModel.Security.MessagePartSpecification@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ScopedMessagePartSpecification.cs#L196C13-L196C58" - }, - { - "DocsId": "M:System.ServiceModel.Security.ScopedMessagePartSpecification.MakeReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ScopedMessagePartSpecification.cs#L201C13-L214C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.ScopedMessagePartSpecification.Actions", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ScopedMessagePartSpecification.cs#L27C17-L27C42" - }, - { - "DocsId": "P:System.ServiceModel.Security.ScopedMessagePartSpecification.ChannelParts", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ScopedMessagePartSpecification.cs#L31C56-L31C60" - }, - { - "DocsId": "P:System.ServiceModel.Security.ScopedMessagePartSpecification.IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ScopedMessagePartSpecification.cs#L33C34-L33C38" - } - ], - "DocsId": "T:System.ServiceModel.Security.ScopedMessagePartSpecification", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ScopedMessagePartSpecification.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Security.SecureConversationVersion.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecureConversationVersion.cs#L20C48-L20C52" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecureConversationVersion.Prefix", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecureConversationVersion.cs#L26C17-L26C32" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecureConversationVersion.Default", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecureConversationVersion.cs#L32C19-L32C54" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecureConversationVersion.WSSecureConversationFeb2005", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecureConversationVersion.cs#L37C19-L37C70" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecureConversationVersion.WSSecureConversation13", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecureConversationVersion.cs#L42C19-L42C65" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecureConversationVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecureConversationVersion.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.SecurityAccessDeniedException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAccessDeniedException.cs#L12C64-L12C81" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAccessDeniedException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAccessDeniedException.cs#L13C90-L13C123" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAccessDeniedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAccessDeniedException.cs#L14C101-L14C124" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecurityAccessDeniedException", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAccessDeniedException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.SecurityAlgorithmSuite.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L83C9-L83C47" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAlgorithmSuite.IsCanonicalizationAlgorithmSupported(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L85C86-L85C139" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAlgorithmSuite.IsDigestAlgorithmSupported(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L86C76-L86C119" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAlgorithmSuite.IsEncryptionAlgorithmSupported(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L87C80-L87C127" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAlgorithmSuite.IsEncryptionKeyDerivationAlgorithmSupported(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L88C93-L88C216" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAlgorithmSuite.IsSymmetricKeyWrapAlgorithmSupported(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L89C86-L89C139" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAlgorithmSuite.IsAsymmetricKeyWrapAlgorithmSupported(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L90C87-L90C141" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAlgorithmSuite.IsSymmetricSignatureAlgorithmSupported(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L91C88-L91C143" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAlgorithmSuite.IsAsymmetricSignatureAlgorithmSupported(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L92C89-L92C145" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAlgorithmSuite.IsSignatureKeyDerivationAlgorithmSupported(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L93C92-L93C215" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAlgorithmSuite.IsSymmetricKeyLengthSupported(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAlgorithmSuite.IsAsymmetricKeyLengthSupported(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.Default", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L21C17-L21C33" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.Basic256", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L29C17-L34C35" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.TripleDes", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L42C17-L47C36" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.Basic256Sha256", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L55C17-L60C41" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.DefaultCanonicalizationAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.DefaultDigestAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.DefaultEncryptionAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.DefaultEncryptionKeyDerivationLength", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.DefaultSymmetricKeyWrapAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.DefaultAsymmetricKeyWrapAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.DefaultSymmetricSignatureAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.DefaultAsymmetricSignatureAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.DefaultSignatureKeyDerivationLength", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.DefaultSymmetricKeyLength", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecurityAlgorithmSuite", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L129C51-L129C61" - }, - { - "DocsId": "M:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.IsSymmetricKeyLengthSupported(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L141C74-L141C95" - }, - { - "DocsId": "M:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.IsAsymmetricKeyLengthSupported(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L142C75-L142C115" - }, - { - "DocsId": "M:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L154C13-L154C31" - }, - { - "DocsId": "P:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.DefaultCanonicalizationAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L131C73-L131C135" - }, - { - "DocsId": "P:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.DefaultDigestAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L132C63-L132C115" - }, - { - "DocsId": "P:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.DefaultEncryptionAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L133C67-L133C123" - }, - { - "DocsId": "P:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.DefaultEncryptionKeyDerivationLength", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L134C74-L134C85" - }, - { - "DocsId": "P:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.DefaultSymmetricKeyWrapAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L135C73-L135C135" - }, - { - "DocsId": "P:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.DefaultAsymmetricKeyWrapAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L136C74-L136C137" - }, - { - "DocsId": "P:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.DefaultSymmetricSignatureAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L137C75-L137C139" - }, - { - "DocsId": "P:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.DefaultAsymmetricSignatureAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L138C76-L138C141" - }, - { - "DocsId": "P:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.DefaultSignatureKeyDerivationLength", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L139C73-L139C84" - }, - { - "DocsId": "P:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.DefaultSymmetricKeyLength", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L140C63-L140C74" - } - ], - "DocsId": "T:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L160C52-L160C62" - }, - { - "DocsId": "M:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.IsSymmetricKeyLengthSupported(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L173C74-L173C112" - }, - { - "DocsId": "M:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.IsAsymmetricKeyLengthSupported(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L174C75-L174C115" - }, - { - "DocsId": "M:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L186C13-L186C32" - }, - { - "DocsId": "P:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.DefaultCanonicalizationAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L162C73-L162C135" - }, - { - "DocsId": "P:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.DefaultDigestAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L163C63-L163C115" - }, - { - "DocsId": "P:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.DefaultEncryptionAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L164C67-L164C123" - }, - { - "DocsId": "P:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.DefaultEncryptionKeyDerivationLength", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L165C74-L165C85" - }, - { - "DocsId": "P:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.DefaultSymmetricKeyWrapAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L166C73-L166C135" - }, - { - "DocsId": "P:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.DefaultAsymmetricKeyWrapAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L167C74-L167C142" - }, - { - "DocsId": "P:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.DefaultSymmetricSignatureAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L169C75-L169C139" - }, - { - "DocsId": "P:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.DefaultAsymmetricSignatureAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L170C76-L170C141" - }, - { - "DocsId": "P:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.DefaultSignatureKeyDerivationLength", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L171C73-L171C84" - }, - { - "DocsId": "P:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.DefaultSymmetricKeyLength", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L172C63-L172C74" - } - ], - "DocsId": "T:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Basic256Sha256SecurityAlgorithmSuite.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L192C57-L192C67" - }, - { - "DocsId": "M:System.ServiceModel.Security.Basic256Sha256SecurityAlgorithmSuite.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L200C13-L200C37" - } - ], - "DocsId": "T:System.ServiceModel.Security.Basic256Sha256SecurityAlgorithmSuite", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.SecurityContextKeyIdentifierClause.#ctor(System.Xml.UniqueId)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityContextKeyIdentifierClause.cs#L20C15-L22C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityContextKeyIdentifierClause.#ctor(System.Xml.UniqueId,System.Xml.UniqueId)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityContextKeyIdentifierClause.cs#L25C15-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityContextKeyIdentifierClause.#ctor(System.Xml.UniqueId,System.Xml.UniqueId,System.Byte[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityContextKeyIdentifierClause.cs#L30C15-L34C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityContextKeyIdentifierClause.Matches(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityContextKeyIdentifierClause.cs#L45C13-L46C106" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityContextKeyIdentifierClause.Matches(System.Xml.UniqueId,System.Xml.UniqueId)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityContextKeyIdentifierClause.cs#L51C13-L51C72" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityContextKeyIdentifierClause.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityContextKeyIdentifierClause.cs#L56C13-L57C40" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityContextKeyIdentifierClause.ContextId", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityContextKeyIdentifierClause.cs#L36C37-L36C41" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityContextKeyIdentifierClause.Generation", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityContextKeyIdentifierClause.cs#L40C19-L40C38" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecurityContextKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityContextKeyIdentifierClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.SecurityCredentialsManager.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityCredentialsManager.cs#L12C9-L12C51" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityCredentialsManager.CreateSecurityTokenManager", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityCredentialsManager.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecurityCredentialsManager", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityCredentialsManager.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Security.SecurityKeyEntropyMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityKeyEntropyMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.SecurityKeyEntropyMode.ClientEntropy", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityKeyEntropyMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.SecurityKeyEntropyMode.ServerEntropy", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityKeyEntropyMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.SecurityKeyEntropyMode.CombinedEntropy", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityKeyEntropyMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecurityKeyEntropyMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityKeyEntropyMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.SecurityMessageProperty.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L24C9-L30C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityMessageProperty.CreateCopy", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L162C13-L190C27" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityMessageProperty.GetOrCreate(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L195C13-L212C27" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityMessageProperty.Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L299C13-L303C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityMessageProperty.ServiceSecurityContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L36C17-L37C41" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityMessageProperty.ExternalAuthorizationPolicies", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L46C89-L46C93" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityMessageProperty.ProtectionToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L52C17-L53C41" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityMessageProperty.InitiatorToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L66C17-L67C40" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityMessageProperty.RecipientToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L80C17-L81C40" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityMessageProperty.TransportToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L94C17-L95C40" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityMessageProperty.SenderIdPrefix", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L109C17-L109C40" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityMessageProperty.HasIncomingSupportingTokens", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L122C17-L123C103" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityMessageProperty.IncomingSupportingTokens", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L131C17-L136C50" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityMessageProperty.OutgoingSupportingTokens", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L144C17-L148C50" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecurityMessageProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.SecurityNegotiationException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityNegotiationException.cs#L12C49-L12C59" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityNegotiationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityNegotiationException.cs#L13C63-L13C80" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityNegotiationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityNegotiationException.cs#L14C89-L14C122" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityNegotiationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityNegotiationException.cs#L15C100-L15C123" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecurityNegotiationException", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityNegotiationException.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Security.SecurityPolicyVersion.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityPolicyVersion.cs#L18C35-L18C39" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityPolicyVersion.Prefix", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityPolicyVersion.cs#L24C17-L24C32" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityPolicyVersion.WSSecurityPolicy11", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityPolicyVersion.cs#L30C19-L30C61" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityPolicyVersion.WSSecurityPolicy12", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityPolicyVersion.cs#L35C19-L35C61" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecurityPolicyVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityPolicyVersion.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.SecurityStateEncoder.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityStateEncoder.cs#L14C9-L14C45" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityStateEncoder.DecodeSecurityState(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityStateEncoder.cs" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityStateEncoder.EncodeSecurityState(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityStateEncoder.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecurityStateEncoder", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityStateEncoder.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Security.SecurityTokenAttachmentMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityTokenAttachmentMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.SecurityTokenAttachmentMode.Signed", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityTokenAttachmentMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.SecurityTokenAttachmentMode.Endorsing", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityTokenAttachmentMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.SecurityTokenAttachmentMode.SignedEndorsing", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityTokenAttachmentMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.SecurityTokenAttachmentMode.SignedEncrypted", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityTokenAttachmentMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecurityTokenAttachmentMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityTokenAttachmentMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.SecurityTokenSpecification.#ctor(System.IdentityModel.Tokens.SecurityToken,System.Collections.ObjectModel.ReadOnlyCollection{System.IdentityModel.Policy.IAuthorizationPolicy})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityTokenSpecification.cs#L16C9-L20C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityTokenSpecification.SecurityToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityTokenSpecification.cs#L22C46-L22C50" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityTokenSpecification.SecurityTokenPolicies", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityTokenSpecification.cs#L26C19-L26C41" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecurityTokenSpecification", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityTokenSpecification.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Security.SecurityVersion.WSSecurity10", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityVersion.cs#L56C19-L56C53" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityVersion.WSSecurity11", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityVersion.cs#L61C19-L61C53" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecurityVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityVersion.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.SspiSecurityTokenProvider.#ctor(System.Net.NetworkCredential,System.Boolean,System.Security.Principal.TokenImpersonationLevel)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SspiSecurityTokenProvider.cs#L24C9-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.SspiSecurityTokenProvider.#ctor(System.Net.NetworkCredential,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SspiSecurityTokenProvider.cs#L30C9-L33C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.SspiSecurityTokenProvider.GetTokenCore(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SspiSecurityTokenProvider.cs#L37C13-L37C27" - }, - { - "DocsId": "M:System.ServiceModel.Security.SspiSecurityTokenProvider.BeginGetTokenCore(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SspiSecurityTokenProvider.cs#L42C13-L42C100" - }, - { - "DocsId": "M:System.ServiceModel.Security.SspiSecurityTokenProvider.EndGetTokenCore(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SspiSecurityTokenProvider.cs#L47C13-L47C68" - } - ], - "DocsId": "T:System.ServiceModel.Security.SspiSecurityTokenProvider", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SspiSecurityTokenProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.SupportingTokenSpecification.#ctor(System.IdentityModel.Tokens.SecurityToken,System.Collections.ObjectModel.ReadOnlyCollection{System.IdentityModel.Policy.IAuthorizationPolicy},System.ServiceModel.Security.SecurityTokenAttachmentMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SupportingTokenSpecification.cs#L18C15-L19C12" - }, - { - "DocsId": "M:System.ServiceModel.Security.SupportingTokenSpecification.#ctor(System.IdentityModel.Tokens.SecurityToken,System.Collections.ObjectModel.ReadOnlyCollection{System.IdentityModel.Policy.IAuthorizationPolicy},System.ServiceModel.Security.SecurityTokenAttachmentMode,System.ServiceModel.Security.Tokens.SecurityTokenParameters)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SupportingTokenSpecification.cs#L22C15-L27C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.SupportingTokenSpecification.SecurityTokenAttachmentMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SupportingTokenSpecification.cs#L29C74-L29C78" - } - ], - "DocsId": "T:System.ServiceModel.Security.SupportingTokenSpecification", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SupportingTokenSpecification.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Security.TrustVersion.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/TrustVersion.cs#L20C48-L20C52" - }, - { - "DocsId": "P:System.ServiceModel.Security.TrustVersion.Prefix", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/TrustVersion.cs#L26C17-L26C32" - }, - { - "DocsId": "P:System.ServiceModel.Security.TrustVersion.Default", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/TrustVersion.cs#L32C19-L32C41" - }, - { - "DocsId": "P:System.ServiceModel.Security.TrustVersion.WSTrustFeb2005", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/TrustVersion.cs#L37C19-L37C57" - }, - { - "DocsId": "P:System.ServiceModel.Security.TrustVersion.WSTrust13", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/TrustVersion.cs#L42C19-L42C52" - } - ], - "DocsId": "T:System.ServiceModel.Security.TrustVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/TrustVersion.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Security.UserNamePasswordClientCredential.UserName", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/UserNamePasswordClientCredential.cs#L30C17-L30C34" - }, - { - "DocsId": "P:System.ServiceModel.Security.UserNamePasswordClientCredential.Password", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/UserNamePasswordClientCredential.cs#L43C17-L43C34" - } - ], - "DocsId": "T:System.ServiceModel.Security.UserNamePasswordClientCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/UserNamePasswordClientCredential.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Security.WindowsClientCredential.AllowedImpersonationLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WindowsClientCredential.cs#L39C17-L39C51" - }, - { - "DocsId": "P:System.ServiceModel.Security.WindowsClientCredential.ClientCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WindowsClientCredential.cs#L59C17-L64C44" - }, - { - "DocsId": "P:System.ServiceModel.Security.WindowsClientCredential.AllowNtlm", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WindowsClientCredential.cs#L78C17-L78C35" - } - ], - "DocsId": "T:System.ServiceModel.Security.WindowsClientCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WindowsClientCredential.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L31C15-L33C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L36C15-L38C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.#ctor(System.ServiceModel.Security.SecurityVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L41C15-L43C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.#ctor(System.ServiceModel.Security.SecurityVersion,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L46C15-L48C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.#ctor(System.ServiceModel.Security.SecurityVersion,System.Boolean,System.IdentityModel.Tokens.SamlSerializer)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L51C15-L53C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.#ctor(System.ServiceModel.Security.SecurityVersion,System.Boolean,System.IdentityModel.Tokens.SamlSerializer,System.ServiceModel.Security.SecurityStateEncoder,System.Collections.Generic.IEnumerable{System.Type})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L56C15-L58C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.#ctor(System.ServiceModel.Security.SecurityVersion,System.ServiceModel.Security.TrustVersion,System.ServiceModel.Security.SecureConversationVersion,System.Boolean,System.IdentityModel.Tokens.SamlSerializer,System.ServiceModel.Security.SecurityStateEncoder,System.Collections.Generic.IEnumerable{System.Type})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L61C15-L63C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.#ctor(System.ServiceModel.Security.SecurityVersion,System.Boolean,System.IdentityModel.Tokens.SamlSerializer,System.ServiceModel.Security.SecurityStateEncoder,System.Collections.Generic.IEnumerable{System.Type},System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L67C15-L69C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.#ctor(System.ServiceModel.Security.SecurityVersion,System.ServiceModel.Security.TrustVersion,System.ServiceModel.Security.SecureConversationVersion,System.Boolean,System.IdentityModel.Tokens.SamlSerializer,System.ServiceModel.Security.SecurityStateEncoder,System.Collections.Generic.IEnumerable{System.Type},System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L25C9-L150C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.CanReadTokenCore(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L189C13-L198C26" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.ReadTokenCore(System.Xml.XmlReader,System.IdentityModel.Selectors.SecurityTokenResolver)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L203C13-L224C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.CanWriteTokenCore(System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L228C18-L236C26" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.WriteTokenCore(System.Xml.XmlWriter,System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L241C13-L271C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.CanReadKeyIdentifierCore(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L275C13-L275C58" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.ReadKeyIdentifierCore(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L282C17-L288C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.CanWriteKeyIdentifierCore(System.IdentityModel.Tokens.SecurityKeyIdentifier)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L292C13-L292C58" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.WriteKeyIdentifierCore(System.Xml.XmlWriter,System.IdentityModel.Tokens.SecurityKeyIdentifier)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L299C17-L305C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.CanReadKeyIdentifierClauseCore(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L309C13-L309C58" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.ReadKeyIdentifierClauseCore(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L316C17-L322C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.CanWriteKeyIdentifierClauseCore(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L326C13-L326C58" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.WriteKeyIdentifierClauseCore(System.Xml.XmlWriter,System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L333C17-L339C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.GetTokenTypeUri(System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L360C13-L372C25" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.TryCreateKeyIdentifierClauseFromTokenXml(System.Xml.XmlElement,System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle,System.IdentityModel.Tokens.SecurityKeyIdentifierClause@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L377C13-L394C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.CreateKeyIdentifierClauseFromTokenXml(System.Xml.XmlElement,System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L398C13-L424C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.WSSecurityTokenSerializer.DefaultInstance", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L156C17-L161C35" - }, - { - "DocsId": "P:System.ServiceModel.Security.WSSecurityTokenSerializer.EmitBspRequiredAttributes", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L165C49-L165C53" - }, - { - "DocsId": "P:System.ServiceModel.Security.WSSecurityTokenSerializer.SecurityVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L167C50-L167C54" - }, - { - "DocsId": "P:System.ServiceModel.Security.WSSecurityTokenSerializer.MaximumKeyDerivationOffset", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L169C49-L169C53" - }, - { - "DocsId": "P:System.ServiceModel.Security.WSSecurityTokenSerializer.MaximumKeyDerivationLabelLength", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L171C54-L171C58" - }, - { - "DocsId": "P:System.ServiceModel.Security.WSSecurityTokenSerializer.MaximumKeyDerivationNonceLength", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L175C19-L175C59" - } - ], - "DocsId": "T:System.ServiceModel.Security.WSSecurityTokenSerializer", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.X509CertificateInitiatorClientCredential.SetCertificate(System.String,System.Security.Cryptography.X509Certificates.StoreLocation,System.Security.Cryptography.X509Certificates.StoreName)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateInitiatorClientCredential.cs#L56C13-L62C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.X509CertificateInitiatorClientCredential.SetCertificate(System.Security.Cryptography.X509Certificates.StoreLocation,System.Security.Cryptography.X509Certificates.StoreName,System.Security.Cryptography.X509Certificates.X509FindType,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateInitiatorClientCredential.cs#L66C13-L73C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.X509CertificateInitiatorClientCredential.Certificate", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateInitiatorClientCredential.cs#L45C17-L45C37" - } - ], - "DocsId": "T:System.ServiceModel.Security.X509CertificateInitiatorClientCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateInitiatorClientCredential.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.X509CertificateRecipientClientCredential.SetDefaultCertificate(System.String,System.Security.Cryptography.X509Certificates.StoreLocation,System.Security.Cryptography.X509Certificates.StoreName)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateRecipientClientCredential.cs#L77C13-L82C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.X509CertificateRecipientClientCredential.SetDefaultCertificate(System.Security.Cryptography.X509Certificates.StoreLocation,System.Security.Cryptography.X509Certificates.StoreName,System.Security.Cryptography.X509Certificates.X509FindType,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateRecipientClientCredential.cs#L86C13-L92C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.X509CertificateRecipientClientCredential.SetScopedCertificate(System.String,System.Security.Cryptography.X509Certificates.StoreLocation,System.Security.Cryptography.X509Certificates.StoreName,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateRecipientClientCredential.cs#L96C13-L101C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.X509CertificateRecipientClientCredential.SetScopedCertificate(System.Security.Cryptography.X509Certificates.StoreLocation,System.Security.Cryptography.X509Certificates.StoreName,System.Security.Cryptography.X509Certificates.X509FindType,System.Object,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateRecipientClientCredential.cs#L105C13-L116C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.X509CertificateRecipientClientCredential.DefaultCertificate", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateRecipientClientCredential.cs#L49C17-L49C44" - }, - { - "DocsId": "P:System.ServiceModel.Security.X509CertificateRecipientClientCredential.ScopedCertificates", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateRecipientClientCredential.cs#L58C71-L58C75" - }, - { - "DocsId": "P:System.ServiceModel.Security.X509CertificateRecipientClientCredential.Authentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateRecipientClientCredential.cs#L60C70-L60C74" - }, - { - "DocsId": "P:System.ServiceModel.Security.X509CertificateRecipientClientCredential.SslCertificateAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateRecipientClientCredential.cs#L66C17-L66C54" - } - ], - "DocsId": "T:System.ServiceModel.Security.X509CertificateRecipientClientCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateRecipientClientCredential.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Security.X509CertificateValidationMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateValidationMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.X509CertificateValidationMode.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateValidationMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.X509CertificateValidationMode.PeerTrust", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateValidationMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.X509CertificateValidationMode.ChainTrust", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateValidationMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.X509CertificateValidationMode.PeerOrChainTrust", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateValidationMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.X509CertificateValidationMode.Custom", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateValidationMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.X509CertificateValidationMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateValidationMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.X509ClientCertificateAuthentication.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509ClientCertificateAuthentication.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.X509ClientCertificateAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509ClientCertificateAuthentication.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.X509ServiceCertificateAuthentication.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509ServiceCertificateAuthentication.cs#L23C9-L31C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.X509ServiceCertificateAuthentication.CertificateValidationMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509ServiceCertificateAuthentication.cs#L62C17-L62C51" - }, - { - "DocsId": "P:System.ServiceModel.Security.X509ServiceCertificateAuthentication.RevocationMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509ServiceCertificateAuthentication.cs#L83C17-L83C40" - }, - { - "DocsId": "P:System.ServiceModel.Security.X509ServiceCertificateAuthentication.TrustedStoreLocation", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509ServiceCertificateAuthentication.cs#L96C17-L96C46" - }, - { - "DocsId": "P:System.ServiceModel.Security.X509ServiceCertificateAuthentication.CustomCertificateValidator", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509ServiceCertificateAuthentication.cs#L109C17-L109C52" - } - ], - "DocsId": "T:System.ServiceModel.Security.X509ServiceCertificateAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509ServiceCertificateAuthentication.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Tokens.BinarySecretSecurityToken.#ctor(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/BinarySecretSecurityToken.cs#L19C15-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.BinarySecretSecurityToken.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/BinarySecretSecurityToken.cs#L24C15-L26C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.BinarySecretSecurityToken.#ctor(System.String,System.Int32,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/BinarySecretSecurityToken.cs#L28C9-L53C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.BinarySecretSecurityToken.#ctor(System.String,System.Byte[],System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/BinarySecretSecurityToken.cs#L55C9-L74C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.BinarySecretSecurityToken.GetKeyBytes", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/BinarySecretSecurityToken.cs#L104C13-L104C52" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.BinarySecretSecurityToken.Id", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/BinarySecretSecurityToken.cs#L78C19-L78C30" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.BinarySecretSecurityToken.ValidFrom", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/BinarySecretSecurityToken.cs#L83C19-L83C41" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.BinarySecretSecurityToken.ValidTo", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/BinarySecretSecurityToken.cs#L89C19-L89C44" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.BinarySecretSecurityToken.KeySize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/BinarySecretSecurityToken.cs#L94C19-L94C44" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.BinarySecretSecurityToken.SecurityKeys", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/BinarySecretSecurityToken.cs#L99C19-L99C40" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.BinarySecretSecurityToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/BinarySecretSecurityToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Tokens.ClaimTypeRequirement.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ClaimTypeRequirement.cs#L14C15-L16C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.ClaimTypeRequirement.#ctor(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ClaimTypeRequirement.cs#L18C9-L31C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ClaimTypeRequirement.ClaimType", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ClaimTypeRequirement.cs#L33C35-L33C39" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ClaimTypeRequirement.IsOptional", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ClaimTypeRequirement.cs#L37C19-L37C38" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.ClaimTypeRequirement", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ClaimTypeRequirement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Tokens.InitiatorServiceModelSecurityTokenRequirement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/InitiatorServiceModelSecurityTokenRequirement.cs#L13C15-L16C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.InitiatorServiceModelSecurityTokenRequirement.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/InitiatorServiceModelSecurityTokenRequirement.cs#L68C13-L68C39" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.InitiatorServiceModelSecurityTokenRequirement.TargetAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/InitiatorServiceModelSecurityTokenRequirement.cs#L22C17-L22C91" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.InitiatorServiceModelSecurityTokenRequirement.Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/InitiatorServiceModelSecurityTokenRequirement.cs#L34C17-L34C69" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.InitiatorServiceModelSecurityTokenRequirement", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/InitiatorServiceModelSecurityTokenRequirement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.#ctor(System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L83C78-L53C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L56C15-L59C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L62C15-L65C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.#ctor(System.String,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L68C15-L71C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.#ctor(System.String,System.ServiceModel.EndpointAddress,System.ServiceModel.Channels.Binding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L83C78-L79C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.CloneCore", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L137C13-L137C60" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.CreateKeyIdentifierClause(System.IdentityModel.Tokens.SecurityToken,System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L142C13-L145C62" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L150C13-L189C41" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.InitializeSecurityTokenRequirement(System.IdentityModel.Selectors.SecurityTokenRequirement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L194C13-L218C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.HasAsymmetricKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L81C67-L81C115" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.AdditionalRequestParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L83C69-L83C73" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.DefaultMessageSecurityVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L85C71-L85C75" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.IssuerAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L89C48-L89C52" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.IssuerMetadataAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L91C56-L91C60" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.IssuerBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L93C40-L93C44" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.KeyType", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L99C17-L99C33" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.KeySize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L112C17-L112C33" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.UseStrTransform", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L125C39-L125C43" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.ClaimTypeRequirements", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L127C73-L127C77" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.TokenType", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L129C35-L129C39" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.SupportsClientAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L131C79-L131C91" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.SupportsServerAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L132C79-L132C91" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.SupportsClientWindowsIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L133C80-L133C93" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Tokens.RecipientServiceModelSecurityTokenRequirement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/RecipientServiceModelSecurityTokenRequirement.cs#L11C15-L14C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.RecipientServiceModelSecurityTokenRequirement.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/RecipientServiceModelSecurityTokenRequirement.cs#L30C13-L30C39" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.RecipientServiceModelSecurityTokenRequirement.ListenUri", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/RecipientServiceModelSecurityTokenRequirement.cs#L20C17-L20C75" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.RecipientServiceModelSecurityTokenRequirement", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/RecipientServiceModelSecurityTokenRequirement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.#ctor(System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L102C53-L34C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L37C15-L40C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.#ctor(System.ServiceModel.Channels.SecurityBindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L102C53-L45C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.#ctor(System.ServiceModel.Channels.SecurityBindingElement,System.Boolean,System.ServiceModel.Security.ChannelProtectionRequirements)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L48C15-L51C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.#ctor(System.ServiceModel.Channels.SecurityBindingElement,System.Boolean,System.Boolean,System.ServiceModel.Security.ChannelProtectionRequirements)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L102C53-L70C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.CloneCore", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L130C13-L130C72" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.CreateKeyIdentifierClause(System.IdentityModel.Tokens.SecurityToken,System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L135C13-L141C137" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.InitializeSecurityTokenRequirement(System.IdentityModel.Selectors.SecurityTokenRequirement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L147C13-L154C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L158C13-L172C41" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.HasAsymmetricKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L72C67-L72C80" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.BootstrapSecurityBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L74C73-L74C77" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.RequireCancellation", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L100C43-L100C47" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.CanRenewSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L102C39-L102C43" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.SupportsClientAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L108C17-L108C131" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.SupportsServerAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L116C17-L116C131" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.SupportsClientWindowsIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L124C17-L124C132" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Security.Tokens.SecurityTokenInclusionMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenInclusionMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.Tokens.SecurityTokenInclusionMode.AlwaysToRecipient", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenInclusionMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.Tokens.SecurityTokenInclusionMode.Never", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenInclusionMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.Tokens.SecurityTokenInclusionMode.Once", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenInclusionMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.Tokens.SecurityTokenInclusionMode.AlwaysToInitiator", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenInclusionMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.SecurityTokenInclusionMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenInclusionMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecurityTokenParameters.#ctor(System.ServiceModel.Security.Tokens.SecurityTokenParameters)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs#L49C56-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecurityTokenParameters.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs#L49C56-L32C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecurityTokenParameters.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs#L57C13-L64C27" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecurityTokenParameters.CloneCore", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecurityTokenParameters.CreateKeyIdentifierClause(System.IdentityModel.Tokens.SecurityToken,System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecurityTokenParameters.MatchesKeyIdentifierClause(System.IdentityModel.Tokens.SecurityToken,System.IdentityModel.Tokens.SecurityKeyIdentifierClause,System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs#L119C13-L152C27" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecurityTokenParameters.InitializeSecurityTokenRequirement(System.IdentityModel.Selectors.SecurityTokenRequirement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecurityTokenParameters.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs#L190C13-L195C34" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecurityTokenParameters.HasAsymmetricKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecurityTokenParameters.InclusionMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs#L40C17-L40C39" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecurityTokenParameters.RequireDerivedKeys", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs#L49C42-L49C46" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecurityTokenParameters.SupportsClientAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecurityTokenParameters.SupportsServerAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecurityTokenParameters.SupportsClientWindowsIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.SecurityTokenParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenReferenceStyle.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle.Internal", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenReferenceStyle.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle.External", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenReferenceStyle.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenReferenceStyle.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L51C15-L54C10" - }, - { - "DocsId": "F:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.SecurityAlgorithmSuiteProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L56C69-L56C107" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.SecurityBindingElementProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L57C69-L57C107" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.IssuerAddressProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L58C60-L58C89" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.IssuerBindingProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L59C60-L59C89" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.SecureConversationSecurityBindingElementProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L60C87-L60C143" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.SupportSecurityContextCancellationProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L61C81-L61C131" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.MessageSecurityVersionProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L62C69-L62C107" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.IssuerBindingContextProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L64C67-L64C103" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.TransportSchemeProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L65C62-L65C93" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.IsInitiatorProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L66C58-L66C85" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.TargetAddressProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L67C60-L67C89" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.ViaProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L68C50-L68C69" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.ListenUriProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L69C56-L69C81" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.AuditLogLocationProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L70C63-L70C95" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.SuppressAuditFailureProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L71C67-L71C103" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.MessageAuthenticationAuditLevelProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L72C78-L72C125" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.IsOutOfBandTokenProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L73C63-L73C95" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.PreferSslCertificateAuthenticatorProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L74C80-L74C129" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.SupportingTokenAttachmentModeProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L76C76-L76C121" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.MessageDirectionProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L77C63-L77C95" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.HttpAuthenticationSchemeProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L78C71-L78C111" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.IssuedSecurityTokenParametersProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L79C76-L79C121" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.PrivacyNoticeUriProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L80C63-L80C95" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.PrivacyNoticeVersionProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L81C67-L81C103" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.DuplexClientLocalAddressProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L82C71-L82C111" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.EndpointFilterTableProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L83C66-L83C101" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.ChannelParametersCollectionProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L84C74-L84C117" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.ExtendedProtectionPolicy", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L85C63-L85C95" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.IsInitiator", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L91C17-L91C73" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.SecurityAlgorithmSuite", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L99C17-L99C107" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.SecurityBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L111C17-L111C107" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.IssuerAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L123C17-L123C91" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.IssuerBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L135C17-L135C83" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.SecureConversationSecurityBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L147C17-L147C125" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.MessageSecurityVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L159C17-L159C105" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.TransportScheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L184C17-L184C84" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenTypes.Spnego", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenTypes.cs#L11C40-L11C61" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenTypes.MutualSslnego", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenTypes.cs#L12C47-L12C75" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenTypes.AnonymousSslnego", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenTypes.cs#L13C50-L13C81" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenTypes.SecurityContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenTypes.cs#L14C49-L14C84" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenTypes.SecureConversation", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenTypes.cs#L15C52-L15C85" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenTypes.SspiCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenTypes.cs#L16C48-L16C77" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenTypes", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenTypes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SspiSecurityToken.#ctor(System.Security.Principal.TokenImpersonationLevel,System.Boolean,System.Net.NetworkCredential)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SspiSecurityToken.cs#L20C9-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SspiSecurityToken.#ctor(System.Net.NetworkCredential,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SspiSecurityToken.cs#L29C9-L36C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SspiSecurityToken.Id", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SspiSecurityToken.cs#L42C17-L47C28" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SspiSecurityToken.ValidFrom", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SspiSecurityToken.cs#L53C19-L53C41" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SspiSecurityToken.ValidTo", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SspiSecurityToken.cs#L58C19-L58C42" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SspiSecurityToken.AllowUnauthenticatedCallers", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SspiSecurityToken.cs#L65C17-L65C53" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SspiSecurityToken.ImpersonationLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SspiSecurityToken.cs#L69C61-L69C65" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SspiSecurityToken.AllowNtlm", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SspiSecurityToken.cs#L71C33-L71C37" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SspiSecurityToken.NetworkCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SspiSecurityToken.cs#L73C54-L73C58" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SspiSecurityToken.ExtractGroupsForWindowsAccounts", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SspiSecurityToken.cs#L75C55-L75C59" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SspiSecurityToken.SecurityKeys", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SspiSecurityToken.cs#L81C17-L81C70" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.SspiSecurityToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SspiSecurityToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SupportingTokenParameters.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SupportingTokenParameters.cs#L14C9-L47C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SupportingTokenParameters.SetKeyDerivation(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SupportingTokenParameters.cs#L65C51-L87C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SupportingTokenParameters.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SupportingTokenParameters.cs#L112C13-L167C41" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SupportingTokenParameters.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SupportingTokenParameters.cs#L172C13-L177C31" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SupportingTokenParameters.CloneCore", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SupportingTokenParameters.cs#L182C13-L182C56" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SupportingTokenParameters.Endorsing", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SupportingTokenParameters.cs#L49C64-L49C68" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SupportingTokenParameters.SignedEndorsing", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SupportingTokenParameters.cs#L55C17-L55C41" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SupportingTokenParameters.Signed", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SupportingTokenParameters.cs#L59C61-L59C65" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SupportingTokenParameters.SignedEncrypted", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SupportingTokenParameters.cs#L61C70-L61C74" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.SupportingTokenParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SupportingTokenParameters.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Tokens.UserNameSecurityTokenParameters.#ctor(System.ServiceModel.Security.Tokens.UserNameSecurityTokenParameters)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/UserNameSecurityTokenParameters.cs#L14C15-L17C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.UserNameSecurityTokenParameters.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/UserNameSecurityTokenParameters.cs#L20C15-L23C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.UserNameSecurityTokenParameters.CloneCore", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/UserNameSecurityTokenParameters.cs#L32C13-L32C62" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.UserNameSecurityTokenParameters.CreateKeyIdentifierClause(System.IdentityModel.Tokens.SecurityToken,System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/UserNameSecurityTokenParameters.cs#L37C13-L37C126" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.UserNameSecurityTokenParameters.InitializeSecurityTokenRequirement(System.IdentityModel.Selectors.SecurityTokenRequirement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/UserNameSecurityTokenParameters.cs#L42C13-L44C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.UserNameSecurityTokenParameters.HasAsymmetricKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/UserNameSecurityTokenParameters.cs#L25C67-L25C80" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.UserNameSecurityTokenParameters.SupportsClientAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/UserNameSecurityTokenParameters.cs#L26C79-L26C91" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.UserNameSecurityTokenParameters.SupportsServerAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/UserNameSecurityTokenParameters.cs#L27C79-L27C92" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.UserNameSecurityTokenParameters.SupportsClientWindowsIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/UserNameSecurityTokenParameters.cs#L28C80-L28C92" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.UserNameSecurityTokenParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/UserNameSecurityTokenParameters.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Security.Tokens.X509KeyIdentifierClauseType.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509KeyIdentifierClauseType.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.Tokens.X509KeyIdentifierClauseType.Any", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509KeyIdentifierClauseType.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.Tokens.X509KeyIdentifierClauseType.Thumbprint", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509KeyIdentifierClauseType.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.Tokens.X509KeyIdentifierClauseType.IssuerSerial", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509KeyIdentifierClauseType.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.Tokens.X509KeyIdentifierClauseType.SubjectKeyIdentifier", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509KeyIdentifierClauseType.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.Tokens.X509KeyIdentifierClauseType.RawDataKeyIdentifier", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509KeyIdentifierClauseType.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.X509KeyIdentifierClauseType", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509KeyIdentifierClauseType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.#ctor(System.ServiceModel.Security.Tokens.X509SecurityTokenParameters)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L19C15-L22C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L25C15-L28C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.#ctor(System.ServiceModel.Security.Tokens.X509KeyIdentifierClauseType)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L31C15-L34C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.#ctor(System.ServiceModel.Security.Tokens.X509KeyIdentifierClauseType,System.ServiceModel.Security.Tokens.SecurityTokenInclusionMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L37C15-L39C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.CloneCore", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L71C13-L71C58" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.CreateKeyIdentifierClause(System.IdentityModel.Tokens.SecurityToken,System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L76C13-L119C27" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.InitializeSecurityTokenRequirement(System.IdentityModel.Selectors.SecurityTokenRequirement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L124C13-L127C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L131C13-L136C34" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.HasAsymmetricKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L50C67-L50C79" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.X509ReferenceStyle", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L56C17-L56C44" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.SupportsClientAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L65C79-L65C91" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.SupportsServerAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L66C79-L66C91" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.SupportsClientWindowsIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L67C80-L67C92" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.CloseInput", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L277C13-L278C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.OnAbort", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L370C13-L382C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.OnClose(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L386C13-L400C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.OnBeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L404C13-L417C83" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.OnEndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L424C17-L430C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.OnClosed", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L434C13-L435C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L439C13-L452C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.OnCloseAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L456C13-L457C48" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpenAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L462C13-L463C48" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.OnBeginOpen(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L515C13-L532C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.OnEndOpen(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L536C13-L551C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpening", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L555C13-L564C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L568C13-L593C10" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.DefaultCloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L63C17-L69C57" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.DefaultOpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L78C17-L84C56" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.Endpoints", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L95C19-L95C47" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.ErrorHandlers", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L98C58-L98C62" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.MessageVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L102C19-L102C42" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.ReceiveContextEnabled", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L129C17-L129C47" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.Listener", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L146C19-L146C36" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.MaxTransactedBatchSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L153C17-L153C48" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.ManualAddressing", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L170C19-L170C51" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.ReceiveSynchronously", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L184C17-L184C46" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.SendAsynchronously", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L197C17-L197C44" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.MaxPendingReceives", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L210C17-L210C44" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.IncludeExceptionDetailInFaults", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L221C19-L221C58" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.ChannelDispatcher", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcherBase.CloseInput", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcherBase.cs#L16C9-L16C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcherBase.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcherBase.cs" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcherBase.Listener", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcherBase.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.ChannelDispatcherBase", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcherBase.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperationCompatBase.ParameterInspectors", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L24C17-L24C44" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.ClientOperationCompatBase", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.ClientOperation.#ctor(System.ServiceModel.Dispatcher.ClientRuntime,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L47C15-L49C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ClientOperation.#ctor(System.ServiceModel.Dispatcher.ClientRuntime,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L35C9-L60C10" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.Action", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L62C32-L62C36" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.FaultContractInfos", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L64C79-L64C83" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.BeginMethod", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L68C19-L68C39" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.EndMethod", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L81C19-L81C37" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.SyncMethod", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L94C19-L94C38" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.Formatter", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L107C19-L107C44" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.IsInitiating", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L145C19-L145C40" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.IsOneWay", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L158C19-L158C36" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.IsTerminating", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L171C19-L171C41" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L182C30-L182C34" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.ClientParameterInspectors", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L186C19-L186C46" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.ParameterInspectors", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L192C19-L192C46" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.Parent", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L197C19-L197C34" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.ReplyAction", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L200C37-L200C41" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.SerializeRequest", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L204C19-L204C44" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.DeserializeReply", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L217C19-L217C44" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.TaskMethod", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L230C19-L230C38" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.TaskTResult", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L243C19-L243C39" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.ClientOperation", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntimeCompatBase.MessageInspectors", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L30C17-L30C43" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntimeCompatBase.Operations", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L40C17-L40C42" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.ClientRuntimeCompatBase", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.CallbackClientType", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L116C19-L116C45" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.ChannelInitializers", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L129C19-L129C47" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.ContractName", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L132C38-L132C42" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.ContractNamespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L136C19-L136C45" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.ContractClientType", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L141C19-L141C45" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L173C19-L173C31" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.ValidateMustUnderstand", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L186C19-L186C57" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.MessageVersionNoneFaultsEnabled", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L201C17-L201C57" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.DispatchRuntime", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L210C50-L210C54" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.CallbackDispatchRuntime", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L216C17-L221C40" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.InteractiveChannelInitializers", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L258C19-L258C58" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.MaxFaultSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L265C17-L265C38" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.ManualAddressing", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L283C17-L289C53" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.ClientMessageInspectors", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L330C19-L330C44" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.MessageInspectors", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L336C19-L336C45" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.ClientOperations", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L341C19-L341C37" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.Operations", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L347C19-L347C38" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.OperationSelector", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L352C19-L352C45" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.UnhandledClientOperation", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L368C59-L368C63" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.ClientRuntime", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.DispatchOperation.#ctor(System.ServiceModel.Dispatcher.DispatchRuntime,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L17C9-L31C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.DispatchOperation.#ctor(System.ServiceModel.Dispatcher.DispatchRuntime,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L34C15-L38C10" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchOperation.IsOneWay", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L40C32-L40C36" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchOperation.Action", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L42C32-L42C36" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchOperation.FaultContractInfos", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L46C19-L46C46" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchOperation.AutoDisposeParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L51C19-L51C49" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchOperation.Invoker", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L110C19-L110C42" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchOperation.IsTerminating", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L123C19-L123C41" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchOperation.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L147C30-L147C34" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchOperation.ParameterInspectors", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L149C82-L149C86" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchOperation.Parent", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L151C41-L151C45" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchOperation.ReplyAction", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L155C19-L155C39" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchOperation.DeserializeRequest", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L160C19-L160C46" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchOperation.SerializeReply", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L173C19-L173C42" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.DispatchOperation", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.InstanceContextProvider", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L59C17-L59C49" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.ConcurrencyMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L81C17-L81C41" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.EnsureOrderedDispatch", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L98C17-L98C47" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.AutomaticInputSessionShutdown", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L112C19-L112C57" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.ChannelDispatcher", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L125C19-L125C85" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.CallbackClientRuntime", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L132C17-L143C38" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.EndpointDispatcher", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L147C56-L147C60" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.InstanceProvider", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L151C19-L151C44" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.MessageInspectors", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L164C19-L164C45" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.Operations", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L169C19-L169C38" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.SynchronizationContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L174C19-L174C50" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.Type", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L187C19-L187C32" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.UnhandledDispatchOperation", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L200C19-L200C37" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.DispatchRuntime", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.EndpointDispatcher.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/EndpointDispatcher.cs" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.EndpointDispatcher.ChannelDispatcher", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/EndpointDispatcher.cs#L15C54-L15C58" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.EndpointDispatcher.ContractName", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/EndpointDispatcher.cs#L19C19-L19C39" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.EndpointDispatcher.ContractNamespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/EndpointDispatcher.cs#L24C19-L24C39" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.EndpointDispatcher.DispatchRuntime", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/EndpointDispatcher.cs#L31C19-L31C31" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.EndpointDispatcher.EndpointAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/EndpointDispatcher.cs#L38C17-L66C52" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.EndpointDispatcher.FilterPriority", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/EndpointDispatcher.cs#L70C37-L70C41" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.EndpointDispatcher", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/EndpointDispatcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.FaultContractInfo.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultContractInfo.cs#L18C15-L20C10" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.FaultContractInfo.Action", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultContractInfo.cs#L34C32-L34C36" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.FaultContractInfo.Detail", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultContractInfo.cs#L36C30-L36C34" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.FaultContractInfo", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultContractInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.FaultFormatter.Serialize(System.ServiceModel.FaultException,System.String@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultFormatter.cs#L46C13-L64C79" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.FaultFormatter.Deserialize(System.ServiceModel.Channels.MessageFault,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultFormatter.cs#L69C13-L74C63" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.FaultFormatter.GetSerializer(System.Type,System.String,System.String@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultFormatter.cs#L79C13-L100C127" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.FaultFormatter.CreateFaultException(System.ServiceModel.Channels.MessageFault,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultFormatter.cs#L107C13-L149C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.FaultFormatter.CreateFaultException(System.ServiceModel.Channels.MessageFault,System.String,System.Object,System.Type,System.Xml.XmlDictionaryReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultFormatter.cs#L154C13-L180C25" - }, - { - "DocsId": "T:System.ServiceModel.Dispatcher.FaultFormatter.OperationFault`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultFormatter.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.FaultFormatter", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.IChannelInitializer.Initialize(System.ServiceModel.IClientChannel)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IChannelInitializer.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.IChannelInitializer", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IChannelInitializer.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.IClientMessageFormatter.SerializeRequest(System.ServiceModel.Channels.MessageVersion,System.Object[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IClientMessageFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IClientMessageFormatter.DeserializeReply(System.ServiceModel.Channels.Message,System.Object[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IClientMessageFormatter.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.IClientMessageFormatter", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IClientMessageFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.IClientMessageInspector.BeforeSendRequest(System.ServiceModel.Channels.Message@,System.ServiceModel.IClientChannel)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IClientMessageInspector.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IClientMessageInspector.AfterReceiveReply(System.ServiceModel.Channels.Message@,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IClientMessageInspector.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.IClientMessageInspector", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IClientMessageInspector.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.IClientOperationSelector.SelectOperation(System.Reflection.MethodBase,System.Object[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IClientOperationSelector.cs" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.IClientOperationSelector.AreParametersRequiredForSelection", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IClientOperationSelector.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.IClientOperationSelector", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IClientOperationSelector.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.IDispatchMessageInspector.AfterReceiveRequest(System.ServiceModel.Channels.Message@,System.ServiceModel.IClientChannel,System.ServiceModel.InstanceContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IDispatchMessageInspector.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IDispatchMessageInspector.BeforeSendReply(System.ServiceModel.Channels.Message@,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IDispatchMessageInspector.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.IDispatchMessageInspector", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IDispatchMessageInspector.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.IErrorHandler.ProvideFault(System.Exception,System.ServiceModel.Channels.MessageVersion,System.ServiceModel.Channels.Message@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IErrorHandler.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IErrorHandler.HandleError(System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IErrorHandler.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.IErrorHandler", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IErrorHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.IInstanceContextProvider.GetExistingInstanceContext(System.ServiceModel.Channels.Message,System.ServiceModel.IContextChannel)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IInstanceContextProvider.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.IInstanceContextProvider", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IInstanceContextProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.IInstanceProvider.GetInstance(System.ServiceModel.InstanceContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IInstanceProvider.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IInstanceProvider.GetInstance(System.ServiceModel.InstanceContext,System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IInstanceProvider.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IInstanceProvider.ReleaseInstance(System.ServiceModel.InstanceContext,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IInstanceProvider.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.IInstanceProvider", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IInstanceProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.IInteractiveChannelInitializer.BeginDisplayInitializationUI(System.ServiceModel.IClientChannel,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IInteractiveChannelInitializer.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IInteractiveChannelInitializer.EndDisplayInitializationUI(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IInteractiveChannelInitializer.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.IInteractiveChannelInitializer", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IInteractiveChannelInitializer.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.IMessageFilterTable`1.GetMatchingValue(System.ServiceModel.Channels.Message,`0@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IMessageFilterTable.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IMessageFilterTable`1.GetMatchingValue(System.ServiceModel.Channels.MessageBuffer,`0@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IMessageFilterTable.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IMessageFilterTable`1.GetMatchingValues(System.ServiceModel.Channels.Message,System.Collections.Generic.ICollection{`0})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IMessageFilterTable.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IMessageFilterTable`1.GetMatchingValues(System.ServiceModel.Channels.MessageBuffer,System.Collections.Generic.ICollection{`0})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IMessageFilterTable.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IMessageFilterTable`1.GetMatchingFilter(System.ServiceModel.Channels.Message,System.ServiceModel.Dispatcher.MessageFilter@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IMessageFilterTable.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IMessageFilterTable`1.GetMatchingFilter(System.ServiceModel.Channels.MessageBuffer,System.ServiceModel.Dispatcher.MessageFilter@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IMessageFilterTable.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IMessageFilterTable`1.GetMatchingFilters(System.ServiceModel.Channels.Message,System.Collections.Generic.ICollection{System.ServiceModel.Dispatcher.MessageFilter})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IMessageFilterTable.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IMessageFilterTable`1.GetMatchingFilters(System.ServiceModel.Channels.MessageBuffer,System.Collections.Generic.ICollection{System.ServiceModel.Dispatcher.MessageFilter})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IMessageFilterTable.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.IMessageFilterTable`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IMessageFilterTable.cs" - }, - { - "Members": [], - "DocsId": "T:System.ServiceModel.Dispatcher.InstanceBehavior", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/InstanceBehavior.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.IOperationInvoker.AllocateInputs", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IOperationInvoker.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IOperationInvoker.InvokeBegin(System.Object,System.Object[],System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IOperationInvoker.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IOperationInvoker.InvokeEnd(System.Object,System.Object[]@,System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IOperationInvoker.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.IOperationInvoker", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IOperationInvoker.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.IParameterInspector.BeforeCall(System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IParameterInspector.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IParameterInspector.AfterCall(System.String,System.Object[],System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IParameterInspector.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.IParameterInspector", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IParameterInspector.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.MessageFilter.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/MessageFilter.cs#L22C9-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.MessageFilter.CreateFilterTable``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/MessageFilter.cs#L28C13-L28C25" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.MessageFilter.Match(System.ServiceModel.Channels.MessageBuffer)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/MessageFilter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.MessageFilter.Match(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/MessageFilter.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.MessageFilter", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/MessageFilter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.OperationInvokerBehavior.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/OperationInvokerBehavior.cs#L13C9-L15C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.OperationInvokerBehavior.System#ServiceModel#Description#IOperationBehavior#Validate(System.ServiceModel.Description.OperationDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/OperationInvokerBehavior.cs#L19C9-L19C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.OperationInvokerBehavior.System#ServiceModel#Description#IOperationBehavior#AddBindingParameters(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/OperationInvokerBehavior.cs#L23C9-L23C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.OperationInvokerBehavior.System#ServiceModel#Description#IOperationBehavior#ApplyDispatchBehavior(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Dispatcher.DispatchOperation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/OperationInvokerBehavior.cs#L27C13-L61C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.OperationInvokerBehavior.System#ServiceModel#Description#IOperationBehavior#ApplyClientBehavior(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Dispatcher.ClientOperation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/OperationInvokerBehavior.cs#L65C9-L65C10" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.OperationInvokerBehavior", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/OperationInvokerBehavior.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.SyncMethodInvoker.#ctor(System.Reflection.MethodInfo)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/SyncMethodInvoker.cs#L21C9-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.SyncMethodInvoker.AllocateInputs", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/SyncMethodInvoker.cs#L43C13-L45C70" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.SyncMethodInvoker.InvokeBegin(System.Object,System.Object[],System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/SyncMethodInvoker.cs#L50C13-L50C73" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.SyncMethodInvoker.InvokeEnd(System.Object,System.Object[]@,System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/SyncMethodInvoker.cs#L55C13-L63C32" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.SyncMethodInvoker.Method", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/SyncMethodInvoker.cs#L26C36-L26C40" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.SyncMethodInvoker.MethodName", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/SyncMethodInvoker.cs#L32C17-L37C36" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.SyncMethodInvoker", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/SyncMethodInvoker.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.TaskMethodInvoker.#ctor(System.Reflection.MethodInfo,System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/TaskMethodInvoker.cs#L25C9-L34C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.TaskMethodInvoker.AllocateInputs", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/TaskMethodInvoker.cs#L53C13-L55C70" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.TaskMethodInvoker.InvokeBegin(System.Object,System.Object[],System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/TaskMethodInvoker.cs#L60C13-L60C73" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.TaskMethodInvoker.InvokeEnd(System.Object,System.Object[]@,System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/TaskMethodInvoker.cs#L66C13-L121C30" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.TaskMethodInvoker.Method", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/TaskMethodInvoker.cs#L36C36-L36C40" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.TaskMethodInvoker.MethodName", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/TaskMethodInvoker.cs#L42C17-L47C36" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.TaskMethodInvoker", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/TaskMethodInvoker.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.CallbackDebugBehavior.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/CallbackDebugBehavior.cs#L13C9-L16C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.CallbackDebugBehavior.System#ServiceModel#Description#IEndpointBehavior#Validate(System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/CallbackDebugBehavior.cs#L26C9-L26C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.CallbackDebugBehavior.System#ServiceModel#Description#IEndpointBehavior#AddBindingParameters(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/CallbackDebugBehavior.cs#L30C9-L30C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.CallbackDebugBehavior.System#ServiceModel#Description#IEndpointBehavior#ApplyDispatchBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.EndpointDispatcher)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/CallbackDebugBehavior.cs#L34C13-L35C106" - }, - { - "DocsId": "M:System.ServiceModel.Description.CallbackDebugBehavior.System#ServiceModel#Description#IEndpointBehavior#ApplyClientBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.ClientRuntime)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/CallbackDebugBehavior.cs#L40C13-L45C10" - }, - { - "DocsId": "P:System.ServiceModel.Description.CallbackDebugBehavior.IncludeExceptionDetailInFaults", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/CallbackDebugBehavior.cs#L20C13-L20C17" - } - ], - "DocsId": "T:System.ServiceModel.Description.CallbackDebugBehavior", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/CallbackDebugBehavior.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.ClientCredentials.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L22C9-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ClientCredentials.#ctor(System.ServiceModel.Description.ClientCredentials)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L26C9-L59C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ClientCredentials.CreateSecurityTokenManager", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L149C13-L149C71" - }, - { - "DocsId": "M:System.ServiceModel.Description.ClientCredentials.CloneCore", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L154C13-L154C48" - }, - { - "DocsId": "M:System.ServiceModel.Description.ClientCredentials.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L159C13-L164C27" - }, - { - "DocsId": "M:System.ServiceModel.Description.ClientCredentials.System#ServiceModel#Description#IEndpointBehavior#Validate(System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L169C9-L169C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ClientCredentials.System#ServiceModel#Description#IEndpointBehavior#AddBindingParameters(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L173C13-L184C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ClientCredentials.System#ServiceModel#Description#IEndpointBehavior#ApplyDispatchBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.EndpointDispatcher)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L188C13-L189C102" - }, - { - "DocsId": "M:System.ServiceModel.Description.ClientCredentials.ApplyClientBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.ClientRuntime)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L195C13-L208C24" - }, - { - "DocsId": "P:System.ServiceModel.Description.ClientCredentials.UserName", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L65C17-L73C34" - }, - { - "DocsId": "P:System.ServiceModel.Description.ClientCredentials.ClientCertificate", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L81C17-L89C43" - }, - { - "DocsId": "P:System.ServiceModel.Description.ClientCredentials.ServiceCertificate", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L97C17-L105C44" - }, - { - "DocsId": "P:System.ServiceModel.Description.ClientCredentials.Windows", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L113C17-L121C33" - }, - { - "DocsId": "P:System.ServiceModel.Description.ClientCredentials.HttpDigest", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L129C17-L137C36" - } - ], - "DocsId": "T:System.ServiceModel.Description.ClientCredentials", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.ContractDescription.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L24C15-L26C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ContractDescription.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L131C78-L39C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ContractDescription.ShouldSerializeProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L105C13-L105C39" - }, - { - "DocsId": "M:System.ServiceModel.Description.ContractDescription.GetContract(System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L135C13-L141C69" - }, - { - "DocsId": "M:System.ServiceModel.Description.ContractDescription.GetContract(System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L146C13-L158C32" - }, - { - "DocsId": "M:System.ServiceModel.Description.ContractDescription.GetContract(System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L163C13-L176C32" - }, - { - "DocsId": "M:System.ServiceModel.Description.ContractDescription.GetInheritedContracts", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L181C13-L194C27" - }, - { - "DocsId": "P:System.ServiceModel.Description.ContractDescription.ConfigurationName", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L47C43-L47C47" - }, - { - "DocsId": "P:System.ServiceModel.Description.ContractDescription.ContractType", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L49C36-L49C40" - }, - { - "DocsId": "P:System.ServiceModel.Description.ContractDescription.CallbackContractType", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L51C44-L51C48" - }, - { - "DocsId": "P:System.ServiceModel.Description.ContractDescription.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L55C19-L55C44" - }, - { - "DocsId": "P:System.ServiceModel.Description.ContractDescription.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L74C19-L74C30" - }, - { - "DocsId": "P:System.ServiceModel.Description.ContractDescription.Operations", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L86C60-L86C64" - }, - { - "DocsId": "P:System.ServiceModel.Description.ContractDescription.ProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L90C19-L90C43" - }, - { - "DocsId": "P:System.ServiceModel.Description.ContractDescription.HasProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L108C42-L108C46" - }, - { - "DocsId": "P:System.ServiceModel.Description.ContractDescription.SessionMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L113C19-L113C39" - }, - { - "DocsId": "P:System.ServiceModel.Description.ContractDescription.ContractBehaviors", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L127C19-L127C36" - }, - { - "DocsId": "P:System.ServiceModel.Description.ContractDescription.Behaviors", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L131C69-L131C73" - } - ], - "DocsId": "T:System.ServiceModel.Description.ContractDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.DataContractSerializerOperationBehavior.#ctor(System.ServiceModel.Description.OperationDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L24C15-L26C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.DataContractSerializerOperationBehavior.#ctor(System.ServiceModel.Description.OperationDescription,System.ServiceModel.DataContractFormatAttribute)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L18C9-L32C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.DataContractSerializerOperationBehavior.CreateSerializer(System.Type,System.String,System.String,System.Collections.Generic.IList{System.Type})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L77C13-L86C24" - }, - { - "DocsId": "M:System.ServiceModel.Description.DataContractSerializerOperationBehavior.CreateSerializer(System.Type,System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString,System.Collections.Generic.IList{System.Type})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L91C13-L99C24" - }, - { - "DocsId": "M:System.ServiceModel.Description.DataContractSerializerOperationBehavior.System#ServiceModel#Description#IOperationBehavior#Validate(System.ServiceModel.Description.OperationDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L132C9-L132C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.DataContractSerializerOperationBehavior.System#ServiceModel#Description#IOperationBehavior#AddBindingParameters(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L136C9-L136C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.DataContractSerializerOperationBehavior.System#ServiceModel#Description#IOperationBehavior#ApplyDispatchBehavior(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Dispatcher.DispatchOperation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L140C13-L160C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.DataContractSerializerOperationBehavior.System#ServiceModel#Description#IOperationBehavior#ApplyClientBehavior(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Dispatcher.ClientOperation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L164C13-L184C10" - }, - { - "DocsId": "P:System.ServiceModel.Description.DataContractSerializerOperationBehavior.DataContractFormatAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L21C74-L21C78" - }, - { - "DocsId": "P:System.ServiceModel.Description.DataContractSerializerOperationBehavior.MaxItemsInObjectGraph", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L45C19-L45C48" - }, - { - "DocsId": "P:System.ServiceModel.Description.DataContractSerializerOperationBehavior.IgnoreExtensionDataObject", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L57C19-L57C52" - }, - { - "DocsId": "P:System.ServiceModel.Description.DataContractSerializerOperationBehavior.SerializationSurrogateProvider", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L67C81-L67C85" - }, - { - "DocsId": "P:System.ServiceModel.Description.DataContractSerializerOperationBehavior.DataContractResolver", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L71C19-L71C48" - } - ], - "DocsId": "T:System.ServiceModel.Description.DataContractSerializerOperationBehavior", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.FaultDescription.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/FaultDescription.cs#L18C9-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.FaultDescription.ShouldSerializeProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/FaultDescription.cs#L56C13-L56C39" - }, - { - "DocsId": "P:System.ServiceModel.Description.FaultDescription.Action", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/FaultDescription.cs#L23C32-L23C36" - }, - { - "DocsId": "P:System.ServiceModel.Description.FaultDescription.DetailType", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/FaultDescription.cs#L27C34-L27C38" - }, - { - "DocsId": "P:System.ServiceModel.Description.FaultDescription.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/FaultDescription.cs#L31C19-L31C44" - }, - { - "DocsId": "P:System.ServiceModel.Description.FaultDescription.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/FaultDescription.cs#L35C35-L35C39" - }, - { - "DocsId": "P:System.ServiceModel.Description.FaultDescription.ProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/FaultDescription.cs#L41C19-L41C43" - }, - { - "DocsId": "P:System.ServiceModel.Description.FaultDescription.HasProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/FaultDescription.cs#L59C42-L59C46" - } - ], - "DocsId": "T:System.ServiceModel.Description.FaultDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/FaultDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.FaultDescriptionCollection.Find(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/FaultDescriptionCollection.cs#L18C54-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.FaultDescriptionCollection.FindAll(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/FaultDescriptionCollection.cs#L31C13-L40C33" - } - ], - "DocsId": "T:System.ServiceModel.Description.FaultDescriptionCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/FaultDescriptionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.IContractBehavior.Validate(System.ServiceModel.Description.ContractDescription,System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IContractBehavior.cs" - }, - { - "DocsId": "M:System.ServiceModel.Description.IContractBehavior.ApplyDispatchBehavior(System.ServiceModel.Description.ContractDescription,System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.DispatchRuntime)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IContractBehavior.cs" - }, - { - "DocsId": "M:System.ServiceModel.Description.IContractBehavior.ApplyClientBehavior(System.ServiceModel.Description.ContractDescription,System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.ClientRuntime)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IContractBehavior.cs" - }, - { - "DocsId": "M:System.ServiceModel.Description.IContractBehavior.AddBindingParameters(System.ServiceModel.Description.ContractDescription,System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IContractBehavior.cs" - } - ], - "DocsId": "T:System.ServiceModel.Description.IContractBehavior", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IContractBehavior.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.IEndpointBehavior.Validate(System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IEndpointBehavior.cs" - }, - { - "DocsId": "M:System.ServiceModel.Description.IEndpointBehavior.AddBindingParameters(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IEndpointBehavior.cs" - }, - { - "DocsId": "M:System.ServiceModel.Description.IEndpointBehavior.ApplyDispatchBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.EndpointDispatcher)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IEndpointBehavior.cs" - }, - { - "DocsId": "M:System.ServiceModel.Description.IEndpointBehavior.ApplyClientBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.ClientRuntime)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IEndpointBehavior.cs" - } - ], - "DocsId": "T:System.ServiceModel.Description.IEndpointBehavior", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IEndpointBehavior.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.IOperationBehavior.Validate(System.ServiceModel.Description.OperationDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IOperationBehavior.cs" - }, - { - "DocsId": "M:System.ServiceModel.Description.IOperationBehavior.ApplyDispatchBehavior(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Dispatcher.DispatchOperation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IOperationBehavior.cs" - }, - { - "DocsId": "M:System.ServiceModel.Description.IOperationBehavior.ApplyClientBehavior(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Dispatcher.ClientOperation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IOperationBehavior.cs" - }, - { - "DocsId": "M:System.ServiceModel.Description.IOperationBehavior.AddBindingParameters(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IOperationBehavior.cs" - } - ], - "DocsId": "T:System.ServiceModel.Description.IOperationBehavior", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IOperationBehavior.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Description.ListenUriMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ListenUriMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Description.ListenUriMode.Explicit", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ListenUriMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Description.ListenUriMode.Unique", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ListenUriMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.Description.ListenUriMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ListenUriMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.MessageBodyDescription.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageBodyDescription.cs#L15C9-L18C10" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageBodyDescription.Parts", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageBodyDescription.cs#L40C57-L40C61" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageBodyDescription.ReturnValue", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageBodyDescription.cs#L45C19-L45C39" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageBodyDescription.WrapperName", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageBodyDescription.cs#L52C19-L52C81" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageBodyDescription.WrapperNamespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageBodyDescription.cs#L57C42-L57C46" - } - ], - "DocsId": "T:System.ServiceModel.Description.MessageBodyDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageBodyDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.MessageDescription.#ctor(System.String,System.ServiceModel.Description.MessageDirection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescription.cs#L22C80-L22C113" - }, - { - "DocsId": "M:System.ServiceModel.Description.MessageDescription.ShouldSerializeProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescription.cs#L109C13-L109C39" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageDescription.Action", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescription.cs#L60C32-L60C36" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageDescription.Body", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescription.cs#L64C19-L64C37" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageDescription.Direction", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescription.cs#L67C45-L67C49" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageDescription.Headers", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescription.cs#L71C19-L71C40" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageDescription.Properties", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescription.cs#L76C19-L76C43" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageDescription.ProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescription.cs#L94C19-L94C43" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageDescription.HasProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescription.cs#L112C42-L112C46" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageDescription.MessageType", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescription.cs#L131C35-L131C39" - } - ], - "DocsId": "T:System.ServiceModel.Description.MessageDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.MessageDescriptionCollection.Find(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescriptionCollection.cs#L18C56-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.MessageDescriptionCollection.FindAll(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescriptionCollection.cs#L31C13-L40C33" - } - ], - "DocsId": "T:System.ServiceModel.Description.MessageDescriptionCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescriptionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Description.MessageDirection.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDirection.cs" - }, - { - "DocsId": "F:System.ServiceModel.Description.MessageDirection.Input", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDirection.cs" - }, - { - "DocsId": "F:System.ServiceModel.Description.MessageDirection.Output", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDirection.cs" - } - ], - "DocsId": "T:System.ServiceModel.Description.MessageDirection", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDirection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.MessageHeaderDescription.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageHeaderDescription.cs#L16C15-L18C10" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageHeaderDescription.Actor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageHeaderDescription.cs#L36C31-L36C35" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageHeaderDescription.MustUnderstand", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageHeaderDescription.cs#L39C38-L39C42" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageHeaderDescription.Relay", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageHeaderDescription.cs#L44C19-L44C33" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageHeaderDescription.TypedHeader", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageHeaderDescription.cs#L49C35-L49C39" - } - ], - "DocsId": "T:System.ServiceModel.Description.MessageHeaderDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageHeaderDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.MessageHeaderDescriptionCollection.GetKeyForItem(System.ServiceModel.Description.MessageHeaderDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageHeaderDescriptionCollection.cs#L19C13-L19C68" - } - ], - "DocsId": "T:System.ServiceModel.Description.MessageHeaderDescriptionCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageHeaderDescriptionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.MessagePartDescription.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePartDescription.cs#L21C9-L36C10" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessagePartDescription.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePartDescription.cs#L70C19-L70C46" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessagePartDescription.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePartDescription.cs#L73C35-L73C39" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessagePartDescription.Type", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePartDescription.cs#L75C28-L75C32" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessagePartDescription.Index", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePartDescription.cs#L77C28-L77C32" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessagePartDescription.Multiple", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePartDescription.cs#L80C32-L80C36" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessagePartDescription.ProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePartDescription.cs#L84C19-L84C43" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessagePartDescription.HasProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePartDescription.cs#L97C42-L97C46" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessagePartDescription.MemberInfo", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePartDescription.cs#L99C40-L99C44" - } - ], - "DocsId": "T:System.ServiceModel.Description.MessagePartDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePartDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.MessagePartDescriptionCollection.GetKeyForItem(System.ServiceModel.Description.MessagePartDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePartDescriptionCollection.cs#L20C13-L20C68" - } - ], - "DocsId": "T:System.ServiceModel.Description.MessagePartDescriptionCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePartDescriptionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.MessagePropertyDescription.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePropertyDescription.cs#L11C15-L13C10" - } - ], - "DocsId": "T:System.ServiceModel.Description.MessagePropertyDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePropertyDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.MessagePropertyDescriptionCollection.GetKeyForItem(System.ServiceModel.Description.MessagePropertyDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePropertyDescriptionCollection.cs#L18C13-L18C30" - } - ], - "DocsId": "T:System.ServiceModel.Description.MessagePropertyDescriptionCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePropertyDescriptionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.MetadataConversionError.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MetadataConversionError.cs#L12C58-L12C82" - }, - { - "DocsId": "M:System.ServiceModel.Description.MetadataConversionError.#ctor(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MetadataConversionError.cs#L13C9-L17C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.MetadataConversionError.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MetadataConversionError.cs#L23C13-L29C87" - }, - { - "DocsId": "M:System.ServiceModel.Description.MetadataConversionError.GetHashCode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MetadataConversionError.cs#L34C13-L34C42" - }, - { - "DocsId": "P:System.ServiceModel.Description.MetadataConversionError.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MetadataConversionError.cs#L19C33-L19C37" - }, - { - "DocsId": "P:System.ServiceModel.Description.MetadataConversionError.IsWarning", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MetadataConversionError.cs#L20C39-L20C57" - } - ], - "DocsId": "T:System.ServiceModel.Description.MetadataConversionError", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MetadataConversionError.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.MetadataLocation.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MetadataLocation.cs#L15C9-L17C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.MetadataLocation.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MetadataLocation.cs#L19C9-L22C10" - }, - { - "DocsId": "P:System.ServiceModel.Description.MetadataLocation.Location", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MetadataLocation.cs#L27C19-L27C36" - } - ], - "DocsId": "T:System.ServiceModel.Description.MetadataLocation", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MetadataLocation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.OperationDescription.#ctor(System.String,System.ServiceModel.Description.ContractDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L150C59-L42C10" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.OperationBehaviors", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L52C19-L52C36" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.Behaviors", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L56C70-L56C74" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.TaskMethod", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L62C19-L62C38" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.SyncMethod", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L68C40-L68C44" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.BeginMethod", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L72C41-L72C45" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.EndMethod", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L98C39-L98C43" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.DeclaringContract", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L102C19-L102C45" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.Faults", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L116C52-L116C56" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.IsOneWay", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L120C19-L120C46" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.IsInitiating", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L123C36-L123C40" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.IsTerminating", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L131C37-L131C41" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.KnownTypes", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L133C46-L133C50" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.Messages", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L136C56-L136C60" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L147C19-L147C46" - } - ], - "DocsId": "T:System.ServiceModel.Description.OperationDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.OperationDescriptionCollection.Find(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescriptionCollection.cs#L18C18-L25C25" - }, - { - "DocsId": "M:System.ServiceModel.Description.OperationDescriptionCollection.FindAll(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescriptionCollection.cs#L30C13-L38C28" - }, - { - "DocsId": "M:System.ServiceModel.Description.OperationDescriptionCollection.InsertItem(System.Int32,System.ServiceModel.Description.OperationDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescriptionCollection.cs#L43C13-L48C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.OperationDescriptionCollection.SetItem(System.Int32,System.ServiceModel.Description.OperationDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescriptionCollection.cs#L52C13-L57C10" - } - ], - "DocsId": "T:System.ServiceModel.Description.OperationDescriptionCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescriptionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.PolicyVersion.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PolicyVersion.cs#L30C13-L30C30" - }, - { - "DocsId": "P:System.ServiceModel.Description.PolicyVersion.Policy12", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PolicyVersion.cs#L23C54-L23C79" - }, - { - "DocsId": "P:System.ServiceModel.Description.PolicyVersion.Policy15", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PolicyVersion.cs#L24C48-L24C52" - }, - { - "DocsId": "P:System.ServiceModel.Description.PolicyVersion.Default", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PolicyVersion.cs#L25C53-L25C78" - }, - { - "DocsId": "P:System.ServiceModel.Description.PolicyVersion.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PolicyVersion.cs#L26C35-L26C39" - } - ], - "DocsId": "T:System.ServiceModel.Description.PolicyVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PolicyVersion.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Description.PrincipalPermissionMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PrincipalPermissionMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Description.PrincipalPermissionMode.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PrincipalPermissionMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Description.PrincipalPermissionMode.UseWindowsGroups", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PrincipalPermissionMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Description.PrincipalPermissionMode.UseAspNetRoles", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PrincipalPermissionMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Description.PrincipalPermissionMode.Custom", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PrincipalPermissionMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Description.PrincipalPermissionMode.Always", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PrincipalPermissionMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.Description.PrincipalPermissionMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PrincipalPermissionMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.ServiceEndpoint.#ctor(System.ServiceModel.Description.ContractDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpoint.cs#L26C9-L29C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ServiceEndpoint.#ctor(System.ServiceModel.Description.ContractDescription,System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpoint.cs#L31C9-L36C10" - }, - { - "DocsId": "P:System.ServiceModel.Description.ServiceEndpoint.Address", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpoint.cs#L38C42-L38C46" - }, - { - "DocsId": "P:System.ServiceModel.Description.ServiceEndpoint.EndpointBehaviors", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpoint.cs#L42C19-L42C36" - }, - { - "DocsId": "P:System.ServiceModel.Description.ServiceEndpoint.Behaviors", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpoint.cs#L50C17-L55C35" - }, - { - "DocsId": "P:System.ServiceModel.Description.ServiceEndpoint.Binding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpoint.cs#L59C34-L59C38" - }, - { - "DocsId": "P:System.ServiceModel.Description.ServiceEndpoint.Contract", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpoint.cs#L63C19-L63C36" - }, - { - "DocsId": "P:System.ServiceModel.Description.ServiceEndpoint.IsSystemEndpoint", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpoint.cs#L72C13-L72C17" - }, - { - "DocsId": "P:System.ServiceModel.Description.ServiceEndpoint.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpoint.cs#L80C17-L90C42" - }, - { - "DocsId": "P:System.ServiceModel.Description.ServiceEndpoint.ListenUri", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpoint.cs#L103C17-L116C39" - }, - { - "DocsId": "P:System.ServiceModel.Description.ServiceEndpoint.ListenUriMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpoint.cs#L131C19-L131C41" - } - ], - "DocsId": "T:System.ServiceModel.Description.ServiceEndpoint", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpoint.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.ServiceEndpointCollection.Find(System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpointCollection.cs#L19C13-L33C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ServiceEndpointCollection.Find(System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpointCollection.cs#L37C13-L51C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ServiceEndpointCollection.Find(System.Type,System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpointCollection.cs#L55C13-L75C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ServiceEndpointCollection.Find(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpointCollection.cs#L79C13-L100C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ServiceEndpointCollection.Find(System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpointCollection.cs#L104C13-L118C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ServiceEndpointCollection.FindAll(System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpointCollection.cs#L122C13-L137C28" - }, - { - "DocsId": "M:System.ServiceModel.Description.ServiceEndpointCollection.FindAll(System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpointCollection.cs#L142C13-L157C28" - }, - { - "DocsId": "M:System.ServiceModel.Description.ServiceEndpointCollection.InsertItem(System.Int32,System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpointCollection.cs#L162C13-L167C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ServiceEndpointCollection.SetItem(System.Int32,System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpointCollection.cs#L171C13-L176C10" - } - ], - "DocsId": "T:System.ServiceModel.Description.ServiceEndpointCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpointCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.TypedMessageConverter.Create(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/TypedMessageConverter.cs#L16C13-L16C105" - }, - { - "DocsId": "M:System.ServiceModel.Description.TypedMessageConverter.Create(System.Type,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/TypedMessageConverter.cs#L21C13-L21C117" - }, - { - "DocsId": "M:System.ServiceModel.Description.TypedMessageConverter.Create(System.Type,System.String,System.ServiceModel.XmlSerializerFormatAttribute)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/TypedMessageConverter.cs#L26C13-L26C78" - }, - { - "DocsId": "M:System.ServiceModel.Description.TypedMessageConverter.Create(System.Type,System.String,System.ServiceModel.DataContractFormatAttribute)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/TypedMessageConverter.cs#L31C13-L31C78" - }, - { - "DocsId": "M:System.ServiceModel.Description.TypedMessageConverter.Create(System.Type,System.String,System.String,System.ServiceModel.XmlSerializerFormatAttribute)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/TypedMessageConverter.cs#L36C13-L42C130" - }, - { - "DocsId": "M:System.ServiceModel.Description.TypedMessageConverter.Create(System.Type,System.String,System.String,System.ServiceModel.DataContractFormatAttribute)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/TypedMessageConverter.cs#L47C13-L56C130" - }, - { - "DocsId": "M:System.ServiceModel.Description.TypedMessageConverter.ToMessage(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/TypedMessageConverter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Description.TypedMessageConverter.ToMessage(System.Object,System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/TypedMessageConverter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Description.TypedMessageConverter.FromMessage(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/TypedMessageConverter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Description.TypedMessageConverter.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/TypedMessageConverter.cs" - } - ], - "DocsId": "T:System.ServiceModel.Description.TypedMessageConverter", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/TypedMessageConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.XmlSerializerOperationBehavior.#ctor(System.ServiceModel.Description.OperationDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/XmlSerializerOperationBehavior.cs#L25C15-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.XmlSerializerOperationBehavior.#ctor(System.ServiceModel.Description.OperationDescription,System.ServiceModel.XmlSerializerFormatAttribute)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/XmlSerializerOperationBehavior.cs#L29C9-L38C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.XmlSerializerOperationBehavior.System#ServiceModel#Description#IOperationBehavior#Validate(System.ServiceModel.Description.OperationDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/XmlSerializerOperationBehavior.cs#L119C9-L119C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.XmlSerializerOperationBehavior.System#ServiceModel#Description#IOperationBehavior#AddBindingParameters(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/XmlSerializerOperationBehavior.cs#L123C9-L123C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.XmlSerializerOperationBehavior.System#ServiceModel#Description#IOperationBehavior#ApplyDispatchBehavior(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Dispatcher.DispatchOperation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/XmlSerializerOperationBehavior.cs#L127C13-L148C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.XmlSerializerOperationBehavior.System#ServiceModel#Description#IOperationBehavior#ApplyClientBehavior(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Dispatcher.ClientOperation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/XmlSerializerOperationBehavior.cs#L152C13-L173C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.XmlSerializerOperationBehavior.GetXmlMappings", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/XmlSerializerOperationBehavior.cs#L177C13-L198C29" - }, - { - "DocsId": "P:System.ServiceModel.Description.XmlSerializerOperationBehavior.XmlSerializerFormatAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/XmlSerializerOperationBehavior.cs#L65C17-L65C53" - } - ], - "DocsId": "T:System.ServiceModel.Description.XmlSerializerOperationBehavior", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/XmlSerializerOperationBehavior.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L18C9-L20C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.CreateAddressHeader(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L36C13-L37C128" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.CreateAddressHeader(System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L42C13-L47C76" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.CreateAddressHeader(System.String,System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L52C13-L52C164" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.CreateAddressHeader(System.String,System.String,System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L62C13-L67C86" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L77C13-L99C25" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.GetHashCode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L114C13-L114C54" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.GetValue``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L119C13-L119C135" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.GetValue``1(System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L124C13-L140C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.GetAddressHeaderReader", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L144C13-L149C40" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.OnWriteStartAddressHeader(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L159C13-L160C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.OnWriteAddressHeaderContents(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.ToMessageHeader", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L166C13-L171C28" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.WriteAddressHeader(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L176C13-L177C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.WriteAddressHeader(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L181C13-L189C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.WriteStartAddressHeader(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L193C13-L199C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.WriteAddressHeaderContents(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L203C13-L209C10" - }, - { - "DocsId": "P:System.ServiceModel.Channels.AddressHeader.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.AddressHeader.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.AddressHeader", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeaderCollection.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeaderCollection.cs#L16C15-L18C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeaderCollection.#ctor(System.Collections.Generic.IEnumerable{System.ServiceModel.Channels.AddressHeader})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeaderCollection.cs#L21C15-L45C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeaderCollection.AddHeadersTo(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeaderCollection.cs#L64C13-L73C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeaderCollection.FindAll(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeaderCollection.cs#L77C13-L97C38" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeaderCollection.FindHeader(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeaderCollection.cs#L102C13-L128C35" - } - ], - "DocsId": "T:System.ServiceModel.Channels.AddressHeaderCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeaderCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.AddressingVersion.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressingVersion.cs#L137C13-L137C62" - }, - { - "DocsId": "P:System.ServiceModel.Channels.AddressingVersion.WSAddressingAugust2004", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressingVersion.cs#L51C66-L51C70" - }, - { - "DocsId": "P:System.ServiceModel.Channels.AddressingVersion.WSAddressing10", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressingVersion.cs#L58C19-L58C41" - }, - { - "DocsId": "P:System.ServiceModel.Channels.AddressingVersion.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressingVersion.cs#L61C48-L61C52" - } - ], - "DocsId": "T:System.ServiceModel.Channels.AddressingVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressingVersion.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L21C9-L31C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.BuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L184C13-L186C67" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L191C13-L191C66" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.CreateMessageEncoderFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L196C13-L204C36" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L209C13-L219C53" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.ShouldSerializeReaderQuotas", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L288C13-L288C75" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.ShouldSerializeMessageVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L294C13-L294C71" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.CompressionFormat", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L48C54-L48C58" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.MessageVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L65C19-L65C42" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.MaxReadPoolSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L87C17-L87C41" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.MaxWritePoolSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L105C17-L105C42" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.ReaderQuotas", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L122C17-L122C38" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.MaxSessionSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L140C17-L140C40" - } - ], - "DocsId": "T:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Channels.BinaryVersion.Version1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryVersion.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.BinaryVersion.GZipVersion1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryVersion.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.BinaryVersion.DeflateVersion1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryVersion.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BinaryVersion.CurrentVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryVersion.cs#L24C60-L24C76" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BinaryVersion.ContentType", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryVersion.cs#L25C37-L25C41" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BinaryVersion.SessionContentType", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryVersion.cs#L26C44-L26C48" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BinaryVersion.Dictionary", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryVersion.cs#L27C50-L27C69" - } - ], - "DocsId": "T:System.ServiceModel.Channels.BinaryVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryVersion.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.Binding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L13C9-L25C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Binding.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L13C9-L45C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Binding.BuildChannelFactory``1(System.Object[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L171C13-L171C94" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Binding.BuildChannelFactory``1(System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L176C13-L182C35" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Binding.CanBuildChannelFactory``1(System.Object[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L198C13-L198C97" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Binding.CanBuildChannelFactory``1(System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L203C13-L204C68" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Binding.CreateBindingElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Binding.GetProperty``1(System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L213C13-L214C50" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Binding.CloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L49C19-L49C40" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Binding.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L69C17-L74C30" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Binding.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L89C19-L89C47" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Binding.OpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L107C19-L107C39" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Binding.ReceiveTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L125C19-L125C42" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Binding.Scheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Binding.MessageVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L147C17-L147C86" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Binding.SendTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L153C19-L153C39" - } - ], - "DocsId": "T:System.ServiceModel.Channels.Binding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.BindingContext.#ctor(System.ServiceModel.Channels.CustomBinding,System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingContext.cs#L16C9-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingContext.BuildInnerChannelFactory``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingContext.cs#L60C13-L60C76" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingContext.CanBuildInnerChannelFactory``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingContext.cs#L65C13-L66C86" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingContext.GetInnerProperty``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingContext.cs#L72C13-L79C72" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingContext.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingContext.cs#L85C13-L85C94" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BindingContext.Binding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingContext.cs#L43C40-L43C44" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BindingContext.BindingParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingContext.cs#L45C63-L45C67" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BindingContext.ListenUriBaseAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingContext.cs#L47C43-L47C47" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BindingContext.ListenUriMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingContext.cs#L49C46-L49C50" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BindingContext.ListenUriRelativeAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingContext.cs#L51C50-L51C54" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BindingContext.RemainingBindingElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingContext.cs#L55C19-L55C52" - } - ], - "DocsId": "T:System.ServiceModel.Channels.BindingContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.BindingElement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElement.cs#L12C9-L14C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElement.#ctor(System.ServiceModel.Channels.BindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElement.cs#L16C9-L18C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElement.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElement.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElement.BuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElement.cs#L24C13-L29C65" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElement.CanBuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElement.cs#L34C13-L39C68" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElement.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.BindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.BindingElementCollection.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs#L14C9-L16C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElementCollection.#ctor(System.Collections.Generic.IEnumerable{System.ServiceModel.Channels.BindingElement})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs#L18C9-L29C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElementCollection.#ctor(System.ServiceModel.Channels.BindingElement[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs#L31C9-L42C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElementCollection.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs#L47C13-L52C27" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElementCollection.AddRange(System.ServiceModel.Channels.BindingElement[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs#L57C13-L66C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElementCollection.Contains(System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs#L70C13-L82C26" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElementCollection.Find``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs#L87C13-L87C35" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElementCollection.Remove``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs#L92C13-L92C34" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElementCollection.FindAll``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs#L114C13-L114C38" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElementCollection.RemoveAll``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs#L119C13-L119C37" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElementCollection.InsertItem(System.Int32,System.ServiceModel.Channels.BindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs#L146C13-L152C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElementCollection.SetItem(System.Int32,System.ServiceModel.Channels.BindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs#L156C13-L162C10" - } - ], - "DocsId": "T:System.ServiceModel.Channels.BindingElementCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.BindingParameterCollection.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingParameterCollection.cs#L16C9-L16C48" - } - ], - "DocsId": "T:System.ServiceModel.Channels.BindingParameterCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingParameterCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.BodyWriter.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BodyWriter.cs#L16C9-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BodyWriter.CreateBufferedCopy(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BodyWriter.cs#L40C13-L67C35" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BodyWriter.OnCreateBufferedCopy(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BodyWriter.cs#L73C13-L73C87" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BodyWriter.OnWriteBodyContents(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BodyWriter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BodyWriter.OnWriteBodyContentsAsync(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BodyWriter.cs#L94C13-L95C39" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BodyWriter.OnBeginWriteBodyContents(System.Xml.XmlDictionaryWriter,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BodyWriter.cs#L100C13-L100C58" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BodyWriter.OnEndWriteBodyContents(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BodyWriter.cs#L105C13-L105C58" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BodyWriter.WriteBodyContents(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BodyWriter.cs#L131C13-L133C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BodyWriter.BeginWriteBodyContents(System.Xml.XmlDictionaryWriter,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BodyWriter.cs#L143C13-L144C70" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BodyWriter.EndWriteBodyContents(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BodyWriter.cs#L149C13-L150C10" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BodyWriter.IsBuffered", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BodyWriter.cs#L26C34-L26C38" - } - ], - "DocsId": "T:System.ServiceModel.Channels.BodyWriter", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BodyWriter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L50C52-L50C93" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.#ctor(System.IO.Stream,System.ServiceModel.Channels.BufferManager)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L52C81-L52C131" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.#ctor(System.IO.Stream,System.ServiceModel.Channels.BufferManager,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L46C9-L65C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L124C13-L142C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.Flush", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L147C9-L147C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.FlushAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L152C13-L152C39" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.Read(System.Byte[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L201C13-L252C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.PreReadBufferAsync(System.Byte,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.PreReadBufferAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L279C13-L284C39" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L310C13-L359C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.ReadByte", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L415C13-L433C22" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.Write(System.Byte[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L438C13-L438C60" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L443C13-L443C65" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.WriteByte(System.Byte)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L448C13-L448C64" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.Seek(System.Int64,System.IO.SeekOrigin)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L453C13-L453C59" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.SetLength(System.Int64)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L458C13-L458C64" - }, - { - "DocsId": "F:System.ServiceModel.Channels.BufferedReadStream.BufferedReadStreamPropertyName", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BufferedReadStream.CanRead", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L98C19-L98C61" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BufferedReadStream.CanWrite", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L103C19-L103C32" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BufferedReadStream.CanSeek", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L108C19-L108C32" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BufferedReadStream.Length", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L113C19-L113C67" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BufferedReadStream.Position", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L118C19-L118C69" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BufferedReadStream.IsBufferEmpty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L301C43-L301C71" - } - ], - "DocsId": "T:System.ServiceModel.Channels.BufferedReadStream", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.BufferManager.TakeBuffer(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferManager.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferManager.ReturnBuffer(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferManager.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferManager.Clear", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferManager.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferManager.CreateBufferManager(System.Int64,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferManager.cs#L18C13-L30C110" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferManager.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferManager.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.BufferManager", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferManager.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.ChannelBase.#ctor(System.ServiceModel.Channels.ChannelManagerBase)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L11C9-L14C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelBase.System#ServiceModel#IDefaultCommunicationTimeouts#get_CloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L18C19-L18C46" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelBase.System#ServiceModel#IDefaultCommunicationTimeouts#get_OpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L23C19-L23C45" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelBase.System#ServiceModel#IDefaultCommunicationTimeouts#get_ReceiveTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L28C19-L28C48" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelBase.System#ServiceModel#IDefaultCommunicationTimeouts#get_SendTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L33C19-L33C45" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelBase.GetProperty``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L60C13-L72C25" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelBase.OnClosed", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L77C13-L78C10" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelBase.System#ServiceModel#IDefaultCommunicationTimeouts#CloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L18C19-L18C46" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelBase.System#ServiceModel#IDefaultCommunicationTimeouts#OpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L23C19-L23C45" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelBase.System#ServiceModel#IDefaultCommunicationTimeouts#ReceiveTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L28C19-L28C48" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelBase.System#ServiceModel#IDefaultCommunicationTimeouts#SendTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L33C19-L33C45" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelBase.DefaultCloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L38C19-L38C80" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelBase.DefaultOpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L43C19-L43C79" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelBase.DefaultReceiveTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L48C19-L48C82" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelBase.DefaultSendTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L53C19-L53C79" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelBase.Manager", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L56C48-L56C52" - } - ], - "DocsId": "T:System.ServiceModel.Channels.ChannelBase", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L13C9-L20C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase.#ctor(System.ServiceModel.IDefaultCommunicationTimeouts)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L13C9-L25C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase.GetProperty``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L50C13-L55C31" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase.OnAbort", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L60C9-L60C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase.OnBeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L64C13-L64C62" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase.OnCloseAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L69C13-L69C48" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase.OnClose(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L74C9-L74C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase.OnEndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L78C13-L79C10" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelFactoryBase.DefaultCloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L29C19-L29C40" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelFactoryBase.DefaultOpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L34C19-L34C39" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelFactoryBase.DefaultReceiveTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L39C19-L39C42" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelFactoryBase.DefaultSendTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L44C19-L44C39" - } - ], - "DocsId": "T:System.ServiceModel.Channels.ChannelFactoryBase", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase`1.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L98C15-L100C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase`1.#ctor(System.ServiceModel.IDefaultCommunicationTimeouts)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L103C15-L106C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase`1.CreateChannel(System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L110C13-L115C64" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase`1.CreateChannel(System.ServiceModel.EndpointAddress,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L120C13-L130C56" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase`1.OnCreateChannel(System.ServiceModel.EndpointAddress,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase`1.ValidateCreateChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L160C13-L165C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase`1.OnAbort", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L169C13-L176C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase`1.OnClose(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L180C13-L188C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase`1.OnCloseAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L192C13-L192C50" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase`1.OnBeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L197C13-L197C65" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase`1.OnEndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L202C13-L203C10" - } - ], - "DocsId": "T:System.ServiceModel.Channels.ChannelFactoryBase`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.ChannelManagerBase.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelManagerBase.cs#L10C9-L12C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelManagerBase.System#ServiceModel#IDefaultCommunicationTimeouts#get_CloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelManagerBase.cs#L29C19-L29C46" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelManagerBase.System#ServiceModel#IDefaultCommunicationTimeouts#get_OpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelManagerBase.cs#L34C19-L34C45" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelManagerBase.System#ServiceModel#IDefaultCommunicationTimeouts#get_ReceiveTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelManagerBase.cs#L39C19-L39C48" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelManagerBase.System#ServiceModel#IDefaultCommunicationTimeouts#get_SendTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelManagerBase.cs#L44C19-L44C45" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelManagerBase.DefaultReceiveTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelManagerBase.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelManagerBase.DefaultSendTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelManagerBase.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelManagerBase.System#ServiceModel#IDefaultCommunicationTimeouts#CloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelManagerBase.cs#L29C19-L29C46" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelManagerBase.System#ServiceModel#IDefaultCommunicationTimeouts#OpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelManagerBase.cs#L34C19-L34C45" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelManagerBase.System#ServiceModel#IDefaultCommunicationTimeouts#ReceiveTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelManagerBase.cs#L39C19-L39C48" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelManagerBase.System#ServiceModel#IDefaultCommunicationTimeouts#SendTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelManagerBase.cs#L44C19-L44C45" - } - ], - "DocsId": "T:System.ServiceModel.Channels.ChannelManagerBase", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelManagerBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.ChannelParameterCollection.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelParameterCollection.cs#L14C9-L16C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelParameterCollection.#ctor(System.ServiceModel.Channels.IChannel)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelParameterCollection.cs#L18C9-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelParameterCollection.PropagateChannelParameters(System.ServiceModel.Channels.IChannel)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelParameterCollection.cs#L30C13-L45C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelParameterCollection.ClearItems", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelParameterCollection.cs#L49C13-L51C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelParameterCollection.InsertItem(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelParameterCollection.cs#L55C13-L57C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelParameterCollection.RemoveItem(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelParameterCollection.cs#L61C13-L63C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelParameterCollection.SetItem(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelParameterCollection.cs#L67C13-L69C10" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelParameterCollection.Channel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelParameterCollection.cs#L25C19-L25C35" - } - ], - "DocsId": "T:System.ServiceModel.Channels.ChannelParameterCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelParameterCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L35C15-L37C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L39C9-L44C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.Abort", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L157C13-L190C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.BeginClose(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L194C13-L194C69" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.BeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L199C13-L199C71" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.BeginOpen(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L204C13-L204C67" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.BeginOpen(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L209C13-L209C70" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.Close", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L214C13-L215C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.Close(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L219C13-L221C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.System#ServiceModel#IAsyncCommunicationObject#CloseAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.EndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L401C13-L402C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.EndOpen(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L406C13-L407C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.Fault", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L411C13-L427C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.Open", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L492C13-L493C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.Open(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L497C13-L499C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.System#ServiceModel#IAsyncCommunicationObject#OpenAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnClosed", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L583C13-L614C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnClosing", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L618C13-L648C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnFaulted", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L652C13-L679C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnOpened", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L683C13-L713C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnOpening", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L717C13-L737C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.GetCommunicationObjectType", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L819C13-L819C30" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.ThrowIfDisposed", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L824C13-L849C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.ThrowIfDisposedOrImmutable", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L882C13-L907C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.ThrowIfDisposedOrNotOpen", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L911C13-L936C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnAbort", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnClose(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnBeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnEndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnOpen(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnBeginOpen(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnEndOpen(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnCloseAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L1003C13-L1003C48" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnOpenAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L1012C13-L1012C48" - }, - { - "DocsId": "E:System.ServiceModel.Channels.CommunicationObject.Closed", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "E:System.ServiceModel.Channels.CommunicationObject.Closing", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "E:System.ServiceModel.Channels.CommunicationObject.Faulted", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "E:System.ServiceModel.Channels.CommunicationObject.Opened", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "E:System.ServiceModel.Channels.CommunicationObject.Opening", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.CommunicationObject.IsDisposed", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L101C19-L101C62" - }, - { - "DocsId": "P:System.ServiceModel.Channels.CommunicationObject.State", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L106C19-L106C33" - }, - { - "DocsId": "P:System.ServiceModel.Channels.CommunicationObject.ThisLock", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L118C17-L118C34" - }, - { - "DocsId": "P:System.ServiceModel.Channels.CommunicationObject.DefaultCloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.CommunicationObject.DefaultOpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.CommunicationObject", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObjectInternal.ThrowIfClosed(System.ServiceModel.Channels.CommunicationObject)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L1120C13-L1121C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObjectInternal.ThrowIfClosedOrOpened(System.ServiceModel.Channels.CommunicationObject)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L1126C13-L1127C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObjectInternal.ThrowIfDisposedOrNotOpen(System.ServiceModel.Channels.CommunicationObject)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L1132C13-L1133C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObjectInternal.ThrowIfDisposed(System.ServiceModel.Channels.CommunicationObject)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L1138C13-L1139C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObjectInternal.GetInternalCloseTimeout(System.ServiceModel.Channels.CommunicationObject)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L1143C13-L1143C61" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObjectInternal.OnClose(System.ServiceModel.Channels.CommunicationObject,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L1148C13-L1149C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObjectInternal.OnBeginClose(System.ServiceModel.Channels.CommunicationObject,System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L1153C13-L1153C85" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObjectInternal.OnEnd(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L1158C13-L1159C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObjectInternal.OnOpen(System.ServiceModel.Channels.CommunicationObject,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L1163C13-L1164C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObjectInternal.OnBeginOpen(System.ServiceModel.Channels.CommunicationObject,System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L1168C13-L1168C84" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObjectInternal.OnCloseAsyncInternal(System.ServiceModel.Channels.CommunicationObject,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObjectInternal.OnOpenAsyncInternal(System.ServiceModel.Channels.CommunicationObject,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.CommunicationObjectInternal", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Channels.CompressionFormat.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CompressionFormat.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.CompressionFormat.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CompressionFormat.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.CompressionFormat.GZip", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CompressionFormat.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.CompressionFormat.Deflate", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CompressionFormat.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.CompressionFormat", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CompressionFormat.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.CustomBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CustomBinding.cs#L110C61-L15C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CustomBinding.#ctor(System.ServiceModel.Channels.BindingElement[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CustomBinding.cs#L110C61-L29C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CustomBinding.#ctor(System.String,System.String,System.ServiceModel.Channels.BindingElement[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CustomBinding.cs#L110C61-L43C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CustomBinding.#ctor(System.Collections.Generic.IEnumerable{System.ServiceModel.Channels.BindingElement})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CustomBinding.cs#L110C61-L56C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CustomBinding.#ctor(System.ServiceModel.Channels.Binding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CustomBinding.cs#L73C15-L75C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CustomBinding.CreateBindingElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CustomBinding.cs#L114C13-L114C37" - }, - { - "DocsId": "P:System.ServiceModel.Channels.CustomBinding.Elements", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CustomBinding.cs#L110C52-L110C56" - }, - { - "DocsId": "P:System.ServiceModel.Channels.CustomBinding.Scheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CustomBinding.cs#L121C17-L127C41" - } - ], - "DocsId": "T:System.ServiceModel.Channels.CustomBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CustomBinding.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L18C9-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L32C13-L43C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.DisposeAsync", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.CopyToAsync(System.IO.Stream,System.Int32,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L75C118-L75C184" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.Flush", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L76C41-L76C59" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.FlushAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L77C81-L77C121" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.Seek(System.Int64,System.IO.SeekOrigin)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L78C70-L78C101" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.SetLength(System.Int64)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L79C55-L79C82" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L87C127-L87C182" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.EndRead(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L88C66-L88C93" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.Read(System.Byte[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L89C75-L89C113" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.ReadByte", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L90C43-L90C64" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L91C123-L91C185" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.ReadAsync(System.Memory{System.Byte},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L92C121-L92C168" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L99C128-L99C184" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.EndWrite(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L100C68-L100C90" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.Write(System.Byte[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L102C77-L102C116" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.WriteByte(System.Byte)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L103C55-L103C82" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L104C119-L104C182" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.WriteAsync(System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L105C125-L105C173" - }, - { - "DocsId": "P:System.ServiceModel.Channels.DelegatingStream.BaseStream", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L23C39-L23C43" - }, - { - "DocsId": "P:System.ServiceModel.Channels.DelegatingStream.CanRead", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L24C41-L24C59" - }, - { - "DocsId": "P:System.ServiceModel.Channels.DelegatingStream.CanSeek", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L25C41-L25C59" - }, - { - "DocsId": "P:System.ServiceModel.Channels.DelegatingStream.CanTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L26C44-L26C65" - }, - { - "DocsId": "P:System.ServiceModel.Channels.DelegatingStream.CanWrite", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L27C42-L27C61" - }, - { - "DocsId": "P:System.ServiceModel.Channels.DelegatingStream.Length", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L28C40-L28C57" - }, - { - "DocsId": "P:System.ServiceModel.Channels.DelegatingStream.Position", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L59C20-L59C39" - }, - { - "DocsId": "P:System.ServiceModel.Channels.DelegatingStream.ReadTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L65C20-L65C42" - }, - { - "DocsId": "P:System.ServiceModel.Channels.DelegatingStream.WriteTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L71C20-L71C43" - } - ], - "DocsId": "T:System.ServiceModel.Channels.DelegatingStream", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.FaultConverter.GetDefaultFaultConverter(System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/FaultConverter.cs#L14C13-L14C55" - }, - { - "DocsId": "M:System.ServiceModel.Channels.FaultConverter.OnTryCreateException(System.ServiceModel.Channels.Message,System.ServiceModel.Channels.MessageFault,System.Exception@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/FaultConverter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.FaultConverter.OnTryCreateFaultMessage(System.Exception,System.ServiceModel.Channels.Message@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/FaultConverter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.FaultConverter.TryCreateException(System.ServiceModel.Channels.Message,System.ServiceModel.Channels.MessageFault,System.Exception@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/FaultConverter.cs#L22C13-L52C28" - }, - { - "DocsId": "M:System.ServiceModel.Channels.FaultConverter.TryCreateFaultMessage(System.Exception,System.ServiceModel.Channels.Message@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/FaultConverter.cs#L57C13-L78C28" - }, - { - "DocsId": "M:System.ServiceModel.Channels.FaultConverter.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/FaultConverter.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.FaultConverter", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/FaultConverter.cs" - }, - { - "Members": [], - "DocsId": "T:System.ServiceModel.Channels.IAsyncChannelFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IAsyncChannelFactory.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Channels.IBindingDeliveryCapabilities.AssuresOrderedDelivery", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IBindingDeliveryCapabilities.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.IBindingDeliveryCapabilities.QueuedDelivery", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IBindingDeliveryCapabilities.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IBindingDeliveryCapabilities", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IBindingDeliveryCapabilities.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Channels.IBindingMulticastCapabilities.IsMulticast", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IBindingMulticastCapabilities.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IBindingMulticastCapabilities", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IBindingMulticastCapabilities.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Channels.IBindingRuntimePreferences.ReceiveSynchronously", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IBindingRuntimePreferences.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IBindingRuntimePreferences", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IBindingRuntimePreferences.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IChannel.GetProperty``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IChannelFactory.GetProperty``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelFactory.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IChannelFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IChannelFactory`1.CreateChannel(System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelFactory.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IChannelFactory`1.CreateChannel(System.ServiceModel.EndpointAddress,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelFactory.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IChannelFactory`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IChannelListener.GetProperty``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelListener.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IChannelListener.WaitForChannel(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelListener.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IChannelListener.BeginWaitForChannel(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelListener.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IChannelListener.EndWaitForChannel(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelListener.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.IChannelListener.Uri", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelListener.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IChannelListener", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelListener.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IChannelListener`1.AcceptChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelListener.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IChannelListener`1.AcceptChannel(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelListener.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IChannelListener`1.BeginAcceptChannel(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelListener.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IChannelListener`1.BeginAcceptChannel(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelListener.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IChannelListener`1.EndAcceptChannel(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelListener.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IChannelListener`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelListener.cs" - }, - { - "Members": [], - "DocsId": "T:System.ServiceModel.Channels.IDuplexChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IDuplexChannel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IDuplexSession.CloseOutputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IDuplexSession.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IDuplexSession.CloseOutputSession(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IDuplexSession.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IDuplexSession.BeginCloseOutputSession(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IDuplexSession.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IDuplexSession.BeginCloseOutputSession(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IDuplexSession.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IDuplexSession.EndCloseOutputSession(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IDuplexSession.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IDuplexSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IDuplexSession.cs" - }, - { - "Members": [], - "DocsId": "T:System.ServiceModel.Channels.IDuplexSessionChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IDuplexSessionChannel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IInputChannel.Receive", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IInputChannel.Receive(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IInputChannel.BeginReceive(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IInputChannel.BeginReceive(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IInputChannel.EndReceive(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IInputChannel.TryReceive(System.TimeSpan,System.ServiceModel.Channels.Message@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IInputChannel.BeginTryReceive(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IInputChannel.EndTryReceive(System.IAsyncResult,System.ServiceModel.Channels.Message@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IInputChannel.WaitForMessage(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IInputChannel.BeginWaitForMessage(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IInputChannel.EndWaitForMessage(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.IInputChannel.LocalAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IInputChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IAsyncInputChannel.ReceiveAsync", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IAsyncInputChannel.ReceiveAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IAsyncInputChannel.TryReceiveAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IAsyncInputChannel.WaitForMessageAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IAsyncInputChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "Members": [], - "DocsId": "T:System.ServiceModel.Channels.IInputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputSession.cs" - }, - { - "Members": [], - "DocsId": "T:System.ServiceModel.Channels.IInputSessionChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputSessionChannel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IMessageProperty.CreateCopy", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IMessageProperty.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IMessageProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IMessageProperty.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IOutputChannel.Send(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IOutputChannel.Send(System.ServiceModel.Channels.Message,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IOutputChannel.BeginSend(System.ServiceModel.Channels.Message,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IOutputChannel.BeginSend(System.ServiceModel.Channels.Message,System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IOutputChannel.EndSend(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.IOutputChannel.RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.IOutputChannel.Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IOutputChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputChannel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IAsyncOutputChannel.SendAsync(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IAsyncOutputChannel.SendAsync(System.ServiceModel.Channels.Message,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IAsyncOutputChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputChannel.cs" - }, - { - "Members": [], - "DocsId": "T:System.ServiceModel.Channels.IOutputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputSession.cs" - }, - { - "Members": [], - "DocsId": "T:System.ServiceModel.Channels.IOutputSessionChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputSessionChannel.cs" - }, - { - "Members": [], - "DocsId": "T:System.ServiceModel.Channels.IAsyncOutputSessionChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputSessionChannel.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Channels.IReceiveContextSettings.Enabled", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReceiveContextSettings.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.IReceiveContextSettings.ValidityDuration", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReceiveContextSettings.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IReceiveContextSettings", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReceiveContextSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IReplyChannel.ReceiveRequest", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IReplyChannel.ReceiveRequest(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IReplyChannel.BeginReceiveRequest(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IReplyChannel.BeginReceiveRequest(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IReplyChannel.EndReceiveRequest(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IReplyChannel.TryReceiveRequest(System.TimeSpan,System.ServiceModel.Channels.RequestContext@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IReplyChannel.BeginTryReceiveRequest(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IReplyChannel.EndTryReceiveRequest(System.IAsyncResult,System.ServiceModel.Channels.RequestContext@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IReplyChannel.WaitForRequest(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IReplyChannel.BeginWaitForRequest(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IReplyChannel.EndWaitForRequest(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.IReplyChannel.LocalAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IReplyChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - }, - { - "Members": [], - "DocsId": "T:System.ServiceModel.Channels.IReplySessionChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplySessionChannel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IRequestChannel.Request(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IRequestChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IRequestChannel.Request(System.ServiceModel.Channels.Message,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IRequestChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IRequestChannel.BeginRequest(System.ServiceModel.Channels.Message,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IRequestChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IRequestChannel.BeginRequest(System.ServiceModel.Channels.Message,System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IRequestChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IRequestChannel.EndRequest(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IRequestChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.IRequestChannel.RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IRequestChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.IRequestChannel.Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IRequestChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IRequestChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IRequestChannel.cs" - }, - { - "Members": [], - "DocsId": "T:System.ServiceModel.Channels.IRequestSessionChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IRequestSessionChannel.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Channels.ISecurityCapabilities.SupportedRequestProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ISecurityCapabilities.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ISecurityCapabilities.SupportedResponseProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ISecurityCapabilities.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ISecurityCapabilities.SupportsClientAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ISecurityCapabilities.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ISecurityCapabilities.SupportsClientWindowsIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ISecurityCapabilities.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ISecurityCapabilities.SupportsServerAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ISecurityCapabilities.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.ISecurityCapabilities", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ISecurityCapabilities.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Channels.ISession.Id", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ISession.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.ISession", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ISession.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Channels.ISessionChannel`1.Session", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ISessionChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.ISessionChannel`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ISessionChannel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.ITransportCompressionSupport.IsCompressionFormatSupported(System.ServiceModel.Channels.CompressionFormat)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ITransportCompressionSupport.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.ITransportCompressionSupport", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ITransportCompressionSupport.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.LocalClientSecuritySettings.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L226C9-L241C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.LocalClientSecuritySettings.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L245C13-L245C58" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.DetectReplays", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L38C37-L38C41" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.ReplayCacheSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L44C17-L44C41" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.ReplayWindow", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L61C17-L61C38" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.MaxClockSkew", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L85C17-L85C38" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.NonceCache", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L105C40-L105C44" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.TimestampValidityDuration", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L111C17-L111C51" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.CacheCookies", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L131C36-L131C40" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.MaxCookieCachingTime", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L137C17-L137C46" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.CookieRenewalThresholdPercentage", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L161C17-L161C58" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.SessionKeyRenewalInterval", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L178C17-L178C51" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.SessionKeyRolloverInterval", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L202C17-L202C52" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.ReconnectTransportOnFailure", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L222C51-L222C55" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.IdentityVerifier", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L224C52-L224C56" - } - ], - "DocsId": "T:System.ServiceModel.Channels.LocalClientSecuritySettings", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.Message.Close", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L73C13-L81C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.CreateBufferedCopy(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L85C13-L108C56" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.CreateMessage(System.ServiceModel.Channels.MessageVersion,System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L118C13-L118C153" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.CreateMessage(System.ServiceModel.Channels.MessageVersion,System.String,System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L123C13-L133C112" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.CreateMessage(System.ServiceModel.Channels.MessageVersion,System.String,System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L138C13-L138C101" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.CreateMessage(System.ServiceModel.Channels.MessageVersion,System.String,System.Xml.XmlDictionaryReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L143C13-L153C100" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.CreateMessage(System.ServiceModel.Channels.MessageVersion,System.String,System.ServiceModel.Channels.BodyWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L158C13-L168C65" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.CreateMessage(System.ServiceModel.Channels.MessageVersion,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L188C13-L193C82" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.CreateMessage(System.Xml.XmlReader,System.Int32,System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L208C13-L208C121" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.CreateMessage(System.Xml.XmlDictionaryReader,System.Int32,System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L213C13-L224C28" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.CreateMessage(System.ServiceModel.Channels.MessageVersion,System.ServiceModel.FaultCode,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L229C13-L244C96" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.CreateMessage(System.ServiceModel.Channels.MessageVersion,System.ServiceModel.FaultCode,System.String,System.Object,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L249C13-L264C121" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.CreateMessage(System.ServiceModel.Channels.MessageVersion,System.ServiceModel.Channels.MessageFault,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L269C13-L279C105" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.System#IDisposable#Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L289C13-L290C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.GetBody``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L294C13-L295C41" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnGetBody``1(System.Xml.XmlDictionaryReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L300C13-L300C129" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.GetBody``1(System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L305C13-L310C74" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.GetReaderAtBodyContents", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L347C13-L353C48" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnBodyToString(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L390C13-L391C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnCreateBufferedCopy(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L395C13-L395C87" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnClose", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L410C9-L410C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnGetReaderAtBodyContents", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L414C13-L436C27" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnWriteStartBody(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L441C13-L443C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.WriteBodyContents(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L447C13-L449C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.WriteBodyContentsAsync(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L453C13-L454C48" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.BeginWriteBodyContents(System.Xml.XmlDictionaryWriter,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L459C13-L460C70" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.EndWriteBodyContents(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L465C13-L466C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnWriteBodyContents(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnWriteBodyContentsAsync(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L472C13-L473C48" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnBeginWriteBodyContents(System.Xml.XmlDictionaryWriter,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L478C13-L478C76" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnEndWriteBodyContents(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L483C13-L484C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.WriteStartEnvelope(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L488C13-L494C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnWriteStartEnvelope(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L498C13-L505C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnWriteStartHeaders(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L509C13-L515C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L519C13-L547C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.GetBodyAttribute(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L582C13-L608C54" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnGetBodyAttribute(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L613C13-L613C25" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.WriteBody(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L673C13-L674C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.WriteBody(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L678C13-L681C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.WriteStartBody(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L685C13-L686C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.WriteStartBody(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L690C13-L696C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.WriteMessage(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L705C13-L706C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.WriteMessage(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L710C13-L712C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.WriteMessageAsync(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L716C13-L717C48" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.WriteMessageAsync(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnWriteMessageAsync(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.BeginWriteMessage(System.Xml.XmlDictionaryWriter,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L766C13-L767C65" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.EndWriteMessage(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L772C13-L773C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnWriteMessage(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L778C13-L781C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnBeginWriteMessage(System.Xml.XmlDictionaryWriter,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L825C13-L825C81" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnEndWriteMessage(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L830C13-L831C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Message.Headers", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Message.IsDisposed", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L26C19-L26C55" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Message.IsFault", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L33C17-L38C30" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Message.IsEmpty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L46C17-L51C30" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Message.Properties", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Message.Version", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Message.State", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L64C37-L64C41" - } - ], - "DocsId": "T:System.ServiceModel.Channels.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.MessageBuffer.System#IDisposable#Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageBuffer.cs#L18C13-L19C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageBuffer.Close", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageBuffer.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageBuffer.WriteMessage(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageBuffer.cs#L25C13-L39C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageBuffer.CreateMessage", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageBuffer.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageBuffer.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageBuffer.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageBuffer.BufferSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageBuffer.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageBuffer.MessageContentType", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageBuffer.cs#L43C19-L43C54" - } - ], - "DocsId": "T:System.ServiceModel.Channels.MessageBuffer", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageBuffer.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.GetProperty``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs#L27C13-L32C25" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.ReadMessage(System.IO.Stream,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs#L37C13-L37C64" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.ReadMessageAsync(System.IO.Stream,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs#L42C13-L42C95" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.ReadMessageAsync(System.ArraySegment{System.Byte},System.ServiceModel.Channels.BufferManager,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs#L47C13-L47C92" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.ReadMessage(System.IO.Stream,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.ReadMessage(System.ArraySegment{System.Byte},System.ServiceModel.Channels.BufferManager)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs#L54C13-L55C28" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.ReadMessage(System.ArraySegment{System.Byte},System.ServiceModel.Channels.BufferManager,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs#L103C13-L103C32" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.WriteMessage(System.ServiceModel.Channels.Message,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.BeginWriteMessage(System.ServiceModel.Channels.Message,System.IO.Stream,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs#L110C13-L110C87" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.EndWriteMessage(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs#L115C13-L116C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.WriteMessage(System.ServiceModel.Channels.Message,System.Int32,System.ServiceModel.Channels.BufferManager)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs#L120C13-L120C76" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.WriteMessage(System.ServiceModel.Channels.Message,System.Int32,System.ServiceModel.Channels.BufferManager,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.WriteMessageAsync(System.ServiceModel.Channels.Message,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs#L128C13-L129C28" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.WriteMessageAsync(System.ServiceModel.Channels.Message,System.Int32,System.ServiceModel.Channels.BufferManager,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs#L135C13-L135C123" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.IsContentTypeSupported(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs#L140C13-L145C80" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageEncoder.ContentType", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageEncoder.MediaType", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageEncoder.MessageVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.MessageEncoder", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoderFactory.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoderFactory.cs#L10C9-L12C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoderFactory.CreateSessionEncoder", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoderFactory.cs#L26C13-L26C28" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageEncoderFactory.Encoder", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoderFactory.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageEncoderFactory.MessageVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoderFactory.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.MessageEncoderFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoderFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncodingBindingElement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncodingBindingElement.cs#L10C9-L12C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncodingBindingElement.#ctor(System.ServiceModel.Channels.MessageEncodingBindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncodingBindingElement.cs#L15C15-L17C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncodingBindingElement.CreateMessageEncoderFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncodingBindingElement.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncodingBindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncodingBindingElement.cs#L53C13-L63C54" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageEncodingBindingElement.MessageVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncodingBindingElement.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.MessageEncodingBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncodingBindingElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.CreateFault(System.ServiceModel.FaultCode,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L21C13-L21C63" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.CreateFault(System.ServiceModel.FaultCode,System.ServiceModel.FaultReason)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L26C13-L26C66" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.CreateFault(System.ServiceModel.FaultCode,System.ServiceModel.FaultReason,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L31C13-L32C106" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.CreateFault(System.ServiceModel.FaultCode,System.ServiceModel.FaultReason,System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L37C13-L37C74" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.CreateFault(System.ServiceModel.FaultCode,System.ServiceModel.FaultReason,System.Object,System.Runtime.Serialization.XmlObjectSerializer,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L42C13-L47C80" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.CreateFault(System.ServiceModel.FaultCode,System.ServiceModel.FaultReason,System.Object,System.Runtime.Serialization.XmlObjectSerializer,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L52C13-L72C96" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.CreateFault(System.ServiceModel.Channels.Message,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L77C13-L124C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.GetDetail``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L182C13-L182C119" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.GetDetail``1(System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L187C13-L202C26" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.GetReaderAtDetailContents", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L207C13-L212C50" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.OnWriteDetail(System.Xml.XmlDictionaryWriter,System.ServiceModel.EnvelopeVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L217C13-L220C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.OnWriteStartDetail(System.Xml.XmlDictionaryWriter,System.ServiceModel.EnvelopeVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L224C13-L236C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.OnWriteDetailContents(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.OnGetReaderAtDetailContents", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L242C13-L249C27" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.WasHeaderNotUnderstood(System.ServiceModel.Channels.MessageHeaders,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L254C13-L285C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.WriteTo(System.Xml.XmlWriter,System.ServiceModel.EnvelopeVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L289C13-L290C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.WriteTo(System.Xml.XmlDictionaryWriter,System.ServiceModel.EnvelopeVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L294C13-L318C166" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageFault.Actor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L142C17-L142C27" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageFault.Code", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageFault.IsMustUnderstandFault", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L152C17-L164C29" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageFault.Node", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L172C17-L172C27" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageFault.HasDetail", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageFault.Reason", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.MessageFault", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.XmlObjectSerializerFault.#ctor(System.ServiceModel.FaultCode,System.ServiceModel.FaultReason,System.Object,System.Runtime.Serialization.XmlObjectSerializer,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L487C9-L495C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.XmlObjectSerializerFault.OnWriteDetailContents(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L547C13-L554C10" - }, - { - "DocsId": "P:System.ServiceModel.Channels.XmlObjectSerializerFault.Actor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L501C17-L501C31" - }, - { - "DocsId": "P:System.ServiceModel.Channels.XmlObjectSerializerFault.Code", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L509C17-L509C30" - }, - { - "DocsId": "P:System.ServiceModel.Channels.XmlObjectSerializerFault.HasDetail", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L517C17-L517C44" - }, - { - "DocsId": "P:System.ServiceModel.Channels.XmlObjectSerializerFault.Node", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L525C17-L525C30" - }, - { - "DocsId": "P:System.ServiceModel.Channels.XmlObjectSerializerFault.Reason", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L533C17-L533C32" - } - ], - "DocsId": "T:System.ServiceModel.Channels.XmlObjectSerializerFault", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.IsMessageVersionSupported(System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L44C13-L49C25" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L54C13-L96C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.WriteHeader(System.Xml.XmlWriter,System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L100C13-L101C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.WriteHeader(System.Xml.XmlDictionaryWriter,System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L105C13-L118C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.WriteStartHeader(System.Xml.XmlDictionaryWriter,System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L122C13-L133C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.OnWriteStartHeader(System.Xml.XmlDictionaryWriter,System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L137C13-L139C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.WriteHeaderContents(System.Xml.XmlDictionaryWriter,System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L143C13-L154C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.OnWriteHeaderContents(System.Xml.XmlDictionaryWriter,System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.WriteHeaderAttributes(System.Xml.XmlDictionaryWriter,System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L160C13-L175C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.CreateHeader(System.String,System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L179C13-L179C116" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.CreateHeader(System.String,System.String,System.Object,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L184C13-L184C104" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.CreateHeader(System.String,System.String,System.Object,System.Boolean,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L189C13-L189C92" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.CreateHeader(System.String,System.String,System.Object,System.Boolean,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L194C13-L194C103" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.CreateHeader(System.String,System.String,System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L199C13-L199C128" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.CreateHeader(System.String,System.String,System.Object,System.Runtime.Serialization.XmlObjectSerializer,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L204C13-L204C116" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.CreateHeader(System.String,System.String,System.Object,System.Runtime.Serialization.XmlObjectSerializer,System.Boolean,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L209C13-L209C104" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.CreateHeader(System.String,System.String,System.Object,System.Runtime.Serialization.XmlObjectSerializer,System.Boolean,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L214C13-L219C109" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeader.Actor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L24C19-L24C29" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeader.IsReferenceParameter", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L29C19-L29C32" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeader.MustUnderstand", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L34C19-L34C53" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeader.Relay", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L39C19-L39C44" - } - ], - "DocsId": "T:System.ServiceModel.Channels.MessageHeader", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaderInfo.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaderInfo.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaderInfo.Actor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaderInfo.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaderInfo.IsReferenceParameter", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaderInfo.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaderInfo.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaderInfo.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaderInfo.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaderInfo.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaderInfo.MustUnderstand", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaderInfo.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaderInfo.Relay", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaderInfo.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.MessageHeaderInfo", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaderInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.#ctor(System.ServiceModel.Channels.MessageVersion,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L36C9-L39C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.#ctor(System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L42C15-L44C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.#ctor(System.ServiceModel.Channels.MessageHeaders)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L117C9-L127C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.Add(System.ServiceModel.Channels.MessageHeader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L409C13-L410C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.Clear", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L541C18-L549C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.CopyHeaderFrom(System.ServiceModel.Channels.Message,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L553C13-L559C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.CopyHeaderFrom(System.ServiceModel.Channels.MessageHeaders,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L563C13-L599C163" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.CopyHeadersFrom(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L605C13-L611C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.CopyHeadersFrom(System.ServiceModel.Channels.MessageHeaders)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L615C13-L624C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.CopyTo(System.ServiceModel.Channels.MessageHeaderInfo[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L628C13-L643C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.FindHeader(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L681C13-L697C114" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.FindHeader(System.String,System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L757C13-L796C28" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L852C13-L852C36" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L857C13-L859C43" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.GetHeader``1(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L964C13-L964C139" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.GetHeader``1(System.String,System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L969C13-L975C40" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.GetHeader``1(System.String,System.String,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L980C13-L991C52" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.GetHeader``1(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L996C13-L1004C165" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.GetHeader``1(System.Int32,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1009C13-L1018C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.GetReaderAtHeader(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1103C13-L1123C178" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.HaveMandatoryHeadersBeenUnderstood", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1259C13-L1259C106" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.HaveMandatoryHeadersBeenUnderstood(System.String[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1264C13-L1283C25" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.Insert(System.Int32,System.ServiceModel.Channels.MessageHeader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1358C13-L1370C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.RemoveAll(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1568C13-L1586C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1590C13-L1604C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.SetAction(System.Xml.XmlDictionaryString)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1646C13-L1654C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.WriteHeader(System.Int32,System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1749C13-L1750C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.WriteHeader(System.Int32,System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1754C13-L1757C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.WriteStartHeader(System.Int32,System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1761C13-L1762C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.WriteStartHeader(System.Int32,System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1766C13-L1787C178" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.WriteHeaderContents(System.Int32,System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1793C13-L1794C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.WriteHeaderContents(System.Int32,System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1798C13-L1819C178" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaders.Action", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L133C17-L149C14" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaders.Count", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L177C19-L177C39" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaders.FaultTo", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L184C17-L200C14" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaders.From", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L218C17-L234C14" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaders.MessageId", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L267C17-L283C14" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaders.MessageVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L297C48-L297C52" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaders.RelatesTo", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L303C17-L303C76" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaders.ReplyTo", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L315C17-L331C14" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaders.To", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L349C17-L365C14" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaders.UnderstoodHeaders", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L383C17-L388C43" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaders.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L396C17-L403C51" - } - ], - "DocsId": "T:System.ServiceModel.Channels.MessageHeaders", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L36C9-L38C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.#ctor(System.ServiceModel.Channels.MessageProperties)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L40C9-L43C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.Add(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L331C13-L342C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.Clear", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L364C13-L387C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.CopyProperties(System.ServiceModel.Channels.MessageProperties)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L395C13-L425C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.ContainsKey(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L489C13-L513C33" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L536C13-L559C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L609C13-L616C60" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.TryGetValue(System.String,System.Object@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L621C13-L654C34" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.System#Collections#Generic#ICollection>#CopyTo(System.Collections.Generic.KeyValuePair{System.String,System.Object}[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L810C13-L865C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.System#Collections#Generic#ICollection>#Add(System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L869C13-L880C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.System#Collections#Generic#ICollection>#Contains(System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L884C13-L904C45" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L909C13-L914C86" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.System#Collections#Generic#IEnumerable>#GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L919C13-L961C42" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.System#Collections#Generic#ICollection>#Remove(System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L966C13-L991C25" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageProperties.Item(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L64C17-L76C30" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageProperties.Count", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L101C17-L106C39" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageProperties.Encoder", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L114C17-L119C33" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageProperties.AllowOutputBatching", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L137C17-L142C67" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageProperties.IsFixedSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L168C17-L173C30" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageProperties.IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L181C17-L186C30" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageProperties.Keys", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L194C17-L232C29" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageProperties.Security", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L240C17-L245C34" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageProperties.Values", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L263C17-L302C31" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageProperties.Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L310C17-L315C29" - } - ], - "DocsId": "T:System.ServiceModel.Channels.MessageProperties", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Channels.MessageState.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageState.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.MessageState.Created", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageState.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.MessageState.Read", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageState.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.MessageState.Written", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageState.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.MessageState.Copied", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageState.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.MessageState.Closed", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageState.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.MessageState", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageState.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.MessageVersion.CreateVersion(System.ServiceModel.EnvelopeVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L35C13-L35C85" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageVersion.CreateVersion(System.ServiceModel.EnvelopeVersion,System.ServiceModel.Channels.AddressingVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L40C13-L105C83" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageVersion.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L120C13-L120C32" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageVersion.GetHashCode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L125C13-L136C25" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageVersion.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L158C13-L158C108" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageVersion.Addressing", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L109C47-L109C51" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageVersion.Default", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L113C19-L113C47" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageVersion.Envelope", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L116C43-L116C47" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageVersion.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L139C45-L139C49" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageVersion.Soap12WSAddressing10", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L141C61-L141C65" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageVersion.Soap11WSAddressing10", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L143C61-L143C65" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageVersion.Soap12WSAddressingAugust2004", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L147C19-L147C51" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageVersion.Soap11WSAddressingAugust2004", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L150C69-L150C73" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageVersion.Soap11", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L152C47-L152C51" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageVersion.Soap12", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L154C47-L154C51" - } - ], - "DocsId": "T:System.ServiceModel.Channels.MessageVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L20C54-L20C116" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.#ctor(System.ServiceModel.Channels.MessageVersion,System.Text.Encoding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L22C9-L41C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.BuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L156C13-L156C67" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.CanBuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L161C13-L161C70" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L166C13-L166C64" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.CreateMessageEncoderFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L171C13-L171C145" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L176C13-L186C53" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.MaxReadPoolSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L60C17-L60C41" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.MaxWritePoolSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L78C17-L78C42" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.ReaderQuotas", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L95C17-L95C38" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.MaxBufferSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L104C17-L104C39" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.WriteEncoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L121C17-L121C39" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.MessageVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L137C17-L137C40" - } - ], - "DocsId": "T:System.ServiceModel.Channels.MtomMessageEncodingBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.OutputChannel.#ctor(System.ServiceModel.Channels.ChannelManagerBase)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs#L14C15-L16C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.OutputChannel.BeginSend(System.ServiceModel.Channels.Message,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs#L23C13-L23C76" - }, - { - "DocsId": "M:System.ServiceModel.Channels.OutputChannel.BeginSend(System.ServiceModel.Channels.Message,System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs#L28C13-L42C73" - }, - { - "DocsId": "M:System.ServiceModel.Channels.OutputChannel.EndSend(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs#L47C13-L48C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.OutputChannel.GetProperty``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs#L52C13-L63C31" - }, - { - "DocsId": "M:System.ServiceModel.Channels.OutputChannel.OnSend(System.ServiceModel.Channels.Message,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.OutputChannel.OnSendAsync(System.ServiceModel.Channels.Message,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.OutputChannel.Send(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs#L72C13-L73C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.OutputChannel.Send(System.ServiceModel.Channels.Message,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs#L77C13-L93C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.OutputChannel.SendAsync(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs#L97C13-L97C59" - }, - { - "DocsId": "M:System.ServiceModel.Channels.OutputChannel.SendAsync(System.ServiceModel.Channels.Message,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs#L102C13-L117C50" - }, - { - "DocsId": "M:System.ServiceModel.Channels.OutputChannel.AddHeadersTo(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs#L126C9-L126C10" - }, - { - "DocsId": "P:System.ServiceModel.Channels.OutputChannel.RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.OutputChannel.Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.OutputChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.ReliableSessionBindingElement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L15C9-L25C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ReliableSessionBindingElement.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L15C9-L43C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ReliableSessionBindingElement.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L189C13-L189C60" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ReliableSessionBindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L194C13-L210C54" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ReliableSessionBindingElement.BuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L282C13-L345C145" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ReliableSessionBindingElement.CanBuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L350C13-L371C26" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ReliableSessionBindingElement.AcknowledgementInterval", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L50C17-L50C49" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ReliableSessionBindingElement.FlowControlEnabled", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L71C42-L71C46" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ReliableSessionBindingElement.InactivityTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L78C17-L78C43" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ReliableSessionBindingElement.MaxPendingChannels", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L103C17-L103C44" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ReliableSessionBindingElement.MaxRetryCount", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L119C17-L119C39" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ReliableSessionBindingElement.MaxTransferWindowSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L135C17-L135C47" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ReliableSessionBindingElement.Ordered", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L147C31-L147C35" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ReliableSessionBindingElement.ReliableMessagingVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L154C17-L154C50" - } - ], - "DocsId": "T:System.ServiceModel.Channels.ReliableSessionBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.RequestContext.Abort", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.RequestContext.Close", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.RequestContext.Close(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.RequestContext.Reply(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.RequestContext.Reply(System.ServiceModel.Channels.Message,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.RequestContext.BeginReply(System.ServiceModel.Channels.Message,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.RequestContext.BeginReply(System.ServiceModel.Channels.Message,System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.RequestContext.EndReply(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.RequestContext.System#IDisposable#Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs#L26C13-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.RequestContext.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs#L31C9-L31C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.RequestContext.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.RequestContext.RequestMessage", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.RequestContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.SetIssuerBindingContextIfRequired(System.ServiceModel.Security.Tokens.SecurityTokenParameters,System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L218C9-L218C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.BuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L327C13-L357C27" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.BuildChannelFactoryCore``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.CanBuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L364C13-L381C143" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.SetKeyDerivation(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L410C13-L411C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L425C13-L439C54" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.CreateMutualCertificateBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L471C13-L471C164" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.CreateMutualCertificateBindingElement(System.ServiceModel.MessageSecurityVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L476C13-L476C74" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.CreateMutualCertificateBindingElement(System.ServiceModel.MessageSecurityVersion,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L481C13-L486C138" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.CreateUserNameOverTransportBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L491C13-L496C27" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.CreateCertificateOverTransportBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L501C13-L501C97" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.CreateCertificateOverTransportBindingElement(System.ServiceModel.MessageSecurityVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L506C13-L534C27" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.CreateIssuedTokenOverTransportBindingElement(System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L539C13-L557C27" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.CreateSecureConversationBindingElement(System.ServiceModel.Channels.SecurityBindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L562C13-L562C154" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.CreateSecureConversationBindingElement(System.ServiceModel.Channels.SecurityBindingElement,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L567C13-L567C105" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.CreateSecureConversationBindingElement(System.ServiceModel.Channels.SecurityBindingElement,System.Boolean,System.ServiceModel.Security.ChannelProtectionRequirements)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L572C13-L599C27" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L604C13-L644C41" - }, - { - "DocsId": "P:System.ServiceModel.Channels.SecurityBindingElement.EndpointSupportingTokenParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L82C78-L82C82" - }, - { - "DocsId": "P:System.ServiceModel.Channels.SecurityBindingElement.OptionalEndpointSupportingTokenParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L84C86-L84C90" - }, - { - "DocsId": "P:System.ServiceModel.Channels.SecurityBindingElement.OperationSupportingTokenParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L86C101-L86C136" - }, - { - "DocsId": "P:System.ServiceModel.Channels.SecurityBindingElement.OptionalOperationSupportingTokenParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L88C109-L88C152" - }, - { - "DocsId": "P:System.ServiceModel.Channels.SecurityBindingElement.SecurityHeaderLayout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L94C17-L94C46" - }, - { - "DocsId": "P:System.ServiceModel.Channels.SecurityBindingElement.MessageSecurityVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L111C17-L111C48" - }, - { - "DocsId": "P:System.ServiceModel.Channels.SecurityBindingElement.EnableUnsecuredResponse", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L119C47-L119C51" - }, - { - "DocsId": "P:System.ServiceModel.Channels.SecurityBindingElement.IncludeTimestamp", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L121C40-L121C44" - }, - { - "DocsId": "P:System.ServiceModel.Channels.SecurityBindingElement.DefaultAlgorithmSuite", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L127C17-L127C47" - }, - { - "DocsId": "P:System.ServiceModel.Channels.SecurityBindingElement.LocalClientSettings", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L135C66-L135C70" - }, - { - "DocsId": "P:System.ServiceModel.Channels.SecurityBindingElement.KeyEntropyMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L141C17-L141C40" - } - ], - "DocsId": "T:System.ServiceModel.Channels.SecurityBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Channels.SecurityHeaderLayout.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityHeaderLayout.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.SecurityHeaderLayout.Strict", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityHeaderLayout.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.SecurityHeaderLayout.Lax", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityHeaderLayout.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.SecurityHeaderLayout.LaxTimestampFirst", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityHeaderLayout.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.SecurityHeaderLayout.LaxTimestampLast", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityHeaderLayout.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.SecurityHeaderLayout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityHeaderLayout.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L50C13-L50C44" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.Invoke(System.Reflection.MethodInfo,System.Object[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L128C13-L157C184" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IChannel#GetProperty``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L535C13-L535C53" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#get_State", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L540C19-L540C48" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#add_Closed(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L545C19-L545C53" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#remove_Closed(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L546C22-L546C56" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#add_Closing(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L551C19-L551C54" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#remove_Closing(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L552C22-L552C57" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#add_Faulted(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L557C19-L557C54" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#remove_Faulted(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L558C22-L558C57" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#add_Opened(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L563C19-L563C53" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#remove_Opened(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L564C22-L564C56" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#add_Opening(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L569C19-L569C54" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#remove_Opening(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L570C22-L570C57" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#Abort", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L575C13-L576C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#Close", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L580C13-L581C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#Close(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L585C13-L586C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#BeginClose(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L590C13-L590C64" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#BeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L595C13-L595C73" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#EndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L600C13-L601C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#Open", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L605C13-L606C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#Open(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L610C13-L611C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#BeginOpen(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L615C13-L615C63" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#BeginOpen(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L620C13-L620C72" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#EndOpen(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L625C13-L626C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#get_AllowInitializationUI", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L632C17-L632C80" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#set_AllowInitializationUI(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L636C17-L637C14" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#get_DidInteractiveInitialization", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L642C19-L642C89" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#get_Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L647C19-L647C46" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#add_UnknownMessageReceived(System.EventHandler{System.ServiceModel.UnknownMessageReceivedEventArgs})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L652C19-L652C87" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#remove_UnknownMessageReceived(System.EventHandler{System.ServiceModel.UnknownMessageReceivedEventArgs})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L653C22-L653C90" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#BeginDisplayInitializationUI(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L658C13-L658C82" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#DisplayInitializationUI", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L663C13-L664C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#EndDisplayInitializationUI(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L668C13-L669C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#IDisposable#Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L673C13-L674C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#get_AllowOutputBatching", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L680C17-L680C79" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#set_AllowOutputBatching(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L684C17-L685C14" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#get_InputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L690C19-L690C74" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#get_LocalAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L695C19-L695C74" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#get_OperationTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L702C17-L702C76" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#set_OperationTimeout(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L706C17-L707C14" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#get_OutputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L712C19-L712C75" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IOutputChannel#get_RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L717C19-L717C75" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IOutputChannel#get_Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L722C19-L722C46" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#get_RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L727C19-L727C75" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#get_SessionId", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L732C19-L732C71" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IExtensibleObject#get_Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L737C19-L737C72" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IOutputChannel#BeginSend(System.ServiceModel.Channels.Message,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L742C13-L742C72" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IOutputChannel#BeginSend(System.ServiceModel.Channels.Message,System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L747C13-L747C81" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IOutputChannel#EndSend(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L752C13-L753C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IOutputChannel#Send(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L757C13-L758C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IOutputChannel#Send(System.ServiceModel.Channels.Message,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L762C13-L763C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IRequestChannel#Request(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L767C13-L767C53" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IRequestChannel#Request(System.ServiceModel.Channels.Message,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L772C13-L772C62" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IRequestChannel#BeginRequest(System.ServiceModel.Channels.Message,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L777C13-L777C75" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IRequestChannel#BeginRequest(System.ServiceModel.Channels.Message,System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L782C13-L782C84" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IRequestChannel#EndRequest(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L787C13-L787C55" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.BeginCloseOutputSession(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L792C13-L792C111" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.EndCloseOutputSession(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L797C13-L798C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.CloseOutputSession(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L802C13-L803C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IRequestChannel#get_RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L807C19-L807C75" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IRequestChannel#get_Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L812C19-L812C46" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IServiceChannel#get_ListenUri", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L817C19-L817C52" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs" - }, - { - "DocsId": "E:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#Closed", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L545C19-L545C53" - }, - { - "DocsId": "E:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#Closing", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L551C19-L551C54" - }, - { - "DocsId": "E:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#Faulted", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L557C19-L557C54" - }, - { - "DocsId": "E:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#Opened", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L563C19-L563C53" - }, - { - "DocsId": "E:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#Opening", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L569C19-L569C54" - }, - { - "DocsId": "E:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#UnknownMessageReceived", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L652C19-L652C87" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#State", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L540C19-L540C48" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#AllowInitializationUI", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L632C17-L632C80" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#DidInteractiveInitialization", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L642C19-L642C89" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L647C19-L647C46" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#AllowOutputBatching", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L680C17-L680C79" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#InputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L690C19-L690C74" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#LocalAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L695C19-L695C74" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#OperationTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L702C17-L702C76" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#OutputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L712C19-L712C75" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IOutputChannel#RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L717C19-L717C75" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IOutputChannel#Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L722C19-L722C46" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L727C19-L727C75" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#SessionId", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L732C19-L732C71" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IExtensibleObject#Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L737C19-L737C72" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IRequestChannel#RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L807C19-L807C75" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IRequestChannel#Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L812C19-L812C46" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IServiceChannel#ListenUri", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L817C19-L817C52" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.AutomaticInputSessionShutdown", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L824C17-L824C95" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.CallbackInstance", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L837C17-L837C82" - } - ], - "DocsId": "T:System.ServiceModel.Channels.ServiceChannelProxy", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Channels.SupportedAddressingMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SupportedAddressingMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.SupportedAddressingMode.Anonymous", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SupportedAddressingMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.SupportedAddressingMode.NonAnonymous", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SupportedAddressingMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.SupportedAddressingMode.Mixed", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SupportedAddressingMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.SupportedAddressingMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SupportedAddressingMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.TextMessageEncodingBindingElement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TextMessageEncodingBindingElement.cs#L21C15-L23C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TextMessageEncodingBindingElement.#ctor(System.ServiceModel.Channels.MessageVersion,System.Text.Encoding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TextMessageEncodingBindingElement.cs#L25C9-L40C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TextMessageEncodingBindingElement.BuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TextMessageEncodingBindingElement.cs#L138C13-L138C67" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TextMessageEncodingBindingElement.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TextMessageEncodingBindingElement.cs#L143C13-L143C64" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TextMessageEncodingBindingElement.CreateMessageEncoderFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TextMessageEncodingBindingElement.cs#L148C13-L148C130" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TextMessageEncodingBindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TextMessageEncodingBindingElement.cs#L153C13-L163C53" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TextMessageEncodingBindingElement.MaxReadPoolSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TextMessageEncodingBindingElement.cs#L58C17-L58C41" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TextMessageEncodingBindingElement.MaxWritePoolSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TextMessageEncodingBindingElement.cs#L76C17-L76C42" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TextMessageEncodingBindingElement.ReaderQuotas", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TextMessageEncodingBindingElement.cs#L93C17-L93C38" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TextMessageEncodingBindingElement.MessageVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TextMessageEncodingBindingElement.cs#L110C17-L110C40" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TextMessageEncodingBindingElement.WriteEncoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TextMessageEncodingBindingElement.cs#L122C17-L122C39" - } - ], - "DocsId": "T:System.ServiceModel.Channels.TextMessageEncodingBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TextMessageEncodingBindingElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.TransportBindingElement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportBindingElement.cs#L20C9-L25C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TransportBindingElement.#ctor(System.ServiceModel.Channels.TransportBindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportBindingElement.cs#L28C15-L33C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TransportBindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportBindingElement.cs#L96C13-L132C25" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TransportBindingElement.ManualAddressing", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportBindingElement.cs#L40C17-L40C42" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TransportBindingElement.MaxBufferPoolSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportBindingElement.cs#L54C17-L54C43" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TransportBindingElement.MaxReceivedMessageSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportBindingElement.cs#L72C17-L72C48" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TransportBindingElement.Scheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportBindingElement.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.TransportBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportBindingElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.TransportSecurityBindingElement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportSecurityBindingElement.cs#L17C15-L19C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TransportSecurityBindingElement.BuildChannelFactoryCore``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportSecurityBindingElement.cs#L88C13-L174C35" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TransportSecurityBindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportSecurityBindingElement.cs#L179C13-L190C53" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TransportSecurityBindingElement.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportSecurityBindingElement.cs#L196C13-L196C62" - } - ], - "DocsId": "T:System.ServiceModel.Channels.TransportSecurityBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportSecurityBindingElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.UnderstoodHeaders.Add(System.ServiceModel.Channels.MessageHeaderInfo)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/UnderstoodHeaders.cs#L25C13-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.UnderstoodHeaders.Contains(System.ServiceModel.Channels.MessageHeaderInfo)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/UnderstoodHeaders.cs#L31C13-L31C61" - }, - { - "DocsId": "M:System.ServiceModel.Channels.UnderstoodHeaders.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/UnderstoodHeaders.cs#L36C13-L36C36" - }, - { - "DocsId": "M:System.ServiceModel.Channels.UnderstoodHeaders.GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/UnderstoodHeaders.cs#L41C13-L41C62" - }, - { - "DocsId": "M:System.ServiceModel.Channels.UnderstoodHeaders.Remove(System.ServiceModel.Channels.MessageHeaderInfo)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/UnderstoodHeaders.cs#L46C13-L48C10" - } - ], - "DocsId": "T:System.ServiceModel.Channels.UnderstoodHeaders", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/UnderstoodHeaders.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.TaskHelpers.EndWithOutDelegate`2.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.EndWithOutDelegate`2.Invoke(System.IAsyncResult,`0@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.EndWithOutDelegate`2.BeginInvoke(System.IAsyncResult,`0@,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.EndWithOutDelegate`2.EndInvoke(`0@,System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - } - ], - "DocsId": "T:System.Runtime.TaskHelpers.EndWithOutDelegate`2", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ClientBase`1.BeginOperationDelegate.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.BeginOperationDelegate.Invoke(System.Object[],System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.BeginOperationDelegate.BeginInvoke(System.Object[],System.AsyncCallback,System.Object,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.BeginOperationDelegate.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - } - ], - "DocsId": "T:System.ServiceModel.ClientBase`1.BeginOperationDelegate", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ClientBase`1.EndOperationDelegate.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.EndOperationDelegate.Invoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.EndOperationDelegate.BeginInvoke(System.IAsyncResult,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.EndOperationDelegate.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - } - ], - "DocsId": "T:System.ServiceModel.ClientBase`1.EndOperationDelegate", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.ClientBase`1.InvokeAsyncCompletedEventArgs.Results", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L801C39-L801C43" - } - ], - "DocsId": "T:System.ServiceModel.ClientBase`1.InvokeAsyncCompletedEventArgs", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "Members": [], - "DocsId": "T:System.ServiceModel.ClientBase`1.AsyncOperationContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.#ctor(System.ServiceModel.ClientBase{`1})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L917C13-L929C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.BeginInvoke(System.String,System.Object[],System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L933C17-L941C93" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.EndInvoke(System.String,System.Object[],System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L946C17-L961C28" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#get_AllowInitializationUI", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L976C23-L976C79" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#set_AllowInitializationUI(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L977C23-L977C82" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#get_DidInteractiveInitialization", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L982C23-L982C86" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#get_Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L987C23-L987C61" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#add_UnknownMessageReceived(System.EventHandler{System.ServiceModel.UnknownMessageReceivedEventArgs})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L992C23-L992C84" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#remove_UnknownMessageReceived(System.EventHandler{System.ServiceModel.UnknownMessageReceivedEventArgs})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L993C26-L993C87" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#DisplayInitializationUI", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L998C17-L999C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#BeginDisplayInitializationUI(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1003C17-L1003C97" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#EndDisplayInitializationUI(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1008C17-L1009C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#get_AllowOutputBatching", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1013C23-L1013C78" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#set_AllowOutputBatching(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1014C23-L1014C81" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#get_InputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1019C23-L1019C71" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#get_LocalAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1024C23-L1024C71" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#get_OperationTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1029C23-L1029C75" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#set_OperationTimeout(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1030C23-L1030C78" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#get_OutputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1035C23-L1035C72" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#get_RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1040C23-L1040C72" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#get_SessionId", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1045C23-L1045C68" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IChannel#GetProperty``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1050C17-L1050C70" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#get_State", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1055C23-L1055C69" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#add_Closed(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1060C23-L1060C74" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#remove_Closed(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1061C26-L1061C77" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#add_Closing(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1066C23-L1066C75" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#remove_Closing(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1067C26-L1067C78" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#add_Faulted(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1072C23-L1072C75" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#remove_Faulted(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1073C26-L1073C78" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#add_Opened(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1078C23-L1078C74" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#remove_Opened(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1079C26-L1079C77" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#add_Opening(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1084C23-L1084C75" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#remove_Opening(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1085C26-L1085C78" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#Abort", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1090C17-L1091C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#Close", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1095C17-L1096C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#Close(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1100C17-L1101C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#BeginClose(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1105C17-L1105C85" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#BeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1110C17-L1110C94" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#EndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1115C17-L1116C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#Open", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1120C17-L1121C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#Open(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1125C17-L1126C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#BeginOpen(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1130C17-L1130C84" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#BeginOpen(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1135C17-L1135C93" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#EndOpen(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1140C17-L1141C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IExtensibleObject#get_Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1145C23-L1145C88" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#IDisposable#Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1150C17-L1151C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IOutputChannel#get_Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1155C23-L1155C61" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IOutputChannel#get_RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1160C23-L1160C71" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IOutputChannel#Send(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1165C17-L1166C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IOutputChannel#Send(System.ServiceModel.Channels.Message,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1170C17-L1171C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IOutputChannel#BeginSend(System.ServiceModel.Channels.Message,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1175C17-L1175C87" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IOutputChannel#BeginSend(System.ServiceModel.Channels.Message,System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1180C17-L1180C96" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IOutputChannel#EndSend(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1185C17-L1186C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IRequestChannel#get_Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1190C23-L1190C62" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IRequestChannel#get_RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1195C23-L1195C72" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IRequestChannel#Request(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1200C17-L1200C69" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IRequestChannel#Request(System.ServiceModel.Channels.Message,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1205C17-L1205C78" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IRequestChannel#BeginRequest(System.ServiceModel.Channels.Message,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1210C17-L1210C91" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IRequestChannel#BeginRequest(System.ServiceModel.Channels.Message,System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1215C17-L1215C100" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IRequestChannel#EndRequest(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1220C17-L1220C71" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IChannelBaseProxy#GetServiceChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1225C17-L1225C33" - }, - { - "DocsId": "E:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#UnknownMessageReceived", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L992C23-L992C84" - }, - { - "DocsId": "E:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#Closed", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1060C23-L1060C74" - }, - { - "DocsId": "E:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#Closing", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1066C23-L1066C75" - }, - { - "DocsId": "E:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#Faulted", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1072C23-L1072C75" - }, - { - "DocsId": "E:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#Opened", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1078C23-L1078C74" - }, - { - "DocsId": "E:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#Opening", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1084C23-L1084C75" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#AllowInitializationUI", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L976C23-L976C79" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#DidInteractiveInitialization", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L982C23-L982C86" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L987C23-L987C61" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#AllowOutputBatching", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1013C23-L1013C78" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#InputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1019C23-L1019C71" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#LocalAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1024C23-L1024C71" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#OperationTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1029C23-L1029C75" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#OutputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1035C23-L1035C72" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1040C23-L1040C72" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#SessionId", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1045C23-L1045C68" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#State", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1055C23-L1055C69" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IExtensibleObject#Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1145C23-L1145C88" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IOutputChannel#Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1155C23-L1155C61" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IOutputChannel#RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1160C23-L1160C71" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IRequestChannel#Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1190C23-L1190C62" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IRequestChannel#RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1195C23-L1195C72" - } - ], - "DocsId": "T:System.ServiceModel.ClientBase`1.ChannelBase`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.FaultFormatter.OperationFault`1.#ctor(System.Runtime.Serialization.XmlObjectSerializer,System.ServiceModel.FaultException{`0})", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultFormatter.cs#L221C17-L227C14" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.FaultFormatter.OperationFault`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultFormatter.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.ServiceModel.Syndication.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.ServiceModel.Syndication.json deleted file mode 100644 index c52ae5ab0c6..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.ServiceModel.Syndication.json +++ /dev/null @@ -1,2356 +0,0 @@ -{ - "Assembly": "System.ServiceModel.Syndication", - "GUID": "C3DDA059ACEE406CBB2A56C2ECAA8915FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L34C40-L36C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L66C65-L52C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.#ctor(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L66C65-L59C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L76C13-L81C100" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.System#Xml#Serialization#IXmlSerializable#GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L84C51-L84C55" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.System#Xml#Serialization#IXmlSerializable#ReadXml(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L88C13-L94C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.System#Xml#Serialization#IXmlSerializable#WriteXml(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L98C13-L104C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L108C13-L114C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L118C13-L126C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.CreateFeedInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L492C68-L492C96" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.ReadItem(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L496C13-L507C25" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.ReadItems(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationFeed,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L512C13-L527C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.WriteItem(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationItem,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L532C13-L535C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.WriteItems(System.Xml.XmlWriter,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationItem},System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L539C13-L547C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Atom10FeedFormatter.PreserveAttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L66C51-L66C55" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Atom10FeedFormatter.PreserveElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L68C49-L68C53" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Atom10FeedFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L70C43-L70C69" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Atom10FeedFormatter.FeedType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L72C35-L72C39" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.Atom10FeedFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L1225C40-L1227C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L1229C68-L1231C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter`1.CreateFeedInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L1233C68-L1233C90" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.Atom10FeedFormatter`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L18C40-L20C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L14C9-L35C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.#ctor(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L14C9-L40C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L68C13-L73C101" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.System#Xml#Serialization#IXmlSerializable#GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L76C51-L76C55" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.System#Xml#Serialization#IXmlSerializable#ReadXml(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L80C13-L86C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.System#Xml#Serialization#IXmlSerializable#WriteXml(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L90C13-L96C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L100C13-L106C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L110C13-L118C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.CreateItemInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L120C68-L120C96" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Atom10ItemFormatter.PreserveAttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L44C20-L44C48" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Atom10ItemFormatter.PreserveElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L54C20-L54C46" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Atom10ItemFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L62C43-L62C69" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Atom10ItemFormatter.ItemType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L64C35-L64C39" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.Atom10ItemFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L143C40-L145C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L147C68-L149C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter`1.CreateItemInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L151C68-L151C90" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.Atom10ItemFormatter`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L18C57-L20C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.#ctor(System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L22C109-L44C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.#ctor(System.ServiceModel.Syndication.CategoriesDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L46C91-L59C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L65C13-L70C95" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.System#Xml#Serialization#IXmlSerializable#GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L73C51-L73C55" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.System#Xml#Serialization#IXmlSerializable#ReadXml(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L77C13-L83C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.System#Xml#Serialization#IXmlSerializable#WriteXml(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L87C13-L98C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L102C13-L113C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L117C13-L130C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.CreateInlineCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L134C13-L140C96" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.CreateReferencedCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L146C13-L152C104" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L61C43-L61C67" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L21C54-L23C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L25C79-L39C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.#ctor(System.ServiceModel.Syndication.ServiceDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L41C85-L45C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L51C13-L56C92" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.System#Xml#Serialization#IXmlSerializable#GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L59C51-L59C55" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.System#Xml#Serialization#IXmlSerializable#ReadXml(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L63C13-L69C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.System#Xml#Serialization#IXmlSerializable#WriteXml(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L73C13-L84C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L88C13-L100C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L104C13-L117C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.CreateDocumentInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L159C13-L165C81" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L47C43-L47C67" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L638C54-L640C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L642C86-L644C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter`1.CreateDocumentInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L646C72-L646C94" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.Create(System.Collections.ObjectModel.Collection{System.ServiceModel.Syndication.SyndicationCategory})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L30C13-L30C61" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.Create(System.Collections.ObjectModel.Collection{System.ServiceModel.Syndication.SyndicationCategory},System.Boolean,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L35C13-L35C78" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.Create(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L40C13-L40C79" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.Load(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L45C13-L47C39" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.GetFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L50C62-L50C108" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.Save(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L54C13-L55C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L59C13-L59C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L64C13-L64C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L69C13-L70C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L74C13-L75C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.CategoriesDocument.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L18C76-L18C107" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.CategoriesDocument.BaseUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L20C30-L20C34" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.CategoriesDocument.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L22C75-L22C104" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.CategoriesDocument.Language", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L24C34-L24C38" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.CategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L14C9-L16C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.#ctor(System.ServiceModel.Syndication.CategoriesDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L18C9-L26C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.CreateInlineCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L38C13-L38C51" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.CreateReferencedCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L43C13-L43C55" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.SetDocument(System.ServiceModel.Syndication.CategoriesDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L46C76-L46C96" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.CategoriesDocumentFormatter.Document", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L28C47-L28C56" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.CategoriesDocumentFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.CategoriesDocumentFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.InlineCategoriesDocument.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L13C9-L15C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.InlineCategoriesDocument.#ctor(System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationCategory})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L17C88-L19C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.InlineCategoriesDocument.#ctor(System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationCategory},System.Boolean,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L21C9-L34C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.InlineCategoriesDocument.CreateCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L47C76-L47C101" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.InlineCategoriesDocument.Categories", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L38C20-L38C87" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.InlineCategoriesDocument.IsFixed", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L41C31-L41C35" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.InlineCategoriesDocument.Scheme", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L43C32-L43C36" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.InlineCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.ReferencedCategoriesDocument.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ReferencedCategoriesDocument.cs#L8C9-L10C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ReferencedCategoriesDocument.#ctor(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ReferencedCategoriesDocument.cs#L12C57-L20C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ReferencedCategoriesDocument.Link", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ReferencedCategoriesDocument.cs#L22C27-L22C31" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.ReferencedCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ReferencedCategoriesDocument.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L17C9-L19C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.#ctor(System.String,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L21C65-L23C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.#ctor(System.ServiceModel.Syndication.TextSyndicationContent,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L25C81-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.#ctor(System.ServiceModel.Syndication.TextSyndicationContent,System.Uri,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.CategoriesDocument},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L30C15-L32C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.#ctor(System.ServiceModel.Syndication.TextSyndicationContent,System.Uri,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.CategoriesDocument},System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L34C9-L65C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.CreateInlineCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L89C13-L89C51" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.CreateReferencedCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L94C13-L94C55" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L99C13-L99C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L104C13-L104C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L109C13-L110C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L114C13-L115C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ResourceCollectionInfo.Accepts", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L69C20-L69C71" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ResourceCollectionInfo.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L72C76-L72C107" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ResourceCollectionInfo.BaseUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L74C30-L74C34" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ResourceCollectionInfo.Categories", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L78C20-L78C86" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ResourceCollectionInfo.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L81C75-L81C104" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ResourceCollectionInfo.Link", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L83C27-L83C31" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ResourceCollectionInfo.Title", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L85C47-L85C51" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.ResourceCollectionInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L27C39-L29C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L64C65-L47C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.#ctor(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L49C66-L51C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.#ctor(System.ServiceModel.Syndication.SyndicationFeed,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L64C65-L60C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L76C13-L81C96" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.System#Xml#Serialization#IXmlSerializable#GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L84C51-L84C55" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.System#Xml#Serialization#IXmlSerializable#ReadXml(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L88C13-L94C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.System#Xml#Serialization#IXmlSerializable#WriteXml(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L98C13-L104C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L108C13-L114C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L118C13-L126C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.SetFeed(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L130C13-L132C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.CreateFeedInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L144C68-L144C96" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.ReadItem(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L148C13-L159C25" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.ReadItems(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationFeed,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L164C13-L179C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.WriteItem(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationItem,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L184C13-L187C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.WriteItems(System.Xml.XmlWriter,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationItem},System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L191C13-L200C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Rss20FeedFormatter.PreserveAttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L64C51-L64C55" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Rss20FeedFormatter.PreserveElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L66C49-L66C53" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Rss20FeedFormatter.SerializeExtensionsAsAtom", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L68C49-L68C53" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Rss20FeedFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L70C43-L70C68" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Rss20FeedFormatter.FeedType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L72C35-L72C39" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.Rss20FeedFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L1202C39-L1204C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L1206C67-L1208C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter`1.#ctor(`0,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L1210C99-L1212C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter`1.CreateFeedInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L1214C68-L1214C90" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.Rss20FeedFormatter`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L19C39-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L15C9-L40C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.#ctor(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L42C66-L44C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.#ctor(System.ServiceModel.Syndication.SyndicationItem,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L15C9-L53C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L91C13-L96C97" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.System#Xml#Serialization#IXmlSerializable#GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L99C51-L99C55" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.System#Xml#Serialization#IXmlSerializable#ReadXml(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L103C13-L109C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.System#Xml#Serialization#IXmlSerializable#WriteXml(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L113C13-L119C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L123C13-L129C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L133C13-L141C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.CreateItemInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L143C68-L143C96" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Rss20ItemFormatter.PreserveAttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L57C20-L57C48" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Rss20ItemFormatter.PreserveElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L67C20-L67C46" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Rss20ItemFormatter.SerializeExtensionsAsAtom", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L77C20-L77C46" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Rss20ItemFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L85C43-L85C68" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Rss20ItemFormatter.ItemType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L87C35-L87C39" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.Rss20ItemFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L166C39-L168C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L170C67-L172C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter`1.#ctor(`0,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L174C99-L176C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter`1.CreateItemInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L178C68-L178C90" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.Rss20ItemFormatter`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L15C36-L17C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.#ctor(System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.Workspace})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L19C9-L29C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.Load(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L46C13-L46C50" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.Load``1(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L51C13-L53C57" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.GetFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L58C13-L58C64" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.Save(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L63C13-L64C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.CreateWorkspace", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L68C13-L68C36" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L73C13-L73C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L78C13-L78C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L83C13-L84C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L88C13-L89C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ServiceDocument.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L31C76-L31C107" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ServiceDocument.BaseUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L33C30-L33C34" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ServiceDocument.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L35C75-L35C104" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ServiceDocument.Language", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L37C34-L37C38" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ServiceDocument.Workspaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L41C20-L41C77" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.ServiceDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L15C9-L17C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.#ctor(System.ServiceModel.Syndication.ServiceDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L19C9-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CreateCategory(System.ServiceModel.Syndication.InlineCategoriesDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L74C13-L79C54" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CreateCollection(System.ServiceModel.Syndication.Workspace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L84C13-L89C57" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CreateInlineCategories(System.ServiceModel.Syndication.ResourceCollectionInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L94C13-L94C64" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CreateReferencedCategories(System.ServiceModel.Syndication.ResourceCollectionInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L99C13-L99C68" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CreateWorkspace(System.ServiceModel.Syndication.ServiceDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L104C13-L109C47" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.CategoriesDocument,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L114C13-L120C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.ResourceCollectionInfo,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L124C13-L130C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.Workspace,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L134C13-L140C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.ServiceDocument,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L144C13-L150C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.ServiceDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L154C13-L159C73" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.ResourceCollectionInfo,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L164C13-L169C75" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.CategoriesDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L174C13-L179C75" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.Workspace,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L184C13-L189C74" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.ResourceCollectionInfo,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L194C13-L199C64" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.ServiceDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L204C13-L209C62" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.Workspace,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L214C13-L219C63" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.CategoriesDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L224C13-L229C64" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.ServiceDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L234C13-L240C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.Workspace,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L244C13-L250C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.ResourceCollectionInfo,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L254C13-L260C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.CategoriesDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L264C13-L270C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.ServiceDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L274C13-L280C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.Workspace,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L284C13-L290C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.ResourceCollectionInfo,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L294C13-L300C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.CategoriesDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L304C13-L310C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CreateDocumentInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L312C71-L312C92" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.SetDocument(System.ServiceModel.Syndication.ServiceDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L314C73-L314C93" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ServiceDocumentFormatter.Document", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L29C44-L29C53" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ServiceDocumentFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.ServiceDocumentFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L14C40-L16C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L18C51-L20C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L22C9-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.#ctor(System.ServiceModel.Syndication.SyndicationCategory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L29C9-L40C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L52C55-L52C84" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L56C13-L56C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L61C13-L61C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L66C13-L67C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L71C13-L72C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationCategory.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L42C76-L42C107" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationCategory.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L44C75-L44C104" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationCategory.Label", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L46C31-L46C35" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationCategory.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L48C30-L48C34" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationCategory.Scheme", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L50C32-L50C36" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.SyndicationCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L15C9-L17C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.#ctor(System.ServiceModel.Syndication.SyndicationContent)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L19C9-L19C99" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreateHtmlContent(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L30C13-L30C89" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreatePlaintextContent(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L35C13-L35C56" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreateUrlContent(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L40C13-L40C62" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreateXhtmlContent(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L45C13-L45C90" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreateXmlContent(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L50C13-L50C126" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreateXmlContent(System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L55C13-L55C120" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreateXmlContent(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L60C13-L60C57" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreateXmlContent(System.Object,System.Xml.Serialization.XmlSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L65C13-L65C109" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.WriteTo(System.Xml.XmlWriter,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L72C13-L98C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.WriteContentsTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationContent.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L23C20-L23C87" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationContent.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.SyndicationContent", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.#ctor(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L22C9-L42C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L44C76-L46C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.#ctor(System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L49C15-L51C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.#ctor(System.String,System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L54C15-L56C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.#ctor(System.String,System.String,System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L58C9-L75C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.#ctor(System.Object,System.Xml.Serialization.XmlSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L77C9-L87C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.GetObject``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L123C54-L123C123" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.GetObject``1(System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L127C13-L140C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.GetObject``1(System.Xml.Serialization.XmlSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L144C13-L157C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.GetReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L161C13-L174C27" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L179C13-L195C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationElementExtension.OuterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L101C17-L106C35" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationElementExtension.OuterNamespace", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L114C17-L119C40" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.SyndicationElementExtension", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L44C13-L52C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.Add(System.String,System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L56C13-L57C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.Add(System.Object,System.Runtime.Serialization.DataContractSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L61C13-L62C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.Add(System.String,System.String,System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L66C13-L73C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.Add(System.Object,System.Xml.Serialization.XmlSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L77C13-L84C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.Add(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L88C13-L94C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.GetReaderAtElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L98C13-L101C27" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.ReadElementExtensions``1(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L106C13-L106C137" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.ReadElementExtensions``1(System.String,System.String,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L111C13-L116C100" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.ReadElementExtensions``1(System.String,System.String,System.Xml.Serialization.XmlSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L121C13-L126C100" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.ClearItems", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L159C13-L163C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.InsertItem(System.Int32,System.ServiceModel.Syndication.SyndicationElementExtension)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L167C13-L178C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.RemoveItem(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L182C13-L186C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.SetItem(System.Int32,System.ServiceModel.Syndication.SyndicationElementExtension)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L190C13-L198C10" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.SyndicationElementExtensionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L28C36-L30C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.#ctor(System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationItem})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L32C70-L34C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.#ctor(System.String,System.String,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L37C15-L39C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.#ctor(System.String,System.String,System.Uri,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationItem})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L42C15-L44C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.#ctor(System.String,System.String,System.Uri,System.String,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L47C15-L49C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.#ctor(System.String,System.String,System.Uri,System.String,System.DateTimeOffset,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationItem})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L51C9-L68C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.#ctor(System.ServiceModel.Syndication.SyndicationFeed,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L70C9-L109C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.Load(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L410C65-L410C94" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.Load``1(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L414C13-L432C105" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.Clone(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L437C13-L437C58" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.GetAtom10Formatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L440C60-L440C89" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.GetRss20Formatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L442C58-L442C81" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.GetRss20Formatter(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L446C13-L446C76" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.SaveAsAtom10(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L451C13-L452C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.SaveAsRss20(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L456C13-L457C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.CreateCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L461C13-L461C46" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.CreateItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L466C13-L466C42" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.CreateLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L471C13-L471C42" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.CreatePerson", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L476C13-L476C44" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L481C13-L481C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L486C13-L486C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L491C13-L492C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L496C13-L497C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L111C76-L111C107" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Authors", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L115C20-L115C82" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.BaseUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L119C30-L119C34" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Categories", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L123C20-L123C87" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Contributors", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L128C20-L128C87" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Copyright", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L131C51-L131C55" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L133C53-L133C57" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L135C75-L135C104" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Generator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L137C35-L137C39" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L139C28-L139C32" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.ImageUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L141C31-L141C35" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Items", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L145C20-L145C78" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Language", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L149C34-L149C38" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.LastUpdatedTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L157C17-L162C41" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Links", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L173C20-L173C78" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Title", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L176C47-L176C51" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Documentation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L182C20-L182C98" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.TimeToLive", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L190C20-L190C92" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.SkipHours", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L208C17-L215C42" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.SkipDays", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L225C17-L232C41" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.TextInput", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L240C20-L240C90" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.SyndicationFeed", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.TryParseDateTimeCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.TryParseDateTimeCallback.Invoke(System.ServiceModel.Syndication.XmlDateTimeData,System.DateTimeOffset@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.TryParseDateTimeCallback.BeginInvoke(System.ServiceModel.Syndication.XmlDateTimeData,System.DateTimeOffset@,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.TryParseDateTimeCallback.EndInvoke(System.DateTimeOffset@,System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.TryParseDateTimeCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.TryParseUriCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.TryParseUriCallback.Invoke(System.ServiceModel.Syndication.XmlUriData,System.Uri@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.TryParseUriCallback.BeginInvoke(System.ServiceModel.Syndication.XmlUriData,System.Uri@,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.TryParseUriCallback.EndInvoke(System.Uri@,System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.TryParseUriCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L38C62-L23C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.#ctor(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L38C62-L34C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L57C46-L57C90" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreateCategory(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L63C13-L68C87" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreateCategory(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L73C13-L78C87" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreateItem(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L83C13-L88C79" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreateLink(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L93C13-L98C81" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreateLink(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L103C13-L108C81" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreatePerson(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L113C13-L118C83" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreatePerson(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L123C13-L128C83" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationFeed,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L133C13-L139C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationItem,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L143C13-L149C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationCategory,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L153C13-L159C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationLink,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L163C13-L169C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationPerson,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L173C13-L179C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationFeed,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L183C13-L192C69" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L197C13-L206C69" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L211C13-L220C73" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L225C13-L234C69" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L239C13-L248C71" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseContent(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationItem,System.String,System.String,System.ServiceModel.Syndication.SyndicationContent@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L253C13-L253C84" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationFeed,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L258C13-L263C58" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L268C13-L273C58" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L278C13-L283C62" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L288C13-L293C58" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L298C13-L303C60" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationFeed,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L308C13-L314C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L318C13-L324C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L328C13-L334C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L338C13-L344C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L348C13-L354C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationFeed,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L358C13-L364C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L368C13-L374C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L378C13-L384C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L388C13-L394C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L398C13-L404C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.SetFeed(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L408C13-L414C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreateFeedInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeedFormatter.Feed", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L36C40-L36C45" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeedFormatter.UriParser", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L38C48-L38C52" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeedFormatter.DateTimeParser", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L41C58-L41C62" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeedFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.SyndicationFeedFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L22C36-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.#ctor(System.String,System.String,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L27C15-L29C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.#ctor(System.String,System.String,System.Uri,System.String,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L32C15-L34C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.#ctor(System.String,System.ServiceModel.Syndication.SyndicationContent,System.Uri,System.String,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L36C9-L49C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.#ctor(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L51C9-L76C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.Load(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L156C65-L156C94" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.Load``1(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L160C13-L178C105" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.AddPermalink(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L184C13-L191C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L193C51-L193C76" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.GetAtom10Formatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L195C60-L195C89" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.GetRss20Formatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L197C58-L197C81" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.GetRss20Formatter(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L201C13-L201C76" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.SaveAsAtom10(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L206C13-L207C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.SaveAsRss20(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L211C13-L212C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.CreateCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L216C13-L216C46" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.CreateLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L221C13-L221C42" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.CreatePerson", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L226C13-L226C44" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L231C13-L231C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.TryParseContent(System.Xml.XmlReader,System.String,System.String,System.ServiceModel.Syndication.SyndicationContent@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L236C13-L237C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L242C13-L242C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L247C13-L248C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L252C13-L253C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L78C76-L78C107" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Authors", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L82C20-L82C82" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.BaseUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L85C30-L85C34" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Categories", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L89C20-L89C87" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Content", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L92C45-L92C49" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Contributors", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L96C20-L96C87" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Copyright", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L99C51-L99C55" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L101C75-L101C104" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L103C28-L103C32" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.LastUpdatedTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L111C17-L116C41" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Links", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L127C20-L127C78" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.PublishDate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L136C17-L141C37" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.SourceFeed", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L150C45-L150C49" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Summary", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L152C49-L152C53" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Title", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L154C47-L154C51" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.SyndicationItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L14C9-L17C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.#ctor(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L19C9-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L37C46-L37C90" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.SetItem(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L43C13-L49C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.CreateCategory(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L63C86-L63C131" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.CreateLink(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L65C78-L65C119" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.CreatePerson(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L67C82-L67C125" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationItem,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L71C13-L72C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationCategory,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L76C13-L77C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationLink,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L81C13-L82C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationPerson,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L86C13-L87C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L91C13-L91C95" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L96C13-L96C99" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L101C13-L101C95" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L106C13-L106C97" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseContent(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationItem,System.String,System.String,System.ServiceModel.Syndication.SyndicationContent@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L111C13-L111C110" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L116C13-L116C84" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L121C13-L121C88" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L126C13-L126C84" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L131C13-L131C86" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L136C13-L137C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L141C13-L142C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L146C13-L147C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L151C13-L152C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L156C13-L157C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.CreateItemInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L163C13-L164C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L168C13-L169C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L173C13-L174C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItemFormatter.Item", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L29C40-L29C45" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItemFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.SyndicationItemFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.#ctor(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L15C43-L17C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.#ctor(System.Uri,System.String,System.String,System.String,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L19C9-L32C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L34C36-L36C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.#ctor(System.ServiceModel.Syndication.SyndicationLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L38C9-L52C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.CreateAlternateLink(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L84C13-L84C51" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.CreateAlternateLink(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L89C13-L89C95" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.CreateMediaEnclosureLink(System.Uri,System.String,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L94C13-L94C99" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.CreateSelfLink(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L99C13-L99C46" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.CreateSelfLink(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L104C13-L104C90" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L107C51-L107C76" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.GetAbsoluteUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L111C13-L128C29" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L134C13-L134C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L139C13-L139C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L144C13-L145C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L149C13-L150C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L54C76-L54C107" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.BaseUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L56C30-L56C34" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L58C75-L58C104" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L62C20-L62C27" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.MediaType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L74C35-L74C39" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.RelationshipType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L76C42-L76C46" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.Title", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L78C31-L78C35" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L80C26-L80C30" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.SyndicationLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L15C38-L17C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L19C50-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L23C9-L28C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.#ctor(System.ServiceModel.Syndication.SyndicationPerson)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L30C9-L41C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L53C53-L53C80" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L57C13-L57C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L62C13-L62C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L67C13-L68C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L72C13-L73C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationPerson.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L43C76-L43C107" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationPerson.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L45C75-L45C104" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationPerson.Email", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L47C31-L47C35" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationPerson.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L49C30-L49C34" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationPerson.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L51C29-L51C33" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.SyndicationPerson", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationTextInput.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationTextInput.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs#L8C37-L8C41" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationTextInput.Title", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs#L9C31-L9C35" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationTextInput.Link", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs#L10C39-L10C43" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationTextInput.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs#L11C30-L11C34" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.SyndicationTextInput", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Syndication.SyndicationVersions.Atom10", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationVersions.cs" - }, - { - "DocsId": "F:System.ServiceModel.Syndication.SyndicationVersions.Rss20", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationVersions.cs" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.SyndicationVersions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationVersions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.TextSyndicationContent.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L14C54-L16C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.TextSyndicationContent.#ctor(System.String,System.ServiceModel.Syndication.TextSyndicationContentKind)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L18C9-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.TextSyndicationContent.#ctor(System.ServiceModel.Syndication.TextSyndicationContent)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L29C75-L34C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.TextSyndicationContent.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L46C55-L46C87" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.TextSyndicationContent.WriteContentsTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L50C13-L59C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.TextSyndicationContent.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L36C30-L36C34" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.TextSyndicationContent.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L39C13-L16707566C0" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.TextSyndicationContent", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Syndication.TextSyndicationContentKind.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContentKind.cs" - }, - { - "DocsId": "F:System.ServiceModel.Syndication.TextSyndicationContentKind.Plaintext", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContentKind.cs" - }, - { - "DocsId": "F:System.ServiceModel.Syndication.TextSyndicationContentKind.Html", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContentKind.cs" - }, - { - "DocsId": "F:System.ServiceModel.Syndication.TextSyndicationContentKind.XHtml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContentKind.cs" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.TextSyndicationContentKind", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContentKind.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.UrlSyndicationContent.#ctor(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L14C67-L23C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.UrlSyndicationContent.#ctor(System.ServiceModel.Syndication.UrlSyndicationContent)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L25C73-L30C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.UrlSyndicationContent.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L36C55-L36C86" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.UrlSyndicationContent.WriteContentsTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L40C13-L41C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.UrlSyndicationContent.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L32C40-L32C50" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.UrlSyndicationContent.Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L34C26-L34C30" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.UrlSyndicationContent", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.Workspace.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L15C9-L17C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Workspace.#ctor(System.String,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.ResourceCollectionInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L19C91-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Workspace.#ctor(System.ServiceModel.Syndication.TextSyndicationContent,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.ResourceCollectionInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L23C9-L34C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Workspace.CreateResourceCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L51C13-L51C49" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Workspace.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L56C13-L56C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Workspace.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L61C13-L61C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Workspace.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L66C13-L67C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Workspace.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L71C13-L72C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Workspace.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L36C76-L36C107" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Workspace.BaseUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L38C30-L38C34" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Workspace.Collections", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L42C20-L42C91" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Workspace.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L45C75-L45C104" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Workspace.Title", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L47C47-L47C51" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.Workspace", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.XmlDateTimeData.#ctor(System.String,System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlDateTimeData.cs#L12C13-L14C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.XmlDateTimeData.DateTimeString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlDateTimeData.cs#L16C40-L16C44" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.XmlDateTimeData.ElementQualifiedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlDateTimeData.cs#L18C56-L18C60" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.XmlDateTimeData", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlDateTimeData.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.#ctor(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L20C9-L54C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.#ctor(System.String,System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L56C9-L60C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.#ctor(System.String,System.Object,System.Xml.Serialization.XmlSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L62C9-L66C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.#ctor(System.String,System.ServiceModel.Syndication.SyndicationElementExtension)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L68C9-L77C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.#ctor(System.ServiceModel.Syndication.XmlSyndicationContent)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L79C73-L85C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L91C55-L91C86" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.GetReaderAtContent", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L95C13-L96C48" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.ReadContent``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L99C52-L99C103" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.ReadContent``1(System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L103C13-L118C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.ReadContent``1(System.Xml.Serialization.XmlSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L122C13-L137C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.WriteContentsTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L142C13-L167C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.XmlSyndicationContent.Extension", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L87C56-L87C60" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.XmlSyndicationContent.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L89C40-L89C45" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.XmlSyndicationContent", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.XmlUriData.#ctor(System.String,System.UriKind,System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlUriData.cs#L12C13-L15C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.XmlUriData.ElementQualifiedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlUriData.cs#L17C56-L17C60" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.XmlUriData.UriKind", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlUriData.cs#L19C34-L19C38" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.XmlUriData.UriString", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlUriData.cs#L21C35-L21C39" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.XmlUriData", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlUriData.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.ServiceProcess.ServiceController.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.ServiceProcess.ServiceController.json deleted file mode 100644 index 927caf6d2b6..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.ServiceProcess.ServiceController.json +++ /dev/null @@ -1,518 +0,0 @@ -{ - "Assembly": "System.ServiceProcess.ServiceController", - "GUID": "7380B10360AD49A0BF21807C4F362CB6FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.BatteryLow", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.OemEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.PowerStatusChange", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.QuerySuspend", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.QuerySuspendFailed", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.ResumeAutomatic", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.ResumeCritical", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.ResumeSuspend", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.Suspend", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" - } - ], - "DocsId": "T:System.ServiceProcess.PowerBroadcastStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceProcess.ServiceBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L34C9-L50C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.RequestAdditionalTime(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L59C9-L74C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.RequestAdditionalTime(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L83C61-L83C107" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L304C13-L308C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.OnContinue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L320C9-L320C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.OnPause", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L331C9-L331C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.OnPowerEvent(System.ServiceProcess.PowerBroadcastStatus)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L341C13-L341C25" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.OnSessionChange(System.ServiceProcess.SessionChangeDescription)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L350C9-L350C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.OnShutdown", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L361C9-L361C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.OnStart(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L380C9-L380C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.OnStop", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L391C9-L391C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.OnCustomCommand(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L572C9-L572C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.Run(System.ServiceProcess.ServiceBase[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L581C13-L643C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.Run(System.ServiceProcess.ServiceBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L653C13-L657C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.Stop", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L661C13-L662C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.ServiceMainCallback(System.Int32,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L854C9-L947C10" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceBase.MaxNameLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceBase.AutoLog", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L100C31-L100C35" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceBase.ExitCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L110C17-L110C46" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceBase.CanHandlePowerEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L127C17-L127C83" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceBase.CanHandleSessionChangeEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L153C17-L153C86" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceBase.CanPauseAndContinue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L179C17-L179C87" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceBase.CanShutdown", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L205C17-L205C81" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceBase.CanStop", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L231C17-L231C77" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceBase.EventLog", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L254C13-L257C14" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceBase.ServiceHandle", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L264C17-L264C38" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceBase.ServiceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L275C17-L275C37" - } - ], - "DocsId": "T:System.ServiceProcess.ServiceBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceProcess.ServiceController.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L42C9-L46C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L53C15-L55C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L63C9-L80C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L474C13-L483C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L490C13-L493C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.GetDevices", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L667C13-L667C51" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.GetDevices(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L677C13-L677C103" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.GetServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L707C13-L707C52" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.GetServices(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L717C13-L717C102" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.Pause", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L809C13-L818C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.Continue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L825C13-L833C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.ExecuteCommand(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L841C13-L849C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.Refresh", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L856C13-L860C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.Start", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L867C13-L868C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.Start(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L875C13-L915C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.Stop", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L924C13-L925C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.Stop(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L944C13-L968C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.WaitForStatus(System.ServiceProcess.ServiceControllerStatus)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L976C13-L977C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.WaitForStatus(System.ServiceProcess.ServiceControllerStatus,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L986C13-L999C10" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceController.CanPauseAndContinue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L122C17-L123C104" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceController.CanShutdown", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L134C17-L135C98" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceController.CanStop", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L146C17-L147C94" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceController.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L158C17-L160C37" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceController.DependentServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L187C17-L234C14" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceController.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L244C17-L244C37" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceController.ServiceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L271C17-L273C30" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceController.ServicesDependedOn", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L304C17-L381C14" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceController.StartType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L388C17-L418C14" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceController.ServiceHandle", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L425C17-L425C93" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceController.Status", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L439C17-L440C32" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceController.ServiceType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L454C17-L455C43" - } - ], - "DocsId": "T:System.ServiceProcess.ServiceController", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.ContinuePending", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.Paused", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.PausePending", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.Running", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.StartPending", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.Stopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.StopPending", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" - } - ], - "DocsId": "T:System.ServiceProcess.ServiceControllerStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceProcess.ServiceStartMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceStartMode.Manual", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceStartMode.Automatic", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceStartMode.Disabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceStartMode.Boot", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceStartMode.System", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" - } - ], - "DocsId": "T:System.ServiceProcess.ServiceStartMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceProcess.ServiceProcessDescriptionAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceProcessDescriptionAttribute.cs#L21C73-L23C10" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceProcessDescriptionAttribute.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceProcessDescriptionAttribute.cs#L32C17-L37C41" - } - ], - "DocsId": "T:System.ServiceProcess.ServiceProcessDescriptionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceProcessDescriptionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceProcess.ServiceType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceType.Adapter", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceType.FileSystemDriver", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceType.InteractiveProcess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceType.KernelDriver", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceType.RecognizerDriver", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceType.Win32OwnProcess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceType.Win32ShareProcess", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" - } - ], - "DocsId": "T:System.ServiceProcess.ServiceType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceProcess.SessionChangeDescription.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L24C13-L24C36" - }, - { - "DocsId": "M:System.ServiceProcess.SessionChangeDescription.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L27C13-L27C67" - }, - { - "DocsId": "M:System.ServiceProcess.SessionChangeDescription.Equals(System.ServiceProcess.SessionChangeDescription)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L30C13-L31C55" - }, - { - "DocsId": "M:System.ServiceProcess.SessionChangeDescription.op_Equality(System.ServiceProcess.SessionChangeDescription,System.ServiceProcess.SessionChangeDescription)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L34C13-L34C24" - }, - { - "DocsId": "M:System.ServiceProcess.SessionChangeDescription.op_Inequality(System.ServiceProcess.SessionChangeDescription,System.ServiceProcess.SessionChangeDescription)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L37C13-L37C25" - }, - { - "DocsId": "P:System.ServiceProcess.SessionChangeDescription.Reason", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L19C45-L19C49" - }, - { - "DocsId": "P:System.ServiceProcess.SessionChangeDescription.SessionId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L21C32-L21C36" - } - ], - "DocsId": "T:System.ServiceProcess.SessionChangeDescription", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceProcess.SessionChangeReason.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" - }, - { - "DocsId": "F:System.ServiceProcess.SessionChangeReason.ConsoleConnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" - }, - { - "DocsId": "F:System.ServiceProcess.SessionChangeReason.ConsoleDisconnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" - }, - { - "DocsId": "F:System.ServiceProcess.SessionChangeReason.RemoteConnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" - }, - { - "DocsId": "F:System.ServiceProcess.SessionChangeReason.RemoteDisconnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" - }, - { - "DocsId": "F:System.ServiceProcess.SessionChangeReason.SessionLogon", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" - }, - { - "DocsId": "F:System.ServiceProcess.SessionChangeReason.SessionLogoff", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" - }, - { - "DocsId": "F:System.ServiceProcess.SessionChangeReason.SessionLock", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" - }, - { - "DocsId": "F:System.ServiceProcess.SessionChangeReason.SessionUnlock", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" - }, - { - "DocsId": "F:System.ServiceProcess.SessionChangeReason.SessionRemoteControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" - } - ], - "DocsId": "T:System.ServiceProcess.SessionChangeReason", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceProcess.TimeoutException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/TimeoutException.cs#L15C9-L18C10" - }, - { - "DocsId": "M:System.ServiceProcess.TimeoutException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/TimeoutException.cs#L20C52-L23C10" - }, - { - "DocsId": "M:System.ServiceProcess.TimeoutException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/TimeoutException.cs#L26C15-L29C10" - }, - { - "DocsId": "M:System.ServiceProcess.TimeoutException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/TimeoutException.cs#L36C15-L38C10" - } - ], - "DocsId": "T:System.ServiceProcess.TimeoutException", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/TimeoutException.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Speech.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Speech.json deleted file mode 100644 index e438abfc433..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Speech.json +++ /dev/null @@ -1,3729 +0,0 @@ -{ - "Assembly": "System.Speech", - "GUID": "8CA81AC14D744F97B8EC5C81DECD0128FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "P:System.Speech.Synthesis.BookmarkReachedEventArgs.Bookmark", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/BookmarkEventArgs.cs#L23C17-L23C34" - }, - { - "DocsId": "P:System.Speech.Synthesis.BookmarkReachedEventArgs.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/BookmarkEventArgs.cs#L30C17-L30C39" - } - ], - "DocsId": "T:System.Speech.Synthesis.BookmarkReachedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/BookmarkEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Synthesis.FilePrompt.#ctor(System.String,System.Speech.Synthesis.SynthesisMediaType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/FilePrompt.cs#L13C15-L15C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.FilePrompt.#ctor(System.Uri,System.Speech.Synthesis.SynthesisMediaType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/FilePrompt.cs#L17C15-L19C10" - } - ], - "DocsId": "T:System.Speech.Synthesis.FilePrompt", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/FilePrompt.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Synthesis.InstalledVoice.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/InstalledVoice.cs#L51C13-L57C190" - }, - { - "DocsId": "M:System.Speech.Synthesis.InstalledVoice.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/InstalledVoice.cs#L61C13-L61C49" - }, - { - "DocsId": "P:System.Speech.Synthesis.InstalledVoice.VoiceInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/InstalledVoice.cs#L31C17-L31C31" - }, - { - "DocsId": "P:System.Speech.Synthesis.InstalledVoice.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/InstalledVoice.cs#L38C17-L38C33" - } - ], - "DocsId": "T:System.Speech.Synthesis.InstalledVoice", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/InstalledVoice.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Speech.Synthesis.PhonemeReachedEventArgs.Phoneme", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PhonemeEventArgs.cs#L23C19-L23C42" - }, - { - "DocsId": "P:System.Speech.Synthesis.PhonemeReachedEventArgs.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PhonemeEventArgs.cs#L27C19-L27C41" - }, - { - "DocsId": "P:System.Speech.Synthesis.PhonemeReachedEventArgs.Duration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PhonemeEventArgs.cs#L31C19-L31C36" - }, - { - "DocsId": "P:System.Speech.Synthesis.PhonemeReachedEventArgs.Emphasis", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PhonemeEventArgs.cs#L35C19-L35C36" - }, - { - "DocsId": "P:System.Speech.Synthesis.PhonemeReachedEventArgs.NextPhoneme", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PhonemeEventArgs.cs#L39C19-L39C39" - } - ], - "DocsId": "T:System.Speech.Synthesis.PhonemeReachedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PhonemeEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Synthesis.Prompt.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/Prompt.cs#L15C15-L17C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.Prompt.#ctor(System.Speech.Synthesis.PromptBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/Prompt.cs#L18C9-L24C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.Prompt.#ctor(System.String,System.Speech.Synthesis.SynthesisTextFormat)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/Prompt.cs#L27C9-L39C106" - }, - { - "DocsId": "P:System.Speech.Synthesis.Prompt.IsCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/Prompt.cs#L87C17-L87C35" - } - ], - "DocsId": "T:System.Speech.Synthesis.Prompt", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/Prompt.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.SynthesisMediaType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/Prompt.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SynthesisMediaType.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/Prompt.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SynthesisMediaType.Ssml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/Prompt.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SynthesisMediaType.WaveAudio", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/Prompt.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.SynthesisMediaType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/Prompt.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.SynthesisTextFormat.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/Prompt.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SynthesisTextFormat.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/Prompt.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SynthesisTextFormat.Ssml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/Prompt.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.SynthesisTextFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/Prompt.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L20C15-L22C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.#ctor(System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L985C9-L35C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.ClearContent", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L48C13-L50C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendText(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L57C13-L63C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendText(System.String,System.Speech.Synthesis.PromptRate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L66C13-L101C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendText(System.String,System.Speech.Synthesis.PromptVolume)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L104C13-L141C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendText(System.String,System.Speech.Synthesis.PromptEmphasis)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L144C13-L162C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartStyle(System.Speech.Synthesis.PromptStyle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L165C13-L249C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.EndStyle", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L252C13-L268C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartVoice(System.Speech.Synthesis.VoiceInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L271C13-L318C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartVoice(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L321C13-L324C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartVoice(System.Speech.Synthesis.VoiceGender)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L327C13-L328C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartVoice(System.Speech.Synthesis.VoiceGender,System.Speech.Synthesis.VoiceAge)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L331C13-L332C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartVoice(System.Speech.Synthesis.VoiceGender,System.Speech.Synthesis.VoiceAge,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L335C13-L336C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartVoice(System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L339C13-L340C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.EndVoice", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L343C13-L349C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartParagraph", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L354C13-L355C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartParagraph(System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L359C13-L379C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.EndParagraph", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L382C13-L387C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartSentence", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L390C13-L391C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartSentence(System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L395C13-L416C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.EndSentence", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L419C13-L424C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendTextWithHint(System.String,System.Speech.Synthesis.SayAs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L427C13-L543C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendTextWithHint(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L546C13-L557C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendTextWithPronunciation(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L560C13-L574C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendTextWithAlias(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L577C13-L588C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendBreak", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L592C13-L595C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendBreak(System.Speech.Synthesis.PromptBreak)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L599C13-L638C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendBreak(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L642C13-L654C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendAudio(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L659C13-L675C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendAudio(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L678C13-L688C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendAudio(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L691C13-L702C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendBookmark(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L707C13-L717C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendPromptBuilder(System.Speech.Synthesis.PromptBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L720C13-L727C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendSsml(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L730C13-L733C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendSsml(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L736C13-L751C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendSsml(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L754C13-L757C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendSsmlMarkup(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L763C13-L766C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L770C20-L815C10" - }, - { - "DocsId": "P:System.Speech.Synthesis.PromptBuilder.IsEmpty", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L824C17-L824C45" - }, - { - "DocsId": "P:System.Speech.Synthesis.PromptBuilder.Culture", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L831C17-L831C33" - } - ], - "DocsId": "T:System.Speech.Synthesis.PromptBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Speech.Synthesis.PromptEventArgs.Prompt", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptEventArgs.cs#L25C17-L25C32" - } - ], - "DocsId": "T:System.Speech.Synthesis.PromptEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptEventArgs.cs" - }, - { - "Members": [], - "DocsId": "T:System.Speech.Synthesis.SpeakStartedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Synthesis.PromptStyle.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L10C9-L12C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptStyle.#ctor(System.Speech.Synthesis.PromptRate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L13C9-L16C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptStyle.#ctor(System.Speech.Synthesis.PromptVolume)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptStyle.#ctor(System.Speech.Synthesis.PromptEmphasis)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L21C9-L24C10" - }, - { - "DocsId": "P:System.Speech.Synthesis.PromptStyle.Rate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L35C17-L35C30" - }, - { - "DocsId": "P:System.Speech.Synthesis.PromptStyle.Volume", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L46C17-L46C32" - }, - { - "DocsId": "P:System.Speech.Synthesis.PromptStyle.Emphasis", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L57C17-L57C34" - } - ], - "DocsId": "T:System.Speech.Synthesis.PromptStyle", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.SayAs.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SayAs.SpellOut", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SayAs.NumberOrdinal", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SayAs.NumberCardinal", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SayAs.Date", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SayAs.DayMonthYear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SayAs.MonthDayYear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SayAs.YearMonthDay", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SayAs.YearMonth", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SayAs.MonthYear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SayAs.MonthDay", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SayAs.DayMonth", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SayAs.Year", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SayAs.Month", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SayAs.Day", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SayAs.Time", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SayAs.Time24", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SayAs.Time12", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SayAs.Telephone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SayAs.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.SayAs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.VoiceGender.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.VoiceGender.NotSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.VoiceGender.Male", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.VoiceGender.Female", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.VoiceGender.Neutral", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.VoiceGender", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.VoiceAge.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.VoiceAge.NotSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.VoiceAge.Child", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.VoiceAge.Teen", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.VoiceAge.Adult", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.VoiceAge.Senior", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.VoiceAge", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.PromptRate.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptRate.NotSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptRate.ExtraFast", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptRate.Fast", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptRate.Medium", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptRate.Slow", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptRate.ExtraSlow", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.PromptRate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.PromptVolume.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptVolume.NotSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptVolume.Silent", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptVolume.ExtraSoft", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptVolume.Soft", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptVolume.Medium", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptVolume.Loud", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptVolume.ExtraLoud", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptVolume.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.PromptVolume", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.PromptEmphasis.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptEmphasis.NotSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptEmphasis.Strong", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptEmphasis.Moderate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptEmphasis.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptEmphasis.Reduced", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.PromptEmphasis", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.PromptBreak.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptBreak.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptBreak.ExtraSmall", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptBreak.Small", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptBreak.Medium", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptBreak.Large", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptBreak.ExtraLarge", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.PromptBreak", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "Members": [], - "DocsId": "T:System.Speech.Synthesis.SpeakCompletedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeakCompletedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Speech.Synthesis.SpeakProgressEventArgs.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeakProgressEventArgs.cs#L22C17-L22C39" - }, - { - "DocsId": "P:System.Speech.Synthesis.SpeakProgressEventArgs.CharacterPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeakProgressEventArgs.cs#L29C17-L29C34" - }, - { - "DocsId": "P:System.Speech.Synthesis.SpeakProgressEventArgs.CharacterCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeakProgressEventArgs.cs#L36C17-L36C34" - }, - { - "DocsId": "P:System.Speech.Synthesis.SpeakProgressEventArgs.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeakProgressEventArgs.cs#L47C17-L47C30" - } - ], - "DocsId": "T:System.Speech.Synthesis.SpeakProgressEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeakProgressEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L18C9-L20C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L24C13-L25C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L28C13-L30C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SelectVoice(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L37C13-L46C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SelectVoiceByHints(System.Speech.Synthesis.VoiceGender)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L49C13-L50C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SelectVoiceByHints(System.Speech.Synthesis.VoiceGender,System.Speech.Synthesis.VoiceAge)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L53C13-L54C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SelectVoiceByHints(System.Speech.Synthesis.VoiceGender,System.Speech.Synthesis.VoiceAge,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L57C13-L58C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SelectVoiceByHints(System.Speech.Synthesis.VoiceGender,System.Speech.Synthesis.VoiceAge,System.Int32,System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L61C13-L85C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SpeakAsync(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L88C13-L92C27" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SpeakAsync(System.Speech.Synthesis.Prompt)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L96C13-L100C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SpeakSsmlAsync(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L103C13-L107C27" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SpeakAsync(System.Speech.Synthesis.PromptBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L111C13-L115C27" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.Speak(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L119C13-L120C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.Speak(System.Speech.Synthesis.Prompt)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L123C13-L134C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.Speak(System.Speech.Synthesis.PromptBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L137C13-L138C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SpeakSsml(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L141C13-L142C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.Pause", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L150C13-L155C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.Resume", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L162C13-L167C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SpeakAsyncCancel(System.Speech.Synthesis.Prompt)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L174C13-L177C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SpeakAsyncCancelAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L184C13-L185C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SetOutputToWaveFile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L189C13-L193C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SetOutputToWaveFile(System.String,System.Speech.AudioFormat.SpeechAudioFormatInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L197C13-L202C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SetOutputToWaveStream(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L205C13-L208C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SetOutputToAudioStream(System.IO.Stream,System.Speech.AudioFormat.SpeechAudioFormatInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L211C13-L215C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SetOutputToDefaultAudioDevice", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L218C13-L219C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SetOutputToNull", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L224C13-L237C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.GetCurrentlySpokenPrompt", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L241C13-L241C44" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.GetInstalledVoices", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L245C13-L245C62" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.GetInstalledVoices(System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L249C13-L256C65" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.AddLexicon(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L260C13-L263C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.RemoveLexicon(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L266C13-L269C10" - }, - { - "DocsId": "E:System.Speech.Synthesis.SpeechSynthesizer.SpeakStarted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L277C17-L279C14" - }, - { - "DocsId": "E:System.Speech.Synthesis.SpeechSynthesizer.SpeakCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L292C17-L294C14" - }, - { - "DocsId": "E:System.Speech.Synthesis.SpeechSynthesizer.SpeakProgress", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L307C17-L309C14" - }, - { - "DocsId": "E:System.Speech.Synthesis.SpeechSynthesizer.BookmarkReached", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L322C17-L324C14" - }, - { - "DocsId": "E:System.Speech.Synthesis.SpeechSynthesizer.VoiceChange", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L337C17-L339C14" - }, - { - "DocsId": "E:System.Speech.Synthesis.SpeechSynthesizer.PhonemeReached", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L354C17-L356C14" - }, - { - "DocsId": "E:System.Speech.Synthesis.SpeechSynthesizer.VisemeReached", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L369C17-L371C14" - }, - { - "DocsId": "E:System.Speech.Synthesis.SpeechSynthesizer.StateChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L386C17-L388C14" - }, - { - "DocsId": "P:System.Speech.Synthesis.SpeechSynthesizer.State", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L406C17-L406C47" - }, - { - "DocsId": "P:System.Speech.Synthesis.SpeechSynthesizer.Rate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L413C17-L413C46" - }, - { - "DocsId": "P:System.Speech.Synthesis.SpeechSynthesizer.Volume", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L428C17-L428C48" - }, - { - "DocsId": "P:System.Speech.Synthesis.SpeechSynthesizer.Voice", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L444C17-L444C70" - } - ], - "DocsId": "T:System.Speech.Synthesis.SpeechSynthesizer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.SynthesizerState.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SynthesizerState.Ready", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SynthesizerState.Speaking", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SynthesizerState.Paused", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.SynthesizerState", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.SynthesizerEmphasis.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SynthesizerEmphasis.Stressed", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SynthesizerEmphasis.Emphasized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.SynthesizerEmphasis", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Speech.Synthesis.StateChangedEventArgs.State", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SynthesizerStateChangedEventArgs.cs#L24C17-L24C31" - }, - { - "DocsId": "P:System.Speech.Synthesis.StateChangedEventArgs.PreviousState", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SynthesizerStateChangedEventArgs.cs#L31C17-L31C39" - } - ], - "DocsId": "T:System.Speech.Synthesis.StateChangedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/SynthesizerStateChangedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Speech.Synthesis.VisemeReachedEventArgs.Viseme", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/VisemeEventArgs.cs#L23C19-L23C41" - }, - { - "DocsId": "P:System.Speech.Synthesis.VisemeReachedEventArgs.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/VisemeEventArgs.cs#L27C19-L27C41" - }, - { - "DocsId": "P:System.Speech.Synthesis.VisemeReachedEventArgs.Duration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/VisemeEventArgs.cs#L31C19-L31C36" - }, - { - "DocsId": "P:System.Speech.Synthesis.VisemeReachedEventArgs.Emphasis", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/VisemeEventArgs.cs#L35C19-L35C36" - }, - { - "DocsId": "P:System.Speech.Synthesis.VisemeReachedEventArgs.NextViseme", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/VisemeEventArgs.cs#L39C19-L39C38" - } - ], - "DocsId": "T:System.Speech.Synthesis.VisemeReachedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/VisemeEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Speech.Synthesis.VoiceChangeEventArgs.Voice", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/VoiceChangeEventArgs.cs#L21C17-L21C31" - } - ], - "DocsId": "T:System.Speech.Synthesis.VoiceChangeEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/VoiceChangeEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Synthesis.VoiceInfo.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L127C13-L132C100" - }, - { - "DocsId": "M:System.Speech.Synthesis.VoiceInfo.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L141C13-L141C40" - }, - { - "DocsId": "P:System.Speech.Synthesis.VoiceInfo.Gender", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L151C17-L151C32" - }, - { - "DocsId": "P:System.Speech.Synthesis.VoiceInfo.Age", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L158C17-L158C29" - }, - { - "DocsId": "P:System.Speech.Synthesis.VoiceInfo.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L165C17-L165C30" - }, - { - "DocsId": "P:System.Speech.Synthesis.VoiceInfo.Culture", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L178C17-L178C33" - }, - { - "DocsId": "P:System.Speech.Synthesis.VoiceInfo.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L185C17-L185C28" - }, - { - "DocsId": "P:System.Speech.Synthesis.VoiceInfo.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L192C17-L192C53" - }, - { - "DocsId": "P:System.Speech.Synthesis.VoiceInfo.SupportedAudioFormats", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L200C17-L200C38" - }, - { - "DocsId": "P:System.Speech.Synthesis.VoiceInfo.AdditionalInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L204C62-L204C151" - } - ], - "DocsId": "T:System.Speech.Synthesis.VoiceInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.TtsEngineSsml.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L22C9-L22C56" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.TtsEngineSsml.GetOutputFormat(System.Speech.Synthesis.TtsEngine.SpeakOutputFormat,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.TtsEngineSsml.AddLexicon(System.Uri,System.String,System.Speech.Synthesis.TtsEngine.ITtsEngineSite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.TtsEngineSsml.RemoveLexicon(System.Uri,System.Speech.Synthesis.TtsEngine.ITtsEngineSite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.TtsEngineSsml.Speak(System.Speech.Synthesis.TtsEngine.TextFragment[],System.IntPtr,System.Speech.Synthesis.TtsEngine.ITtsEngineSite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.TtsEngineSsml", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.#ctor(System.Int16,System.Int16,System.Int32,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L80C13-L84C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.op_Equality(System.Speech.Synthesis.TtsEngine.SpeechEventInfo,System.Speech.Synthesis.TtsEngine.SpeechEventInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L87C13-L87C169" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.op_Inequality(System.Speech.Synthesis.TtsEngine.SpeechEventInfo,System.Speech.Synthesis.TtsEngine.SpeechEventInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L91C13-L91C40" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.Equals(System.Speech.Synthesis.TtsEngine.SpeechEventInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L95C13-L95C34" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L99C13-L104C49" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L108C13-L108C39" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.EventId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L62C38-L62C54" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.ParameterType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L63C44-L63C66" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.Param1", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L68C35-L68C50" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.Param2", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L73C38-L73C53" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.SpeechEventInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.ITtsEngineSite.AddEvents(System.Speech.Synthesis.TtsEngine.SpeechEventInfo[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.ITtsEngineSite.Write(System.IntPtr,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.ITtsEngineSite.GetSkipInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.ITtsEngineSite.CompleteSkip(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.ITtsEngineSite.LoadResource(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.ITtsEngineSite.EventInterest", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.ITtsEngineSite.Actions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.ITtsEngineSite.Rate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.ITtsEngineSite.Volume", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.ITtsEngineSite", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.SkipInfo.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L157C9-L159C10" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.SkipInfo.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L139C17-L139C30" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.SkipInfo.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L150C17-L150C31" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.SkipInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.TextFragment.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L207C9-L174C10" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.TextFragment.State", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L175C44-L175C58" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.TextFragment.TextToSpeak", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L176C43-L176C63" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.TextFragment.TextOffset", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L177C39-L177C58" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.TextFragment.TextLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L178C39-L178C58" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.TextFragment", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.FragmentState.#ctor(System.Speech.Synthesis.TtsEngine.TtsEngineAction,System.Int32,System.Int32,System.Int32,System.Speech.Synthesis.TtsEngine.SayAs,System.Speech.Synthesis.TtsEngine.Prosody,System.Char[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L230C13-L237C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.FragmentState.op_Equality(System.Speech.Synthesis.TtsEngine.FragmentState,System.Speech.Synthesis.TtsEngine.FragmentState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L240C13-L240C277" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.FragmentState.op_Inequality(System.Speech.Synthesis.TtsEngine.FragmentState,System.Speech.Synthesis.TtsEngine.FragmentState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L244C13-L244C40" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.FragmentState.Equals(System.Speech.Synthesis.TtsEngine.FragmentState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L248C13-L248C34" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.FragmentState.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L252C13-L257C47" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.FragmentState.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L261C13-L261C39" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.FragmentState.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L215C47-L215C62" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.FragmentState.LangId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L216C35-L216C50" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.FragmentState.Emphasis", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L217C37-L217C54" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.FragmentState.Duration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L218C37-L218C54" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.FragmentState.SayAs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L219C36-L219C50" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.FragmentState.Prosody", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L220C40-L220C56" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.FragmentState.Phoneme", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L221C39-L221C55" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.FragmentState", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.Prosody.GetContourPoints", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L280C52-L280C74" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.Prosody.SetContourPoints(System.Speech.Synthesis.TtsEngine.ContourPoint[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L283C13-L286C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.Prosody.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L287C9-L293C10" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.Prosody.Pitch", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L275C44-L275C58" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.Prosody.Range", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L276C44-L276C58" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.Prosody.Rate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L277C43-L277C56" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.Prosody.Duration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L278C37-L278C54" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.Prosody.Volume", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L279C45-L279C60" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.Prosody", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.ContourPoint.#ctor(System.Single,System.Single,System.Speech.Synthesis.TtsEngine.ContourPointChangeType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L322C13-L325C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.ContourPoint.op_Equality(System.Speech.Synthesis.TtsEngine.ContourPoint,System.Speech.Synthesis.TtsEngine.ContourPoint)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L328C13-L328C140" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.ContourPoint.op_Inequality(System.Speech.Synthesis.TtsEngine.ContourPoint,System.Speech.Synthesis.TtsEngine.ContourPoint)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L332C13-L332C40" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.ContourPoint.Equals(System.Speech.Synthesis.TtsEngine.ContourPoint)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L336C13-L336C34" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.ContourPoint.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L340C13-L345C46" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.ContourPoint.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L349C13-L349C39" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.ContourPoint.Start", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L317C36-L317C50" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.ContourPoint.Change", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L318C37-L318C52" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.ContourPoint.ChangeType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L319C58-L319C77" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.ContourPoint", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.ProsodyNumber.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L366C13-L370C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.ProsodyNumber.#ctor(System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L373C13-L377C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.ProsodyNumber.op_Equality(System.Speech.Synthesis.TtsEngine.ProsodyNumber,System.Speech.Synthesis.TtsEngine.ProsodyNumber)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L380C13-L380C256" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.ProsodyNumber.op_Inequality(System.Speech.Synthesis.TtsEngine.ProsodyNumber,System.Speech.Synthesis.TtsEngine.ProsodyNumber)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L384C13-L384C56" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.ProsodyNumber.Equals(System.Speech.Synthesis.TtsEngine.ProsodyNumber)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L388C13-L388C34" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.ProsodyNumber.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L392C13-L397C47" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.ProsodyNumber.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L401C13-L401C39" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyNumber.AbsoluteNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.ProsodyNumber.SsmlAttributeId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L359C44-L359C68" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.ProsodyNumber.IsNumberPercent", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L360C45-L360C63" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.ProsodyNumber.Number", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L361C37-L361C52" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.ProsodyNumber.Unit", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L362C41-L362C54" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.ProsodyNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.SayAs.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.SayAs.InterpretAs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L412C43-L412C63" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.SayAs.Format", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L413C38-L413C53" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.SayAs.Detail", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L414C38-L414C53" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.SayAs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEngineAction.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEngineAction.Speak", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEngineAction.Silence", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEngineAction.Pronounce", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEngineAction.Bookmark", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEngineAction.SpellOut", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEngineAction.StartSentence", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEngineAction.StartParagraph", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEngineAction.ParseUnknownTag", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.TtsEngineAction", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisWord.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisWord.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisWord.Strong", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisWord.Moderate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisWord.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisWord.Reduced", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.EmphasisWord", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisBreak.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisBreak.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisBreak.ExtraWeak", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisBreak.Weak", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisBreak.Medium", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisBreak.Strong", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisBreak.ExtraStrong", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisBreak.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.EmphasisBreak", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyPitch.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyPitch.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyPitch.ExtraLow", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyPitch.Low", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyPitch.Medium", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyPitch.High", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyPitch.ExtraHigh", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.ProsodyPitch", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRange.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRange.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRange.ExtraLow", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRange.Low", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRange.Medium", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRange.High", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRange.ExtraHigh", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.ProsodyRange", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRate.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRate.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRate.ExtraSlow", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRate.Slow", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRate.Medium", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRate.Fast", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRate.ExtraFast", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.ProsodyRate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyVolume.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyVolume.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyVolume.Silent", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyVolume.ExtraSoft", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyVolume.Soft", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyVolume.Medium", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyVolume.Loud", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyVolume.ExtraLoud", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.ProsodyVolume", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyUnit.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyUnit.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyUnit.Hz", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyUnit.Semitone", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.ProsodyUnit", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.StartInputStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.EndInputStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.VoiceChange", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.Bookmark", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.WordBoundary", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.Phoneme", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.SentenceBoundary", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.Viseme", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.AudioLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.TtsEventId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EventParameterType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EventParameterType.Undefined", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EventParameterType.Token", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EventParameterType.Object", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EventParameterType.Pointer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EventParameterType.String", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.EventParameterType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.SpeakOutputFormat.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.SpeakOutputFormat.WaveFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.SpeakOutputFormat.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.SpeakOutputFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ContourPointChangeType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ContourPointChangeType.Hz", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ContourPointChangeType.Percentage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.ContourPointChangeType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Speech.Recognition.AudioLevelUpdatedEventArgs.AudioLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/AudioLevelUpdatedEventArgs.cs#L22C19-L22C38" - } - ], - "DocsId": "T:System.Speech.Recognition.AudioLevelUpdatedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/AudioLevelUpdatedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Recognition.AudioSignalProblem.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.AudioSignalProblem.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.AudioSignalProblem.TooNoisy", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.AudioSignalProblem.NoSignal", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.AudioSignalProblem.TooLoud", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.AudioSignalProblem.TooSoft", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.AudioSignalProblem.TooFast", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.AudioSignalProblem.TooSlow", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" - } - ], - "DocsId": "T:System.Speech.Recognition.AudioSignalProblem", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Speech.Recognition.AudioSignalProblemOccurredEventArgs.AudioSignalProblem", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/AudioSignalProblemOccurredEventArgs.cs#L25C19-L25C46" - }, - { - "DocsId": "P:System.Speech.Recognition.AudioSignalProblemOccurredEventArgs.AudioLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/AudioSignalProblemOccurredEventArgs.cs#L29C19-L29C38" - }, - { - "DocsId": "P:System.Speech.Recognition.AudioSignalProblemOccurredEventArgs.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/AudioSignalProblemOccurredEventArgs.cs#L33C19-L33C41" - }, - { - "DocsId": "P:System.Speech.Recognition.AudioSignalProblemOccurredEventArgs.RecognizerAudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/AudioSignalProblemOccurredEventArgs.cs#L37C19-L37C46" - } - ], - "DocsId": "T:System.Speech.Recognition.AudioSignalProblemOccurredEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/AudioSignalProblemOccurredEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Recognition.AudioState.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/AudioState.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.AudioState.Stopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/AudioState.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.AudioState.Silence", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/AudioState.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.AudioState.Speech", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/AudioState.cs" - } - ], - "DocsId": "T:System.Speech.Recognition.AudioState", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/AudioState.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Speech.Recognition.AudioStateChangedEventArgs.AudioState", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/AudioStateChangedEventArgs.cs#L22C19-L22C38" - } - ], - "DocsId": "T:System.Speech.Recognition.AudioStateChangedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/AudioStateChangedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.Choices.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/Choices.cs#L81C9-L17C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Choices.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/Choices.cs#L81C9-L24C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Choices.#ctor(System.Speech.Recognition.GrammarBuilder[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/Choices.cs#L81C9-L31C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Choices.Add(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/Choices.cs#L39C13-L47C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Choices.Add(System.Speech.Recognition.GrammarBuilder[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/Choices.cs#L51C13-L59C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Choices.ToGrammarBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/Choices.cs#L62C13-L62C45" - } - ], - "DocsId": "T:System.Speech.Recognition.Choices", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/Choices.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.DictationGrammar.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/DictationGrammar.cs#L20C37-L22C10" - }, - { - "DocsId": "M:System.Speech.Recognition.DictationGrammar.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/DictationGrammar.cs#L25C49-L27C10" - }, - { - "DocsId": "M:System.Speech.Recognition.DictationGrammar.SetDictationContext(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/DictationGrammar.cs#L34C13-L43C10" - } - ], - "DocsId": "T:System.Speech.Recognition.DictationGrammar", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/DictationGrammar.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Speech.Recognition.EmulateRecognizeCompletedEventArgs.Result", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/EmulateRecognizeCompletedEventArgs.cs#L23C19-L23C34" - } - ], - "DocsId": "T:System.Speech.Recognition.EmulateRecognizeCompletedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/EmulateRecognizeCompletedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/Grammar.cs#L37C15-L39C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/Grammar.cs#L41C15-L43C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.String,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/Grammar.cs#L1115C9-L56C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/Grammar.cs#L58C15-L60C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/Grammar.cs#L62C15-L64C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsDocument,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/Grammar.cs#L66C15-L68C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsDocument,System.String,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/Grammar.cs#L71C15-L73C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsDocument,System.String,System.Uri,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/Grammar.cs#L1115C9-L83C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/Grammar.cs#L85C15-L87C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.IO.Stream,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/Grammar.cs#L89C15-L91C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.IO.Stream,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/Grammar.cs#L93C15-L95C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.IO.Stream,System.String,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/Grammar.cs#L98C15-L100C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.IO.Stream,System.String,System.Uri,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/Grammar.cs#L1115C9-L113C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.Speech.Recognition.GrammarBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/Grammar.cs#L1115C9-L121C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Grammar.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/Grammar.cs#L1115C9-L131C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Grammar.StgInit(System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/Grammar.cs#L134C13-L136C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Grammar.LoadLocalizedGrammarFromType(System.Type,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/Grammar.cs#L146C13-L189C10" - }, - { - "DocsId": "E:System.Speech.Recognition.Grammar.SpeechRecognized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/Grammar.cs" - }, - { - "DocsId": "P:System.Speech.Recognition.Grammar.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/Grammar.cs#L200C19-L200C35" - }, - { - "DocsId": "P:System.Speech.Recognition.Grammar.Weight", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/Grammar.cs#L216C19-L216C34" - }, - { - "DocsId": "P:System.Speech.Recognition.Grammar.Priority", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/Grammar.cs#L239C19-L239C36" - }, - { - "DocsId": "P:System.Speech.Recognition.Grammar.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/Grammar.cs#L259C19-L259C39" - }, - { - "DocsId": "P:System.Speech.Recognition.Grammar.RuleName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/Grammar.cs#L264C19-L264C36" - }, - { - "DocsId": "P:System.Speech.Recognition.Grammar.Loaded", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/Grammar.cs#L268C19-L268C63" - }, - { - "DocsId": "P:System.Speech.Recognition.Grammar.IsStg", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/Grammar.cs#L375C19-L375C33" - }, - { - "DocsId": "P:System.Speech.Recognition.Grammar.ResourceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/Grammar.cs#L583C17-L583C35" - } - ], - "DocsId": "T:System.Speech.Recognition.Grammar", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/Grammar.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L459C9-L25C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L28C15-L31C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.#ctor(System.String,System.Speech.Recognition.SubsetMatchingMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L34C15-L37C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.#ctor(System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L40C15-L43C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.#ctor(System.Speech.Recognition.GrammarBuilder,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L46C15-L49C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.#ctor(System.Speech.Recognition.Choices)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L52C15-L55C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.#ctor(System.Speech.Recognition.SemanticResultKey)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L58C15-L61C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.#ctor(System.Speech.Recognition.SemanticResultValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L64C15-L67C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Append(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L77C13-L80C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Append(System.String,System.Speech.Recognition.SubsetMatchingMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L84C13-L88C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Append(System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L92C13-L105C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Append(System.Speech.Recognition.GrammarBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L111C13-L134C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Append(System.Speech.Recognition.Choices)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L140C13-L143C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Append(System.Speech.Recognition.SemanticResultKey)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L147C13-L150C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Append(System.Speech.Recognition.SemanticResultValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L154C13-L157C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Append(System.Speech.Recognition.GrammarBuilder,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L161C13-L176C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.AppendDictation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L182C13-L183C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.AppendDictation(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L187C13-L190C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.AppendWildcard", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L196C13-L197C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.AppendRuleReference(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L204C13-L217C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.AppendRuleReference(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L224C13-L238C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.op_Addition(System.String,System.Speech.Recognition.GrammarBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L273C13-L273C41" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Add(System.String,System.Speech.Recognition.GrammarBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L278C13-L282C28" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.op_Addition(System.Speech.Recognition.GrammarBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L287C13-L287C41" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Add(System.Speech.Recognition.GrammarBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L292C13-L296C28" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.op_Addition(System.Speech.Recognition.Choices,System.Speech.Recognition.GrammarBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L301C13-L301C42" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Add(System.Speech.Recognition.Choices,System.Speech.Recognition.GrammarBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L306C13-L311C28" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.op_Addition(System.Speech.Recognition.GrammarBuilder,System.Speech.Recognition.Choices)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L316C13-L316C42" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Add(System.Speech.Recognition.GrammarBuilder,System.Speech.Recognition.Choices)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L321C13-L326C28" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.op_Addition(System.Speech.Recognition.GrammarBuilder,System.Speech.Recognition.GrammarBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L331C13-L331C44" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Add(System.Speech.Recognition.GrammarBuilder,System.Speech.Recognition.GrammarBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L336C13-L341C28" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.op_Implicit(System.String)~System.Speech.Recognition.GrammarBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L343C73-L343C107" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.op_Implicit(System.Speech.Recognition.Choices)~System.Speech.Recognition.GrammarBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L344C75-L344C110" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.op_Implicit(System.Speech.Recognition.SemanticResultKey)~System.Speech.Recognition.GrammarBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L345C89-L345C128" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.op_Implicit(System.Speech.Recognition.SemanticResultValue)~System.Speech.Recognition.GrammarBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L346C93-L346C134" - }, - { - "DocsId": "P:System.Speech.Recognition.GrammarBuilder.DebugShowPhrases", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L243C17-L243C37" - }, - { - "DocsId": "P:System.Speech.Recognition.GrammarBuilder.Culture", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L254C17-L254C33" - } - ], - "DocsId": "T:System.Speech.Recognition.GrammarBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Speech.Recognition.LoadGrammarCompletedEventArgs.Grammar", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/LoadGrammarCompletedEventArgs.cs#L25C19-L25C35" - } - ], - "DocsId": "T:System.Speech.Recognition.LoadGrammarCompletedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/LoadGrammarCompletedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Speech.Recognition.RecognizeCompletedEventArgs.Result", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/RecognizeCompletedEventArgs.cs#L29C19-L29C34" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizeCompletedEventArgs.InitialSilenceTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/RecognizeCompletedEventArgs.cs#L33C19-L33C49" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizeCompletedEventArgs.BabbleTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/RecognizeCompletedEventArgs.cs#L37C19-L37C41" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizeCompletedEventArgs.InputStreamEnded", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/RecognizeCompletedEventArgs.cs#L41C19-L41C44" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizeCompletedEventArgs.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/RecognizeCompletedEventArgs.cs#L45C19-L45C41" - } - ], - "DocsId": "T:System.Speech.Recognition.RecognizeCompletedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/RecognizeCompletedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Recognition.RecognizeMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/RecognizeMode.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.RecognizeMode.Single", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/RecognizeMode.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.RecognizeMode.Multiple", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/RecognizeMode.cs" - } - ], - "DocsId": "T:System.Speech.Recognition.RecognizeMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/RecognizeMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.RecognizerInfo.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L100C13-L102C10" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizerInfo.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L109C19-L109C30" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizerInfo.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L113C19-L113C32" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizerInfo.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L117C19-L117C39" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizerInfo.Culture", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L121C19-L121C35" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizerInfo.SupportedAudioFormats", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L125C19-L125C49" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizerInfo.AdditionalInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L129C19-L129C38" - } - ], - "DocsId": "T:System.Speech.Recognition.RecognizerInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Recognition.RecognizerState.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/RecognizerState.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.RecognizerState.Stopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/RecognizerState.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.RecognizerState.Listening", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/RecognizerState.cs" - } - ], - "DocsId": "T:System.Speech.Recognition.RecognizerState", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/RecognizerState.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Speech.Recognition.StateChangedEventArgs.RecognizerState", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/RecognizerStateChangedEventArgs.cs#L22C19-L22C43" - } - ], - "DocsId": "T:System.Speech.Recognition.StateChangedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/RecognizerStateChangedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.SemanticResultKey.#ctor(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SemanticResultKey.cs#L24C15-L34C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticResultKey.#ctor(System.String,System.Speech.Recognition.GrammarBuilder[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SemanticResultKey.cs#L37C15-L47C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticResultKey.ToGrammarBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SemanticResultKey.cs#L54C13-L54C45" - } - ], - "DocsId": "T:System.Speech.Recognition.SemanticResultKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SemanticResultKey.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.SemanticResultValue.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SemanticResultValue.cs#L14C9-L19C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticResultValue.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SemanticResultValue.cs#L20C9-L26C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticResultValue.#ctor(System.Speech.Recognition.GrammarBuilder,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SemanticResultValue.cs#L27C9-L33C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticResultValue.ToGrammarBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SemanticResultValue.cs#L40C13-L40C45" - } - ], - "DocsId": "T:System.Speech.Recognition.SemanticResultValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SemanticResultValue.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Speech.Recognition.SpeechDetectedEventArgs.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechDetectedEventArgs.cs#L22C19-L22C41" - } - ], - "DocsId": "T:System.Speech.Recognition.SpeechDetectedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechDetectedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L21C9-L24C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.#ctor(System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L25C9-L55C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L56C9-L70C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.#ctor(System.Speech.Recognition.RecognizerInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L71C9-L76C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L79C13-L81C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L84C13-L98C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.InstalledRecognizers", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L107C13-L130C72" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.SetInputToWaveFile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L227C13-L230C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.SetInputToWaveStream(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L233C13-L234C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.SetInputToAudioStream(System.IO.Stream,System.Speech.AudioFormat.SpeechAudioFormatInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L237C13-L241C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.SetInputToNull", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L246C13-L247C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.SetInputToDefaultAudioDevice", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L252C13-L253C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.Recognize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L261C13-L261C71" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.Recognize(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L265C13-L270C62" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.RecognizeAsync", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L276C13-L277C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.RecognizeAsync(System.Speech.Recognition.RecognizeMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L282C13-L288C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.RecognizeAsyncCancel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L293C13-L294C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.RecognizeAsyncStop", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L299C13-L300C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.QueryRecognizerSetting(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L305C13-L305C65" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.UpdateRecognizerSetting(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L309C13-L310C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.UpdateRecognizerSetting(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L313C13-L314C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.LoadGrammar(System.Speech.Recognition.Grammar)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L317C13-L318C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.LoadGrammarAsync(System.Speech.Recognition.Grammar)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L321C13-L322C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.UnloadGrammar(System.Speech.Recognition.Grammar)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L325C13-L326C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.UnloadAllGrammars", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L329C13-L330C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.EmulateRecognize(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L333C13-L333C136" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.EmulateRecognize(System.String,System.Globalization.CompareOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L337C13-L342C73" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.EmulateRecognize(System.Speech.Recognition.RecognizedWordUnit[],System.Globalization.CompareOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L346C13-L351C73" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.EmulateRecognizeAsync(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L355C13-L356C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.EmulateRecognizeAsync(System.String,System.Globalization.CompareOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L359C13-L365C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.EmulateRecognizeAsync(System.Speech.Recognition.RecognizedWordUnit[],System.Globalization.CompareOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L368C13-L374C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.RequestRecognizerUpdate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L379C13-L380C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.RequestRecognizerUpdate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L383C13-L384C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.RequestRecognizerUpdate(System.Object,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L387C13-L388C10" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.RecognizeCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.EmulateRecognizeCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.LoadGrammarCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.SpeechDetected", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.SpeechRecognized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.SpeechRecognitionRejected", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.RecognizerUpdateReached", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.SpeechHypothesized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L417C17-L423C14" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.AudioSignalProblemOccurred", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L441C17-L447C14" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.AudioLevelUpdated", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L465C17-L471C14" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.AudioStateChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L489C17-L495C14" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.InitialSilenceTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L141C19-L141C57" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.BabbleTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L147C19-L147C49" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.EndSilenceTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L153C19-L153C127" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.EndSilenceTimeoutAmbiguous", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L166C19-L166C135" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.Grammars", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L180C19-L180C44" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.RecognizerInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L186C19-L186C50" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.AudioState", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L192C19-L192C46" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.AudioLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L198C19-L198C46" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.RecognizerAudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L204C19-L204C59" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L210C19-L210C49" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.AudioFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L214C19-L214C47" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.MaxAlternates", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L218C19-L218C49" - } - ], - "DocsId": "T:System.Speech.Recognition.SpeechRecognitionEngine", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L23C13-L25C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L28C13-L42C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.LoadGrammar(System.Speech.Recognition.Grammar)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L116C13-L117C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.LoadGrammarAsync(System.Speech.Recognition.Grammar)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L120C13-L121C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.UnloadGrammar(System.Speech.Recognition.Grammar)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L124C13-L125C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.UnloadAllGrammars", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L128C13-L129C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.EmulateRecognize(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L132C13-L138C88" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.EmulateRecognize(System.String,System.Globalization.CompareOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L143C13-L149C88" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.EmulateRecognize(System.Speech.Recognition.RecognizedWordUnit[],System.Globalization.CompareOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L154C13-L160C88" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.EmulateRecognizeAsync(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L165C13-L171C88" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.EmulateRecognizeAsync(System.String,System.Globalization.CompareOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L176C13-L182C88" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.EmulateRecognizeAsync(System.Speech.Recognition.RecognizedWordUnit[],System.Globalization.CompareOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L187C13-L193C88" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.RequestRecognizerUpdate", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L200C13-L201C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.RequestRecognizerUpdate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L204C13-L205C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.RequestRecognizerUpdate(System.Object,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L208C13-L209C10" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.StateChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.EmulateRecognizeCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.LoadGrammarCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.SpeechDetected", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.SpeechRecognized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.SpeechRecognitionRejected", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.RecognizerUpdateReached", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.SpeechHypothesized", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L236C17-L242C14" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.AudioSignalProblemOccurred", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L260C17-L266C14" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.AudioLevelUpdated", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L284C17-L290C14" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.AudioStateChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L308C17-L314C14" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.State", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L51C19-L51C41" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L57C19-L57C43" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.PauseRecognizerOnRecognition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L62C19-L62C64" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.Grammars", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L69C19-L69C44" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.RecognizerInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L75C19-L75C50" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.AudioState", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L81C19-L81C46" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.AudioLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L87C19-L87C46" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L93C19-L93C49" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.RecognizerAudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L99C19-L99C59" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.AudioFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L103C19-L103C47" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.MaxAlternates", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L107C19-L107C49" - } - ], - "DocsId": "T:System.Speech.Recognition.SpeechRecognizer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.SpeechUI.SendTextFeedback(System.Speech.Recognition.RecognitionResult,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechUI.cs#L15C13-L18C73" - } - ], - "DocsId": "T:System.Speech.Recognition.SpeechUI", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SpeechUI.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Recognition.SubsetMatchingMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SubsetMatchingMode.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.SubsetMatchingMode.Subsequence", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SubsetMatchingMode.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.SubsetMatchingMode.OrderedSubset", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SubsetMatchingMode.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.SubsetMatchingMode.SubsequenceContentRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SubsetMatchingMode.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.SubsetMatchingMode.OrderedSubsetContentRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SubsetMatchingMode.cs" - } - ], - "DocsId": "T:System.Speech.Recognition.SubsetMatchingMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SubsetMatchingMode.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Speech.Recognition.RecognizerUpdateReachedEventArgs.UserToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/UpdateEventArgs.cs#L25C19-L25C37" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizerUpdateReachedEventArgs.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/UpdateEventArgs.cs#L29C19-L29C41" - } - ], - "DocsId": "T:System.Speech.Recognition.RecognizerUpdateReachedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/UpdateEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Speech.Recognition.RecognitionEventArgs.Result", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognitionEventArgs.cs#L20C19-L20C34" - } - ], - "DocsId": "T:System.Speech.Recognition.RecognitionEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognitionEventArgs.cs" - }, - { - "Members": [], - "DocsId": "T:System.Speech.Recognition.SpeechRecognizedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognitionEventArgs.cs" - }, - { - "Members": [], - "DocsId": "T:System.Speech.Recognition.SpeechRecognitionRejectedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognitionEventArgs.cs" - }, - { - "Members": [], - "DocsId": "T:System.Speech.Recognition.SpeechHypothesizedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognitionEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.RecognitionResult.GetAudioForWordRange(System.Speech.Recognition.RecognizedWordUnit,System.Speech.Recognition.RecognizedWordUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognitionResult.cs#L65C13-L68C139" - }, - { - "DocsId": "M:System.Speech.Recognition.RecognitionResult.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognitionResult.cs#L74C13-L113C10" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognitionResult.Audio", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognitionResult.cs#L150C17-L193C31" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognitionResult.Alternates", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognitionResult.cs#L203C17-L203C82" - } - ], - "DocsId": "T:System.Speech.Recognition.RecognitionResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognitionResult.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.RecognizedAudio.WriteToWaveStream(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L48C13-L59C10" - }, - { - "DocsId": "M:System.Speech.Recognition.RecognizedAudio.WriteToAudioStream(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L64C13-L70C10" - }, - { - "DocsId": "M:System.Speech.Recognition.RecognizedAudio.GetRange(System.TimeSpan,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L75C13-L104C119" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizedAudio.Format", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L23C19-L23C39" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizedAudio.StartTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L29C19-L29C37" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizedAudio.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L36C19-L36C41" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizedAudio.Duration", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L42C19-L42C41" - } - ], - "DocsId": "T:System.Speech.Recognition.RecognizedAudio", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognizedAudio.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.RecognizedPhrase.ConstructSmlFromSemantics", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L37C13-L78C29" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizedPhrase.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L88C17-L142C30" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizedPhrase.Confidence", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L149C17-L149C36" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizedPhrase.Words", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L156C17-L211C31" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizedPhrase.Semantics", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L220C17-L233C35" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizedPhrase.Homophones", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L242C17-L260C36" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizedPhrase.Grammar", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L268C17-L277C33" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizedPhrase.ReplacementWordUnits", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L284C17-L308C41" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizedPhrase.HomophoneGroupId", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L315C17-L315C42" - } - ], - "DocsId": "T:System.Speech.Recognition.RecognizedPhrase", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.RecognizedWordUnit.#ctor(System.String,System.Single,System.String,System.String,System.Speech.Recognition.DisplayAttributes,System.TimeSpan,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs#L19C9-L35C10" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizedWordUnit.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs#L46C19-L46C32" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizedWordUnit.Confidence", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs#L52C19-L52C38" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizedWordUnit.Pronunciation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs#L58C17-L58C39" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizedWordUnit.LexicalForm", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs#L63C19-L63C39" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizedWordUnit.DisplayAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs#L67C19-L67C45" - } - ], - "DocsId": "T:System.Speech.Recognition.RecognizedWordUnit", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Recognition.DisplayAttributes.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.DisplayAttributes.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.DisplayAttributes.ZeroTrailingSpaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.DisplayAttributes.OneTrailingSpace", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.DisplayAttributes.TwoTrailingSpaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.DisplayAttributes.ConsumeLeadingSpaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" - } - ], - "DocsId": "T:System.Speech.Recognition.DisplayAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Speech.Recognition.ReplacementText.DisplayAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/ReplacementText.cs#L30C17-L30C43" - }, - { - "DocsId": "P:System.Speech.Recognition.ReplacementText.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/ReplacementText.cs#L37C17-L37C30" - }, - { - "DocsId": "P:System.Speech.Recognition.ReplacementText.FirstWordIndex", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/ReplacementText.cs#L44C17-L44C35" - }, - { - "DocsId": "P:System.Speech.Recognition.ReplacementText.CountOfWords", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/ReplacementText.cs#L51C17-L51C38" - } - ], - "DocsId": "T:System.Speech.Recognition.ReplacementText", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/ReplacementText.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.SemanticValue.#ctor(System.String,System.Object,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/SemanticValue.cs#L19C9-L27C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticValue.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/SemanticValue.cs#L30C15-L32C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticValue.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/SemanticValue.cs#L39C13-L53C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticValue.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/SemanticValue.cs#L56C13-L56C26" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticValue.Contains(System.Collections.Generic.KeyValuePair{System.String,System.Speech.Recognition.SemanticValue})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/SemanticValue.cs#L97C13-L97C97" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticValue.ContainsKey(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/SemanticValue.cs#L101C13-L101C49" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#ICollection>#Add(System.Collections.Generic.KeyValuePair{System.String,System.Speech.Recognition.SemanticValue})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/SemanticValue.cs#L113C13-L113C78" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#IDictionary#Add(System.String,System.Speech.Recognition.SemanticValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/SemanticValue.cs#L118C13-L118C78" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#ICollection>#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/SemanticValue.cs#L123C13-L123C78" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#ICollection>#Remove(System.Collections.Generic.KeyValuePair{System.String,System.Speech.Recognition.SemanticValue})", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/SemanticValue.cs#L128C13-L128C78" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#IDictionary#Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/SemanticValue.cs#L133C13-L133C78" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#ICollection>#CopyTo(System.Collections.Generic.KeyValuePair{System.String,System.Speech.Recognition.SemanticValue}[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/SemanticValue.cs#L137C13-L138C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#IEnumerable>#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/SemanticValue.cs#L141C13-L141C48" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#ICollection>#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/SemanticValue.cs#L146C19-L146C31" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#IDictionary#get_Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/SemanticValue.cs#L151C19-L151C43" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#IDictionary#get_Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/SemanticValue.cs#L156C19-L156C45" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/SemanticValue.cs#L160C13-L160C93" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#IDictionary#TryGetValue(System.String,System.Speech.Recognition.SemanticValue@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/SemanticValue.cs#L165C13-L165C60" - }, - { - "DocsId": "P:System.Speech.Recognition.SemanticValue.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/SemanticValue.cs#L69C17-L69C31" - }, - { - "DocsId": "P:System.Speech.Recognition.SemanticValue.Confidence", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/SemanticValue.cs#L82C17-L82C36" - }, - { - "DocsId": "P:System.Speech.Recognition.SemanticValue.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/SemanticValue.cs#L92C19-L92C43" - }, - { - "DocsId": "P:System.Speech.Recognition.SemanticValue.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/SemanticValue.cs#L105C19-L105C44" - }, - { - "DocsId": "P:System.Speech.Recognition.SemanticValue.System#Collections#Generic#ICollection>#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/SemanticValue.cs#L146C19-L146C31" - }, - { - "DocsId": "P:System.Speech.Recognition.SemanticValue.System#Collections#Generic#IDictionary#Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/SemanticValue.cs#L151C19-L151C43" - }, - { - "DocsId": "P:System.Speech.Recognition.SemanticValue.System#Collections#Generic#IDictionary#Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/SemanticValue.cs#L156C19-L156C45" - } - ], - "DocsId": "T:System.Speech.Recognition.SemanticValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Result/SemanticValue.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsDocument.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L26C9-L29C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsDocument.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L31C9-L39C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsDocument.#ctor(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L40C9-L45C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsDocument.#ctor(System.Speech.Recognition.GrammarBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L46C9-L63C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsDocument.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L65C57-L71C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsDocument.WriteSrgs(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L78C13-L85C10" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.XmlBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L98C17-L98C41" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.Culture", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L116C17-L116C41" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.Root", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L136C17-L136C38" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.Mode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L154C17-L154C113" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.PhoneticAlphabet", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L169C17-L169C72" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.Rules", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L186C17-L186C39" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.Language", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L197C17-L197C42" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.Namespace", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L215C17-L215C43" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.CodeBehind", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L233C17-L233C44" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.Debug", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L244C17-L244C39" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.Script", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L259C17-L259C40" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.ImportNamespaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L275C17-L275C50" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.AssemblyReferences", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L286C17-L286C52" - } - ], - "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsGrammarMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsGrammarMode.Voice", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsGrammarMode.Dtmf", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" - } - ], - "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsGrammarMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsPhoneticAlphabet.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsPhoneticAlphabet.Sapi", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsPhoneticAlphabet.Ipa", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsPhoneticAlphabet.Ups", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" - } - ], - "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsPhoneticAlphabet", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsElement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsElement.cs#L18C9-L20C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsElement.System#Speech#Internal#SrgsParser#IElement#PostParse(System.Speech.Internal.SrgsParser.IElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsElement.cs#L48C9-L48C10" - } - ], - "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsGrammarCompiler.Compile(System.String,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs#L24C13-L31C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsGrammarCompiler.Compile(System.Speech.Recognition.SrgsGrammar.SrgsDocument,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs#L38C13-L42C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsGrammarCompiler.Compile(System.Xml.XmlReader,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs#L49C13-L53C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsGrammarCompiler.CompileClassLibrary(System.String[],System.String,System.String[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs#L60C13-L87C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsGrammarCompiler.CompileClassLibrary(System.Speech.Recognition.SrgsGrammar.SrgsDocument,System.String,System.String[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs#L94C13-L98C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsGrammarCompiler.CompileClassLibrary(System.Xml.XmlReader,System.String,System.String[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs#L105C13-L109C10" - } - ], - "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsGrammarCompiler", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L306C9-L23C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L25C15-L30C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsElement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L32C15-L44C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L46C15-L49C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.#ctor(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L51C15-L54C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.#ctor(System.Int32,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L58C15-L61C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.#ctor(System.Int32,System.Int32,System.Speech.Recognition.SrgsGrammar.SrgsElement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L63C15-L66C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.SetRepeat(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L74C13-L79C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.SetRepeat(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L83C13-L99C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.Add(System.Speech.Recognition.SrgsGrammar.SrgsElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L102C13-L105C10" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsItem.Elements", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L114C17-L114C34" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsItem.RepeatProbability", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L122C17-L122C43" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsItem.MinRepeat", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L139C17-L139C62" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsItem.MaxRepeat", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L147C17-L147C62" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsItem.Weight", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L154C17-L154C32" - } - ], - "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsNameValueTag.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs#L18C9-L20C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsNameValueTag.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs#L21C9-L26C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsNameValueTag.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs#L28C15-L31C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsNameValueTag.System#Speech#Internal#SrgsParser#IPropertyTag#NameValue(System.Speech.Internal.SrgsParser.IElement,System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs#L128C13-L130C10" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsNameValueTag.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs#L41C17-L41C30" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsNameValueTag.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs#L54C19-L54C33" - } - ], - "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsNameValueTag", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsOneOf.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsOneOf.cs#L126C9-L21C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsOneOf.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsOneOf.cs#L23C15-L36C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsOneOf.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsItem[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsOneOf.cs#L38C15-L52C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsOneOf.Add(System.Speech.Recognition.SrgsGrammar.SrgsItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsOneOf.cs#L59C13-L62C10" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsOneOf.Items", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsOneOf.cs#L73C17-L73C31" - } - ], - "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsOneOf", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsOneOf.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRule.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L23C15-L27C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRule.#ctor(System.String,System.Speech.Recognition.SrgsGrammar.SrgsElement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L29C15-L44C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRule.Add(System.Speech.Recognition.SrgsGrammar.SrgsElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L51C13-L54C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRule.System#Speech#Internal#SrgsParser#IElement#PostParse(System.Speech.Internal.SrgsParser.IElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L312C13-L313C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRule.System#Speech#Internal#SrgsParser#IRule#CreateScript(System.Speech.Internal.SrgsParser.IGrammar,System.String,System.String,System.Speech.Internal.SrgsParser.RuleMethodScript)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L16707566C0-L340C10" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRule.Elements", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L63C17-L63C34" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRule.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L70C17-L70C28" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRule.Scope", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L82C17-L82C31" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRule.BaseClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L98C17-L98C35" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRule.Script", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L116C17-L116C32" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRule.OnInit", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L132C17-L132C32" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRule.OnParse", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L148C17-L148C33" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRule.OnError", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L164C17-L164C33" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRule.OnRecognition", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L180C17-L180C39" - } - ], - "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsRuleScope.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsRuleScope.Public", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsRuleScope.Private", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs" - } - ], - "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsRuleScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.#ctor(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L19C9-L22C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.#ctor(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L23C9-L28C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.#ctor(System.Uri,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L29C9-L34C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.#ctor(System.Uri,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L35C9-L40C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L41C9-L46C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsRule,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L48C15-L53C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsRule,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L55C15-L61C10" - }, - { - "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.Null", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.Void", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.Garbage", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.Dictation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.MnemonicSpelling", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L86C17-L86C29" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.SemanticKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L97C17-L97C37" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.Params", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L108C17-L108C32" - } - ], - "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRulesCollection.Add(System.Speech.Recognition.SrgsGrammar.SrgsRule[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRulesCollection.cs#L14C13-L24C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRulesCollection.GetKeyForItem(System.Speech.Recognition.SrgsGrammar.SrgsRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRulesCollection.cs#L27C13-L29C28" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRulesCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRulesCollection.cs" - } - ], - "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsRulesCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRulesCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsSemanticInterpretationTag.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSemanticInterpretationTag.cs#L98C9-L19C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsSemanticInterpretationTag.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSemanticInterpretationTag.cs#L98C9-L25C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsSemanticInterpretationTag.System#Speech#Internal#SrgsParser#ISemanticTag#Content(System.Speech.Internal.SrgsParser.IElement,System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSemanticInterpretationTag.cs#L91C13-L92C10" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsSemanticInterpretationTag.Script", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSemanticInterpretationTag.cs#L34C17-L34C32" - } - ], - "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsSemanticInterpretationTag", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSemanticInterpretationTag.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsSubset.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSubset.cs#L19C15-L21C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsSubset.#ctor(System.String,System.Speech.Recognition.SubsetMatchingMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSubset.cs#L22C9-L35C10" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsSubset.MatchingMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSubset.cs#L44C17-L44C35" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsSubset.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSubset.cs#L60C17-L60C30" - } - ], - "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsSubset", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSubset.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsText.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsText.cs#L67C9-L18C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsText.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsText.cs#L67C9-L24C10" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsText.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsText.cs#L33C17-L33C30" - } - ], - "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsText", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsText.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsToken.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsToken.cs#L161C9-L23C10" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsToken.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsToken.cs#L32C17-L32C30" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsToken.Pronunciation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsToken.cs#L51C17-L51C39" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsToken.Display", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsToken.cs#L63C17-L63C33" - } - ], - "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsToken.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.AudioFormat.EncodingFormat.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/AudioFormat/EncodingFormat.cs" - }, - { - "DocsId": "F:System.Speech.AudioFormat.EncodingFormat.Pcm", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/AudioFormat/EncodingFormat.cs" - }, - { - "DocsId": "F:System.Speech.AudioFormat.EncodingFormat.ALaw", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/AudioFormat/EncodingFormat.cs" - }, - { - "DocsId": "F:System.Speech.AudioFormat.EncodingFormat.ULaw", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/AudioFormat/EncodingFormat.cs" - } - ], - "DocsId": "T:System.Speech.AudioFormat.EncodingFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/AudioFormat/EncodingFormat.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.AudioFormat.SpeechAudioFormatInfo.#ctor(System.Speech.AudioFormat.EncodingFormat,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L63C15-L76C10" - }, - { - "DocsId": "M:System.Speech.AudioFormat.SpeechAudioFormatInfo.#ctor(System.Int32,System.Speech.AudioFormat.AudioBitsPerSample,System.Speech.AudioFormat.AudioChannel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L78C15-L83C10" - }, - { - "DocsId": "M:System.Speech.AudioFormat.SpeechAudioFormatInfo.FormatSpecificData", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L101C46-L101C89" - }, - { - "DocsId": "M:System.Speech.AudioFormat.SpeechAudioFormatInfo.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L104C13-L130C25" - }, - { - "DocsId": "M:System.Speech.AudioFormat.SpeechAudioFormatInfo.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L134C13-L134C57" - }, - { - "DocsId": "P:System.Speech.AudioFormat.SpeechAudioFormatInfo.AverageBytesPerSecond", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L89C50-L89C80" - }, - { - "DocsId": "P:System.Speech.AudioFormat.SpeechAudioFormatInfo.BitsPerSample", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L91C42-L91C64" - }, - { - "DocsId": "P:System.Speech.AudioFormat.SpeechAudioFormatInfo.BlockAlign", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L93C39-L93C58" - }, - { - "DocsId": "P:System.Speech.AudioFormat.SpeechAudioFormatInfo.EncodingFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L94C54-L94C77" - }, - { - "DocsId": "P:System.Speech.AudioFormat.SpeechAudioFormatInfo.ChannelCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L95C41-L95C62" - }, - { - "DocsId": "P:System.Speech.AudioFormat.SpeechAudioFormatInfo.SamplesPerSecond", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L96C45-L96C70" - } - ], - "DocsId": "T:System.Speech.AudioFormat.SpeechAudioFormatInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.AudioFormat.AudioChannel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" - }, - { - "DocsId": "F:System.Speech.AudioFormat.AudioChannel.Mono", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" - }, - { - "DocsId": "F:System.Speech.AudioFormat.AudioChannel.Stereo", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" - } - ], - "DocsId": "T:System.Speech.AudioFormat.AudioChannel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.AudioFormat.AudioBitsPerSample.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" - }, - { - "DocsId": "F:System.Speech.AudioFormat.AudioBitsPerSample.Eight", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" - }, - { - "DocsId": "F:System.Speech.AudioFormat.AudioBitsPerSample.Sixteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" - } - ], - "DocsId": "T:System.Speech.AudioFormat.AudioBitsPerSample", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Threading.AccessControl.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Threading.AccessControl.json deleted file mode 100644 index 3c5d7baae4c..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Threading.AccessControl.json +++ /dev/null @@ -1,530 +0,0 @@ -{ - "Assembly": "System.Threading.AccessControl", - "GUID": "9DD90DF245AB4ADDBC583ACB00E8D151FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "F:System.Security.AccessControl.MutexRights.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.MutexRights.Modify", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.MutexRights.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.MutexRights.ReadPermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.MutexRights.ChangePermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.MutexRights.TakeOwnership", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.MutexRights.Synchronize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.MutexRights.FullControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" - } - ], - "DocsId": "T:System.Security.AccessControl.MutexRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.AccessControl.MutexAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.MutexRights,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L48C15-L50C10" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexAccessRule.#ctor(System.String,System.Security.AccessControl.MutexRights,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L53C15-L55C10" - }, - { - "DocsId": "P:System.Security.AccessControl.MutexAccessRule.MutexRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L80C19-L80C55" - } - ], - "DocsId": "T:System.Security.AccessControl.MutexAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.AccessControl.MutexAuditRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.MutexRights,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L88C15-L90C10" - }, - { - "DocsId": "P:System.Security.AccessControl.MutexAuditRule.MutexRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L99C19-L99C55" - } - ], - "DocsId": "T:System.Security.AccessControl.MutexAuditRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L107C15-L109C10" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.#ctor(System.String,System.Security.AccessControl.AccessControlSections)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L112C15-L115C10" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.AccessRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L144C13-L144C126" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.AuditRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L149C13-L149C126" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.AddAccessRule(System.Security.AccessControl.MutexAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L189C13-L190C10" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.SetAccessRule(System.Security.AccessControl.MutexAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L194C13-L195C10" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.ResetAccessRule(System.Security.AccessControl.MutexAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L199C13-L200C10" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.RemoveAccessRule(System.Security.AccessControl.MutexAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L204C13-L204C48" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.RemoveAccessRuleAll(System.Security.AccessControl.MutexAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L209C13-L210C10" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.RemoveAccessRuleSpecific(System.Security.AccessControl.MutexAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L214C13-L215C10" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.AddAuditRule(System.Security.AccessControl.MutexAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L219C13-L220C10" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.SetAuditRule(System.Security.AccessControl.MutexAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L224C13-L225C10" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.RemoveAuditRule(System.Security.AccessControl.MutexAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L229C13-L229C47" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.RemoveAuditRuleAll(System.Security.AccessControl.MutexAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L234C13-L235C10" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.RemoveAuditRuleSpecific(System.Security.AccessControl.MutexAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L239C13-L240C10" - }, - { - "DocsId": "P:System.Security.AccessControl.MutexSecurity.AccessRightType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L244C19-L244C46" - }, - { - "DocsId": "P:System.Security.AccessControl.MutexSecurity.AccessRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L249C19-L249C50" - }, - { - "DocsId": "P:System.Security.AccessControl.MutexSecurity.AuditRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L254C19-L254C49" - } - ], - "DocsId": "T:System.Security.AccessControl.MutexSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.Modify", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.ReadPermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.ChangePermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.TakeOwnership", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.Synchronize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.FullControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" - } - ], - "DocsId": "T:System.Security.AccessControl.EventWaitHandleRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.EventWaitHandleRights,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L47C15-L49C10" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleAccessRule.#ctor(System.String,System.Security.AccessControl.EventWaitHandleRights,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L52C15-L54C10" - }, - { - "DocsId": "P:System.Security.AccessControl.EventWaitHandleAccessRule.EventWaitHandleRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L79C19-L79C65" - } - ], - "DocsId": "T:System.Security.AccessControl.EventWaitHandleAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleAuditRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.EventWaitHandleRights,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L87C15-L89C10" - }, - { - "DocsId": "P:System.Security.AccessControl.EventWaitHandleAuditRule.EventWaitHandleRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L105C19-L105C65" - } - ], - "DocsId": "T:System.Security.AccessControl.EventWaitHandleAuditRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L113C15-L115C10" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.AccessRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L150C13-L150C136" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.AuditRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L155C13-L155C136" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.AddAccessRule(System.Security.AccessControl.EventWaitHandleAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L199C13-L200C10" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.SetAccessRule(System.Security.AccessControl.EventWaitHandleAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L204C13-L205C10" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.ResetAccessRule(System.Security.AccessControl.EventWaitHandleAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L209C13-L210C10" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.RemoveAccessRule(System.Security.AccessControl.EventWaitHandleAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L214C13-L214C48" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.RemoveAccessRuleAll(System.Security.AccessControl.EventWaitHandleAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L219C13-L220C10" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.RemoveAccessRuleSpecific(System.Security.AccessControl.EventWaitHandleAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L224C13-L225C10" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.AddAuditRule(System.Security.AccessControl.EventWaitHandleAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L229C13-L230C10" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.SetAuditRule(System.Security.AccessControl.EventWaitHandleAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L234C13-L235C10" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.RemoveAuditRule(System.Security.AccessControl.EventWaitHandleAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L239C13-L239C47" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.RemoveAuditRuleAll(System.Security.AccessControl.EventWaitHandleAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L244C13-L245C10" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.RemoveAuditRuleSpecific(System.Security.AccessControl.EventWaitHandleAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L249C13-L250C10" - }, - { - "DocsId": "P:System.Security.AccessControl.EventWaitHandleSecurity.AccessRightType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L254C19-L254C56" - }, - { - "DocsId": "P:System.Security.AccessControl.EventWaitHandleSecurity.AccessRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L259C19-L259C60" - }, - { - "DocsId": "P:System.Security.AccessControl.EventWaitHandleSecurity.AuditRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L264C19-L264C59" - } - ], - "DocsId": "T:System.Security.AccessControl.EventWaitHandleSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.AccessControl.SemaphoreRights.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.SemaphoreRights.Modify", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.SemaphoreRights.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.SemaphoreRights.ReadPermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.SemaphoreRights.ChangePermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.SemaphoreRights.TakeOwnership", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.SemaphoreRights.Synchronize", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.SemaphoreRights.FullControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" - } - ], - "DocsId": "T:System.Security.AccessControl.SemaphoreRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.AccessControl.SemaphoreAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.SemaphoreRights,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L44C15-L46C10" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreAccessRule.#ctor(System.String,System.Security.AccessControl.SemaphoreRights,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L49C15-L51C10" - }, - { - "DocsId": "P:System.Security.AccessControl.SemaphoreAccessRule.SemaphoreRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L76C19-L76C59" - } - ], - "DocsId": "T:System.Security.AccessControl.SemaphoreAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.AccessControl.SemaphoreAuditRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.SemaphoreRights,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L83C15-L85C10" - }, - { - "DocsId": "P:System.Security.AccessControl.SemaphoreAuditRule.SemaphoreRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L94C19-L94C59" - } - ], - "DocsId": "T:System.Security.AccessControl.SemaphoreAuditRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L101C15-L103C10" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.#ctor(System.String,System.Security.AccessControl.AccessControlSections)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L106C15-L109C10" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.AccessRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L138C13-L138C130" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.AuditRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L143C13-L143C130" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.AddAccessRule(System.Security.AccessControl.SemaphoreAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L183C13-L184C10" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.SetAccessRule(System.Security.AccessControl.SemaphoreAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L188C13-L189C10" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.ResetAccessRule(System.Security.AccessControl.SemaphoreAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L193C13-L194C10" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.RemoveAccessRule(System.Security.AccessControl.SemaphoreAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L198C13-L198C48" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.RemoveAccessRuleAll(System.Security.AccessControl.SemaphoreAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L203C13-L204C10" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.RemoveAccessRuleSpecific(System.Security.AccessControl.SemaphoreAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L208C13-L209C10" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.AddAuditRule(System.Security.AccessControl.SemaphoreAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L213C13-L214C10" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.SetAuditRule(System.Security.AccessControl.SemaphoreAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L218C13-L219C10" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.RemoveAuditRule(System.Security.AccessControl.SemaphoreAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L223C13-L223C47" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.RemoveAuditRuleAll(System.Security.AccessControl.SemaphoreAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L228C13-L229C10" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.RemoveAuditRuleSpecific(System.Security.AccessControl.SemaphoreAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L233C13-L234C10" - }, - { - "DocsId": "P:System.Security.AccessControl.SemaphoreSecurity.AccessRightType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L238C19-L238C50" - }, - { - "DocsId": "P:System.Security.AccessControl.SemaphoreSecurity.AccessRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L243C19-L243C54" - }, - { - "DocsId": "P:System.Security.AccessControl.SemaphoreSecurity.AuditRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L248C19-L248C53" - } - ], - "DocsId": "T:System.Security.AccessControl.SemaphoreSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Threading.EventWaitHandleAcl.Create(System.Boolean,System.Threading.EventResetMode,System.String,System.Boolean@,System.Security.AccessControl.EventWaitHandleSecurity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Threading/EventWaitHandleAcl.cs#L31C13-L77C55" - }, - { - "DocsId": "M:System.Threading.EventWaitHandleAcl.OpenExisting(System.String,System.Security.AccessControl.EventWaitHandleRights)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Threading/EventWaitHandleAcl.cs#L95C13-L109C35" - }, - { - "DocsId": "M:System.Threading.EventWaitHandleAcl.TryOpenExisting(System.String,System.Security.AccessControl.EventWaitHandleRights,System.Threading.EventWaitHandle@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Threading/EventWaitHandleAcl.cs#L125C13-L125C87" - } - ], - "DocsId": "T:System.Threading.EventWaitHandleAcl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Threading/EventWaitHandleAcl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Threading.MutexAcl.Create(System.Boolean,System.String,System.Boolean@,System.Security.AccessControl.MutexSecurity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Threading/MutexAcl.cs#L25C13-L68C55" - }, - { - "DocsId": "M:System.Threading.MutexAcl.OpenExisting(System.String,System.Security.AccessControl.MutexRights)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Threading/MutexAcl.cs#L86C13-L100C35" - }, - { - "DocsId": "M:System.Threading.MutexAcl.TryOpenExisting(System.String,System.Security.AccessControl.MutexRights,System.Threading.Mutex@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Threading/MutexAcl.cs#L116C13-L116C87" - } - ], - "DocsId": "T:System.Threading.MutexAcl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Threading/MutexAcl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Threading.SemaphoreAcl.Create(System.Int32,System.Int32,System.String,System.Boolean@,System.Security.AccessControl.SemaphoreSecurity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Threading/SemaphoreAcl.cs#L29C13-L82C55" - }, - { - "DocsId": "M:System.Threading.SemaphoreAcl.OpenExisting(System.String,System.Security.AccessControl.SemaphoreRights)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Threading/SemaphoreAcl.cs#L101C13-L115C35" - }, - { - "DocsId": "M:System.Threading.SemaphoreAcl.TryOpenExisting(System.String,System.Security.AccessControl.SemaphoreRights,System.Threading.Semaphore@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Threading/SemaphoreAcl.cs#L131C13-L131C87" - } - ], - "DocsId": "T:System.Threading.SemaphoreAcl", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Threading/SemaphoreAcl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Threading.ThreadingAclExtensions.GetAccessControl(System.Threading.EventWaitHandle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L16C13-L16C166" - }, - { - "DocsId": "M:System.Threading.ThreadingAclExtensions.SetAccessControl(System.Threading.EventWaitHandle,System.Security.AccessControl.EventWaitHandleSecurity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L21C13-L24C10" - }, - { - "DocsId": "M:System.Threading.ThreadingAclExtensions.GetAccessControl(System.Threading.Mutex)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L28C13-L28C155" - }, - { - "DocsId": "M:System.Threading.ThreadingAclExtensions.SetAccessControl(System.Threading.Mutex,System.Security.AccessControl.MutexSecurity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L33C13-L36C10" - }, - { - "DocsId": "M:System.Threading.ThreadingAclExtensions.GetAccessControl(System.Threading.Semaphore)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L40C13-L40C163" - }, - { - "DocsId": "M:System.Threading.ThreadingAclExtensions.SetAccessControl(System.Threading.Semaphore,System.Security.AccessControl.SemaphoreSecurity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L45C13-L48C10" - } - ], - "DocsId": "T:System.Threading.ThreadingAclExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Web.Services.Description.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Web.Services.Description.json deleted file mode 100644 index c617a42a92e..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Web.Services.Description.json +++ /dev/null @@ -1,1986 +0,0 @@ -{ - "Assembly": "System.Web.Services.Description", - "GUID": "8F4E458D51E3499E91F24F5799A1E414FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "F:System.Web.Services.WsiProfiles.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/WsiProfiles.cs" - }, - { - "DocsId": "F:System.Web.Services.WsiProfiles.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/WsiProfiles.cs" - }, - { - "DocsId": "F:System.Web.Services.WsiProfiles.BasicProfile1_1", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/WsiProfiles.cs" - } - ], - "DocsId": "T:System.Web.Services.WsiProfiles", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/WsiProfiles.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.HttpAddressBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.HttpAddressBinding.Location", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs#L14C19-L14C71" - } - ], - "DocsId": "T:System.Web.Services.Description.HttpAddressBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.HttpBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.HttpBinding.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.HttpBinding.Verb", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs#L25C30-L25C34" - } - ], - "DocsId": "T:System.Web.Services.Description.HttpBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.HttpOperationBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.HttpOperationBinding.Location", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs#L34C19-L34C71" - } - ], - "DocsId": "T:System.Web.Services.Description.HttpOperationBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.HttpUrlEncodedBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs" - } - ], - "DocsId": "T:System.Web.Services.Description.HttpUrlEncodedBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.HttpUrlReplacementBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs" - } - ], - "DocsId": "T:System.Web.Services.Description.HttpUrlReplacementBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.MimeContentBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.MimeContentBinding.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeContentBinding.Part", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L17C30-L17C34" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeContentBinding.Type", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L21C19-L21C63" - } - ], - "DocsId": "T:System.Web.Services.Description.MimeContentBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.MimePart.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.MimePart.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L34C19-L34C136" - } - ], - "DocsId": "T:System.Web.Services.Description.MimePart", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.MimeMultipartRelatedBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L41C52-L41C76" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeMultipartRelatedBinding.Parts", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L41C43-L41C47" - } - ], - "DocsId": "T:System.Web.Services.Description.MimeMultipartRelatedBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.MimeXmlBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeXmlBinding.Part", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L47C30-L47C34" - } - ], - "DocsId": "T:System.Web.Services.Description.MimeXmlBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.MimePartCollection.Add(System.Web.Services.Description.MimePart)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L57C13-L57C39" - }, - { - "DocsId": "M:System.Web.Services.Description.MimePartCollection.Insert(System.Int32,System.Web.Services.Description.MimePart)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L61C13-L62C10" - }, - { - "DocsId": "M:System.Web.Services.Description.MimePartCollection.IndexOf(System.Web.Services.Description.MimePart)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L65C13-L65C43" - }, - { - "DocsId": "M:System.Web.Services.Description.MimePartCollection.Contains(System.Web.Services.Description.MimePart)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L69C13-L69C44" - }, - { - "DocsId": "M:System.Web.Services.Description.MimePartCollection.Remove(System.Web.Services.Description.MimePart)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L73C13-L74C10" - }, - { - "DocsId": "M:System.Web.Services.Description.MimePartCollection.CopyTo(System.Web.Services.Description.MimePart[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L77C13-L78C10" - }, - { - "DocsId": "M:System.Web.Services.Description.MimePartCollection.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.MimePartCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L52C19-L52C48" - } - ], - "DocsId": "T:System.Web.Services.Description.MimePartCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.MimeTextBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L87C59-L87C88" - }, - { - "DocsId": "F:System.Web.Services.Description.MimeTextBinding.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeTextBinding.Matches", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L87C50-L87C54" - } - ], - "DocsId": "T:System.Web.Services.Description.MimeTextBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.MimeTextMatch.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L93C9-L174C88" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeTextMatch.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L100C19-L100C63" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeTextMatch.Type", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L106C19-L106C63" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeTextMatch.Group", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L112C19-L112C33" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeTextMatch.Capture", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L125C19-L125C35" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeTextMatch.Repeats", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L138C19-L138C35" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeTextMatch.RepeatsString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L151C19-L151C107" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeTextMatch.Pattern", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L166C19-L166C69" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeTextMatch.IgnoreCase", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L171C34-L171C38" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeTextMatch.Matches", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L174C50-L174C54" - } - ], - "DocsId": "T:System.Web.Services.Description.MimeTextMatch", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.MimeTextMatchCollection.Add(System.Web.Services.Description.MimeTextMatch)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L184C13-L184C36" - }, - { - "DocsId": "M:System.Web.Services.Description.MimeTextMatchCollection.Insert(System.Int32,System.Web.Services.Description.MimeTextMatch)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L188C13-L189C10" - }, - { - "DocsId": "M:System.Web.Services.Description.MimeTextMatchCollection.IndexOf(System.Web.Services.Description.MimeTextMatch)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L192C13-L192C40" - }, - { - "DocsId": "M:System.Web.Services.Description.MimeTextMatchCollection.Contains(System.Web.Services.Description.MimeTextMatch)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L196C13-L196C41" - }, - { - "DocsId": "M:System.Web.Services.Description.MimeTextMatchCollection.Remove(System.Web.Services.Description.MimeTextMatch)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L200C13-L201C10" - }, - { - "DocsId": "M:System.Web.Services.Description.MimeTextMatchCollection.CopyTo(System.Web.Services.Description.MimeTextMatch[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L204C13-L205C10" - }, - { - "DocsId": "M:System.Web.Services.Description.MimeTextMatchCollection.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeTextMatchCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L179C19-L179C53" - } - ], - "DocsId": "T:System.Web.Services.Description.MimeTextMatchCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.Read(System.IO.TextReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L228C13-L228C44" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.Read(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L233C13-L233C40" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.Read(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L238C13-L238C40" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.Read(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L243C13-L243C42" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.Read(System.IO.TextReader,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L248C13-L252C43" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.Read(System.IO.Stream,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L257C13-L261C43" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.Read(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L266C13-L275C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.Read(System.Xml.XmlReader,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L279C13-L302C75" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L308C13-L308C54" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.Write(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L313C13-L322C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.Write(System.IO.TextWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L326C13-L330C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.Write(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L334C13-L337C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.Write(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L341C13-L374C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.ServiceDescription.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.RetrievalUrl", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L53C19-L53C79" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.ServiceDescriptions", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L63C67-L63C71" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L68C19-L68C136" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.Imports", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L74C19-L74C100" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.Types", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L80C19-L80C79" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.Messages", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L89C19-L89C104" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.PortTypes", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L95C19-L95C108" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.Bindings", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L101C19-L101C104" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.Services", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L107C19-L107C104" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.TargetNamespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L111C41-L111C45" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.Schema", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L117C17-L125C33" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.ValidationWarnings", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L150C17-L154C44" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.Serializer", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L208C17-L220C37" - } - ], - "DocsId": "T:System.Web.Services.Description.ServiceDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Import.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.Import.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L447C19-L447C136" - }, - { - "DocsId": "P:System.Web.Services.Description.Import.ServiceDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L450C56-L450C60" - }, - { - "DocsId": "P:System.Web.Services.Description.Import.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L455C19-L455C59" - }, - { - "DocsId": "P:System.Web.Services.Description.Import.Location", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L462C19-L462C71" - } - ], - "DocsId": "T:System.Web.Services.Description.Import", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.DocumentableItem.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.DocumentableItem.Documentation", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L479C17-L489C55" - }, - { - "DocsId": "P:System.Web.Services.Description.DocumentableItem.DocumentationElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L510C19-L510C48" - }, - { - "DocsId": "P:System.Web.Services.Description.DocumentableItem.ExtensibleAttributes", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L519C65-L519C69" - }, - { - "DocsId": "P:System.Web.Services.Description.DocumentableItem.Namespaces", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L526C17-L531C36" - }, - { - "DocsId": "P:System.Web.Services.Description.DocumentableItem.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - } - ], - "DocsId": "T:System.Web.Services.Description.DocumentableItem", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.NamedItem.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.NamedItem.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L556C30-L556C34" - } - ], - "DocsId": "T:System.Web.Services.Description.NamedItem", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Port.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L578C57-L578C79" - }, - { - "DocsId": "P:System.Web.Services.Description.Port.Service", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L569C34-L569C38" - }, - { - "DocsId": "P:System.Web.Services.Description.Port.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L574C19-L574C136" - }, - { - "DocsId": "P:System.Web.Services.Description.Port.Binding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L578C43-L578C47" - } - ], - "DocsId": "T:System.Web.Services.Description.Port", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Service.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.Service.ServiceDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L592C56-L592C60" - }, - { - "DocsId": "P:System.Web.Services.Description.Service.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L597C19-L597C136" - }, - { - "DocsId": "P:System.Web.Services.Description.Service.Ports", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L603C19-L603C92" - } - ], - "DocsId": "T:System.Web.Services.Description.Service", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.FaultBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.FaultBinding.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L615C19-L615C136" - } - ], - "DocsId": "T:System.Web.Services.Description.FaultBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.MessageBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.MessageBinding.OperationBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L626C52-L626C56" - } - ], - "DocsId": "T:System.Web.Services.Description.MessageBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.InputBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.InputBinding.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L637C19-L637C136" - } - ], - "DocsId": "T:System.Web.Services.Description.InputBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.OutputBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.OutputBinding.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L649C19-L649C136" - } - ], - "DocsId": "T:System.Web.Services.Description.OutputBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.OperationBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationBinding.Binding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L666C34-L666C38" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationBinding.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L671C19-L671C136" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationBinding.Input", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L677C19-L677C33" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationBinding.Output", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L695C19-L695C34" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationBinding.Faults", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L713C19-L713C103" - } - ], - "DocsId": "T:System.Web.Services.Description.OperationBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Binding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L722C9-L722C65" - }, - { - "DocsId": "P:System.Web.Services.Description.Binding.ServiceDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L729C56-L729C60" - }, - { - "DocsId": "P:System.Web.Services.Description.Binding.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L734C19-L734C136" - }, - { - "DocsId": "P:System.Web.Services.Description.Binding.Operations", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L740C19-L740C119" - }, - { - "DocsId": "P:System.Web.Services.Description.Binding.Type", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L748C17-L753C30" - } - ], - "DocsId": "T:System.Web.Services.Description.Binding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.OperationMessage.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L769C57-L769C79" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationMessage.Operation", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L766C38-L766C42" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationMessage.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L769C43-L769C47" - } - ], - "DocsId": "T:System.Web.Services.Description.OperationMessage", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.OperationFault.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationFault.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L780C19-L780C136" - } - ], - "DocsId": "T:System.Web.Services.Description.OperationFault", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.OperationInput.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationInput.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L792C19-L792C136" - } - ], - "DocsId": "T:System.Web.Services.Description.OperationInput", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.OperationOutput.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationOutput.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L804C19-L804C136" - } - ], - "DocsId": "T:System.Web.Services.Description.OperationOutput", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Operation.IsBoundBy(System.Web.Services.Description.OperationBinding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L881C13-L926C25" - }, - { - "DocsId": "M:System.Web.Services.Description.Operation.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.Operation.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L823C19-L823C136" - }, - { - "DocsId": "P:System.Web.Services.Description.Operation.PortType", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L826C36-L826C40" - }, - { - "DocsId": "P:System.Web.Services.Description.Operation.ParameterOrderString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L833C17-L848C43" - }, - { - "DocsId": "P:System.Web.Services.Description.Operation.ParameterOrder", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L864C42-L864C46" - }, - { - "DocsId": "P:System.Web.Services.Description.Operation.Messages", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L870C19-L870C113" - }, - { - "DocsId": "P:System.Web.Services.Description.Operation.Faults", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L876C19-L876C105" - } - ], - "DocsId": "T:System.Web.Services.Description.Operation", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.PortType.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.PortType.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L978C19-L978C136" - }, - { - "DocsId": "P:System.Web.Services.Description.PortType.ServiceDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L981C56-L981C60" - }, - { - "DocsId": "P:System.Web.Services.Description.PortType.Operations", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L986C19-L986C112" - } - ], - "DocsId": "T:System.Web.Services.Description.PortType", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Message.FindPartsByName(System.String[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1017C13-L1022C30" - }, - { - "DocsId": "M:System.Web.Services.Description.Message.FindPartByName(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1027C18-L1035C169" - }, - { - "DocsId": "M:System.Web.Services.Description.Message.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.Message.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1004C19-L1004C136" - }, - { - "DocsId": "P:System.Web.Services.Description.Message.ServiceDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1007C56-L1007C60" - }, - { - "DocsId": "P:System.Web.Services.Description.Message.Parts", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1012C19-L1012C99" - } - ], - "DocsId": "T:System.Web.Services.Description.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.MessagePart.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1042C9-L1059C79" - }, - { - "DocsId": "P:System.Web.Services.Description.MessagePart.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1053C19-L1053C136" - }, - { - "DocsId": "P:System.Web.Services.Description.MessagePart.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1056C34-L1056C38" - }, - { - "DocsId": "P:System.Web.Services.Description.MessagePart.Element", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1059C43-L1059C47" - }, - { - "DocsId": "P:System.Web.Services.Description.MessagePart.Type", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1066C17-L1071C30" - } - ], - "DocsId": "T:System.Web.Services.Description.MessagePart", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Types.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.Types.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1092C19-L1092C136" - }, - { - "DocsId": "P:System.Web.Services.Description.Types.Schemas", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1098C19-L1098C90" - } - ], - "DocsId": "T:System.Web.Services.Description.Types", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1104C77-L1104C93" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Add(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1116C13-L1116C40" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1121C13-L1122C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1126C13-L1126C44" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1131C13-L1131C45" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1136C13-L1137C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.CopyTo(System.Object[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1141C13-L1142C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Find(System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1146C18-L1155C25" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.FindAll(System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1160C13-L1170C49" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Find(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1175C18-L1185C25" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.FindAll(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1190C13-L1201C67" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.IsHandled(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1219C13-L1219C121" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.IsRequired(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1224C13-L1224C123" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1249C13-L1253C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1257C13-L1263C10" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1110C19-L1110C46" - } - ], - "DocsId": "T:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtension.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescriptionFormatExtension.Parent", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1273C32-L1273C36" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescriptionFormatExtension.Required", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1276C32-L1276C36" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescriptionFormatExtension.Handled", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1279C31-L1279C35" - } - ], - "DocsId": "T:System.Web.Services.Description.ServiceDescriptionFormatExtension", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Web.Services.Description.OperationFlow.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.OperationFlow.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.OperationFlow.OneWay", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.OperationFlow.Notification", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.OperationFlow.RequestResponse", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.OperationFlow.SolicitResponse", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - } - ], - "DocsId": "T:System.Web.Services.Description.OperationFlow", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.OperationMessageCollection.Add(System.Web.Services.Description.OperationMessage)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1303C13-L1303C47" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationMessageCollection.Insert(System.Int32,System.Web.Services.Description.OperationMessage)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1308C13-L1309C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationMessageCollection.IndexOf(System.Web.Services.Description.OperationMessage)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1313C13-L1313C51" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationMessageCollection.Contains(System.Web.Services.Description.OperationMessage)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1318C13-L1318C52" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationMessageCollection.Remove(System.Web.Services.Description.OperationMessage)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1323C13-L1324C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationMessageCollection.CopyTo(System.Web.Services.Description.OperationMessage[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1328C13-L1329C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationMessageCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1399C13-L1400C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationMessageCollection.OnInsert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1404C13-L1410C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationMessageCollection.OnSet(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1414C13-L1420C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationMessageCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1424C13-L1430C10" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationMessageCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1297C19-L1297C56" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationMessageCollection.Input", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1335C22-L1343C29" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationMessageCollection.Output", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1351C22-L1360C29" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationMessageCollection.Flow", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1368C17-L1391C62" - } - ], - "DocsId": "T:System.Web.Services.Description.OperationMessageCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.ImportCollection.Add(System.Web.Services.Description.Import)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1445C13-L1445C37" - }, - { - "DocsId": "M:System.Web.Services.Description.ImportCollection.Insert(System.Int32,System.Web.Services.Description.Import)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1450C13-L1451C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ImportCollection.IndexOf(System.Web.Services.Description.Import)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1455C13-L1455C41" - }, - { - "DocsId": "M:System.Web.Services.Description.ImportCollection.Contains(System.Web.Services.Description.Import)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1460C13-L1460C42" - }, - { - "DocsId": "M:System.Web.Services.Description.ImportCollection.Remove(System.Web.Services.Description.Import)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1465C13-L1466C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ImportCollection.CopyTo(System.Web.Services.Description.Import[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1470C13-L1471C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ImportCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1475C13-L1476C10" - }, - { - "DocsId": "P:System.Web.Services.Description.ImportCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1439C19-L1439C46" - } - ], - "DocsId": "T:System.Web.Services.Description.ImportCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.MessageCollection.Add(System.Web.Services.Description.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1491C13-L1491C38" - }, - { - "DocsId": "M:System.Web.Services.Description.MessageCollection.Insert(System.Int32,System.Web.Services.Description.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1496C13-L1497C10" - }, - { - "DocsId": "M:System.Web.Services.Description.MessageCollection.IndexOf(System.Web.Services.Description.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1501C13-L1501C42" - }, - { - "DocsId": "M:System.Web.Services.Description.MessageCollection.Contains(System.Web.Services.Description.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1506C13-L1506C43" - }, - { - "DocsId": "M:System.Web.Services.Description.MessageCollection.Remove(System.Web.Services.Description.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1511C13-L1512C10" - }, - { - "DocsId": "M:System.Web.Services.Description.MessageCollection.CopyTo(System.Web.Services.Description.Message[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1516C13-L1517C10" - }, - { - "DocsId": "M:System.Web.Services.Description.MessageCollection.GetKey(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1526C13-L1526C42" - }, - { - "DocsId": "M:System.Web.Services.Description.MessageCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1531C13-L1532C10" - }, - { - "DocsId": "P:System.Web.Services.Description.MessageCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1485C19-L1485C47" - }, - { - "DocsId": "P:System.Web.Services.Description.MessageCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1521C19-L1521C47" - } - ], - "DocsId": "T:System.Web.Services.Description.MessageCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.PortCollection.Add(System.Web.Services.Description.Port)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1547C13-L1547C35" - }, - { - "DocsId": "M:System.Web.Services.Description.PortCollection.Insert(System.Int32,System.Web.Services.Description.Port)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1552C13-L1553C10" - }, - { - "DocsId": "M:System.Web.Services.Description.PortCollection.IndexOf(System.Web.Services.Description.Port)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1557C13-L1557C39" - }, - { - "DocsId": "M:System.Web.Services.Description.PortCollection.Contains(System.Web.Services.Description.Port)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1562C13-L1562C40" - }, - { - "DocsId": "M:System.Web.Services.Description.PortCollection.Remove(System.Web.Services.Description.Port)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1567C13-L1568C10" - }, - { - "DocsId": "M:System.Web.Services.Description.PortCollection.CopyTo(System.Web.Services.Description.Port[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1572C13-L1573C10" - }, - { - "DocsId": "M:System.Web.Services.Description.PortCollection.GetKey(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1582C13-L1582C39" - }, - { - "DocsId": "M:System.Web.Services.Description.PortCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1587C13-L1588C10" - }, - { - "DocsId": "P:System.Web.Services.Description.PortCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1541C19-L1541C44" - }, - { - "DocsId": "P:System.Web.Services.Description.PortCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1577C19-L1577C44" - } - ], - "DocsId": "T:System.Web.Services.Description.PortCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.PortTypeCollection.Add(System.Web.Services.Description.PortType)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1603C13-L1603C39" - }, - { - "DocsId": "M:System.Web.Services.Description.PortTypeCollection.Insert(System.Int32,System.Web.Services.Description.PortType)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1608C13-L1609C10" - }, - { - "DocsId": "M:System.Web.Services.Description.PortTypeCollection.IndexOf(System.Web.Services.Description.PortType)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1613C13-L1613C43" - }, - { - "DocsId": "M:System.Web.Services.Description.PortTypeCollection.Contains(System.Web.Services.Description.PortType)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1618C13-L1618C44" - }, - { - "DocsId": "M:System.Web.Services.Description.PortTypeCollection.Remove(System.Web.Services.Description.PortType)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1623C13-L1624C10" - }, - { - "DocsId": "M:System.Web.Services.Description.PortTypeCollection.CopyTo(System.Web.Services.Description.PortType[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1628C13-L1629C10" - }, - { - "DocsId": "M:System.Web.Services.Description.PortTypeCollection.GetKey(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1638C13-L1638C43" - }, - { - "DocsId": "M:System.Web.Services.Description.PortTypeCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1643C13-L1644C10" - }, - { - "DocsId": "P:System.Web.Services.Description.PortTypeCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1597C19-L1597C48" - }, - { - "DocsId": "P:System.Web.Services.Description.PortTypeCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1633C19-L1633C48" - } - ], - "DocsId": "T:System.Web.Services.Description.PortTypeCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.BindingCollection.Add(System.Web.Services.Description.Binding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1659C13-L1659C38" - }, - { - "DocsId": "M:System.Web.Services.Description.BindingCollection.Insert(System.Int32,System.Web.Services.Description.Binding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1664C13-L1665C10" - }, - { - "DocsId": "M:System.Web.Services.Description.BindingCollection.IndexOf(System.Web.Services.Description.Binding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1669C13-L1669C42" - }, - { - "DocsId": "M:System.Web.Services.Description.BindingCollection.Contains(System.Web.Services.Description.Binding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1674C13-L1674C43" - }, - { - "DocsId": "M:System.Web.Services.Description.BindingCollection.Remove(System.Web.Services.Description.Binding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1679C13-L1680C10" - }, - { - "DocsId": "M:System.Web.Services.Description.BindingCollection.CopyTo(System.Web.Services.Description.Binding[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1684C13-L1685C10" - }, - { - "DocsId": "M:System.Web.Services.Description.BindingCollection.GetKey(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1694C13-L1694C42" - }, - { - "DocsId": "M:System.Web.Services.Description.BindingCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1699C13-L1700C10" - }, - { - "DocsId": "P:System.Web.Services.Description.BindingCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1653C19-L1653C47" - }, - { - "DocsId": "P:System.Web.Services.Description.BindingCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1689C19-L1689C47" - } - ], - "DocsId": "T:System.Web.Services.Description.BindingCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.ServiceCollection.Add(System.Web.Services.Description.Service)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1715C13-L1715C38" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceCollection.Insert(System.Int32,System.Web.Services.Description.Service)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1720C13-L1721C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceCollection.IndexOf(System.Web.Services.Description.Service)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1725C13-L1725C42" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceCollection.Contains(System.Web.Services.Description.Service)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1730C13-L1730C43" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceCollection.Remove(System.Web.Services.Description.Service)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1735C13-L1736C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceCollection.CopyTo(System.Web.Services.Description.Service[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1740C13-L1741C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceCollection.GetKey(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1750C13-L1750C42" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1755C13-L1756C10" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1709C19-L1709C47" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1745C19-L1745C47" - } - ], - "DocsId": "T:System.Web.Services.Description.ServiceCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.MessagePartCollection.Add(System.Web.Services.Description.MessagePart)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1771C13-L1771C42" - }, - { - "DocsId": "M:System.Web.Services.Description.MessagePartCollection.Insert(System.Int32,System.Web.Services.Description.MessagePart)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1776C13-L1777C10" - }, - { - "DocsId": "M:System.Web.Services.Description.MessagePartCollection.IndexOf(System.Web.Services.Description.MessagePart)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1781C13-L1781C46" - }, - { - "DocsId": "M:System.Web.Services.Description.MessagePartCollection.Contains(System.Web.Services.Description.MessagePart)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1786C13-L1786C47" - }, - { - "DocsId": "M:System.Web.Services.Description.MessagePartCollection.Remove(System.Web.Services.Description.MessagePart)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1791C13-L1792C10" - }, - { - "DocsId": "M:System.Web.Services.Description.MessagePartCollection.CopyTo(System.Web.Services.Description.MessagePart[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1796C13-L1797C10" - }, - { - "DocsId": "M:System.Web.Services.Description.MessagePartCollection.GetKey(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1806C13-L1806C46" - }, - { - "DocsId": "M:System.Web.Services.Description.MessagePartCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1811C13-L1812C10" - }, - { - "DocsId": "P:System.Web.Services.Description.MessagePartCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1765C19-L1765C51" - }, - { - "DocsId": "P:System.Web.Services.Description.MessagePartCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1801C19-L1801C51" - } - ], - "DocsId": "T:System.Web.Services.Description.MessagePartCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.OperationBindingCollection.Add(System.Web.Services.Description.OperationBinding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1827C13-L1827C47" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationBindingCollection.Insert(System.Int32,System.Web.Services.Description.OperationBinding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1832C13-L1833C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationBindingCollection.IndexOf(System.Web.Services.Description.OperationBinding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1837C13-L1837C51" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationBindingCollection.Contains(System.Web.Services.Description.OperationBinding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1842C13-L1842C52" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationBindingCollection.Remove(System.Web.Services.Description.OperationBinding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1847C13-L1848C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationBindingCollection.CopyTo(System.Web.Services.Description.OperationBinding[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1852C13-L1853C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationBindingCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1857C13-L1858C10" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationBindingCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1821C19-L1821C56" - } - ], - "DocsId": "T:System.Web.Services.Description.OperationBindingCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.FaultBindingCollection.Add(System.Web.Services.Description.FaultBinding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1873C13-L1873C52" - }, - { - "DocsId": "M:System.Web.Services.Description.FaultBindingCollection.Insert(System.Int32,System.Web.Services.Description.FaultBinding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1878C13-L1879C10" - }, - { - "DocsId": "M:System.Web.Services.Description.FaultBindingCollection.IndexOf(System.Web.Services.Description.FaultBinding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1883C13-L1883C56" - }, - { - "DocsId": "M:System.Web.Services.Description.FaultBindingCollection.Contains(System.Web.Services.Description.FaultBinding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1888C13-L1888C57" - }, - { - "DocsId": "M:System.Web.Services.Description.FaultBindingCollection.Remove(System.Web.Services.Description.FaultBinding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1893C13-L1894C10" - }, - { - "DocsId": "M:System.Web.Services.Description.FaultBindingCollection.CopyTo(System.Web.Services.Description.FaultBinding[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1898C13-L1899C10" - }, - { - "DocsId": "M:System.Web.Services.Description.FaultBindingCollection.GetKey(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1908C13-L1908C47" - }, - { - "DocsId": "M:System.Web.Services.Description.FaultBindingCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1913C13-L1914C10" - }, - { - "DocsId": "P:System.Web.Services.Description.FaultBindingCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1867C19-L1867C52" - }, - { - "DocsId": "P:System.Web.Services.Description.FaultBindingCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1903C19-L1903C52" - } - ], - "DocsId": "T:System.Web.Services.Description.FaultBindingCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.OperationCollection.Add(System.Web.Services.Description.Operation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1929C13-L1929C40" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationCollection.Insert(System.Int32,System.Web.Services.Description.Operation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1934C13-L1935C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationCollection.IndexOf(System.Web.Services.Description.Operation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1939C13-L1939C44" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationCollection.Contains(System.Web.Services.Description.Operation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1944C13-L1944C45" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationCollection.Remove(System.Web.Services.Description.Operation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1949C13-L1950C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationCollection.CopyTo(System.Web.Services.Description.Operation[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1954C13-L1955C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1959C13-L1960C10" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1923C19-L1923C49" - } - ], - "DocsId": "T:System.Web.Services.Description.OperationCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.OperationFaultCollection.Add(System.Web.Services.Description.OperationFault)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1975C13-L1975C52" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationFaultCollection.Insert(System.Int32,System.Web.Services.Description.OperationFault)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1980C13-L1981C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationFaultCollection.IndexOf(System.Web.Services.Description.OperationFault)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1985C13-L1985C56" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationFaultCollection.Contains(System.Web.Services.Description.OperationFault)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1990C13-L1990C57" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationFaultCollection.Remove(System.Web.Services.Description.OperationFault)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1995C13-L1996C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationFaultCollection.CopyTo(System.Web.Services.Description.OperationFault[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L2000C13-L2001C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationFaultCollection.GetKey(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L2010C13-L2010C49" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationFaultCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L2015C13-L2016C10" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationFaultCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1969C19-L1969C54" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationFaultCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L2005C19-L2005C54" - } - ], - "DocsId": "T:System.Web.Services.Description.OperationFaultCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionBaseCollection.GetKey(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L2036C13-L2036C25" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionBaseCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L2042C9-L2042C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionBaseCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L2046C13-L2047C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionBaseCollection.OnRemove(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L2051C13-L2052C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionBaseCollection.OnClear", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L2056C18-L2060C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionBaseCollection.OnSet(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L2064C13-L2066C10" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescriptionBaseCollection.Table", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L2031C19-L2031C83" - } - ], - "DocsId": "T:System.Web.Services.Description.ServiceDescriptionBaseCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L9C49-L9C63" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.Add(System.Web.Services.Description.ServiceDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L21C13-L21C49" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.Insert(System.Int32,System.Web.Services.Description.ServiceDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L25C13-L26C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.IndexOf(System.Web.Services.Description.ServiceDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L29C13-L29C53" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.Contains(System.Web.Services.Description.ServiceDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L33C13-L33C54" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.Remove(System.Web.Services.Description.ServiceDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L37C13-L38C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.CopyTo(System.Web.Services.Description.ServiceDescription[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L41C13-L42C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.GetKey(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L45C13-L51C23" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.GetMessage(System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L59C13-L70C28" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.GetPortType(System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L74C13-L85C29" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.GetService(System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L89C13-L100C28" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.GetBinding(System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L104C13-L115C28" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L128C13-L129C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L132C13-L139C10" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescriptionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L12C19-L12C58" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescriptionCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L17C19-L17C56" - } - ], - "DocsId": "T:System.Web.Services.Description.ServiceDescriptionCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Soap12Binding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.Soap12Binding.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.Soap12Binding.HttpTransport", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - } - ], - "DocsId": "T:System.Web.Services.Description.Soap12Binding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Soap12OperationBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.Soap12OperationBinding.SoapActionRequired", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs#L21C42-L21C46" - } - ], - "DocsId": "T:System.Web.Services.Description.Soap12OperationBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Soap12BodyBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - } - ], - "DocsId": "T:System.Web.Services.Description.Soap12BodyBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Soap12FaultBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - } - ], - "DocsId": "T:System.Web.Services.Description.Soap12FaultBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Soap12HeaderBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - } - ], - "DocsId": "T:System.Web.Services.Description.Soap12HeaderBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Soap12AddressBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - } - ], - "DocsId": "T:System.Web.Services.Description.Soap12AddressBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.SoapBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L31C55-L31C80" - }, - { - "DocsId": "F:System.Web.Services.Description.SoapBinding.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.SoapBinding.HttpTransport", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapBinding.Transport", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L26C19-L26C73" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapBinding.Style", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L31C41-L31C45" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapBinding.Schema", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L35C17-L42C33" - } - ], - "DocsId": "T:System.Web.Services.Description.SoapBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Web.Services.Description.SoapBindingStyle.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.SoapBindingStyle.Default", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.SoapBindingStyle.Document", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.SoapBindingStyle.Rpc", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - } - ], - "DocsId": "T:System.Web.Services.Description.SoapBindingStyle", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.SoapOperationBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapOperationBinding.SoapAction", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L62C19-L62C75" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapOperationBinding.Style", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L67C41-L67C45" - } - ], - "DocsId": "T:System.Web.Services.Description.SoapOperationBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.SoapBodyBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapBodyBinding.Use", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L76C37-L76C41" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapBodyBinding.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L80C19-L80C59" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapBodyBinding.Encoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L86C19-L86C71" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapBodyBinding.PartsString", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L93C17-L108C43" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapBodyBinding.Parts", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L123C33-L123C37" - } - ], - "DocsId": "T:System.Web.Services.Description.SoapBodyBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Web.Services.Description.SoapBindingUse.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.SoapBindingUse.Default", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.SoapBindingUse.Encoded", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.SoapBindingUse.Literal", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - } - ], - "DocsId": "T:System.Web.Services.Description.SoapBindingUse", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.SoapFaultBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapFaultBinding.Use", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L141C37-L141C41" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapFaultBinding.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L144C30-L144C34" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapFaultBinding.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L148C19-L148C59" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapFaultBinding.Encoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L154C19-L154C71" - } - ], - "DocsId": "T:System.Web.Services.Description.SoapFaultBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.SoapHeaderBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L168C57-L168C79" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapHeaderBinding.MapToProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L165C37-L165C41" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapHeaderBinding.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L168C43-L168C47" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapHeaderBinding.Part", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L171C30-L171C34" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapHeaderBinding.Use", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L174C37-L174C41" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapHeaderBinding.Encoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L178C19-L178C71" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapHeaderBinding.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L184C19-L184C59" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapHeaderBinding.Fault", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L189C47-L189C51" - } - ], - "DocsId": "T:System.Web.Services.Description.SoapHeaderBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.SoapHeaderFaultBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L197C57-L197C79" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapHeaderFaultBinding.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L197C43-L197C47" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapHeaderFaultBinding.Part", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L200C30-L200C34" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapHeaderFaultBinding.Use", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L203C37-L203C41" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapHeaderFaultBinding.Encoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L207C19-L207C71" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapHeaderFaultBinding.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L213C19-L213C59" - } - ], - "DocsId": "T:System.Web.Services.Description.SoapHeaderFaultBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.SoapAddressBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapAddressBinding.Location", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L224C19-L224C71" - } - ], - "DocsId": "T:System.Web.Services.Description.SoapAddressBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Configuration.XmlFormatExtensionAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionAttribute.cs#L12C9-L13C10" - }, - { - "DocsId": "M:System.Web.Services.Configuration.XmlFormatExtensionAttribute.#ctor(System.String,System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionAttribute.cs#L15C99-L16C10" - }, - { - "DocsId": "M:System.Web.Services.Configuration.XmlFormatExtensionAttribute.#ctor(System.String,System.String,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionAttribute.cs#L18C121-L19C10" - }, - { - "DocsId": "M:System.Web.Services.Configuration.XmlFormatExtensionAttribute.#ctor(System.String,System.String,System.Type,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionAttribute.cs#L21C143-L22C10" - }, - { - "DocsId": "M:System.Web.Services.Configuration.XmlFormatExtensionAttribute.#ctor(System.String,System.String,System.Type,System.Type,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionAttribute.cs#L24C165-L25C10" - }, - { - "DocsId": "M:System.Web.Services.Configuration.XmlFormatExtensionAttribute.#ctor(System.String,System.String,System.Type[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionAttribute.cs#L27C9-L31C10" - }, - { - "DocsId": "P:System.Web.Services.Configuration.XmlFormatExtensionAttribute.ExtensionPoints", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionAttribute.cs#L34C19-L34C64" - }, - { - "DocsId": "P:System.Web.Services.Configuration.XmlFormatExtensionAttribute.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionAttribute.cs#L39C19-L39C59" - }, - { - "DocsId": "P:System.Web.Services.Configuration.XmlFormatExtensionAttribute.ElementName", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionAttribute.cs#L44C19-L44C63" - } - ], - "DocsId": "T:System.Web.Services.Configuration.XmlFormatExtensionAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Configuration.XmlFormatExtensionPointAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionPointAttribute.cs#L19C51-L12C10" - }, - { - "DocsId": "P:System.Web.Services.Configuration.XmlFormatExtensionPointAttribute.MemberName", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionPointAttribute.cs#L15C19-L15C63" - }, - { - "DocsId": "P:System.Web.Services.Configuration.XmlFormatExtensionPointAttribute.AllowElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionPointAttribute.cs#L19C37-L19C41" - } - ], - "DocsId": "T:System.Web.Services.Configuration.XmlFormatExtensionPointAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionPointAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionPrefixAttribute.cs#L11C9-L12C10" - }, - { - "DocsId": "M:System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionPrefixAttribute.cs#L14C9-L17C10" - }, - { - "DocsId": "P:System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute.Prefix", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionPrefixAttribute.cs#L20C19-L20C67" - }, - { - "DocsId": "P:System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionPrefixAttribute.cs#L25C19-L25C59" - } - ], - "DocsId": "T:System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/36c353a7e5b054f4153030b8d896a58c3e37f58b/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionPrefixAttribute.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Windows.Extensions.json b/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Windows.Extensions.json deleted file mode 100644 index 58a2612aeed..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-8.0/System.Windows.Extensions.json +++ /dev/null @@ -1,210 +0,0 @@ -{ - "Assembly": "System.Windows.Extensions", - "GUID": "49FF1354AE0B4979B7A507B84BE60B59FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Xaml.Permissions.XamlAccessLevel.AssemblyAccessTo(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L19C13-L19C66" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlAccessLevel.AssemblyAccessTo(System.Reflection.AssemblyName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L24C13-L24C69" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlAccessLevel.PrivateAccessTo(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L29C13-L29C80" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlAccessLevel.PrivateAccessTo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L34C13-L38C73" - }, - { - "DocsId": "P:System.Xaml.Permissions.XamlAccessLevel.AssemblyAccessToAssemblyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L43C19-L43C63" - }, - { - "DocsId": "P:System.Xaml.Permissions.XamlAccessLevel.PrivateAccessToTypeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L46C50-L46C54" - } - ], - "DocsId": "T:System.Xaml.Permissions.XamlAccessLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Media.SoundPlayer.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L23C9-L52C10" - }, - { - "DocsId": "M:System.Media.SoundPlayer.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L54C52-L57C10" - }, - { - "DocsId": "M:System.Media.SoundPlayer.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L59C46-L62C10" - }, - { - "DocsId": "M:System.Media.SoundPlayer.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L23C9-L70C55" - }, - { - "DocsId": "M:System.Media.SoundPlayer.LoadAsync", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L137C13-L164C10" - }, - { - "DocsId": "M:System.Media.SoundPlayer.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L189C13-L203C10" - }, - { - "DocsId": "M:System.Media.SoundPlayer.Play", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L347C13-L348C10" - }, - { - "DocsId": "M:System.Media.SoundPlayer.PlaySync", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L352C13-L353C10" - }, - { - "DocsId": "M:System.Media.SoundPlayer.PlayLooping", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L357C13-L358C10" - }, - { - "DocsId": "M:System.Media.SoundPlayer.Stop", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L441C13-L442C10" - }, - { - "DocsId": "M:System.Media.SoundPlayer.OnLoadCompleted(System.ComponentModel.AsyncCompletedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L482C13-L483C10" - }, - { - "DocsId": "M:System.Media.SoundPlayer.OnSoundLocationChanged(System.EventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L487C13-L488C10" - }, - { - "DocsId": "M:System.Media.SoundPlayer.OnStreamChanged(System.EventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L492C13-L493C10" - }, - { - "DocsId": "M:System.Media.SoundPlayer.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L739C13-L739C55" - }, - { - "DocsId": "E:System.Media.SoundPlayer.LoadCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L448C17-L449C14" - }, - { - "DocsId": "E:System.Media.SoundPlayer.SoundLocationChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L460C17-L461C14" - }, - { - "DocsId": "E:System.Media.SoundPlayer.StreamChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L472C17-L473C14" - }, - { - "DocsId": "P:System.Media.SoundPlayer.LoadTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L75C20-L75C32" - }, - { - "DocsId": "P:System.Media.SoundPlayer.SoundLocation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L89C20-L89C34" - }, - { - "DocsId": "P:System.Media.SoundPlayer.Stream", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L110C17-L115C32" - }, - { - "DocsId": "P:System.Media.SoundPlayer.IsLoadCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L129C39-L129C43" - }, - { - "DocsId": "P:System.Media.SoundPlayer.Tag", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L131C30-L131C34" - } - ], - "DocsId": "T:System.Media.SoundPlayer", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Media.SystemSound.Play", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Media/SystemSound.cs#L17C13-L18C10" - } - ], - "DocsId": "T:System.Media.SystemSound", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Media/SystemSound.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Media.SystemSounds.Asterisk", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs#L16C20-L16C82" - }, - { - "DocsId": "P:System.Media.SystemSounds.Beep", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs#L21C20-L21C68" - }, - { - "DocsId": "P:System.Media.SystemSounds.Exclamation", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs#L26C20-L26C88" - }, - { - "DocsId": "P:System.Media.SystemSounds.Hand", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs#L31C20-L31C74" - }, - { - "DocsId": "P:System.Media.SystemSounds.Question", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs#L36C20-L36C82" - } - ], - "DocsId": "T:System.Media.SystemSounds", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Cryptography.X509Certificates.X509SelectionFlag.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.X509Certificates.X509SelectionFlag.SingleSelection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.X509Certificates.X509SelectionFlag.MultiSelection", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" - } - ], - "DocsId": "T:System.Security.Cryptography.X509Certificates.X509SelectionFlag", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.X509Certificates.X509Certificate2UI.DisplayCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs#L23C13-L26C10" - }, - { - "DocsId": "M:System.Security.Cryptography.X509Certificates.X509Certificate2UI.DisplayCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs#L30C13-L33C10" - }, - { - "DocsId": "M:System.Security.Cryptography.X509Certificates.X509Certificate2UI.SelectFromCollection(System.Security.Cryptography.X509Certificates.X509Certificate2Collection,System.String,System.String,System.Security.Cryptography.X509Certificates.X509SelectionFlag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs#L37C13-L37C105" - }, - { - "DocsId": "M:System.Security.Cryptography.X509Certificates.X509Certificate2UI.SelectFromCollection(System.Security.Cryptography.X509Certificates.X509Certificate2Collection,System.String,System.String,System.Security.Cryptography.X509Certificates.X509SelectionFlag,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs#L42C13-L42C104" - }, - { - "DocsId": "M:System.Security.Cryptography.X509Certificates.X509Certificate2UI.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" - } - ], - "DocsId": "T:System.Security.Cryptography.X509Certificates.X509Certificate2UI", - "SourceLink": "https://github.com/dotnet/runtime/blob/5535e31a712343a63f5d7d796cd874e563e5ac14/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.AmbientMetadata.Application.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.AmbientMetadata.Application.json deleted file mode 100644 index db2ecfaadbd..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.AmbientMetadata.Application.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.AmbientMetadata.Application", - "GUID": "E051DB2D146546C19F3C3AF75D594F0BFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ApplicationMetadataServiceCollectionExtensions.AddApplicationMetadata(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.Configuration.IConfigurationSection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.AmbientMetadata.Application/ApplicationMetadataServiceCollectionExtensions.cs#L25C9-L30C25" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ApplicationMetadataServiceCollectionExtensions.AddApplicationMetadata(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.AmbientMetadata.ApplicationMetadata})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.AmbientMetadata.Application/ApplicationMetadataServiceCollectionExtensions.cs#L42C9-L47C25" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ApplicationMetadataServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.AmbientMetadata.Application/ApplicationMetadataServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.ApplicationMetadataHostBuilderExtensions.UseApplicationMetadata(Microsoft.Extensions.Hosting.IHostBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.AmbientMetadata.Application/ApplicationMetadataHostBuilderExtensions.cs#L16707566C0-L33C175" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.ApplicationMetadataHostBuilderExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.AmbientMetadata.Application/ApplicationMetadataHostBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ApplicationMetadataConfigurationBuilderExtensions.AddApplicationMetadata(Microsoft.Extensions.Configuration.IConfigurationBuilder,Microsoft.Extensions.Hosting.IHostEnvironment,System.String)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.AmbientMetadata.Application/ApplicationMetadataConfigurationBuilderExtensions.cs#L29C9-L33C89" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ApplicationMetadataConfigurationBuilderExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.AmbientMetadata.Application/ApplicationMetadataConfigurationBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.AmbientMetadata.ApplicationMetadata.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.AmbientMetadata.Application/ApplicationMetadata.cs#L27C51-L33C63" - }, - { - "DocsId": "P:Microsoft.Extensions.AmbientMetadata.ApplicationMetadata.DeploymentRing", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.AmbientMetadata.Application/ApplicationMetadata.cs#L16C37-L16C41" - }, - { - "DocsId": "P:Microsoft.Extensions.AmbientMetadata.ApplicationMetadata.BuildVersion", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.AmbientMetadata.Application/ApplicationMetadata.cs#L21C35-L21C39" - }, - { - "DocsId": "P:Microsoft.Extensions.AmbientMetadata.ApplicationMetadata.ApplicationName", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.AmbientMetadata.Application/ApplicationMetadata.cs#L27C37-L27C41" - }, - { - "DocsId": "P:Microsoft.Extensions.AmbientMetadata.ApplicationMetadata.EnvironmentName", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.AmbientMetadata.Application/ApplicationMetadata.cs#L33C37-L33C41" - } - ], - "DocsId": "T:Microsoft.Extensions.AmbientMetadata.ApplicationMetadata", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.AmbientMetadata.Application/ApplicationMetadata.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.AsyncState.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.AsyncState.json deleted file mode 100644 index fb396701679..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.AsyncState.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.AsyncState", - "GUID": "EC75BB9D408E475A91E3711670D0E33EFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AsyncStateExtensions.AddAsyncState(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.AsyncState/AsyncStateExtensions.cs#L25C9-L31C25" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.AsyncStateExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.AsyncState/AsyncStateExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.AsyncState.AsyncStateToken.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.AsyncState/AsyncStateToken.cs#L27C9-L27C62" - }, - { - "DocsId": "M:Microsoft.Extensions.AsyncState.AsyncStateToken.Equals(Microsoft.Extensions.AsyncState.AsyncStateToken)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.AsyncState/AsyncStateToken.cs#L37C9-L37C37" - }, - { - "DocsId": "M:Microsoft.Extensions.AsyncState.AsyncStateToken.GetHashCode", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.AsyncState/AsyncStateToken.cs#L46C9-L46C36" - }, - { - "DocsId": "M:Microsoft.Extensions.AsyncState.AsyncStateToken.op_Equality(Microsoft.Extensions.AsyncState.AsyncStateToken,Microsoft.Extensions.AsyncState.AsyncStateToken)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.AsyncState/AsyncStateToken.cs#L57C9-L57C35" - }, - { - "DocsId": "M:Microsoft.Extensions.AsyncState.AsyncStateToken.op_Inequality(Microsoft.Extensions.AsyncState.AsyncStateToken,Microsoft.Extensions.AsyncState.AsyncStateToken)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.AsyncState/AsyncStateToken.cs#L68C9-L68C33" - } - ], - "DocsId": "T:Microsoft.Extensions.AsyncState.AsyncStateToken", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.AsyncState/AsyncStateToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.AsyncState.IAsyncContext`1.Get", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.AsyncState/IAsyncContext.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.AsyncState.IAsyncContext`1.Set(`0)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.AsyncState/IAsyncContext.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.AsyncState.IAsyncContext`1.TryGet(`0@)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.AsyncState/IAsyncContext.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.AsyncState.IAsyncContext`1", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.AsyncState/IAsyncContext.cs" - }, - { - "Members": [], - "DocsId": "T:Microsoft.Extensions.AsyncState.IAsyncLocalContext`1", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.AsyncState/IAsyncLocalContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.AsyncState.IAsyncState.Initialize", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.AsyncState/IAsyncState.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.AsyncState.IAsyncState.Reset", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.AsyncState/IAsyncState.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.AsyncState.IAsyncState.TryGet(Microsoft.Extensions.AsyncState.AsyncStateToken,System.Object@)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.AsyncState/IAsyncState.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.AsyncState.IAsyncState.Get(Microsoft.Extensions.AsyncState.AsyncStateToken)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.AsyncState/IAsyncState.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.AsyncState.IAsyncState.Set(Microsoft.Extensions.AsyncState.AsyncStateToken,System.Object)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.AsyncState/IAsyncState.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.AsyncState.IAsyncState.RegisterAsyncContext", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.AsyncState/IAsyncState.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.AsyncState.IAsyncState", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.AsyncState/IAsyncState.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Caching.Abstractions.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Caching.Abstractions.json deleted file mode 100644 index 4606eca0ede..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Caching.Abstractions.json +++ /dev/null @@ -1,512 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Caching.Abstractions", - "GUID": "228510F9DF904304BCC0A9701664123EFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.Internal.ISystemClock.UtcNow", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Internal/ISystemClock.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Internal.ISystemClock", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Internal/ISystemClock.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Internal.SystemClock.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Internal/SystemClock.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Internal.SystemClock.UtcNow", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Internal/SystemClock.cs#L20C17-L20C46" - } - ], - "DocsId": "T:Microsoft.Extensions.Internal.SystemClock", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Internal/SystemClock.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryExtensions.SetAbsoluteExpiration(Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryExtensions.cs#L22C13-L23C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryExtensions.SetAbsoluteExpiration(Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryExtensions.cs#L35C13-L36C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryExtensions.SetSlidingExpiration(Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryExtensions.cs#L49C13-L50C28" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryOptions.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions.AbsoluteExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryOptions.cs#L24C17-L24C44" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions.AbsoluteExpirationRelativeToNow", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryOptions.cs#L39C17-L39C57" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions.SlidingExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryOptions.cs#L63C17-L63C43" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheEntryOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.Set(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L25C13-L29C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.SetAsync(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.Byte[],System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L42C13-L45C90" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.SetString(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L57C13-L58C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.SetString(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.String,Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L70C13-L74C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.SetStringAsync(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L87C13-L87C96" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.SetStringAsync(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.String,Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L102C13-L105C87" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.GetString(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs#L116C13-L121C66" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions.GetStringAsync(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Distributed.DistributedCacheExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/DistributedCacheExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.GetAsync(System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.Set(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.SetAsync(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.Refresh(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.RefreshAsync(System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.IDistributedCache.RemoveAsync(System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Distributed.IDistributedCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IDistributedCache.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.SetPriority(Microsoft.Extensions.Caching.Memory.ICacheEntry,Microsoft.Extensions.Caching.Memory.CacheItemPriority)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L25C13-L26C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.AddExpirationToken(Microsoft.Extensions.Caching.Memory.ICacheEntry,Microsoft.Extensions.Primitives.IChangeToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L39C13-L42C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.SetAbsoluteExpiration(Microsoft.Extensions.Caching.Memory.ICacheEntry,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L55C13-L56C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.SetAbsoluteExpiration(Microsoft.Extensions.Caching.Memory.ICacheEntry,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L69C13-L70C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.SetSlidingExpiration(Microsoft.Extensions.Caching.Memory.ICacheEntry,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L84C13-L85C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.RegisterPostEvictionCallback(Microsoft.Extensions.Caching.Memory.ICacheEntry,Microsoft.Extensions.Caching.Memory.PostEvictionDelegate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L98C13-L100C90" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.RegisterPostEvictionCallback(Microsoft.Extensions.Caching.Memory.ICacheEntry,Microsoft.Extensions.Caching.Memory.PostEvictionDelegate,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L115C13-L117C84" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.SetValue(Microsoft.Extensions.Caching.Memory.ICacheEntry,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L143C13-L144C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.SetSize(Microsoft.Extensions.Caching.Memory.ICacheEntry,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L157C13-L163C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions.SetOptions(Microsoft.Extensions.Caching.Memory.ICacheEntry,Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs#L174C13-L196C26" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.CacheEntryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheEntryExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Caching.Memory.CacheItemPriority.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Caching.Memory.CacheItemPriority.Low", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Caching.Memory.CacheItemPriority.Normal", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Caching.Memory.CacheItemPriority.High", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Caching.Memory.CacheItemPriority.NeverRemove", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.CacheItemPriority", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/CacheItemPriority.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Caching.Memory.EvictionReason.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Caching.Memory.EvictionReason.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Caching.Memory.EvictionReason.Removed", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Caching.Memory.EvictionReason.Replaced", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Caching.Memory.EvictionReason.Expired", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Caching.Memory.EvictionReason.TokenExpired", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Caching.Memory.EvictionReason.Capacity", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.EvictionReason", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/EvictionReason.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.AbsoluteExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.AbsoluteExpirationRelativeToNow", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.SlidingExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.ExpirationTokens", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.PostEvictionCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.Priority", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.ICacheEntry.Size", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.ICacheEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/ICacheEntry.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.IMemoryCache.TryGetValue(System.Object,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IMemoryCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.IMemoryCache.CreateEntry(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IMemoryCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.IMemoryCache.Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IMemoryCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.IMemoryCache.GetCurrentStatistics", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IMemoryCache.cs#L39C58-L39C62" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.IMemoryCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/IMemoryCache.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.SetPriority(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,Microsoft.Extensions.Caching.Memory.CacheItemPriority)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L24C13-L25C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.SetSize(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L38C13-L44C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.AddExpirationToken(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,Microsoft.Extensions.Primitives.IChangeToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L57C13-L60C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.SetAbsoluteExpiration(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L73C13-L74C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.SetAbsoluteExpiration(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L87C13-L88C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.SetSlidingExpiration(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L102C13-L103C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.RegisterPostEvictionCallback(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,Microsoft.Extensions.Caching.Memory.PostEvictionDelegate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L116C13-L118C80" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions.RegisterPostEvictionCallback(Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions,Microsoft.Extensions.Caching.Memory.PostEvictionDelegate,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs#L133C13-L140C28" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L84C64-L96C83" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.AbsoluteExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L27C17-L27C44" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.AbsoluteExpirationRelativeToNow", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L42C17-L42C57" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.SlidingExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L66C17-L66C43" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.ExpirationTokens", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L84C55-L84C59" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.PostEvictionCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L89C80-L89C84" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.Priority", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L96C45-L96C49" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions.Size", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs#L103C20-L103C25" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheEntryOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.Get(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L23C13-L24C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.Get``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L36C13-L36C63" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.TryGetValue``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,``0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L49C13-L65C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.Set``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L78C13-L82C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.Set``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,``0,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L95C13-L100C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.Set``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,``0,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L113C13-L118C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.Set``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,``0,Microsoft.Extensions.Primitives.IChangeToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L131C13-L136C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.Set``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,``0,Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L149C13-L158C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.GetOrCreate``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func{Microsoft.Extensions.Caching.Memory.ICacheEntry,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L170C13-L170C59" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.GetOrCreate``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func{Microsoft.Extensions.Caching.Memory.ICacheEntry,``0},Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L184C13-L197C35" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.GetOrCreateAsync``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func{Microsoft.Extensions.Caching.Memory.ICacheEntry,System.Threading.Tasks.Task{``0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs#L210C13-L210C71" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.CacheExtensions.GetOrCreateAsync``1(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func{Microsoft.Extensions.Caching.Memory.ICacheEntry,System.Threading.Tasks.Task{``0}},Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.CacheExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs#L16C9-L16C43" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics.CurrentEntryCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs#L21C41-L21C45" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics.CurrentEstimatedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs#L27C45-L27C49" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics.TotalMisses", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs#L32C35-L32C39" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics.TotalHits", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs#L37C33-L37C37" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/MemoryCacheStatistics.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.PostEvictionCallbackRegistration.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionCallbackRegistration.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.PostEvictionCallbackRegistration.EvictionCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionCallbackRegistration.cs#L14C57-L14C61" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.PostEvictionCallbackRegistration.State", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionCallbackRegistration.cs#L19C32-L19C36" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.PostEvictionCallbackRegistration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionCallbackRegistration.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.PostEvictionDelegate.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionDelegate.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.PostEvictionDelegate.Invoke(System.Object,System.Object,Microsoft.Extensions.Caching.Memory.EvictionReason,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionDelegate.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.PostEvictionDelegate.BeginInvoke(System.Object,System.Object,Microsoft.Extensions.Caching.Memory.EvictionReason,System.Object,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionDelegate.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.PostEvictionDelegate.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionDelegate.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.PostEvictionDelegate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/PostEvictionDelegate.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Caching.Memory.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Caching.Memory.json deleted file mode 100644 index dd1b2c97993..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Caching.Memory.json +++ /dev/null @@ -1,188 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Caching.Memory", - "GUID": "FF2CBB7B3F6648ADB13E85437EA0DC4CFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.MemoryCacheServiceCollectionExtensions.AddMemoryCache(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheServiceCollectionExtensions.cs#L24C13-L29C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.MemoryCacheServiceCollectionExtensions.AddMemoryCache(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Caching.Memory.MemoryCacheOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheServiceCollectionExtensions.cs#L43C13-L49C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.MemoryCacheServiceCollectionExtensions.AddDistributedMemoryCache(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheServiceCollectionExtensions.cs#L68C13-L73C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.MemoryCacheServiceCollectionExtensions.AddDistributedMemoryCache(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Caching.Memory.MemoryDistributedCacheOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheServiceCollectionExtensions.cs#L95C13-L101C29" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.MemoryCacheServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Caching.Memory.MemoryDistributedCacheOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L26C15-L26C68" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Caching.Memory.MemoryDistributedCacheOptions},Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L33C9-L39C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L48C13-L50C48" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.GetAsync(System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L61C13-L63C46" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.Set(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L74C13-L85C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.SetAsync(System.String,System.Byte[],Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L97C13-L102C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.Refresh(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L111C13-L114C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.RefreshAsync(System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L124C13-L127C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L136C13-L139C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache.RemoveAsync(System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs#L149C13-L152C39" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Distributed.MemoryDistributedCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCache.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Caching.Memory.MemoryCacheOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L39C15-L39C68" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Caching.Memory.MemoryCacheOptions},Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L46C9-L65C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L72C27-L16707566C0" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.CreateEntry(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L106C13-L109C46" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.TryGetValue(System.Object,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L220C13-L275C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L281C13-L298C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L305C13-L313C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.GetCurrentStatistics", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L321C13-L333C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.Compact(System.Double)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L517C13-L520C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L607C13-L608C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCache.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L616C13-L626C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCache.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs#L77C29-L77C49" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCache.Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.MemoryCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.Microsoft#Extensions#Options#IOptions#get_Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L89C19-L89C31" - }, - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L16C9-L29C88" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.Clock", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L24C38-L24C42" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.ExpirationScanFrequency", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L29C51-L29C55" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.SizeLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L40C20-L40C54" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.CompactOnMemoryPressure", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L57C47-L57C51" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.CompactionPercentage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L64C20-L64C41" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.TrackLinkedCacheEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L80C47-L80C51" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.TrackStatistics", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L85C39-L85C43" - }, - { - "DocsId": "P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.Microsoft#Extensions#Options#IOptions#Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs#L89C19-L89C31" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCacheOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Caching.Memory.MemoryDistributedCacheOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCacheOptions.cs#L15C15-L19C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Caching.Memory.MemoryDistributedCacheOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryDistributedCacheOptions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Compliance.Abstractions.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Compliance.Abstractions.json deleted file mode 100644 index de48ec30573..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Compliance.Abstractions.json +++ /dev/null @@ -1,272 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Compliance.Abstractions", - "GUID": "86B48F73B4E04C88BD661E51E3BA3C61FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Text.RedactionStringBuilderExtensions.AppendRedacted(System.Text.StringBuilder,Microsoft.Extensions.Compliance.Redaction.Redactor,System.String)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Redaction/RedactionStringBuilderExtensions.cs#L34C12-L34C66" - }, - { - "DocsId": "M:System.Text.RedactionStringBuilderExtensions.AppendRedacted(System.Text.StringBuilder,Microsoft.Extensions.Compliance.Redaction.Redactor,System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Redaction/RedactionStringBuilderExtensions.cs#L48C9-L66C6" - } - ], - "DocsId": "T:System.Text.RedactionStringBuilderExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Redaction/RedactionStringBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Compliance.Redaction.IRedactionBuilder.SetRedactor``1(Microsoft.Extensions.Compliance.Classification.DataClassificationSet[])", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Redaction/IRedactionBuilder.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Redaction.IRedactionBuilder.SetFallbackRedactor``1", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Redaction/IRedactionBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Compliance.Redaction.IRedactionBuilder.Services", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Redaction/IRedactionBuilder.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Compliance.Redaction.IRedactionBuilder", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Redaction/IRedactionBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Compliance.Redaction.IRedactorProvider.GetRedactor(Microsoft.Extensions.Compliance.Classification.DataClassificationSet)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Redaction/IRedactorProvider.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Compliance.Redaction.IRedactorProvider", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Redaction/IRedactorProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Compliance.Redaction.NullRedactor.GetRedactedLength(System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Redaction/NullRedactor.cs#L20C72-L20C84" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Redaction.NullRedactor.Redact(System.ReadOnlySpan{System.Char},System.Span{System.Char})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Redaction/NullRedactor.cs#L25C9-L31C30" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Redaction.NullRedactor.Redact(System.String)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Redaction/NullRedactor.cs#L35C54-L35C76" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Redaction.NullRedactor.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Redaction/NullRedactor.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Compliance.Redaction.NullRedactor.Instance", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Redaction/NullRedactor.cs#L17C43-L17C47" - } - ], - "DocsId": "T:Microsoft.Extensions.Compliance.Redaction.NullRedactor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Redaction/NullRedactor.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Compliance.Redaction.NullRedactorProvider.GetRedactor(Microsoft.Extensions.Compliance.Classification.DataClassificationSet)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Redaction/NullRedactorProvider.cs#L19C75-L19C96" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Redaction.NullRedactorProvider.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Redaction/NullRedactorProvider.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Compliance.Redaction.NullRedactorProvider.Instance", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Redaction/NullRedactorProvider.cs#L16C51-L16C55" - } - ], - "DocsId": "T:Microsoft.Extensions.Compliance.Redaction.NullRedactorProvider", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Redaction/NullRedactorProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Compliance.Redaction.Redactor.Redact(System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Redaction/Redactor.cs#L30C9-L44C116" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Redaction.Redactor.Redact(System.ReadOnlySpan{System.Char},System.Span{System.Char})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Redaction/Redactor.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Redaction.Redactor.Redact(System.String,System.Span{System.Char})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Redaction/Redactor.cs#L83C66-L83C102" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Redaction.Redactor.Redact(System.String)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Redaction/Redactor.cs#L94C53-L94C76" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Redaction.Redactor.Redact``1(``0,System.String,System.IFormatProvider)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Redaction/Redactor.cs#L112C9-L153C42" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Redaction.Redactor.Redact``1(``0,System.Span{System.Char},System.String,System.IFormatProvider)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Redaction/Redactor.cs#L174C9-L204C55" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Redaction.Redactor.TryRedact``1(``0,System.Span{System.Char},System.Int32@,System.ReadOnlySpan{System.Char},System.IFormatProvider)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Redaction/Redactor.cs#L225C9-L284C21" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Redaction.Redactor.GetRedactedLength(System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Redaction/Redactor.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Redaction.Redactor.GetRedactedLength(System.String)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Redaction/Redactor.cs#L299C52-L299C85" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Redaction.Redactor.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Redaction/Redactor.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Compliance.Redaction.Redactor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Redaction/Redactor.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Compliance.Classification.DataClassification.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Classification/DataClassification.cs#L41C9-L43C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Classification.DataClassification.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Classification/DataClassification.cs#L56C49-L56C93" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Classification.DataClassification.Equals(Microsoft.Extensions.Compliance.Classification.DataClassification)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Classification/DataClassification.cs#L63C53-L63C111" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Classification.DataClassification.GetHashCode", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Classification/DataClassification.cs#L69C42-L69C79" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Classification.DataClassification.op_Equality(Microsoft.Extensions.Compliance.Classification.DataClassification,Microsoft.Extensions.Compliance.Classification.DataClassification)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Classification/DataClassification.cs#L79C9-L79C35" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Classification.DataClassification.op_Inequality(Microsoft.Extensions.Compliance.Classification.DataClassification,Microsoft.Extensions.Compliance.Classification.DataClassification)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Classification/DataClassification.cs#L90C9-L90C36" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Classification.DataClassification.ToString", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Classification/DataClassification.cs#L97C42-L97C117" - }, - { - "DocsId": "P:Microsoft.Extensions.Compliance.Classification.DataClassification.None", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Classification/DataClassification.cs#L17C46-L17C63" - }, - { - "DocsId": "P:Microsoft.Extensions.Compliance.Classification.DataClassification.Unknown", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Classification/DataClassification.cs#L22C49-L22C69" - }, - { - "DocsId": "P:Microsoft.Extensions.Compliance.Classification.DataClassification.TaxonomyName", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Classification/DataClassification.cs#L27C34-L27C38" - }, - { - "DocsId": "P:Microsoft.Extensions.Compliance.Classification.DataClassification.Value", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Classification/DataClassification.cs#L32C27-L32C31" - } - ], - "DocsId": "T:Microsoft.Extensions.Compliance.Classification.DataClassification", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Classification/DataClassification.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Compliance.Classification.DataClassificationAttribute.#ctor(Microsoft.Extensions.Compliance.Classification.DataClassification)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Classification/DataClassificationAttribute.cs#L29C41-L43C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Compliance.Classification.DataClassificationAttribute.Notes", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Classification/DataClassificationAttribute.cs#L29C27-L29C31" - }, - { - "DocsId": "P:Microsoft.Extensions.Compliance.Classification.DataClassificationAttribute.Classification", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Classification/DataClassificationAttribute.cs#L34C48-L34C52" - } - ], - "DocsId": "T:Microsoft.Extensions.Compliance.Classification.DataClassificationAttribute", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Classification/DataClassificationAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Compliance.Classification.DataClassificationSet.#ctor(Microsoft.Extensions.Compliance.Classification.DataClassification)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Classification/DataClassificationSet.cs#L17C5-L28C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Classification.DataClassificationSet.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Compliance.Classification.DataClassification})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Classification/DataClassificationSet.cs#L17C5-L39C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Classification.DataClassificationSet.#ctor(Microsoft.Extensions.Compliance.Classification.DataClassification[])", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Classification/DataClassificationSet.cs#L17C5-L50C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Classification.DataClassificationSet.op_Implicit(Microsoft.Extensions.Compliance.Classification.DataClassification)~Microsoft.Extensions.Compliance.Classification.DataClassificationSet", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Classification/DataClassificationSet.cs#L58C9-L58C55" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Classification.DataClassificationSet.FromDataClassification(Microsoft.Extensions.Compliance.Classification.DataClassification)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Classification/DataClassificationSet.cs#L66C102-L66C121" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Classification.DataClassificationSet.Union(Microsoft.Extensions.Compliance.Classification.DataClassificationSet)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Classification/DataClassificationSet.cs#L78C9-L83C67" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Classification.DataClassificationSet.GetHashCode", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Classification/DataClassificationSet.cs#L90C42-L90C57" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Classification.DataClassificationSet.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Classification/DataClassificationSet.cs#L97C49-L97C85" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Classification.DataClassificationSet.Equals(Microsoft.Extensions.Compliance.Classification.DataClassificationSet)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Classification/DataClassificationSet.cs#L104C57-L104C124" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Classification.DataClassificationSet.ToString", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Classification/DataClassificationSet.cs#L112C9-L136C23" - } - ], - "DocsId": "T:Microsoft.Extensions.Compliance.Classification.DataClassificationSet", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Classification/DataClassificationSet.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Compliance.Classification.NoDataClassificationAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Classification/NoDataClassificationAttribute.cs#L15C11-L17C6" - } - ], - "DocsId": "T:Microsoft.Extensions.Compliance.Classification.NoDataClassificationAttribute", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Classification/NoDataClassificationAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Compliance.Classification.UnknownDataClassificationAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Classification/UnknownDataClassificationAttribute.cs#L15C11-L17C6" - } - ], - "DocsId": "T:Microsoft.Extensions.Compliance.Classification.UnknownDataClassificationAttribute", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Abstractions/Classification/UnknownDataClassificationAttribute.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Compliance.Redaction.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Compliance.Redaction.json deleted file mode 100644 index d48211de745..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Compliance.Redaction.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Compliance.Redaction", - "GUID": "95F21B4772E943F5BBBF0A88E737A70CFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.RedactionServiceCollectionExtensions.AddRedaction(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Redaction/RedactionServiceCollectionExtensions.cs#L23C12-L23C57" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.RedactionServiceCollectionExtensions.AddRedaction(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Compliance.Redaction.IRedactionBuilder})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Redaction/RedactionServiceCollectionExtensions.cs#L35C9-L45C25" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.RedactionServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Redaction/RedactionServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Compliance.Redaction.ErasingRedactor.Redact(System.ReadOnlySpan{System.Char},System.Span{System.Char})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Redaction/ErasingRedactor.cs#L19C86-L19C87" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Redaction.ErasingRedactor.GetRedactedLength(System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Redaction/ErasingRedactor.cs#L22C72-L22C73" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Redaction.ErasingRedactor.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Redaction/ErasingRedactor.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Compliance.Redaction.ErasingRedactor.Instance", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Redaction/ErasingRedactor.cs#L16C46-L16C50" - } - ], - "DocsId": "T:Microsoft.Extensions.Compliance.Redaction.ErasingRedactor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Redaction/ErasingRedactor.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Compliance.Redaction.HmacRedactor.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Compliance.Redaction.HmacRedactorOptions})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Redaction/HmacRedactor.cs#L43C5-L50C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Redaction.HmacRedactor.GetRedactedLength(System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Redaction/HmacRedactor.cs#L55C9-L60C32" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Redaction.HmacRedactor.Redact(System.ReadOnlySpan{System.Char},System.Span{System.Char})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Redaction/HmacRedactor.cs#L67C9-L76C97" - } - ], - "DocsId": "T:Microsoft.Extensions.Compliance.Redaction.HmacRedactor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Redaction/HmacRedactor.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Compliance.Redaction.HmacRedactorOptions.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Redaction/HmacRedactorOptions.cs#L45C39-L45C51" - }, - { - "DocsId": "P:Microsoft.Extensions.Compliance.Redaction.HmacRedactorOptions.KeyId", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Redaction/HmacRedactorOptions.cs#L24C25-L24C29" - }, - { - "DocsId": "P:Microsoft.Extensions.Compliance.Redaction.HmacRedactorOptions.Key", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Redaction/HmacRedactorOptions.cs#L45C25-L45C29" - } - ], - "DocsId": "T:Microsoft.Extensions.Compliance.Redaction.HmacRedactorOptions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Redaction/HmacRedactorOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Compliance.Redaction.RedactionExtensions.SetHmacRedactor(Microsoft.Extensions.Compliance.Redaction.IRedactionBuilder,System.Action{Microsoft.Extensions.Compliance.Redaction.HmacRedactorOptions},Microsoft.Extensions.Compliance.Classification.DataClassificationSet[])", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Redaction/RedactionExtensions.cs#L27C9-L36C67" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Redaction.RedactionExtensions.SetHmacRedactor(Microsoft.Extensions.Compliance.Redaction.IRedactionBuilder,Microsoft.Extensions.Configuration.IConfigurationSection,Microsoft.Extensions.Compliance.Classification.DataClassificationSet[])", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Redaction/RedactionExtensions.cs#L49C9-L57C67" - } - ], - "DocsId": "T:Microsoft.Extensions.Compliance.Redaction.RedactionExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Redaction/RedactionExtensions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Compliance.Testing.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Compliance.Testing.json deleted file mode 100644 index 074535fdb3c..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Compliance.Testing.json +++ /dev/null @@ -1,250 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Compliance.Testing", - "GUID": "F5941F90AED14A72B1BDB685890D20F1FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.FakeRedactionServiceProviderExtensions.GetFakeRedactionCollector(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/FakeRedactionServiceProviderExtensions.cs#L26C12-L26C86" - } - ], - "DocsId": "T:System.FakeRedactionServiceProviderExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/FakeRedactionServiceProviderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.FakeRedactionServiceCollectionExtensions.AddFakeRedaction(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/FakeRedactionServiceCollectionExtensions.cs#L26C9-L39C23" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.FakeRedactionServiceCollectionExtensions.AddFakeRedaction(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Compliance.Testing.FakeRedactorOptions})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/FakeRedactionServiceCollectionExtensions.cs#L51C9-L67C23" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.FakeRedactionServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/FakeRedactionServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Compliance.Testing.FakeRedactionCollector.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/FakeRedactionCollector.cs#L15C5-L16C63" - }, - { - "DocsId": "P:Microsoft.Extensions.Compliance.Testing.FakeRedactionCollector.LastRedactorRequested", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/FakeRedactionCollector.cs#L26C13-L35C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Compliance.Testing.FakeRedactionCollector.AllRedactorRequests", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/FakeRedactionCollector.cs#L45C13-L49C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Compliance.Testing.FakeRedactionCollector.LastRedactedData", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/FakeRedactionCollector.cs#L60C13-L69C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Compliance.Testing.FakeRedactionCollector.AllRedactedData", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/FakeRedactionCollector.cs#L79C13-L83C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Compliance.Testing.FakeRedactionCollector", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/FakeRedactionCollector.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Compliance.Testing.FakeRedactor.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Compliance.Testing.FakeRedactorOptions},Microsoft.Extensions.Compliance.Testing.FakeRedactionCollector)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/FakeRedactor.cs#L39C5-L63C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Testing.FakeRedactor.Create(Microsoft.Extensions.Compliance.Testing.FakeRedactorOptions,Microsoft.Extensions.Compliance.Testing.FakeRedactionCollector)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/FakeRedactor.cs#L71C121-L71C197" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Testing.FakeRedactor.Redact(System.ReadOnlySpan{System.Char},System.Span{System.Char})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/FakeRedactor.cs#L76C9-L86C27" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Testing.FakeRedactor.GetRedactedLength(System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/FakeRedactor.cs#L92C9-L92C94" - }, - { - "DocsId": "P:Microsoft.Extensions.Compliance.Testing.FakeRedactor.EventCollector", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/FakeRedactor.cs#L32C52-L32C56" - } - ], - "DocsId": "T:Microsoft.Extensions.Compliance.Testing.FakeRedactor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/FakeRedactor.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Compliance.Testing.FakeRedactorOptions.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/FakeRedactorOptions.cs#L25C51-L25C64" - }, - { - "DocsId": "P:Microsoft.Extensions.Compliance.Testing.FakeRedactorOptions.RedactionFormat", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/FakeRedactorOptions.cs#L25C37-L25C41" - } - ], - "DocsId": "T:Microsoft.Extensions.Compliance.Testing.FakeRedactorOptions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/FakeRedactorOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Compliance.Testing.FakeRedactorProvider.#ctor(Microsoft.Extensions.Compliance.Testing.FakeRedactorOptions,Microsoft.Extensions.Compliance.Testing.FakeRedactionCollector)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/FakeRedactorProvider.cs#L28C5-L32C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Testing.FakeRedactorProvider.GetRedactor(Microsoft.Extensions.Compliance.Classification.DataClassificationSet)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/FakeRedactorProvider.cs#L37C9-L41C26" - }, - { - "DocsId": "P:Microsoft.Extensions.Compliance.Testing.FakeRedactorProvider.Collector", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/FakeRedactorProvider.cs#L21C47-L21C51" - } - ], - "DocsId": "T:Microsoft.Extensions.Compliance.Testing.FakeRedactorProvider", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/FakeRedactorProvider.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.Compliance.Testing.FakeTaxonomy.TaxonomyName", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/FakeTaxonomy.cs#L16C42-L16C72" - }, - { - "DocsId": "P:Microsoft.Extensions.Compliance.Testing.FakeTaxonomy.PrivateData", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/FakeTaxonomy.cs#L21C53-L21C91" - }, - { - "DocsId": "P:Microsoft.Extensions.Compliance.Testing.FakeTaxonomy.PublicData", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/FakeTaxonomy.cs#L26C52-L26C89" - } - ], - "DocsId": "T:Microsoft.Extensions.Compliance.Testing.FakeTaxonomy", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/FakeTaxonomy.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Compliance.Testing.PrivateDataAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/PrivateDataAttribute.cs#L17C11-L19C6" - } - ], - "DocsId": "T:Microsoft.Extensions.Compliance.Testing.PrivateDataAttribute", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/PrivateDataAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Compliance.Testing.PublicDataAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/PublicDataAttribute.cs#L17C11-L19C6" - } - ], - "DocsId": "T:Microsoft.Extensions.Compliance.Testing.PublicDataAttribute", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/PublicDataAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Compliance.Testing.RedactedData.#ctor(System.String,System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/RedactedData.cs#L37C9-L40C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Testing.RedactedData.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/RedactedData.cs#L47C49-L47C91" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Testing.RedactedData.Equals(Microsoft.Extensions.Compliance.Testing.RedactedData)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/RedactedData.cs#L54C47-L54C145" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Testing.RedactedData.GetHashCode", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/RedactedData.cs#L60C42-L60C94" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Testing.RedactedData.op_Equality(Microsoft.Extensions.Compliance.Testing.RedactedData,Microsoft.Extensions.Compliance.Testing.RedactedData)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/RedactedData.cs#L70C9-L70C35" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Testing.RedactedData.op_Inequality(Microsoft.Extensions.Compliance.Testing.RedactedData,Microsoft.Extensions.Compliance.Testing.RedactedData)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/RedactedData.cs#L81C9-L81C33" - }, - { - "DocsId": "P:Microsoft.Extensions.Compliance.Testing.RedactedData.Original", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/RedactedData.cs#L17C30-L17C34" - }, - { - "DocsId": "P:Microsoft.Extensions.Compliance.Testing.RedactedData.Redacted", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/RedactedData.cs#L22C30-L22C34" - }, - { - "DocsId": "P:Microsoft.Extensions.Compliance.Testing.RedactedData.SequenceNumber", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/RedactedData.cs#L27C33-L27C37" - } - ], - "DocsId": "T:Microsoft.Extensions.Compliance.Testing.RedactedData", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/RedactedData.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Compliance.Testing.RedactorRequested.#ctor(Microsoft.Extensions.Compliance.Classification.DataClassificationSet,System.Int32)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/RedactorRequested.cs#L31C9-L33C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Testing.RedactorRequested.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/RedactorRequested.cs#L40C49-L40C96" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Testing.RedactorRequested.Equals(Microsoft.Extensions.Compliance.Testing.RedactorRequested)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/RedactorRequested.cs#L47C52-L47C147" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Testing.RedactorRequested.GetHashCode", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/RedactorRequested.cs#L53C42-L53C95" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Testing.RedactorRequested.op_Equality(Microsoft.Extensions.Compliance.Testing.RedactorRequested,Microsoft.Extensions.Compliance.Testing.RedactorRequested)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/RedactorRequested.cs#L63C9-L63C35" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Testing.RedactorRequested.op_Inequality(Microsoft.Extensions.Compliance.Testing.RedactorRequested,Microsoft.Extensions.Compliance.Testing.RedactorRequested)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/RedactorRequested.cs#L74C9-L74C33" - }, - { - "DocsId": "P:Microsoft.Extensions.Compliance.Testing.RedactorRequested.DataClassifications", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/RedactorRequested.cs#L17C56-L17C60" - }, - { - "DocsId": "P:Microsoft.Extensions.Compliance.Testing.RedactorRequested.SequenceNumber", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/RedactorRequested.cs#L22C33-L22C37" - } - ], - "DocsId": "T:Microsoft.Extensions.Compliance.Testing.RedactorRequested", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/RedactorRequested.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Compliance.Redaction.FakeRedactionBuilderExtensions.SetFakeRedactor(Microsoft.Extensions.Compliance.Redaction.IRedactionBuilder,Microsoft.Extensions.Compliance.Classification.DataClassificationSet[])", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/FakeRedactionBuilderExtensions.cs#L30C9-L34C67" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Redaction.FakeRedactionBuilderExtensions.SetFakeRedactor(Microsoft.Extensions.Compliance.Redaction.IRedactionBuilder,System.Action{Microsoft.Extensions.Compliance.Testing.FakeRedactorOptions},Microsoft.Extensions.Compliance.Classification.DataClassificationSet[])", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/FakeRedactionBuilderExtensions.cs#L47C9-L56C67" - }, - { - "DocsId": "M:Microsoft.Extensions.Compliance.Redaction.FakeRedactionBuilderExtensions.SetFakeRedactor(Microsoft.Extensions.Compliance.Redaction.IRedactionBuilder,Microsoft.Extensions.Configuration.IConfigurationSection,Microsoft.Extensions.Compliance.Classification.DataClassificationSet[])", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/FakeRedactionBuilderExtensions.cs#L69C9-L78C67" - } - ], - "DocsId": "T:Microsoft.Extensions.Compliance.Redaction.FakeRedactionBuilderExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Compliance.Testing/FakeRedactionBuilderExtensions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Configuration.Abstractions.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Configuration.Abstractions.json deleted file mode 100644 index 2e54af499c4..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Configuration.Abstractions.json +++ /dev/null @@ -1,233 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Configuration.Abstractions", - "GUID": "76ADF90CC3234D83B3B061B031A9CBBCFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationDebugViewContext.#ctor(System.String,System.String,System.String,Microsoft.Extensions.Configuration.IConfigurationProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs#L20C13-L24C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationDebugViewContext.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs#L29C30-L29C34" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationDebugViewContext.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs#L34C29-L34C33" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationDebugViewContext.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs#L39C32-L39C36" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationDebugViewContext.ConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs#L44C63-L44C67" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationDebugViewContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationDebugViewContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationExtensions.Add``1(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs#L24C13-L26C40" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationExtensions.GetConnectionString(Microsoft.Extensions.Configuration.IConfiguration,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs#L37C13-L37C73" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationExtensions.AsEnumerable(Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs#L45C117-L45C169" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationExtensions.AsEnumerable(Microsoft.Extensions.Configuration.IConfiguration,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationExtensions.Exists(Microsoft.Extensions.Configuration.IConfigurationSection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs#L80C13-L84C73" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationExtensions.GetRequiredSection(Microsoft.Extensions.Configuration.IConfiguration,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs#L99C13-L107C88" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationKeyNameAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationKeyNameAttribute.cs#L18C9-L18C73" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationKeyNameAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationKeyNameAttribute.cs#L23C30-L23C34" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationKeyNameAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationKeyNameAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationPath.Combine(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs#L27C13-L29C60" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationPath.Combine(System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs#L39C13-L41C60" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationPath.GetSectionKey(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs#L52C13-L58C91" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationPath.GetParentPath(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs#L68C13-L74C90" - }, - { - "DocsId": "F:Microsoft.Extensions.Configuration.ConfigurationPath.KeyDelimiter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationPath.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRootExtensions.GetDebugView(Microsoft.Extensions.Configuration.IConfigurationRoot)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationRootExtensions.cs#L22C13-L22C59" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRootExtensions.GetDebugView(Microsoft.Extensions.Configuration.IConfigurationRoot,System.Func{Microsoft.Extensions.Configuration.ConfigurationDebugViewContext,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationRootExtensions.cs#L16707566C0-L78C39" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationRootExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/ConfigurationRootExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.IConfiguration.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfiguration.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.IConfiguration.GetChildren", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfiguration.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.IConfiguration.GetReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfiguration.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.IConfiguration.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfiguration.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.IConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfiguration.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationBuilder.Add(Microsoft.Extensions.Configuration.IConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationBuilder.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationBuilder.Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.IConfigurationBuilder.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.IConfigurationBuilder.Sources", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationBuilder.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.IConfigurationBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationBuilder.cs" - }, - { - "Members": [], - "DocsId": "T:Microsoft.Extensions.Configuration.IConfigurationManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationManager.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationProvider.TryGet(System.String,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationProvider.Set(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationProvider.GetReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationProvider.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationProvider.GetChildKeys(System.Collections.Generic.IEnumerable{System.String},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.IConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationRoot.Reload", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationRoot.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.IConfigurationRoot.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationRoot.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.IConfigurationRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationRoot.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.Configuration.IConfigurationSection.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSection.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.IConfigurationSection.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSection.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.IConfigurationSection.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSection.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.IConfigurationSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSection.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.IConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSource.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.IConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Abstractions/src/IConfigurationSource.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Configuration.Binder.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Configuration.Binder.json deleted file mode 100644 index a8a3869f278..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Configuration.Binder.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Configuration.Binder", - "GUID": "F72B086E1E604DE2958F9936F395E6F1FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.BinderOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Binder/src/BinderOptions.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.BinderOptions.BindNonPublicProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Binder/src/BinderOptions.cs#L15C47-L15C51" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.BinderOptions.ErrorOnUnknownConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Binder/src/BinderOptions.cs#L23C51-L23C55" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.BinderOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Binder/src/BinderOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.Get``1(Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L38C16-L38C42" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.Get``1(Microsoft.Extensions.Configuration.IConfiguration,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L53C13-L60C30" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.Get(Microsoft.Extensions.Configuration.IConfiguration,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L74C16-L74C45" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.Get(Microsoft.Extensions.Configuration.IConfiguration,System.Type,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L93C13-L100C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.Bind(Microsoft.Extensions.Configuration.IConfiguration,System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L113C13-L115C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.Bind(Microsoft.Extensions.Configuration.IConfiguration,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L125C16-L125C50" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.Bind(Microsoft.Extensions.Configuration.IConfiguration,System.Object,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L137C13-L146C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.GetValue``1(Microsoft.Extensions.Configuration.IConfiguration,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L158C13-L158C61" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.GetValue``1(Microsoft.Extensions.Configuration.IConfiguration,System.String,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L172C13-L172C78" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.GetValue(Microsoft.Extensions.Configuration.IConfiguration,System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L189C13-L189C75" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBinder.GetValue(Microsoft.Extensions.Configuration.IConfiguration,System.Type,System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs#L207C13-L216C33" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationBinder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Binder/src/ConfigurationBinder.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Configuration.CommandLine.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Configuration.CommandLine.json deleted file mode 100644 index 0a89e56cd13..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Configuration.CommandLine.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Configuration.CommandLine", - "GUID": "FC28CA593C9640F3821D73C69A20DDA2FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.CommandLineConfigurationExtensions.AddCommandLine(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationExtensions.cs#L68C13-L68C84" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.CommandLineConfigurationExtensions.AddCommandLine(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String[],System.Collections.Generic.IDictionary{System.String,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationExtensions.cs#L157C13-L158C41" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.CommandLineConfigurationExtensions.AddCommandLine(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationSource})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationExtensions.cs#L168C16-L168C44" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.CommandLineConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationProvider.#ctor(System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IDictionary{System.String,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationProvider.cs#L21C9-L31C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationProvider.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationProvider.cs#L43C13-L133C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationProvider.Args", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationProvider.cs#L36C46-L36C50" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationSource.cs#L31C13-L31C79" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationSource.cs#L22C57-L22C78" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationSource.SwitchMappings", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationSource.cs#L17C62-L17C66" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationSource.Args", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationSource.cs#L22C43-L22C47" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.CommandLine.CommandLineConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationSource.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.json deleted file mode 100644 index d672f690809..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Configuration.EnvironmentVariables", - "GUID": "3CEC4FC7E4D946C2B758A9CB083E656DFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariablesExtensions.AddEnvironmentVariables(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesExtensions.cs#L21C13-L22C41" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariablesExtensions.AddEnvironmentVariables(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesExtensions.cs#L36C13-L37C41" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariablesExtensions.AddEnvironmentVariables(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesExtensions.cs#L47C16-L47C44" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.EnvironmentVariablesExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationProvider.cs#L26C9-L30C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationProvider.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationProvider.cs#L36C9-L40C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationProvider.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationProvider.cs#L46C13-L46C56" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationProvider.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationProvider.cs#L54C13-L59C22" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationSource.cs#L23C13-L23C74" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationSource.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource.Prefix", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationSource.cs#L14C33-L14C37" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/src/EnvironmentVariablesConfigurationSource.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Configuration.FileExtensions.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Configuration.FileExtensions.json deleted file mode 100644 index 33b57e59a37..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Configuration.FileExtensions.json +++ /dev/null @@ -1,134 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Configuration.FileExtensions", - "GUID": "E12D1D3E4CC74B09A79038619EF9B2ADFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationExtensions.SetFileProvider(Microsoft.Extensions.Configuration.IConfigurationBuilder,Microsoft.Extensions.FileProviders.IFileProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs#L25C13-L29C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationExtensions.GetFileProvider(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs#L42C13-L44C126" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationExtensions.SetBasePath(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs#L55C13-L58C80" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationExtensions.SetFileLoadExceptionHandler(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{Microsoft.Extensions.Configuration.FileLoadExceptionContext})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs#L69C13-L72C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationExtensions.GetFileLoadExceptionHandler(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs#L82C13-L88C25" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.FileConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.FileConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L26C9-L42C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationProvider.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L54C16-L54C103" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationProvider.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L127C13-L128C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L156C34-L156C47" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationProvider.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L164C13-L170C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.FileConfigurationProvider.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs#L47C49-L47C53" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.FileConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationSource.EnsureDefaults(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L66C13-L73C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationSource.ResolveFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L81C13-L99C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L46C48-L46C51" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.FileConfigurationSource.FileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L19C46-L19C50" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.FileConfigurationSource.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L30C31-L30C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.FileConfigurationSource.Optional", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L35C32-L35C36" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.FileConfigurationSource.ReloadOnChange", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L40C38-L40C42" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.FileConfigurationSource.ReloadDelay", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L46C34-L46C38" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.FileConfigurationSource.OnLoadException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs#L51C68-L51C72" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.FileConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileConfigurationSource.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.FileLoadExceptionContext.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileLoadExceptionContext.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.FileLoadExceptionContext.Provider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileLoadExceptionContext.cs#L16C53-L16C57" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.FileLoadExceptionContext.Exception", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileLoadExceptionContext.cs#L21C38-L21C42" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.FileLoadExceptionContext.Ignore", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileLoadExceptionContext.cs#L26C30-L26C34" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.FileLoadExceptionContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.FileExtensions/src/FileLoadExceptionContext.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Configuration.Ini.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Configuration.Ini.json deleted file mode 100644 index 675aa0eb345..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Configuration.Ini.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Configuration.Ini", - "GUID": "53A4E539A371403A99729CC6A4C3BC6EFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.IniConfigurationExtensions.AddIniFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L25C13-L25C108" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.IniConfigurationExtensions.AddIniFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L38C13-L38C111" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.IniConfigurationExtensions.AddIniFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L52C13-L52C120" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.IniConfigurationExtensions.AddIniFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,Microsoft.Extensions.FileProviders.IFileProvider,System.String,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L16707566C0-L81C16" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.IniConfigurationExtensions.AddIniFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{Microsoft.Extensions.Configuration.Ini.IniConfigurationSource})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L91C16-L91C44" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.IniConfigurationExtensions.AddIniStream(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs#L16707566C0-L103C86" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.IniConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.Ini.IniConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationProvider.cs#L26C74-L26C90" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationProvider.cs#L33C16-L33C66" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Ini.IniConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationSource.cs#L27C13-L28C55" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationSource.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Ini.IniConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniConfigurationSource.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationProvider.cs#L19C86-L19C102" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationProvider.Read(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationProvider.cs#L28C13-L84C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationProvider.cs#L93C13-L94C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationSource.cs#L26C16-L26C56" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationSource.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Ini.IniStreamConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Ini/src/IniStreamConfigurationSource.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Configuration.Json.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Configuration.Json.json deleted file mode 100644 index 48d6910b3e9..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Configuration.Json.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Configuration.Json", - "GUID": "DD494838AD6E4C7581E719DB2830563FFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.JsonConfigurationExtensions.AddJsonFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L25C13-L25C109" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.JsonConfigurationExtensions.AddJsonFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L38C13-L38C112" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.JsonConfigurationExtensions.AddJsonFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L52C13-L52C121" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.JsonConfigurationExtensions.AddJsonFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,Microsoft.Extensions.FileProviders.IFileProvider,System.String,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L16707566C0-L81C16" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.JsonConfigurationExtensions.AddJsonFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{Microsoft.Extensions.Configuration.Json.JsonConfigurationSource})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L91C16-L91C44" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.JsonConfigurationExtensions.AddJsonStream(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs#L16707566C0-L103C87" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.JsonConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.Json.JsonConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationProvider.cs#L20C76-L20C92" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationProvider.cs#L30C17-L36C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Json.JsonConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationSource.cs#L20C13-L21C56" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationSource.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Json.JsonConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonConfigurationSource.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonStreamConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.Json.JsonStreamConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationProvider.cs#L17C88-L17C104" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonStreamConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationProvider.cs#L25C13-L26C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Json.JsonStreamConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonStreamConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationSource.cs#L17C16-L17C57" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Json.JsonStreamConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationSource.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Json.JsonStreamConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Json/src/JsonStreamConfigurationSource.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Configuration.KeyPerFile.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Configuration.KeyPerFile.json deleted file mode 100644 index 846c941fa08..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Configuration.KeyPerFile.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Configuration.KeyPerFile", - "GUID": "605BB46BFAC14CA5B61E4570CD8DF61AFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.KeyPerFileConfigurationBuilderExtensions.AddKeyPerFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationBuilderExtensions.cs#L24C12-L24C88" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.KeyPerFileConfigurationBuilderExtensions.AddKeyPerFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationBuilderExtensions.cs#L35C12-L35C81" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.KeyPerFileConfigurationBuilderExtensions.AddKeyPerFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationBuilderExtensions.cs#L16707566C0-L56C11" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.KeyPerFileConfigurationBuilderExtensions.AddKeyPerFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationSource})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationBuilderExtensions.cs#L66C12-L66C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.KeyPerFileConfigurationBuilderExtensions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationSource)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationProvider.cs#L25C5-L40C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationProvider.Load", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationProvider.cs#L55C9-L56C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationProvider.ToString", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationProvider.cs#L117C12-L117C115" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationProvider.Dispose", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationProvider.cs#L122C9-L123C6" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationProvider", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationSource.cs#L29C48-L18C111" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationSource.cs#L65C12-L65C53" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationSource.FileProvider", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationSource.cs#L23C42-L23C46" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationSource.IgnorePrefix", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationSource.cs#L29C34-L29C38" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationSource.IgnoreCondition", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationSource.cs#L35C49-L35C53" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationSource.Optional", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationSource.cs#L40C28-L40C32" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationSource.ReloadOnChange", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationSource.cs#L45C34-L45C38" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationSource.ReloadDelay", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationSource.cs#L51C30-L51C34" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationSource.SectionDelimiter", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationSource.cs#L57C38-L57C42" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.KeyPerFile.KeyPerFileConfigurationSource", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Configuration.KeyPerFile/src/KeyPerFileConfigurationSource.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Configuration.UserSecrets.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Configuration.UserSecrets.json deleted file mode 100644 index e360e02f088..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Configuration.UserSecrets.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Configuration.UserSecrets", - "GUID": "7C03472F3B8048A6A3E715EB8F0CE0E7FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets``1(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L32C16-L32C103" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets``1(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L50C16-L50C97" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets``1(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L69C16-L69C90" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L85C16-L85C93" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Reflection.Assembly,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L102C16-L102C87" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Reflection.Assembly,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L121C13-L135C34" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L150C16-L150C82" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions.AddUserSecrets(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs#L165C16-L165C90" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.UserSecretsConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsConfigurationExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.UserSecrets.PathHelper.GetSecretsPathFromSecretsId(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/PathHelper.cs#L28C13-L28C92" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.UserSecrets.PathHelper.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/PathHelper.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.UserSecrets.PathHelper", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/PathHelper.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsIdAttribute.cs#L25C9-L33C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute.UserSecretsId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsIdAttribute.cs#L38C39-L38C43" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/UserSecretsIdAttribute.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Configuration.Xml.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Configuration.Xml.json deleted file mode 100644 index 496e17f7719..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Configuration.Xml.json +++ /dev/null @@ -1,118 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Configuration.Xml", - "GUID": "FBB3526C1B0F4A689FD6D3E713A6EC65FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.XmlConfigurationExtensions.AddXmlFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L28C13-L28C108" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.XmlConfigurationExtensions.AddXmlFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L43C13-L43C111" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.XmlConfigurationExtensions.AddXmlFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.String,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L59C13-L59C120" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.XmlConfigurationExtensions.AddXmlFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,Microsoft.Extensions.FileProviders.IFileProvider,System.String,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L16707566C0-L90C16" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.XmlConfigurationExtensions.AddXmlFile(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Action{Microsoft.Extensions.Configuration.Xml.XmlConfigurationSource})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L102C16-L102C44" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.XmlConfigurationExtensions.AddXmlStream(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs#L16707566C0-L116C86" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.XmlConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.Xml.XmlConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationProvider.cs#L22C65-L20C90" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationProvider.cs#L30C13-L31C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Xml.XmlConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationSource.cs#L22C13-L23C55" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationSource.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Xml.XmlConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlConfigurationSource.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlDocumentDecryptor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlDocumentDecryptor.cs#L32C9-L35C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlDocumentDecryptor.CreateDecryptingXmlReader(System.IO.Stream,System.Xml.XmlReaderSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlDocumentDecryptor.cs#L66C13-L91C62" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlDocumentDecryptor.DecryptDocumentAndCreateXmlReader(System.Xml.XmlDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlDocumentDecryptor.cs#L106C13-L112C62" - }, - { - "DocsId": "F:Microsoft.Extensions.Configuration.Xml.XmlDocumentDecryptor.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlDocumentDecryptor.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Xml.XmlDocumentDecryptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlDocumentDecryptor.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationProvider.cs#L31C86-L31C102" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationProvider.Read(System.IO.Stream,Microsoft.Extensions.Configuration.Xml.XmlDocumentDecryptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationProvider.cs#L41C13-L180C47" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationProvider.cs#L189C13-L190C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationSource.cs#L21C16-L21C56" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationSource.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Xml.XmlStreamConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration.Xml/src/XmlStreamConfigurationSource.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Configuration.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Configuration.json deleted file mode 100644 index 9946ff9fe28..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Configuration.json +++ /dev/null @@ -1,424 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Configuration", - "GUID": "AD81E7EB107B4DD9B26D7C13EF6D1B9FFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ChainedBuilderExtensions.AddConfiguration(Microsoft.Extensions.Configuration.IConfigurationBuilder,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ChainedBuilderExtensions.cs#L21C16-L21C97" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ChainedBuilderExtensions.AddConfiguration(Microsoft.Extensions.Configuration.IConfigurationBuilder,Microsoft.Extensions.Configuration.IConfiguration,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ChainedBuilderExtensions.cs#L32C13-L40C41" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ChainedBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ChainedBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.ChainedConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L22C9-L28C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.TryGet(System.String,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L43C13-L44C49" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.Set(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L52C55-L52C75" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.GetReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L58C49-L58C73" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L63C30-L63C31" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.GetChildKeys(System.Collections.Generic.IEnumerable{System.String},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L77C13-L85C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L91C13-L95C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs#L33C48-L33C55" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ChainedConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationSource.cs#L31C16-L31C54" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ChainedConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationSource.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ChainedConfigurationSource.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationSource.cs#L17C48-L17C52" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ChainedConfigurationSource.ShouldDisposeConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationSource.cs#L23C50-L23C54" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ChainedConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ChainedConfigurationSource.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBuilder.Add(Microsoft.Extensions.Configuration.IConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs#L34C13-L37C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBuilder.Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs#L47C13-L53C53" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs#L14C9-L25C98" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationBuilder.Sources", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs#L19C55-L19C63" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationBuilder.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs#L25C57-L25C61" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationKeyComparer.Compare(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationKeyComparer.cs#L32C13-L59C65" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationKeyComparer.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationKeyComparer.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationKeyComparer.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationKeyComparer.cs#L19C59-L19C63" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationKeyComparer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationKeyComparer.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L33C9-L50C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L68C64-L68C99" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.GetChildren", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L71C68-L71C104" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfigurationBuilder#get_Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L73C73-L73C84" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfigurationRoot#get_Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L81C77-L81C122" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L86C13-L88C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfigurationBuilder#Add(Microsoft.Extensions.Configuration.IConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L92C13-L95C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfigurationBuilder#Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L98C61-L98C65" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfiguration#GetReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L100C57-L100C69" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfigurationRoot#Reload", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L104C20-L113C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationManager.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L57C17-L59C14" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfigurationBuilder#Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L73C73-L73C84" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationManager.Sources", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L76C55-L76C63" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationManager.Microsoft#Extensions#Configuration#IConfigurationRoot#Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs#L81C77-L81C122" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationManager.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L17C9-L25C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.TryGet(System.String,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L39C16-L39C48" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.Set(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L47C16-L47C33" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L53C11-L53C12" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.GetChildKeys(System.Collections.Generic.IEnumerable{System.String},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L65C13-L93C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.GetReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L109C13-L109C33" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.OnReload", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L117C13-L119C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationProvider.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L125C46-L125C60" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationProvider.Data", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs#L30C55-L30C59" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationReloadToken.RegisterChangeCallback(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs#L39C13-L44C23" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationReloadToken.OnReload", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs#L50C35-L50C48" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationReloadToken.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs#L16C9-L22C71" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationReloadToken.ActiveChangeCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs#L22C45-L22C49" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationReloadToken.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs#L28C35-L28C63" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationReloadToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRoot.#ctor(System.Collections.Generic.IList{Microsoft.Extensions.Configuration.IConfigurationProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L21C9-L38C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRoot.GetChildren", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L60C68-L60C104" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRoot.GetReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L66C49-L66C61" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRoot.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L78C16-L78C51" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRoot.Reload", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L85C57-L90C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationRoot.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L102C50-L112C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationRoot.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L43C65-L43C75" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationRoot.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs#L52C20-L52C53" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationRoot.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationSection.#ctor(Microsoft.Extensions.Configuration.IConfigurationRoot,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L27C9-L34C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationSection.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L89C64-L89C125" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationSection.GetChildren", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L95C68-L95C105" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.ConfigurationSection.GetReloadToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L101C49-L101C71" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationSection.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L39C31-L39C36" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationSection.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L46C13-L46C60" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationSection.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L55C17-L55C36" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.ConfigurationSection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs#L72C17-L72C75" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.ConfigurationSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/ConfigurationSection.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.MemoryConfigurationBuilderExtensions.AddInMemoryCollection(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationBuilderExtensions.cs#L22C13-L25C41" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.MemoryConfigurationBuilderExtensions.AddInMemoryCollection(Microsoft.Extensions.Configuration.IConfigurationBuilder,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationBuilderExtensions.cs#L38C13-L41C41" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.MemoryConfigurationBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.StreamConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.StreamConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationProvider.cs#L25C9-L30C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.StreamConfigurationProvider.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationProvider.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.StreamConfigurationProvider.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationProvider.cs#L43C13-L55C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.StreamConfigurationProvider.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationProvider.cs#L17C51-L17C55" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.StreamConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.StreamConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationSource.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.StreamConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationSource.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.StreamConfigurationSource.Stream", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationSource.cs#L18C33-L18C37" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.StreamConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/StreamConfigurationSource.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationProvider.#ctor(Microsoft.Extensions.Configuration.Memory.MemoryConfigurationSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationProvider.cs#L21C9-L34C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationProvider.Add(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationProvider.cs#L43C13-L44C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationProvider.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationProvider.cs#L52C13-L52C41" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationProvider.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationProvider.cs#L61C13-L61C36" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationSource.Build(Microsoft.Extensions.Configuration.IConfigurationBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationSource.cs#L25C13-L25C58" - }, - { - "DocsId": "M:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationSource.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationSource.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationSource.InitialData", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationSource.cs#L16C74-L16C78" - } - ], - "DocsId": "T:Microsoft.Extensions.Configuration.Memory.MemoryConfigurationSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Configuration/src/MemoryConfigurationSource.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.DependencyInjection.Abstractions.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.DependencyInjection.Abstractions.json deleted file mode 100644 index 545f2001555..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.DependencyInjection.Abstractions.json +++ /dev/null @@ -1,999 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.DependencyInjection.Abstractions", - "GUID": "3192FF0C8F034A2C8781D25087703D98FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateInstance(System.IServiceProvider,System.Type,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L53C13-L164C64" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateFactory(System.Type,System.Type[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L223C13-L240C34" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateFactory``1(System.Type[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L260C13-L273C34" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateInstance``1(System.IServiceProvider,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L294C13-L294C71" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ActivatorUtilities.GetServiceOrCreateInstance``1(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L305C13-L305C71" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ActivatorUtilities.GetServiceOrCreateInstance(System.IServiceProvider,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs#L318C13-L318C80" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ActivatorUtilities", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilities.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesConstructorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilitiesConstructorAttribute.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesConstructorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ActivatorUtilitiesConstructorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AsyncServiceScope.#ctor(Microsoft.Extensions.DependencyInjection.IServiceScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/AsyncServiceScope.cs#L25C13-L28C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AsyncServiceScope.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/AsyncServiceScope.cs#L36C13-L37C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AsyncServiceScope.DisposeAsync", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/AsyncServiceScope.cs#L42C13-L49C28" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.AsyncServiceScope.ServiceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/AsyncServiceScope.cs#L31C52-L31C81" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.AsyncServiceScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/AsyncServiceScope.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.FromKeyedServicesAttribute.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/FromKeyedServicesAttribute.cs#L18C9-L18C67" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.FromKeyedServicesAttribute.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/FromKeyedServicesAttribute.cs#L23C29-L23C33" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.FromKeyedServicesAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/FromKeyedServicesAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.IKeyedServiceProvider.GetKeyedService(System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IKeyedServiceProvider.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.IKeyedServiceProvider.GetRequiredKeyedService(System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IKeyedServiceProvider.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.IKeyedServiceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IKeyedServiceProvider.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.KeyedService.AnyKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IKeyedServiceProvider.cs#L41C39-L41C43" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.KeyedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IKeyedServiceProvider.cs" - }, - { - "Members": [], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.IServiceCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.IServiceProviderFactory`1.CreateBuilder(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderFactory.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.IServiceProviderFactory`1.CreateServiceProvider(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderFactory.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.IServiceProviderFactory`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.IServiceProviderIsKeyedService.IsKeyedService(System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderIsKeyedService.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.IServiceProviderIsKeyedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderIsKeyedService.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.IServiceProviderIsService.IsService(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderIsService.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.IServiceProviderIsService", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceProviderIsService.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.IServiceScope.ServiceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceScope.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.IServiceScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceScope.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.IServiceScopeFactory.CreateScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceScopeFactory.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.IServiceScopeFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/IServiceScopeFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ISupportRequiredService.GetRequiredService(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ISupportRequiredService.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ISupportRequiredService", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ISupportRequiredService.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectFactory.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactory.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectFactory.Invoke(System.IServiceProvider,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactory.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectFactory.BeginInvoke(System.IServiceProvider,System.Object[],System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactory.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectFactory.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactory.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ObjectFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectFactory`1.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactoryT.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectFactory`1.Invoke(System.IServiceProvider,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactoryT.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectFactory`1.BeginInvoke(System.IServiceProvider,System.Object[],System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactoryT.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectFactory`1.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactoryT.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ObjectFactory`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ObjectFactoryT.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L44C13-L46C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.Contains(Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L51C13-L51C48" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.CopyTo(Microsoft.Extensions.DependencyInjection.ServiceDescriptor[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L57C13-L58C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.Remove(Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L63C13-L64C46" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L70C13-L70C49" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.System#Collections#Generic#ICollection#Add(Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L75C13-L77C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L81C13-L81C36" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.IndexOf(Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L87C13-L87C47" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.Insert(System.Int32,Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L93C13-L95C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L100C13-L102C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.MakeReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L112C13-L113C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L18C9-L18C95" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L22C29-L22C47" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceCollection.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L25C35-L25C46" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs#L32C17-L32C44" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L29C13-L33C94" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L51C13-L55C97" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddTransient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L72C13-L74C85" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L89C13-L92C68" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddTransient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L106C13-L108C60" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddTransient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L126C13-L129C83" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddTransient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L150C13-L153C83" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L171C13-L175C91" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L193C13-L197C94" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L214C13-L216C82" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L231C13-L234C65" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L248C13-L250C57" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L268C13-L271C80" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddScoped``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L292C13-L295C80" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L314C13-L318C94" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L336C13-L340C97" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L357C13-L359C85" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L374C13-L377C68" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L391C13-L393C60" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L411C13-L414C83" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L435C13-L438C83" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L456C13-L462C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs#L479C13-L482C84" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L31C13-L35C111" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L55C13-L59C114" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedTransient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L79C13-L81C102" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L98C13-L101C85" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedTransient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L118C13-L120C77" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedTransient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L140C13-L143C100" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedTransient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L166C13-L169C100" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L189C13-L193C108" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L213C13-L217C111" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedScoped``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L237C13-L239C99" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L256C13-L259C82" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedScoped``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L276C13-L278C74" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedScoped``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L298C13-L301C97" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedScoped``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L324C13-L327C97" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L348C13-L352C111" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L372C13-L376C114" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedSingleton``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L396C13-L398C102" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L415C13-L418C85" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L435C13-L437C95" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L457C13-L460C100" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedSingleton``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L483C13-L486C100" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L506C13-L512C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions.AddKeyedSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.Keyed.cs#L531C13-L534C101" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceCollectionServiceExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceCollectionServiceExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.#ctor(System.Type,System.Type,Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L26C15-L28C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.#ctor(System.Type,System.Object,System.Type,Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L42C15-L48C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.#ctor(System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L59C15-L61C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.#ctor(System.Type,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L74C15-L80C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.#ctor(System.Type,System.Func{System.IServiceProvider,System.Object},Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L92C15-L98C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.#ctor(System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object},Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L16707566C0-L127C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L258C13-L288C97" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Transient``2", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L349C13-L349C94" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedTransient``2(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L365C13-L365C100" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Transient(System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L380C13-L383C85" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedTransient(System.Type,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L400C13-L403C102" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Transient``2(System.Func{System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L421C13-L423C97" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedTransient``2(System.Object,System.Func{System.IServiceProvider,System.Object,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L443C13-L445C114" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Transient``1(System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L459C13-L461C97" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedTransient``1(System.Object,System.Func{System.IServiceProvider,System.Object,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L476C13-L478C114" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Transient(System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L491C13-L494C88" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedTransient(System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L508C13-L511C105" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Scoped``2", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L526C13-L526C91" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedScoped``2(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L542C13-L542C97" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Scoped(System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L557C13-L557C82" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedScoped(System.Type,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L574C13-L574C99" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Scoped``2(System.Func{System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L592C13-L594C94" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedScoped``2(System.Object,System.Func{System.IServiceProvider,System.Object,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L614C13-L616C111" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Scoped``1(System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L630C13-L632C94" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedScoped``1(System.Object,System.Func{System.IServiceProvider,System.Object,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L647C13-L649C111" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Scoped(System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L662C13-L665C85" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedScoped(System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L679C13-L682C102" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Singleton``2", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L697C13-L697C94" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedSingleton``2(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L714C13-L714C100" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Singleton(System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L729C13-L732C85" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedSingleton(System.Type,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L749C13-L752C102" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Singleton``2(System.Func{System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L770C13-L772C97" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedSingleton``2(System.Object,System.Func{System.IServiceProvider,System.Object,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L792C13-L794C114" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Singleton``1(System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L808C13-L810C97" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedSingleton``1(System.Object,System.Func{System.IServiceProvider,System.Object,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L827C13-L829C114" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Singleton(System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L844C13-L847C92" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedSingleton(System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L864C13-L867C109" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Singleton``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L881C13-L883C109" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedSingleton``1(System.Object,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L900C13-L902C89" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Singleton(System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L917C13-L920C79" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedSingleton(System.Type,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L937C13-L940C91" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Describe(System.Type,System.Type,Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L970C13-L970C85" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.DescribeKeyed(System.Type,System.Object,System.Type,Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L989C13-L989C97" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Describe(System.Type,System.Func{System.IServiceProvider,System.Object},Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L1003C13-L1003C88" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.DescribeKeyed(System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object},Microsoft.Extensions.DependencyInjection.ServiceLifetime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L1018C13-L1018C100" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.Lifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L139C43-L139C47" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.ServiceKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L144C37-L144C41" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.ServiceType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L149C35-L149C39" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.ImplementationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L162C17-L166C44" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedImplementationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L178C17-L182C44" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.ImplementationInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L195C17-L199C48" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedImplementationInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L210C17-L214C48" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.ImplementationFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L227C17-L231C80" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.KeyedImplementationFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L242C17-L246C89" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceDescriptor.IsKeyedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs#L253C39-L253C57" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceDescriptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceDescriptor.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceKeyAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceKeyAttribute.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceKeyAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceKeyAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.DependencyInjection.ServiceLifetime.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceLifetime.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.DependencyInjection.ServiceLifetime.Singleton", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceLifetime.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.DependencyInjection.ServiceLifetime.Scoped", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceLifetime.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.DependencyInjection.ServiceLifetime.Transient", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceLifetime.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceLifetime.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderKeyedServiceExtensions.GetKeyedService``1(System.IServiceProvider,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs#L24C13-L31C79" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderKeyedServiceExtensions.GetRequiredKeyedService(System.IServiceProvider,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs#L44C13-L52C79" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderKeyedServiceExtensions.GetRequiredKeyedService``1(System.IServiceProvider,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs#L65C13-L67C79" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderKeyedServiceExtensions.GetKeyedServices``1(System.IServiceProvider,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs#L79C13-L81C81" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderKeyedServiceExtensions.GetKeyedServices(System.IServiceProvider,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs#L94C13-L98C105" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceProviderKeyedServiceExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderKeyedServiceExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetService``1(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L23C13-L25C55" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(System.IServiceProvider,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L37C13-L51C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService``1(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L63C13-L65C62" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetServices``1(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L76C13-L78C66" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetServices(System.IServiceProvider,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L90C13-L94C88" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.CreateScope(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L104C13-L104C86" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.CreateAsyncScope(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L114C13-L114C66" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.CreateAsyncScope(Microsoft.Extensions.DependencyInjection.IServiceScopeFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs#L124C13-L124C77" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/ServiceProviderServiceExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.Add(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L25C13-L29C31" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.Add(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyInjection.ServiceDescriptor})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L42C13-L50C31" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L63C13-L78C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAdd(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyInjection.ServiceDescriptor})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L90C13-L97C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L109C13-L114C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L129C13-L135C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L150C13-L156C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddTransient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L167C13-L170C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddTransient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L184C13-L187C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddTransient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L202C13-L203C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L215C13-L220C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L235C13-L241C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L256C13-L262C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddScoped``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L273C13-L276C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddScoped``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L290C13-L293C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddScoped``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L308C13-L309C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L321C13-L326C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L341C13-L347C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L362C13-L368C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L379C13-L382C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddSingleton``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L396C13-L399C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L412C13-L417C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L432C13-L433C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddEnumerable(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L456C13-L485C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddEnumerable(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyInjection.ServiceDescriptor})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L508C13-L515C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.Replace(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceDescriptor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L528C13-L543C31" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.RemoveAll``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L553C13-L553C53" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.RemoveAll(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs#L564C13-L575C31" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L24C13-L29C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L46C13-L52C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedTransient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L69C13-L75C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedTransient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L87C13-L90C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedTransient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L105C13-L108C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedTransient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L125C13-L126C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L140C13-L145C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L162C13-L168C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedScoped(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L185C13-L191C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedScoped``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L203C13-L206C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedScoped``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L221C13-L224C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedScoped``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L241C13-L242C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L256C13-L261C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L278C13-L284C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L301C13-L307C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L319C13-L322C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedSingleton``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L337C13-L340C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L354C13-L359C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.TryAddKeyedSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L376C13-L377C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.RemoveAllKeyed``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L387C13-L387C70" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions.RemoveAllKeyed(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.Keyed.cs#L399C13-L410C31" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionDescriptorExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/src/Extensions/ServiceCollectionDescriptorExtensions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.DependencyInjection.AutoActivation.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.DependencyInjection.AutoActivation.json deleted file mode 100644 index 8269af7d8e9..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.DependencyInjection.AutoActivation.json +++ /dev/null @@ -1,132 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.DependencyInjection.AutoActivation", - "GUID": "9F3C682DCEB74180830CA830793F84EDFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AutoActivationExtensions.ActivateSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.DependencyInjection.AutoActivation/AutoActivationExtensions.cs#L27C9-L49C25" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AutoActivationExtensions.ActivateSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.DependencyInjection.AutoActivation/AutoActivationExtensions.cs#L16707566C0-L87C25" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AutoActivationExtensions.AddActivatedSingleton``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.DependencyInjection.AutoActivation/AutoActivationExtensions.cs#L102C9-L107C44" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AutoActivationExtensions.AddActivatedSingleton``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.DependencyInjection.AutoActivation/AutoActivationExtensions.cs#L121C9-L125C44" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AutoActivationExtensions.AddActivatedSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.DependencyInjection.AutoActivation/AutoActivationExtensions.cs#L138C9-L143C44" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AutoActivationExtensions.AddActivatedSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.DependencyInjection.AutoActivation/AutoActivationExtensions.cs#L155C9-L159C44" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AutoActivationExtensions.AddActivatedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.DependencyInjection.AutoActivation/AutoActivationExtensions.cs#L173C9-L178C45" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AutoActivationExtensions.AddActivatedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.DependencyInjection.AutoActivation/AutoActivationExtensions.cs#L193C9-L199C45" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AutoActivationExtensions.AddActivatedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.DependencyInjection.AutoActivation/AutoActivationExtensions.cs#L214C9-L220C45" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AutoActivationExtensions.TryAddActivatedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.DependencyInjection.AutoActivation/AutoActivationExtensions.cs#L232C9-L236C6" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AutoActivationExtensions.TryAddActivatedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.DependencyInjection.AutoActivation/AutoActivationExtensions.cs#L249C9-L254C6" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AutoActivationExtensions.TryAddActivatedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func{System.IServiceProvider,System.Object})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.DependencyInjection.AutoActivation/AutoActivationExtensions.cs#L264C9-L269C6" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AutoActivationExtensions.TryAddActivatedSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.DependencyInjection.AutoActivation/AutoActivationExtensions.cs#L279C9-L282C6" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AutoActivationExtensions.TryAddActivatedSingleton``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.DependencyInjection.AutoActivation/AutoActivationExtensions.cs#L294C9-L297C6" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AutoActivationExtensions.TryAddActivatedSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.DependencyInjection.AutoActivation/AutoActivationExtensions.cs#L308C9-L312C6" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AutoActivationExtensions.ActivateKeyedSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.DependencyInjection.AutoActivation/AutoActivationExtensions.Keyed.cs#L16707566C0-L48C25" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AutoActivationExtensions.ActivateKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.DependencyInjection.AutoActivation/AutoActivationExtensions.Keyed.cs#L16707566C0-L90C25" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AutoActivationExtensions.AddActivatedKeyedSingleton``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``1})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.DependencyInjection.AutoActivation/AutoActivationExtensions.Keyed.cs#L109C9-L114C59" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AutoActivationExtensions.AddActivatedKeyedSingleton``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.DependencyInjection.AutoActivation/AutoActivationExtensions.Keyed.cs#L131C9-L133C59" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AutoActivationExtensions.AddActivatedKeyedSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``0})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.DependencyInjection.AutoActivation/AutoActivationExtensions.Keyed.cs#L150C9-L152C59" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AutoActivationExtensions.AddActivatedKeyedSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.DependencyInjection.AutoActivation/AutoActivationExtensions.Keyed.cs#L167C9-L169C59" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AutoActivationExtensions.AddActivatedKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.DependencyInjection.AutoActivation/AutoActivationExtensions.Keyed.cs#L184C9-L189C62" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AutoActivationExtensions.AddActivatedKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.DependencyInjection.AutoActivation/AutoActivationExtensions.Keyed.cs#L206C9-L212C62" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AutoActivationExtensions.AddActivatedKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.DependencyInjection.AutoActivation/AutoActivationExtensions.Keyed.cs#L229C9-L235C62" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AutoActivationExtensions.TryAddActivatedKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.DependencyInjection.AutoActivation/AutoActivationExtensions.Keyed.cs#L249C9-L253C6" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AutoActivationExtensions.TryAddActivatedKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.DependencyInjection.AutoActivation/AutoActivationExtensions.Keyed.cs#L268C9-L273C6" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AutoActivationExtensions.TryAddActivatedKeyedSingleton(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Object,System.Func{System.IServiceProvider,System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.DependencyInjection.AutoActivation/AutoActivationExtensions.Keyed.cs#L288C9-L293C6" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AutoActivationExtensions.TryAddActivatedKeyedSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.DependencyInjection.AutoActivation/AutoActivationExtensions.Keyed.cs#L306C9-L309C6" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AutoActivationExtensions.TryAddActivatedKeyedSingleton``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.DependencyInjection.AutoActivation/AutoActivationExtensions.Keyed.cs#L324C9-L327C6" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.AutoActivationExtensions.TryAddActivatedKeyedSingleton``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object,System.Func{System.IServiceProvider,System.Object,``0})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.DependencyInjection.AutoActivation/AutoActivationExtensions.Keyed.cs#L342C9-L346C6" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.AutoActivationExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.DependencyInjection.AutoActivation/AutoActivationExtensions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.DependencyInjection.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.DependencyInjection.json deleted file mode 100644 index f2352e17f8e..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.DependencyInjection.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.DependencyInjection", - "GUID": "42F6AFF7992F407092FDE8B59F00074DFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.DefaultServiceProviderFactory.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection/src/DefaultServiceProviderFactory.cs#L19C50-L22C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.DefaultServiceProviderFactory.#ctor(Microsoft.Extensions.DependencyInjection.ServiceProviderOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection/src/DefaultServiceProviderFactory.cs#L29C9-L32C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.DefaultServiceProviderFactory.CreateBuilder(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection/src/DefaultServiceProviderFactory.cs#L37C13-L37C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.DefaultServiceProviderFactory.CreateServiceProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection/src/DefaultServiceProviderFactory.cs#L43C13-L43C68" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.DefaultServiceProviderFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection/src/DefaultServiceProviderFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions.BuildServiceProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceCollectionContainerBuilderExtensions.cs#L20C13-L20C83" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions.BuildServiceProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceCollectionContainerBuilderExtensions.cs#L34C13-L34C114" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions.BuildServiceProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.DependencyInjection.ServiceProviderOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceCollectionContainerBuilderExtensions.cs#L48C13-L57C59" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceCollectionContainerBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs#L101C56-L101C120" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProvider.GetKeyedService(System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs#L110C16-L110C62" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProvider.GetRequiredKeyedService(System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs#L123C16-L123C70" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs#L140C13-L142C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProvider.DisposeAsync", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs#L147C13-L148C40" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceProviderOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProviderOptions.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceProviderOptions.ValidateScopes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProviderOptions.cs#L19C38-L19C42" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ServiceProviderOptions.ValidateOnBuild", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProviderOptions.cs#L25C39-L25C43" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceProviderOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceProviderOptions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.DependencyModel.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.DependencyModel.json deleted file mode 100644 index 187da1fb19e..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.DependencyModel.json +++ /dev/null @@ -1,664 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.DependencyModel", - "GUID": "E10F8532CC55447FBFC2E79B628FBBA9FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Collections.Generic.CollectionExtensions.GetDefaultGroup(System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L11C103-L11C131" - }, - { - "DocsId": "M:System.Collections.Generic.CollectionExtensions.GetRuntimeGroup(System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L15C13-L19C44" - }, - { - "DocsId": "M:System.Collections.Generic.CollectionExtensions.GetDefaultAssets(System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L27C105-L27C134" - }, - { - "DocsId": "M:System.Collections.Generic.CollectionExtensions.GetRuntimeAssets(System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L30C13-L34C45" - }, - { - "DocsId": "M:System.Collections.Generic.CollectionExtensions.GetDefaultRuntimeFileAssets(System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L51C121-L51C156" - }, - { - "DocsId": "M:System.Collections.Generic.CollectionExtensions.GetRuntimeFileAssets(System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs#L54C13-L58C51" - } - ], - "DocsId": "T:System.Collections.Generic.CollectionExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/CollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner.Add(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L32C13-L33C10" - }, - { - "DocsId": "M:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L38C13-L40C10" - }, - { - "DocsId": "M:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner.Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L45C13-L47C10" - }, - { - "DocsId": "M:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner.Add``1(``0,System.Collections.Generic.IEqualityComparer{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L52C13-L54C10" - }, - { - "DocsId": "M:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner.Start", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L59C13-L59C50" - }, - { - "DocsId": "P:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner.CombinedHash", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs#L20C19-L20C56" - } - ], - "DocsId": "T:Microsoft.DotNet.PlatformAbstractions.HashCodeCombiner", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/HashCodeCombiner.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.CompilationLibrary.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs#L20C15-L22C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.CompilationLibrary.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs#L33C15-L38C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.CompilationLibrary.ResolveReferencePaths", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs#L51C13-L53C71" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.CompilationLibrary.ResolveReferencePaths(Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs#L58C13-L71C71" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationLibrary.Assemblies", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs#L40C51-L40C55" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.CompilationLibrary", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationLibrary.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.CompilationOptions.#ctor(System.Collections.Generic.IEnumerable{System.String},System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L50C9-L77C10" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.Defines", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L12C49-L12C53" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.LanguageVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L14C42-L14C46" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.Platform", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L16C35-L16C39" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.AllowUnsafe", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L18C36-L18C40" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.WarningsAsErrors", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L20C41-L20C45" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.Optimize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L22C33-L22C37" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.KeyFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L24C34-L24C38" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.DelaySign", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L26C34-L26C38" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.PublicSign", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L28C35-L28C39" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.DebugType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L30C36-L30C40" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.EmitEntryPoint", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L32C39-L32C43" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.GenerateXmlDocumentation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L34C49-L34C53" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.CompilationOptions.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs#L36C52-L36C56" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.CompilationOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/CompilationOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Dependency.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L14C13-L24C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Dependency.Equals(Microsoft.Extensions.DependencyModel.Dependency)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L31C13-L31C93" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Dependency.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L34C73-L34C123" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Dependency.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L37C13-L37C75" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.Dependency.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L26C30-L26C34" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.Dependency.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs#L27C33-L27C37" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.Dependency", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Dependency.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContext.#ctor(Microsoft.Extensions.DependencyModel.TargetInfo,Microsoft.Extensions.DependencyModel.CompilationOptions,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.CompilationLibrary},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeLibrary},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeFallbacks})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L19C9-L36C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContext.Merge(Microsoft.Extensions.DependencyModel.DependencyContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L53C13-L61C19" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContext.Load(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L79C13-L79C67" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.DependencyContext.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L39C53-L39C74" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.DependencyContext.Target", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L41C36-L41C40" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.DependencyContext.CompilationOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L43C56-L43C60" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.DependencyContext.CompileLibraries", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L45C69-L45C73" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.DependencyContext.RuntimeLibraries", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L47C65-L47C69" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.DependencyContext.RuntimeGraph", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs#L49C63-L49C67" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.DependencyContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetDefaultNativeAssets(Microsoft.Extensions.DependencyModel.DependencyContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L18C13-L20C142" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetDefaultNativeRuntimeFileAssets(Microsoft.Extensions.DependencyModel.DependencyContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L25C13-L27C153" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetRuntimeNativeAssets(Microsoft.Extensions.DependencyModel.DependencyContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L32C13-L35C169" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetRuntimeNativeRuntimeFileAssets(Microsoft.Extensions.DependencyModel.DependencyContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L40C13-L43C180" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetDefaultNativeAssets(Microsoft.Extensions.DependencyModel.RuntimeLibrary,Microsoft.Extensions.DependencyModel.DependencyContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L48C13-L50C83" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetDefaultNativeRuntimeFileAssets(Microsoft.Extensions.DependencyModel.RuntimeLibrary,Microsoft.Extensions.DependencyModel.DependencyContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L55C13-L57C89" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetRuntimeNativeAssets(Microsoft.Extensions.DependencyModel.RuntimeLibrary,Microsoft.Extensions.DependencyModel.DependencyContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L62C13-L66C88" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetRuntimeNativeRuntimeFileAssets(Microsoft.Extensions.DependencyModel.RuntimeLibrary,Microsoft.Extensions.DependencyModel.DependencyContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L71C13-L75C94" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetDefaultAssemblyNames(Microsoft.Extensions.DependencyModel.DependencyContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L80C13-L82C143" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetRuntimeAssemblyNames(Microsoft.Extensions.DependencyModel.DependencyContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L87C13-L90C170" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetDefaultAssemblyNames(Microsoft.Extensions.DependencyModel.RuntimeLibrary,Microsoft.Extensions.DependencyModel.DependencyContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L95C13-L98C109" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextExtensions.GetRuntimeAssemblyNames(Microsoft.Extensions.DependencyModel.RuntimeLibrary,Microsoft.Extensions.DependencyModel.DependencyContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs#L103C13-L107C114" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.DependencyContextExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextJsonReader.Read(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextJsonReader.cs#L24C13-L37C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextJsonReader.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextJsonReader.cs#L41C13-L45C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextJsonReader.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextJsonReader.cs#L49C13-L50C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextJsonReader.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextJsonReader.cs#L20C9-L20C100" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.DependencyContextJsonReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextJsonReader.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextLoader.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextLoader.cs#L22C44-L28C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextLoader.Load(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextLoader.cs#L57C13-L81C28" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.DependencyContextLoader.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextLoader.cs#L42C57-L42C61" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.DependencyContextLoader", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextLoader.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextWriter.Write(Microsoft.Extensions.DependencyModel.DependencyContext,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextWriter.cs#L18C13-L39C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.DependencyContextWriter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextWriter.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.DependencyContextWriter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/DependencyContextWriter.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.IDependencyContextReader.Read(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/IDependencyContextReader.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.IDependencyContextReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/IDependencyContextReader.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Library.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L18C15-L20C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Library.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L30C15-L32C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Library.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L33C9-L66C10" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L68C30-L68C34" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L70C30-L70C34" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L72C33-L72C37" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.Hash", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L74C31-L74C35" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.Dependencies", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L76C57-L76C61" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.Serviceable", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L78C35-L78C39" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L80C31-L80C35" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.HashPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L82C35-L82C39" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.Library.RuntimeStoreManifestName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs#L84C51-L84C55" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.Library", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Library.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.ResourceAssembly.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/ResourceAssembly.cs#L10C9-L22C10" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.ResourceAssembly.Locale", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/ResourceAssembly.cs#L24C32-L24C36" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.ResourceAssembly.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/ResourceAssembly.cs#L26C30-L26C34" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.ResourceAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/ResourceAssembly.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeAssembly.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssembly.cs#L14C9-L26C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeAssembly.Create(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssembly.cs#L34C13-L44C60" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeAssembly.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssembly.cs#L28C37-L28C55" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeAssembly.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssembly.cs#L30C30-L30C34" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.RuntimeAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssembly.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.#ctor(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L14C81-L14C131" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.#ctor(System.String,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L16C9-L20C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.#ctor(System.String,System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.RuntimeFile})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L22C9-L26C10" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.Runtime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L31C34-L31C38" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.AssetPaths", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L40C17-L45C75" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.RuntimeFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs#L56C17-L61C97" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeAssetGroup.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeFallbacks.#ctor(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFallbacks.cs#L15C79-L15C129" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeFallbacks.#ctor(System.String,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFallbacks.cs#L16C9-L26C10" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeFallbacks.Runtime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFallbacks.cs#L12C33-L12C37" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeFallbacks.Fallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFallbacks.cs#L13C51-L13C55" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.RuntimeFallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFallbacks.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeFile.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFile.cs#L10C9-L20C10" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeFile.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFile.cs#L22C30-L22C34" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeFile.AssemblyVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFile.cs#L24C42-L24C46" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeFile.FileVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFile.cs#L26C38-L26C42" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.RuntimeFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeFile.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeLibrary.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IReadOnlyList{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.Collections.Generic.IReadOnlyList{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.ResourceAssembly},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L21C15-L33C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeLibrary.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IReadOnlyList{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.Collections.Generic.IReadOnlyList{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.ResourceAssembly},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L46C15-L59C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.RuntimeLibrary.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IReadOnlyList{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.Collections.Generic.IReadOnlyList{Microsoft.Extensions.DependencyModel.RuntimeAssetGroup},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.ResourceAssembly},System.Collections.Generic.IEnumerable{Microsoft.Extensions.DependencyModel.Dependency},System.Boolean,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L98C15-L115C10" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeLibrary.RuntimeAssemblyGroups", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L117C73-L117C77" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeLibrary.NativeLibraryGroups", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L119C71-L119C75" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.RuntimeLibrary.ResourceAssemblies", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs#L121C69-L121C73" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.RuntimeLibrary", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/RuntimeLibrary.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.TargetInfo.#ctor(System.String,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs#L9C9-L23C10" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.TargetInfo.Framework", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs#L25C35-L25C39" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.TargetInfo.Runtime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs#L27C34-L27C38" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.TargetInfo.RuntimeSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs#L29C43-L29C47" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyModel.TargetInfo.IsPortable", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs#L31C34-L31C38" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.TargetInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/TargetInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/AppBaseCompilationAssemblyResolver.cs#L19C15-L21C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/AppBaseCompilationAssemblyResolver.cs#L24C15-L26C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver.TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/AppBaseCompilationAssemblyResolver.cs#L46C13-L121C10" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.Resolution.AppBaseCompilationAssemblyResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/AppBaseCompilationAssemblyResolver.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.CompositeCompilationAssemblyResolver.#ctor(Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/CompositeCompilationAssemblyResolver.cs#L13C9-L18C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.CompositeCompilationAssemblyResolver.TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/CompositeCompilationAssemblyResolver.cs#L22C63-L29C26" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.Resolution.CompositeCompilationAssemblyResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/CompositeCompilationAssemblyResolver.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver.Resolve", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/DotNetReferenceAssembliesPathResolver.cs#L27C13-L27C83" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/DotNetReferenceAssembliesPathResolver.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver.DotNetReferenceAssembliesPathEnv", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/DotNetReferenceAssembliesPathResolver.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.Resolution.DotNetReferenceAssembliesPathResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/DotNetReferenceAssembliesPathResolver.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver.TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ICompilationAssemblyResolver.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.Resolution.ICompilationAssemblyResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ICompilationAssemblyResolver.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/PackageCompilationAssemblyResolver.cs#L17C15-L19C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/PackageCompilationAssemblyResolver.cs#L22C15-L24C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver.TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/PackageCompilationAssemblyResolver.cs#L79C13-L100C26" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/PackageCompilationAssemblyResolver.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ReferenceAssemblyPathResolver.cs#L18C15-L20C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver.#ctor(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ReferenceAssemblyPathResolver.cs#L23C15-L25C10" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver.TryResolveAssemblyPaths(Microsoft.Extensions.DependencyModel.CompilationLibrary,System.Collections.Generic.List{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ReferenceAssemblyPathResolver.cs#L46C13-L60C25" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ReferenceAssemblyPathResolver.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Diagnostics.Abstractions.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Diagnostics.Abstractions.json deleted file mode 100644 index b394e451d59..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Diagnostics.Abstractions.json +++ /dev/null @@ -1,206 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Diagnostics.Abstractions", - "GUID": "D96CCD23CA29407C90EA56B794A53D18FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsBuilder.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener.Initialize(Microsoft.Extensions.Diagnostics.Metrics.IObservableInstrumentsSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsListener.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener.InstrumentPublished(System.Diagnostics.Metrics.Instrument,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsListener.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener.MeasurementsCompleted(System.Diagnostics.Metrics.Instrument,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsListener.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener.GetMeasurementHandlers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsListener.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsListener.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IMetricsListener.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.InstrumentRule.#ctor(System.String,System.String,System.String,Microsoft.Extensions.Diagnostics.Metrics.MeterScope,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs#L31C45-L25C129" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.InstrumentRule.MeterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs#L31C36-L31C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.InstrumentRule.InstrumentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs#L37C41-L37C45" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.InstrumentRule.ListenerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs#L43C39-L43C43" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.InstrumentRule.Scopes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs#L49C36-L49C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.InstrumentRule.Enable", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs#L56C30-L56C34" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.InstrumentRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/InstrumentRule.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.IObservableInstrumentsSource.RecordObservableInstruments", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IObservableInstrumentsSource.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.IObservableInstrumentsSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/IObservableInstrumentsSource.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MeasurementHandlers.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.MeasurementHandlers.ByteHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L16C57-L16C61" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.MeasurementHandlers.ShortHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L21C59-L21C63" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.MeasurementHandlers.IntHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L26C55-L26C59" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.MeasurementHandlers.LongHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L31C57-L31C61" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.MeasurementHandlers.FloatHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L36C59-L36C63" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.MeasurementHandlers.DoubleHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L41C61-L41C65" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.MeasurementHandlers.DecimalHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs#L46C63-L46C67" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.MeasurementHandlers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeasurementHandlers.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Diagnostics.Metrics.MeterScope.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeterScope.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Diagnostics.Metrics.MeterScope.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeterScope.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Diagnostics.Metrics.MeterScope.Global", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeterScope.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Diagnostics.Metrics.MeterScope.Local", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeterScope.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.MeterScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MeterScope.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.AddListener``1(Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Listeners.cs#L24C13-L26C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.AddListener(Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder,Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Listeners.cs#L37C13-L39C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.ClearListeners(Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Listeners.cs#L49C13-L51C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.EnableMetrics(Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L16707566C0-L22C82" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.EnableMetrics(Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder,System.String,System.String,System.String,Microsoft.Extensions.Diagnostics.Metrics.MeterScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L16707566C0-L35C120" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.EnableMetrics(Microsoft.Extensions.Diagnostics.Metrics.MetricsOptions,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L44C16-L44C81" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.EnableMetrics(Microsoft.Extensions.Diagnostics.Metrics.MetricsOptions,System.String,System.String,System.String,Microsoft.Extensions.Diagnostics.Metrics.MeterScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L57C16-L57C94" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.DisableMetrics(Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L16707566C0-L66C83" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.DisableMetrics(Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder,System.String,System.String,System.String,Microsoft.Extensions.Diagnostics.Metrics.MeterScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L16707566C0-L79C121" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.DisableMetrics(Microsoft.Extensions.Diagnostics.Metrics.MetricsOptions,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L88C16-L88C82" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions.DisableMetrics(Microsoft.Extensions.Diagnostics.Metrics.MetricsOptions,System.String,System.String,System.String,Microsoft.Extensions.Diagnostics.Metrics.MeterScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Rules.cs#L101C16-L101C95" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsBuilderExtensions.Listeners.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsOptions.cs#L16C55-L16C81" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.MetricsOptions.Rules", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsOptions.cs#L16C46-L16C50" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.MetricsOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics.Abstractions/src/Metrics/MetricsOptions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Diagnostics.ExceptionSummarization.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Diagnostics.ExceptionSummarization.json deleted file mode 100644 index 105581393e5..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Diagnostics.ExceptionSummarization.json +++ /dev/null @@ -1,118 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Diagnostics.ExceptionSummarization", - "GUID": "898329701C924896B5589800AA062037FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ExceptionSummarizationServiceCollectionExtensions.AddExceptionSummarizer(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ExceptionSummarization/ExceptionSummarizationServiceCollectionExtensions.cs#L25C9-L28C25" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ExceptionSummarizationServiceCollectionExtensions.AddExceptionSummarizer(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Diagnostics.ExceptionSummarization.IExceptionSummarizationBuilder})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ExceptionSummarization/ExceptionSummarizationServiceCollectionExtensions.cs#L40C9-L46C25" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ExceptionSummarizationServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ExceptionSummarization/ExceptionSummarizationServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.ExceptionSummarization.ExceptionSummarizationBuilderExtensions.AddHttpProvider(Microsoft.Extensions.Diagnostics.ExceptionSummarization.IExceptionSummarizationBuilder)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ExceptionSummarization/ExceptionSummarizationBuilderExtensions.cs#L23C12-L23C77" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.ExceptionSummarization.ExceptionSummarizationBuilderExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ExceptionSummarization/ExceptionSummarizationBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.ExceptionSummarization.ExceptionSummary.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ExceptionSummarization/ExceptionSummary.cs#L31C9-L34C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.ExceptionSummarization.ExceptionSummary.GetHashCode", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ExceptionSummarization/ExceptionSummary.cs#L67C42-L70C65" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.ExceptionSummarization.ExceptionSummary.ToString", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ExceptionSummarization/ExceptionSummary.cs#L81C9-L83C68" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.ExceptionSummarization.ExceptionSummary.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ExceptionSummarization/ExceptionSummary.cs#L91C49-L91C99" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.ExceptionSummarization.ExceptionSummary.Equals(Microsoft.Extensions.Diagnostics.ExceptionSummarization.ExceptionSummary)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ExceptionSummarization/ExceptionSummary.cs#L100C9-L102C92" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.ExceptionSummarization.ExceptionSummary.op_Equality(Microsoft.Extensions.Diagnostics.ExceptionSummarization.ExceptionSummary,Microsoft.Extensions.Diagnostics.ExceptionSummarization.ExceptionSummary)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ExceptionSummarization/ExceptionSummary.cs#L113C9-L113C35" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.ExceptionSummarization.ExceptionSummary.op_Inequality(Microsoft.Extensions.Diagnostics.ExceptionSummarization.ExceptionSummary,Microsoft.Extensions.Diagnostics.ExceptionSummarization.ExceptionSummary)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ExceptionSummarization/ExceptionSummary.cs#L124C9-L124C36" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.ExceptionSummarization.ExceptionSummary.ExceptionType", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ExceptionSummarization/ExceptionSummary.cs#L43C35-L43C39" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.ExceptionSummarization.ExceptionSummary.Description", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ExceptionSummarization/ExceptionSummary.cs#L52C33-L52C37" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.ExceptionSummarization.ExceptionSummary.AdditionalDetails", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ExceptionSummarization/ExceptionSummary.cs#L61C39-L61C43" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.ExceptionSummarization.ExceptionSummary", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ExceptionSummarization/ExceptionSummary.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.ExceptionSummarization.IExceptionSummarizationBuilder.AddProvider``1", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ExceptionSummarization/IExceptionSummarizationBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.ExceptionSummarization.IExceptionSummarizationBuilder.Services", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ExceptionSummarization/IExceptionSummarizationBuilder.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.ExceptionSummarization.IExceptionSummarizationBuilder", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ExceptionSummarization/IExceptionSummarizationBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.ExceptionSummarization.IExceptionSummarizer.Summarize(System.Exception)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ExceptionSummarization/IExceptionSummarizer.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.ExceptionSummarization.IExceptionSummarizer", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ExceptionSummarization/IExceptionSummarizer.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.ExceptionSummarization.IExceptionSummaryProvider.Describe(System.Exception,System.String@)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ExceptionSummarization/IExceptionSummaryProvider.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.ExceptionSummarization.IExceptionSummaryProvider.SupportedExceptionTypes", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ExceptionSummarization/IExceptionSummaryProvider.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.ExceptionSummarization.IExceptionSummaryProvider.Descriptions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ExceptionSummarization/IExceptionSummaryProvider.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.ExceptionSummarization.IExceptionSummaryProvider", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ExceptionSummarization/IExceptionSummaryProvider.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.json deleted file mode 100644 index 53b670f7c09..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.json +++ /dev/null @@ -1,214 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions", - "GUID": "5FA94F766518402394C53AC2D92A20EBFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckContext.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthCheckContext.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckContext.Registration", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthCheckContext.cs#L15C51-L15C55" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckContext", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthCheckContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration.#ctor(System.String,Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheck,System.Nullable{Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus},System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthCheckRegistration.cs#L41C11-L43C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration.#ctor(System.String,Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheck,System.Nullable{Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.TimeSpan})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthCheckRegistration.cs#L16707566C0-L71C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration.#ctor(System.String,System.Func{System.IServiceProvider,Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheck},System.Nullable{Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus},System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthCheckRegistration.cs#L88C11-L90C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration.#ctor(System.String,System.Func{System.IServiceProvider,Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheck},System.Nullable{Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.TimeSpan})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthCheckRegistration.cs#L103C5-L123C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration.Factory", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthCheckRegistration.cs#L130C16-L130C24" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration.FailureStatus", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthCheckRegistration.cs#L142C41-L142C45" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration.Timeout", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthCheckRegistration.cs#L149C16-L149C24" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration.Delay", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthCheckRegistration.cs#L166C30-L166C34" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration.Period", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthCheckRegistration.cs#L171C31-L171C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration.Name", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthCheckRegistration.cs#L178C16-L178C21" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration.Tags", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthCheckRegistration.cs#L190C32-L190C36" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthCheckRegistration.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult.#ctor(Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus,System.String,System.Exception,System.Collections.Generic.IReadOnlyDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthCheckResult.cs#L26C9-L30C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult.Healthy(System.String,System.Collections.Generic.IReadOnlyDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthCheckResult.cs#L60C9-L60C104" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult.Degraded(System.String,System.Exception,System.Collections.Generic.IReadOnlyDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthCheckResult.cs#L72C9-L72C110" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult.Unhealthy(System.String,System.Exception,System.Collections.Generic.IReadOnlyDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthCheckResult.cs#L84C9-L84C100" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult.Data", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthCheckResult.cs#L35C55-L35C59" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult.Description", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthCheckResult.cs#L40C34-L40C38" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult.Exception", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthCheckResult.cs#L45C35-L45C39" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult.Status", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthCheckResult.cs#L50C34-L50C38" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthCheckResult.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReport.#ctor(System.Collections.Generic.IReadOnlyDictionary{System.String,Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry},System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthReport.cs#L20C11-L25C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReport.#ctor(System.Collections.Generic.IReadOnlyDictionary{System.String,Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry},Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthReport.cs#L33C5-L38C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReport.Entries", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthReport.cs#L47C69-L47C73" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReport.Status", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthReport.cs#L53C34-L53C38" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReport.TotalDuration", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthReport.cs#L58C37-L58C41" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReport", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthReport.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry.#ctor(Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus,System.String,System.TimeSpan,System.Exception,System.Collections.Generic.IReadOnlyDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthReportEntry.cs#L27C11-L29C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry.#ctor(Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus,System.String,System.TimeSpan,System.Exception,System.Collections.Generic.IReadOnlyDictionary{System.String,System.Object},System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthReportEntry.cs#L43C9-L49C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry.Data", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthReportEntry.cs#L54C55-L54C59" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry.Description", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthReportEntry.cs#L59C34-L59C38" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry.Duration", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthReportEntry.cs#L64C32-L64C36" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry.Exception", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthReportEntry.cs#L69C35-L69C39" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry.Status", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthReportEntry.cs#L74C34-L74C38" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry.Tags", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthReportEntry.cs#L79C39-L79C43" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.HealthChecks.HealthReportEntry", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthReportEntry.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus.value__", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthStatus.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus.Unhealthy", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthStatus.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus.Degraded", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthStatus.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus.Healthy", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthStatus.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/HealthStatus.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheck.CheckHealthAsync(Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckContext,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/IHealthCheck.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheck", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/IHealthCheck.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheckPublisher.PublishAsync(Microsoft.Extensions.Diagnostics.HealthChecks.HealthReport,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/IHealthCheckPublisher.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheckPublisher", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/Abstractions/src/IHealthCheckPublisher.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Diagnostics.HealthChecks.Common.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Diagnostics.HealthChecks.Common.json deleted file mode 100644 index 6730ff21c22..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Diagnostics.HealthChecks.Common.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Diagnostics.HealthChecks.Common", - "GUID": "A2361496D3E14D8C911E21BB51744306FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.CommonHealthChecksExtensions.AddApplicationLifecycleHealthCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String[])", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.HealthChecks.Common/CommonHealthChecksExtensions.ApplicationLifecycle.cs#L24C12-L25C105" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.CommonHealthChecksExtensions.AddApplicationLifecycleHealthCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.HealthChecks.Common/CommonHealthChecksExtensions.ApplicationLifecycle.cs#L35C12-L36C105" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.CommonHealthChecksExtensions.AddManualHealthCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String[])", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.HealthChecks.Common/CommonHealthChecksExtensions.Manual.cs#L22C12-L24C84" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.CommonHealthChecksExtensions.AddManualHealthCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.HealthChecks.Common/CommonHealthChecksExtensions.Manual.cs#L34C12-L36C84" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.CommonHealthChecksExtensions.ReportHealthy(Microsoft.Extensions.Diagnostics.HealthChecks.IManualHealthCheck)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.HealthChecks.Common/CommonHealthChecksExtensions.Manual.cs#L44C12-L44C80" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.CommonHealthChecksExtensions.ReportUnhealthy(Microsoft.Extensions.Diagnostics.HealthChecks.IManualHealthCheck,System.String)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.HealthChecks.Common/CommonHealthChecksExtensions.Manual.cs#L53C12-L53C114" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.CommonHealthChecksExtensions.AddTelemetryHealthCheckPublisher(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.HealthChecks.Common/CommonHealthChecksExtensions.TelemetryPublisher.cs#L21C12-L24C82" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.CommonHealthChecksExtensions.AddTelemetryHealthCheckPublisher(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.Configuration.IConfigurationSection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.HealthChecks.Common/CommonHealthChecksExtensions.TelemetryPublisher.cs#L34C12-L38C82" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.CommonHealthChecksExtensions.AddTelemetryHealthCheckPublisher(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Diagnostics.HealthChecks.TelemetryHealthCheckPublisherOptions})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.HealthChecks.Common/CommonHealthChecksExtensions.TelemetryPublisher.cs#L48C12-L52C82" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.CommonHealthChecksExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.HealthChecks.Common/CommonHealthChecksExtensions.ApplicationLifecycle.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.IManualHealthCheck.Result", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.HealthChecks.Common/IManualHealthCheck.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.HealthChecks.IManualHealthCheck", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.HealthChecks.Common/IManualHealthCheck.cs" - }, - { - "Members": [], - "DocsId": "T:Microsoft.Extensions.Diagnostics.HealthChecks.IManualHealthCheck`1", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.HealthChecks.Common/IManualHealthCheck.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.TelemetryHealthCheckPublisherOptions.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.HealthChecks.Common/TelemetryHealthCheckPublisherOptions.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.TelemetryHealthCheckPublisherOptions.LogOnlyUnhealthy", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.HealthChecks.Common/TelemetryHealthCheckPublisherOptions.cs#L18C36-L18C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.HealthChecks.TelemetryHealthCheckPublisherOptions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.HealthChecks.Common/TelemetryHealthCheckPublisherOptions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore.json deleted file mode 100644 index ea492a846a5..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore", - "GUID": "AE96D592CFD3478F9BB5433CECBCF30DFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.EntityFrameworkCoreHealthChecksBuilderExtensions.AddDbContextCheck``1(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Nullable{Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus},System.Collections.Generic.IEnumerable{System.String},System.Func{``0,System.Threading.CancellationToken,System.Threading.Tasks.Task{System.Boolean}})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Middleware/HealthChecks.EntityFrameworkCore/src/DependencyInjection/EntityFrameworkCoreHealthChecksBuilderExtensions.cs#L16707566C0-L72C122" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.EntityFrameworkCoreHealthChecksBuilderExtensions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Middleware/HealthChecks.EntityFrameworkCore/src/DependencyInjection/EntityFrameworkCoreHealthChecksBuilderExtensions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization.json deleted file mode 100644 index 2df6d2c78cf..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization", - "GUID": "F7236A97365D4ADC8A235A973B07577AFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ResourceUtilizationHealthCheckExtensions.AddResourceUtilizationHealthCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String[])", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization/ResourceUtilizationHealthCheckExtensions.cs#L28C9-L32C94" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ResourceUtilizationHealthCheckExtensions.AddResourceUtilizationHealthCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization/ResourceUtilizationHealthCheckExtensions.cs#L44C9-L48C94" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ResourceUtilizationHealthCheckExtensions.AddResourceUtilizationHealthCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,Microsoft.Extensions.Configuration.IConfigurationSection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization/ResourceUtilizationHealthCheckExtensions.cs#L62C9-L66C60" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ResourceUtilizationHealthCheckExtensions.AddResourceUtilizationHealthCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,Microsoft.Extensions.Configuration.IConfigurationSection,System.String[])", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization/ResourceUtilizationHealthCheckExtensions.cs#L82C9-L87C64" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ResourceUtilizationHealthCheckExtensions.AddResourceUtilizationHealthCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,Microsoft.Extensions.Configuration.IConfigurationSection,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization/ResourceUtilizationHealthCheckExtensions.cs#L103C9-L108C64" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ResourceUtilizationHealthCheckExtensions.AddResourceUtilizationHealthCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.Action{Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilizationHealthCheckOptions})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization/ResourceUtilizationHealthCheckExtensions.cs#L122C9-L126C60" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ResourceUtilizationHealthCheckExtensions.AddResourceUtilizationHealthCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.Action{Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilizationHealthCheckOptions},System.String[])", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization/ResourceUtilizationHealthCheckExtensions.cs#L142C9-L147C64" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ResourceUtilizationHealthCheckExtensions.AddResourceUtilizationHealthCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.Action{Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilizationHealthCheckOptions},System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization/ResourceUtilizationHealthCheckExtensions.cs#L163C9-L168C64" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ResourceUtilizationHealthCheckExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization/ResourceUtilizationHealthCheckExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUsageThresholds.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization/ResourceUsageThresholds.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUsageThresholds.DegradedUtilizationPercentage", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization/ResourceUsageThresholds.cs#L22C52-L22C56" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUsageThresholds.UnhealthyUtilizationPercentage", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization/ResourceUsageThresholds.cs#L31C53-L31C57" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUsageThresholds", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization/ResourceUsageThresholds.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilizationHealthCheckOptions.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization/ResourceUtilizationHealthCheckOptions.cs#L27C66-L46C73" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilizationHealthCheckOptions.CpuThresholds", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization/ResourceUtilizationHealthCheckOptions.cs#L27C52-L27C56" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilizationHealthCheckOptions.MemoryThresholds", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization/ResourceUtilizationHealthCheckOptions.cs#L37C55-L37C59" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilizationHealthCheckOptions.SamplingWindow", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization/ResourceUtilizationHealthCheckOptions.cs#L46C38-L46C42" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilizationHealthCheckOptions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization/ResourceUtilizationHealthCheckOptions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Diagnostics.HealthChecks.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Diagnostics.HealthChecks.json deleted file mode 100644 index 96827fc5006..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Diagnostics.HealthChecks.json +++ /dev/null @@ -1,164 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Diagnostics.HealthChecks", - "GUID": "95EEA23C341142068BA4C6036F4D84EDFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderAddCheckExtensions.AddCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheck,System.Nullable{Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus},System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderAddCheckExtensions.cs#L37C9-L37C80" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderAddCheckExtensions.AddCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheck,System.Nullable{Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.TimeSpan})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderAddCheckExtensions.cs#L62C9-L66C103" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderAddCheckExtensions.AddCheck``1(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Nullable{Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus},System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderAddCheckExtensions.cs#L94C9-L94C73" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderAddCheckExtensions.AddCheck``1(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Nullable{Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.TimeSpan})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderAddCheckExtensions.cs#L123C9-L126C121" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderAddCheckExtensions.AddTypeActivatedCheck``1(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderAddCheckExtensions.cs#L153C9-L156C95" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderAddCheckExtensions.AddTypeActivatedCheck``1(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Nullable{Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus},System.Object[])", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderAddCheckExtensions.cs#L182C9-L185C89" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderAddCheckExtensions.AddTypeActivatedCheck``1(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Nullable{Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus},System.Collections.Generic.IEnumerable{System.String},System.Object[])", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderAddCheckExtensions.cs#L16707566C0-L216C100" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderAddCheckExtensions.AddTypeActivatedCheck``1(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Nullable{Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus},System.Collections.Generic.IEnumerable{System.String},System.TimeSpan,System.Object[])", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderAddCheckExtensions.cs#L16707566C0-L254C109" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderAddCheckExtensions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderAddCheckExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderDelegateExtensions.AddCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Func{Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult},System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderDelegateExtensions.cs#L34C9-L34C62" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderDelegateExtensions.AddCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Func{Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.TimeSpan})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderDelegateExtensions.cs#L16707566C0-L59C109" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderDelegateExtensions.AddCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Func{System.Threading.CancellationToken,Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult},System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderDelegateExtensions.cs#L77C9-L77C62" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderDelegateExtensions.AddCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Func{System.Threading.CancellationToken,Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.TimeSpan})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderDelegateExtensions.cs#L16707566C0-L102C109" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderDelegateExtensions.AddAsyncCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Func{System.Threading.Tasks.Task{Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult}},System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderDelegateExtensions.cs#L120C9-L120C67" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderDelegateExtensions.AddAsyncCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Func{System.Threading.Tasks.Task{Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult}},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.TimeSpan})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderDelegateExtensions.cs#L16707566C0-L145C109" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderDelegateExtensions.AddAsyncCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Func{System.Threading.CancellationToken,System.Threading.Tasks.Task{Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult}},System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderDelegateExtensions.cs#L163C9-L163C67" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderDelegateExtensions.AddAsyncCheck(Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder,System.String,System.Func{System.Threading.CancellationToken,System.Threading.Tasks.Task{Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckResult}},System.Collections.Generic.IEnumerable{System.String},System.Nullable{System.TimeSpan})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderDelegateExtensions.cs#L16707566C0-L188C109" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.HealthChecksBuilderDelegateExtensions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthChecksBuilderDelegateExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HealthCheckServiceCollectionExtensions.AddHealthChecks(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthCheckServiceCollectionExtensions.cs#L28C9-L30C50" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.HealthCheckServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/HealthChecks/src/DependencyInjection/HealthCheckServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder.Add(Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/HealthChecks/src/DependencyInjection/IHealthChecksBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder.Services", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/HealthChecks/src/DependencyInjection/IHealthChecksBuilder.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.IHealthChecksBuilder", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/HealthChecks/src/DependencyInjection/IHealthChecksBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckPublisherOptions.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/HealthChecks/src/HealthCheckPublisherOptions.cs#L85C45-L23C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckPublisherOptions.Delay", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/HealthChecks/src/HealthCheckPublisherOptions.cs#L32C16-L32C22" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckPublisherOptions.Period", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/HealthChecks/src/HealthCheckPublisherOptions.cs#L53C16-L53C23" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckPublisherOptions.Predicate", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/HealthChecks/src/HealthCheckPublisherOptions.cs#L78C61-L78C65" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckPublisherOptions.Timeout", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/HealthChecks/src/HealthCheckPublisherOptions.cs#L85C31-L85C35" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckPublisherOptions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/HealthChecks/src/HealthCheckPublisherOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckService.CheckHealthAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/HealthChecks/src/HealthCheckService.cs#L45C9-L45C69" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckService.CheckHealthAsync(System.Func{Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckRegistration,System.Boolean},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/HealthChecks/src/HealthCheckService.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckService.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/HealthChecks/src/HealthCheckService.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckService", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/HealthChecks/src/HealthCheckService.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckServiceOptions.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/HealthChecks/src/HealthCheckServiceOptions.cs#L16C74-L16C109" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckServiceOptions.Registrations", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/HealthChecks/src/HealthCheckServiceOptions.cs#L16C65-L16C69" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckServiceOptions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/HealthChecks/HealthChecks/src/HealthCheckServiceOptions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Diagnostics.Probes.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Diagnostics.Probes.json deleted file mode 100644 index a54452de7d0..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Diagnostics.Probes.json +++ /dev/null @@ -1,120 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Diagnostics.Probes", - "GUID": "5ABA3F90CA4F480A8FDE307F0D0D5C05FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Probes.KubernetesProbesOptions.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Probes/KubernetesProbesOptions.cs#L21C67-L46C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Probes.KubernetesProbesOptions.LivenessProbe", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Probes/KubernetesProbesOptions.cs#L21C53-L21C57" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Probes.KubernetesProbesOptions.StartupProbe", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Probes/KubernetesProbesOptions.cs#L32C52-L32C56" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Probes.KubernetesProbesOptions.ReadinessProbe", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Probes/KubernetesProbesOptions.cs#L43C54-L43C58" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Probes.KubernetesProbesOptions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Probes/KubernetesProbesOptions.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Diagnostics.Probes.ProbeTags.Liveness", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Probes/ProbeTags.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Diagnostics.Probes.ProbeTags.Startup", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Probes/ProbeTags.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Diagnostics.Probes.ProbeTags.Readiness", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Probes/ProbeTags.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Probes.ProbeTags", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Probes/ProbeTags.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Probes.TcpEndpointProbesOptions.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Probes/TcpEndpointProbesOptions.cs#L28C40-L46C84" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Probes.TcpEndpointProbesOptions.TcpPort", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Probes/TcpEndpointProbesOptions.cs#L28C26-L28C30" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Probes.TcpEndpointProbesOptions.MaxPendingConnections", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Probes/TcpEndpointProbesOptions.cs#L37C40-L37C44" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Probes.TcpEndpointProbesOptions.HealthAssessmentPeriod", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Probes/TcpEndpointProbesOptions.cs#L46C46-L46C50" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Probes.TcpEndpointProbesOptions.FilterChecks", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Probes/TcpEndpointProbesOptions.cs#L54C64-L54C68" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Probes.TcpEndpointProbesOptions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Probes/TcpEndpointProbesOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.KubernetesProbesExtensions.AddKubernetesProbes(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Probes/KubernetesProbesExtensions.cs#L23C12-L23C52" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.KubernetesProbesExtensions.AddKubernetesProbes(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.Configuration.IConfigurationSection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Probes/KubernetesProbesExtensions.cs#L16707566C0-L36C67" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.KubernetesProbesExtensions.AddKubernetesProbes(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Diagnostics.Probes.KubernetesProbesOptions})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Probes/KubernetesProbesExtensions.cs#L16707566C0-L94C16" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.KubernetesProbesExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Probes/KubernetesProbesExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.TcpEndpointProbesExtensions.AddTcpEndpointProbe(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Probes/TcpEndpointProbesExtensions.cs#L28C9-L30C95" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.TcpEndpointProbesExtensions.AddTcpEndpointProbe(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Probes/TcpEndpointProbesExtensions.cs#L16707566C0-L55C25" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.TcpEndpointProbesExtensions.AddTcpEndpointProbe(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Diagnostics.Probes.TcpEndpointProbesOptions})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Probes/TcpEndpointProbesExtensions.cs#L69C9-L74C47" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.TcpEndpointProbesExtensions.AddTcpEndpointProbe(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{Microsoft.Extensions.Diagnostics.Probes.TcpEndpointProbesOptions})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Probes/TcpEndpointProbesExtensions.cs#L90C9-L95C51" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.TcpEndpointProbesExtensions.AddTcpEndpointProbe(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.Configuration.IConfigurationSection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Probes/TcpEndpointProbesExtensions.cs#L109C9-L114C47" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.TcpEndpointProbesExtensions.AddTcpEndpointProbe(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,Microsoft.Extensions.Configuration.IConfigurationSection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Probes/TcpEndpointProbesExtensions.cs#L130C9-L135C51" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.TcpEndpointProbesExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Probes/TcpEndpointProbesExtensions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Diagnostics.ResourceMonitoring.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Diagnostics.ResourceMonitoring.json deleted file mode 100644 index 240b4be43d2..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Diagnostics.ResourceMonitoring.json +++ /dev/null @@ -1,154 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Diagnostics.ResourceMonitoring", - "GUID": "95B46646FCD84E3D83D15483B826C710FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ResourceMonitoringServiceCollectionExtensions.AddResourceMonitoring(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring/ResourceMonitoringServiceCollectionExtensions.cs#L32C9-L34C65" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ResourceMonitoringServiceCollectionExtensions.AddResourceMonitoring(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Diagnostics.ResourceMonitoring.IResourceMonitorBuilder})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring/ResourceMonitoringServiceCollectionExtensions.cs#L48C9-L51C66" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ResourceMonitoringServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring/ResourceMonitoringServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.ResourceMonitoring.IResourceMonitor.GetUtilization(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring/IResourceMonitor.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.ResourceMonitoring.IResourceMonitor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring/IResourceMonitor.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.ResourceMonitoring.IResourceMonitorBuilder.AddPublisher``1", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring/IResourceMonitorBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.ResourceMonitoring.IResourceMonitorBuilder.Services", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring/IResourceMonitorBuilder.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.ResourceMonitoring.IResourceMonitorBuilder", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring/IResourceMonitorBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.ResourceMonitoring.IResourceUtilizationPublisher.PublishAsync(Microsoft.Extensions.Diagnostics.ResourceMonitoring.ResourceUtilization,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring/IResourceUtilizationPublisher.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.ResourceMonitoring.IResourceUtilizationPublisher", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring/IResourceUtilizationPublisher.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.ResourceMonitoring.ResourceMonitoringBuilderExtensions.ConfigureMonitor(Microsoft.Extensions.Diagnostics.ResourceMonitoring.IResourceMonitorBuilder,System.Action{Microsoft.Extensions.Diagnostics.ResourceMonitoring.ResourceMonitoringOptions})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring/ResourceMonitoringBuilderExtensions.cs#L16707566C0-L31C104" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.ResourceMonitoring.ResourceMonitoringBuilderExtensions.ConfigureMonitor(Microsoft.Extensions.Diagnostics.ResourceMonitoring.IResourceMonitorBuilder,Microsoft.Extensions.Configuration.IConfigurationSection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring/ResourceMonitoringBuilderExtensions.cs#L16707566C0-L48C97" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.ResourceMonitoring.ResourceMonitoringBuilderExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring/ResourceMonitoringBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.ResourceMonitoring.ResourceMonitoringOptions.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring/ResourceMonitoringOptions.cs#L32C54-L19C80" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.ResourceMonitoring.ResourceMonitoringOptions.CollectionWindow", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring/ResourceMonitoringOptions.cs#L32C40-L32C44" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.ResourceMonitoring.ResourceMonitoringOptions.SamplingInterval", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring/ResourceMonitoringOptions.cs#L44C40-L44C44" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.ResourceMonitoring.ResourceMonitoringOptions.PublishingWindow", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring/ResourceMonitoringOptions.cs#L56C40-L56C44" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.ResourceMonitoring.ResourceMonitoringOptions.CpuConsumptionRefreshInterval", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring/ResourceMonitoringOptions.Linux.cs#L26C53-L26C57" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.ResourceMonitoring.ResourceMonitoringOptions.MemoryConsumptionRefreshInterval", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring/ResourceMonitoringOptions.Linux.cs#L39C56-L39C60" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.ResourceMonitoring.ResourceMonitoringOptions.SourceIpAddresses", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring/ResourceMonitoringOptions.Windows.cs#L19C45-L19C49" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.ResourceMonitoring.ResourceMonitoringOptions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring/ResourceMonitoringOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.ResourceMonitoring.ResourceUtilization.#ctor(System.Double,System.UInt64,Microsoft.Extensions.Diagnostics.ResourceMonitoring.SystemResources)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring/ResourceUtilization.cs#L44C43-L58C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.ResourceMonitoring.ResourceUtilization.CpuUsedPercentage", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring/ResourceUtilization.cs#L24C39-L24C43" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.ResourceMonitoring.ResourceUtilization.MemoryUsedPercentage", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring/ResourceUtilization.cs#L32C42-L32C46" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.ResourceMonitoring.ResourceUtilization.MemoryUsedInBytes", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring/ResourceUtilization.cs#L37C38-L37C42" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.ResourceMonitoring.ResourceUtilization.SystemResources", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring/ResourceUtilization.cs#L42C46-L42C50" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.ResourceMonitoring.ResourceUtilization", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring/ResourceUtilization.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.ResourceMonitoring.SystemResources.#ctor(System.Double,System.Double,System.UInt64,System.UInt64)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring/SystemResources.cs#L54C9-L58C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.ResourceMonitoring.SystemResources.GuaranteedCpuUnits", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring/SystemResources.cs#L23C40-L23C44" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.ResourceMonitoring.SystemResources.MaximumCpuUnits", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring/SystemResources.cs#L33C37-L33C41" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.ResourceMonitoring.SystemResources.GuaranteedMemoryInBytes", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring/SystemResources.cs#L38C44-L38C48" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.ResourceMonitoring.SystemResources.MaximumMemoryInBytes", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring/SystemResources.cs#L43C41-L43C45" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.ResourceMonitoring.SystemResources", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.ResourceMonitoring/SystemResources.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Diagnostics.Testing.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Diagnostics.Testing.json deleted file mode 100644 index 552396616e8..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Diagnostics.Testing.json +++ /dev/null @@ -1,386 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Diagnostics.Testing", - "GUID": "0F2A6E8F3998485295B2644275761720FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.FakeLoggerServiceProviderExtensions.GetFakeLogCollector(System.IServiceProvider)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerServiceProviderExtensions.cs#L21C12-L21C126" - } - ], - "DocsId": "T:System.FakeLoggerServiceProviderExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerServiceProviderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Testing.CollectedMeasurement`1.ContainsTags(System.Collections.Generic.KeyValuePair{System.String,System.Object}[])", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/CollectedMeasurement.cs#L61C29-L74C21" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Testing.CollectedMeasurement`1.ContainsTags(System.String[])", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/CollectedMeasurement.cs#L84C29-L92C21" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Testing.CollectedMeasurement`1.MatchesTags(System.Collections.Generic.KeyValuePair{System.String,System.Object}[])", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/CollectedMeasurement.cs#L100C77-L100C126" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Testing.CollectedMeasurement`1.MatchesTags(System.String[])", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/CollectedMeasurement.cs#L107C54-L107C117" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.Testing.CollectedMeasurement`1.Value", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/CollectedMeasurement.cs#L42C22-L42C26" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.Testing.CollectedMeasurement`1.Timestamp", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/CollectedMeasurement.cs#L47C39-L47C43" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.Testing.CollectedMeasurement`1.Tags", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/CollectedMeasurement.cs#L52C56-L52C60" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.Testing.CollectedMeasurement`1", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/CollectedMeasurement.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Testing.MeasurementExtensions.ContainsTags``1(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Diagnostics.Metrics.Testing.CollectedMeasurement{``0}},System.Collections.Generic.KeyValuePair{System.String,System.Object}[])", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/MeasurementExtensions.cs#L16707566C0-L24C57" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Testing.MeasurementExtensions.ContainsTags``1(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Diagnostics.Metrics.Testing.CollectedMeasurement{``0}},System.String[])", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/MeasurementExtensions.cs#L16707566C0-L35C57" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Testing.MeasurementExtensions.MatchesTags``1(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Diagnostics.Metrics.Testing.CollectedMeasurement{``0}},System.Collections.Generic.KeyValuePair{System.String,System.Object}[])", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/MeasurementExtensions.cs#L16707566C0-L46C56" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Testing.MeasurementExtensions.MatchesTags``1(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Diagnostics.Metrics.Testing.CollectedMeasurement{``0}},System.String[])", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/MeasurementExtensions.cs#L16707566C0-L57C56" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Testing.MeasurementExtensions.EvaluateAsCounter``1(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Diagnostics.Metrics.Testing.CollectedMeasurement{``0}})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/MeasurementExtensions.cs#L69C9-L16707566C0" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.Testing.MeasurementExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/MeasurementExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Testing.MetricCollector`1.#ctor(System.Diagnostics.Metrics.Instrument{`0},System.TimeProvider)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/MetricCollector.cs#L49C11-L55C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Testing.MetricCollector`1.#ctor(System.Diagnostics.Metrics.ObservableInstrument{`0},System.TimeProvider)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/MetricCollector.cs#L63C11-L69C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Testing.MetricCollector`1.#ctor(System.Object,System.String,System.String,System.TimeProvider)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/MetricCollector.cs#L16707566C0-L91C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Testing.MetricCollector`1.#ctor(System.Diagnostics.Metrics.Meter,System.String,System.TimeProvider)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/MetricCollector.cs#L16707566C0-L106C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Testing.MetricCollector`1.Dispose", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/MetricCollector.cs#L124C9-L145C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Testing.MetricCollector`1.Clear", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/MetricCollector.cs#L160C9-L165C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Testing.MetricCollector`1.GetMeasurementSnapshot(System.Boolean)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/MetricCollector.cs#L174C9-L186C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Testing.MetricCollector`1.WaitForMeasurementsAsync(System.Int32,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/MetricCollector.cs#L16707566C0-L242C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Testing.MetricCollector`1.WaitForMeasurementsAsync(System.Int32,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/MetricCollector.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Testing.MetricCollector`1.RecordObservableInstruments", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/MetricCollector.cs#L266C9-L268C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.Testing.MetricCollector`1.Instrument", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/MetricCollector.cs#L153C38-L153C49" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.Testing.MetricCollector`1.LastMeasurement", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/MetricCollector.cs#L195C13-L200C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.Testing.MetricCollector`1", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Metrics/MetricCollector.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.FakeLoggerServiceCollectionExtensions.AddFakeLogging(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.Configuration.IConfigurationSection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerServiceCollectionExtensions.cs#L16707566C0-L23C63" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.FakeLoggerServiceCollectionExtensions.AddFakeLogging(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Logging.Testing.FakeLogCollectorOptions})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerServiceCollectionExtensions.cs#L16707566C0-L32C65" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.FakeLoggerServiceCollectionExtensions.AddFakeLogging(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerServiceCollectionExtensions.cs#L40C12-L40C68" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.FakeLoggerServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.FakeLoggerBuilderExtensions.AddFakeLogging(Microsoft.Extensions.Logging.ILoggingBuilder,Microsoft.Extensions.Configuration.IConfigurationSection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerBuilderExtensions.cs#L27C9-L34C24" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FakeLoggerBuilderExtensions.AddFakeLogging(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{Microsoft.Extensions.Logging.Testing.FakeLogCollectorOptions})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerBuilderExtensions.cs#L45C9-L52C24" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FakeLoggerBuilderExtensions.AddFakeLogging(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerBuilderExtensions.cs#L61C12-L61C44" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.FakeLoggerBuilderExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLogCollector.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Logging.Testing.FakeLogCollectorOptions})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogCollector.cs#L19C5-L29C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLogCollector.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogCollector.cs#L19C5-L37C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLogCollector.Create(Microsoft.Extensions.Logging.Testing.FakeLogCollectorOptions)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogCollector.cs#L46C9-L46C84" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLogCollector.Clear", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogCollector.cs#L54C9-L58C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLogCollector.GetSnapshot(System.Boolean)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogCollector.cs#L69C9-L79C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogCollector.LatestRecord", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogCollector.cs#L92C13-L101C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogCollector.Count", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogCollector.cs#L107C25-L107C39" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Testing.FakeLogCollector", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogCollector.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLogCollectorOptions.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogCollectorOptions.cs#L25C60-L64C95" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogCollectorOptions.FilteredCategories", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogCollectorOptions.cs#L25C46-L25C50" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogCollectorOptions.FilteredLevels", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogCollectorOptions.cs#L35C44-L35C48" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogCollectorOptions.CollectRecordsForDisabledLogLevels", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogCollectorOptions.cs#L44C54-L44C58" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogCollectorOptions.TimeProvider", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogCollectorOptions.cs#L50C40-L50C44" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogCollectorOptions.OutputSink", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogCollectorOptions.cs#L59C41-L59C45" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogCollectorOptions.OutputFormatter", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogCollectorOptions.cs#L64C58-L64C62" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Testing.FakeLogCollectorOptions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogCollectorOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLogger.#ctor(Microsoft.Extensions.Logging.Testing.FakeLogCollector,System.String)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogger.cs#L22C5-L33C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLogger.#ctor(System.Action{System.String},System.String)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogger.cs#L41C11-L43C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLogger.BeginScope``1(``0)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogger.cs#L52C35-L52C60" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLogger.Log``1(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,``0,System.Exception,System.Func{``0,System.Exception,System.String})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogger.cs#L65C9-L73C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLogger.ControlLevel(Microsoft.Extensions.Logging.LogLevel,System.Boolean)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogger.cs#L80C66-L80C164" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLogger.IsEnabled(Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogger.cs#L87C49-L87C87" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogger.Collector", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogger.cs#L92C41-L92C45" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogger.LatestRecord", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogger.cs#L101C42-L101C64" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogger.Category", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogger.cs#L106C31-L106C35" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Testing.FakeLogger", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogger.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLoggerProvider.#ctor(Microsoft.Extensions.Logging.Testing.FakeLogCollector)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerProvider.cs#L22C5-L32C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLoggerProvider.Finalize", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerProvider.cs#L40C9-L41C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLoggerProvider.SetScopeProvider(Microsoft.Extensions.Logging.IExternalScopeProvider)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerProvider.cs#L49C9-L55C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLoggerProvider.Microsoft#Extensions#Logging#ILoggerProvider#CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerProvider.cs#L62C66-L62C92" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLoggerProvider.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerProvider.cs#L71C9-L74C12" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLoggerProvider.Dispose", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerProvider.cs#L82C9-L84C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLoggerProvider.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerProvider.cs#L97C5-L97C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLoggerProvider.Collector", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerProvider.cs#L89C41-L89C45" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Testing.FakeLoggerProvider", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLogger`1.#ctor(Microsoft.Extensions.Logging.Testing.FakeLogCollector)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerT.cs#L30C11-L32C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLogger`1.#ctor(System.Action{System.String})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerT.cs#L39C11-L41C6" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Testing.FakeLogger`1", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLoggerT.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLogRecord.#ctor(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.Object,System.Exception,System.String,System.Collections.Generic.IReadOnlyList{System.Object},System.String,System.Boolean,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogRecord.cs#L29C5-L41C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLogRecord.GetStructuredStateValue(System.String)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogRecord.cs#L80C9-L92C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Testing.FakeLogRecord.ToString", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogRecord.cs#L131C42-L131C57" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogRecord.Level", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogRecord.cs#L46C29-L46C33" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogRecord.Id", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogRecord.cs#L51C25-L51C29" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogRecord.State", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogRecord.cs#L56C28-L56C32" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogRecord.StructuredState", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogRecord.cs#L68C77-L68C129" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogRecord.Exception", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogRecord.cs#L97C35-L97C39" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogRecord.Message", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogRecord.cs#L102C29-L102C33" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogRecord.Scopes", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogRecord.cs#L107C44-L107C48" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogRecord.Category", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogRecord.cs#L115C31-L115C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogRecord.LevelEnabled", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogRecord.cs#L120C32-L120C36" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Testing.FakeLogRecord.Timestamp", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogRecord.cs#L125C39-L125C43" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Testing.FakeLogRecord", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Diagnostics.Testing/Logging/FakeLogRecord.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Diagnostics.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Diagnostics.json deleted file mode 100644 index aefc2ce29a4..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Diagnostics.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Diagnostics", - "GUID": "956567CDC6E8400F8B8B90B507DCE00FFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.MetricsServiceExtensions.AddMetrics(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/MetricsServiceExtensions.cs#L25C13-L42C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.MetricsServiceExtensions.AddMetrics(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/MetricsServiceExtensions.cs#L53C13-L63C29" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.MetricsServiceExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/MetricsServiceExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderConfigurationExtensions.AddConfiguration(Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/Configuration/MetricsBuilderConfigurationExtensions.cs#L27C13-L40C28" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/Configuration/MetricsBuilderConfigurationExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.ConsoleMetrics.DebugListenerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/ConsoleMetrics.cs#L14C51-L14C65" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.ConsoleMetrics", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/ConsoleMetrics.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderConsoleExtensions.AddDebugConsole(Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/MetricsBuilderConsoleExtensions.cs#L16C88-L16C137" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderConsoleExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/MetricsBuilderConsoleExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.Configuration.IMetricListenerConfigurationFactory.GetConfiguration(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/Configuration/IMetricListenerConfigurationFactory.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.Configuration.IMetricListenerConfigurationFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Diagnostics/src/Metrics/Configuration/IMetricListenerConfigurationFactory.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.FileProviders.Abstractions.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.FileProviders.Abstractions.json deleted file mode 100644 index 2232cf40298..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.FileProviders.Abstractions.json +++ /dev/null @@ -1,176 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.FileProviders.Abstractions", - "GUID": "C801C34B02F3488AAE5CEECE273B5A20FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.FileProviders.IDirectoryContents.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IDirectoryContents.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.IDirectoryContents", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IDirectoryContents.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.IFileInfo.CreateReadStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.IFileInfo.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.IFileInfo.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.IFileInfo.PhysicalPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.IFileInfo.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.IFileInfo.LastModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.IFileInfo.IsDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.IFileInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.IFileProvider.GetFileInfo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileProvider.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.IFileProvider.GetDirectoryContents(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileProvider.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.IFileProvider.Watch(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileProvider.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.IFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/IFileProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.NotFoundDirectoryContents.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs#L27C58-L27C103" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.NotFoundDirectoryContents.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs#L30C52-L30C67" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.NotFoundDirectoryContents.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundDirectoryContents.Singleton", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs#L18C61-L18C65" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundDirectoryContents.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs#L23C31-L23C36" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.NotFoundDirectoryContents", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundDirectoryContents.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.NotFoundFileInfo.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L19C9-L22C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.NotFoundFileInfo.CreateReadStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L60C13-L60C80" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundFileInfo.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L27C31-L27C36" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundFileInfo.IsDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L32C36-L32C41" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundFileInfo.LastModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L37C47-L37C70" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundFileInfo.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L42C31-L42C33" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundFileInfo.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L45C30-L45C34" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.NotFoundFileInfo.PhysicalPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs#L50C40-L50C44" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.NotFoundFileInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NotFoundFileInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.NullChangeToken.RegisterChangeCallback(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullChangeToken.cs#L41C13-L41C45" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.NullChangeToken.Singleton", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullChangeToken.cs#L17C51-L17C55" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.NullChangeToken.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullChangeToken.cs#L26C35-L26C40" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.NullChangeToken.ActiveChangeCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullChangeToken.cs#L31C46-L31C51" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.NullChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullChangeToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.NullFileProvider.GetDirectoryContents(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullFileProvider.cs#L18C75-L18C110" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.NullFileProvider.GetFileInfo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullFileProvider.cs#L25C57-L25C86" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.NullFileProvider.Watch(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullFileProvider.cs#L32C53-L32C78" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.NullFileProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullFileProvider.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.NullFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Abstractions/src/NullFileProvider.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.FileProviders.Composite.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.FileProviders.Composite.json deleted file mode 100644 index ba9e43bc372..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.FileProviders.Composite.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.FileProviders.Composite", - "GUID": "D7C34C6B87444532B4189054183157D6FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.CompositeFileProvider.#ctor(Microsoft.Extensions.FileProviders.IFileProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L23C9-L26C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.CompositeFileProvider.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.FileProviders.IFileProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L32C9-L37C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.CompositeFileProvider.GetFileInfo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L46C52-L54C50" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.CompositeFileProvider.GetDirectoryContents(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L66C13-L67C38" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.CompositeFileProvider.Watch(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L79C13-L95C59" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.CompositeFileProvider.FileProviders", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs#L101C60-L101C74" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.CompositeFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeFileProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Composite.CompositeDirectoryContents.#ctor(System.Collections.Generic.IList{Microsoft.Extensions.FileProviders.IFileProvider},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeDirectoryContents.cs#L29C9-L35C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Composite.CompositeDirectoryContents.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeDirectoryContents.cs#L85C13-L86C43" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Composite.CompositeDirectoryContents.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeDirectoryContents.cs#L91C13-L92C43" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Composite.CompositeDirectoryContents.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeDirectoryContents.cs#L102C17-L103C32" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.Composite.CompositeDirectoryContents", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Composite/src/CompositeDirectoryContents.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.FileProviders.Embedded.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.FileProviders.Embedded.json deleted file mode 100644 index 19570854514..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.FileProviders.Embedded.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.FileProviders.Embedded", - "GUID": "0C7A1FB836B444E693DFD984E128777BFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.EmbeddedFileProvider.#ctor(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/FileProviders/Embedded/src/EmbeddedFileProvider.cs#L37C11-L39C6" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.EmbeddedFileProvider.#ctor(System.Reflection.Assembly,System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/FileProviders/Embedded/src/EmbeddedFileProvider.cs#L49C5-L72C6" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.EmbeddedFileProvider.GetFileInfo(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/FileProviders/Embedded/src/EmbeddedFileProvider.cs#L84C9-L124C91" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.EmbeddedFileProvider.GetDirectoryContents(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/FileProviders/Embedded/src/EmbeddedFileProvider.cs#L140C9-L168C57" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.EmbeddedFileProvider.Watch(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/FileProviders/Embedded/src/EmbeddedFileProvider.cs#L178C9-L178C42" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.EmbeddedFileProvider", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/FileProviders/Embedded/src/EmbeddedFileProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.ManifestEmbeddedFileProvider.#ctor(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/FileProviders/Embedded/src/ManifestEmbeddedFileProvider.cs#L28C11-L28C92" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.ManifestEmbeddedFileProvider.#ctor(System.Reflection.Assembly,System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/FileProviders/Embedded/src/ManifestEmbeddedFileProvider.cs#L36C11-L38C6" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.ManifestEmbeddedFileProvider.#ctor(System.Reflection.Assembly,System.String,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/FileProviders/Embedded/src/ManifestEmbeddedFileProvider.cs#L48C11-L50C6" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.ManifestEmbeddedFileProvider.#ctor(System.Reflection.Assembly,System.String,System.String,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/FileProviders/Embedded/src/ManifestEmbeddedFileProvider.cs#L61C11-L63C6" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.ManifestEmbeddedFileProvider.GetDirectoryContents(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/FileProviders/Embedded/src/ManifestEmbeddedFileProvider.cs#L85C9-L96C78" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.ManifestEmbeddedFileProvider.GetFileInfo(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/FileProviders/Embedded/src/ManifestEmbeddedFileProvider.cs#L102C9-L113C46" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.ManifestEmbeddedFileProvider.Watch(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/FileProviders/Embedded/src/ManifestEmbeddedFileProvider.cs#L119C9-L121C42" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.ManifestEmbeddedFileProvider.Assembly", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/FileProviders/Embedded/src/ManifestEmbeddedFileProvider.cs#L78C32-L78C36" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.ManifestEmbeddedFileProvider", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/FileProviders/Embedded/src/ManifestEmbeddedFileProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo.#ctor(System.Reflection.Assembly,System.String,System.String,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/FileProviders/Embedded/src/EmbeddedResourceFileInfo.cs#L27C5-L37C6" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo.CreateReadStream", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/FileProviders/Embedded/src/EmbeddedResourceFileInfo.cs#L83C9-L89C23" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo.Exists", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/FileProviders/Embedded/src/EmbeddedResourceFileInfo.cs#L42C27-L42C31" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo.Length", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/FileProviders/Embedded/src/EmbeddedResourceFileInfo.cs#L51C13-L56C34" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo.PhysicalPath", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/FileProviders/Embedded/src/EmbeddedResourceFileInfo.cs#L63C36-L63C40" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo.Name", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/FileProviders/Embedded/src/EmbeddedResourceFileInfo.cs#L68C26-L68C30" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo.LastModified", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/FileProviders/Embedded/src/EmbeddedResourceFileInfo.cs#L73C42-L73C46" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo.IsDirectory", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/FileProviders/Embedded/src/EmbeddedResourceFileInfo.cs#L78C32-L78C37" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.Embedded.EmbeddedResourceFileInfo", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/FileProviders/Embedded/src/EmbeddedResourceFileInfo.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.FileProviders.Physical.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.FileProviders.Physical.json deleted file mode 100644 index 4bb8a4f664a..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.FileProviders.Physical.json +++ /dev/null @@ -1,282 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.FileProviders.Physical", - "GUID": "88B806B85D4D42708D0DEBEDFFBD79A4FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L45C15-L47C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.#ctor(System.String,Microsoft.Extensions.FileProviders.Physical.ExclusionFilters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L34C9-L71C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L203C13-L205C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L213C13-L221C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.GetFileInfo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L265C13-L291C51" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.GetDirectoryContents(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L307C17-L336C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.PhysicalFileProvider.Watch(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L354C13-L362C62" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.PhysicalFileProvider.UsePollingFileWatcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L91C17-L99C56" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.PhysicalFileProvider.UseActivePolling", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L130C17-L135C48" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.PhysicalFileProvider.Root", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs#L226C30-L226C34" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.PhysicalFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs#L24C15-L25C12" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents.#ctor(System.String,Microsoft.Extensions.FileProviders.Physical.ExclusionFilters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs#L32C9-L37C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs#L43C58-L43C79" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs#L44C52-L44C73" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs#L40C31-L40C43" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.Internal.PhysicalDirectoryContents", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/Internal/PhysicalDirectoryContents.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters.Sensitive", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters.DotPrefixed", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters.Hidden", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters.System", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.Physical.ExclusionFilters", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/ExclusionFilters.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.#ctor(System.IO.DirectoryInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L26C9-L29C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.CreateReadStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L68C13-L68C72" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L74C13-L75C45" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L80C13-L81C45" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L38C31-L38C43" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L43C31-L43C33" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.PhysicalPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L46C39-L46C53" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L49C31-L49C41" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.LastModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L54C47-L54C69" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo.IsDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs#L59C36-L59C40" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.Physical.PhysicalDirectoryInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalDirectoryInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.#ctor(System.IO.FileInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L20C9-L23C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.CreateReadStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L50C13-L57C72" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.Exists", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L26C31-L26C43" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L29C31-L29C43" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.PhysicalPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L32C39-L32C53" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L35C31-L35C41" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.LastModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L38C47-L38C69" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo.IsDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs#L43C36-L43C41" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.Physical.PhysicalFileInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFileInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.#ctor(System.String,System.IO.FileSystemWatcher,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs#L61C15-L63C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.#ctor(System.String,System.IO.FileSystemWatcher,System.Boolean,Microsoft.Extensions.FileProviders.Physical.ExclusionFilters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs#L33C9-L112C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.CreateFileChangeToken(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs#L136C13-L152C32" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs#L257C13-L259C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs#L267C13-L276C10" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PhysicalFilesWatcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken.#ctor(System.IO.FileInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L40C9-L44C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken.Microsoft#Extensions#FileProviders#IPollingChangeToken#get_CancellationTokenSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L79C81-L79C104" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken.RegisterChangeCallback(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L123C13-L128C74" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken.ActiveChangeCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L64C45-L64C49" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken.Microsoft#Extensions#FileProviders#IPollingChangeToken#CancellationTokenSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L79C81-L79C104" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs#L92C17-L111C36" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.Physical.PollingFileChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingFileChangeToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L42C15-L47C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken.Microsoft#Extensions#FileProviders#IPollingChangeToken#get_CancellationTokenSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L82C81-L82C104" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken.GetLastWriteUtc(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L148C13-L149C123" - }, - { - "DocsId": "M:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken.Microsoft#Extensions#Primitives#IChangeToken#RegisterChangeCallback(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L190C13-L195C74" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken.ActiveChangeCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L64C45-L64C49" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken.Microsoft#Extensions#FileProviders#IPollingChangeToken#CancellationTokenSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L82C81-L82C104" - }, - { - "DocsId": "P:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs#L91C17-L104C33" - } - ], - "DocsId": "T:Microsoft.Extensions.FileProviders.Physical.PollingWildCardChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileProviders.Physical/src/PollingWildCardChangeToken.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.FileSystemGlobbing.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.FileSystemGlobbing.json deleted file mode 100644 index 623a1266af4..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.FileSystemGlobbing.json +++ /dev/null @@ -1,782 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.FileSystemGlobbing", - "GUID": "1D05E447940941C48D33FAE11FF7618DFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L40C13-L44C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch.Equals(Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L53C13-L54C88" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L63C13-L63C59" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L70C13-L70C70" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L22C30-L22C34" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch.Stem", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs#L31C31-L31C35" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/FilePatternMatch.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo.#ctor(System.String,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L27C15-L29C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo.EnumerateFileSystemInfos", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo.GetDirectory(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L131C13-L138C74" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo.GetFile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L149C13-L159C10" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo.FullName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L71C43-L71C47" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L74C39-L74C43" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo.ParentDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs#L78C13-L78C86" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.InMemoryDirectoryInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/InMemoryDirectoryInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Matcher.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs#L108C15-L110C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Matcher.#ctor(System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs#L99C9-L120C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Matcher.AddInclude(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs#L136C13-L137C25" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Matcher.AddExclude(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs#L154C13-L155C25" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Matcher.Execute(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs#L165C13-L168C38" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Matcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Matcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions.AddExcludePatterns(Microsoft.Extensions.FileSystemGlobbing.Matcher,System.Collections.Generic.IEnumerable{System.String}[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L21C51-L28C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions.AddIncludePatterns(Microsoft.Extensions.FileSystemGlobbing.Matcher,System.Collections.Generic.IEnumerable{System.String}[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L37C51-L44C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions.GetResultsInFullPath(Microsoft.Extensions.FileSystemGlobbing.Matcher,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L16707566C0-L57C27" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions.Match(Microsoft.Extensions.FileSystemGlobbing.Matcher,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L68C13-L68C95" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions.Match(Microsoft.Extensions.FileSystemGlobbing.Matcher,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L80C13-L80C71" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions.Match(Microsoft.Extensions.FileSystemGlobbing.Matcher,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L91C13-L91C75" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions.Match(Microsoft.Extensions.FileSystemGlobbing.Matcher,System.String,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs#L103C13-L105C79" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.MatcherExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/MatcherExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/PatternMatchingResult.cs#L20C15-L23C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/PatternMatchingResult.cs#L30C9-L36C10" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult.Files", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/PatternMatchingResult.cs#L41C54-L41C58" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult.HasMatches", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/PatternMatchingResult.cs#L46C34-L46C38" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/PatternMatchingResult.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.ILinearPattern.Segments", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/ILinearPattern.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.ILinearPattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/ILinearPattern.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment.Match(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPathSegment.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment.CanProduceStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPathSegment.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPathSegment.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern.CreatePatternContextForInclude", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPattern.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern.CreatePatternContextForExclude", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPattern.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPattern.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext.Declare(System.Action{Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext.PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext.PopDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.IPatternContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IPatternContext.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern.Segments", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IRaggedPattern.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern.StartsWith", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IRaggedPattern.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern.Contains", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IRaggedPattern.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern.EndsWith", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IRaggedPattern.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/IRaggedPattern.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.MatcherContext.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern},System.Collections.Generic.IEnumerable{Microsoft.Extensions.FileSystemGlobbing.Internal.IPattern},Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/MatcherContext.cs#L25C9-L46C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.MatcherContext.Execute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/MatcherContext.cs#L50C13-L54C72" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.MatcherContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/MatcherContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult.Success(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternTestResult.cs#L25C13-L25C74" - }, - { - "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult.Failed", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternTestResult.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult.IsSuccessful", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternTestResult.cs#L14C36-L14C40" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult.Stem", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternTestResult.cs#L15C31-L15C35" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternTestResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternTestResult.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns.PatternBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/Patterns/PatternBuilder.cs#L16C9-L19C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns.PatternBuilder.#ctor(System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/Patterns/PatternBuilder.cs#L21C9-L24C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns.PatternBuilder.Build(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/Patterns/PatternBuilder.cs#L30C13-L202C134" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns.PatternBuilder.ComparisonType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/Patterns/PatternBuilder.cs#L26C50-L26C54" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns.PatternBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/Patterns/PatternBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.Declare(System.Action{Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs#L15C75-L15C76" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.PopDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs#L25C13-L26C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.PushDataFrame(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs#L30C13-L32C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.IsStackEmpty", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs#L36C13-L36C38" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs#L12C9-L12C55" - }, - { - "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1.Frame", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.#ctor(Microsoft.Extensions.FileSystemGlobbing.Internal.ILinearPattern)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L13C9-L18C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L22C13-L32C45" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L38C13-L65C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.IsLastSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L83C13-L83C69" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.TestMatchingSegment(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L88C13-L93C70" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.CalculateStem(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L98C13-L98C77" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.Pattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L79C44-L79C48" - }, - { - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.FrameData", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude.#ctor(Microsoft.Extensions.FileSystemGlobbing.Internal.ILinearPattern)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearExclude.cs#L12C15-L14C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearExclude.cs#L18C13-L28C75" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearExclude.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude.#ctor(Microsoft.Extensions.FileSystemGlobbing.Internal.ILinearPattern)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearInclude.cs#L12C15-L14C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude.Declare(System.Action{Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearInclude.cs#L18C13-L32C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearInclude.cs#L36C13-L46C76" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearInclude", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinearInclude.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.#ctor(Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L12C9-L17C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L21C13-L30C45" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.PushDirectory(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L36C13-L102C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.PopDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L106C13-L111C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.IsStartingGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L138C13-L138C50" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.IsEndingGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L143C13-L143C70" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.TestMatchingSegment(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L148C13-L152C72" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.TestMatchingGroup(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileSystemInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L157C13-L174C25" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.CalculateStem(Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L179C13-L179C77" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.Pattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L134C44-L134C48" - }, - { - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude.#ctor(Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedExclude.cs#L12C15-L14C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedExclude.cs#L18C13-L42C26" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedExclude.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude.#ctor(Microsoft.Extensions.FileSystemGlobbing.Internal.IRaggedPattern)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedInclude.cs#L13C15-L15C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude.Declare(System.Action{Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedInclude.cs#L19C13-L37C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude.Test(Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedInclude.cs#L41C13-L57C25" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedInclude", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRaggedInclude.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.CurrentPathSegment.Match(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/CurrentPathSegment.cs#L12C44-L12C49" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.CurrentPathSegment.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/CurrentPathSegment.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.CurrentPathSegment.CanProduceStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/CurrentPathSegment.cs#L10C39-L10C44" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.CurrentPathSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/CurrentPathSegment.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment.#ctor(System.String,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L16C9-L22C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment.Match(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L28C13-L28C65" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L33C13-L35C68" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L40C13-L40C97" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment.CanProduceStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L14C39-L14C44" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs#L24C31-L24C35" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/LiteralPathSegment.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.ParentPathSegment.Match(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/ParentPathSegment.cs#L16C13-L16C82" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.ParentPathSegment.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/ParentPathSegment.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.ParentPathSegment.CanProduceStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/ParentPathSegment.cs#L12C39-L12C44" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.ParentPathSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/ParentPathSegment.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.RecursiveWildcardSegment.Match(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/RecursiveWildcardSegment.cs#L12C44-L12C49" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.RecursiveWildcardSegment.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/RecursiveWildcardSegment.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.RecursiveWildcardSegment.CanProduceStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/RecursiveWildcardSegment.cs#L10C39-L10C43" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.RecursiveWildcardSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/RecursiveWildcardSegment.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.#ctor(System.String,System.Collections.Generic.List{System.String},System.String,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L18C9-L32C10" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.Match(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L44C13-L79C25" - }, - { - "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.MatchAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.CanProduceStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L34C44-L34C56" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.BeginsWith", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L36C36-L36C40" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.Contains", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L38C40-L38C44" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment.EndsWith", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs#L40C34-L40C38" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PathSegments/WildcardPathSegment.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase.EnumerateFileSystemInfos", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoBase.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase.GetDirectory(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoBase.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase.GetFile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoBase.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoBase.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper.#ctor(System.IO.DirectoryInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L24C15-L25C12" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper.EnumerateFileSystemInfos", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper.GetDirectory(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L72C13-L96C119" - }, - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper.GetFile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L103C16-L103C94" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L106C40-L106C82" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper.FullName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L114C44-L114C67" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper.ParentDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs#L123C16-L123C64" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoWrapper", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/DirectoryInfoWrapper.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoBase.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoWrapper.#ctor(System.IO.FileInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoWrapper.cs#L20C9-L25C10" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoWrapper.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoWrapper.cs#L33C40-L33C54" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoWrapper.FullName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoWrapper.cs#L41C44-L41C62" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoWrapper.ParentDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoWrapper.cs#L50C16-L50C62" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoWrapper", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileInfoWrapper.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileSystemInfoBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileSystemInfoBase.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileSystemInfoBase.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileSystemInfoBase.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileSystemInfoBase.FullName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileSystemInfoBase.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileSystemInfoBase.ParentDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileSystemInfoBase.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileSystemInfoBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Abstractions/FileSystemInfoBase.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.FrameData.IsNotApplicable", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.FrameData.SegmentIndex", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.FrameData.InStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.FrameData.StemItems", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L74C47-L74C80" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.FrameData.Stem", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs#L76C36-L76C92" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear.FrameData", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextLinear.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.IsNotApplicable", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.SegmentGroupIndex", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.SegmentGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.BacktrackAvailable", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.SegmentIndex", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.InStem", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.StemItems", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L129C47-L129C80" - }, - { - "DocsId": "P:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData.Stem", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs#L131C36-L131C92" - } - ], - "DocsId": "T:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged.FrameData", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.FileSystemGlobbing/src/Internal/PatternContexts/PatternContextRagged.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Hosting.Abstractions.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Hosting.Abstractions.json deleted file mode 100644 index 60117024f50..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Hosting.Abstractions.json +++ /dev/null @@ -1,460 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Hosting.Abstractions", - "GUID": "238D5079A60246D686E5E1BBD10C2CDFFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionHostedServiceExtensions.AddHostedService``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/ServiceCollectionHostedServiceExtensions.cs#L25C13-L27C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ServiceCollectionHostedServiceExtensions.AddHostedService``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/ServiceCollectionHostedServiceExtensions.cs#L40C13-L42C29" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ServiceCollectionHostedServiceExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/ServiceCollectionHostedServiceExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.BackgroundService.ExecuteAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.BackgroundService.StartAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs#L43C13-L55C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.BackgroundService.StopAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.BackgroundService.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs#L94C13-L95C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.BackgroundService.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.BackgroundService.ExecuteTask", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs#L24C45-L24C57" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.BackgroundService", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/BackgroundService.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Hosting.EnvironmentName.Development", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/EnvironmentName.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Hosting.EnvironmentName.Staging", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/EnvironmentName.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Hosting.EnvironmentName.Production", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/EnvironmentName.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.EnvironmentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/EnvironmentName.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Hosting.Environments.Development", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/Environments.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Hosting.Environments.Staging", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/Environments.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Hosting.Environments.Production", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/Environments.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.Environments", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/Environments.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostAbortedException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostAbortedException.cs#L23C41-L23C81" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostAbortedException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostAbortedException.cs#L37C56-L37C107" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostAbortedException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostAbortedException.cs#L55C83-L55C150" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.HostAbortedException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostAbortedException.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilderContext.#ctor(System.Collections.Generic.IDictionary{System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostBuilderContext.cs#L19C9-L24C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostBuilderContext.HostingEnvironment", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostBuilderContext.cs#L29C54-L29C58" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostBuilderContext.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostBuilderContext.cs#L34C47-L34C51" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostBuilderContext.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostBuilderContext.cs#L39C57-L39C61" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.HostBuilderContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostBuilderContext.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Hosting.HostDefaults.ApplicationKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostDefaults.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Hosting.HostDefaults.EnvironmentKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostDefaults.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Hosting.HostDefaults.ContentRootKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostDefaults.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.HostDefaults", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostDefaults.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostEnvironmentEnvExtensions.IsDevelopment(Microsoft.Extensions.Hosting.IHostEnvironment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostEnvironmentEnvExtensions.cs#L20C13-L22C76" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostEnvironmentEnvExtensions.IsStaging(Microsoft.Extensions.Hosting.IHostEnvironment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostEnvironmentEnvExtensions.cs#L32C13-L34C72" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostEnvironmentEnvExtensions.IsProduction(Microsoft.Extensions.Hosting.IHostEnvironment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostEnvironmentEnvExtensions.cs#L44C13-L46C75" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostEnvironmentEnvExtensions.IsEnvironment(Microsoft.Extensions.Hosting.IHostEnvironment,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostEnvironmentEnvExtensions.cs#L59C13-L64C53" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.HostEnvironmentEnvExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostEnvironmentEnvExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostBuilderExtensions.Start(Microsoft.Extensions.Hosting.IHostBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostBuilderExtensions.cs#L21C13-L21C70" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostBuilderExtensions.StartAsync(Microsoft.Extensions.Hosting.IHostBuilder,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostBuilderExtensions.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.HostingAbstractionsHostBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Start(Microsoft.Extensions.Hosting.IHost)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs#L22C13-L23C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.StopAsync(Microsoft.Extensions.Hosting.IHost,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.WaitForShutdown(Microsoft.Extensions.Hosting.IHost)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs#L44C13-L45C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(Microsoft.Extensions.Hosting.IHost)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs#L53C13-L54C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(Microsoft.Extensions.Hosting.IHost,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.WaitForShutdownAsync(Microsoft.Extensions.Hosting.IHost,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingAbstractionsHostExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingEnvironmentExtensions.IsDevelopment(Microsoft.Extensions.Hosting.IHostingEnvironment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingEnvironmentExtensions.cs#L21C13-L23C82" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingEnvironmentExtensions.IsStaging(Microsoft.Extensions.Hosting.IHostingEnvironment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingEnvironmentExtensions.cs#L33C13-L35C78" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingEnvironmentExtensions.IsProduction(Microsoft.Extensions.Hosting.IHostingEnvironment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingEnvironmentExtensions.cs#L45C13-L47C81" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingEnvironmentExtensions.IsEnvironment(Microsoft.Extensions.Hosting.IHostingEnvironment,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingEnvironmentExtensions.cs#L60C13-L65C53" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.HostingEnvironmentExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/HostingEnvironmentExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.IApplicationLifetime.StopApplication", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IApplicationLifetime.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IApplicationLifetime.ApplicationStarted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IApplicationLifetime.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IApplicationLifetime.ApplicationStopping", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IApplicationLifetime.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IApplicationLifetime.ApplicationStopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IApplicationLifetime.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.IApplicationLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IApplicationLifetime.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHost.StartAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHost.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHost.StopAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHost.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHost.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHost.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.IHost", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHost.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostApplicationBuilder.ConfigureContainer``1(Microsoft.Extensions.DependencyInjection.IServiceProviderFactory{``0},System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationBuilder.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationBuilder.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationBuilder.Environment", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationBuilder.Logging", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationBuilder.Metrics", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationBuilder.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.IHostApplicationBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostApplicationLifetime.StopApplication", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationLifetime.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationLifetime.ApplicationStarted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationLifetime.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationLifetime.ApplicationStopping", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationLifetime.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostApplicationLifetime.ApplicationStopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationLifetime.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.IHostApplicationLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostApplicationLifetime.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostBuilder.ConfigureHostConfiguration(System.Action{Microsoft.Extensions.Configuration.IConfigurationBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostBuilder.ConfigureAppConfiguration(System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.Configuration.IConfigurationBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostBuilder.ConfigureServices(System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.DependencyInjection.IServiceCollection})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostBuilder.UseServiceProviderFactory``1(Microsoft.Extensions.DependencyInjection.IServiceProviderFactory{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostBuilder.UseServiceProviderFactory``1(System.Func{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.DependencyInjection.IServiceProviderFactory{``0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostBuilder.ConfigureContainer``1(System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostBuilder.Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostBuilder.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.IHostBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostedLifecycleService.StartingAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedLifecycleService.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostedLifecycleService.StartedAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedLifecycleService.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostedLifecycleService.StoppingAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedLifecycleService.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostedLifecycleService.StoppedAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedLifecycleService.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.IHostedLifecycleService", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedLifecycleService.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostedService.StartAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedService.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostedService.StopAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedService.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.IHostedService", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostedService.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostEnvironment.EnvironmentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostEnvironment.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostEnvironment.ApplicationName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostEnvironment.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostEnvironment.ContentRootPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostEnvironment.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostEnvironment.ContentRootFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostEnvironment.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.IHostEnvironment", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostEnvironment.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostingEnvironment.EnvironmentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostingEnvironment.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostingEnvironment.ApplicationName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostingEnvironment.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostingEnvironment.ContentRootPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostingEnvironment.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.IHostingEnvironment.ContentRootFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostingEnvironment.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.IHostingEnvironment", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostingEnvironment.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostLifetime.WaitForStartAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostLifetime.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.IHostLifetime.StopAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostLifetime.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.IHostLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/IHostLifetime.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Hosting.Systemd.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Hosting.Systemd.json deleted file mode 100644 index 2de48dca3bb..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Hosting.Systemd.json +++ /dev/null @@ -1,106 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Hosting.Systemd", - "GUID": "A1EE7F95FADA42BFBA9CD205A976D90FFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.SystemdHostBuilderExtensions.UseSystemd(Microsoft.Extensions.Hosting.IHostBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdHostBuilderExtensions.cs#L35C13-L44C32" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.SystemdHostBuilderExtensions.AddSystemd(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdHostBuilderExtensions.cs#L70C13-L76C29" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.SystemdHostBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdHostBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.ISystemdNotifier.Notify(Microsoft.Extensions.Hosting.Systemd.ServiceState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ISystemdNotifier.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.Systemd.ISystemdNotifier.IsEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ISystemdNotifier.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.Systemd.ISystemdNotifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ISystemdNotifier.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.ServiceState.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ServiceState.cs#L32C13-L35C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.ServiceState.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ServiceState.cs#L42C16-L42C77" - }, - { - "DocsId": "F:Microsoft.Extensions.Hosting.Systemd.ServiceState.Ready", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ServiceState.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Hosting.Systemd.ServiceState.Stopping", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ServiceState.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.Systemd.ServiceState", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/ServiceState.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.SystemdHelpers.IsSystemdService", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdHelpers.cs#L27C50-L27C67" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.Systemd.SystemdHelpers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdHelpers.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.SystemdLifetime.#ctor(Microsoft.Extensions.Hosting.IHostEnvironment,Microsoft.Extensions.Hosting.IHostApplicationLifetime,Microsoft.Extensions.Hosting.Systemd.ISystemdNotifier,Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdLifetime.cs#L32C9-L43C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.SystemdLifetime.StopAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdLifetime.cs#L61C13-L61C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.SystemdLifetime.WaitForStartAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdLifetime.cs#L75C13-L88C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.SystemdLifetime.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdLifetime.cs#L113C13-L117C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.Systemd.SystemdLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdLifetime.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.SystemdNotifier.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdNotifier.cs#L24C13-L25C12" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Systemd.SystemdNotifier.Notify(Microsoft.Extensions.Hosting.Systemd.ServiceState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdNotifier.cs#L39C13-L53C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.Systemd.SystemdNotifier.IsEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdNotifier.cs#L34C34-L34C53" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.Systemd.SystemdNotifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.Systemd/src/SystemdNotifier.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Hosting.Testing.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Hosting.Testing.json deleted file mode 100644 index 96099380b5e..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Hosting.Testing.json +++ /dev/null @@ -1,120 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Hosting.Testing", - "GUID": "84399E2541514AE69B018E9FA0D37122FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.FakeHostingExtensions.StartAndStopAsync(Microsoft.Extensions.Hosting.IHostedService,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Hosting.Testing/FakeHostingExtensions.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.FakeHostingExtensions.GetFakeLogCollector(Microsoft.Extensions.Hosting.IHost)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Hosting.Testing/FakeHostingExtensions.cs#L54C9-L55C52" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.FakeHostingExtensions.GetFakeRedactionCollector(Microsoft.Extensions.Hosting.IHost)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Hosting.Testing/FakeHostingExtensions.cs#L66C9-L67C58" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.FakeHostingExtensions.AddFakeLoggingOutputSink(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{System.String})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Hosting.Testing/FakeHostingExtensions.cs#L16707566C0-L96C13" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.FakeHostingExtensions.Configure(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.IHostBuilder})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Hosting.Testing/FakeHostingExtensions.cs#L110C9-L113C24" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.FakeHostingExtensions.ConfigureHostConfiguration(Microsoft.Extensions.Hosting.IHostBuilder,System.ValueTuple{System.String,System.String}[])", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Hosting.Testing/FakeHostingExtensions.cs#L124C9-L131C24" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.FakeHostingExtensions.ConfigureHostConfiguration(Microsoft.Extensions.Hosting.IHostBuilder,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Hosting.Testing/FakeHostingExtensions.cs#L16707566C0-L144C119" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.FakeHostingExtensions.ConfigureAppConfiguration(Microsoft.Extensions.Hosting.IHostBuilder,System.ValueTuple{System.String,System.String}[])", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Hosting.Testing/FakeHostingExtensions.cs#L155C9-L162C24" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.FakeHostingExtensions.ConfigureAppConfiguration(Microsoft.Extensions.Hosting.IHostBuilder,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Hosting.Testing/FakeHostingExtensions.cs#L16707566C0-L175C123" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.FakeHostingExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Hosting.Testing/FakeHostingExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.Testing.FakeHost.CreateBuilder", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Hosting.Testing/FakeHost.cs#L35C51-L35C93" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Testing.FakeHost.CreateBuilder(System.Action{Microsoft.Extensions.Hosting.Testing.FakeHostOptions})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Hosting.Testing/FakeHost.cs#L44C9-L48C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Testing.FakeHost.CreateBuilder(Microsoft.Extensions.Hosting.Testing.FakeHostOptions)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Hosting.Testing/FakeHost.cs#L58C9-L59C45" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Testing.FakeHost.StartAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Hosting.Testing/FakeHost.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Testing.FakeHost.StopAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Hosting.Testing/FakeHost.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Testing.FakeHost.Dispose", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Hosting.Testing/FakeHost.cs#L114C9-L123C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.Testing.FakeHost.Services", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Hosting.Testing/FakeHost.cs#L19C41-L19C55" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.Testing.FakeHost", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Hosting.Testing/FakeHost.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.Testing.FakeHostOptions.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Hosting.Testing/FakeHostOptions.cs#L19C52-L58C51" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.Testing.FakeHostOptions.StartUpTimeout", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Hosting.Testing/FakeHostOptions.cs#L19C38-L19C42" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.Testing.FakeHostOptions.ShutDownTimeout", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Hosting.Testing/FakeHostOptions.cs#L26C39-L26C43" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.Testing.FakeHostOptions.TimeToLive", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Hosting.Testing/FakeHostOptions.cs#L36C34-L36C38" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.Testing.FakeHostOptions.FakeLogging", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Hosting.Testing/FakeHostOptions.cs#L44C31-L44C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.Testing.FakeHostOptions.ValidateScopes", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Hosting.Testing/FakeHostOptions.cs#L47C34-L47C38" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.Testing.FakeHostOptions.ValidateOnBuild", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Hosting.Testing/FakeHostOptions.cs#L50C35-L50C39" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.Testing.FakeHostOptions.FakeRedaction", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Hosting.Testing/FakeHostOptions.cs#L58C33-L58C37" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.Testing.FakeHostOptions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Hosting.Testing/FakeHostOptions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Hosting.WindowsServices.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Hosting.WindowsServices.json deleted file mode 100644 index c9345fc5cd7..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Hosting.WindowsServices.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Hosting.WindowsServices", - "GUID": "A9D7CDB7F3574E2CBF95AEE5BD20AE92FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServiceLifetimeHostBuilderExtensions.UseWindowsService(Microsoft.Extensions.Hosting.IHostBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeHostBuilderExtensions.cs#L31C13-L31C61" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServiceLifetimeHostBuilderExtensions.UseWindowsService(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.WindowsServiceLifetimeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeHostBuilderExtensions.cs#L16707566C0-L57C32" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServiceLifetimeHostBuilderExtensions.AddWindowsService(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeHostBuilderExtensions.cs#L77C13-L77C58" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServiceLifetimeHostBuilderExtensions.AddWindowsService(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Hosting.WindowsServiceLifetimeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeHostBuilderExtensions.cs#L97C13-L104C29" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.WindowsServiceLifetimeHostBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeHostBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServiceLifetimeOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeOptions.cs#L16C51-L16C63" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.WindowsServiceLifetimeOptions.ServiceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeOptions.cs#L16C37-L16C41" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.WindowsServiceLifetimeOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetimeOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceHelpers.IsWindowsService", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceHelpers.cs#L24C50-L24C66" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceHelpers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceHelpers.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.#ctor(Microsoft.Extensions.Hosting.IHostEnvironment,Microsoft.Extensions.Hosting.IHostApplicationLifetime,Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Hosting.HostOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L34C15-L36C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.#ctor(Microsoft.Extensions.Hosting.IHostEnvironment,Microsoft.Extensions.Hosting.IHostApplicationLifetime,Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Hosting.HostOptions},Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Hosting.WindowsServiceLifetimeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L20C9-L60C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.WaitForStartAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L77C13-L93C37" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.StopAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.OnStart(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L137C13-L139C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.OnStop", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L148C13-L153C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.OnShutdown", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L162C13-L167C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs#L175C13-L181C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.WindowsServices.WindowsServiceLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/src/WindowsServiceLifetime.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Hosting.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Hosting.json deleted file mode 100644 index 8e370c76a3e..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Hosting.json +++ /dev/null @@ -1,400 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Hosting", - "GUID": "77A324A500C6495CBF93079E2DD33047FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Hosting.BackgroundServiceExceptionBehavior.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/BackgroundServiceExceptionBehavior.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Hosting.BackgroundServiceExceptionBehavior.StopHost", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/BackgroundServiceExceptionBehavior.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Hosting.BackgroundServiceExceptionBehavior.Ignore", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/BackgroundServiceExceptionBehavior.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.BackgroundServiceExceptionBehavior", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/BackgroundServiceExceptionBehavior.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.ConsoleLifetimeOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/ConsoleLifetimeOptions.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.ConsoleLifetimeOptions.SuppressStatusMessages", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/ConsoleLifetimeOptions.cs#L15C46-L15C50" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.ConsoleLifetimeOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/ConsoleLifetimeOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.Host.CreateDefaultBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L32C13-L32C45" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Host.CreateDefaultBuilder(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L55C13-L56C52" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Host.CreateApplicationBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L75C76-L75C104" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Host.CreateApplicationBuilder(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L96C90-L96C122" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Host.CreateApplicationBuilder(Microsoft.Extensions.Hosting.HostApplicationBuilderSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L101C16-L101C52" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Host.CreateEmptyApplicationBuilder(Microsoft.Extensions.Hosting.HostApplicationBuilderSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs#L109C16-L109C65" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.Host", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/Host.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostApplicationBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L53C15-L55C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostApplicationBuilder.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L76C15-L78C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostApplicationBuilder.#ctor(Microsoft.Extensions.Hosting.HostApplicationBuilderSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L23C9-L116C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostApplicationBuilder.Microsoft#Extensions#Hosting#IHostApplicationBuilder#get_Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L188C75-L188C105" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostApplicationBuilder.Microsoft#Extensions#Hosting#IHostApplicationBuilder#get_Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L201C72-L201C85" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostApplicationBuilder.ConfigureContainer``1(Microsoft.Extensions.DependencyInjection.IServiceProviderFactory{``0},System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L16707566C0-L226C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostApplicationBuilder.Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L234C13-L249C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilder.Microsoft#Extensions#Hosting#IHostApplicationBuilder#Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L188C75-L188C105" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilder.Environment", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L191C48-L191C60" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilder.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L199C53-L199C57" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilder.Microsoft#Extensions#Hosting#IHostApplicationBuilder#Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L201C72-L201C85" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilder.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L204C47-L204C65" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilder.Logging", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L207C43-L207C51" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilder.Metrics", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs#L210C43-L210C51" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.HostApplicationBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L18C9-L20C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings.DisableDefaults", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L37C39-L37C43" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings.Args", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L42C33-L42C37" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L49C54-L49C58" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings.EnvironmentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L54C42-L54C46" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings.ApplicationName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L59C42-L59C46" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings.ContentRootPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs#L64C42-L64C46" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.HostApplicationBuilderSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostApplicationBuilderSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L28C9-L47C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.ConfigureHostConfiguration(System.Action{Microsoft.Extensions.Configuration.IConfigurationBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L63C13-L66C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.ConfigureAppConfiguration(System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.Configuration.IConfigurationBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L79C13-L82C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.ConfigureServices(System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.DependencyInjection.IServiceCollection})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L93C13-L96C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.UseServiceProviderFactory``1(Microsoft.Extensions.DependencyInjection.IServiceProviderFactory{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L107C13-L110C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.UseServiceProviderFactory``1(System.Func{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.DependencyInjection.IServiceProviderFactory{``0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L121C13-L124C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.ConfigureContainer``1(System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L137C13-L140C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostBuilder.Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L150C13-L167C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostBuilder.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs#L52C57-L52C61" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.HostBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.UseEnvironment(Microsoft.Extensions.Hosting.IHostBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L44C16" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.UseContentRoot(Microsoft.Extensions.Hosting.IHostBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L64C16" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.UseDefaultServiceProvider(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.DependencyInjection.ServiceProviderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L74C95" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.UseDefaultServiceProvider(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.DependencyInjection.ServiceProviderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L89C16" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureLogging(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.Logging.ILoggingBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L100C145" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureLogging(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Logging.ILoggingBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L111C116" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureHostOptions(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.Hosting.HostOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L123C124" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureHostOptions(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.HostOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L134C104" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureAppConfiguration(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Configuration.IConfigurationBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L148C108" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureServices(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.DependencyInjection.IServiceCollection})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L159C106" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureContainer``1(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L172C120" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureDefaults(Microsoft.Extensions.Hosting.IHostBuilder,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L199C146" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.UseConsoleLifetime(Microsoft.Extensions.Hosting.IHostBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L347C13-L347C123" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.UseConsoleLifetime(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.ConsoleLifetimeOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L367C16" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.RunConsoleAsync(Microsoft.Extensions.Hosting.IHostBuilder,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L382C13-L382C89" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.RunConsoleAsync(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.ConsoleLifetimeOptions},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L398C13-L398C105" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureMetrics(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L409C116" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.ConfigureMetrics(Microsoft.Extensions.Hosting.IHostBuilder,System.Action{Microsoft.Extensions.Hosting.HostBuilderContext,Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L16707566C0-L420C145" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.HostingHostBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.HostOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L24C57-L34C80" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostOptions.ShutdownTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L24C43-L24C47" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostOptions.StartupTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L34C42-L34C46" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostOptions.ServicesStartConcurrently", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L39C49-L39C53" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostOptions.ServicesStopConcurrently", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L44C48-L44C52" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.HostOptions.BackgroundServiceExceptionBehavior", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs#L53C88-L53C92" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.HostOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/HostOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.#ctor(Microsoft.Extensions.Logging.ILogger{Microsoft.Extensions.Hosting.Internal.ApplicationLifetime})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L21C9-L33C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.StopApplication", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L62C13-L75C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.NotifyStarted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L84C17-L92C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.NotifyStopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L101C17-L109C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.ApplicationStarted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L39C56-L39C76" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.ApplicationStopping", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L45C57-L45C78" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime.ApplicationStopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs#L52C56-L52C76" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.Internal.ApplicationLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ApplicationLifetime.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Hosting.ConsoleLifetimeOptions},Microsoft.Extensions.Hosting.IHostEnvironment,Microsoft.Extensions.Hosting.IHostApplicationLifetime,Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Hosting.HostOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs#L35C15-L35C107" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Hosting.ConsoleLifetimeOptions},Microsoft.Extensions.Hosting.IHostEnvironment,Microsoft.Extensions.Hosting.IHostApplicationLifetime,Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Hosting.HostOptions},Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs#L46C9-L59C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.WaitForStartAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs#L78C13-L95C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.StopAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs#L120C13-L120C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Hosting.Internal.ConsoleLifetime.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs#L128C13-L132C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.Internal.ConsoleLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/Internal/ConsoleLifetime.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Hosting.Internal.HostingEnvironment.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs#L21C55-L31C67" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.Internal.HostingEnvironment.EnvironmentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs#L21C41-L21C45" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.Internal.HostingEnvironment.ApplicationName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs#L26C41-L26C45" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.Internal.HostingEnvironment.ContentRootPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs#L31C41-L31C45" - }, - { - "DocsId": "P:Microsoft.Extensions.Hosting.Internal.HostingEnvironment.ContentRootFileProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs#L36C56-L36C60" - } - ], - "DocsId": "T:Microsoft.Extensions.Hosting.Internal.HostingEnvironment", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Hosting/src/Internal/HostingEnvironment.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Http.Diagnostics.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Http.Diagnostics.json deleted file mode 100644 index d53de050008..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Http.Diagnostics.json +++ /dev/null @@ -1,252 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Http.Diagnostics", - "GUID": "BDACA5A754D44A978294307DF174DB66FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Net.HttpDiagnosticsHttpWebRequestExtensions.SetRequestMetadata(System.Net.HttpWebRequest,Microsoft.Extensions.Http.Diagnostics.RequestMetadata)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Http/HttpDiagnosticsHttpWebRequestExtensions.cs#L21C9-L27C6" - }, - { - "DocsId": "M:System.Net.HttpDiagnosticsHttpWebRequestExtensions.GetRequestMetadata(System.Net.HttpWebRequest)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Http/HttpDiagnosticsHttpWebRequestExtensions.cs#L36C9-L55C32" - } - ], - "DocsId": "T:System.Net.HttpDiagnosticsHttpWebRequestExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Http/HttpDiagnosticsHttpWebRequestExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.Http.HttpDiagnosticsHttpRequestMessageExtensions.SetRequestMetadata(System.Net.Http.HttpRequestMessage,Microsoft.Extensions.Http.Diagnostics.RequestMetadata)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Http/HttpDiagnosticsHttpRequestMessageExtensions.cs#L24C9-L32C6" - }, - { - "DocsId": "M:System.Net.Http.HttpDiagnosticsHttpRequestMessageExtensions.GetRequestMetadata(System.Net.Http.HttpRequestMessage)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Http/HttpDiagnosticsHttpRequestMessageExtensions.cs#L41C9-L45C25" - } - ], - "DocsId": "T:System.Net.Http.HttpDiagnosticsHttpRequestMessageExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Http/HttpDiagnosticsHttpRequestMessageExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpDiagnosticsServiceCollectionExtensions.AddDownstreamDependencyMetadata(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.Http.Diagnostics.IDownstreamDependencyMetadata)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Http/HttpDiagnosticsServiceCollectionExtensions.cs#L25C9-L29C25" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpDiagnosticsServiceCollectionExtensions.AddDownstreamDependencyMetadata``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Http/HttpDiagnosticsServiceCollectionExtensions.cs#L41C9-L45C25" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.HttpDiagnosticsServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Http/HttpDiagnosticsServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientLatencyTelemetryExtensions.AddHttpClientLatencyTelemetry(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Latency/HttpClientLatencyTelemetryExtensions.cs#L29C9-L47C16" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientLatencyTelemetryExtensions.AddHttpClientLatencyTelemetry(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.Configuration.IConfigurationSection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Latency/HttpClientLatencyTelemetryExtensions.cs#L61C9-L66C57" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientLatencyTelemetryExtensions.AddHttpClientLatencyTelemetry(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Http.Latency.HttpClientLatencyTelemetryOptions})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Latency/HttpClientLatencyTelemetryExtensions.cs#L80C9-L85C57" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.HttpClientLatencyTelemetryExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Latency/HttpClientLatencyTelemetryExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientLoggingHttpClientBuilderExtensions.AddExtendedHttpClientLogging(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingHttpClientBuilderExtensions.cs#L35C9-L37C62" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientLoggingHttpClientBuilderExtensions.AddExtendedHttpClientLogging(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,Microsoft.Extensions.Configuration.IConfigurationSection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingHttpClientBuilderExtensions.cs#L16707566C0-L57C96" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientLoggingHttpClientBuilderExtensions.AddExtendedHttpClientLogging(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Action{Microsoft.Extensions.Http.Logging.LoggingOptions})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingHttpClientBuilderExtensions.cs#L16707566C0-L77C103" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.HttpClientLoggingHttpClientBuilderExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingHttpClientBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientLoggingServiceCollectionExtensions.AddExtendedHttpClientLogging(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingServiceCollectionExtensions.cs#L33C9-L48C79" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientLoggingServiceCollectionExtensions.AddExtendedHttpClientLogging(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.Configuration.IConfigurationSection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingServiceCollectionExtensions.cs#L63C9-L70C56" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientLoggingServiceCollectionExtensions.AddExtendedHttpClientLogging(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Http.Logging.LoggingOptions})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingServiceCollectionExtensions.cs#L85C9-L92C56" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientLoggingServiceCollectionExtensions.AddHttpClientLogEnricher``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingServiceCollectionExtensions.cs#L103C12-L103C85" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.HttpClientLoggingServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Http.Logging.HttpClientLoggingTagNames.Duration", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingTagNames.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Http.Logging.HttpClientLoggingTagNames.Host", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingTagNames.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Http.Logging.HttpClientLoggingTagNames.Method", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingTagNames.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Http.Logging.HttpClientLoggingTagNames.Path", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingTagNames.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Http.Logging.HttpClientLoggingTagNames.RequestBody", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingTagNames.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Http.Logging.HttpClientLoggingTagNames.ResponseBody", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingTagNames.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Http.Logging.HttpClientLoggingTagNames.RequestHeaderPrefix", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingTagNames.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Http.Logging.HttpClientLoggingTagNames.ResponseHeaderPrefix", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingTagNames.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Http.Logging.HttpClientLoggingTagNames.StatusCode", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingTagNames.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Logging.HttpClientLoggingTagNames.TagNames", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingTagNames.cs#L63C52-L63C56" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Logging.HttpClientLoggingTagNames", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/HttpClientLoggingTagNames.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Logging.IHttpClientLogEnricher.Enrich(Microsoft.Extensions.Diagnostics.Enrichment.IEnrichmentTagCollector,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.Exception)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/IHttpClientLogEnricher.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Logging.IHttpClientLogEnricher", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/IHttpClientLogEnricher.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingOptions.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/LoggingOptions.cs#L60C46-L147C138" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Logging.LoggingOptions.LogRequestStart", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/LoggingOptions.cs#L37C35-L37C39" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Logging.LoggingOptions.LogBody", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/LoggingOptions.cs#L48C27-L48C31" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Logging.LoggingOptions.BodySizeLimit", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/LoggingOptions.cs#L60C32-L60C36" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Logging.LoggingOptions.BodyReadTimeout", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/LoggingOptions.cs#L72C39-L72C43" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Logging.LoggingOptions.RequestBodyContentTypes", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/LoggingOptions.cs#L80C51-L80C55" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Logging.LoggingOptions.ResponseBodyContentTypes", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/LoggingOptions.cs#L88C52-L88C56" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Logging.LoggingOptions.RequestHeadersDataClasses", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/LoggingOptions.cs#L103C80-L103C84" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Logging.LoggingOptions.ResponseHeadersDataClasses", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/LoggingOptions.cs#L118C81-L118C85" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Logging.LoggingOptions.RequestPathLoggingMode", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/LoggingOptions.cs#L131C61-L131C65" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Logging.LoggingOptions.RequestPathParameterRedactionMode", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/LoggingOptions.cs#L139C80-L139C84" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Logging.LoggingOptions.RouteParameterDataClasses", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/LoggingOptions.cs#L147C80-L147C84" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Logging.LoggingOptions.LogContentHeaders", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/LoggingOptions.cs#L161C37-L161C41" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Logging.LoggingOptions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/LoggingOptions.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Http.Logging.OutgoingPathLoggingMode.value__", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/OutgoingPathLoggingMode.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Http.Logging.OutgoingPathLoggingMode.Formatted", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/OutgoingPathLoggingMode.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Http.Logging.OutgoingPathLoggingMode.Structured", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/OutgoingPathLoggingMode.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Logging.OutgoingPathLoggingMode", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Logging/OutgoingPathLoggingMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Latency.HttpClientLatencyTelemetryOptions.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Latency/HttpClientLatencyTelemetryOptions.cs#L22C64-L22C68" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Latency.HttpClientLatencyTelemetryOptions.EnableDetailedLatencyBreakdown", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Latency/HttpClientLatencyTelemetryOptions.cs#L22C50-L22C54" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Latency.HttpClientLatencyTelemetryOptions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Diagnostics/Latency/HttpClientLatencyTelemetryOptions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Http.Resilience.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Http.Resilience.json deleted file mode 100644 index 6aa992c3b50..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Http.Resilience.json +++ /dev/null @@ -1,516 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Http.Resilience", - "GUID": "D15672BEAA7E4A9294CF3600CB5BEABCFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Net.Http.HttpResilienceHttpRequestMessageExtensions.GetResilienceContext(System.Net.Http.HttpRequestMessage)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/HttpResilienceHttpRequestMessageExtensions.cs#L27C9-L41C21" - }, - { - "DocsId": "M:System.Net.Http.HttpResilienceHttpRequestMessageExtensions.SetResilienceContext(System.Net.Http.HttpRequestMessage,Polly.ResilienceContext)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/HttpResilienceHttpRequestMessageExtensions.cs#L51C9-L57C6" - } - ], - "DocsId": "T:System.Net.Http.HttpResilienceHttpRequestMessageExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/HttpResilienceHttpRequestMessageExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ResilienceHttpClientBuilderExtensions.AddStandardHedgingHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Action{Microsoft.Extensions.Http.Resilience.IRoutingStrategyBuilder})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Hedging/ResilienceHttpClientBuilderExtensions.Hedging.cs#L44C9-L51C31" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ResilienceHttpClientBuilderExtensions.AddStandardHedgingHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Hedging/ResilienceHttpClientBuilderExtensions.Hedging.cs#L16707566C0-L143C98" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ResilienceHttpClientBuilderExtensions.AddResilienceHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.String,System.Action{Polly.ResiliencePipelineBuilder{System.Net.Http.HttpResponseMessage}})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/ResilienceHttpClientBuilderExtensions.Resilience.cs#L16707566C0-L42C95" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ResilienceHttpClientBuilderExtensions.AddResilienceHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.String,System.Action{Polly.ResiliencePipelineBuilder{System.Net.Http.HttpResponseMessage},Microsoft.Extensions.Http.Resilience.ResilienceHandlerContext})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/ResilienceHttpClientBuilderExtensions.Resilience.cs#L16707566C0-L75C32" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ResilienceHttpClientBuilderExtensions.AddStandardResilienceHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,Microsoft.Extensions.Configuration.IConfigurationSection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/ResilienceHttpClientBuilderExtensions.StandardResilience.cs#L32C9-L35C74" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ResilienceHttpClientBuilderExtensions.AddStandardResilienceHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Action{Microsoft.Extensions.Http.Resilience.HttpStandardResilienceOptions})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/ResilienceHttpClientBuilderExtensions.StandardResilience.cs#L50C9-L53C76" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ResilienceHttpClientBuilderExtensions.AddStandardResilienceHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/ResilienceHttpClientBuilderExtensions.StandardResilience.cs#L16707566C0-L89C89" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ResilienceHttpClientBuilderExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Hedging/ResilienceHttpClientBuilderExtensions.Hedging.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.HedgingEndpointOptions.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Hedging/HedgingEndpointOptions.cs#L28C71-L59C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Resilience.HedgingEndpointOptions.RateLimiter", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Hedging/HedgingEndpointOptions.cs#L28C57-L28C61" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Resilience.HedgingEndpointOptions.CircuitBreaker", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Hedging/HedgingEndpointOptions.cs#L41C63-L41C67" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Resilience.HedgingEndpointOptions.Timeout", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Hedging/HedgingEndpointOptions.cs#L55C49-L55C53" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Resilience.HedgingEndpointOptions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Hedging/HedgingEndpointOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.HttpClientHedgingResiliencePredicates.IsTransient(Polly.Outcome{System.Net.Http.HttpResponseMessage})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Hedging/HttpClientHedgingResiliencePredicates.cs#L21C77-L16707566C0" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Resilience.HttpClientHedgingResiliencePredicates", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Hedging/HttpClientHedgingResiliencePredicates.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.HttpHedgingStrategyOptions.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Hedging/HttpHedgingStrategyOptions.cs#L22C5-L25C6" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Resilience.HttpHedgingStrategyOptions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Hedging/HttpHedgingStrategyOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.HttpStandardHedgingResilienceOptions.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Hedging/HttpStandardHedgingResilienceOptions.cs#L48C75-L74C88" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Resilience.HttpStandardHedgingResilienceOptions.TotalRequestTimeout", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Hedging/HttpStandardHedgingResilienceOptions.cs#L48C61-L48C65" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Resilience.HttpStandardHedgingResilienceOptions.Hedging", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Hedging/HttpStandardHedgingResilienceOptions.cs#L61C49-L61C53" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Resilience.HttpStandardHedgingResilienceOptions.Endpoint", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Hedging/HttpStandardHedgingResilienceOptions.cs#L74C46-L74C50" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Resilience.HttpStandardHedgingResilienceOptions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Hedging/HttpStandardHedgingResilienceOptions.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.Http.Resilience.IStandardHedgingHandlerBuilder.Name", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Hedging/IStandardHedgingHandlerBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Resilience.IStandardHedgingHandlerBuilder.Services", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Hedging/IStandardHedgingHandlerBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Resilience.IStandardHedgingHandlerBuilder.RoutingStrategyBuilder", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Hedging/IStandardHedgingHandlerBuilder.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Resilience.IStandardHedgingHandlerBuilder", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Hedging/IStandardHedgingHandlerBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.StandardHedgingHandlerBuilderExtensions.Configure(Microsoft.Extensions.Http.Resilience.IStandardHedgingHandlerBuilder,Microsoft.Extensions.Configuration.IConfigurationSection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Hedging/StandardHedgingHandlerBuilderExtensions.cs#L30C9-L40C24" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.StandardHedgingHandlerBuilderExtensions.Configure(Microsoft.Extensions.Http.Resilience.IStandardHedgingHandlerBuilder,System.Action{Microsoft.Extensions.Http.Resilience.HttpStandardHedgingResilienceOptions})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Hedging/StandardHedgingHandlerBuilderExtensions.cs#L16707566C0-L54C70" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.StandardHedgingHandlerBuilderExtensions.Configure(Microsoft.Extensions.Http.Resilience.IStandardHedgingHandlerBuilder,System.Action{Microsoft.Extensions.Http.Resilience.HttpStandardHedgingResilienceOptions,System.IServiceProvider})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Hedging/StandardHedgingHandlerBuilderExtensions.cs#L65C9-L70C24" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.StandardHedgingHandlerBuilderExtensions.SelectPipelineByAuthority(Microsoft.Extensions.Http.Resilience.IStandardHedgingHandlerBuilder)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Hedging/StandardHedgingHandlerBuilderExtensions.cs#L80C9-L86C24" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.StandardHedgingHandlerBuilderExtensions.SelectPipelineBy(Microsoft.Extensions.Http.Resilience.IStandardHedgingHandlerBuilder,System.Func{System.IServiceProvider,System.Func{System.Net.Http.HttpRequestMessage,System.String}})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Hedging/StandardHedgingHandlerBuilderExtensions.cs#L98C9-L105C24" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Resilience.StandardHedgingHandlerBuilderExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Hedging/StandardHedgingHandlerBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.HttpCircuitBreakerStrategyOptions.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Polly/HttpCircuitBreakerStrategyOptions.cs#L22C5-L25C6" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Resilience.HttpCircuitBreakerStrategyOptions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Polly/HttpCircuitBreakerStrategyOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.HttpClientResiliencePredicates.IsTransient(Polly.Outcome{System.Net.Http.HttpResponseMessage})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Polly/HttpClientResiliencePredicates.cs#L22C77-L16707566C0" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Resilience.HttpClientResiliencePredicates", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Polly/HttpClientResiliencePredicates.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.HttpRateLimiterStrategyOptions.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Polly/HttpRateLimiterStrategyOptions.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Resilience.HttpRateLimiterStrategyOptions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Polly/HttpRateLimiterStrategyOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.HttpRetryStrategyOptions.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Polly/HttpRetryStrategyOptions.cs#L27C5-L33C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Resilience.HttpRetryStrategyOptions.ShouldRetryAfterHeader", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Polly/HttpRetryStrategyOptions.cs#L48C16-L48C39" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Resilience.HttpRetryStrategyOptions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Polly/HttpRetryStrategyOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.HttpTimeoutStrategyOptions.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Polly/HttpTimeoutStrategyOptions.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Resilience.HttpTimeoutStrategyOptions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Polly/HttpTimeoutStrategyOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.HttpResiliencePipelineBuilderExtensions.SelectPipelineByAuthority(Microsoft.Extensions.Http.Resilience.IHttpResiliencePipelineBuilder)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/HttpResiliencePipelineBuilderExtensions.cs#L23C9-L27C24" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.HttpResiliencePipelineBuilderExtensions.SelectPipelineBy(Microsoft.Extensions.Http.Resilience.IHttpResiliencePipelineBuilder,System.Func{System.IServiceProvider,System.Func{System.Net.Http.HttpRequestMessage,System.String}})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/HttpResiliencePipelineBuilderExtensions.cs#L39C9-L44C24" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Resilience.HttpResiliencePipelineBuilderExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/HttpResiliencePipelineBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.HttpStandardResilienceOptions.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/HttpStandardResilienceOptions.cs#L40C71-L97C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Resilience.HttpStandardResilienceOptions.RateLimiter", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/HttpStandardResilienceOptions.cs#L40C57-L40C61" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Resilience.HttpStandardResilienceOptions.TotalRequestTimeout", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/HttpStandardResilienceOptions.cs#L53C61-L53C65" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Resilience.HttpStandardResilienceOptions.Retry", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/HttpStandardResilienceOptions.cs#L66C45-L66C49" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Resilience.HttpStandardResilienceOptions.CircuitBreaker", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/HttpStandardResilienceOptions.cs#L79C63-L79C67" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Resilience.HttpStandardResilienceOptions.AttemptTimeout", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/HttpStandardResilienceOptions.cs#L93C56-L93C60" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Resilience.HttpStandardResilienceOptions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/HttpStandardResilienceOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.HttpStandardResiliencePipelineBuilderExtensions.Configure(Microsoft.Extensions.Http.Resilience.IHttpStandardResiliencePipelineBuilder,Microsoft.Extensions.Configuration.IConfigurationSection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/HttpStandardResiliencePipelineBuilderExtensions.cs#L27C9-L40C24" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.HttpStandardResiliencePipelineBuilderExtensions.Configure(Microsoft.Extensions.Http.Resilience.IHttpStandardResiliencePipelineBuilder,System.Action{Microsoft.Extensions.Http.Resilience.HttpStandardResilienceOptions})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/HttpStandardResiliencePipelineBuilderExtensions.cs#L16707566C0-L56C70" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.HttpStandardResiliencePipelineBuilderExtensions.Configure(Microsoft.Extensions.Http.Resilience.IHttpStandardResiliencePipelineBuilder,System.Action{Microsoft.Extensions.Http.Resilience.HttpStandardResilienceOptions,System.IServiceProvider})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/HttpStandardResiliencePipelineBuilderExtensions.cs#L69C9-L74C24" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.HttpStandardResiliencePipelineBuilderExtensions.SelectPipelineByAuthority(Microsoft.Extensions.Http.Resilience.IHttpStandardResiliencePipelineBuilder)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/HttpStandardResiliencePipelineBuilderExtensions.cs#L84C9-L88C24" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.HttpStandardResiliencePipelineBuilderExtensions.SelectPipelineBy(Microsoft.Extensions.Http.Resilience.IHttpStandardResiliencePipelineBuilder,System.Func{System.IServiceProvider,System.Func{System.Net.Http.HttpRequestMessage,System.String}})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/HttpStandardResiliencePipelineBuilderExtensions.cs#L100C9-L105C24" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Resilience.HttpStandardResiliencePipelineBuilderExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/HttpStandardResiliencePipelineBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.Http.Resilience.IHttpResiliencePipelineBuilder.PipelineName", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/IHttpResiliencePipelineBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Resilience.IHttpResiliencePipelineBuilder.Services", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/IHttpResiliencePipelineBuilder.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Resilience.IHttpResiliencePipelineBuilder", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/IHttpResiliencePipelineBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.Http.Resilience.IHttpStandardResiliencePipelineBuilder.PipelineName", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/IHttpStandardResiliencePipelineBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Resilience.IHttpStandardResiliencePipelineBuilder.Services", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/IHttpStandardResiliencePipelineBuilder.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Resilience.IHttpStandardResiliencePipelineBuilder", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/IHttpStandardResiliencePipelineBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.ResilienceHandler.#ctor(System.Func{System.Net.Http.HttpRequestMessage,Polly.ResiliencePipeline{System.Net.Http.HttpResponseMessage}})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/ResilienceHandler.cs#L30C5-L33C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.ResilienceHandler.#ctor(Polly.ResiliencePipeline{System.Net.Http.HttpResponseMessage})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/ResilienceHandler.cs#L16707566C0-L44C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.ResilienceHandler.SendAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/ResilienceHandler.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Resilience.ResilienceHandler", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/ResilienceHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.ResilienceHandlerContext.EnableReloads``1(System.String)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/ResilienceHandlerContext.cs#L52C157-L52C195" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.ResilienceHandlerContext.GetOptions``1(System.String)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/ResilienceHandlerContext.cs#L64C158-L64C193" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.ResilienceHandlerContext.OnPipelineDisposed(System.Action)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/ResilienceHandlerContext.cs#L70C56-L70C107" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Resilience.ResilienceHandlerContext.ServiceProvider", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/ResilienceHandlerContext.cs#L27C48-L27C72" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Resilience.ResilienceHandlerContext.BuilderName", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/ResilienceHandlerContext.cs#L32C34-L32C59" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Resilience.ResilienceHandlerContext.InstanceName", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/ResilienceHandlerContext.cs#L37C35-L37C68" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Resilience.ResilienceHandlerContext", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Resilience/ResilienceHandlerContext.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.Http.Resilience.IRoutingStrategyBuilder.Name", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Routing/IRoutingStrategyBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Resilience.IRoutingStrategyBuilder.Services", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Routing/IRoutingStrategyBuilder.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Resilience.IRoutingStrategyBuilder", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Routing/IRoutingStrategyBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.OrderedGroupsRoutingOptions.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Routing/OrderedGroupsRoutingOptions.cs#L30C59-L30C87" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Resilience.OrderedGroupsRoutingOptions.Groups", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Routing/OrderedGroupsRoutingOptions.cs#L30C45-L30C49" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Resilience.OrderedGroupsRoutingOptions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Routing/OrderedGroupsRoutingOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.RoutingStrategyBuilderExtensions.ConfigureOrderedGroups(Microsoft.Extensions.Http.Resilience.IRoutingStrategyBuilder,Microsoft.Extensions.Configuration.IConfigurationSection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Routing/RoutingStrategyBuilderExtensions.cs#L34C9-L38C24" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.RoutingStrategyBuilderExtensions.ConfigureOrderedGroups(Microsoft.Extensions.Http.Resilience.IRoutingStrategyBuilder,System.Action{Microsoft.Extensions.Http.Resilience.OrderedGroupsRoutingOptions})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Routing/RoutingStrategyBuilderExtensions.cs#L16707566C0-L52C83" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.RoutingStrategyBuilderExtensions.ConfigureOrderedGroups(Microsoft.Extensions.Http.Resilience.IRoutingStrategyBuilder,System.Action{Microsoft.Extensions.Http.Resilience.OrderedGroupsRoutingOptions,System.IServiceProvider})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Routing/RoutingStrategyBuilderExtensions.cs#L63C9-L68C24" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.RoutingStrategyBuilderExtensions.ConfigureWeightedGroups(Microsoft.Extensions.Http.Resilience.IRoutingStrategyBuilder,Microsoft.Extensions.Configuration.IConfigurationSection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Routing/RoutingStrategyBuilderExtensions.cs#L79C9-L84C24" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.RoutingStrategyBuilderExtensions.ConfigureWeightedGroups(Microsoft.Extensions.Http.Resilience.IRoutingStrategyBuilder,System.Action{Microsoft.Extensions.Http.Resilience.WeightedGroupsRoutingOptions})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Routing/RoutingStrategyBuilderExtensions.cs#L16707566C0-L98C84" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.RoutingStrategyBuilderExtensions.ConfigureWeightedGroups(Microsoft.Extensions.Http.Resilience.IRoutingStrategyBuilder,System.Action{Microsoft.Extensions.Http.Resilience.WeightedGroupsRoutingOptions,System.IServiceProvider})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Routing/RoutingStrategyBuilderExtensions.cs#L109C9-L114C24" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Resilience.RoutingStrategyBuilderExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Routing/RoutingStrategyBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.UriEndpoint.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Routing/UriEndpoint.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Resilience.UriEndpoint.Uri", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Routing/UriEndpoint.cs#L27C16-L27C20" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Resilience.UriEndpoint", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Routing/UriEndpoint.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.UriEndpointGroup.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Routing/UriEndpointGroup.cs#L30C65-L30C96" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Resilience.UriEndpointGroup.Endpoints", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Routing/UriEndpointGroup.cs#L30C51-L30C55" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Resilience.UriEndpointGroup", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Routing/UriEndpointGroup.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Http.Resilience.WeightedGroupSelectionMode.value__", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Routing/WeightedGroupSelectionMode.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Http.Resilience.WeightedGroupSelectionMode.EveryAttempt", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Routing/WeightedGroupSelectionMode.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Http.Resilience.WeightedGroupSelectionMode.InitialAttempt", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Routing/WeightedGroupSelectionMode.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Resilience.WeightedGroupSelectionMode", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Routing/WeightedGroupSelectionMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.WeightedGroupsRoutingOptions.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Routing/WeightedGroupsRoutingOptions.cs#L36C67-L36C103" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Resilience.WeightedGroupsRoutingOptions.SelectionMode", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Routing/WeightedGroupsRoutingOptions.cs#L22C55-L22C59" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Resilience.WeightedGroupsRoutingOptions.Groups", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Routing/WeightedGroupsRoutingOptions.cs#L36C53-L36C57" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Resilience.WeightedGroupsRoutingOptions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Routing/WeightedGroupsRoutingOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.WeightedUriEndpoint.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Routing/WeightedUriEndpoint.cs#L34C39-L34C52" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Resilience.WeightedUriEndpoint.Uri", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Routing/WeightedUriEndpoint.cs#L25C23-L25C27" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Resilience.WeightedUriEndpoint.Weight", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Routing/WeightedUriEndpoint.cs#L34C25-L34C29" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Resilience.WeightedUriEndpoint", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Routing/WeightedUriEndpoint.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Resilience.WeightedUriEndpointGroup.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Routing/WeightedUriEndpointGroup.cs#L24C39-L24C52" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Resilience.WeightedUriEndpointGroup.Weight", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Routing/WeightedUriEndpointGroup.cs#L24C25-L24C29" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Resilience.WeightedUriEndpointGroup", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Http.Resilience/Routing/WeightedUriEndpointGroup.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Http.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Http.json deleted file mode 100644 index d46f933b3d2..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Http.json +++ /dev/null @@ -1,444 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Http", - "GUID": "1A33AA0811474D54802D8C2486C85B47FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Net.Http.HttpClientFactoryExtensions.CreateClient(System.Net.Http.IHttpClientFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryExtensions.cs#L20C13-L22C62" - } - ], - "DocsId": "T:System.Net.Http.HttpClientFactoryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.Http.HttpMessageHandlerFactoryExtensions.CreateHandler(System.Net.Http.IHttpMessageHandlerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerFactoryExtensions.cs#L20C13-L22C63" - } - ], - "DocsId": "T:System.Net.Http.HttpMessageHandlerFactoryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerFactoryExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.Http.IHttpClientFactory.CreateClient(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/IHttpClientFactory.cs" - } - ], - "DocsId": "T:System.Net.Http.IHttpClientFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/IHttpClientFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.Http.IHttpMessageHandlerFactory.CreateHandler(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/IHttpMessageHandlerFactory.cs" - } - ], - "DocsId": "T:System.Net.Http.IHttpMessageHandlerFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/IHttpMessageHandlerFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.ConfigureHttpClient(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Action{System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L16707566C0-L35C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.ConfigureHttpClient(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Action{System.IServiceProvider,System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L16707566C0-L61C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddHttpMessageHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.Net.Http.DelegatingHandler})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L16707566C0-L84C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddHttpMessageHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.IServiceProvider,System.Net.Http.DelegatingHandler})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L16707566C0-L112C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddHttpMessageHandler``1(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L132C13-L139C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.ConfigurePrimaryHttpMessageHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.Net.Http.HttpMessageHandler})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L16707566C0-L163C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.ConfigurePrimaryHttpMessageHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.IServiceProvider,System.Net.Http.HttpMessageHandler})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L16707566C0-L193C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.ConfigurePrimaryHttpMessageHandler``1(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L214C13-L221C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.ConfigurePrimaryHttpMessageHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Action{System.Net.Http.HttpMessageHandler,System.IServiceProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L16707566C0-L247C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.ConfigureHttpMessageHandlerBuilder(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Action{Microsoft.Extensions.Http.HttpMessageHandlerBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L16707566C0-L265C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.UseSocketsHttpHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Action{System.Net.Http.SocketsHttpHandler,System.IServiceProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L16707566C0-L302C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.UseSocketsHttpHandler(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Action{Microsoft.Extensions.DependencyInjection.ISocketsHttpHandlerBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L325C13-L330C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddTypedClient``1(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L363C13-L365C84" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddTypedClient``2(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L431C13-L433C101" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddTypedClient``1(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.Net.Http.HttpClient,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L483C13-L486C93" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddTypedClient``1(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.Net.Http.HttpClient,System.IServiceProvider,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L529C13-L532C93" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.RedactLoggedHeaders(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.String,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L16707566C0-L572C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.RedactLoggedHeaders(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L16707566C0-L593C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.SetHandlerLifetime(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L16707566C0-L630C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.ConfigureAdditionalHttpMessageHandlers(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Action{System.Collections.Generic.IList{System.Net.Http.DelegatingHandler},System.IServiceProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs#L16707566C0-L650C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddLogger(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Func{System.IServiceProvider,Microsoft.Extensions.Http.Logging.IHttpClientLogger},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.Logging.cs#L16707566C0-L69C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddLogger``1(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.Logging.cs#L111C13-L113C113" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.RemoveAllLoggers(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.Logging.cs#L123C13-L131C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions.AddDefaultLogger(Microsoft.Extensions.DependencyInjection.IHttpClientBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.Logging.cs#L141C13-L144C28" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.HttpClientBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L28C13-L71C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.ConfigureHttpClientDefaults(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.DependencyInjection.IHttpClientBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L82C13-L89C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L110C13-L115C65" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L137C13-L145C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{System.IServiceProvider,System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L167C13-L175C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L204C13-L211C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L245C13-L252C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L284C13-L291C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L328C13-L335C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L365C13-L374C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{System.IServiceProvider,System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L404C13-L413C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L448C13-L457C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{System.IServiceProvider,System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L492C13-L501C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L534C13-L543C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{System.IServiceProvider,System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L576C13-L585C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L623C13-L632C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{System.IServiceProvider,System.Net.Http.HttpClient})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L670C13-L679C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.Net.Http.HttpClient,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L711C13-L715C85" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Func{System.Net.Http.HttpClient,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L750C13-L758C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{System.Net.Http.HttpClient,System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L790C13-L794C85" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions.AddHttpClient``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Func{System.Net.Http.HttpClient,System.IServiceProvider,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs#L827C13-L835C28" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.HttpClientFactoryServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/HttpClientFactoryServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.IHttpClientBuilder.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/IHttpClientBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.IHttpClientBuilder.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/IHttpClientBuilder.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.IHttpClientBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/IHttpClientBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ISocketsHttpHandlerBuilder.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/ISocketsHttpHandlerBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.DependencyInjection.ISocketsHttpHandlerBuilder.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/ISocketsHttpHandlerBuilder.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ISocketsHttpHandlerBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/ISocketsHttpHandlerBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.SocketsHttpHandlerBuilderExtensions.Configure(Microsoft.Extensions.DependencyInjection.ISocketsHttpHandlerBuilder,System.Action{System.Net.Http.SocketsHttpHandler,System.IServiceProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/SocketsHttpHandlerBuilderExtensions.cs#L16707566C0-L43C28" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.SocketsHttpHandlerBuilderExtensions.Configure(Microsoft.Extensions.DependencyInjection.ISocketsHttpHandlerBuilder,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/SocketsHttpHandlerBuilderExtensions.cs#L16707566C0-L65C94" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.SocketsHttpHandlerBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/DependencyInjection/SocketsHttpHandlerBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.HttpClientFactoryOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L22C9-L105C136" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.HttpClientFactoryOptions.HttpMessageHandlerBuilderActions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L27C92-L27C96" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.HttpClientFactoryOptions.HttpClientActions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L32C62-L32C66" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.HttpClientFactoryOptions.HandlerLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L60C20-L60C36" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.HttpClientFactoryOptions.ShouldRedactHeaderValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L75C61-L75C65" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.HttpClientFactoryOptions.SuppressHandlerScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs#L102C44-L102C48" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.HttpClientFactoryOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/HttpClientFactoryOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.HttpMessageHandlerBuilder.Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.HttpMessageHandlerBuilder.CreateHandlerPipeline(System.Net.Http.HttpMessageHandler,System.Collections.Generic.IEnumerable{System.Net.Http.DelegatingHandler})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs#L83C13-L118C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.HttpMessageHandlerBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.HttpMessageHandlerBuilder.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.HttpMessageHandlerBuilder.PrimaryHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.HttpMessageHandlerBuilder.AdditionalHandlers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.HttpMessageHandlerBuilder.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs#L55C52-L55C56" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.HttpMessageHandlerBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/HttpMessageHandlerBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.IHttpMessageHandlerBuilderFilter.Configure(System.Action{Microsoft.Extensions.Http.HttpMessageHandlerBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/IHttpMessageHandlerBuilderFilter.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.IHttpMessageHandlerBuilderFilter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/IHttpMessageHandlerBuilderFilter.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.ITypedHttpClientFactory`1.CreateClient(System.Net.Http.HttpClient)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/ITypedHttpClientFactory.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.ITypedHttpClientFactory`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/ITypedHttpClientFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Logging.IHttpClientAsyncLogger.LogRequestStartAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientAsyncLogger.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Logging.IHttpClientAsyncLogger.LogRequestStopAsync(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.TimeSpan,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientAsyncLogger.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Logging.IHttpClientAsyncLogger.LogRequestFailedAsync(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.Exception,System.TimeSpan,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientAsyncLogger.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Logging.IHttpClientAsyncLogger", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientAsyncLogger.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Logging.IHttpClientLogger.LogRequestStart(System.Net.Http.HttpRequestMessage)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientLogger.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Logging.IHttpClientLogger.LogRequestStop(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientLogger.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Logging.IHttpClientLogger.LogRequestFailed(System.Object,System.Net.Http.HttpRequestMessage,System.Net.Http.HttpResponseMessage,System.Exception,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientLogger.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Logging.IHttpClientLogger", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/Logging/IHttpClientLogger.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.#ctor(Microsoft.Extensions.Logging.ILogger)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingHttpMessageHandler.cs#L28C9-L33C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.#ctor(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Http.HttpClientFactoryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingHttpMessageHandler.cs#L41C9-L48C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.SendAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingHttpMessageHandler.cs#L79C16-L79C73" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.Send(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingHttpMessageHandler.cs#L85C16-L85C99" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingHttpMessageHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.#ctor(Microsoft.Extensions.Logging.ILogger)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingScopeHttpMessageHandler.cs#L28C9-L33C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.#ctor(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Http.HttpClientFactoryOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingScopeHttpMessageHandler.cs#L41C9-L48C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.SendAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingScopeHttpMessageHandler.cs#L81C16-L81C73" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.Send(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingScopeHttpMessageHandler.cs#L87C16-L87C99" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Http/src/Logging/LoggingScopeHttpMessageHandler.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Localization.Abstractions.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Localization.Abstractions.json deleted file mode 100644 index e2f717e3ae4..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Localization.Abstractions.json +++ /dev/null @@ -1,125 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Localization.Abstractions", - "GUID": "E209E14214F24DC1A32B0C98C4C13DF0FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Localization.IStringLocalizer.GetAllStrings(System.Boolean)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Abstractions/src/IStringLocalizer.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.IStringLocalizer.Item(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Abstractions/src/IStringLocalizer.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.IStringLocalizer.Item(System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Abstractions/src/IStringLocalizer.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Localization.IStringLocalizer", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Abstractions/src/IStringLocalizer.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Localization.IStringLocalizerFactory.Create(System.Type)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Abstractions/src/IStringLocalizerFactory.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.IStringLocalizerFactory.Create(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Abstractions/src/IStringLocalizerFactory.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Localization.IStringLocalizerFactory", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Abstractions/src/IStringLocalizerFactory.cs" - }, - { - "Members": [], - "DocsId": "T:Microsoft.Extensions.Localization.IStringLocalizer`1", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Abstractions/src/IStringLocalizerOfT.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Localization.LocalizedString.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Abstractions/src/LocalizedString.cs#L21C11-L23C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.LocalizedString.#ctor(System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Abstractions/src/LocalizedString.cs#L32C11-L34C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.LocalizedString.#ctor(System.String,System.String,System.Boolean,System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Abstractions/src/LocalizedString.cs#L43C5-L52C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.LocalizedString.op_Implicit(Microsoft.Extensions.Localization.LocalizedString)~System.String", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Abstractions/src/LocalizedString.cs#L61C9-L61C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.LocalizedString.ToString", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Abstractions/src/LocalizedString.cs#L88C42-L88C47" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.LocalizedString.Name", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Abstractions/src/LocalizedString.cs#L67C26-L67C30" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.LocalizedString.Value", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Abstractions/src/LocalizedString.cs#L72C27-L72C31" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.LocalizedString.ResourceNotFound", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Abstractions/src/LocalizedString.cs#L77C36-L77C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.LocalizedString.SearchedLocation", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Abstractions/src/LocalizedString.cs#L82C39-L82C43" - } - ], - "DocsId": "T:Microsoft.Extensions.Localization.LocalizedString", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Abstractions/src/LocalizedString.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Localization.StringLocalizerExtensions.GetString(Microsoft.Extensions.Localization.IStringLocalizer,System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Abstractions/src/StringLocalizerExtensions.cs#L25C9-L28C38" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.StringLocalizerExtensions.GetString(Microsoft.Extensions.Localization.IStringLocalizer,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Abstractions/src/StringLocalizerExtensions.cs#L43C9-L46C49" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.StringLocalizerExtensions.GetAllStrings(Microsoft.Extensions.Localization.IStringLocalizer)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Abstractions/src/StringLocalizerExtensions.cs#L56C9-L58C75" - } - ], - "DocsId": "T:Microsoft.Extensions.Localization.StringLocalizerExtensions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Abstractions/src/StringLocalizerExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Localization.StringLocalizer`1.#ctor(Microsoft.Extensions.Localization.IStringLocalizerFactory)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Abstractions/src/StringLocalizerOfT.cs#L22C5-L27C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.StringLocalizer`1.GetAllStrings(System.Boolean)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Abstractions/src/StringLocalizerOfT.cs#L53C9-L53C56" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.StringLocalizer`1.Item(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Abstractions/src/StringLocalizerOfT.cs#L34C13-L36C37" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.StringLocalizer`1.Item(System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Abstractions/src/StringLocalizerOfT.cs#L45C13-L47C48" - } - ], - "DocsId": "T:Microsoft.Extensions.Localization.StringLocalizer`1", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Abstractions/src/StringLocalizerOfT.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Localization.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Localization.json deleted file mode 100644 index 4c03f13a610..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Localization.json +++ /dev/null @@ -1,162 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Localization", - "GUID": "C3E52E8D378D4249916F53D2A6A97CF8FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.LocalizationServiceCollectionExtensions.AddLocalization(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Localization/src/LocalizationServiceCollectionExtensions.cs#L23C9-L29C25" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.LocalizationServiceCollectionExtensions.AddLocalization(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Localization.LocalizationOptions})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Localization/src/LocalizationServiceCollectionExtensions.cs#L44C9-L51C25" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.LocalizationServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Localization/src/LocalizationServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Localization.IResourceNamesCache.GetOrAdd(System.String,System.Func{System.String,System.Collections.Generic.IList{System.String}})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Localization/src/IResourceNamesCache.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Localization.IResourceNamesCache", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Localization/src/IResourceNamesCache.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Localization.LocalizationOptions.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Localization/src/LocalizationOptions.cs#L20C49-L15C8" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.LocalizationOptions.ResourcesPath", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Localization/src/LocalizationOptions.cs#L20C35-L20C39" - } - ], - "DocsId": "T:Microsoft.Extensions.Localization.LocalizationOptions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Localization/src/LocalizationOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceLocationAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Localization/src/ResourceLocationAttribute.cs#L19C5-L24C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.ResourceLocationAttribute.ResourceLocation", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Localization/src/ResourceLocationAttribute.cs#L29C38-L29C42" - } - ], - "DocsId": "T:Microsoft.Extensions.Localization.ResourceLocationAttribute", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Localization/src/ResourceLocationAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizer.#ctor(System.Resources.ResourceManager,System.Reflection.Assembly,System.String,Microsoft.Extensions.Localization.IResourceNamesCache,Microsoft.Extensions.Logging.ILogger)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Localization/src/ResourceManagerStringLocalizer.cs#L44C11-L51C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizer.GetAllStrings(System.Boolean)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Localization/src/ResourceManagerStringLocalizer.cs#L127C9-L127C75" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizer.GetAllStrings(System.Boolean,System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Localization/src/ResourceManagerStringLocalizer.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizer.GetStringSafely(System.String,System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Localization/src/ResourceManagerStringLocalizer.cs#L159C9-L181C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.ResourceManagerStringLocalizer.Item(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Localization/src/ResourceManagerStringLocalizer.cs#L103C13-L107C131" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.ResourceManagerStringLocalizer.Item(System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Localization/src/ResourceManagerStringLocalizer.cs#L116C13-L121C124" - } - ], - "DocsId": "T:Microsoft.Extensions.Localization.ResourceManagerStringLocalizer", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Localization/src/ResourceManagerStringLocalizer.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizerFactory.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Localization.LocalizationOptions},Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Localization/src/ResourceManagerStringLocalizerFactory.cs#L25C5-L51C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizerFactory.GetResourcePrefix(System.Reflection.TypeInfo)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Localization/src/ResourceManagerStringLocalizerFactory.cs#L60C9-L62C117" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizerFactory.GetResourcePrefix(System.Reflection.TypeInfo,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Localization/src/ResourceManagerStringLocalizerFactory.cs#L78C9-L90C117" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizerFactory.GetResourcePrefix(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Localization/src/ResourceManagerStringLocalizerFactory.cs#L102C9-L113C33" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizerFactory.Create(System.Type)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Localization/src/ResourceManagerStringLocalizerFactory.cs#L124C9-L138C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizerFactory.Create(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Localization/src/ResourceManagerStringLocalizerFactory.cs#L16707566C0-L159C12" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizerFactory.CreateResourceManagerStringLocalizer(System.Reflection.Assembly,System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Localization/src/ResourceManagerStringLocalizerFactory.cs#L171C9-L176C76" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizerFactory.GetResourcePrefix(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Localization/src/ResourceManagerStringLocalizerFactory.cs#L189C9-L189C89" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizerFactory.GetResourceLocationAttribute(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Localization/src/ResourceManagerStringLocalizerFactory.cs#L198C9-L198C73" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceManagerStringLocalizerFactory.GetRootNamespaceAttribute(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Localization/src/ResourceManagerStringLocalizerFactory.cs#L207C9-L207C70" - } - ], - "DocsId": "T:Microsoft.Extensions.Localization.ResourceManagerStringLocalizerFactory", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Localization/src/ResourceManagerStringLocalizerFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceNamesCache.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Localization/src/ResourceNamesCache.cs#L15C5-L22C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Localization.ResourceNamesCache.GetOrAdd(System.String,System.Func{System.String,System.Collections.Generic.IList{System.String}})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Localization/src/ResourceNamesCache.cs#L27C9-L27C52" - } - ], - "DocsId": "T:Microsoft.Extensions.Localization.ResourceNamesCache", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Localization/src/ResourceNamesCache.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Localization.RootNamespaceAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Localization/src/RootNamespaceAttribute.cs#L20C5-L25C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Localization.RootNamespaceAttribute.RootNamespace", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Localization/src/RootNamespaceAttribute.cs#L31C35-L31C39" - } - ], - "DocsId": "T:Microsoft.Extensions.Localization.RootNamespaceAttribute", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/Localization/Localization/src/RootNamespaceAttribute.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Logging.Abstractions.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Logging.Abstractions.json deleted file mode 100644 index 9f9436c8285..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Logging.Abstractions.json +++ /dev/null @@ -1,623 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Logging.Abstractions", - "GUID": "EAF81124EB9846799D9EB5F8A85F4B1CFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.EventId.op_Implicit(System.Int32)~Microsoft.Extensions.Logging.EventId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L20C13-L20C35" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventId.op_Equality(Microsoft.Extensions.Logging.EventId,Microsoft.Extensions.Logging.EventId)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L31C13-L31C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventId.op_Inequality(Microsoft.Extensions.Logging.EventId,Microsoft.Extensions.Logging.EventId)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L42C13-L42C40" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventId.#ctor(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L52C13-L54C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventId.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L69C13-L69C42" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventId.Equals(Microsoft.Extensions.Logging.EventId)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L79C13-L79C35" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventId.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L85C13-L90C62" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventId.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L96C13-L96C23" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.EventId.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L59C25-L59C29" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.EventId.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs#L64C31-L64C35" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.EventId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/EventId.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.IExternalScopeProvider.ForEachScope``1(System.Action{System.Object,``0},``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/IExternalScopeProvider.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.IExternalScopeProvider.Push(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/IExternalScopeProvider.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.IExternalScopeProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/IExternalScopeProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.ILogger.Log``1(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,``0,System.Exception,System.Func{``0,System.Exception,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILogger.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ILogger.IsEnabled(Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILogger.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ILogger.BeginScope``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILogger.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.ILogger", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILogger.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.ILoggerFactory.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerFactory.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ILoggerFactory.AddProvider(Microsoft.Extensions.Logging.ILoggerProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerFactory.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.ILoggerFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.ILoggerProvider.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerProvider.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.ILoggerProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerProvider.cs" - }, - { - "Members": [], - "DocsId": "T:Microsoft.Extensions.Logging.ILogger`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggerT.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.Logging.ILoggingBuilder.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggingBuilder.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.ILoggingBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ILoggingBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.ISupportExternalScope.SetScopeProvider(Microsoft.Extensions.Logging.IExternalScopeProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ISupportExternalScope.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.ISupportExternalScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/ISupportExternalScope.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LogDefineOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogDefineOptions.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LogDefineOptions.SkipEnabledCheck", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogDefineOptions.cs#L16C40-L16C44" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LogDefineOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogDefineOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogDebug(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L28C13-L29C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogDebug(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L41C13-L42C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogDebug(Microsoft.Extensions.Logging.ILogger,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L54C13-L55C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogDebug(Microsoft.Extensions.Logging.ILogger,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L66C13-L67C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogTrace(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L82C13-L83C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogTrace(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L95C13-L96C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogTrace(Microsoft.Extensions.Logging.ILogger,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L108C13-L109C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogTrace(Microsoft.Extensions.Logging.ILogger,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L120C13-L121C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogInformation(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L136C13-L137C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogInformation(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L149C13-L150C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogInformation(Microsoft.Extensions.Logging.ILogger,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L162C13-L163C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogInformation(Microsoft.Extensions.Logging.ILogger,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L174C13-L175C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogWarning(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L190C13-L191C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogWarning(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L203C13-L204C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogWarning(Microsoft.Extensions.Logging.ILogger,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L216C13-L217C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogWarning(Microsoft.Extensions.Logging.ILogger,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L228C13-L229C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogError(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L244C13-L245C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogError(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L257C13-L258C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogError(Microsoft.Extensions.Logging.ILogger,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L270C13-L271C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogError(Microsoft.Extensions.Logging.ILogger,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L282C13-L283C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogCritical(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L298C13-L299C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogCritical(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.EventId,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L311C13-L312C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogCritical(Microsoft.Extensions.Logging.ILogger,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L324C13-L325C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.LogCritical(Microsoft.Extensions.Logging.ILogger,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L336C13-L337C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.Log(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.LogLevel,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L348C13-L349C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.Log(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L361C13-L362C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.Log(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.LogLevel,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L374C13-L375C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.Log(Microsoft.Extensions.Logging.ILogger,Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.Exception,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L388C13-L391C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExtensions.BeginScope(Microsoft.Extensions.Logging.ILogger,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs#L412C13-L414C83" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggerExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExternalScopeProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExternalScopeProvider.cs#L14C9-L20C12" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExternalScopeProvider.ForEachScope``1(System.Action{System.Object,``0},``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExternalScopeProvider.cs#L16707566C0-L35C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerExternalScopeProvider.Push(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExternalScopeProvider.cs#L40C13-L44C29" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggerExternalScopeProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerExternalScopeProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactoryExtensions.CreateLogger``1(Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerFactoryExtensions.cs#L22C13-L24C43" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactoryExtensions.CreateLogger(Microsoft.Extensions.Logging.ILoggerFactory,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerFactoryExtensions.cs#L34C13-L37C141" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggerFactoryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerFactoryExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.DefineScope(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L27C59" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.DefineScope``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L40C92" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.DefineScope``2(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L54C108" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.DefineScope``3(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L69C124" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.DefineScope``4(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L85C140" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.DefineScope``5(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L102C156" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.DefineScope``6(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L120C172" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L131C16-L131C70" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,Microsoft.Extensions.Logging.LogDefineOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L161C15" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``1(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L173C16-L173C74" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``1(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,Microsoft.Extensions.Logging.LogDefineOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L204C15" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``2(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L217C16-L217C78" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``2(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,Microsoft.Extensions.Logging.LogDefineOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L249C15" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``3(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L263C16-L263C82" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``3(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,Microsoft.Extensions.Logging.LogDefineOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L296C15" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``4(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L311C16-L311C86" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``4(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,Microsoft.Extensions.Logging.LogDefineOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L345C15" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``5(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L361C16-L361C90" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``5(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,Microsoft.Extensions.Logging.LogDefineOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L396C15" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``6(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L413C16-L413C94" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessage.Define``6(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,System.String,Microsoft.Extensions.Logging.LogDefineOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs#L16707566C0-L449C15" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggerMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessage.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessageAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L89C44-L38C44" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessageAttribute.#ctor(System.Int32,Microsoft.Extensions.Logging.LogLevel,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L89C44-L52C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessageAttribute.#ctor(Microsoft.Extensions.Logging.LogLevel,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L89C44-L64C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessageAttribute.#ctor(Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L89C44-L74C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessageAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L89C44-L84C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerMessageAttribute.EventId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L89C30-L89C34" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerMessageAttribute.EventName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L97C36-L97C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerMessageAttribute.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L102C33-L102C37" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerMessageAttribute.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L107C33-L107C37" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerMessageAttribute.SkipEnabledCheck", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs#L112C40-L112C44" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggerMessageAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerMessageAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Logger`1.#ctor(Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerT.cs#L25C9-L30C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Logger`1.Microsoft#Extensions#Logging#ILogger#BeginScope``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerT.cs#L35C13-L35C46" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Logger`1.Microsoft#Extensions#Logging#ILogger#IsEnabled(Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerT.cs#L41C13-L41C48" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Logger`1.Microsoft#Extensions#Logging#ILogger#Log``1(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,``0,System.Exception,System.Func{``0,System.Exception,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerT.cs#L47C13-L48C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Logger`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LoggerT.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.Trace", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.Debug", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.Information", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.Warning", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.Error", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.Critical", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.LogLevel.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LogLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogLevel.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.LogEntry`1.#ctor(Microsoft.Extensions.Logging.LogLevel,System.String,Microsoft.Extensions.Logging.EventId,`0,System.Exception,System.Func{`0,System.Exception,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L24C13-L30C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.LogEntry`1.LogLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L35C36-L35C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.LogEntry`1.Category", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L40C34-L40C38" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.LogEntry`1.EventId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L45C34-L45C38" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.LogEntry`1.State", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L50C31-L50C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.LogEntry`1.Exception", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L55C39-L55C43" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.LogEntry`1.Formatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs#L60C61-L60C65" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Abstractions.LogEntry`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/LogEntry.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLogger.BeginScope``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLogger.cs#L28C13-L28C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLogger.IsEnabled(Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLogger.cs#L34C13-L34C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLogger.Log``1(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,``0,System.Exception,System.Func{``0,System.Exception,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLogger.cs#L40C9-L40C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.NullLogger.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLogger.cs#L16C45-L16C49" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Abstractions.NullLogger", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLogger.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs#L15C9-L15C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs#L28C13-L28C40" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory.AddProvider(Microsoft.Extensions.Logging.ILoggerProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs#L37C9-L37C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs#L42C9-L42C10" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Abstractions.NullLoggerFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLoggerProvider.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerProvider.cs#L23C13-L23C40" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLoggerProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerProvider.cs#L29C9-L29C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Abstractions.NullLoggerProvider.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerProvider.cs#L14C53-L14C57" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Abstractions.NullLoggerProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLogger`1.BeginScope``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs#L22C13-L22C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLogger`1.Log``1(Microsoft.Extensions.Logging.LogLevel,Microsoft.Extensions.Logging.EventId,``0,System.Exception,System.Func{``0,System.Exception,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs#L36C9-L36C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLogger`1.IsEnabled(Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs#L41C13-L41C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Abstractions.NullLogger`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.Abstractions.NullLogger`1.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Abstractions.NullLogger`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Abstractions/src/NullLoggerT.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Logging.Configuration.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Logging.Configuration.json deleted file mode 100644 index 354260ff572..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Logging.Configuration.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Logging.Configuration", - "GUID": "B78F190A8E1242F4A61296989BE47312FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggingBuilderExtensions.AddConfiguration(Microsoft.Extensions.Logging.ILoggingBuilder,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggingBuilderExtensions.cs#L24C13-L31C28" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggingBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggingBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfiguration`1.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Configuration/src/ILoggerProviderConfiguration.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfiguration`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Configuration/src/ILoggerProviderConfiguration.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfigurationFactory.GetConfiguration(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Configuration/src/ILoggerProviderConfigurationFactory.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfigurationFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Configuration/src/ILoggerProviderConfigurationFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Configuration.LoggerProviderOptions.RegisterProviderOptions``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggerProviderConfigurationExtensions.cs#L29C13-L31C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Configuration.LoggerProviderOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggerProviderConfigurationExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Configuration.LoggerProviderOptionsChangeTokenSource`2.#ctor(Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfiguration{`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggerProviderOptionsChangeTokenSource.cs#L14C120-L16C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Configuration.LoggerProviderOptionsChangeTokenSource`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggerProviderOptionsChangeTokenSource.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Configuration.LoggingBuilderConfigurationExtensions.AddConfiguration(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggingBuilderConfigurationExtensions.cs#L19C13-L21C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Configuration.LoggingBuilderConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Configuration/src/LoggingBuilderConfigurationExtensions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Logging.Console.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Logging.Console.json deleted file mode 100644 index b73d252dfb5..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Logging.Console.json +++ /dev/null @@ -1,386 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Logging.Console", - "GUID": "2D39035470824BE9AB9FEEBA8609C490FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L32C13-L43C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L53C13-L58C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddSimpleConsole(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L66C13-L66C71" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddSimpleConsole(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{Microsoft.Extensions.Logging.Console.SimpleConsoleFormatterOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L75C13-L75C124" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddJsonConsole(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L83C13-L83C69" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddJsonConsole(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{Microsoft.Extensions.Logging.Console.JsonConsoleFormatterOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L92C13-L92C120" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddSystemdConsole(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{Microsoft.Extensions.Logging.Console.ConsoleFormatterOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L102C13-L102C119" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddSystemdConsole(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L110C13-L110C72" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsoleFormatter``2(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L136C13-L136C133" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsoleFormatter``2(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs#L150C13-L154C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L26C13-L27C49" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Logging.Console.IConsoleLoggerSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L40C13-L41C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Logging.LogLevel,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L55C13-L56C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L69C13-L70C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggerFactory,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L83C13-L84C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggerFactory,System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L98C13-L99C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggerFactory,System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L112C13-L113C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ConsoleLoggerExtensions.AddConsole(Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.Obsolete.cs#L125C13-L125C61" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.ConsoleLoggerExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConfigurationConsoleLoggerSettings.#ctor(Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConfigurationConsoleLoggerSettings.cs#L24C9-L28C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConfigurationConsoleLoggerSettings.Reload", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConfigurationConsoleLoggerSettings.cs#L66C13-L67C75" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConfigurationConsoleLoggerSettings.TryGetSwitch(System.String,Microsoft.Extensions.Logging.LogLevel@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConfigurationConsoleLoggerSettings.cs#L79C13-L99C62" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConfigurationConsoleLoggerSettings.ChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConfigurationConsoleLoggerSettings.cs#L33C44-L33C48" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConfigurationConsoleLoggerSettings.IncludeScopes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConfigurationConsoleLoggerSettings.cs#L43C17-L55C66" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Console.ConfigurationConsoleLoggerSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConfigurationConsoleLoggerSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleFormatter.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatter.cs#L19C9-L24C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleFormatter.Write``1(Microsoft.Extensions.Logging.Abstractions.LogEntry{``0}@|System.Runtime.InteropServices.InAttribute,Microsoft.Extensions.Logging.IExternalScopeProvider,System.IO.TextWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatter.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleFormatter.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatter.cs#L29C30-L29C34" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleFormatterNames.Simple", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterNames.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleFormatterNames.Json", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterNames.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleFormatterNames.Systemd", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterNames.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleFormatterNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterNames.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleFormatterOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterOptions.cs#L17C9-L17C45" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleFormatterOptions.IncludeScopes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterOptions.cs#L22C37-L22C41" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleFormatterOptions.TimestampFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterOptions.cs#L28C42-L28C46" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleFormatterOptions.UseUtcTimestamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterOptions.cs#L33C39-L33C43" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleFormatterOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleFormatterOptions.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleLoggerFormat.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerFormat.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleLoggerFormat.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerFormat.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleLoggerFormat.Systemd", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerFormat.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleLoggerFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerFormat.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L53C69-L85C69" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.DisableColors", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L17C37-L17C41" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.Format", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L27C20-L27C27" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.FormatterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L42C40-L42C44" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.IncludeScopes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L48C37-L48C41" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.LogToStandardErrorThreshold", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L53C55-L53C59" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.TimestampFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L59C42-L59C46" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.UseUtcTimestamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L65C39-L65C43" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.QueueFullMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L73C20-L73C34" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions.MaxQueueLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs#L92C20-L92C38" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerProvider.#ctor(Microsoft.Extensions.Options.IOptionsMonitor{Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs#L34C15-L34C65" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerProvider.#ctor(Microsoft.Extensions.Options.IOptionsMonitor{Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions},System.Collections.Generic.IEnumerable{Microsoft.Extensions.Logging.Console.ConsoleFormatter})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs#L27C9-L66C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerProvider.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs#L155C13-L173C134" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs#L206C13-L208C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerProvider.SetScopeProvider(Microsoft.Extensions.Logging.IExternalScopeProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs#L213C13-L219C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleLoggerProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerProvider.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleLoggerQueueFullMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerQueueFullMode.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleLoggerQueueFullMode.Wait", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerQueueFullMode.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.ConsoleLoggerQueueFullMode.DropWrite", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerQueueFullMode.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleLoggerQueueFullMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerQueueFullMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerSettings.Reload", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L37C13-L37C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerSettings.TryGetSwitch(System.String,Microsoft.Extensions.Logging.LogLevel@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L43C13-L43C58" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.ConsoleLoggerSettings.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L32C71-L32C105" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerSettings.ChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L19C44-L19C48" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerSettings.IncludeScopes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L22C37-L22C41" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerSettings.DisableColors", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L27C37-L27C41" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.ConsoleLoggerSettings.Switches", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs#L32C57-L32C61" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Console.ConsoleLoggerSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/ConsoleLoggerSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.IConsoleLoggerSettings.TryGetSwitch(System.String,Microsoft.Extensions.Logging.LogLevel@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/IConsoleLoggerSettings.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.IConsoleLoggerSettings.Reload", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/IConsoleLoggerSettings.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.IConsoleLoggerSettings.IncludeScopes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/IConsoleLoggerSettings.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.IConsoleLoggerSettings.ChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/IConsoleLoggerSettings.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Console.IConsoleLoggerSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/IConsoleLoggerSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.JsonConsoleFormatterOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/JsonConsoleFormatterOptions.cs#L17C9-L17C49" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.JsonConsoleFormatterOptions.JsonWriterOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/JsonConsoleFormatterOptions.cs#L22C54-L22C58" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Console.JsonConsoleFormatterOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/JsonConsoleFormatterOptions.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.LoggerColorBehavior.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/LoggerColorBehavior.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.LoggerColorBehavior.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/LoggerColorBehavior.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.LoggerColorBehavior.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/LoggerColorBehavior.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.Console.LoggerColorBehavior.Disabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/LoggerColorBehavior.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Console.LoggerColorBehavior", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/LoggerColorBehavior.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Console.SimpleConsoleFormatterOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/SimpleConsoleFormatterOptions.cs#L16C9-L16C51" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.SimpleConsoleFormatterOptions.ColorBehavior", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/SimpleConsoleFormatterOptions.cs#L21C52-L21C56" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.Console.SimpleConsoleFormatterOptions.SingleLine", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/SimpleConsoleFormatterOptions.cs#L26C34-L26C38" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Console.SimpleConsoleFormatterOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Console/src/SimpleConsoleFormatterOptions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Logging.Debug.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Logging.Debug.json deleted file mode 100644 index d9ea24b089e..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Logging.Debug.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Logging.Debug", - "GUID": "920A286E94BE4F7C9D92EFD86F6C5B77FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.DebugLoggerFactoryExtensions.AddDebug(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerFactoryExtensions.cs#L24C98-L24C115" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.DebugLoggerFactoryExtensions.AddDebug(Microsoft.Extensions.Logging.ILoggerFactory,System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerFactoryExtensions.cs#L33C116-L33C133" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.DebugLoggerFactoryExtensions.AddDebug(Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerFactoryExtensions.cs#L43C13-L44C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.DebugLoggerFactoryExtensions.AddDebug(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerFactoryExtensions.cs#L53C13-L55C28" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.DebugLoggerFactoryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerFactoryExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.Debug.DebugLoggerProvider.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerProvider.cs#L15C13-L15C42" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Debug.DebugLoggerProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerProvider.cs#L21C9-L21C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.Debug.DebugLoggerProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerProvider.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.Debug.DebugLoggerProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.Debug/src/DebugLoggerProvider.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Logging.EventLog.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Logging.EventLog.json deleted file mode 100644 index febe6ce8e67..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Logging.EventLog.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Logging.EventLog", - "GUID": "E5BFC7B7153242C697A2F3B8A56BCD14FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.EventLoggerFactoryExtensions.AddEventLog(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Logging.EventLog.EventLogSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L26C13-L30C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventLoggerFactoryExtensions.AddEventLog(Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L16707566C0-L41C108" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventLoggerFactoryExtensions.AddEventLog(Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L49C82-L49C124" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventLoggerFactoryExtensions.AddEventLog(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L58C13-L62C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventLoggerFactoryExtensions.AddEventLog(Microsoft.Extensions.Logging.ILoggingBuilder,Microsoft.Extensions.Logging.EventLog.EventLogSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L73C13-L78C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventLoggerFactoryExtensions.AddEventLog(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{Microsoft.Extensions.Logging.EventLog.EventLogSettings})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs#L89C13-L94C28" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.EventLoggerFactoryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLoggerFactoryExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.EventLog.EventLogLoggerProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L22C15-L24C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventLog.EventLogLoggerProvider.#ctor(Microsoft.Extensions.Logging.EventLog.EventLogSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L30C9-L33C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventLog.EventLogLoggerProvider.#ctor(Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Logging.EventLog.EventLogSettings})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L40C15-L42C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventLog.EventLogLoggerProvider.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L47C13-L47C72" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventLog.EventLogLoggerProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L53C13-L57C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventLog.EventLogLoggerProvider.SetScopeProvider(Microsoft.Extensions.Logging.IExternalScopeProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs#L62C13-L63C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.EventLog.EventLogLoggerProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogLoggerProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.EventLog.EventLogSettings.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.EventLog.EventLogSettings.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs#L18C34-L18C38" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.EventLog.EventLogSettings.SourceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs#L23C37-L23C41" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.EventLog.EventLogSettings.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs#L28C38-L28C42" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.EventLog.EventLogSettings.Filter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs#L33C55-L33C59" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.EventLog.EventLogSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.EventLog/src/EventLogSettings.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Logging.EventSource.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Logging.EventSource.json deleted file mode 100644 index 95019d4fefd..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Logging.EventSource.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Logging.EventSource", - "GUID": "536A8FE0EFEF47B5AF7A7B1BAE2A162FFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.EventSourceLoggerFactoryExtensions.AddEventSourceLogger(Microsoft.Extensions.Logging.ILoggerFactory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerFactoryExtensions.cs#L27C13-L31C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventSourceLoggerFactoryExtensions.AddEventSourceLogger(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerFactoryExtensions.cs#L41C13-L47C28" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.EventSourceLoggerFactoryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerFactoryExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.EventSource.EventSourceLoggerProvider.#ctor(Microsoft.Extensions.Logging.EventSource.LoggingEventSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerProvider.cs#L27C9-L33C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventSource.EventSourceLoggerProvider.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerProvider.cs#L38C13-L38C103" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.EventSource.EventSourceLoggerProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerProvider.cs#L45C18-L49C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.EventSource.EventSourceLoggerProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.EventSource/src/EventSourceLoggerProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.EventSource.LoggingEventSource.OnEventCommand(System.Diagnostics.Tracing.EventCommandEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs#L303C13-L316C10" - }, - { - "DocsId": "T:Microsoft.Extensions.Logging.EventSource.LoggingEventSource.Keywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.EventSource.LoggingEventSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Logging.EventSource.LoggingEventSource.Keywords.Meta", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.EventSource.LoggingEventSource.Keywords.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.EventSource.LoggingEventSource.Keywords.FormattedMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.EventSource.LoggingEventSource.Keywords.JsonMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.EventSource.LoggingEventSource.Keywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.EventSource/src/LoggingEventSource.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Logging.TraceSource.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Logging.TraceSource.json deleted file mode 100644 index c28e023b103..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Logging.TraceSource.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Logging.TraceSource", - "GUID": "46A9D21CDF9342AEA08AE662BEF33B27FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions.AddTraceSource(Microsoft.Extensions.Logging.ILoggerFactory,System.Diagnostics.SourceSwitch,System.Diagnostics.TraceListener)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L28C13-L34C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions.AddTraceSource(Microsoft.Extensions.Logging.ILoggerFactory,System.Diagnostics.SourceSwitch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L47C13-L52C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions.AddTraceSource(Microsoft.Extensions.Logging.ILoggerFactory,System.String,System.Diagnostics.TraceListener)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L66C13-L72C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions.AddTraceSource(Microsoft.Extensions.Logging.ILoggerFactory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L85C13-L90C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions.AddTraceSource(Microsoft.Extensions.Logging.ILoggingBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L103C13-L106C73" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions.AddTraceSource(Microsoft.Extensions.Logging.ILoggingBuilder,System.String,System.Diagnostics.TraceListener)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L121C13-L125C83" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions.AddTraceSource(Microsoft.Extensions.Logging.ILoggingBuilder,System.Diagnostics.SourceSwitch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L16707566C0-L143C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions.AddTraceSource(Microsoft.Extensions.Logging.ILoggingBuilder,System.Diagnostics.SourceSwitch,System.Diagnostics.TraceListener)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs#L16707566C0-L164C28" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.TraceSourceFactoryExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceFactoryExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.TraceSource.TraceSourceLoggerProvider.#ctor(System.Diagnostics.SourceSwitch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceLoggerProvider.cs#L29C15-L31C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.TraceSource.TraceSourceLoggerProvider.#ctor(System.Diagnostics.SourceSwitch,System.Diagnostics.TraceListener)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceLoggerProvider.cs#L20C9-L44C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.TraceSource.TraceSourceLoggerProvider.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceLoggerProvider.cs#L53C13-L53C69" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.TraceSource.TraceSourceLoggerProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceLoggerProvider.cs#L116C13-L125C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.TraceSource.TraceSourceLoggerProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging.TraceSource/src/TraceSourceLoggerProvider.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Logging.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Logging.json deleted file mode 100644 index 8a2ac006da4..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Logging.json +++ /dev/null @@ -1,292 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Logging", - "GUID": "9A5D9BAC8A8D4A0CAD6A05B730AE6EB4FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.LoggingServiceCollectionExtensions.AddLogging(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/LoggingServiceCollectionExtensions.cs#L23C13-L23C57" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.LoggingServiceCollectionExtensions.AddLogging(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Logging.ILoggingBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/LoggingServiceCollectionExtensions.cs#L34C13-L45C29" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.LoggingServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/LoggingServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.SpanId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.TraceId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.ParentId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.TraceState", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.TraceFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.Tags", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Logging.ActivityTrackingOptions.Baggage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.ActivityTrackingOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/ActivityTrackingOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.ILoggingBuilder,System.Func{System.String,System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L21C74" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.ILoggingBuilder,System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L30C87" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.ILoggingBuilder,System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L40C90" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.ILoggingBuilder,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L49C79" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.ILoggingBuilder,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L59C82" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.ILoggingBuilder,System.String,Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L69C83" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.ILoggingBuilder,System.String,Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L80C86" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.ILoggingBuilder,System.String,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L90C89" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.ILoggingBuilder,System.String,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L101C92" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.LoggerFilterOptions,System.Func{System.String,System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L110C13-L110C45" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.LoggerFilterOptions,System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L119C94" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.LoggerFilterOptions,System.Func{System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L129C120" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.LoggerFilterOptions,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L138C80" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.LoggerFilterOptions,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L148C106" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.LoggerFilterOptions,System.String,Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L158C13-L158C63" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.LoggerFilterOptions,System.String,Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L169C13-L169C89" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter(Microsoft.Extensions.Logging.LoggerFilterOptions,System.String,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L179C100" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions.AddFilter``1(Microsoft.Extensions.Logging.LoggerFilterOptions,System.String,System.Func{Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs#L16707566C0-L190C126" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.FilterLoggingBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/FilterLoggingBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L34C34-L36C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Logging.ILoggerProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L42C72-L44C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Logging.ILoggerProvider},Microsoft.Extensions.Logging.LoggerFilterOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L51C107-L53C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Logging.ILoggerProvider},Microsoft.Extensions.Options.IOptionsMonitor{Microsoft.Extensions.Logging.LoggerFilterOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L60C123-L62C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Logging.ILoggerProvider},Microsoft.Extensions.Options.IOptionsMonitor{Microsoft.Extensions.Logging.LoggerFilterOptions},Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Logging.LoggerFactoryOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L70C164-L72C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Logging.ILoggerProvider},Microsoft.Extensions.Options.IOptionsMonitor{Microsoft.Extensions.Logging.LoggerFilterOptions},Microsoft.Extensions.Options.IOptions{Microsoft.Extensions.Logging.LoggerFactoryOptions},Microsoft.Extensions.Logging.IExternalScopeProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L22C9-L104C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.Create(System.Action{Microsoft.Extensions.Logging.ILoggingBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L113C13-L117C79" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.CreateLogger(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L141C13-L161C27" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.AddProvider(Microsoft.Extensions.Logging.ILoggerProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L170C13-L194C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.CheckDisposed", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L260C51-L260C60" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactory.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs#L265C13-L286C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggerFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFactoryOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactoryOptions.cs#L17C9-L17C42" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerFactoryOptions.ActivityTrackingOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactoryOptions.cs#L22C66-L22C70" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggerFactoryOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/LoggerFactoryOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFilterOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterOptions.cs#L23C51-L18C41" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerFilterOptions.CaptureScopes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterOptions.cs#L23C37-L23C41" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerFilterOptions.MinLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterOptions.cs#L28C36-L28C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerFilterOptions.Rules", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterOptions.cs#L33C49-L33C62" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggerFilterOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFilterRule.#ctor(System.String,System.String,System.Nullable{Microsoft.Extensions.Logging.LogLevel},System.Func{System.String,System.String,Microsoft.Extensions.Logging.LogLevel,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L20C9-L26C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerFilterRule.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L51C13-L51C170" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerFilterRule.ProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L31C39-L31C43" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerFilterRule.CategoryName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L36C39-L36C43" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerFilterRule.LogLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L41C37-L41C41" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerFilterRule.Filter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs#L46C65-L46C69" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggerFilterRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/LoggerFilterRule.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggingBuilderExtensions.SetMinimumLevel(Microsoft.Extensions.Logging.ILoggingBuilder,Microsoft.Extensions.Logging.LogLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/LoggingBuilderExtensions.cs#L24C13-L26C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggingBuilderExtensions.AddProvider(Microsoft.Extensions.Logging.ILoggingBuilder,Microsoft.Extensions.Logging.ILoggerProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/LoggingBuilderExtensions.cs#L37C13-L38C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggingBuilderExtensions.ClearProviders(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/LoggingBuilderExtensions.cs#L48C13-L49C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggingBuilderExtensions.Configure(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{Microsoft.Extensions.Logging.LoggerFactoryOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/LoggingBuilderExtensions.cs#L60C13-L61C28" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggingBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/LoggingBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.ProviderAliasAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/ProviderAliasAttribute.cs#L18C9-L21C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.ProviderAliasAttribute.Alias", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/ProviderAliasAttribute.cs#L26C31-L26C35" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.ProviderAliasAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Logging/src/ProviderAliasAttribute.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.ObjectPool.DependencyInjection.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.ObjectPool.DependencyInjection.json deleted file mode 100644 index fc2e6fbc5e5..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.ObjectPool.DependencyInjection.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.ObjectPool.DependencyInjection", - "GUID": "DDD8BB30B8C349B49D7F40F61C79560AFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectPoolServiceCollectionExtensions.AddPooled``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.ObjectPool.DependencyInjectionPoolOptions})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.ObjectPool.DependencyInjection/ObjectPoolServiceCollectionExtensions.cs#L37C9-L37C74" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectPoolServiceCollectionExtensions.AddPooled``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.ObjectPool.DependencyInjectionPoolOptions})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.ObjectPool.DependencyInjection/ObjectPoolServiceCollectionExtensions.cs#L59C9-L59C81" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectPoolServiceCollectionExtensions.ConfigurePool``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.ObjectPool.DependencyInjectionPoolOptions})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.ObjectPool.DependencyInjection/ObjectPoolServiceCollectionExtensions.cs#L72C9-L72C105" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ObjectPoolServiceCollectionExtensions.ConfigurePools(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.Configuration.IConfigurationSection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.ObjectPool.DependencyInjection/ObjectPoolServiceCollectionExtensions.cs#L83C31-L93C25" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ObjectPoolServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.ObjectPool.DependencyInjection/ObjectPoolServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.DependencyInjectionPoolOptions.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.ObjectPool.DependencyInjection/DependencyInjectionPoolOptions.cs#L19C41-L19C56" - }, - { - "DocsId": "P:Microsoft.Extensions.ObjectPool.DependencyInjectionPoolOptions.Capacity", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.ObjectPool.DependencyInjection/DependencyInjectionPoolOptions.cs#L19C27-L19C31" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.DependencyInjectionPoolOptions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.ObjectPool.DependencyInjection/DependencyInjectionPoolOptions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.ObjectPool.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.ObjectPool.json deleted file mode 100644 index 2637f7a5364..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.ObjectPool.json +++ /dev/null @@ -1,224 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.ObjectPool", - "GUID": "A209FA03ECF1462F8FC2C94F370F4205FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.DefaultObjectPool`1.#ctor(Microsoft.Extensions.ObjectPool.IPooledObjectPolicy{`0})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/DefaultObjectPool.cs#L30C11-L32C6" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.DefaultObjectPool`1.#ctor(Microsoft.Extensions.ObjectPool.IPooledObjectPolicy{`0},System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/DefaultObjectPool.cs#L22C5-L45C6" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.DefaultObjectPool`1.Get", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/DefaultObjectPool.cs#L50C9-L63C21" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.DefaultObjectPool`1.Return(`0)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/DefaultObjectPool.cs#L69C9-L70C6" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.DefaultObjectPool`1", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/DefaultObjectPool.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.DefaultObjectPoolProvider.Create``1(Microsoft.Extensions.ObjectPool.IPooledObjectPolicy{``0})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/DefaultObjectPoolProvider.cs#L22C9-L29C66" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.DefaultObjectPoolProvider.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/DefaultObjectPoolProvider.cs#L17C48-L17C78" - }, - { - "DocsId": "P:Microsoft.Extensions.ObjectPool.DefaultObjectPoolProvider.MaximumRetained", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/DefaultObjectPoolProvider.cs#L17C34-L17C38" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.DefaultObjectPoolProvider", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/DefaultObjectPoolProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.DefaultPooledObjectPolicy`1.Create", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/DefaultPooledObjectPolicy.cs#L15C9-L15C24" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.DefaultPooledObjectPolicy`1.Return(`0)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/DefaultPooledObjectPolicy.cs#L21C9-L26C21" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.DefaultPooledObjectPolicy`1.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/DefaultPooledObjectPolicy.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.DefaultPooledObjectPolicy`1", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/DefaultPooledObjectPolicy.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.IPooledObjectPolicy`1.Create", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/IPooledObjectPolicy.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.IPooledObjectPolicy`1.Return(`0)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/IPooledObjectPolicy.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.IPooledObjectPolicy`1", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/IPooledObjectPolicy.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.IResettable.TryReset", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/IResettable.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.IResettable", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/IResettable.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.LeakTrackingObjectPool`1.#ctor(Microsoft.Extensions.ObjectPool.ObjectPool{`0})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/LeakTrackingObjectPool.cs#L24C5-L36C6" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.LeakTrackingObjectPool`1.Get", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/LeakTrackingObjectPool.cs#L41C9-L43C22" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.LeakTrackingObjectPool`1.Return(`0)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/LeakTrackingObjectPool.cs#L49C9-L56C6" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.LeakTrackingObjectPool`1", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/LeakTrackingObjectPool.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.LeakTrackingObjectPoolProvider.#ctor(Microsoft.Extensions.ObjectPool.ObjectPoolProvider)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/LeakTrackingObjectPoolProvider.cs#L23C5-L28C6" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.LeakTrackingObjectPoolProvider.Create``1(Microsoft.Extensions.ObjectPool.IPooledObjectPolicy{``0})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/LeakTrackingObjectPoolProvider.cs#L33C9-L34C53" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.LeakTrackingObjectPoolProvider", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/LeakTrackingObjectPoolProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.ObjectPool`1.Get", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/ObjectPool.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.ObjectPool`1.Return(`0)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/ObjectPool.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.ObjectPool`1.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/ObjectPool.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.ObjectPool`1", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/ObjectPool.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.ObjectPool.Create``1(Microsoft.Extensions.ObjectPool.IPooledObjectPolicy{``0})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/ObjectPool.cs#L33C9-L34C78" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.ObjectPool", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/ObjectPool.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.ObjectPoolProvider.Create``1", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/ObjectPoolProvider.cs#L17C9-L17C62" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.ObjectPoolProvider.Create``1(Microsoft.Extensions.ObjectPool.IPooledObjectPolicy{``0})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/ObjectPoolProvider.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.ObjectPoolProvider.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/ObjectPoolProvider.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.ObjectPoolProvider", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/ObjectPoolProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.ObjectPoolProviderExtensions.CreateStringBuilderPool(Microsoft.Extensions.ObjectPool.ObjectPoolProvider)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/ObjectPoolProviderExtensions.cs#L20C9-L20C86" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.ObjectPoolProviderExtensions.CreateStringBuilderPool(Microsoft.Extensions.ObjectPool.ObjectPoolProvider,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/ObjectPoolProviderExtensions.cs#L36C9-L42C55" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.ObjectPoolProviderExtensions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/ObjectPoolProviderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.PooledObjectPolicy`1.Create", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/PooledObjectPolicy.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.PooledObjectPolicy`1.Return(`0)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/PooledObjectPolicy.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.PooledObjectPolicy`1.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/PooledObjectPolicy.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.PooledObjectPolicy`1", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/PooledObjectPolicy.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.StringBuilderPooledObjectPolicy.Create", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/StringBuilderPooledObjectPolicy.cs#L29C9-L29C51" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.StringBuilderPooledObjectPolicy.Return(System.Text.StringBuilder)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/StringBuilderPooledObjectPolicy.cs#L35C9-L42C21" - }, - { - "DocsId": "M:Microsoft.Extensions.ObjectPool.StringBuilderPooledObjectPolicy.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/StringBuilderPooledObjectPolicy.cs#L17C48-L24C64" - }, - { - "DocsId": "P:Microsoft.Extensions.ObjectPool.StringBuilderPooledObjectPolicy.InitialCapacity", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/StringBuilderPooledObjectPolicy.cs#L17C34-L17C38" - }, - { - "DocsId": "P:Microsoft.Extensions.ObjectPool.StringBuilderPooledObjectPolicy.MaximumRetainedCapacity", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/StringBuilderPooledObjectPolicy.cs#L24C42-L24C46" - } - ], - "DocsId": "T:Microsoft.Extensions.ObjectPool.StringBuilderPooledObjectPolicy", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/ObjectPool/src/StringBuilderPooledObjectPolicy.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Options.ConfigurationExtensions.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Options.ConfigurationExtensions.json deleted file mode 100644 index 9839a7c5c03..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Options.ConfigurationExtensions.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Options.ConfigurationExtensions", - "GUID": "DCADCFE3F17045E7BD39B3495D9A3034FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsBuilderConfigurationExtensions.Bind``1(Microsoft.Extensions.Options.OptionsBuilder{``0},Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsBuilderConfigurationExtensions.cs#L29C16-L29C53" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsBuilderConfigurationExtensions.Bind``1(Microsoft.Extensions.Options.OptionsBuilder{``0},Microsoft.Extensions.Configuration.IConfiguration,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsBuilderConfigurationExtensions.cs#L43C13-L46C35" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsBuilderConfigurationExtensions.BindConfiguration``1(Microsoft.Extensions.Options.OptionsBuilder{``0},System.String,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsBuilderConfigurationExtensions.cs#L16707566C0-L86C35" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.OptionsBuilderConfigurationExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsBuilderConfigurationExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsConfigurationServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsConfigurationServiceCollectionExtensions.cs#L26C16-L26C81" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsConfigurationServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsConfigurationServiceCollectionExtensions.cs#L39C16-L39C68" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsConfigurationServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.Configuration.IConfiguration,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsConfigurationServiceCollectionExtensions.cs#L53C16-L53C98" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsConfigurationServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,Microsoft.Extensions.Configuration.IConfiguration,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsConfigurationServiceCollectionExtensions.cs#L69C13-L74C156" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.OptionsConfigurationServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/OptionsConfigurationServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigurationChangeTokenSource`1.#ctor(Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigurationChangeTokenSource.cs#L23C72-L25C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigurationChangeTokenSource`1.#ctor(System.String,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigurationChangeTokenSource.cs#L32C9-L38C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigurationChangeTokenSource`1.GetChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigurationChangeTokenSource.cs#L51C13-L51C45" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigurationChangeTokenSource`1.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigurationChangeTokenSource.cs#L43C30-L43C34" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ConfigurationChangeTokenSource`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigurationChangeTokenSource.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureFromConfigurationOptions`1.#ctor(Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigureFromConfigurationOptions.cs#L16707566C0-L31C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ConfigureFromConfigurationOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/ConfigureFromConfigurationOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.NamedConfigureFromConfigurationOptions`1.#ctor(System.String,Microsoft.Extensions.Configuration.IConfiguration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/NamedConfigureFromConfigurationOptions.cs#L26C15-L27C12" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.NamedConfigureFromConfigurationOptions`1.#ctor(System.String,Microsoft.Extensions.Configuration.IConfiguration,System.Action{Microsoft.Extensions.Configuration.BinderOptions})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/NamedConfigureFromConfigurationOptions.cs#L16707566C0-L41C10" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.NamedConfigureFromConfigurationOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options.ConfigurationExtensions/src/NamedConfigureFromConfigurationOptions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Options.Contextual.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Options.Contextual.json deleted file mode 100644 index 9849530e611..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Options.Contextual.json +++ /dev/null @@ -1,162 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Options.Contextual", - "GUID": "340658F61A4D428BAC73B8BA0E3A495CFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ContextualOptionsServiceCollectionExtensions.AddContextualOptions(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Options.Contextual/ContextualOptionsServiceCollectionExtensions.cs#L25C9-L31C25" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ContextualOptionsServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{Microsoft.Extensions.Options.Contextual.IOptionsContext,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{Microsoft.Extensions.Options.Contextual.IConfigureContextualOptions{``0}}})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Options.Contextual/ContextualOptionsServiceCollectionExtensions.cs#L45C12-L45C86" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ContextualOptionsServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Func{Microsoft.Extensions.Options.Contextual.IOptionsContext,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask{Microsoft.Extensions.Options.Contextual.IConfigureContextualOptions{``0}}})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Options.Contextual/ContextualOptionsServiceCollectionExtensions.cs#L60C12-L65C48" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ContextualOptionsServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Options.Contextual.IOptionsContext,``0})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Options.Contextual/ContextualOptionsServiceCollectionExtensions.cs#L76C12-L76C91" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ContextualOptionsServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{Microsoft.Extensions.Options.Contextual.IOptionsContext,``0})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Options.Contextual/ContextualOptionsServiceCollectionExtensions.cs#L16707566C0-L94C124" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ContextualOptionsServiceCollectionExtensions.PostConfigureAll``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Options.Contextual.IOptionsContext,``0})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Options.Contextual/ContextualOptionsServiceCollectionExtensions.cs#L106C12-L106C72" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ContextualOptionsServiceCollectionExtensions.PostConfigure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Options.Contextual.IOptionsContext,``0})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Options.Contextual/ContextualOptionsServiceCollectionExtensions.cs#L117C12-L117C95" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ContextualOptionsServiceCollectionExtensions.PostConfigure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{Microsoft.Extensions.Options.Contextual.IOptionsContext,``0})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Options.Contextual/ContextualOptionsServiceCollectionExtensions.cs#L129C12-L132C100" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ContextualOptionsServiceCollectionExtensions.ValidateContextualOptions``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func{``0,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Options.Contextual/ContextualOptionsServiceCollectionExtensions.cs#L144C12-L144C129" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ContextualOptionsServiceCollectionExtensions.ValidateContextualOptions``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Func{``0,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Options.Contextual/ContextualOptionsServiceCollectionExtensions.cs#L157C12-L160C131" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ContextualOptionsServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Options.Contextual/ContextualOptionsServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.Contextual.IConfigureContextualOptions`1.Configure(`0)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Options.Contextual/IConfigureContextualOptions.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.Contextual.IConfigureContextualOptions`1", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Options.Contextual/IConfigureContextualOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.Contextual.IContextualOptions`1.GetAsync``1(``0@|System.Runtime.InteropServices.InAttribute,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Options.Contextual/IContextualOptions.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.Contextual.IContextualOptions`1", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Options.Contextual/IContextualOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.Contextual.IContextualOptionsFactory`1.CreateAsync``1(System.String,``0@|System.Runtime.InteropServices.InAttribute,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Options.Contextual/IContextualOptionsFactory.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.Contextual.IContextualOptionsFactory`1", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Options.Contextual/IContextualOptionsFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.Contextual.ILoadContextualOptions`1.LoadAsync``1(System.String,``0@|System.Runtime.InteropServices.InAttribute,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Options.Contextual/ILoadContextualOptions.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.Contextual.ILoadContextualOptions`1", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Options.Contextual/ILoadContextualOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.Contextual.INamedContextualOptions`1.GetAsync``1(System.String,``0@|System.Runtime.InteropServices.InAttribute,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Options.Contextual/INamedContextualOptions.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.Contextual.INamedContextualOptions`1", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Options.Contextual/INamedContextualOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.Contextual.IOptionsContext.PopulateReceiver``1(``0)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Options.Contextual/IOptionsContext.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.Contextual.IOptionsContext", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Options.Contextual/IOptionsContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.Contextual.IOptionsContextReceiver.Receive``1(System.String,``0)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Options.Contextual/IOptionsContextReceiver.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.Contextual.IOptionsContextReceiver", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Options.Contextual/IOptionsContextReceiver.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.Contextual.IPostConfigureContextualOptions`1.PostConfigure``1(System.String,``0@|System.Runtime.InteropServices.InAttribute,`0)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Options.Contextual/IPostConfigureContextualOptions.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.Contextual.IPostConfigureContextualOptions`1", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Options.Contextual/IPostConfigureContextualOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.Contextual.IValidateContextualOptions`1.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Options.Contextual/IValidateContextualOptions.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.Contextual.IValidateContextualOptions`1", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Options.Contextual/IValidateContextualOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.Contextual.NullConfigureContextualOptions.GetInstance``1", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Options.Contextual/NullConfigureContextualOptions.cs#L19C12-L19C61" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.Contextual.NullConfigureContextualOptions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Options.Contextual/NullConfigureContextualOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.Contextual.OptionsContextAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Options.Contextual/OptionsContextAttribute.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.Contextual.OptionsContextAttribute", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Options.Contextual/OptionsContextAttribute.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Options.DataAnnotations.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Options.DataAnnotations.json deleted file mode 100644 index c571f2c5dd7..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Options.DataAnnotations.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Options.DataAnnotations", - "GUID": "7391CFE98AD64750A9B18D173282E318FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsBuilderDataAnnotationsExtensions.ValidateDataAnnotations``1(Microsoft.Extensions.Options.OptionsBuilder{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/OptionsBuilderDataAnnotationsExtensions.cs#L24C13-L25C35" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.OptionsBuilderDataAnnotationsExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/OptionsBuilderDataAnnotationsExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.DataAnnotationValidateOptions`1.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/DataAnnotationValidateOptions.cs#L28C9-L31C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.DataAnnotationValidateOptions`1.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/DataAnnotationValidateOptions.cs#L49C13-L69C55" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.DataAnnotationValidateOptions`1.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/DataAnnotationValidateOptions.cs#L36C31-L36C35" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.DataAnnotationValidateOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options.DataAnnotations/src/DataAnnotationValidateOptions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Options.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Options.json deleted file mode 100644 index 070485bf8c0..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Options.json +++ /dev/null @@ -1,1270 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Options", - "GUID": "548EF620108243E58C4FD1FF4A41D4C8FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsBuilderExtensions.ValidateOnStart``1(Microsoft.Extensions.Options.OptionsBuilder{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilderExtensions.cs#L16707566C0-L37C35" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.OptionsBuilderExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilderExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.AddOptions(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L24C13-L31C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.AddOptionsWithValidateOnStart``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L50C13-L50C114" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.AddOptionsWithValidateOnStart``2(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L72C13-L73C114" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L84C16-L84C81" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L98C13-L103C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.ConfigureAll``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L114C16-L114C82" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.PostConfigure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L125C16-L125C85" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.PostConfigure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L139C13-L144C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.PostConfigureAll``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L156C16-L156C86" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.ConfigureOptions``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L169C20-L169C72" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.ConfigureOptions(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L216C13-L230C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.ConfigureOptions(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L243C13-L258C29" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.AddOptions``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L268C16-L268C74" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.AddOptions``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs#L280C13-L283C65" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`1.#ctor(System.String,System.Action{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L19C9-L23C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`1.Configure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L42C13-L49C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`1.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L55C52-L55C91" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`1.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L28C31-L28C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`1.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L33C43-L33C47" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ConfigureNamedOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`2.#ctor(System.String,`1,System.Action{`0,`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L73C9-L78C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`2.Configure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L102C13-L109C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`2.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L115C52-L115C91" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`2.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L83C31-L83C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`2.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L88C49-L88C53" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`2.Dependency", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L93C34-L93C38" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ConfigureNamedOptions`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`3.#ctor(System.String,`1,`2,System.Action{`0,`1,`2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L136C9-L142C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`3.Configure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L171C13-L178C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`3.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L184C52-L184C91" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`3.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L147C31-L147C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`3.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L152C57-L152C61" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`3.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L157C36-L157C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`3.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L162C36-L162C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ConfigureNamedOptions`3", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`4.#ctor(System.String,`1,`2,`3,System.Action{`0,`1,`2,`3})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L208C9-L215C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`4.Configure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L249C13-L256C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`4.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L262C52-L262C91" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`4.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L220C31-L220C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`4.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L225C64-L225C68" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`4.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L230C36-L230C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`4.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L235C36-L235C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`4.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L240C36-L240C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ConfigureNamedOptions`4", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`5.#ctor(System.String,`1,`2,`3,`4,System.Action{`0,`1,`2,`3,`4})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L289C9-L297C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Configure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L336C13-L343C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L349C52-L349C91" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L302C31-L302C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L307C71-L307C75" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L312C36-L312C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L317C36-L317C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L322C36-L322C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`5.Dependency4", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L327C36-L327C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ConfigureNamedOptions`5", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`6.#ctor(System.String,`1,`2,`3,`4,`5,System.Action{`0,`1,`2,`3,`4,`5})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L379C9-L388C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Configure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L432C13-L439C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L445C52-L445C91" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L393C31-L393C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L398C78-L398C82" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L403C36-L403C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L408C36-L408C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L413C36-L413C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Dependency4", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L418C36-L418C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureNamedOptions`6.Dependency5", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs#L423C36-L423C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ConfigureNamedOptions`6", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureNamedOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureOptions`1.#ctor(System.Action{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureOptions.cs#L18C9-L21C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ConfigureOptions`1.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureOptions.cs#L34C13-L37C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ConfigureOptions`1.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureOptions.cs#L26C43-L26C47" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ConfigureOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ConfigureOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.IConfigureNamedOptions`1.Configure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/IConfigureNamedOptions.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.IConfigureNamedOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/IConfigureNamedOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.IConfigureOptions`1.Configure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/IConfigureOptions.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.IConfigureOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/IConfigureOptions.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.Options.IOptions`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/IOptions.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.IOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/IOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.IOptionsChangeTokenSource`1.GetChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/IOptionsChangeTokenSource.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.IOptionsChangeTokenSource`1.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/IOptionsChangeTokenSource.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.IOptionsChangeTokenSource`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/IOptionsChangeTokenSource.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.IOptionsFactory`1.Create(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/IOptionsFactory.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.IOptionsFactory`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/IOptionsFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.IOptionsMonitor`1.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitor.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.IOptionsMonitor`1.OnChange(System.Action{`0,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitor.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.IOptionsMonitor`1.CurrentValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitor.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.IOptionsMonitor`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitor.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.IOptionsMonitorCache`1.GetOrAdd(System.String,System.Func{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitorCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.IOptionsMonitorCache`1.TryAdd(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitorCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.IOptionsMonitorCache`1.TryRemove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitorCache.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.IOptionsMonitorCache`1.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitorCache.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.IOptionsMonitorCache`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/IOptionsMonitorCache.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.IOptionsSnapshot`1.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/IOptionsSnapshot.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.IOptionsSnapshot`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/IOptionsSnapshot.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.IPostConfigureOptions`1.PostConfigure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/IPostConfigureOptions.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.IPostConfigureOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/IPostConfigureOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.IStartupValidator.Validate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/IStartupValidator.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.IStartupValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/IStartupValidator.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.IValidateOptions`1.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/IValidateOptions.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.IValidateOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/IValidateOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.Options.Create``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/Options.cs#L30C13-L30C58" - }, - { - "DocsId": "F:Microsoft.Extensions.Options.Options.DefaultName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/Options.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/Options.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.#ctor(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L32C9-L38C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure(System.Action{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L48C13-L51C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure``1(System.Action{`0,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L68C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure``2(System.Action{`0,``0,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L87C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure``3(System.Action{`0,``0,``1,``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L113C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure``4(System.Action{`0,``0,``1,``2,``3})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L142C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Configure``5(System.Action{`0,``0,``1,``2,``3,``4})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L174C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure(System.Action{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L185C13-L188C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure``1(System.Action{`0,``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L205C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure``2(System.Action{`0,``0,``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L224C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure``3(System.Action{`0,``0,``1,``2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L250C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure``4(System.Action{`0,``0,``1,``2,``3})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L279C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.PostConfigure``5(System.Action{`0,``0,``1,``2,``3,``4})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L311C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate(System.Func{`0,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L320C16-L320C97" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate(System.Func{`0,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L330C13-L333C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``1(System.Func{`0,``0,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L343C16-L343C97" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``1(System.Func{`0,``0,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L358C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``2(System.Func{`0,``0,``1,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L371C16-L371C97" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``2(System.Func{`0,``0,``1,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L393C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``3(System.Func{`0,``0,``1,``2,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L408C16-L408C97" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``3(System.Func{`0,``0,``1,``2,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L433C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``4(System.Func{`0,``0,``1,``2,``3,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L450C16-L450C97" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``4(System.Func{`0,``0,``1,``2,``3,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L478C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``5(System.Func{`0,``0,``1,``2,``3,``4,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L497C16-L497C97" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsBuilder`1.Validate``5(System.Func{`0,``0,``1,``2,``3,``4,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L16707566C0-L528C25" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.OptionsBuilder`1.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L20C30-L20C34" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.OptionsBuilder`1.Services", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs#L25C46-L25C50" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.OptionsBuilder`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsCache`1.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs#L23C32-L23C46" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsCache`1.GetOrAdd(System.String,System.Func{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs#L33C13-L47C32" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsCache`1.TryAdd(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs#L98C13-L104C27" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsCache`1.TryRemove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs#L113C13-L113C65" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsCache`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs#L18C9-L18C188" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.OptionsCache`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsCache.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsFactory`1.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Options.IConfigureOptions{`0}},System.Collections.Generic.IEnumerable{Microsoft.Extensions.Options.IPostConfigureOptions{`0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsFactory.cs#L27C143-L28C12" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsFactory`1.#ctor(System.Collections.Generic.IEnumerable{Microsoft.Extensions.Options.IConfigureOptions{`0}},System.Collections.Generic.IEnumerable{Microsoft.Extensions.Options.IPostConfigureOptions{`0}},System.Collections.Generic.IEnumerable{Microsoft.Extensions.Options.IValidateOptions{`0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsFactory.cs#L36C9-L46C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsFactory`1.Create(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsFactory.cs#L57C13-L91C28" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsFactory`1.CreateInstance(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsFactory.cs#L102C13-L102C57" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.OptionsFactory`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsManager`1.#ctor(Microsoft.Extensions.Options.IOptionsFactory{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsManager.cs#L19C9-L28C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsManager`1.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsManager.cs#L44C13-L54C28" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.OptionsManager`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsManager.cs#L33C34-L33C58" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.OptionsManager`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsManager.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsMonitor`1.#ctor(Microsoft.Extensions.Options.IOptionsFactory{`0},System.Collections.Generic.IEnumerable{Microsoft.Extensions.Options.IOptionsChangeTokenSource{`0}},Microsoft.Extensions.Options.IOptionsMonitorCache{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs#L22C9-L62C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsMonitor`1.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs#L91C13-L100C106" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsMonitor`1.OnChange(System.Action{`0,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs#L111C13-L113C31" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsMonitor`1.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs#L122C50-L128C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.OptionsMonitor`1.CurrentValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs#L79C20-L79C44" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.OptionsMonitor`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitor.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsMonitorExtensions.OnChange``1(Microsoft.Extensions.Options.IOptionsMonitor{``0},System.Action{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitorExtensions.cs#L16707566C0-L24C59" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.OptionsMonitorExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsMonitorExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsValidationException.#ctor(System.String,System.Type,System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs#L20C9-L28C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.OptionsValidationException.OptionsName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs#L33C37-L33C41" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.OptionsValidationException.OptionsType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs#L38C35-L38C39" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.OptionsValidationException.Failures", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs#L43C47-L43C51" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.OptionsValidationException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs#L48C43-L48C70" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.OptionsValidationException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsValidationException.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsValidatorAttribute.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.OptionsValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsValidatorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.OptionsWrapper`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsWrapper.cs#L20C9-L23C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.OptionsWrapper`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsWrapper.cs#L28C33-L28C37" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.OptionsWrapper`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/OptionsWrapper.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`1.#ctor(System.String,System.Action{`0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L19C9-L23C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`1.PostConfigure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L42C13-L49C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`1.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L28C31-L28C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`1.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L33C43-L33C47" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.PostConfigureOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`2.#ctor(System.String,`1,System.Action{`0,`1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L67C9-L72C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`2.PostConfigure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L96C13-L103C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`2.PostConfigure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L109C56-L109C99" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`2.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L77C31-L77C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`2.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L82C49-L82C53" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`2.Dependency", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L87C34-L87C38" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.PostConfigureOptions`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`3.#ctor(System.String,`1,`2,System.Action{`0,`1,`2})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L130C9-L136C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`3.PostConfigure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L165C13-L172C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`3.PostConfigure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L178C56-L178C99" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`3.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L141C31-L141C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`3.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L146C57-L146C61" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`3.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L151C36-L151C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`3.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L156C36-L156C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.PostConfigureOptions`3", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`4.#ctor(System.String,`1,`2,`3,System.Action{`0,`1,`2,`3})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L202C9-L209C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`4.PostConfigure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L243C13-L250C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`4.PostConfigure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L256C56-L256C99" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`4.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L214C31-L214C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`4.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L219C64-L219C68" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`4.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L224C36-L224C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`4.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L229C36-L229C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`4.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L234C36-L234C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.PostConfigureOptions`4", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`5.#ctor(System.String,`1,`2,`3,`4,System.Action{`0,`1,`2,`3,`4})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L283C9-L291C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`5.PostConfigure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L330C13-L337C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`5.PostConfigure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L343C56-L343C99" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`5.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L296C31-L296C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`5.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L301C71-L301C75" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`5.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L306C36-L306C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`5.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L311C36-L311C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`5.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L316C36-L316C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`5.Dependency4", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L321C36-L321C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.PostConfigureOptions`5", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`6.#ctor(System.String,`1,`2,`3,`4,`5,System.Action{`0,`1,`2,`3,`4,`5})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L373C9-L382C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`6.PostConfigure(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L426C13-L433C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.PostConfigureOptions`6.PostConfigure(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L439C56-L439C99" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`6.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L387C31-L387C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`6.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L392C78-L392C82" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`6.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L397C36-L397C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`6.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L402C36-L402C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`6.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L407C36-L407C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`6.Dependency4", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L412C36-L412C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.PostConfigureOptions`6.Dependency5", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs#L417C36-L417C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.PostConfigureOptions`6", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/PostConfigureOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateEnumeratedItemsAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateEnumeratedItemsAttribute.cs#L23C9-L25C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateEnumeratedItemsAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateEnumeratedItemsAttribute.cs#L35C9-L38C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateEnumeratedItemsAttribute.Validator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateEnumeratedItemsAttribute.cs#L43C34-L43C38" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ValidateEnumeratedItemsAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateEnumeratedItemsAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateObjectMembersAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateObjectMembersAttribute.cs#L22C9-L24C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateObjectMembersAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateObjectMembersAttribute.cs#L34C9-L37C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateObjectMembersAttribute.Validator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateObjectMembersAttribute.cs#L42C34-L42C38" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ValidateObjectMembersAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateObjectMembersAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`1.#ctor(System.String,System.Func{`0,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L20C9-L27C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`1.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L53C13-L63C47" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`1.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L32C31-L32C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`1.Validation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L37C50-L37C54" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`1.FailureMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L42C40-L42C44" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ValidateOptions`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`2.#ctor(System.String,`1,System.Func{`0,`1,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L81C9-L89C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`2.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L120C13-L130C47" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`2.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L94C31-L94C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`2.Validation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L99C56-L99C60" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`2.FailureMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L104C40-L104C44" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`2.Dependency", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L109C34-L109C38" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ValidateOptions`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`3.#ctor(System.String,`1,`2,System.Func{`0,`1,`2,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L150C9-L159C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`3.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L195C13-L205C47" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`3.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L164C31-L164C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`3.Validation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L169C64-L169C68" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`3.FailureMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L174C40-L174C44" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`3.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L179C36-L179C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`3.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L184C36-L184C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ValidateOptions`3", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`4.#ctor(System.String,`1,`2,`3,System.Func{`0,`1,`2,`3,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L227C9-L237C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`4.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L278C13-L288C47" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`4.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L242C31-L242C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`4.Validation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L247C71-L247C75" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`4.FailureMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L252C40-L252C44" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`4.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L257C36-L257C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`4.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L262C36-L262C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`4.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L267C36-L267C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ValidateOptions`4", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`5.#ctor(System.String,`1,`2,`3,`4,System.Func{`0,`1,`2,`3,`4,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L312C9-L323C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`5.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L369C13-L379C47" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`5.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L328C31-L328C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`5.Validation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L333C78-L333C82" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`5.FailureMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L338C40-L338C44" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`5.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L343C36-L343C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`5.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L348C36-L348C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`5.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L353C36-L353C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`5.Dependency4", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L358C36-L358C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ValidateOptions`5", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`6.#ctor(System.String,`1,`2,`3,`4,`5,System.Func{`0,`1,`2,`3,`4,`5,System.Boolean},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L405C9-L417C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptions`6.Validate(System.String,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L468C13-L478C47" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L422C31-L422C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.Validation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L427C85-L427C89" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.FailureMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L432C40-L432C44" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.Dependency1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L437C36-L437C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.Dependency2", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L442C36-L442C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.Dependency3", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L447C36-L447C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.Dependency4", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L452C36-L452C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptions`6.Dependency5", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs#L457C36-L457C40" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ValidateOptions`6", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResult.Fail(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L58C16-L58C136" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResult.Fail(System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L66C16-L66C126" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResult.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Options.ValidateOptionsResult.Skip", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Options.ValidateOptionsResult.Success", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptionsResult.Succeeded", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L28C33-L28C37" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptionsResult.Skipped", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L33C31-L33C35" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptionsResult.Failed", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L40C30-L40C34" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptionsResult.FailureMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L45C41-L45C45" - }, - { - "DocsId": "P:Microsoft.Extensions.Options.ValidateOptionsResult.Failures", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs#L50C48-L50C52" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ValidateOptionsResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResult.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResultBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L25C9-L25C50" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResultBuilder.AddError(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L34C13-L36C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResultBuilder.AddResult(System.ComponentModel.DataAnnotations.ValidationResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L44C13-L51C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResultBuilder.AddResults(System.Collections.Generic.IEnumerable{System.ComponentModel.DataAnnotations.ValidationResult})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L59C13-L66C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResultBuilder.AddResult(Microsoft.Extensions.Options.ValidateOptionsResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L74C13-L95C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResultBuilder.Build", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L103C13-L108C50" - }, - { - "DocsId": "M:Microsoft.Extensions.Options.ValidateOptionsResultBuilder.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs#L114C32-L114C48" - } - ], - "DocsId": "T:Microsoft.Extensions.Options.ValidateOptionsResultBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Options/src/ValidateOptionsResultBuilder.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Primitives.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Primitives.json deleted file mode 100644 index 08bfa0866ca..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Primitives.json +++ /dev/null @@ -1,670 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Primitives", - "GUID": "380CC4BEA01E40F29D5DEA8A2F9A4A89FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Primitives.CancellationChangeToken.#ctor(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/CancellationChangeToken.cs#L27C67-L24C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.CancellationChangeToken.RegisterChangeCallback(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/CancellationChangeToken.cs#L37C13-L42C23" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.CancellationChangeToken.ActiveChangeCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/CancellationChangeToken.cs#L27C45-L27C49" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.CancellationChangeToken.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/CancellationChangeToken.cs#L30C35-L30C64" - } - ], - "DocsId": "T:Microsoft.Extensions.Primitives.CancellationChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/CancellationChangeToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Primitives.ChangeToken.OnChange(System.Func{Microsoft.Extensions.Primitives.IChangeToken},System.Action)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/ChangeToken.cs#L22C13-L31C122" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.ChangeToken.OnChange``1(System.Func{Microsoft.Extensions.Primitives.IChangeToken},System.Action{``0},``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/ChangeToken.cs#L43C13-L52C105" - } - ], - "DocsId": "T:Microsoft.Extensions.Primitives.ChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/ChangeToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Primitives.CompositeChangeToken.#ctor(System.Collections.Generic.IReadOnlyList{Microsoft.Extensions.Primitives.IChangeToken})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs#L19C9-L47C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.CompositeChangeToken.RegisterChangeCallback(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs#L57C13-L58C77" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.CompositeChangeToken.ChangeTokens", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs#L52C59-L52C63" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.CompositeChangeToken.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs#L66C17-L80C30" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.CompositeChangeToken.ActiveChangeCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs#L85C45-L85C49" - } - ], - "DocsId": "T:Microsoft.Extensions.Primitives.CompositeChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/CompositeChangeToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Primitives.Extensions.Append(System.Text.StringBuilder,Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/Extensions.cs#L21C13-L21C83" - } - ], - "DocsId": "T:Microsoft.Extensions.Primitives.Extensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/Extensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Primitives.IChangeToken.RegisterChangeCallback(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/IChangeToken.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.IChangeToken.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/IChangeToken.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.IChangeToken.ActiveChangeCallbacks", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/IChangeToken.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Primitives.IChangeToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/IChangeToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Primitives.InplaceStringBuilder.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L27C53-L35C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.InplaceStringBuilder.Append(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L66C13-L72C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.InplaceStringBuilder.Append(Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L80C13-L81C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.InplaceStringBuilder.Append(System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L92C13-L108C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.InplaceStringBuilder.Append(System.Char)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L117C13-L128C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.InplaceStringBuilder.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L136C13-L141C27" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.InplaceStringBuilder.Capacity", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs#L42C20-L42C29" - } - ], - "DocsId": "T:Microsoft.Extensions.Primitives.InplaceStringBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/InplaceStringBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L30C13-L33C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.#ctor(System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L54C13-L62C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.AsSpan", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L117C47-L117C76" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.AsSpan(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L131C13-L136C66" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.AsSpan(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L153C13-L158C58" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.AsMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L165C51-L165C82" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Compare(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L181C13-L188C64" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L199C13-L199C68" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Equals(Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L207C52-L207C91" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Equals(Microsoft.Extensions.Primitives.StringSegment,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L217C13-L224C53" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Equals(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L238C105-L238C132" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Equals(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L245C45-L245C83" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Equals(System.String,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L256C13-L262C67" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L275C13-L275C49" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.op_Equality(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L292C84-L292C102" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.op_Inequality(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L300C84-L300C103" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.op_Implicit(System.String)~Microsoft.Extensions.Primitives.StringSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L307C73-L307C97" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.op_Implicit(Microsoft.Extensions.Primitives.StringSegment)~System.ReadOnlySpan{System.Char}", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L313C86-L313C102" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.op_Implicit(Microsoft.Extensions.Primitives.StringSegment)~System.ReadOnlyMemory{System.Char}", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L319C88-L319C106" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.StartsWith(System.String,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L333C13-L344C71" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.EndsWith(System.String,System.StringComparison)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L359C13-L370C69" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Substring(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L383C48-L383C82" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Substring(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L400C13-L405C62" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Subsegment(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L418C56-L418C91" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Subsegment(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L433C13-L438C71" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.IndexOf(System.Char,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L456C13-L477C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.IndexOf(System.Char,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L490C50-L490C83" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.IndexOf(System.Char)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L497C39-L497C60" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.IndexOfAny(System.Char[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L519C13-L540C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.IndexOfAny(System.Char[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L556C13-L556C71" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.IndexOfAny(System.Char[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L568C13-L568C49" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.LastIndexOf(System.Char)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L578C13-L578C48" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Trim", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L585C40-L585C61" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.TrimStart", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L593C13-L604C34" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.TrimEnd", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L613C13-L624C41" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.Split(System.Char[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L636C13-L636C53" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.IsNullOrEmpty(Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L646C13-L653C24" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegment.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L662C13-L662C42" - }, - { - "DocsId": "F:Microsoft.Extensions.Primitives.StringSegment.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringSegment.Buffer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L67C33-L67C37" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringSegment.Offset", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L72C29-L72C33" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringSegment.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L77C29-L77C33" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringSegment.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L82C33-L82C83" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringSegment.HasValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L89C33-L89C47" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringSegment.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs#L103C17-L109C47" - } - ], - "DocsId": "T:Microsoft.Extensions.Primitives.StringSegment", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegment.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegmentComparer.Compare(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs#L43C13-L43C60" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegmentComparer.Equals(Microsoft.Extensions.Primitives.StringSegment,Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs#L54C13-L54C59" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringSegmentComparer.GetHashCode(Microsoft.Extensions.Primitives.StringSegment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs#L65C13-L65C65" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringSegmentComparer.Ordinal", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs#L17C55-L17C59" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringSegmentComparer.OrdinalIgnoreCase", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs#L23C65-L23C69" - } - ], - "DocsId": "T:Microsoft.Extensions.Primitives.StringSegmentComparer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringSegmentComparer.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.#ctor(System.String,System.Char[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L25C13-L37C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.#ctor(Microsoft.Extensions.Primitives.StringSegment,System.Char[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L46C13-L58C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L64C46-L64C84" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.System#Collections#Generic#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L66C82-L66C97" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L68C52-L68C67" - }, - { - "DocsId": "T:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Primitives.StringTokenizer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L37C13-L38C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L46C13-L47C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Implicit(System.String)~Microsoft.Extensions.Primitives.StringValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L55C13-L55C44" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Implicit(System.String[])~Microsoft.Extensions.Primitives.StringValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L64C13-L64C45" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Implicit(Microsoft.Extensions.Primitives.StringValues)~System.String", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L76C13-L76C44" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Implicit(Microsoft.Extensions.Primitives.StringValues)~System.String[]", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L85C13-L85C42" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#ICollection#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L114C49-L114C53" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L124C20-L124C31" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#IList#set_Item(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L125C20-L125C53" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L169C13-L169C53" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.ToArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L279C13-L279C61" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#IList#IndexOf(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L308C13-L308C34" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#ICollection#Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L341C13-L341C39" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#ICollection#CopyTo(System.String[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L354C13-L355C10" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#ICollection#Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L388C56-L388C89" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#IList#Insert(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L390C64-L390C97" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#ICollection#Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L392C59-L392C92" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#IList#RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L394C52-L394C85" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#ICollection#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L396C46-L396C79" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L402C13-L402C44" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L408C13-L408C36" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L414C13-L414C36" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.IsNullOrEmpty(Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L424C13-L441C70" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Concat(Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L453C13-L469C47" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Concat(Microsoft.Extensions.Primitives.StringValues@,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L480C13-L494C47" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Concat(System.String,Microsoft.Extensions.Primitives.StringValues@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L505C13-L519C47" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L530C13-L545C25" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Equality(Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L556C13-L556C40" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Inequality(Microsoft.Extensions.Primitives.StringValues,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L567C13-L567C41" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L575C51-L575C70" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(System.String,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L583C72-L583C109" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(Microsoft.Extensions.Primitives.StringValues,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L591C72-L591C109" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L598C46-L598C83" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(System.String[],Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L606C75-L606C112" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(Microsoft.Extensions.Primitives.StringValues,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L614C75-L614C112" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L621C49-L621C86" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Equality(Microsoft.Extensions.Primitives.StringValues,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L624C77-L624C114" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Inequality(Microsoft.Extensions.Primitives.StringValues,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L632C77-L632C115" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Equality(System.String,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L635C77-L635C114" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Inequality(System.String,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L643C77-L643C115" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Equality(Microsoft.Extensions.Primitives.StringValues,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L646C80-L646C117" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Inequality(Microsoft.Extensions.Primitives.StringValues,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L654C80-L654C118" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Equality(System.String[],Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L657C80-L657C117" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Inequality(System.String[],Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L665C80-L665C118" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Equality(Microsoft.Extensions.Primitives.StringValues,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L674C77-L674C95" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Inequality(Microsoft.Extensions.Primitives.StringValues,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L683C77-L683C96" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Equality(System.Object,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L692C77-L692C95" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.op_Inequality(System.Object,Microsoft.Extensions.Primitives.StringValues)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L700C77-L700C96" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L709C13-L729C26" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L740C13-L756C87" - }, - { - "DocsId": "F:Microsoft.Extensions.Primitives.StringValues.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringValues.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L97C17-L109C63" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#ICollection#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L114C49-L114C53" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringValues.System#Collections#Generic#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L124C20-L124C31" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringValues.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L139C17-L153C38" - }, - { - "DocsId": "T:Microsoft.Extensions.Primitives.StringValues.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Primitives.StringValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator.#ctor(Microsoft.Extensions.Primitives.StringTokenizer@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L93C17-L97C14" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L104C43-L104C50" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L111C13-L111C14" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L119C17-L135C29" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L143C17-L145C14" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L102C44-L102C48" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs#L104C43-L104C50" - } - ], - "DocsId": "T:Microsoft.Extensions.Primitives.StringTokenizer.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringTokenizer.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Enumerator.#ctor(Microsoft.Extensions.Primitives.StringValues@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L788C58-L789C16" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Enumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L797C17-L818C41" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Enumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L826C44-L826C52" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Enumerator.System#Collections#IEnumerator#Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L830C17-L830C51" - }, - { - "DocsId": "M:Microsoft.Extensions.Primitives.StringValues.Enumerator.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L838C13-L838C14" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringValues.Enumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L824C39-L824C47" - }, - { - "DocsId": "P:Microsoft.Extensions.Primitives.StringValues.Enumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L826C44-L826C52" - } - ], - "DocsId": "T:Microsoft.Extensions.Primitives.StringValues.Enumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Resilience.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Resilience.json deleted file mode 100644 index c6e19ee1ebe..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Resilience.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Resilience", - "GUID": "7B1E44D8BDB0470E9D2F4EB4E8171B10FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Polly.ResilienceContextExtensions.SetRequestMetadata(Polly.ResilienceContext,Microsoft.Extensions.Http.Diagnostics.RequestMetadata)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Resilience/Resilience/ResilienceContextExtensions.cs#L25C9-L29C6" - }, - { - "DocsId": "M:Polly.ResilienceContextExtensions.GetRequestMetadata(Polly.ResilienceContext)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Resilience/Resilience/ResilienceContextExtensions.cs#L39C9-L41C71" - } - ], - "DocsId": "T:Polly.ResilienceContextExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Resilience/Resilience/ResilienceContextExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ResilienceServiceCollectionExtensions.AddResilienceEnricher(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Resilience/Resilience/ResilienceServiceCollectionExtensions.cs#L40C9-L54C25" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ResilienceServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Resilience/Resilience/ResilienceServiceCollectionExtensions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Telemetry.Abstractions.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Telemetry.Abstractions.json deleted file mode 100644 index 2bdf74ec7d0..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Telemetry.Abstractions.json +++ /dev/null @@ -1,828 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Telemetry.Abstractions", - "GUID": "C68E713EF0324D3EA54F9C514234ECD1FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.ITagCollector.Add(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/ITagCollector.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.ITagCollector.Add(System.String,System.Object,Microsoft.Extensions.Compliance.Classification.DataClassificationSet)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/ITagCollector.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.ITagCollector", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/ITagCollector.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessageHelper.Stringify(System.Collections.IEnumerable)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LoggerMessageHelper.cs#L48C9-L79C23" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessageHelper.Stringify``2(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{``0,``1}})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LoggerMessageHelper.cs#L93C9-L133C23" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerMessageHelper.ThreadLocalState", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LoggerMessageHelper.cs#L28C13-L35C27" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggerMessageHelper", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LoggerMessageHelper.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessageState.ReserveTagSpace(System.Int32)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LoggerMessageState.cs#L47C9-L56C22" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessageState.ReserveClassifiedTagSpace(System.Int32)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LoggerMessageState.cs#L66C9-L76C22" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessageState.AddTag(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LoggerMessageState.cs#L86C9-L88C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessageState.AddClassifiedTag(System.String,System.Object,Microsoft.Extensions.Compliance.Classification.DataClassificationSet)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LoggerMessageState.cs#L98C9-L100C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessageState.Clear", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LoggerMessageState.cs#L107C9-L113C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessageState.ToString", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LoggerMessageState.cs#L131C9-L162C23" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessageState.Microsoft#Extensions#Diagnostics#Enrichment#IEnrichmentTagCollector#Add(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LoggerMessageState.EnrichmentTagCollector.cs#L13C9-L14C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessageState.System#Collections#Generic#IReadOnlyCollection>#get_Count", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LoggerMessageState.ReadOnlyList.cs#L16C69-L16C78" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessageState.System#Collections#Generic#IEnumerable>#GetEnumerator", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LoggerMessageState.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessageState.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LoggerMessageState.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessageState.Microsoft#Extensions#Logging#ITagCollector#Add(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LoggerMessageState.TagCollector.cs#L15C9-L17C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessageState.Microsoft#Extensions#Logging#ITagCollector#Add(System.String,System.Object,Microsoft.Extensions.Compliance.Classification.DataClassificationSet)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LoggerMessageState.TagCollector.cs#L22C9-L24C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessageState.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LoggerMessageState.cs#L19C5-L31C61" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerMessageState.TagArray", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LoggerMessageState.cs#L27C56-L27C61" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerMessageState.RedactedTagArray", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LoggerMessageState.cs#L32C64-L32C77" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerMessageState.ClassifiedTagArray", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LoggerMessageState.cs#L37C50-L37C65" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerMessageState.TagsCount", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LoggerMessageState.cs#L118C28-L118C32" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerMessageState.ClassifiedTagsCount", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LoggerMessageState.cs#L123C38-L123C42" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerMessageState.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LoggerMessageState.ReadOnlyList.cs#L13C61-L13C107" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerMessageState.System#Collections#Generic#IReadOnlyCollection>#Count", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LoggerMessageState.ReadOnlyList.cs#L16C69-L16C78" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerMessageState.TagNamePrefix", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LoggerMessageState.TagCollector.cs#L31C35-L31C39" - }, - { - "DocsId": "T:Microsoft.Extensions.Logging.LoggerMessageState.ClassifiedTag", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LoggerMessageState.ClassifiedTag.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggerMessageState", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LoggerMessageState.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LogPropertiesAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LogPropertiesAttribute.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LogPropertiesAttribute.SkipNullProperties", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LogPropertiesAttribute.cs#L26C38-L26C42" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LogPropertiesAttribute.OmitReferenceName", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LogPropertiesAttribute.cs#L34C37-L34C41" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LogPropertiesAttribute.Transitive", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LogPropertiesAttribute.cs#L49C30-L49C34" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LogPropertiesAttribute", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LogPropertiesAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LogPropertyIgnoreAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LogPropertyIgnoreAttribute.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LogPropertyIgnoreAttribute", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LogPropertyIgnoreAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.TagNameAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/TagNameAttribute.cs#L25C5-L28C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.TagNameAttribute.Name", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/TagNameAttribute.cs#L33C26-L33C30" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.TagNameAttribute", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/TagNameAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.TagProviderAttribute.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/TagProviderAttribute.cs#L63C5-L67C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.TagProviderAttribute.ProviderType", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/TagProviderAttribute.cs#L72C32-L72C36" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.TagProviderAttribute.ProviderMethod", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/TagProviderAttribute.cs#L77C36-L77C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.TagProviderAttribute.OmitReferenceName", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/TagProviderAttribute.cs#L85C37-L85C41" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.TagProviderAttribute", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/TagProviderAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Http.Diagnostics.HttpRouteParameterRedactionMode.value__", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Http/HttpRouteParameterRedactionMode.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Http.Diagnostics.HttpRouteParameterRedactionMode.Strict", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Http/HttpRouteParameterRedactionMode.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Http.Diagnostics.HttpRouteParameterRedactionMode.Loose", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Http/HttpRouteParameterRedactionMode.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Http.Diagnostics.HttpRouteParameterRedactionMode.None", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Http/HttpRouteParameterRedactionMode.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Diagnostics.HttpRouteParameterRedactionMode", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Http/HttpRouteParameterRedactionMode.cs" - }, - { - "Members": [ - { - "DocsId": "P:Microsoft.Extensions.Http.Diagnostics.IDownstreamDependencyMetadata.DependencyName", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Http/IDownstreamDependencyMetadata.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Diagnostics.IDownstreamDependencyMetadata.UniqueHostNameSuffixes", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Http/IDownstreamDependencyMetadata.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Diagnostics.IDownstreamDependencyMetadata.RequestMetadata", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Http/IDownstreamDependencyMetadata.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Diagnostics.IDownstreamDependencyMetadata", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Http/IDownstreamDependencyMetadata.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Diagnostics.IOutgoingRequestContext.SetRequestMetadata(Microsoft.Extensions.Http.Diagnostics.RequestMetadata)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Http/IOutgoingRequestContext.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Diagnostics.IOutgoingRequestContext.RequestMetadata", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Http/IOutgoingRequestContext.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Diagnostics.IOutgoingRequestContext", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Http/IOutgoingRequestContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Http.Diagnostics.RequestMetadata.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Http/RequestMetadata.cs#L58C48-L22C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Http.Diagnostics.RequestMetadata.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Http/RequestMetadata.cs#L58C48-L39C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Diagnostics.RequestMetadata.RequestRoute", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Http/RequestMetadata.cs#L58C34-L58C38" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Diagnostics.RequestMetadata.RequestName", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Http/RequestMetadata.cs#L80C33-L80C37" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Diagnostics.RequestMetadata.DependencyName", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Http/RequestMetadata.cs#L96C36-L96C40" - }, - { - "DocsId": "P:Microsoft.Extensions.Http.Diagnostics.RequestMetadata.MethodType", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Http/RequestMetadata.cs#L104C32-L104C36" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Diagnostics.RequestMetadata", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Http/RequestMetadata.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Http.Diagnostics.TelemetryConstants.RequestMetadataKey", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Http/TelemetryConstants.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Http.Diagnostics.TelemetryConstants.Unknown", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Http/TelemetryConstants.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Http.Diagnostics.TelemetryConstants.Redacted", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Http/TelemetryConstants.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Http.Diagnostics.TelemetryConstants.ClientApplicationNameHeader", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Http/TelemetryConstants.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Http.Diagnostics.TelemetryConstants.ServerApplicationNameHeader", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Http/TelemetryConstants.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Http.Diagnostics.TelemetryConstants", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Http/TelemetryConstants.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.CounterAttribute.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Metrics/CounterAttribute.cs#L39C5-L42C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.CounterAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Metrics/CounterAttribute.cs#L48C5-L51C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.CounterAttribute.Name", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Metrics/CounterAttribute.cs#L68C27-L68C31" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.CounterAttribute.TagNames", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Metrics/CounterAttribute.cs#L73C33-L73C37" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.CounterAttribute.Type", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Metrics/CounterAttribute.cs#L78C25-L78C29" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.CounterAttribute", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Metrics/CounterAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.CounterAttribute`1.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Metrics/CounterAttributeT.cs#L46C5-L49C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.CounterAttribute`1.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Metrics/CounterAttributeT.cs#L55C5-L58C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.CounterAttribute`1.Name", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Metrics/CounterAttributeT.cs#L74C27-L74C31" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.CounterAttribute`1.TagNames", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Metrics/CounterAttributeT.cs#L79C33-L79C37" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.CounterAttribute`1.Type", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Metrics/CounterAttributeT.cs#L84C25-L84C29" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.CounterAttribute`1", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Metrics/CounterAttributeT.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.GaugeAttribute.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Metrics/GaugeAttribute.cs#L39C5-L42C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.GaugeAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Metrics/GaugeAttribute.cs#L48C5-L51C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.GaugeAttribute.Name", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Metrics/GaugeAttribute.cs#L67C27-L67C31" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.GaugeAttribute.TagNames", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Metrics/GaugeAttribute.cs#L72C33-L72C37" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.GaugeAttribute.Type", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Metrics/GaugeAttribute.cs#L77C25-L77C29" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.GaugeAttribute", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Metrics/GaugeAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.HistogramAttribute.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Metrics/HistogramAttribute.cs#L39C5-L42C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.HistogramAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Metrics/HistogramAttribute.cs#L48C5-L51C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.HistogramAttribute.Name", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Metrics/HistogramAttribute.cs#L67C27-L67C31" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.HistogramAttribute.TagNames", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Metrics/HistogramAttribute.cs#L72C33-L72C37" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.HistogramAttribute.Type", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Metrics/HistogramAttribute.cs#L77C25-L77C29" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.HistogramAttribute", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Metrics/HistogramAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.HistogramAttribute`1.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Metrics/HistogramAttributeT.cs#L46C5-L49C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.HistogramAttribute`1.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Metrics/HistogramAttributeT.cs#L55C5-L58C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.HistogramAttribute`1.Name", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Metrics/HistogramAttributeT.cs#L74C27-L74C31" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.HistogramAttribute`1.TagNames", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Metrics/HistogramAttributeT.cs#L79C33-L79C37" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.HistogramAttribute`1.Type", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Metrics/HistogramAttributeT.cs#L84C25-L84C29" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.HistogramAttribute`1", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Metrics/HistogramAttributeT.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Metrics.TagNameAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Metrics/TagNameAttribute.cs#L35C5-L38C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Metrics.TagNameAttribute.Name", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Metrics/TagNameAttribute.cs#L43C26-L43C30" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Metrics.TagNameAttribute", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Metrics/TagNameAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Latency.Checkpoint.#ctor(System.String,System.Int64,System.Int64)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Checkpoint.cs#L26C9-L29C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Latency.Checkpoint.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Checkpoint.cs#L51C49-L51C81" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Latency.Checkpoint.Equals(Microsoft.Extensions.Diagnostics.Latency.Checkpoint)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Checkpoint.cs#L59C12-L59C121" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Latency.Checkpoint.GetHashCode", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Checkpoint.cs#L66C12-L66C54" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Latency.Checkpoint.op_Equality(Microsoft.Extensions.Diagnostics.Latency.Checkpoint,Microsoft.Extensions.Diagnostics.Latency.Checkpoint)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Checkpoint.cs#L76C9-L76C35" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Latency.Checkpoint.op_Inequality(Microsoft.Extensions.Diagnostics.Latency.Checkpoint,Microsoft.Extensions.Diagnostics.Latency.Checkpoint)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Checkpoint.cs#L87C9-L87C33" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Latency.Checkpoint.Name", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Checkpoint.cs#L34C26-L34C30" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Latency.Checkpoint.Elapsed", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Checkpoint.cs#L39C27-L39C31" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Latency.Checkpoint.Frequency", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Checkpoint.cs#L44C29-L44C33" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Latency.Checkpoint", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Checkpoint.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Latency.ILatencyContext.SetTag(Microsoft.Extensions.Diagnostics.Latency.TagToken,System.String)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/ILatencyContext.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Latency.ILatencyContext.AddCheckpoint(Microsoft.Extensions.Diagnostics.Latency.CheckpointToken)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/ILatencyContext.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Latency.ILatencyContext.AddMeasure(Microsoft.Extensions.Diagnostics.Latency.MeasureToken,System.Int64)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/ILatencyContext.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Latency.ILatencyContext.RecordMeasure(Microsoft.Extensions.Diagnostics.Latency.MeasureToken,System.Int64)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/ILatencyContext.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Latency.ILatencyContext.Freeze", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/ILatencyContext.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Latency.ILatencyContext.LatencyData", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/ILatencyContext.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Latency.ILatencyContext", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/ILatencyContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Latency.ILatencyContextProvider.CreateContext", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/ILatencyContextProvider.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Latency.ILatencyContextProvider", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/ILatencyContextProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Latency.ILatencyDataExporter.ExportAsync(Microsoft.Extensions.Diagnostics.Latency.LatencyData,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/ILatencyDataExporter.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Latency.ILatencyDataExporter", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/ILatencyDataExporter.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Latency.LatencyData.#ctor(System.ArraySegment{Microsoft.Extensions.Diagnostics.Latency.Tag},System.ArraySegment{Microsoft.Extensions.Diagnostics.Latency.Checkpoint},System.ArraySegment{Microsoft.Extensions.Diagnostics.Latency.Measure},System.Int64,System.Int64)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/LatencyData.cs#L29C9-L34C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Latency.LatencyData.Checkpoints", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/LatencyData.cs#L39C52-L39C64" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Latency.LatencyData.Tags", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/LatencyData.cs#L44C38-L44C43" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Latency.LatencyData.Measures", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/LatencyData.cs#L49C46-L49C55" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Latency.LatencyData.DurationTimestamp", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/LatencyData.cs#L54C37-L54C41" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Latency.LatencyData.DurationTimestampFrequency", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/LatencyData.cs#L59C46-L59C50" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Latency.LatencyData", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/LatencyData.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Latency.Measure.#ctor(System.String,System.Int64)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Measure.cs#L25C9-L27C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Latency.Measure.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Measure.cs#L44C49-L44C78" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Latency.Measure.Equals(Microsoft.Extensions.Diagnostics.Latency.Measure)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Measure.cs#L51C42-L51C115" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Latency.Measure.GetHashCode", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Measure.cs#L57C42-L57C71" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Latency.Measure.op_Equality(Microsoft.Extensions.Diagnostics.Latency.Measure,Microsoft.Extensions.Diagnostics.Latency.Measure)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Measure.cs#L67C9-L67C35" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Latency.Measure.op_Inequality(Microsoft.Extensions.Diagnostics.Latency.Measure,Microsoft.Extensions.Diagnostics.Latency.Measure)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Measure.cs#L78C9-L78C33" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Latency.Measure.Name", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Measure.cs#L32C26-L32C30" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Latency.Measure.Value", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Measure.cs#L37C25-L37C29" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Latency.Measure", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Measure.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Latency.CheckpointToken.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Registration/CheckpointToken.cs#L34C9-L36C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Latency.CheckpointToken.Name", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Registration/CheckpointToken.cs#L19C26-L19C30" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Latency.CheckpointToken.Position", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Registration/CheckpointToken.cs#L24C27-L24C31" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Latency.CheckpointToken", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Registration/CheckpointToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Latency.ILatencyContextTokenIssuer.GetTagToken(System.String)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Registration/ILatencyContextTokenIssuer.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Latency.ILatencyContextTokenIssuer.GetCheckpointToken(System.String)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Registration/ILatencyContextTokenIssuer.cs" - }, - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Latency.ILatencyContextTokenIssuer.GetMeasureToken(System.String)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Registration/ILatencyContextTokenIssuer.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Latency.ILatencyContextTokenIssuer", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Registration/ILatencyContextTokenIssuer.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Latency.LatencyContextRegistrationOptions.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Registration/LatencyContextRegistrationOptions.cs#L18C66-L30C77" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Latency.LatencyContextRegistrationOptions.CheckpointNames", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Registration/LatencyContextRegistrationOptions.cs#L18C52-L18C56" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Latency.LatencyContextRegistrationOptions.MeasureNames", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Registration/LatencyContextRegistrationOptions.cs#L24C49-L24C53" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Latency.LatencyContextRegistrationOptions.TagNames", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Registration/LatencyContextRegistrationOptions.cs#L30C45-L30C49" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Latency.LatencyContextRegistrationOptions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Registration/LatencyContextRegistrationOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Latency.MeasureToken.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Registration/MeasureToken.cs#L34C9-L36C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Latency.MeasureToken.Name", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Registration/MeasureToken.cs#L19C26-L19C30" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Latency.MeasureToken.Position", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Registration/MeasureToken.cs#L24C27-L24C31" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Latency.MeasureToken", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Registration/MeasureToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Latency.TagToken.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Registration/TagToken.cs#L34C9-L36C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Latency.TagToken.Name", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Registration/TagToken.cs#L19C26-L19C30" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Latency.TagToken.Position", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Registration/TagToken.cs#L24C27-L24C31" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Latency.TagToken", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Registration/TagToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Latency.Tag.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Tag.cs#L21C9-L23C6" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Latency.Tag.Name", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Tag.cs#L28C26-L28C30" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Latency.Tag.Value", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Tag.cs#L33C27-L33C31" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Latency.Tag", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Tag.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Enrichment.IEnrichmentTagCollector.Add(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Enrichment/IEnrichmentTagCollector.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Enrichment.IEnrichmentTagCollector", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Enrichment/IEnrichmentTagCollector.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Enrichment.ILogEnricher.Enrich(Microsoft.Extensions.Diagnostics.Enrichment.IEnrichmentTagCollector)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Enrichment/ILogEnricher.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Enrichment.ILogEnricher", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Enrichment/ILogEnricher.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Enrichment.IStaticLogEnricher.Enrich(Microsoft.Extensions.Diagnostics.Enrichment.IEnrichmentTagCollector)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Enrichment/IStaticLogEnricher.cs" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Enrichment.IStaticLogEnricher", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Enrichment/IStaticLogEnricher.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.EnrichmentServiceCollectionExtensions.AddLogEnricher``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Enrichment/EnrichmentServiceCollectionExtensions.cs#L25C12-L25C66" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.EnrichmentServiceCollectionExtensions.AddLogEnricher(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.Diagnostics.Enrichment.ILogEnricher)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Enrichment/EnrichmentServiceCollectionExtensions.cs#L35C12-L35C71" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.EnrichmentServiceCollectionExtensions.AddStaticLogEnricher``1(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Enrichment/EnrichmentServiceCollectionExtensions.cs#L46C12-L46C72" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.EnrichmentServiceCollectionExtensions.AddStaticLogEnricher(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.Diagnostics.Enrichment.IStaticLogEnricher)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Enrichment/EnrichmentServiceCollectionExtensions.cs#L56C12-L56C71" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.EnrichmentServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Enrichment/EnrichmentServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.NullLatencyContextServiceCollectionExtensions.AddNullLatencyContext(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/NullLatencyContextServiceCollectionExtensions.cs#L24C9-L29C25" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.NullLatencyContextServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/NullLatencyContextServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.LatencyRegistryServiceCollectionExtensions.RegisterCheckpointNames(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String[])", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Registration/LatencyRegistryServiceCollectionExtensions.cs#L16707566C0-L30C25" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.LatencyRegistryServiceCollectionExtensions.RegisterMeasureNames(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String[])", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Registration/LatencyRegistryServiceCollectionExtensions.cs#L16707566C0-L48C25" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.LatencyRegistryServiceCollectionExtensions.RegisterTagNames(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String[])", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Registration/LatencyRegistryServiceCollectionExtensions.cs#L16707566C0-L66C25" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.LatencyRegistryServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Latency/Registration/LatencyRegistryServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerMessageState.ClassifiedTag.#ctor(System.String,System.Object,Microsoft.Extensions.Compliance.Classification.DataClassificationSet)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LoggerMessageState.ClassifiedTag.cs#L40C13-L43C10" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerMessageState.ClassifiedTag.Name", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LoggerMessageState.ClassifiedTag.cs#L23C39-L23C43" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerMessageState.ClassifiedTag.Value", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LoggerMessageState.ClassifiedTag.cs#L28C41-L28C45" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerMessageState.ClassifiedTag.Classifications", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LoggerMessageState.ClassifiedTag.cs#L33C65-L33C69" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggerMessageState.ClassifiedTag", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry.Abstractions/Logging/LoggerMessageState.ClassifiedTag.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Telemetry.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Telemetry.json deleted file mode 100644 index 8939f461701..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.Telemetry.json +++ /dev/null @@ -1,278 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.Telemetry", - "GUID": "67FC1F6DF7BF4ACA9F1049582890019EFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerEnrichmentOptions.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Logging/LoggerEnrichmentOptions.cs#L71C52-L71C75" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerEnrichmentOptions.CaptureStackTraces", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Logging/LoggerEnrichmentOptions.cs#L29C38-L29C42" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerEnrichmentOptions.UseFileInfoForStackTraces", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Logging/LoggerEnrichmentOptions.cs#L45C45-L45C49" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerEnrichmentOptions.IncludeExceptionMessage", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Logging/LoggerEnrichmentOptions.cs#L57C43-L57C47" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerEnrichmentOptions.MaxStackTraceLength", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Logging/LoggerEnrichmentOptions.cs#L71C38-L71C42" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggerEnrichmentOptions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Logging/LoggerEnrichmentOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggerRedactionOptions.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Logging/LoggerRedactionOptions.cs#L22C52-L22C56" - }, - { - "DocsId": "P:Microsoft.Extensions.Logging.LoggerRedactionOptions.ApplyDiscriminator", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Logging/LoggerRedactionOptions.cs#L22C38-L22C42" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggerRedactionOptions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Logging/LoggerRedactionOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggingEnrichmentExtensions.EnableEnrichment(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Logging/LoggingEnrichmentExtensions.cs#L24C12-L24C47" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggingEnrichmentExtensions.EnableEnrichment(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{Microsoft.Extensions.Logging.LoggerEnrichmentOptions})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Logging/LoggingEnrichmentExtensions.cs#L34C9-L41C24" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggingEnrichmentExtensions.EnableEnrichment(Microsoft.Extensions.Logging.ILoggingBuilder,Microsoft.Extensions.Configuration.IConfigurationSection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Logging/LoggingEnrichmentExtensions.cs#L52C9-L58C24" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggingEnrichmentExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Logging/LoggingEnrichmentExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggingRedactionExtensions.EnableRedaction(Microsoft.Extensions.Logging.ILoggingBuilder)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Logging/LoggingRedactionExtensions.cs#L24C12-L24C46" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggingRedactionExtensions.EnableRedaction(Microsoft.Extensions.Logging.ILoggingBuilder,System.Action{Microsoft.Extensions.Logging.LoggerRedactionOptions})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Logging/LoggingRedactionExtensions.cs#L34C9-L40C24" - }, - { - "DocsId": "M:Microsoft.Extensions.Logging.LoggingRedactionExtensions.EnableRedaction(Microsoft.Extensions.Logging.ILoggingBuilder,Microsoft.Extensions.Configuration.IConfigurationSection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Logging/LoggingRedactionExtensions.cs#L51C9-L57C24" - } - ], - "DocsId": "T:Microsoft.Extensions.Logging.LoggingRedactionExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Logging/LoggingRedactionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Latency.LatencyConsoleOptions.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Latency/LatencyConsoleOptions.cs#L17C51-L33C52" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Latency.LatencyConsoleOptions.OutputCheckpoints", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Latency/LatencyConsoleOptions.cs#L17C37-L17C41" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Latency.LatencyConsoleOptions.OutputTags", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Latency/LatencyConsoleOptions.cs#L25C30-L25C34" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Latency.LatencyConsoleOptions.OutputMeasures", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Latency/LatencyConsoleOptions.cs#L33C34-L33C38" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Latency.LatencyConsoleOptions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Latency/LatencyConsoleOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Latency.LatencyContextOptions.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Latency/LatencyContextOptions.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Latency.LatencyContextOptions.ThrowOnUnregisteredNames", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Latency/LatencyContextOptions.cs#L17C44-L17C48" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Latency.LatencyContextOptions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Latency/LatencyContextOptions.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Diagnostics.Enrichment.ApplicationEnricherTags.ApplicationName", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Enrichment/ApplicationEnricherTags.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Diagnostics.Enrichment.ApplicationEnricherTags.EnvironmentName", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Enrichment/ApplicationEnricherTags.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Diagnostics.Enrichment.ApplicationEnricherTags.DeploymentRing", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Enrichment/ApplicationEnricherTags.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Diagnostics.Enrichment.ApplicationEnricherTags.BuildVersion", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Enrichment/ApplicationEnricherTags.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Enrichment.ApplicationEnricherTags.DimensionNames", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Enrichment/ApplicationEnricherTags.cs#L38C58-L38C62" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Enrichment.ApplicationEnricherTags", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Enrichment/ApplicationEnricherTags.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Enrichment.ApplicationLogEnricherOptions.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Enrichment/ApplicationLogEnricherOptions.cs#L19C49-L27C53" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Enrichment.ApplicationLogEnricherOptions.EnvironmentName", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Enrichment/ApplicationLogEnricherOptions.cs#L19C35-L19C39" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Enrichment.ApplicationLogEnricherOptions.ApplicationName", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Enrichment/ApplicationLogEnricherOptions.cs#L27C35-L27C39" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Enrichment.ApplicationLogEnricherOptions.DeploymentRing", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Enrichment/ApplicationLogEnricherOptions.cs#L35C34-L35C38" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Enrichment.ApplicationLogEnricherOptions.BuildVersion", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Enrichment/ApplicationLogEnricherOptions.cs#L43C32-L43C36" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Enrichment.ApplicationLogEnricherOptions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Enrichment/ApplicationLogEnricherOptions.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Extensions.Diagnostics.Enrichment.ProcessEnricherTagNames.ProcessId", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Enrichment/ProcessEnricherTagNames.cs" - }, - { - "DocsId": "F:Microsoft.Extensions.Diagnostics.Enrichment.ProcessEnricherTagNames.ThreadId", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Enrichment/ProcessEnricherTagNames.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Enrichment.ProcessEnricherTagNames.DimensionNames", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Enrichment/ProcessEnricherTagNames.cs#L28C58-L28C62" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Enrichment.ProcessEnricherTagNames", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Enrichment/ProcessEnricherTagNames.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Diagnostics.Enrichment.ProcessLogEnricherOptions.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Enrichment/ProcessLogEnricherOptions.cs#L17C43-L17C47" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Enrichment.ProcessLogEnricherOptions.ProcessId", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Enrichment/ProcessLogEnricherOptions.cs#L17C29-L17C33" - }, - { - "DocsId": "P:Microsoft.Extensions.Diagnostics.Enrichment.ProcessLogEnricherOptions.ThreadId", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Enrichment/ProcessLogEnricherOptions.cs#L25C28-L25C32" - } - ], - "DocsId": "T:Microsoft.Extensions.Diagnostics.Enrichment.ProcessLogEnricherOptions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Enrichment/ProcessLogEnricherOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ApplicationEnricherServiceCollectionExtensions.AddServiceLogEnricher(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Enrichment/ApplicationEnricherServiceCollectionExtensions.cs#L24C9-L27C46" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ApplicationEnricherServiceCollectionExtensions.AddServiceLogEnricher(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Diagnostics.Enrichment.ApplicationLogEnricherOptions})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Enrichment/ApplicationEnricherServiceCollectionExtensions.cs#L39C9-L44C47" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ApplicationEnricherServiceCollectionExtensions.AddServiceLogEnricher(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.Configuration.IConfigurationSection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Enrichment/ApplicationEnricherServiceCollectionExtensions.cs#L56C9-L61C55" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ApplicationEnricherServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Enrichment/ApplicationEnricherServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ProcessEnricherServiceCollectionExtensions.AddProcessLogEnricher(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Enrichment/ProcessEnricherServiceCollectionExtensions.cs#L24C9-L27C46" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ProcessEnricherServiceCollectionExtensions.AddProcessLogEnricher(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Diagnostics.Enrichment.ProcessLogEnricherOptions})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Enrichment/ProcessEnricherServiceCollectionExtensions.cs#L39C9-L45C47" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.ProcessEnricherServiceCollectionExtensions.AddProcessLogEnricher(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.Configuration.IConfigurationSection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Enrichment/ProcessEnricherServiceCollectionExtensions.cs#L57C9-L63C55" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.ProcessEnricherServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Enrichment/ProcessEnricherServiceCollectionExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.LatencyConsoleExtensions.AddConsoleLatencyDataExporter(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Latency/LatencyConsoleExtensions.cs#L26C9-L31C25" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.LatencyConsoleExtensions.AddConsoleLatencyDataExporter(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Diagnostics.Latency.LatencyConsoleOptions})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Latency/LatencyConsoleExtensions.cs#L43C9-L48C57" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.LatencyConsoleExtensions.AddConsoleLatencyDataExporter(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.Configuration.IConfigurationSection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Latency/LatencyConsoleExtensions.cs#L60C9-L65C57" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.LatencyConsoleExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Latency/LatencyConsoleExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.LatencyContextExtensions.AddLatencyContext(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Latency/LatencyContextExtensions.cs#L25C9-L31C25" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.LatencyContextExtensions.AddLatencyContext(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.Diagnostics.Latency.LatencyContextOptions})", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Latency/LatencyContextExtensions.cs#L42C9-L47C45" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.LatencyContextExtensions.AddLatencyContext(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.Configuration.IConfigurationSection)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Latency/LatencyContextExtensions.cs#L58C9-L63C45" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.LatencyContextExtensions", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.Telemetry/Latency/LatencyContextExtensions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.TimeProvider.Testing.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.TimeProvider.Testing.json deleted file mode 100644 index 7f7fd652e60..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.TimeProvider.Testing.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.TimeProvider.Testing", - "GUID": "C120F69CF0D34B03A6EFC2F62BD08226FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.Time.Testing.FakeTimeProvider.#ctor", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.TimeProvider.Testing/FakeTimeProvider.cs#L18C5-L34C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Time.Testing.FakeTimeProvider.#ctor(System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.TimeProvider.Testing/FakeTimeProvider.cs#L18C5-L49C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Time.Testing.FakeTimeProvider.GetUtcNow", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.TimeProvider.Testing/FakeTimeProvider.cs#L78C9-L85C23" - }, - { - "DocsId": "M:Microsoft.Extensions.Time.Testing.FakeTimeProvider.SetUtcNow(System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.TimeProvider.Testing/FakeTimeProvider.cs#L95C9-L106C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Time.Testing.FakeTimeProvider.Advance(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.TimeProvider.Testing/FakeTimeProvider.cs#L121C9-L129C6" - }, - { - "DocsId": "M:Microsoft.Extensions.Time.Testing.FakeTimeProvider.GetTimestamp", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.TimeProvider.Testing/FakeTimeProvider.cs#L143C9-L143C27" - }, - { - "DocsId": "M:Microsoft.Extensions.Time.Testing.FakeTimeProvider.SetLocalTimeZone(System.TimeZoneInfo)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.TimeProvider.Testing/FakeTimeProvider.cs#L153C65-L153C109" - }, - { - "DocsId": "M:Microsoft.Extensions.Time.Testing.FakeTimeProvider.ToString", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.TimeProvider.Testing/FakeTimeProvider.cs#L167C42-L167C112" - }, - { - "DocsId": "M:Microsoft.Extensions.Time.Testing.FakeTimeProvider.CreateTimer(System.Threading.TimerCallback,System.Object,System.TimeSpan,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.TimeProvider.Testing/FakeTimeProvider.cs#L172C9-L174C22" - }, - { - "DocsId": "P:Microsoft.Extensions.Time.Testing.FakeTimeProvider.Start", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.TimeProvider.Testing/FakeTimeProvider.cs#L54C35-L54C39" - }, - { - "DocsId": "P:Microsoft.Extensions.Time.Testing.FakeTimeProvider.AutoAdvanceAmount", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.TimeProvider.Testing/FakeTimeProvider.cs#L65C16-L65C34" - }, - { - "DocsId": "P:Microsoft.Extensions.Time.Testing.FakeTimeProvider.LocalTimeZone", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.TimeProvider.Testing/FakeTimeProvider.cs#L147C51-L147C65" - }, - { - "DocsId": "P:Microsoft.Extensions.Time.Testing.FakeTimeProvider.TimestampFrequency", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.TimeProvider.Testing/FakeTimeProvider.cs#L161C48-L161C71" - } - ], - "DocsId": "T:Microsoft.Extensions.Time.Testing.FakeTimeProvider", - "SourceLink": "https://github.com/dotnet/extensions/blob/8dcff4ab2e8242d8264a027385a30f79c1888627/src/Libraries/Microsoft.Extensions.TimeProvider.Testing/FakeTimeProvider.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.WebEncoders.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.WebEncoders.json deleted file mode 100644 index 928faaae8ce..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Extensions.WebEncoders.json +++ /dev/null @@ -1,148 +0,0 @@ -{ - "Assembly": "Microsoft.Extensions.WebEncoders", - "GUID": "B280FFB918B74D1A9DB1F214D0FC03E1FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.WebEncoderOptions.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/WebEncoders/src/WebEncoderOptions.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.WebEncoders.WebEncoderOptions.TextEncoderSettings", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/WebEncoders/src/WebEncoderOptions.cs#L19C55-L19C59" - } - ], - "DocsId": "T:Microsoft.Extensions.WebEncoders.WebEncoderOptions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/WebEncoders/src/WebEncoderOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.HtmlTestEncoder.Encode(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/WebEncoders/src/Testing/HtmlTestEncoder.cs#L25C9-L32C41" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.HtmlTestEncoder.Encode(System.IO.TextWriter,System.Char[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/WebEncoders/src/Testing/HtmlTestEncoder.cs#L38C9-L49C6" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.HtmlTestEncoder.Encode(System.IO.TextWriter,System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/WebEncoders/src/Testing/HtmlTestEncoder.cs#L54C9-L69C6" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.HtmlTestEncoder.WillEncode(System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/WebEncoders/src/Testing/HtmlTestEncoder.cs#L74C9-L74C22" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.HtmlTestEncoder.FindFirstCharacterToEncode(System.Char*,System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/WebEncoders/src/Testing/HtmlTestEncoder.cs#L80C9-L80C19" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.HtmlTestEncoder.TryEncodeUnicodeScalar(System.Int32,System.Char*,System.Int32,System.Int32@)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/WebEncoders/src/Testing/HtmlTestEncoder.cs#L90C9-L96C22" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.HtmlTestEncoder.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/WebEncoders/src/Testing/HtmlTestEncoder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.WebEncoders.Testing.HtmlTestEncoder.MaxOutputCharactersPerInputCharacter", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/WebEncoders/src/Testing/HtmlTestEncoder.cs#L19C15-L19C24" - } - ], - "DocsId": "T:Microsoft.Extensions.WebEncoders.Testing.HtmlTestEncoder", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/WebEncoders/src/Testing/HtmlTestEncoder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.JavaScriptTestEncoder.Encode(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/WebEncoders/src/Testing/JavaScriptTestEncoder.cs#L25C9-L32C47" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.JavaScriptTestEncoder.Encode(System.IO.TextWriter,System.Char[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/WebEncoders/src/Testing/JavaScriptTestEncoder.cs#L38C9-L49C6" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.JavaScriptTestEncoder.Encode(System.IO.TextWriter,System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/WebEncoders/src/Testing/JavaScriptTestEncoder.cs#L54C9-L69C6" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.JavaScriptTestEncoder.WillEncode(System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/WebEncoders/src/Testing/JavaScriptTestEncoder.cs#L74C9-L74C22" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.JavaScriptTestEncoder.FindFirstCharacterToEncode(System.Char*,System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/WebEncoders/src/Testing/JavaScriptTestEncoder.cs#L80C9-L80C19" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.JavaScriptTestEncoder.TryEncodeUnicodeScalar(System.Int32,System.Char*,System.Int32,System.Int32@)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/WebEncoders/src/Testing/JavaScriptTestEncoder.cs#L90C9-L96C22" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.JavaScriptTestEncoder.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/WebEncoders/src/Testing/JavaScriptTestEncoder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.WebEncoders.Testing.JavaScriptTestEncoder.MaxOutputCharactersPerInputCharacter", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/WebEncoders/src/Testing/JavaScriptTestEncoder.cs#L19C15-L19C24" - } - ], - "DocsId": "T:Microsoft.Extensions.WebEncoders.Testing.JavaScriptTestEncoder", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/WebEncoders/src/Testing/JavaScriptTestEncoder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.UrlTestEncoder.Encode(System.String)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/WebEncoders/src/Testing/UrlTestEncoder.cs#L25C9-L32C40" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.UrlTestEncoder.Encode(System.IO.TextWriter,System.Char[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/WebEncoders/src/Testing/UrlTestEncoder.cs#L38C9-L49C6" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.UrlTestEncoder.Encode(System.IO.TextWriter,System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/WebEncoders/src/Testing/UrlTestEncoder.cs#L54C9-L69C6" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.UrlTestEncoder.WillEncode(System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/WebEncoders/src/Testing/UrlTestEncoder.cs#L74C9-L74C22" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.UrlTestEncoder.FindFirstCharacterToEncode(System.Char*,System.Int32)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/WebEncoders/src/Testing/UrlTestEncoder.cs#L80C9-L80C19" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.UrlTestEncoder.TryEncodeUnicodeScalar(System.Int32,System.Char*,System.Int32,System.Int32@)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/WebEncoders/src/Testing/UrlTestEncoder.cs#L90C9-L96C22" - }, - { - "DocsId": "M:Microsoft.Extensions.WebEncoders.Testing.UrlTestEncoder.#ctor", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/WebEncoders/src/Testing/UrlTestEncoder.cs" - }, - { - "DocsId": "P:Microsoft.Extensions.WebEncoders.Testing.UrlTestEncoder.MaxOutputCharactersPerInputCharacter", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/WebEncoders/src/Testing/UrlTestEncoder.cs#L19C15-L19C24" - } - ], - "DocsId": "T:Microsoft.Extensions.WebEncoders.Testing.UrlTestEncoder", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/WebEncoders/src/Testing/UrlTestEncoder.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.EncoderServiceCollectionExtensions.AddWebEncoders(Microsoft.Extensions.DependencyInjection.IServiceCollection)", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/WebEncoders/src/EncoderServiceCollectionExtensions.cs#L26C9-L39C25" - }, - { - "DocsId": "M:Microsoft.Extensions.DependencyInjection.EncoderServiceCollectionExtensions.AddWebEncoders(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Microsoft.Extensions.WebEncoders.WebEncoderOptions})", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/WebEncoders/src/EncoderServiceCollectionExtensions.cs#L51C9-L57C25" - } - ], - "DocsId": "T:Microsoft.Extensions.DependencyInjection.EncoderServiceCollectionExtensions", - "SourceLink": "https://github.com/dotnet/aspnetcore/blob/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9/src/WebEncoders/src/EncoderServiceCollectionExtensions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Win32.SystemEvents.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Win32.SystemEvents.json deleted file mode 100644 index b57f2d3b969..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/Microsoft.Win32.SystemEvents.json +++ /dev/null @@ -1,488 +0,0 @@ -{ - "Assembly": "Microsoft.Win32.SystemEvents", - "GUID": "BD53B25CC5D740448094BDBDB5C57F97FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.PowerModeChangedEventArgs.#ctor(Microsoft.Win32.PowerModes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventArgs.cs#L18C9-L21C10" - }, - { - "DocsId": "P:Microsoft.Win32.PowerModeChangedEventArgs.Mode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventArgs.cs#L30C17-L30C30" - } - ], - "DocsId": "T:Microsoft.Win32.PowerModeChangedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.PowerModeChangedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.PowerModeChangedEventHandler.Invoke(System.Object,Microsoft.Win32.PowerModeChangedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.PowerModeChangedEventHandler.BeginInvoke(System.Object,Microsoft.Win32.PowerModeChangedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.PowerModeChangedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventHandler.cs" - } - ], - "DocsId": "T:Microsoft.Win32.PowerModeChangedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModeChangedEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Win32.PowerModes.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModes.cs" - }, - { - "DocsId": "F:Microsoft.Win32.PowerModes.Resume", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModes.cs" - }, - { - "DocsId": "F:Microsoft.Win32.PowerModes.StatusChange", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModes.cs" - }, - { - "DocsId": "F:Microsoft.Win32.PowerModes.Suspend", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModes.cs" - } - ], - "DocsId": "T:Microsoft.Win32.PowerModes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/PowerModes.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.SessionEndedEventArgs.#ctor(Microsoft.Win32.SessionEndReasons)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventArgs.cs#L18C9-L21C10" - }, - { - "DocsId": "P:Microsoft.Win32.SessionEndedEventArgs.Reason", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventArgs.cs#L30C17-L30C32" - } - ], - "DocsId": "T:Microsoft.Win32.SessionEndedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.SessionEndedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.SessionEndedEventHandler.Invoke(System.Object,Microsoft.Win32.SessionEndedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.SessionEndedEventHandler.BeginInvoke(System.Object,Microsoft.Win32.SessionEndedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.SessionEndedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventHandler.cs" - } - ], - "DocsId": "T:Microsoft.Win32.SessionEndedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.SessionEndingEventArgs.#ctor(Microsoft.Win32.SessionEndReasons)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventArgs.cs#L19C9-L22C10" - }, - { - "DocsId": "P:Microsoft.Win32.SessionEndingEventArgs.Cancel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventArgs.cs#L31C17-L31C32" - }, - { - "DocsId": "P:Microsoft.Win32.SessionEndingEventArgs.Reason", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventArgs.cs#L46C17-L46C32" - } - ], - "DocsId": "T:Microsoft.Win32.SessionEndingEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.SessionEndingEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.SessionEndingEventHandler.Invoke(System.Object,Microsoft.Win32.SessionEndingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.SessionEndingEventHandler.BeginInvoke(System.Object,Microsoft.Win32.SessionEndingEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.SessionEndingEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventHandler.cs" - } - ], - "DocsId": "T:Microsoft.Win32.SessionEndingEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndingEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Win32.SessionEndReasons.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndReasons.cs" - }, - { - "DocsId": "F:Microsoft.Win32.SessionEndReasons.Logoff", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndReasons.cs" - }, - { - "DocsId": "F:Microsoft.Win32.SessionEndReasons.SystemShutdown", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndReasons.cs" - } - ], - "DocsId": "T:Microsoft.Win32.SessionEndReasons", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndReasons.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.SessionSwitchEventArgs.#ctor(Microsoft.Win32.SessionSwitchReason)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventArgs.cs#L18C9-L21C10" - }, - { - "DocsId": "P:Microsoft.Win32.SessionSwitchEventArgs.Reason", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventArgs.cs#L30C17-L30C32" - } - ], - "DocsId": "T:Microsoft.Win32.SessionSwitchEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.SessionSwitchEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.SessionSwitchEventHandler.Invoke(System.Object,Microsoft.Win32.SessionSwitchEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.SessionSwitchEventHandler.BeginInvoke(System.Object,Microsoft.Win32.SessionSwitchEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.SessionSwitchEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventHandler.cs" - } - ], - "DocsId": "T:Microsoft.Win32.SessionSwitchEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Win32.SessionSwitchReason.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" - }, - { - "DocsId": "F:Microsoft.Win32.SessionSwitchReason.ConsoleConnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" - }, - { - "DocsId": "F:Microsoft.Win32.SessionSwitchReason.ConsoleDisconnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" - }, - { - "DocsId": "F:Microsoft.Win32.SessionSwitchReason.RemoteConnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" - }, - { - "DocsId": "F:Microsoft.Win32.SessionSwitchReason.RemoteDisconnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" - }, - { - "DocsId": "F:Microsoft.Win32.SessionSwitchReason.SessionLogon", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" - }, - { - "DocsId": "F:Microsoft.Win32.SessionSwitchReason.SessionLogoff", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" - }, - { - "DocsId": "F:Microsoft.Win32.SessionSwitchReason.SessionLock", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" - }, - { - "DocsId": "F:Microsoft.Win32.SessionSwitchReason.SessionUnlock", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" - }, - { - "DocsId": "F:Microsoft.Win32.SessionSwitchReason.SessionRemoteControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" - } - ], - "DocsId": "T:Microsoft.Win32.SessionSwitchReason", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionSwitchReason.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.SystemEvents.CreateTimer(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L390C13-L404C28" - }, - { - "DocsId": "M:Microsoft.Win32.SystemEvents.InvokeOnEventsThread(System.Delegate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L755C13-L788C10" - }, - { - "DocsId": "M:Microsoft.Win32.SystemEvents.KillTimer(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L795C13-L805C10" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.DisplaySettingsChanging", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L106C17-L107C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.DisplaySettingsChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L121C17-L122C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.EventsThreadShutdown", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L138C17-L139C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.InstalledFontsChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L153C17-L154C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.LowMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L170C17-L172C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.PaletteChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L187C17-L188C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.PowerModeChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L203C17-L205C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.SessionEnded", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L219C17-L221C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.SessionEnding", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L235C17-L237C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.SessionSwitch", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L251C17-L254C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.TimeChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L268C17-L270C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.TimerElapsed", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L284C17-L286C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.UserPreferenceChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L301C17-L302C14" - }, - { - "DocsId": "E:Microsoft.Win32.SystemEvents.UserPreferenceChanging", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs#L316C17-L317C14" - } - ], - "DocsId": "T:Microsoft.Win32.SystemEvents", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.TimerElapsedEventArgs.#ctor(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventArgs.cs#L18C9-L21C10" - }, - { - "DocsId": "P:Microsoft.Win32.TimerElapsedEventArgs.TimerId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventArgs.cs#L30C17-L30C33" - } - ], - "DocsId": "T:Microsoft.Win32.TimerElapsedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.TimerElapsedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.TimerElapsedEventHandler.Invoke(System.Object,Microsoft.Win32.TimerElapsedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.TimerElapsedEventHandler.BeginInvoke(System.Object,Microsoft.Win32.TimerElapsedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.TimerElapsedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventHandler.cs" - } - ], - "DocsId": "T:Microsoft.Win32.TimerElapsedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/TimerElapsedEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Accessibility", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Color", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Desktop", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.General", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Icon", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Keyboard", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Menu", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Mouse", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Policy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Power", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Screensaver", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Window", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.Locale", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "DocsId": "F:Microsoft.Win32.UserPreferenceCategory.VisualStyle", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - } - ], - "DocsId": "T:Microsoft.Win32.UserPreferenceCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceCategories.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.UserPreferenceChangedEventArgs.#ctor(Microsoft.Win32.UserPreferenceCategory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventArgs.cs#L18C9-L21C10" - }, - { - "DocsId": "P:Microsoft.Win32.UserPreferenceChangedEventArgs.Category", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventArgs.cs#L30C17-L30C34" - } - ], - "DocsId": "T:Microsoft.Win32.UserPreferenceChangedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.UserPreferenceChangedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.UserPreferenceChangedEventHandler.Invoke(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.UserPreferenceChangedEventHandler.BeginInvoke(System.Object,Microsoft.Win32.UserPreferenceChangedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.UserPreferenceChangedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventHandler.cs" - } - ], - "DocsId": "T:Microsoft.Win32.UserPreferenceChangedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangedEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.UserPreferenceChangingEventArgs.#ctor(Microsoft.Win32.UserPreferenceCategory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventArgs.cs#L18C9-L21C10" - }, - { - "DocsId": "P:Microsoft.Win32.UserPreferenceChangingEventArgs.Category", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventArgs.cs#L30C17-L30C34" - } - ], - "DocsId": "T:Microsoft.Win32.UserPreferenceChangingEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.Win32.UserPreferenceChangingEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.UserPreferenceChangingEventHandler.Invoke(System.Object,Microsoft.Win32.UserPreferenceChangingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.UserPreferenceChangingEventHandler.BeginInvoke(System.Object,Microsoft.Win32.UserPreferenceChangingEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventHandler.cs" - }, - { - "DocsId": "M:Microsoft.Win32.UserPreferenceChangingEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventHandler.cs" - } - ], - "DocsId": "T:Microsoft.Win32.UserPreferenceChangingEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/UserPreferenceChangingEventHandler.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.CodeDom.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.CodeDom.json deleted file mode 100644 index 1dfc77e311b..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.CodeDom.json +++ /dev/null @@ -1,4228 +0,0 @@ -{ - "Assembly": "System.CodeDom", - "GUID": "5D52D00395F54A4CA2BFB8FE943321D0FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeArgumentReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeArgumentReferenceExpression.cs#L10C9-L10C53" - }, - { - "DocsId": "M:System.CodeDom.CodeArgumentReferenceExpression.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeArgumentReferenceExpression.cs#L12C9-L15C10" - }, - { - "DocsId": "P:System.CodeDom.CodeArgumentReferenceExpression.ParameterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeArgumentReferenceExpression.cs#L19C20-L19C50" - } - ], - "DocsId": "T:System.CodeDom.CodeArgumentReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeArgumentReferenceExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L13C10" - }, - { - "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L19C10" - }, - { - "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.String,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L25C10" - }, - { - "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.Type,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L31C10" - }, - { - "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.CodeDom.CodeTypeReference,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L37C10" - }, - { - "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L43C10" - }, - { - "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.Type,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L49C10" - }, - { - "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L55C10" - }, - { - "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L61C10" - }, - { - "DocsId": "M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.Type,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L8C9-L67C10" - }, - { - "DocsId": "P:System.CodeDom.CodeArrayCreateExpression.CreateType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L71C20-L71C61" - }, - { - "DocsId": "P:System.CodeDom.CodeArrayCreateExpression.Initializers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L75C57-L75C70" - }, - { - "DocsId": "P:System.CodeDom.CodeArrayCreateExpression.Size", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L77C27-L77C31" - }, - { - "DocsId": "P:System.CodeDom.CodeArrayCreateExpression.SizeExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs#L79C48-L79C52" - } - ], - "DocsId": "T:System.CodeDom.CodeArrayCreateExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayCreateExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeArrayIndexerExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayIndexerExpression.cs#L10C9-L10C48" - }, - { - "DocsId": "M:System.CodeDom.CodeArrayIndexerExpression.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayIndexerExpression.cs#L12C9-L16C10" - }, - { - "DocsId": "P:System.CodeDom.CodeArrayIndexerExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayIndexerExpression.cs#L18C46-L18C50" - }, - { - "DocsId": "P:System.CodeDom.CodeArrayIndexerExpression.Indices", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayIndexerExpression.cs#L20C52-L20C95" - } - ], - "DocsId": "T:System.CodeDom.CodeArrayIndexerExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeArrayIndexerExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeAssignStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAssignStatement.cs#L8C9-L8C41" - }, - { - "DocsId": "M:System.CodeDom.CodeAssignStatement.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAssignStatement.cs#L10C9-L14C10" - }, - { - "DocsId": "P:System.CodeDom.CodeAssignStatement.Left", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAssignStatement.cs#L16C38-L16C42" - }, - { - "DocsId": "P:System.CodeDom.CodeAssignStatement.Right", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAssignStatement.cs#L18C39-L18C43" - } - ], - "DocsId": "T:System.CodeDom.CodeAssignStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAssignStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeAttachEventStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs#L10C9-L10C46" - }, - { - "DocsId": "M:System.CodeDom.CodeAttachEventStatement.#ctor(System.CodeDom.CodeEventReferenceExpression,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs#L12C9-L16C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttachEventStatement.#ctor(System.CodeDom.CodeExpression,System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs#L19C13-L21C10" - }, - { - "DocsId": "P:System.CodeDom.CodeAttachEventStatement.Event", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs#L25C20-L25C68" - }, - { - "DocsId": "P:System.CodeDom.CodeAttachEventStatement.Listener", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs#L29C42-L29C46" - } - ], - "DocsId": "T:System.CodeDom.CodeAttachEventStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttachEventStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeAttributeArgument.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs#L10C9-L10C43" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeArgument.#ctor(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeArgument.#ctor(System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs#L17C9-L21C10" - }, - { - "DocsId": "P:System.CodeDom.CodeAttributeArgument.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs#L25C20-L25C41" - }, - { - "DocsId": "P:System.CodeDom.CodeAttributeArgument.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs#L29C39-L29C43" - } - ], - "DocsId": "T:System.CodeDom.CodeAttributeArgument", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgument.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L10C9-L10C53" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.#ctor(System.CodeDom.CodeAttributeArgumentCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.#ctor(System.CodeDom.CodeAttributeArgument[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.Add(System.CodeDom.CodeAttributeArgument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L28C56-L28C71" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.AddRange(System.CodeDom.CodeAttributeArgument[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L32C13-L41C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.AddRange(System.CodeDom.CodeAttributeArgumentCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L45C13-L55C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.Contains(System.CodeDom.CodeAttributeArgument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L57C62-L57C82" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.CopyTo(System.CodeDom.CodeAttributeArgument[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L59C73-L59C98" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.IndexOf(System.CodeDom.CodeAttributeArgument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L61C60-L61C79" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.Insert(System.Int32,System.CodeDom.CodeAttributeArgument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L63C71-L63C96" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeArgumentCollection.Remove(System.CodeDom.CodeAttributeArgument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L65C60-L65C78" - }, - { - "DocsId": "P:System.CodeDom.CodeAttributeArgumentCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs#L24C20-L24C54" - } - ], - "DocsId": "T:System.CodeDom.CodeAttributeArgumentCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeArgumentCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclaration.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L9C9-L12C46" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclaration.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L9C9-L17C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclaration.#ctor(System.String,System.CodeDom.CodeAttributeArgument[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L9C9-L23C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclaration.#ctor(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L25C76-L25C105" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclaration.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeAttributeArgument[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L9C9-L39C10" - }, - { - "DocsId": "P:System.CodeDom.CodeAttributeDeclaration.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L43C20-L43C41" - }, - { - "DocsId": "P:System.CodeDom.CodeAttributeDeclaration.Arguments", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L51C61-L51C71" - }, - { - "DocsId": "P:System.CodeDom.CodeAttributeDeclaration.AttributeType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs#L53C51-L53C65" - } - ], - "DocsId": "T:System.CodeDom.CodeAttributeDeclaration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclaration.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L10C9-L12C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.#ctor(System.CodeDom.CodeAttributeDeclarationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L14C9-L17C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.#ctor(System.CodeDom.CodeAttributeDeclaration[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L19C9-L22C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.Add(System.CodeDom.CodeAttributeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L30C59-L30C74" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.AddRange(System.CodeDom.CodeAttributeDeclaration[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L34C13-L43C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.AddRange(System.CodeDom.CodeAttributeDeclarationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L47C13-L57C10" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.Contains(System.CodeDom.CodeAttributeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L59C65-L59C85" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.CopyTo(System.CodeDom.CodeAttributeDeclaration[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L61C76-L61C101" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.IndexOf(System.CodeDom.CodeAttributeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L63C63-L63C82" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.Insert(System.Int32,System.CodeDom.CodeAttributeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L65C74-L65C99" - }, - { - "DocsId": "M:System.CodeDom.CodeAttributeDeclarationCollection.Remove(System.CodeDom.CodeAttributeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L67C63-L67C81" - }, - { - "DocsId": "P:System.CodeDom.CodeAttributeDeclarationCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs#L26C20-L26C61" - } - ], - "DocsId": "T:System.CodeDom.CodeAttributeDeclarationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeAttributeDeclarationCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeBaseReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeBaseReferenceExpression.cs" - } - ], - "DocsId": "T:System.CodeDom.CodeBaseReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeBaseReferenceExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeBinaryOperatorExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs#L8C9-L8C50" - }, - { - "DocsId": "M:System.CodeDom.CodeBinaryOperatorExpression.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeBinaryOperatorType,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs#L10C9-L15C10" - }, - { - "DocsId": "P:System.CodeDom.CodeBinaryOperatorExpression.Right", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs#L17C39-L17C43" - }, - { - "DocsId": "P:System.CodeDom.CodeBinaryOperatorExpression.Left", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs#L19C38-L19C42" - }, - { - "DocsId": "P:System.CodeDom.CodeBinaryOperatorExpression.Operator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs#L21C50-L21C54" - } - ], - "DocsId": "T:System.CodeDom.CodeBinaryOperatorExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorExpression.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.Add", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.Subtract", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.Multiply", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.Divide", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.Modulus", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.Assign", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.IdentityInequality", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.IdentityEquality", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.ValueEquality", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.BitwiseOr", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.BitwiseAnd", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.BooleanOr", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.BooleanAnd", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.LessThan", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.LessThanOrEqual", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.GreaterThan", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeBinaryOperatorType.GreaterThanOrEqual", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - } - ], - "DocsId": "T:System.CodeDom.CodeBinaryOperatorType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeBinaryOperatorType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeCastExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L10C9-L10C40" - }, - { - "DocsId": "M:System.CodeDom.CodeCastExpression.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L12C9-L16C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCastExpression.#ctor(System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L18C9-L22C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCastExpression.#ctor(System.Type,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L24C9-L28C10" - }, - { - "DocsId": "P:System.CodeDom.CodeCastExpression.TargetType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L32C20-L32C61" - }, - { - "DocsId": "P:System.CodeDom.CodeCastExpression.Expression", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs#L36C44-L36C48" - } - ], - "DocsId": "T:System.CodeDom.CodeCastExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCastExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeCatchClause.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L12C9-L12C37" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClause.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L14C9-L17C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClause.#ctor(System.String,System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L19C9-L23C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClause.#ctor(System.String,System.CodeDom.CodeTypeReference,System.CodeDom.CodeStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L25C9-L30C10" - }, - { - "DocsId": "P:System.CodeDom.CodeCatchClause.LocalName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L34C20-L34C46" - }, - { - "DocsId": "P:System.CodeDom.CodeCatchClause.CatchExceptionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L40C20-L40C84" - }, - { - "DocsId": "P:System.CodeDom.CodeCatchClause.Statements", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs#L44C54-L44C99" - } - ], - "DocsId": "T:System.CodeDom.CodeCatchClause", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L10C9-L10C47" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.#ctor(System.CodeDom.CodeCatchClauseCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.#ctor(System.CodeDom.CodeCatchClause[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.Add(System.CodeDom.CodeCatchClause)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L28C50-L28C65" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.AddRange(System.CodeDom.CodeCatchClause[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L32C13-L41C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.AddRange(System.CodeDom.CodeCatchClauseCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L45C13-L55C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.Contains(System.CodeDom.CodeCatchClause)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L57C56-L57C76" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.CopyTo(System.CodeDom.CodeCatchClause[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L59C67-L59C92" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.IndexOf(System.CodeDom.CodeCatchClause)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L61C54-L61C73" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.Insert(System.Int32,System.CodeDom.CodeCatchClause)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L63C65-L63C90" - }, - { - "DocsId": "M:System.CodeDom.CodeCatchClauseCollection.Remove(System.CodeDom.CodeCatchClause)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L65C54-L65C72" - }, - { - "DocsId": "P:System.CodeDom.CodeCatchClauseCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs#L24C20-L24C52" - } - ], - "DocsId": "T:System.CodeDom.CodeCatchClauseCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCatchClauseCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeChecksumPragma.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs#L10C9-L12C10" - }, - { - "DocsId": "M:System.CodeDom.CodeChecksumPragma.#ctor(System.String,System.Guid,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs#L14C9-L19C10" - }, - { - "DocsId": "P:System.CodeDom.CodeChecksumPragma.FileName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs#L23C20-L23C45" - }, - { - "DocsId": "P:System.CodeDom.CodeChecksumPragma.ChecksumAlgorithmId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs#L27C43-L27C47" - }, - { - "DocsId": "P:System.CodeDom.CodeChecksumPragma.ChecksumData", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs#L29C38-L29C42" - } - ], - "DocsId": "T:System.CodeDom.CodeChecksumPragma", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeChecksumPragma.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeComment.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs#L10C9-L10C33" - }, - { - "DocsId": "M:System.CodeDom.CodeComment.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeComment.#ctor(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs#L17C9-L21C10" - }, - { - "DocsId": "P:System.CodeDom.CodeComment.DocComment", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs#L23C34-L23C38" - }, - { - "DocsId": "P:System.CodeDom.CodeComment.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs#L27C20-L27C41" - } - ], - "DocsId": "T:System.CodeDom.CodeComment", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeComment.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeCommentStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs#L8C9-L8C42" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatement.#ctor(System.CodeDom.CodeComment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs#L10C9-L13C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatement.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs#L15C9-L18C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatement.#ctor(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs#L20C9-L23C10" - }, - { - "DocsId": "P:System.CodeDom.CodeCommentStatement.Comment", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs#L25C38-L25C42" - } - ], - "DocsId": "T:System.CodeDom.CodeCommentStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L10C9-L10C52" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.#ctor(System.CodeDom.CodeCommentStatementCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.#ctor(System.CodeDom.CodeCommentStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.Add(System.CodeDom.CodeCommentStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L28C55-L28C70" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.AddRange(System.CodeDom.CodeCommentStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L32C13-L41C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.AddRange(System.CodeDom.CodeCommentStatementCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L45C13-L55C10" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.Contains(System.CodeDom.CodeCommentStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L57C61-L57C81" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.CopyTo(System.CodeDom.CodeCommentStatement[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L59C72-L59C97" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.IndexOf(System.CodeDom.CodeCommentStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L61C59-L61C78" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.Insert(System.Int32,System.CodeDom.CodeCommentStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L63C70-L63C95" - }, - { - "DocsId": "M:System.CodeDom.CodeCommentStatementCollection.Remove(System.CodeDom.CodeCommentStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L65C59-L65C77" - }, - { - "DocsId": "P:System.CodeDom.CodeCommentStatementCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs#L24C19-L24C60" - } - ], - "DocsId": "T:System.CodeDom.CodeCommentStatementCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCommentStatementCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeCompileUnit.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L18C62-L16C37" - }, - { - "DocsId": "P:System.CodeDom.CodeCompileUnit.Namespaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L18C53-L18C57" - }, - { - "DocsId": "P:System.CodeDom.CodeCompileUnit.ReferencedAssemblies", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L20C57-L20C95" - }, - { - "DocsId": "P:System.CodeDom.CodeCompileUnit.AssemblyCustomAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L22C79-L22C135" - }, - { - "DocsId": "P:System.CodeDom.CodeCompileUnit.StartDirectives", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L24C59-L24C109" - }, - { - "DocsId": "P:System.CodeDom.CodeCompileUnit.EndDirectives", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs#L26C57-L26C105" - } - ], - "DocsId": "T:System.CodeDom.CodeCompileUnit", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeCompileUnit.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeConditionStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L25C66-L8C44" - }, - { - "DocsId": "M:System.CodeDom.CodeConditionStatement.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L25C66-L14C10" - }, - { - "DocsId": "M:System.CodeDom.CodeConditionStatement.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeStatement[],System.CodeDom.CodeStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L25C66-L21C10" - }, - { - "DocsId": "P:System.CodeDom.CodeConditionStatement.Condition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L23C43-L23C47" - }, - { - "DocsId": "P:System.CodeDom.CodeConditionStatement.TrueStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L25C57-L25C61" - }, - { - "DocsId": "P:System.CodeDom.CodeConditionStatement.FalseStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs#L27C58-L27C62" - } - ], - "DocsId": "T:System.CodeDom.CodeConditionStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeConditionStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeConstructor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeConstructor.cs#L13C72-L11C10" - }, - { - "DocsId": "P:System.CodeDom.CodeConstructor.BaseConstructorArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeConstructor.cs#L13C63-L13C67" - }, - { - "DocsId": "P:System.CodeDom.CodeConstructor.ChainedConstructorArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeConstructor.cs#L15C66-L15C70" - } - ], - "DocsId": "T:System.CodeDom.CodeConstructor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeConstructor.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeDefaultValueExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeDefaultValueExpression.cs#L10C9-L10C48" - }, - { - "DocsId": "M:System.CodeDom.CodeDefaultValueExpression.#ctor(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeDefaultValueExpression.cs#L12C9-L15C10" - }, - { - "DocsId": "P:System.CodeDom.CodeDefaultValueExpression.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeDefaultValueExpression.cs#L19C20-L19C55" - } - ], - "DocsId": "T:System.CodeDom.CodeDefaultValueExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeDefaultValueExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeDelegateCreateExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs#L11C9-L11C50" - }, - { - "DocsId": "M:System.CodeDom.CodeDelegateCreateExpression.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeExpression,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs#L13C9-L18C10" - }, - { - "DocsId": "P:System.CodeDom.CodeDelegateCreateExpression.DelegateType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs#L22C20-L22C63" - }, - { - "DocsId": "P:System.CodeDom.CodeDelegateCreateExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs#L26C46-L26C50" - }, - { - "DocsId": "P:System.CodeDom.CodeDelegateCreateExpression.MethodName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs#L30C20-L30C47" - } - ], - "DocsId": "T:System.CodeDom.CodeDelegateCreateExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateCreateExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeDelegateInvokeExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs#L23C63-L8C50" - }, - { - "DocsId": "M:System.CodeDom.CodeDelegateInvokeExpression.#ctor(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs#L23C63-L13C10" - }, - { - "DocsId": "M:System.CodeDom.CodeDelegateInvokeExpression.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs#L23C63-L19C10" - }, - { - "DocsId": "P:System.CodeDom.CodeDelegateInvokeExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs#L21C46-L21C50" - }, - { - "DocsId": "P:System.CodeDom.CodeDelegateInvokeExpression.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs#L23C54-L23C58" - } - ], - "DocsId": "T:System.CodeDom.CodeDelegateInvokeExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeDelegateInvokeExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeDirectionExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectionExpression.cs#L8C9-L8C45" - }, - { - "DocsId": "M:System.CodeDom.CodeDirectionExpression.#ctor(System.CodeDom.FieldDirection,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectionExpression.cs#L10C9-L14C10" - }, - { - "DocsId": "P:System.CodeDom.CodeDirectionExpression.Expression", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectionExpression.cs#L16C44-L16C48" - }, - { - "DocsId": "P:System.CodeDom.CodeDirectionExpression.Direction", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectionExpression.cs#L18C43-L18C47" - } - ], - "DocsId": "T:System.CodeDom.CodeDirectionExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectionExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeDirective.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirective.cs" - } - ], - "DocsId": "T:System.CodeDom.CodeDirective", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirective.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeDirectiveCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L10C9-L10C45" - }, - { - "DocsId": "M:System.CodeDom.CodeDirectiveCollection.#ctor(System.CodeDom.CodeDirectiveCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeDirectiveCollection.#ctor(System.CodeDom.CodeDirective[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeDirectiveCollection.Add(System.CodeDom.CodeDirective)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L28C48-L28C63" - }, - { - "DocsId": "M:System.CodeDom.CodeDirectiveCollection.AddRange(System.CodeDom.CodeDirective[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L32C13-L41C10" - }, - { - "DocsId": "M:System.CodeDom.CodeDirectiveCollection.AddRange(System.CodeDom.CodeDirectiveCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L45C13-L55C10" - }, - { - "DocsId": "M:System.CodeDom.CodeDirectiveCollection.Contains(System.CodeDom.CodeDirective)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L57C54-L57C74" - }, - { - "DocsId": "M:System.CodeDom.CodeDirectiveCollection.CopyTo(System.CodeDom.CodeDirective[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L59C65-L59C90" - }, - { - "DocsId": "M:System.CodeDom.CodeDirectiveCollection.IndexOf(System.CodeDom.CodeDirective)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L61C52-L61C71" - }, - { - "DocsId": "M:System.CodeDom.CodeDirectiveCollection.Insert(System.Int32,System.CodeDom.CodeDirective)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L63C63-L63C88" - }, - { - "DocsId": "M:System.CodeDom.CodeDirectiveCollection.Remove(System.CodeDom.CodeDirective)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L65C52-L65C70" - }, - { - "DocsId": "P:System.CodeDom.CodeDirectiveCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs#L24C20-L24C46" - } - ], - "DocsId": "T:System.CodeDom.CodeDirectiveCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeDirectiveCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeEntryPointMethod.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeEntryPointMethod.cs#L8C9-L8C42" - } - ], - "DocsId": "T:System.CodeDom.CodeEntryPointMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeEntryPointMethod.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeEventReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeEventReferenceExpression.cs#L10C9-L10C50" - }, - { - "DocsId": "M:System.CodeDom.CodeEventReferenceExpression.#ctor(System.CodeDom.CodeExpression,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeEventReferenceExpression.cs#L12C9-L16C10" - }, - { - "DocsId": "P:System.CodeDom.CodeEventReferenceExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeEventReferenceExpression.cs#L18C46-L18C50" - }, - { - "DocsId": "P:System.CodeDom.CodeEventReferenceExpression.EventName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeEventReferenceExpression.cs#L22C20-L22C46" - } - ], - "DocsId": "T:System.CodeDom.CodeEventReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeEventReferenceExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpression.cs" - } - ], - "DocsId": "T:System.CodeDom.CodeExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeExpressionCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L10C9-L10C46" - }, - { - "DocsId": "M:System.CodeDom.CodeExpressionCollection.#ctor(System.CodeDom.CodeExpressionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeExpressionCollection.#ctor(System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeExpressionCollection.Add(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L28C49-L28C64" - }, - { - "DocsId": "M:System.CodeDom.CodeExpressionCollection.AddRange(System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L32C13-L41C10" - }, - { - "DocsId": "M:System.CodeDom.CodeExpressionCollection.AddRange(System.CodeDom.CodeExpressionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L45C13-L55C10" - }, - { - "DocsId": "M:System.CodeDom.CodeExpressionCollection.Contains(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L57C55-L57C75" - }, - { - "DocsId": "M:System.CodeDom.CodeExpressionCollection.CopyTo(System.CodeDom.CodeExpression[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L59C66-L59C91" - }, - { - "DocsId": "M:System.CodeDom.CodeExpressionCollection.IndexOf(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L61C53-L61C72" - }, - { - "DocsId": "M:System.CodeDom.CodeExpressionCollection.Insert(System.Int32,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L63C64-L63C89" - }, - { - "DocsId": "M:System.CodeDom.CodeExpressionCollection.Remove(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L65C53-L65C71" - }, - { - "DocsId": "P:System.CodeDom.CodeExpressionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs#L24C20-L24C47" - } - ], - "DocsId": "T:System.CodeDom.CodeExpressionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeExpressionStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionStatement.cs#L8C9-L8C45" - }, - { - "DocsId": "M:System.CodeDom.CodeExpressionStatement.#ctor(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionStatement.cs#L10C9-L13C10" - }, - { - "DocsId": "P:System.CodeDom.CodeExpressionStatement.Expression", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionStatement.cs#L15C44-L15C48" - } - ], - "DocsId": "T:System.CodeDom.CodeExpressionStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeExpressionStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeFieldReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeFieldReferenceExpression.cs#L10C9-L10C50" - }, - { - "DocsId": "M:System.CodeDom.CodeFieldReferenceExpression.#ctor(System.CodeDom.CodeExpression,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeFieldReferenceExpression.cs#L12C9-L16C10" - }, - { - "DocsId": "P:System.CodeDom.CodeFieldReferenceExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeFieldReferenceExpression.cs#L18C46-L18C50" - }, - { - "DocsId": "P:System.CodeDom.CodeFieldReferenceExpression.FieldName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeFieldReferenceExpression.cs#L22C20-L22C46" - } - ], - "DocsId": "T:System.CodeDom.CodeFieldReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeFieldReferenceExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeGotoStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeGotoStatement.cs#L10C9-L10C39" - }, - { - "DocsId": "M:System.CodeDom.CodeGotoStatement.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeGotoStatement.cs#L12C9-L15C10" - }, - { - "DocsId": "P:System.CodeDom.CodeGotoStatement.Label", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeGotoStatement.cs#L19C20-L19C26" - } - ], - "DocsId": "T:System.CodeDom.CodeGotoStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeGotoStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeIndexerExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeIndexerExpression.cs#L10C9-L10C43" - }, - { - "DocsId": "M:System.CodeDom.CodeIndexerExpression.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeIndexerExpression.cs#L12C9-L16C10" - }, - { - "DocsId": "P:System.CodeDom.CodeIndexerExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeIndexerExpression.cs#L18C46-L18C50" - }, - { - "DocsId": "P:System.CodeDom.CodeIndexerExpression.Indices", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeIndexerExpression.cs#L20C52-L20C95" - } - ], - "DocsId": "T:System.CodeDom.CodeIndexerExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeIndexerExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeIterationStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L24C62-L8C44" - }, - { - "DocsId": "M:System.CodeDom.CodeIterationStatement.#ctor(System.CodeDom.CodeStatement,System.CodeDom.CodeExpression,System.CodeDom.CodeStatement,System.CodeDom.CodeStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L24C62-L16C10" - }, - { - "DocsId": "P:System.CodeDom.CodeIterationStatement.InitStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L18C46-L18C50" - }, - { - "DocsId": "P:System.CodeDom.CodeIterationStatement.TestExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L20C48-L20C52" - }, - { - "DocsId": "P:System.CodeDom.CodeIterationStatement.IncrementStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L22C51-L22C55" - }, - { - "DocsId": "P:System.CodeDom.CodeIterationStatement.Statements", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs#L24C53-L24C57" - } - ], - "DocsId": "T:System.CodeDom.CodeIterationStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeIterationStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeLabeledStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs#L10C9-L10C42" - }, - { - "DocsId": "M:System.CodeDom.CodeLabeledStatement.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeLabeledStatement.#ctor(System.String,System.CodeDom.CodeStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs#L17C9-L21C10" - }, - { - "DocsId": "P:System.CodeDom.CodeLabeledStatement.Label", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs#L25C20-L25C42" - }, - { - "DocsId": "P:System.CodeDom.CodeLabeledStatement.Statement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs#L29C42-L29C46" - } - ], - "DocsId": "T:System.CodeDom.CodeLabeledStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeLabeledStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeLinePragma.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeLinePragma.cs#L10C9-L10C36" - }, - { - "DocsId": "M:System.CodeDom.CodeLinePragma.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeLinePragma.cs#L12C9-L16C10" - }, - { - "DocsId": "P:System.CodeDom.CodeLinePragma.FileName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeLinePragma.cs#L20C20-L20C45" - }, - { - "DocsId": "P:System.CodeDom.CodeLinePragma.LineNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeLinePragma.cs#L24C33-L24C37" - } - ], - "DocsId": "T:System.CodeDom.CodeLinePragma", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeLinePragma.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeMemberEvent.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberEvent.cs#L11C9-L11C37" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberEvent.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberEvent.cs#L15C20-L15C55" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberEvent.PrivateImplementationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberEvent.cs#L19C62-L19C66" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberEvent.ImplementationTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberEvent.cs#L21C67-L21C125" - } - ], - "DocsId": "T:System.CodeDom.CodeMemberEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberEvent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeMemberField.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L10C9-L10C37" - }, - { - "DocsId": "M:System.CodeDom.CodeMemberField.#ctor(System.CodeDom.CodeTypeReference,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L12C9-L16C10" - }, - { - "DocsId": "M:System.CodeDom.CodeMemberField.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L18C9-L22C10" - }, - { - "DocsId": "M:System.CodeDom.CodeMemberField.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L24C9-L28C10" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberField.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L32C20-L32C55" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberField.InitExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs#L36C48-L36C52" - } - ], - "DocsId": "T:System.CodeDom.CodeMemberField", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberField.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeMemberMethod.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L8C9-L9C94" - }, - { - "DocsId": "E:System.CodeDom.CodeMemberMethod.PopulateParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs" - }, - { - "DocsId": "E:System.CodeDom.CodeMemberMethod.PopulateStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs" - }, - { - "DocsId": "E:System.CodeDom.CodeMemberMethod.PopulateImplementationTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberMethod.ReturnType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L26C20-L26C80" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberMethod.Statements", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L34C17-L40C36" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberMethod.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L48C17-L54C36" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberMethod.PrivateImplementationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L58C62-L58C66" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberMethod.ImplementationTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L64C17-L72C45" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberMethod.ReturnTypeCustomAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L76C81-L76C143" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberMethod.TypeParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs#L78C62-L78C115" - } - ], - "DocsId": "T:System.CodeDom.CodeMemberMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberMethod.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeMemberProperty.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L49C65-L53C133" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberProperty.PrivateImplementationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L13C62-L13C66" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberProperty.ImplementationTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L15C67-L15C125" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberProperty.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L19C20-L19C55" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberProperty.HasGet", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L25C20-L25C54" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberProperty.HasSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L38C20-L38C54" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberProperty.GetStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L49C56-L49C60" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberProperty.SetStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L51C56-L51C60" - }, - { - "DocsId": "P:System.CodeDom.CodeMemberProperty.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs#L53C74-L53C78" - } - ], - "DocsId": "T:System.CodeDom.CodeMemberProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMemberProperty.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeMethodInvokeExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs#L30C63-L10C48" - }, - { - "DocsId": "M:System.CodeDom.CodeMethodInvokeExpression.#ctor(System.CodeDom.CodeMethodReferenceExpression,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs#L30C63-L16C10" - }, - { - "DocsId": "M:System.CodeDom.CodeMethodInvokeExpression.#ctor(System.CodeDom.CodeExpression,System.String,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs#L30C63-L22C10" - }, - { - "DocsId": "P:System.CodeDom.CodeMethodInvokeExpression.Method", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs#L26C20-L26C67" - }, - { - "DocsId": "P:System.CodeDom.CodeMethodInvokeExpression.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs#L30C54-L30C58" - } - ], - "DocsId": "T:System.CodeDom.CodeMethodInvokeExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodInvokeExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeMethodReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L11C9-L11C51" - }, - { - "DocsId": "M:System.CodeDom.CodeMethodReferenceExpression.#ctor(System.CodeDom.CodeExpression,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L13C9-L17C10" - }, - { - "DocsId": "M:System.CodeDom.CodeMethodReferenceExpression.#ctor(System.CodeDom.CodeExpression,System.String,System.CodeDom.CodeTypeReference[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L19C9-L27C10" - }, - { - "DocsId": "P:System.CodeDom.CodeMethodReferenceExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L29C46-L29C50" - }, - { - "DocsId": "P:System.CodeDom.CodeMethodReferenceExpression.MethodName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L33C20-L33C47" - }, - { - "DocsId": "P:System.CodeDom.CodeMethodReferenceExpression.TypeArguments", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs#L37C61-L37C113" - } - ], - "DocsId": "T:System.CodeDom.CodeMethodReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/codemethodreferenceexpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeMethodReturnStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodReturnStatement.cs#L8C9-L8C47" - }, - { - "DocsId": "M:System.CodeDom.CodeMethodReturnStatement.#ctor(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodReturnStatement.cs#L10C9-L13C10" - }, - { - "DocsId": "P:System.CodeDom.CodeMethodReturnStatement.Expression", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodReturnStatement.cs#L15C44-L15C48" - } - ], - "DocsId": "T:System.CodeDom.CodeMethodReturnStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeMethodReturnStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeNamespace.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L10C9-L23C35" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespace.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L10C9-L28C10" - }, - { - "DocsId": "E:System.CodeDom.CodeNamespace.PopulateComments", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs" - }, - { - "DocsId": "E:System.CodeDom.CodeNamespace.PopulateImports", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs" - }, - { - "DocsId": "E:System.CodeDom.CodeNamespace.PopulateTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespace.Types", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L34C17-L40C33" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespace.Imports", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L48C17-L54C33" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespace.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L60C20-L60C41" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespace.Comments", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs#L68C17-L74C34" - } - ], - "DocsId": "T:System.CodeDom.CodeNamespace", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespace.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeNamespaceCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L10C9-L10C45" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceCollection.#ctor(System.CodeDom.CodeNamespaceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceCollection.#ctor(System.CodeDom.CodeNamespace[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceCollection.Add(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L28C48-L28C63" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceCollection.AddRange(System.CodeDom.CodeNamespace[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L32C13-L41C10" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceCollection.AddRange(System.CodeDom.CodeNamespaceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L45C13-L55C10" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceCollection.Contains(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L57C54-L57C74" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceCollection.CopyTo(System.CodeDom.CodeNamespace[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L59C65-L59C90" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceCollection.IndexOf(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L61C52-L61C71" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceCollection.Insert(System.Int32,System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L63C63-L63C88" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceCollection.Remove(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L65C52-L65C70" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespaceCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs#L24C20-L24C46" - } - ], - "DocsId": "T:System.CodeDom.CodeNamespaceCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeNamespaceImport.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImport.cs#L10C9-L10C41" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImport.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImport.cs#L12C9-L15C10" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespaceImport.LinePragma", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImport.cs#L17C44-L17C48" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespaceImport.Namespace", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImport.cs#L21C20-L21C46" - } - ], - "DocsId": "T:System.CodeDom.CodeNamespaceImport", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImport.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L26C34-L26C39" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L28C35-L28C40" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.Add(System.CodeDom.CodeNamespaceImport)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L32C13-L37C10" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.AddRange(System.CodeDom.CodeNamespaceImport[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L41C13-L50C10" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L54C13-L56C10" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L67C47-L67C68" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L71C20-L71C31" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#set_Item(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L74C17-L76C14" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L79C34-L79C39" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L81C44-L81C49" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L83C40-L83C44" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L85C60-L85C86" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L87C52-L87C67" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L89C40-L89C77" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L91C31-L91C38" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L93C46-L93C67" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L95C44-L95C85" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L99C13-L101C10" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L105C13-L107C10" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L111C13-L113C10" - }, - { - "DocsId": "M:System.CodeDom.CodeNamespaceImportCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L11C9-L12C152" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L16C20-L16C53" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L24C29-L24C40" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L26C34-L26C39" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L28C35-L28C40" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.System#Collections#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L71C20-L71C31" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L79C34-L79C39" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L81C44-L81C49" - }, - { - "DocsId": "P:System.CodeDom.CodeNamespaceImportCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs#L83C40-L83C44" - } - ], - "DocsId": "T:System.CodeDom.CodeNamespaceImportCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeNamespaceImportCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeObject.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/CodeDom/CodeObject.cs#L21C9-L21C32" - }, - { - "DocsId": "P:System.CodeDom.CodeObject.UserData", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/CodeDom/CodeObject.cs#L23C40-L23C74" - } - ], - "DocsId": "T:System.CodeDom.CodeObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/CodeDom/CodeObject.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeObjectCreateExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L36C63-L10C48" - }, - { - "DocsId": "M:System.CodeDom.CodeObjectCreateExpression.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L36C63-L16C10" - }, - { - "DocsId": "M:System.CodeDom.CodeObjectCreateExpression.#ctor(System.String,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L36C63-L22C10" - }, - { - "DocsId": "M:System.CodeDom.CodeObjectCreateExpression.#ctor(System.Type,System.CodeDom.CodeExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L36C63-L28C10" - }, - { - "DocsId": "P:System.CodeDom.CodeObjectCreateExpression.CreateType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L32C20-L32C61" - }, - { - "DocsId": "P:System.CodeDom.CodeObjectCreateExpression.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs#L36C54-L36C58" - } - ], - "DocsId": "T:System.CodeDom.CodeObjectCreateExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeObjectCreateExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L12C9-L12C56" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpression.#ctor(System.CodeDom.CodeTypeReference,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L14C9-L18C10" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpression.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L20C9-L24C10" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpression.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L26C9-L30C10" - }, - { - "DocsId": "P:System.CodeDom.CodeParameterDeclarationExpression.CustomAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L34C20-L34C82" - }, - { - "DocsId": "P:System.CodeDom.CodeParameterDeclarationExpression.Direction", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L38C43-L38C47" - }, - { - "DocsId": "P:System.CodeDom.CodeParameterDeclarationExpression.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L42C20-L42C55" - }, - { - "DocsId": "P:System.CodeDom.CodeParameterDeclarationExpression.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs#L48C20-L48C41" - } - ], - "DocsId": "T:System.CodeDom.CodeParameterDeclarationExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L10C9-L10C66" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.#ctor(System.CodeDom.CodeParameterDeclarationExpressionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.#ctor(System.CodeDom.CodeParameterDeclarationExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.Add(System.CodeDom.CodeParameterDeclarationExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L28C69-L28C84" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.AddRange(System.CodeDom.CodeParameterDeclarationExpression[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L32C13-L41C10" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.AddRange(System.CodeDom.CodeParameterDeclarationExpressionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L45C13-L55C10" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.Contains(System.CodeDom.CodeParameterDeclarationExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L57C75-L57C95" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.CopyTo(System.CodeDom.CodeParameterDeclarationExpression[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L59C86-L59C111" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.IndexOf(System.CodeDom.CodeParameterDeclarationExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L61C73-L61C92" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.Insert(System.Int32,System.CodeDom.CodeParameterDeclarationExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L63C84-L63C109" - }, - { - "DocsId": "M:System.CodeDom.CodeParameterDeclarationExpressionCollection.Remove(System.CodeDom.CodeParameterDeclarationExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L65C73-L65C91" - }, - { - "DocsId": "P:System.CodeDom.CodeParameterDeclarationExpressionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs#L24C20-L24C67" - } - ], - "DocsId": "T:System.CodeDom.CodeParameterDeclarationExpressionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeParameterDeclarationExpressionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodePrimitiveExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodePrimitiveExpression.cs#L8C9-L8C45" - }, - { - "DocsId": "M:System.CodeDom.CodePrimitiveExpression.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodePrimitiveExpression.cs#L10C9-L13C10" - }, - { - "DocsId": "P:System.CodeDom.CodePrimitiveExpression.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodePrimitiveExpression.cs#L15C31-L15C35" - } - ], - "DocsId": "T:System.CodeDom.CodePrimitiveExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodePrimitiveExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodePropertyReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertyReferenceExpression.cs#L10C9-L10C53" - }, - { - "DocsId": "M:System.CodeDom.CodePropertyReferenceExpression.#ctor(System.CodeDom.CodeExpression,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertyReferenceExpression.cs#L12C9-L16C10" - }, - { - "DocsId": "P:System.CodeDom.CodePropertyReferenceExpression.TargetObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertyReferenceExpression.cs#L18C46-L18C50" - }, - { - "DocsId": "P:System.CodeDom.CodePropertyReferenceExpression.PropertyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertyReferenceExpression.cs#L22C20-L22C49" - } - ], - "DocsId": "T:System.CodeDom.CodePropertyReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertyReferenceExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodePropertySetValueReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertySetValueReferenceExpression.cs" - } - ], - "DocsId": "T:System.CodeDom.CodePropertySetValueReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodePropertySetValueReferenceExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeRegionDirective.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionDirective.cs#L10C9-L10C41" - }, - { - "DocsId": "M:System.CodeDom.CodeRegionDirective.#ctor(System.CodeDom.CodeRegionMode,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionDirective.cs#L12C9-L16C10" - }, - { - "DocsId": "P:System.CodeDom.CodeRegionDirective.RegionText", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionDirective.cs#L20C20-L20C47" - }, - { - "DocsId": "P:System.CodeDom.CodeRegionDirective.RegionMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionDirective.cs#L24C44-L24C48" - } - ], - "DocsId": "T:System.CodeDom.CodeRegionDirective", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionDirective.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.CodeDom.CodeRegionMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionMode.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeRegionMode.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionMode.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeRegionMode.Start", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionMode.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeRegionMode.End", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionMode.cs" - } - ], - "DocsId": "T:System.CodeDom.CodeRegionMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeRegionMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeRemoveEventStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs#L10C9-L10C46" - }, - { - "DocsId": "M:System.CodeDom.CodeRemoveEventStatement.#ctor(System.CodeDom.CodeEventReferenceExpression,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs#L12C9-L16C10" - }, - { - "DocsId": "M:System.CodeDom.CodeRemoveEventStatement.#ctor(System.CodeDom.CodeExpression,System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs#L18C9-L22C10" - }, - { - "DocsId": "P:System.CodeDom.CodeRemoveEventStatement.Event", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs#L26C20-L26C68" - }, - { - "DocsId": "P:System.CodeDom.CodeRemoveEventStatement.Listener", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs#L30C42-L30C46" - } - ], - "DocsId": "T:System.CodeDom.CodeRemoveEventStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeRemoveEventStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeSnippetCompileUnit.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetCompileUnit.cs#L10C9-L10C44" - }, - { - "DocsId": "M:System.CodeDom.CodeSnippetCompileUnit.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetCompileUnit.cs#L12C9-L15C10" - }, - { - "DocsId": "P:System.CodeDom.CodeSnippetCompileUnit.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetCompileUnit.cs#L19C20-L19C42" - }, - { - "DocsId": "P:System.CodeDom.CodeSnippetCompileUnit.LinePragma", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetCompileUnit.cs#L23C44-L23C48" - } - ], - "DocsId": "T:System.CodeDom.CodeSnippetCompileUnit", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetCompileUnit.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeSnippetExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetExpression.cs#L10C9-L10C43" - }, - { - "DocsId": "M:System.CodeDom.CodeSnippetExpression.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetExpression.cs#L12C9-L15C10" - }, - { - "DocsId": "P:System.CodeDom.CodeSnippetExpression.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetExpression.cs#L19C20-L19C42" - } - ], - "DocsId": "T:System.CodeDom.CodeSnippetExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeSnippetStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetStatement.cs#L10C9-L10C42" - }, - { - "DocsId": "M:System.CodeDom.CodeSnippetStatement.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetStatement.cs#L12C9-L15C10" - }, - { - "DocsId": "P:System.CodeDom.CodeSnippetStatement.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetStatement.cs#L19C20-L19C42" - } - ], - "DocsId": "T:System.CodeDom.CodeSnippetStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeSnippetTypeMember.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetTypeMember.cs#L10C9-L10C43" - }, - { - "DocsId": "M:System.CodeDom.CodeSnippetTypeMember.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetTypeMember.cs#L12C9-L15C10" - }, - { - "DocsId": "P:System.CodeDom.CodeSnippetTypeMember.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetTypeMember.cs#L19C20-L19C41" - } - ], - "DocsId": "T:System.CodeDom.CodeSnippetTypeMember", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeSnippetTypeMember.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatement.cs" - }, - { - "DocsId": "P:System.CodeDom.CodeStatement.LinePragma", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatement.cs#L11C44-L11C48" - }, - { - "DocsId": "P:System.CodeDom.CodeStatement.StartDirectives", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatement.cs#L13C59-L13C109" - }, - { - "DocsId": "P:System.CodeDom.CodeStatement.EndDirectives", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatement.cs#L15C57-L15C105" - } - ], - "DocsId": "T:System.CodeDom.CodeStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeStatementCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L10C9-L10C45" - }, - { - "DocsId": "M:System.CodeDom.CodeStatementCollection.#ctor(System.CodeDom.CodeStatementCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeStatementCollection.#ctor(System.CodeDom.CodeStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeStatementCollection.Add(System.CodeDom.CodeStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L28C48-L28C63" - }, - { - "DocsId": "M:System.CodeDom.CodeStatementCollection.Add(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L30C49-L30C88" - }, - { - "DocsId": "M:System.CodeDom.CodeStatementCollection.AddRange(System.CodeDom.CodeStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L34C13-L43C10" - }, - { - "DocsId": "M:System.CodeDom.CodeStatementCollection.AddRange(System.CodeDom.CodeStatementCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L47C13-L57C10" - }, - { - "DocsId": "M:System.CodeDom.CodeStatementCollection.Contains(System.CodeDom.CodeStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L59C54-L59C74" - }, - { - "DocsId": "M:System.CodeDom.CodeStatementCollection.CopyTo(System.CodeDom.CodeStatement[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L61C65-L61C90" - }, - { - "DocsId": "M:System.CodeDom.CodeStatementCollection.IndexOf(System.CodeDom.CodeStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L63C52-L63C71" - }, - { - "DocsId": "M:System.CodeDom.CodeStatementCollection.Insert(System.Int32,System.CodeDom.CodeStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L65C63-L65C88" - }, - { - "DocsId": "M:System.CodeDom.CodeStatementCollection.Remove(System.CodeDom.CodeStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L67C52-L67C70" - }, - { - "DocsId": "P:System.CodeDom.CodeStatementCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs#L24C20-L24C46" - } - ], - "DocsId": "T:System.CodeDom.CodeStatementCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeStatementCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeThisReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeThisReferenceExpression.cs" - } - ], - "DocsId": "T:System.CodeDom.CodeThisReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeThisReferenceExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeThrowExceptionStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeThrowExceptionStatement.cs#L8C9-L8C49" - }, - { - "DocsId": "M:System.CodeDom.CodeThrowExceptionStatement.#ctor(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeThrowExceptionStatement.cs#L10C9-L13C10" - }, - { - "DocsId": "P:System.CodeDom.CodeThrowExceptionStatement.ToThrow", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeThrowExceptionStatement.cs#L15C41-L15C45" - } - ], - "DocsId": "T:System.CodeDom.CodeThrowExceptionStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeThrowExceptionStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTryCatchFinallyStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L23C65-L8C50" - }, - { - "DocsId": "M:System.CodeDom.CodeTryCatchFinallyStatement.#ctor(System.CodeDom.CodeStatement[],System.CodeDom.CodeCatchClause[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L23C65-L14C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTryCatchFinallyStatement.#ctor(System.CodeDom.CodeStatement[],System.CodeDom.CodeCatchClause[],System.CodeDom.CodeStatement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L23C65-L21C10" - }, - { - "DocsId": "P:System.CodeDom.CodeTryCatchFinallyStatement.TryStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L23C56-L23C60" - }, - { - "DocsId": "P:System.CodeDom.CodeTryCatchFinallyStatement.CatchClauses", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L25C57-L25C61" - }, - { - "DocsId": "P:System.CodeDom.CodeTryCatchFinallyStatement.FinallyStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs#L27C60-L27C64" - } - ], - "DocsId": "T:System.CodeDom.CodeTryCatchFinallyStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTryCatchFinallyStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTypeConstructor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeConstructor.cs#L8C9-L11C10" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeConstructor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeConstructor.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTypeDeclaration.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L10C9-L22C41" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeDeclaration.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L10C9-L27C10" - }, - { - "DocsId": "E:System.CodeDom.CodeTypeDeclaration.PopulateBaseTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs" - }, - { - "DocsId": "E:System.CodeDom.CodeTypeDeclaration.PopulateMembers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeDeclaration.TypeAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L29C48-L29C52" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeDeclaration.BaseTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L35C17-L41C35" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeDeclaration.IsClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L47C20-L47C122" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeDeclaration.IsStruct", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L62C20-L62C29" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeDeclaration.IsEnum", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L77C20-L77C27" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeDeclaration.IsInterface", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L92C20-L92C100" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeDeclaration.IsPartial", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L109C33-L109C37" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeDeclaration.Members", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L115C17-L121C33" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeDeclaration.TypeParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs#L125C62-L125C115" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeDeclaration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclaration.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L10C9-L10C51" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.#ctor(System.CodeDom.CodeTypeDeclarationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.#ctor(System.CodeDom.CodeTypeDeclaration[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.Add(System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L28C54-L28C69" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.AddRange(System.CodeDom.CodeTypeDeclaration[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L32C13-L41C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.AddRange(System.CodeDom.CodeTypeDeclarationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L45C13-L55C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.Contains(System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L57C60-L57C80" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.CopyTo(System.CodeDom.CodeTypeDeclaration[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L59C71-L59C96" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.IndexOf(System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L61C58-L61C77" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.Insert(System.Int32,System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L63C69-L63C94" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeDeclarationCollection.Remove(System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L65C58-L65C76" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeDeclarationCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs#L24C20-L24C52" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeDeclarationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDeclarationCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTypeDelegate.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDelegate.cs#L31C83-L18C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeDelegate.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDelegate.cs#L20C48-L23C10" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeDelegate.ReturnType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDelegate.cs#L27C20-L27C61" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeDelegate.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDelegate.cs#L31C74-L31C78" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeDelegate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeDelegate.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTypeMember.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L19C60-L29C103" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeMember.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L15C20-L15C41" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeMember.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L19C46-L19C50" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeMember.CustomAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L23C20-L23C82" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeMember.LinePragma", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L27C44-L27C48" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeMember.Comments", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L29C58-L29C62" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeMember.StartDirectives", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L31C59-L31C109" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeMember.EndDirectives", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs#L33C57-L33C105" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeMember", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMember.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L10C9-L10C46" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.#ctor(System.CodeDom.CodeTypeMemberCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.#ctor(System.CodeDom.CodeTypeMember[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.Add(System.CodeDom.CodeTypeMember)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L28C49-L28C64" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.AddRange(System.CodeDom.CodeTypeMember[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L32C13-L41C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.AddRange(System.CodeDom.CodeTypeMemberCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L45C13-L55C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.Contains(System.CodeDom.CodeTypeMember)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L57C55-L57C75" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.CopyTo(System.CodeDom.CodeTypeMember[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L59C66-L59C91" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.IndexOf(System.CodeDom.CodeTypeMember)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L61C53-L61C72" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.Insert(System.Int32,System.CodeDom.CodeTypeMember)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L63C64-L63C89" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeMemberCollection.Remove(System.CodeDom.CodeTypeMember)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L65C53-L65C71" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeMemberCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs#L24C20-L24C47" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeMemberCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeMemberCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTypeOfExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs#L10C9-L10C42" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeOfExpression.#ctor(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeOfExpression.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeOfExpression.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs#L22C9-L25C10" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeOfExpression.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs#L29C20-L29C55" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeOfExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeOfExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTypeParameter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L12C9-L12C39" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeParameter.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L14C9-L17C10" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeParameter.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L21C20-L21C41" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeParameter.Constraints", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L25C59-L25C109" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeParameter.CustomAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L27C71-L27C133" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeParameter.HasConstructorConstraint", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs#L29C48-L29C52" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L10C9-L10C49" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.#ctor(System.CodeDom.CodeTypeParameterCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.#ctor(System.CodeDom.CodeTypeParameter[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.Add(System.CodeDom.CodeTypeParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L28C52-L28C67" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L30C42-L30C75" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.AddRange(System.CodeDom.CodeTypeParameter[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L34C13-L43C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.AddRange(System.CodeDom.CodeTypeParameterCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L47C13-L57C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.Contains(System.CodeDom.CodeTypeParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L59C58-L59C78" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.CopyTo(System.CodeDom.CodeTypeParameter[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L61C69-L61C94" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.IndexOf(System.CodeDom.CodeTypeParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L63C56-L63C75" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.Insert(System.Int32,System.CodeDom.CodeTypeParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L65C67-L65C92" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeParameterCollection.Remove(System.CodeDom.CodeTypeParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L67C56-L67C74" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeParameterCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs#L24C20-L24C50" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeParameterCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeParameterCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.CodeDom.CodeTypeReferenceOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeTypeReferenceOptions.GlobalReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs" - }, - { - "DocsId": "F:System.CodeDom.CodeTypeReferenceOptions.GenericTypeParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeReferenceOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L36C9-L41C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L43C9-L68C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.Type,System.CodeDom.CodeTypeReferenceOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L70C97-L73C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.String,System.CodeDom.CodeTypeReferenceOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L75C9-L78C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L80C9-L83C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.String,System.CodeDom.CodeTypeReference[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L284C95-L290C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.CodeDom.CodeTypeParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L294C13-L297C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L300C9-L305C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReference.#ctor(System.CodeDom.CodeTypeReference,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L307C9-L312C10" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeReference.ArrayElementType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L314C54-L314C58" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeReference.ArrayRank", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L316C32-L316C36" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeReference.BaseType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L324C17-L337C32" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeReference.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L346C51-L346C55" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeReference.TypeArguments", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs#L352C17-L357C77" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/CodeDom/CodeTypeReference.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L18C9-L18C49" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.#ctor(System.CodeDom.CodeTypeReferenceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L20C9-L23C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.#ctor(System.CodeDom.CodeTypeReference[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L25C9-L28C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.Add(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L36C52-L36C67" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L38C42-L38C75" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.Add(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L40C40-L40C73" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.AddRange(System.CodeDom.CodeTypeReference[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L45C13-L57C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.AddRange(System.CodeDom.CodeTypeReferenceCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L62C13-L75C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.Contains(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L77C58-L77C78" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.CopyTo(System.CodeDom.CodeTypeReference[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L79C69-L79C94" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.IndexOf(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L81C56-L81C75" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.Insert(System.Int32,System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L83C67-L83C92" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceCollection.Remove(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L85C56-L85C74" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeReferenceCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs#L32C19-L32C62" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeReferenceCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/CodeDom/CodeTypeReferenceCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs#L10C9-L10C49" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceExpression.#ctor(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceExpression.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.CodeTypeReferenceExpression.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs#L22C9-L25C10" - }, - { - "DocsId": "P:System.CodeDom.CodeTypeReferenceExpression.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs#L29C20-L29C55" - } - ], - "DocsId": "T:System.CodeDom.CodeTypeReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeTypeReferenceExpression.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeVariableDeclarationStatement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L11C9-L11C54" - }, - { - "DocsId": "M:System.CodeDom.CodeVariableDeclarationStatement.#ctor(System.CodeDom.CodeTypeReference,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L13C9-L17C10" - }, - { - "DocsId": "M:System.CodeDom.CodeVariableDeclarationStatement.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L19C9-L23C10" - }, - { - "DocsId": "M:System.CodeDom.CodeVariableDeclarationStatement.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L25C9-L29C10" - }, - { - "DocsId": "M:System.CodeDom.CodeVariableDeclarationStatement.#ctor(System.CodeDom.CodeTypeReference,System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L31C9-L36C10" - }, - { - "DocsId": "M:System.CodeDom.CodeVariableDeclarationStatement.#ctor(System.String,System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L38C9-L43C10" - }, - { - "DocsId": "M:System.CodeDom.CodeVariableDeclarationStatement.#ctor(System.Type,System.String,System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L45C9-L50C10" - }, - { - "DocsId": "P:System.CodeDom.CodeVariableDeclarationStatement.InitExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L52C48-L52C52" - }, - { - "DocsId": "P:System.CodeDom.CodeVariableDeclarationStatement.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L56C20-L56C41" - }, - { - "DocsId": "P:System.CodeDom.CodeVariableDeclarationStatement.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs#L62C20-L62C55" - } - ], - "DocsId": "T:System.CodeDom.CodeVariableDeclarationStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableDeclarationStatement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.CodeVariableReferenceExpression.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableReferenceExpression.cs#L10C9-L10C53" - }, - { - "DocsId": "M:System.CodeDom.CodeVariableReferenceExpression.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableReferenceExpression.cs#L12C9-L15C10" - }, - { - "DocsId": "P:System.CodeDom.CodeVariableReferenceExpression.VariableName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableReferenceExpression.cs#L19C20-L19C49" - } - ], - "DocsId": "T:System.CodeDom.CodeVariableReferenceExpression", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/CodeVariableReferenceExpression.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.CodeDom.FieldDirection.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/FieldDirection.cs" - }, - { - "DocsId": "F:System.CodeDom.FieldDirection.In", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/FieldDirection.cs" - }, - { - "DocsId": "F:System.CodeDom.FieldDirection.Out", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/FieldDirection.cs" - }, - { - "DocsId": "F:System.CodeDom.FieldDirection.Ref", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/FieldDirection.cs" - } - ], - "DocsId": "T:System.CodeDom.FieldDirection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/FieldDirection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.CodeDom.MemberAttributes.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.Abstract", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.Final", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.Static", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.Override", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.Const", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.New", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.Overloaded", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.Assembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.FamilyAndAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.Family", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.FamilyOrAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.Private", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.Public", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.AccessMask", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.ScopeMask", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "DocsId": "F:System.CodeDom.MemberAttributes.VTableMask", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - } - ], - "DocsId": "T:System.CodeDom.MemberAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/MemberAttributes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.System#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromDom(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L13C13-L26C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.System#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromFile(System.CodeDom.Compiler.CompilerParameters,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L30C13-L43C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.System#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromSource(System.CodeDom.Compiler.CompilerParameters,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L47C13-L60C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.System#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromSourceBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L64C13-L77C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.System#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromFileBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L81C13-L104C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.System#CodeDom#Compiler#ICodeCompiler#CompileAssemblyFromDomBatch(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L108C13-L121C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.FromDom(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L129C13-L134C72" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.FromFile(System.CodeDom.Compiler.CompilerParameters,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L139C13-L151C71" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.FromSource(System.CodeDom.Compiler.CompilerParameters,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L156C13-L161C71" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.FromDomBatch(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L166C13-L194C54" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.FromFileBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L213C13-L222C55" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.ProcessCompilerOutputLine(System.CodeDom.Compiler.CompilerResults,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.CmdArgsFromParameters(System.CodeDom.Compiler.CompilerParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.GetResponseFileCmdArgs(System.CodeDom.Compiler.CompilerParameters,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L231C13-L240C52" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.FromSourceBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L245C13-L267C54" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.JoinStringArray(System.String[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs#L272C13-L294C34" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeCompiler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeCompiler.FileExtension", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeCompiler.CompilerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" - } - ], - "DocsId": "T:System.CodeDom.Compiler.CodeCompiler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeCompiler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateProvider(System.String,System.Collections.Generic.IDictionary{System.String,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L55C13-L56C65" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateProvider(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L61C13-L62C50" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GetLanguageFromExtension(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L67C13-L72C55" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.IsDefinedLanguage(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L75C66-L75C117" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.IsDefinedExtension(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L77C68-L77C121" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GetCompilerInfo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L81C13-L86C33" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GetAllCompilerInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L113C62-L113C89" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateGenerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateGenerator(System.IO.TextWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L123C77-L123C94" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateGenerator(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L125C75-L125C92" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateCompiler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateParser", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L132C54-L132C58" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GetConverter(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L134C65-L134C98" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromDom(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L137C13-L137C90" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromFile(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L140C13-L140C84" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromSource(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L143C13-L143C84" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.IsValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L146C13-L146C61" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateEscapedIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L149C13-L149C67" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.CreateValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L152C13-L152C65" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GetTypeOutput(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L155C13-L155C56" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.Supports(System.CodeDom.Compiler.GeneratorSupport)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L158C13-L158C63" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromExpression(System.CodeDom.CodeExpression,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L161C13-L161C92" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromStatement(System.CodeDom.CodeStatement,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L164C13-L164C90" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromNamespace(System.CodeDom.CodeNamespace,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L167C13-L167C94" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromCompileUnit(System.CodeDom.CodeCompileUnit,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L170C13-L170C94" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromType(System.CodeDom.CodeTypeDeclaration,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L173C13-L173C84" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromMember(System.CodeDom.CodeTypeMember,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L177C13-L177C75" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.Parse(System.IO.TextReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L181C13-L181C51" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeDomProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeDomProvider.FileExtension", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L115C48-L115C60" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeDomProvider.LanguageOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs#L117C59-L117C79" - } - ], - "DocsId": "T:System.CodeDom.Compiler.CodeDomProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeDomProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateDirectives(System.CodeDom.CodeDirectiveCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L105C9-L105C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateNamespaces(System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L229C41-L233C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateTypes(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L237C13-L250C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#Supports(System.CodeDom.Compiler.GeneratorSupport)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L252C67-L252C84" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#GenerateCodeFromType(System.CodeDom.CodeTypeDeclaration,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L256C13-L280C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#GenerateCodeFromExpression(System.CodeDom.CodeExpression,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L284C13-L308C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#GenerateCodeFromCompileUnit(System.CodeDom.CodeCompileUnit,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L312C13-L343C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#GenerateCodeFromNamespace(System.CodeDom.CodeNamespace,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L347C13-L371C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#GenerateCodeFromStatement(System.CodeDom.CodeStatement,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L375C13-L399C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateCodeFromMember(System.CodeDom.CodeTypeMember,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L403C13-L427C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#IsValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L429C64-L429C88" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#ValidateIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L431C65-L431C90" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#CreateEscapedIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L433C72-L433C102" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#CreateValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L435C70-L435C98" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.System#CodeDom#Compiler#ICodeGenerator#GetTypeOutput(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L437C72-L437C91" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateExpression(System.CodeDom.CodeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L511C13-L619C116" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateSnippetCompileUnit(System.CodeDom.CodeSnippetCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L716C13-L737C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateCompileUnit(System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L799C13-L802C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateNamespace(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L806C13-L819C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateNamespaceImports(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L823C13-L841C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateStatement(System.CodeDom.CodeStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L880C13-L973C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateStatements(System.CodeDom.CodeStatementCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L977C13-L986C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputAttributeDeclarations(System.CodeDom.CodeAttributeDeclarationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L990C13-L1034C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputAttributeArgument(System.CodeDom.CodeAttributeArgument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1038C13-L1049C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputDirection(System.CodeDom.FieldDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L16707566C0-L1064C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputFieldScopeModifier(System.CodeDom.MemberAttributes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1068C13-L1088C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputMemberAccessModifier(System.CodeDom.MemberAttributes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1092C13-L1113C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputMemberScopeModifier(System.CodeDom.MemberAttributes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1117C13-L1151C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputType(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputTypeAttributes(System.Reflection.TypeAttributes,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1157C13-L1196C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputTypeNamePair(System.CodeDom.CodeTypeReference,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1200C13-L1203C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1205C66-L1205C85" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputExpressionList(System.CodeDom.CodeExpressionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1209C13-L1210C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputExpressionList(System.CodeDom.CodeExpressionCollection,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1214C13-L1232C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputOperator(System.CodeDom.CodeBinaryOperatorType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L16707566C0-L1290C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.OutputParameters(System.CodeDom.CodeParameterDeclarationExpressionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1294C13-L1325C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateArrayCreateExpression(System.CodeDom.CodeArrayCreateExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateBaseReferenceExpression(System.CodeDom.CodeBaseReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateBinaryOperatorExpression(System.CodeDom.CodeBinaryOperatorExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1332C13-L1368C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.ContinueOnNewLine(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1370C64-L1370C84" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateCastExpression(System.CodeDom.CodeCastExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateDelegateCreateExpression(System.CodeDom.CodeDelegateCreateExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateFieldReferenceExpression(System.CodeDom.CodeFieldReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateArgumentReferenceExpression(System.CodeDom.CodeArgumentReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateVariableReferenceExpression(System.CodeDom.CodeVariableReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateIndexerExpression(System.CodeDom.CodeIndexerExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateArrayIndexerExpression(System.CodeDom.CodeArrayIndexerExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateSnippetExpression(System.CodeDom.CodeSnippetExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateMethodInvokeExpression(System.CodeDom.CodeMethodInvokeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateMethodReferenceExpression(System.CodeDom.CodeMethodReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateEventReferenceExpression(System.CodeDom.CodeEventReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateDelegateInvokeExpression(System.CodeDom.CodeDelegateInvokeExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateObjectCreateExpression(System.CodeDom.CodeObjectCreateExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateParameterDeclarationExpression(System.CodeDom.CodeParameterDeclarationExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1388C13-L1401C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateDirectionExpression(System.CodeDom.CodeDirectionExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1405C13-L1412C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GeneratePrimitiveExpression(System.CodeDom.CodePrimitiveExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1416C13-L1474C111" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateSingleFloatValue(System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1478C69-L1478C128" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateDoubleValue(System.Double)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1480C65-L1480C124" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateDecimalValue(System.Decimal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1482C67-L1482C121" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateDefaultValueExpression(System.CodeDom.CodeDefaultValueExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1486C9-L1486C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GeneratePropertyReferenceExpression(System.CodeDom.CodePropertyReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GeneratePropertySetValueReferenceExpression(System.CodeDom.CodePropertySetValueReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateThisReferenceExpression(System.CodeDom.CodeThisReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateTypeReferenceExpression(System.CodeDom.CodeTypeReferenceExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1496C13-L1502C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateTypeOfExpression(System.CodeDom.CodeTypeOfExpression)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1506C13-L1514C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateExpressionStatement(System.CodeDom.CodeExpressionStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateIterationStatement(System.CodeDom.CodeIterationStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateThrowExceptionStatement(System.CodeDom.CodeThrowExceptionStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateCommentStatement(System.CodeDom.CodeCommentStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1521C13-L1531C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateCommentStatements(System.CodeDom.CodeCommentStatementCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1535C13-L1544C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateComment(System.CodeDom.CodeComment)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateMethodReturnStatement(System.CodeDom.CodeMethodReturnStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateConditionStatement(System.CodeDom.CodeConditionStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateTryCatchFinallyStatement(System.CodeDom.CodeTryCatchFinallyStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateAssignStatement(System.CodeDom.CodeAssignStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateAttachEventStatement(System.CodeDom.CodeAttachEventStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateRemoveEventStatement(System.CodeDom.CodeRemoveEventStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateGotoStatement(System.CodeDom.CodeGotoStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateLabeledStatement(System.CodeDom.CodeLabeledStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateSnippetStatement(System.CodeDom.CodeSnippetStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1558C13-L1564C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateVariableDeclarationStatement(System.CodeDom.CodeVariableDeclarationStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateLinePragmaStart(System.CodeDom.CodeLinePragma)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateLinePragmaEnd(System.CodeDom.CodeLinePragma)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateEvent(System.CodeDom.CodeMemberEvent,System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateField(System.CodeDom.CodeMemberField)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateSnippetMember(System.CodeDom.CodeSnippetTypeMember)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateEntryPointMethod(System.CodeDom.CodeEntryPointMethod,System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateMethod(System.CodeDom.CodeMemberMethod,System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateProperty(System.CodeDom.CodeMemberProperty,System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateConstructor(System.CodeDom.CodeConstructor,System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateTypeConstructor(System.CodeDom.CodeTypeConstructor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateTypeStart(System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateTypeEnd(System.CodeDom.CodeTypeDeclaration)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateCompileUnitStart(System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1582C13-L1591C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateCompileUnitEnd(System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1595C13-L1604C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateNamespaceStart(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateNamespaceEnd(System.CodeDom.CodeNamespace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateNamespaceImport(System.CodeDom.CodeNamespaceImport)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateAttributeDeclarationsStart(System.CodeDom.CodeAttributeDeclarationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GenerateAttributeDeclarationsEnd(System.CodeDom.CodeAttributeDeclarationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.Supports(System.CodeDom.Compiler.GeneratorSupport)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.IsValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.ValidateIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1616C13-L1620C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.CreateEscapedIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.CreateValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.GetTypeOutput(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.QuoteSnippetString(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.IsValidLanguageIndependentIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1627C82-L1627C137" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.ValidateIdentifiers(System.CodeDom.CodeObject)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L1633C13-L1635C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeGenerator.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.CurrentClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L21C55-L21C68" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.CurrentTypeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L23C45-L23C105" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.CurrentMember", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L25C51-L25C65" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.CurrentMemberName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L27C47-L27C109" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.IsCurrentInterface", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L29C46-L29C143" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.IsCurrentClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L31C42-L31C135" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.IsCurrentStruct", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L33C43-L33C137" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.IsCurrentEnum", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L35C41-L35C133" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.IsCurrentDelegate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L37C45-L37C103" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.Indent", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L41C20-L41C34" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.NullToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.Output", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L47C40-L47C47" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGenerator.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs#L49C51-L49C59" - } - ], - "DocsId": "T:System.CodeDom.Compiler.CodeGenerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGenerator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.CodeGeneratorOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L11C9-L13C42" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGeneratorOptions.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L17C20-L17C35" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGeneratorOptions.IndentString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L25C17-L26C55" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGeneratorOptions.BracingStyle", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L35C17-L36C56" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGeneratorOptions.ElseOnClosing", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L45C17-L46C52" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGeneratorOptions.BlankLinesBetweenMembers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L55C17-L56C51" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CodeGeneratorOptions.VerbatimOrder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs#L65C17-L66C52" - } - ], - "DocsId": "T:System.CodeDom.Compiler.CodeGeneratorOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeGeneratorOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.CodeParser.Parse(System.IO.TextReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeParser.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CodeParser.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeParser.cs" - } - ], - "DocsId": "T:System.CodeDom.Compiler.CodeParser", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CodeParser.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.CompilerError.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L10C34-L10C90" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerError.#ctor(System.String,System.Int32,System.Int32,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L12C9-L19C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerError.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L33C46-L35C111" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerError.Line", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L21C27-L21C31" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerError.Column", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L23C29-L23C33" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerError.ErrorNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L25C37-L25C41" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerError.ErrorText", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L27C35-L27C39" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerError.IsWarning", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L29C33-L29C37" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerError.FileName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs#L31C34-L31C38" - } - ], - "DocsId": "T:System.CodeDom.Compiler.CompilerError", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerError.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L10C9-L10C45" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.#ctor(System.CodeDom.Compiler.CompilerErrorCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.#ctor(System.CodeDom.Compiler.CompilerError[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.Add(System.CodeDom.Compiler.CompilerError)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L28C48-L28C63" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.AddRange(System.CodeDom.Compiler.CompilerError[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L32C13-L41C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.AddRange(System.CodeDom.Compiler.CompilerErrorCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L45C13-L55C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.Contains(System.CodeDom.Compiler.CompilerError)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L57C54-L57C74" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.CopyTo(System.CodeDom.Compiler.CompilerError[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L59C65-L59C90" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.IndexOf(System.CodeDom.Compiler.CompilerError)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L97C52-L97C71" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.Insert(System.Int32,System.CodeDom.Compiler.CompilerError)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L99C63-L99C88" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerErrorCollection.Remove(System.CodeDom.Compiler.CompilerError)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L101C52-L101C70" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerErrorCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L24C20-L24C46" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerErrorCollection.HasErrors", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L65C17-L76C14" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerErrorCollection.HasWarnings", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs#L83C17-L94C14" - } - ], - "DocsId": "T:System.CodeDom.Compiler.CompilerErrorCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerErrorCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.CompilerInfo.GetLanguages", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L21C43-L21C79" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerInfo.GetExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L23C44-L23C81" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerInfo.CreateProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L51C13-L60C83" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerInfo.CreateProvider(System.Collections.Generic.IDictionary{System.String,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L65C13-L77C123" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerInfo.CreateDefaultCompilerParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L81C72-L81C97" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerInfo.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L89C46-L89C84" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerInfo.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L93C13-L98C88" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerInfo.CodeDomProviderType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L29C17-L37C30" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerInfo.IsCodeDomProviderTypeValid", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs#L41C51-L41C97" - } - ], - "DocsId": "T:System.CodeDom.Compiler.CompilerInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.CompilerParameters.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L12C39-L14C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerParameters.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L17C13-L19C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerParameters.#ctor(System.String[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L22C13-L24C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.CompilerParameters.#ctor(System.String[],System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L50C60-L34C10" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.CoreAssemblyFileName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L50C46-L50C50" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.GenerateExecutable", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L52C42-L52C46" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.GenerateInMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L54C40-L54C44" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.ReferencedAssemblies", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L56C56-L56C60" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.MainClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L57C35-L57C39" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.OutputAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L59C40-L59C44" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.TempFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L63C20-L63C59" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.IncludeDebugInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L67C47-L67C51" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.TreatWarningsAsErrors", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L69C45-L69C49" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.WarningLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L71C35-L71C39" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.CompilerOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L73C41-L73C45" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.Win32Resource", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L75C39-L75C43" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.EmbeddedResources", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L77C53-L77C57" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.LinkedResources", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L79C51-L79C55" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerParameters.UserToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs#L81C35-L81C39" - } - ], - "DocsId": "T:System.CodeDom.Compiler.CompilerParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerParameters.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.CompilerResults.#ctor(System.CodeDom.Compiler.TempFileCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L32C58-L16C10" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerResults.TempFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L18C47-L18C51" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerResults.CompiledAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L24C17-L28C42" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerResults.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L32C49-L32C53" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerResults.Output", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L34C42-L34C46" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerResults.PathToAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L36C40-L36C44" - }, - { - "DocsId": "P:System.CodeDom.Compiler.CompilerResults.NativeCompilerReturnValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs#L38C48-L38C52" - } - ], - "DocsId": "T:System.CodeDom.Compiler.CompilerResults", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/CompilerResults.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.Executor.ExecWait(System.String,System.CodeDom.Compiler.TempFileCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs#L20C13-L22C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.Executor.ExecWaitWithCapture(System.IntPtr,System.String,System.CodeDom.Compiler.TempFileCollection,System.String@,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs#L25C13-L25C120" - }, - { - "DocsId": "M:System.CodeDom.Compiler.Executor.ExecWaitWithCapture(System.String,System.String,System.CodeDom.Compiler.TempFileCollection,System.String@,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs#L28C13-L28C104" - }, - { - "DocsId": "M:System.CodeDom.Compiler.Executor.ExecWaitWithCapture(System.String,System.CodeDom.Compiler.TempFileCollection,System.String@,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs#L31C13-L31C122" - }, - { - "DocsId": "M:System.CodeDom.Compiler.Executor.ExecWaitWithCapture(System.IntPtr,System.String,System.String,System.CodeDom.Compiler.TempFileCollection,System.String@,System.String@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs#L35C13-L98C10" - } - ], - "DocsId": "T:System.CodeDom.Compiler.Executor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/Executor.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.ArraysOfArrays", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.EntryPointMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.GotoStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.MultidimensionalArrays", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.StaticConstructors", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.TryCatchStatements", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.ReturnTypeAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.DeclareValueTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.DeclareEnums", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.DeclareDelegates", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.DeclareInterfaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.DeclareEvents", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.AssemblyAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.ParameterAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.ReferenceParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.ChainedConstructorArguments", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.NestedTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.MultipleInterfaceMembers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.PublicStaticMembers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.ComplexExpressions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.Win32Resources", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.Resources", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.PartialTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.GenericTypeReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.GenericTypeDeclaration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.GeneratorSupport.DeclareIndexerProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - } - ], - "DocsId": "T:System.CodeDom.Compiler.GeneratorSupport", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/GeneratorSupport.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromDom(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromFile(System.CodeDom.Compiler.CompilerParameters,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSource(System.CodeDom.Compiler.CompilerParameters,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromDomBatch(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromFileBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSourceBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" - } - ], - "DocsId": "T:System.CodeDom.Compiler.ICodeCompiler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeCompiler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.IsValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.ValidateIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.CreateEscapedIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.CreateValidIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.GetTypeOutput(System.CodeDom.CodeTypeReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.Supports(System.CodeDom.Compiler.GeneratorSupport)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromExpression(System.CodeDom.CodeExpression,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromStatement(System.CodeDom.CodeStatement,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromNamespace(System.CodeDom.CodeNamespace,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromCompileUnit(System.CodeDom.CodeCompileUnit,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" - }, - { - "DocsId": "M:System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromType(System.CodeDom.CodeTypeDeclaration,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" - } - ], - "DocsId": "T:System.CodeDom.Compiler.ICodeGenerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeGenerator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.ICodeParser.Parse(System.IO.TextReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeParser.cs" - } - ], - "DocsId": "T:System.CodeDom.Compiler.ICodeParser", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/ICodeParser.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.CodeDom.Compiler.LanguageOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/LanguageOptions.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.LanguageOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/LanguageOptions.cs" - }, - { - "DocsId": "F:System.CodeDom.Compiler.LanguageOptions.CaseInsensitive", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/LanguageOptions.cs" - } - ], - "DocsId": "T:System.CodeDom.Compiler.LanguageOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/System/CodeDom/Compiler/LanguageOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/IO/TempFileCollection.cs#L29C39-L31C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/IO/TempFileCollection.cs#L33C53-L35C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.#ctor(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/IO/TempFileCollection.cs#L37C9-L42C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.System#IDisposable#Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/IO/TempFileCollection.cs#L46C13-L48C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/IO/TempFileCollection.cs#L58C13-L59C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/IO/TempFileCollection.cs#L64C13-L65C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.AddExtension(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/IO/TempFileCollection.cs#L67C61-L67C99" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.AddExtension(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/IO/TempFileCollection.cs#L71C13-L78C29" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.AddFile(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/IO/TempFileCollection.cs#L83C13-L94C10" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/IO/TempFileCollection.cs#L96C47-L96C74" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/IO/TempFileCollection.cs#L98C52-L98C79" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/IO/TempFileCollection.cs#L100C60-L100C92" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.CopyTo(System.String[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/IO/TempFileCollection.cs#L102C62-L102C98" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/IO/TempFileCollection.cs#L106C34-L106C46" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/IO/TempFileCollection.cs#L108C40-L108C44" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/IO/TempFileCollection.cs#L110C44-L110C49" - }, - { - "DocsId": "M:System.CodeDom.Compiler.TempFileCollection.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/IO/TempFileCollection.cs#L179C13-L180C10" - }, - { - "DocsId": "P:System.CodeDom.Compiler.TempFileCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/IO/TempFileCollection.cs#L104C29-L104C41" - }, - { - "DocsId": "P:System.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/IO/TempFileCollection.cs#L106C34-L106C46" - }, - { - "DocsId": "P:System.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/IO/TempFileCollection.cs#L108C40-L108C44" - }, - { - "DocsId": "P:System.CodeDom.Compiler.TempFileCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/IO/TempFileCollection.cs#L110C44-L110C49" - }, - { - "DocsId": "P:System.CodeDom.Compiler.TempFileCollection.TempDir", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/IO/TempFileCollection.cs#L112C34-L112C58" - }, - { - "DocsId": "P:System.CodeDom.Compiler.TempFileCollection.BasePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/IO/TempFileCollection.cs#L118C17-L119C34" - }, - { - "DocsId": "P:System.CodeDom.Compiler.TempFileCollection.KeepFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/IO/TempFileCollection.cs#L169C33-L169C37" - } - ], - "DocsId": "T:System.CodeDom.Compiler.TempFileCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/IO/TempFileCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.VisualBasic.VBCodeProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L18C9-L21C10" - }, - { - "DocsId": "M:Microsoft.VisualBasic.VBCodeProvider.#ctor(System.Collections.Generic.IDictionary{System.String,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L23C9-L31C10" - }, - { - "DocsId": "M:Microsoft.VisualBasic.VBCodeProvider.CreateGenerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L38C61-L38C71" - }, - { - "DocsId": "M:Microsoft.VisualBasic.VBCodeProvider.CreateCompiler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L41C59-L41C69" - }, - { - "DocsId": "M:Microsoft.VisualBasic.VBCodeProvider.GetConverter(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L44C13-L46C36" - }, - { - "DocsId": "M:Microsoft.VisualBasic.VBCodeProvider.GenerateCodeFromMember(System.CodeDom.CodeTypeMember,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L49C13-L49C71" - }, - { - "DocsId": "P:Microsoft.VisualBasic.VBCodeProvider.FileExtension", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L33C49-L33C53" - }, - { - "DocsId": "P:Microsoft.VisualBasic.VBCodeProvider.LanguageOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs#L35C60-L35C91" - } - ], - "DocsId": "T:Microsoft.VisualBasic.VBCodeProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/Microsoft/VisualBasic/VBCodeProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:Microsoft.CSharp.CSharpCodeProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L18C9-L21C10" - }, - { - "DocsId": "M:Microsoft.CSharp.CSharpCodeProvider.#ctor(System.Collections.Generic.IDictionary{System.String,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L23C9-L31C10" - }, - { - "DocsId": "M:Microsoft.CSharp.CSharpCodeProvider.CreateGenerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L36C61-L36C71" - }, - { - "DocsId": "M:Microsoft.CSharp.CSharpCodeProvider.CreateCompiler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L39C59-L39C69" - }, - { - "DocsId": "M:Microsoft.CSharp.CSharpCodeProvider.GetConverter(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L42C13-L44C36" - }, - { - "DocsId": "M:Microsoft.CSharp.CSharpCodeProvider.GenerateCodeFromMember(System.CodeDom.CodeTypeMember,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L47C13-L47C71" - }, - { - "DocsId": "P:Microsoft.CSharp.CSharpCodeProvider.FileExtension", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs#L33C49-L33C53" - } - ], - "DocsId": "T:Microsoft.CSharp.CSharpCodeProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.CodeDom/src/Microsoft/CSharp/CSharpCodeProvider.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.ComponentModel.Composition.Registration.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.ComponentModel.Composition.Registration.json deleted file mode 100644 index fe5386972b9..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.ComponentModel.Composition.Registration.json +++ /dev/null @@ -1,270 +0,0 @@ -{ - "Assembly": "System.ComponentModel.Composition.Registration", - "GUID": "01912D8BDE16485B9746298685503C0BFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ExportBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L16C9-L16C35" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ExportBuilder.AsContractType``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L20C13-L20C46" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ExportBuilder.AsContractType(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L25C13-L26C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ExportBuilder.AsContractName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L31C13-L32C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ExportBuilder.Inherited", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L37C13-L38C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ExportBuilder.AddMetadata(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L43C13-L46C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ExportBuilder.AddMetadata(System.String,System.Func{System.Type,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs#L51C13-L54C25" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Registration.ExportBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ExportBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L21C9-L21C35" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.AsContractType``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L25C13-L25C46" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.AsContractType(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L30C13-L31C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.AsContractName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L36C13-L37C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.AsMany(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L42C13-L44C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.AllowDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L49C13-L50C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.AllowRecomposition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L55C13-L56C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.RequiredCreationPolicy(System.ComponentModel.Composition.CreationPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L61C13-L62C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ImportBuilder.Source(System.ComponentModel.Composition.ImportSource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs#L67C13-L68C25" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Registration.ImportBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ImportBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ParameterImportBuilder.Import``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ParameterImportBuilder.cs#L11C13-L11C28" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ParameterImportBuilder.Import``1(System.Action{System.ComponentModel.Composition.Registration.ImportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ParameterImportBuilder.cs#L16C13-L16C28" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.ParameterImportBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ParameterImportBuilder.cs" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Registration.ParameterImportBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/ParameterImportBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.Export", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L47C13-L47C33" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.Export(System.Action{System.ComponentModel.Composition.Registration.ExportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L52C13-L56C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.Export``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L61C13-L61C36" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.Export``1(System.Action{System.ComponentModel.Composition.Registration.ExportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L66C13-L70C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.SelectConstructor(System.Func{System.Reflection.ConstructorInfo[],System.Reflection.ConstructorInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L76C13-L76C63" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.SelectConstructor(System.Func{System.Reflection.ConstructorInfo[],System.Reflection.ConstructorInfo},System.Action{System.Reflection.ParameterInfo,System.ComponentModel.Composition.Registration.ImportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L82C13-L85C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ExportInterfaces(System.Predicate{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L91C13-L91C60" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ExportInterfaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L96C13-L96C54" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ExportInterfaces(System.Predicate{System.Type},System.Action{System.Type,System.ComponentModel.Composition.Registration.ExportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L102C13-L109C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ExportProperties(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L115C13-L120C59" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ExportProperties(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.ComponentModel.Composition.Registration.ExportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L126C13-L133C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ExportProperties``1(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L139C13-L144C62" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ExportProperties``1(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.ComponentModel.Composition.Registration.ExportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L150C13-L157C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ImportProperties(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L163C13-L168C59" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ImportProperties(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.ComponentModel.Composition.Registration.ImportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L174C13-L180C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ImportProperties``1(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L186C13-L191C62" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.ImportProperties``1(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.ComponentModel.Composition.Registration.ImportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L197C13-L203C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.SetCreationPolicy(System.ComponentModel.Composition.CreationPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L208C13-L210C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.AddMetadata(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L215C13-L218C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder.AddMetadata(System.String,System.Func{System.Type,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs#L223C13-L226C25" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Registration.PartBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.SelectConstructor(System.Linq.Expressions.Expression{System.Func{System.ComponentModel.Composition.Registration.ParameterImportBuilder,`0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L156C13-L164C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ExportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L170C13-L170C57" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ExportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.ComponentModel.Composition.Registration.ExportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L177C13-L185C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ExportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L190C13-L190C68" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ExportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.ComponentModel.Composition.Registration.ExportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L196C13-L204C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ImportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L209C13-L209C57" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ImportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.ComponentModel.Composition.Registration.ImportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L215C13-L223C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ImportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L228C13-L228C68" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.PartBuilder`1.ImportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.ComponentModel.Composition.Registration.ImportBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs#L234C13-L242C25" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Registration.PartBuilder`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/PartBuilderOfT.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L23C9-L31C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.ForTypesDerivedFrom``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L35C13-L38C32" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.ForTypesDerivedFrom(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L16707566C0-L51C32" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.ForType``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L56C13-L59C32" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.ForType(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L16707566C0-L72C32" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.ForTypesMatching``1(System.Predicate{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L77C13-L85C32" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.ForTypesMatching(System.Predicate{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L90C13-L98C32" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.GetCustomAttributes(System.Reflection.MemberInfo,System.Collections.Generic.IEnumerable{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L132C13-L217C96" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Registration.RegistrationBuilder.GetCustomAttributes(System.Reflection.ParameterInfo,System.Collections.Generic.IEnumerable{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs#L223C13-L226C96" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Registration.RegistrationBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition.Registration/src/System/ComponentModel/Composition/Registration/RegistrationBuilder.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.ComponentModel.Composition.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.ComponentModel.Composition.json deleted file mode 100644 index 3da99f08235..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.ComponentModel.Composition.json +++ /dev/null @@ -1,2130 +0,0 @@ -{ - "Assembly": "System.ComponentModel.Composition", - "GUID": "0BF1DB7F826E44398DFF10C1BE30DD23FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.GetMetadataView``1(System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L21C13-L23C82" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.CreatePart(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L28C13-L30C72" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.CreatePart(System.Object,System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L35C13-L38C91" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.CreatePart(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L43C13-L52C108" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.CreatePartDefinition(System.Type,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L57C13-L59C86" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.CreatePartDefinition(System.Type,System.ComponentModel.Composition.Primitives.ICompositionElement,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L64C13-L71C97" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.GetTypeIdentity(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L77C13-L79C63" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.GetTypeIdentity(System.Reflection.MethodInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L84C13-L86C75" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.GetContractName(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L91C13-L93C66" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.AddExportedValue``1(System.ComponentModel.Composition.Hosting.CompositionBatch,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L98C13-L102C75" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.ComposeExportedValue``1(System.ComponentModel.Composition.Hosting.CompositionContainer,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L107C13-L112C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.AddExportedValue``1(System.ComponentModel.Composition.Hosting.CompositionBatch,System.String,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L16707566C0-L123C93" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.ComposeExportedValue``1(System.ComponentModel.Composition.Hosting.CompositionContainer,System.String,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L128C13-L133C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.AddPart(System.ComponentModel.Composition.Hosting.CompositionBatch,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L137C13-L145C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.ComposeParts(System.ComponentModel.Composition.Hosting.CompositionContainer,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L150C13-L158C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.SatisfyImportsOnce(System.ComponentModel.Composition.ICompositionService,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L180C13-L187C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.SatisfyImportsOnce(System.ComponentModel.Composition.ICompositionService,System.Object,System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L211C13-L219C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.Exports(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L232C13-L235C88" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.Exports``1(System.ComponentModel.Composition.Primitives.ComposablePartDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L248C13-L250C44" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.Imports(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L263C13-L266C88" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.Imports``1(System.ComponentModel.Composition.Primitives.ComposablePartDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L279C13-L281C44" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.Imports(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.Type,System.ComponentModel.Composition.Primitives.ImportCardinality)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L295C13-L298C107" - }, - { - "DocsId": "M:System.ComponentModel.Composition.AttributedModelServices.Imports``1(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.ComponentModel.Composition.Primitives.ImportCardinality)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs#L312C13-L314C63" - } - ], - "DocsId": "T:System.ComponentModel.Composition.AttributedModelServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AttributedModelServices.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.CatalogReflectionContextAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CatalogReflectionContextAttribute.cs#L18C9-L23C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.CatalogReflectionContextAttribute.CreateReflectionContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CatalogReflectionContextAttribute.cs#L27C13-L46C38" - } - ], - "DocsId": "T:System.ComponentModel.Composition.CatalogReflectionContextAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CatalogReflectionContextAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ChangeRejectedException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs#L19C15-L21C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ChangeRejectedException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs#L27C15-L29C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ChangeRejectedException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs#L35C15-L37C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ChangeRejectedException.#ctor(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.CompositionError})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs#L44C15-L46C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ChangeRejectedException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs#L59C17-L61C35" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ChangeRejectedException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ChangeRejectedException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.CompositionContractMismatchException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionContractMismatchException.cs#L21C15-L23C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.CompositionContractMismatchException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionContractMismatchException.cs#L35C15-L37C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.CompositionContractMismatchException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionContractMismatchException.cs#L55C15-L57C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.CompositionContractMismatchException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionContractMismatchException.cs#L85C15-L87C10" - } - ], - "DocsId": "T:System.ComponentModel.Composition.CompositionContractMismatchException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionContractMismatchException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.CompositionError.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L32C15-L34C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.CompositionError.#ctor(System.String,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L53C15-L55C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.CompositionError.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L73C15-L75C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.CompositionError.#ctor(System.String,System.ComponentModel.Composition.Primitives.ICompositionElement,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L99C15-L101C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.CompositionError.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L165C13-L165C32" - }, - { - "DocsId": "P:System.ComponentModel.Composition.CompositionError.Element", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L120C19-L120C35" - }, - { - "DocsId": "P:System.ComponentModel.Composition.CompositionError.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L132C19-L132C39" - }, - { - "DocsId": "P:System.ComponentModel.Composition.CompositionError.Exception", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs#L144C19-L144C37" - } - ], - "DocsId": "T:System.ComponentModel.Composition.CompositionError", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionError.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.CompositionException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L30C19-L32C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.CompositionException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L44C15-L46C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.CompositionException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L64C15-L66C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.CompositionException.#ctor(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.CompositionError})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L87C15-L89C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.CompositionException.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L108C19-L108C34" - }, - { - "DocsId": "P:System.ComponentModel.Composition.CompositionException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L122C17-L130C46" - }, - { - "DocsId": "P:System.ComponentModel.Composition.CompositionException.RootCauses", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs#L138C17-L156C65" - } - ], - "DocsId": "T:System.ComponentModel.Composition.CompositionException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CompositionException.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ComponentModel.Composition.CreationPolicy.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CreationPolicy.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.CreationPolicy.Any", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CreationPolicy.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.CreationPolicy.Shared", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CreationPolicy.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.CreationPolicy.NonShared", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CreationPolicy.cs" - } - ], - "DocsId": "T:System.ComponentModel.Composition.CreationPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/CreationPolicy.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ExportAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L31C15-L33C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ExportAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L62C15-L64C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ExportAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L87C15-L89C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ExportAttribute.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L116C9-L120C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ExportAttribute.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L129C39-L129C43" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ExportAttribute.ContractType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs#L139C37-L139C41" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ExportAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ExportFactory`1.#ctor(System.Func{System.Tuple{`0,System.Action}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfT.cs#L10C9-L15C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ExportFactory`1.CreateExport", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfT.cs#L19C13-L20C109" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ExportFactory`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfT.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ExportFactory`2.#ctor(System.Func{System.Tuple{`0,System.Action}},`1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfTTMetadata.cs#L11C15-L14C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ExportFactory`2.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfTTMetadata.cs#L18C19-L18C36" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ExportFactory`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportFactoryOfTTMetadata.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ExportLifetimeContext`1.#ctor(`0,System.Action)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportLifetimeContextOfT.cs#L11C9-L15C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ExportLifetimeContext`1.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportLifetimeContextOfT.cs#L27C13-L28C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ExportLifetimeContext`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportLifetimeContextOfT.cs#L21C17-L21C31" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ExportLifetimeContext`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportLifetimeContextOfT.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ExportMetadataAttribute.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportMetadataAttribute.cs#L27C9-L31C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ExportMetadataAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportMetadataAttribute.cs#L41C13-L41C17" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ExportMetadataAttribute.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportMetadataAttribute.cs#L53C13-L53C17" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ExportMetadataAttribute.IsMultiple", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportMetadataAttribute.cs#L59C13-L59C17" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ExportMetadataAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ExportMetadataAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ICompositionService.SatisfyImportsOnce(System.ComponentModel.Composition.Primitives.ComposablePart)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ICompositionService.cs" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ICompositionService", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ICompositionService.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ImportAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L32C15-L34C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ImportAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L61C15-L63C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ImportAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L85C15-L87C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ImportAttribute.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L89C9-L93C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ImportAttribute.System#ComponentModel#Composition#IAttributedImport#get_Cardinality", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L186C17-L190C53" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportAttribute.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L102C39-L102C43" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportAttribute.ContractType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L113C37-L113C41" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportAttribute.AllowDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L135C36-L135C40" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportAttribute.AllowRecomposition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L148C42-L148C46" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportAttribute.RequiredCreationPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L164C56-L164C60" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportAttribute.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L180C38-L180C42" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportAttribute.System#ComponentModel#Composition#IAttributedImport#Cardinality", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs#L186C17-L190C53" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ImportAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ImportCardinalityMismatchException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportCardinalityMismatchException.cs#L24C15-L26C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ImportCardinalityMismatchException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportCardinalityMismatchException.cs#L38C15-L40C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ImportCardinalityMismatchException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportCardinalityMismatchException.cs#L58C15-L60C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ImportCardinalityMismatchException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportCardinalityMismatchException.cs#L88C15-L90C10" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ImportCardinalityMismatchException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportCardinalityMismatchException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ImportingConstructorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportingConstructorAttribute.cs#L22C9-L24C10" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ImportingConstructorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportingConstructorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ImportManyAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L32C15-L34C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ImportManyAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L61C15-L63C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ImportManyAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L85C15-L87C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ImportManyAttribute.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L89C9-L93C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ImportManyAttribute.System#ComponentModel#Composition#IAttributedImport#get_Cardinality", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L162C19-L162C55" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportManyAttribute.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L102C39-L102C43" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportManyAttribute.ContractType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L113C37-L113C41" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportManyAttribute.AllowRecomposition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L126C42-L126C46" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportManyAttribute.RequiredCreationPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L142C56-L142C60" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportManyAttribute.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L158C38-L158C42" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ImportManyAttribute.System#ComponentModel#Composition#IAttributedImport#Cardinality", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs#L162C19-L162C55" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ImportManyAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportManyAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ComponentModel.Composition.ImportSource.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportSource.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.ImportSource.Any", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportSource.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.ImportSource.Local", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportSource.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.ImportSource.NonLocal", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportSource.cs" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ImportSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ImportSource.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.InheritedExportAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/InheritedExportAttribute.cs#L30C15-L32C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.InheritedExportAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/InheritedExportAttribute.cs#L60C15-L62C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.InheritedExportAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/InheritedExportAttribute.cs#L85C15-L87C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.InheritedExportAttribute.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/InheritedExportAttribute.cs#L115C15-L117C10" - } - ], - "DocsId": "T:System.ComponentModel.Composition.InheritedExportAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/InheritedExportAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.IPartImportsSatisfiedNotification.OnImportsSatisfied", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/IPartImportsSatisfiedNotification.cs" - } - ], - "DocsId": "T:System.ComponentModel.Composition.IPartImportsSatisfiedNotification", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/IPartImportsSatisfiedNotification.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.MetadataAttributeAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/MetadataAttributeAttribute.cs#L16C9-L18C10" - } - ], - "DocsId": "T:System.ComponentModel.Composition.MetadataAttributeAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/MetadataAttributeAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.MetadataViewImplementationAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/MetadataViewImplementationAttribute.cs#L26C9-L29C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.MetadataViewImplementationAttribute.ImplementationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/MetadataViewImplementationAttribute.cs#L39C43-L39C47" - } - ], - "DocsId": "T:System.ComponentModel.Composition.MetadataViewImplementationAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/MetadataViewImplementationAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.PartCreationPolicyAttribute.#ctor(System.ComponentModel.Composition.CreationPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartCreationPolicyAttribute.cs#L18C9-L21C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.PartCreationPolicyAttribute.CreationPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartCreationPolicyAttribute.cs#L31C48-L31C52" - } - ], - "DocsId": "T:System.ComponentModel.Composition.PartCreationPolicyAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartCreationPolicyAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.PartMetadataAttribute.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartMetadataAttribute.cs#L25C9-L29C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.PartMetadataAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartMetadataAttribute.cs#L39C13-L39C17" - }, - { - "DocsId": "P:System.ComponentModel.Composition.PartMetadataAttribute.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartMetadataAttribute.cs#L51C13-L51C17" - } - ], - "DocsId": "T:System.ComponentModel.Composition.PartMetadataAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartMetadataAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.PartNotDiscoverableAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartNotDiscoverableAttribute.cs#L16C9-L18C10" - } - ], - "DocsId": "T:System.ComponentModel.Composition.PartNotDiscoverableAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/PartNotDiscoverableAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ComponentModel.Composition.AdaptationConstants.AdapterContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AdaptationConstants.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.AdaptationConstants.AdapterFromContractMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AdaptationConstants.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.AdaptationConstants.AdapterToContractMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AdaptationConstants.cs" - } - ], - "DocsId": "T:System.ComponentModel.Composition.AdaptationConstants", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/AdaptationConstants.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.#ctor(System.Reflection.MemberInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L19C13-L43C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.#ctor(System.Reflection.MemberTypes,System.Reflection.MemberInfo[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L47C13-L59C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.#ctor(System.Reflection.MemberTypes,System.Func{System.Reflection.MemberInfo[]})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L63C13-L69C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.GetAccessors", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L78C13-L91C32" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L96C13-L106C73" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L110C13-L110C57" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.Equals(System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L118C13-L134C63" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.op_Equality(System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo,System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L139C13-L139C39" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.op_Inequality(System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo,System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L144C13-L144C40" - }, - { - "DocsId": "P:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo.MemberType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs#L73C19-L73C38" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/LazyMemberInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.GetPartType(System.ComponentModel.Composition.Primitives.ComposablePartDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L19C13-L27C63" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.IsDisposalRequired(System.ComponentModel.Composition.Primitives.ComposablePartDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L32C13-L40C64" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.GetExportingMember(System.ComponentModel.Composition.Primitives.ExportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L45C13-L55C67" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.GetImportingMember(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L60C13-L70C73" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.GetImportingParameter(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L75C13-L86C79" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.IsImportingParameter(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L91C13-L101C78" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.IsExportFactoryImportDefinition(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L106C13-L108C71" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.GetExportFactoryProductImportDefinition(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L113C13-L123C72" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.CreatePartDefinition(System.Lazy{System.Type},System.Boolean,System.Lazy{System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ImportDefinition}},System.Lazy{System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ExportDefinition}},System.Lazy{System.Collections.Generic.IDictionary{System.String,System.Object}},System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L134C13-L143C30" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.CreateExportDefinition(System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo,System.String,System.Lazy{System.Collections.Generic.IDictionary{System.String,System.Object}},System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L152C13-L158C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.CreateImportDefinition(System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Type}},System.ComponentModel.Composition.Primitives.ImportCardinality,System.Boolean,System.ComponentModel.Composition.CreationPolicy,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L171C13-L171C214" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.CreateImportDefinition(System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Type}},System.ComponentModel.Composition.Primitives.ImportCardinality,System.Boolean,System.ComponentModel.Composition.CreationPolicy,System.Collections.Generic.IDictionary{System.String,System.Object},System.Boolean,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L186C13-L197C25" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.CreateImportDefinition(System.ComponentModel.Composition.ReflectionModel.LazyMemberInfo,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Type}},System.ComponentModel.Composition.Primitives.ImportCardinality,System.Boolean,System.Boolean,System.ComponentModel.Composition.CreationPolicy,System.Collections.Generic.IDictionary{System.String,System.Object},System.Boolean,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L213C13-L243C29" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.CreateImportDefinition(System.Lazy{System.Reflection.ParameterInfo},System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Type}},System.ComponentModel.Composition.Primitives.ImportCardinality,System.ComponentModel.Composition.CreationPolicy,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L256C13-L256C192" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.CreateImportDefinition(System.Lazy{System.Reflection.ParameterInfo},System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Type}},System.ComponentModel.Composition.Primitives.ImportCardinality,System.ComponentModel.Composition.CreationPolicy,System.Collections.Generic.IDictionary{System.String,System.Object},System.Boolean,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L270C13-L298C29" - }, - { - "DocsId": "M:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices.TryMakeGenericPartDefinition(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.Collections.Generic.IEnumerable{System.Type},System.ComponentModel.Composition.Primitives.ComposablePartDefinition@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs#L304C13-L313C123" - } - ], - "DocsId": "T:System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/ReflectionModelServices.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePart.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs#L17C9-L19C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePart.Activate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs#L127C9-L127C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePart.GetExportedValue(System.ComponentModel.Composition.Primitives.ExportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePart.SetImport(System.ComponentModel.Composition.Primitives.ImportDefinition,System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.Export})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePart.ExportDefinitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePart.ImportDefinitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePart.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs#L111C17-L111C55" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Primitives.ComposablePart", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePart.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartCatalog.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L32C9-L34C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartCatalog.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L99C13-L117C49" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartCatalog.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L130C13-L132C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartCatalog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L136C13-L137C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartCatalog.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L160C13-L165C42" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartCatalog.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L170C13-L170C36" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePartCatalog.Parts", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs#L56C17-L67C40" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Primitives.ComposablePartCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartCatalog.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartDefinition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs#L21C9-L23C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartDefinition.CreatePart", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePartDefinition.ExportDefinitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePartDefinition.ImportDefinitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePartDefinition.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs#L85C19-L85C57" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Primitives.ComposablePartDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartDefinition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L25C15-L27C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L54C95-L57C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L69C15-L71C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartException.#ctor(System.String,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L90C15-L92C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L110C15-L112C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartException.#ctor(System.String,System.ComponentModel.Composition.Primitives.ICompositionElement,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L136C15-L139C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ComposablePartException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L173C13-L175C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ComposablePartException.Element", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs#L150C19-L150C35" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Primitives.ComposablePartException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ComposablePartException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L24C9-L44C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.#ctor(System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Type}},System.ComponentModel.Composition.Primitives.ImportCardinality,System.Boolean,System.Boolean,System.ComponentModel.Composition.CreationPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L103C15-L105C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.#ctor(System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Type}},System.ComponentModel.Composition.Primitives.ImportCardinality,System.Boolean,System.Boolean,System.ComponentModel.Composition.CreationPolicy,System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L24C9-L177C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.IsConstraintSatisfiedBy(System.ComponentModel.Composition.Primitives.ExportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L297C13-L304C60" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L362C13-L379C34" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.RequiredTypeIdentity", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L189C19-L189C48" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.RequiredMetadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L213C17-L216C42" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.RequiredCreationPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L252C19-L252C50" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition.Constraint", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs#L273C13-L273C142" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Primitives.ContractBasedImportDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ContractBasedImportDefinition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.Export.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L21C9-L34C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.Export.#ctor(System.String,System.Func{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L59C15-L61C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.Export.#ctor(System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.Func{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L92C15-L94C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.Export.#ctor(System.ComponentModel.Composition.Primitives.ExportDefinition,System.Func{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L21C9-L122C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.Export.GetExportedValueCore", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L237C13-L242C89" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.Export.Definition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L144C17-L149C83" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.Export.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L175C17-L175C44" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.Export.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs#L202C17-L208C39" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Primitives.Export", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/Export.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ExportDefinition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs#L17C9-L32C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ExportDefinition.#ctor(System.String,System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs#L17C9-L64C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ExportDefinition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs#L133C13-L133C33" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ExportDefinition.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs#L86C17-L91C85" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ExportDefinition.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs#L121C17-L121C34" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Primitives.ExportDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportDefinition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ExportedDelegate.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportedDelegate.cs#L16C9-L16C41" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ExportedDelegate.#ctor(System.Object,System.Reflection.MethodInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportedDelegate.cs#L18C9-L24C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ExportedDelegate.CreateDelegate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportedDelegate.cs#L28C13-L43C10" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Primitives.ExportedDelegate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ExportedDelegate.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ICompositionElement.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ICompositionElement.cs" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ICompositionElement.Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ICompositionElement.cs" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Primitives.ICompositionElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ICompositionElement.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ComponentModel.Composition.Primitives.ImportCardinality.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportCardinality.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.Primitives.ImportCardinality.ZeroOrOne", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportCardinality.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.Primitives.ImportCardinality.ExactlyOne", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportCardinality.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.Primitives.ImportCardinality.ZeroOrMore", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportCardinality.cs" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Primitives.ImportCardinality", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportCardinality.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ImportDefinition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L20C9-L40C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ImportDefinition.#ctor(System.Linq.Expressions.Expression{System.Func{System.ComponentModel.Composition.Primitives.ExportDefinition,System.Boolean}},System.String,System.ComponentModel.Composition.Primitives.ImportCardinality,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L82C15-L87C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ImportDefinition.#ctor(System.Linq.Expressions.Expression{System.Func{System.ComponentModel.Composition.Primitives.ExportDefinition,System.Boolean}},System.String,System.ComponentModel.Composition.Primitives.ImportCardinality,System.Boolean,System.Boolean,System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L90C15-L95C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ImportDefinition.IsConstraintSatisfiedBy(System.ComponentModel.Composition.Primitives.ExportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L264C13-L268C65" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Primitives.ImportDefinition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L279C13-L279C47" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ImportDefinition.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L135C17-L135C38" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ImportDefinition.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L165C17-L165C34" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ImportDefinition.Cardinality", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L180C19-L180C39" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ImportDefinition.Constraint", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L204C17-L209C83" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ImportDefinition.IsPrerequisite", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L224C19-L224C42" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Primitives.ImportDefinition.IsRecomposable", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs#L237C19-L237C42" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Primitives.ImportDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Primitives/ImportDefinition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L28C15-L30C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L47C15-L49C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.#ctor(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ComposablePartCatalog})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L63C9-L68C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L121C13-L152C70" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L180C17-L192C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L196C13-L196C77" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.OnChanged(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L207C13-L208C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateCatalog.OnChanging(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L218C13-L219C10" - }, - { - "DocsId": "E:System.ComponentModel.Composition.Hosting.AggregateCatalog.Changed", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L77C17-L78C14" - }, - { - "DocsId": "E:System.ComponentModel.Composition.Hosting.AggregateCatalog.Changing", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L92C17-L93C14" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.AggregateCatalog.Catalogs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs#L169C17-L172C34" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.AggregateCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateCatalog.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateExportProvider.#ctor(System.ComponentModel.Composition.Hosting.ExportProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L37C9-L66C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateExportProvider.#ctor(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Hosting.ExportProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L83C15-L85C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateExportProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L92C13-L94C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateExportProvider.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L102C13-L113C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AggregateExportProvider.GetExportsCore(System.ComponentModel.Composition.Primitives.ImportDefinition,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L158C13-L203C36" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.AggregateExportProvider.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs#L129C17-L132C43" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.AggregateExportProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AggregateExportProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L19C9-L23C40" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.#ctor(System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L19C9-L30C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.#ctor(System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L19C9-L37C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.#ctor(System.Reflection.ReflectionContext,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L19C9-L46C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L111C17-L127C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L131C13-L133C49" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L157C13-L161C56" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L184C13-L184C37" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L195C19-L195C43" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ApplicationCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L206C19-L206C31" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.ApplicationCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L195C19-L195C43" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.ApplicationCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs#L206C19-L206C31" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.ApplicationCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ApplicationCatalog.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L79C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.String,System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L137C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.String,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L193C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.String,System.Reflection.ReflectionContext,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L259C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.Reflection.Assembly,System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L292C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.Reflection.Assembly,System.Reflection.ReflectionContext,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L333C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L356C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.#ctor(System.Reflection.Assembly,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L25C9-L387C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L427C13-L427C56" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L484C19-L484C43" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L495C19-L495C31" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L506C13-L506C37" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L513C17-L525C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AssemblyCatalog.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L529C13-L529C49" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.AssemblyCatalog.Assembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L472C17-L472C34" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.AssemblyCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L484C19-L484C43" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.AssemblyCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs#L495C19-L495C31" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.AssemblyCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AssemblyCatalog.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L47C15-L49C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.#ctor(System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L51C9-L60C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.SetValue(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L64C13-L71C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.TryGetValue``1(System.Object,``0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L75C13-L75C55" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.TryGetValue``1(System.Object,System.Boolean,``0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L80C13-L85C84" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.AddCompleteAction(System.Action)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L90C13-L98C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.AddRevertAction(System.Action)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L102C13-L110C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.Complete", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L114C13-L127C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L131C13-L133C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.AtomicComposition.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs#L137C13-L183C10" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.AtomicComposition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/AtomicComposition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CatalogExportProvider.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L63C15-L65C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CatalogExportProvider.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L68C15-L70C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CatalogExportProvider.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.ComponentModel.Composition.Hosting.CompositionOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L39C9-L97C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CatalogExportProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L204C13-L206C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CatalogExportProvider.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L214C13-L275C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CatalogExportProvider.GetExportsCore(System.ComponentModel.Composition.Primitives.ImportDefinition,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L299C13-L308C29" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.CatalogExportProvider.Catalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L115C17-L118C33" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.CatalogExportProvider.SourceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs#L154C17-L159C14" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.CatalogExportProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExportProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CatalogExtensions.CreateCompositionService(System.ComponentModel.Composition.Primitives.ComposablePartCatalog)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExtensions.cs#L18C13-L20C66" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.CatalogExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CatalogExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs.#ctor(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ComposablePartDefinition},System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ComposablePartDefinition},System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartCatalogChangeEventArgs.cs#L41C9-L50C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs.AddedDefinitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartCatalogChangeEventArgs.cs#L65C17-L65C42" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs.RemovedDefinitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartCatalogChangeEventArgs.cs#L82C17-L82C44" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs.AtomicComposition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartCatalogChangeEventArgs.cs#L98C55-L98C59" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartCatalogChangeEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L30C13-L32C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L35C15-L37C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.#ctor(System.ComponentModel.Composition.Hosting.CompositionOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L17C9-L48C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L55C13-L57C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L65C13-L97C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.GetExportsCore(System.ComponentModel.Composition.Primitives.ImportDefinition,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L199C13-L228C28" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.Compose(System.ComponentModel.Composition.Hosting.CompositionBatch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L233C13-L313C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.SourceProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs#L131C17-L133C40" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.ComposablePartExportProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ComposablePartExportProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionBatch.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L26C13-L28C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionBatch.#ctor(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ComposablePart},System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ComposablePart})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L14C9-L64C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionBatch.AddPart(System.ComponentModel.Composition.Primitives.ComposablePart)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L111C13-L122C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionBatch.RemovePart(System.ComponentModel.Composition.Primitives.ComposablePart)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L135C13-L146C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionBatch.AddExport(System.ComponentModel.Composition.Primitives.Export)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L165C13-L171C25" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.CompositionBatch.PartsToAdd", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L74C17-L80C14" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.CompositionBatch.PartsToRemove", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs#L91C17-L97C14" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.CompositionBatch", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionBatch.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionConstants.PartCreationPolicyMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionConstants.ImportSourceMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionConstants.IsGenericPartMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionConstants.GenericContractMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionConstants.GenericParametersMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionConstants.ExportTypeIdentityMetadataName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.CompositionConstants", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionConstants.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L36C15-L38C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.#ctor(System.ComponentModel.Composition.Hosting.ExportProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L54C13-L56C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.#ctor(System.ComponentModel.Composition.Hosting.CompositionOptions,System.ComponentModel.Composition.Hosting.ExportProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L75C13-L77C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.ComponentModel.Composition.Hosting.ExportProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L94C13-L96C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.Boolean,System.ComponentModel.Composition.Hosting.ExportProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L116C15-L118C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.ComponentModel.Composition.Hosting.CompositionOptions,System.ComponentModel.Composition.Hosting.ExportProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L29C9-L227C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L298C13-L300C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L308C13-L366C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.Compose(System.ComponentModel.Composition.Hosting.CompositionBatch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L370C13-L374C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.ReleaseExport(System.ComponentModel.Composition.Primitives.Export)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L397C13-L403C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.ReleaseExport``1(System.Lazy{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L426C13-L432C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.ReleaseExports(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.Export})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L447C13-L453C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.ReleaseExports``1(System.Collections.Generic.IEnumerable{System.Lazy{``0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L468C13-L474C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.ReleaseExports``2(System.Collections.Generic.IEnumerable{System.Lazy{``0,``1}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L489C13-L495C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.SatisfyImportsOnce(System.ComponentModel.Composition.Primitives.ComposablePart)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L516C13-L534C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionContainer.GetExportsCore(System.ComponentModel.Composition.Primitives.ImportDefinition,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L568C13-L598C28" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.CompositionContainer.Catalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L254C17-L256C56" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.CompositionContainer.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs#L286C17-L289C35" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.CompositionContainer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionContainer.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionOptions.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionOptions.DisableSilentRejection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionOptions.IsThreadSafe", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" - }, - { - "DocsId": "F:System.ComponentModel.Composition.Hosting.CompositionOptions.ExportCompositionService", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.CompositionOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L18C9-L24C51" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Hosting.CompositionScopeDefinition})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L18C9-L37C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Hosting.CompositionScopeDefinition},System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ExportDefinition})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L18C9-L52C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L87C17-L103C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L152C13-L152C45" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L181C13-L184C52" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.OnChanged(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L226C13-L227C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.OnChanging(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L235C13-L236C10" - }, - { - "DocsId": "E:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.Changed", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs" - }, - { - "DocsId": "E:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.Changing", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.Children", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L113C17-L115C34" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition.PublicSurface", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs#L135C17-L141C39" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.CompositionScopeDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionScopeDefinition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionService.SatisfyImportsOnce(System.ComponentModel.Composition.Primitives.ComposablePart)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionService.cs#L49C13-L55C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.CompositionService.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionService.cs#L59C13-L70C10" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.CompositionService", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/CompositionService.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L73C15-L75C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String,System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L112C15-L114C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L150C15-L152C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String,System.Reflection.ReflectionContext,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L193C15-L195C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L31C9-L237C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String,System.String,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L31C9-L282C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String,System.String,System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L31C9-L332C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.#ctor(System.String,System.String,System.Reflection.ReflectionContext,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L31C9-L387C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L459C17-L496C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L500C13-L500C127" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L16707566C0-L528C93" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.OnChanged(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L539C13-L540C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.OnChanging(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L550C13-L551C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.Refresh", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L568C13-L648C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L658C13-L658C37" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L790C19-L790C43" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.DirectoryCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L801C19-L801C31" - }, - { - "DocsId": "E:System.ComponentModel.Composition.Hosting.DirectoryCatalog.Changed", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs" - }, - { - "DocsId": "E:System.ComponentModel.Composition.Hosting.DirectoryCatalog.Changing", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.DirectoryCatalog.FullPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L398C17-L398C34" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.DirectoryCatalog.LoadedFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L409C17-L414C14" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.DirectoryCatalog.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L426C17-L426C30" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.DirectoryCatalog.SearchPattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L437C17-L437C39" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.DirectoryCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L790C19-L790C43" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.DirectoryCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs#L801C19-L801C31" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.DirectoryCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/DirectoryCatalog.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L21C9-L23C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L65C13-L65C49" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L99C13-L114C139" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.TryGetExports(System.ComponentModel.Composition.Primitives.ImportDefinition,System.ComponentModel.Composition.Hosting.AtomicComposition,System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.Export}@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L146C13-L149C67" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExportsCore(System.ComponentModel.Composition.Primitives.ImportDefinition,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.OnExportsChanged(System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L184C13-L190C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.OnExportsChanging(System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs#L200C13-L206C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExport``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L61C13-L61C48" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExport``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L112C13-L112C51" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExport``2", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L162C13-L162C63" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExport``2(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L213C13-L213C66" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExports(System.Type,System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L263C13-L272C27" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExports``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L309C13-L309C49" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExports``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L350C13-L350C52" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExports``2", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L388C13-L388C64" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExports``2(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L430C13-L430C67" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValue``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L478C13-L478C55" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValue``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L528C13-L528C88" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValueOrDefault``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L578C13-L578C64" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValueOrDefault``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L628C13-L628C87" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValues``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L667C13-L667C56" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValues``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.GetExportOverrides.cs#L708C13-L708C59" - }, - { - "DocsId": "E:System.ComponentModel.Composition.Hosting.ExportProvider.ExportsChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs" - }, - { - "DocsId": "E:System.ComponentModel.Composition.Hosting.ExportProvider.ExportsChanging", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.ExportProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs.#ctor(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ExportDefinition},System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ExportDefinition},System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs#L44C9-L53C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs.AddedExports", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs#L68C17-L68C38" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs.RemovedExports", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs#L85C17-L85C40" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs.ChangedContractNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs#L97C13-L101C49" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs.AtomicComposition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs#L116C55-L116C59" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.ExportsChangeEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ExportsChangeEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.Func{System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L28C13-L30C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L56C17-L88C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L92C13-L92C65" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.GetExports(System.ComponentModel.Composition.Primitives.ImportDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L151C13-L163C28" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.OnChanged(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L182C13-L183C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.OnChanging(System.ComponentModel.Composition.Hosting.ComposablePartCatalogChangeEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L191C13-L192C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.IncludeDependencies", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.Traversal.cs#L19C13-L19C92" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.IncludeDependencies(System.Func{System.ComponentModel.Composition.Primitives.ImportDefinition,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.Traversal.cs#L30C13-L33C76" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.IncludeDependents", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.Traversal.cs#L42C13-L42C90" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.FilteredCatalog.IncludeDependents(System.Func{System.ComponentModel.Composition.Primitives.ImportDefinition,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.Traversal.cs#L53C13-L56C74" - }, - { - "DocsId": "E:System.ComponentModel.Composition.Hosting.FilteredCatalog.Changed", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.IComposablePartCatalogTraversal.cs" - }, - { - "DocsId": "E:System.ComponentModel.Composition.Hosting.FilteredCatalog.Changing", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.IComposablePartCatalogTraversal.cs" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.FilteredCatalog.Complement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs#L103C17-L121C36" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.FilteredCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/FilteredCatalog.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.#ctor(System.ComponentModel.Composition.Hosting.ExportProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L38C15-L40C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.#ctor(System.ComponentModel.Composition.Hosting.ExportProvider,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L43C15-L45C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.#ctor(System.ComponentModel.Composition.Hosting.ExportProvider,System.ComponentModel.Composition.Hosting.CompositionOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L24C9-L55C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.PreviewImports(System.ComponentModel.Composition.Primitives.ComposablePart,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L16707566C0-L134C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.SatisfyImports(System.ComponentModel.Composition.Primitives.ComposablePart)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L158C13-L174C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.SatisfyImportsOnce(System.ComponentModel.Composition.Primitives.ComposablePart)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L195C13-L211C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.ReleaseImports(System.ComponentModel.Composition.Primitives.ComposablePart,System.ComponentModel.Composition.Hosting.AtomicComposition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L229C13-L241C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L248C13-L250C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ImportEngine.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs#L258C13-L288C10" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.ImportEngine", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ImportEngine.cs" - }, - { - "Members": [ - { - "DocsId": "E:System.ComponentModel.Composition.Hosting.INotifyComposablePartCatalogChanged.Changed", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/INotifyComposablePartCatalogChanged.cs" - }, - { - "DocsId": "E:System.ComponentModel.Composition.Hosting.INotifyComposablePartCatalogChanged.Changing", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/INotifyComposablePartCatalogChanged.cs" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.INotifyComposablePartCatalogChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/INotifyComposablePartCatalogChanged.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ScopingExtensions.Exports(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L21C13-L32C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ScopingExtensions.Imports(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L44C13-L56C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ScopingExtensions.Imports(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.String,System.ComponentModel.Composition.Primitives.ImportCardinality)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L69C13-L81C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ScopingExtensions.ContainsPartMetadataWithKey(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L93C13-L96C51" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ScopingExtensions.ContainsPartMetadata``1(System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.String,``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L111C13-L126C26" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.ScopingExtensions.Filter(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.Func{System.ComponentModel.Composition.Primitives.ComposablePartDefinition,System.Boolean})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs#L137C13-L140C57" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.ScopingExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/ScopingExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.#ctor(System.Type[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L52C51-L54C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.#ctor(System.Collections.Generic.IEnumerable{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L27C9-L82C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.#ctor(System.Collections.Generic.IEnumerable{System.Type},System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L27C9-L110C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.#ctor(System.Collections.Generic.IEnumerable{System.Type},System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L27C9-L139C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.#ctor(System.Collections.Generic.IEnumerable{System.Type},System.Reflection.ReflectionContext,System.ComponentModel.Composition.Primitives.ICompositionElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L27C9-L172C10" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L225C13-L226C50" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L237C19-L237C43" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#get_Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L248C19-L248C31" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L344C13-L344C37" - }, - { - "DocsId": "M:System.ComponentModel.Composition.Hosting.TypeCatalog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L349C13-L355C10" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.TypeCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L237C19-L237C43" - }, - { - "DocsId": "P:System.ComponentModel.Composition.Hosting.TypeCatalog.System#ComponentModel#Composition#Primitives#ICompositionElement#Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs#L248C19-L248C31" - } - ], - "DocsId": "T:System.ComponentModel.Composition.Hosting.TypeCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/Hosting/TypeCatalog.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Composition.AttributedModel.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Composition.AttributedModel.json deleted file mode 100644 index 7c63ec3d394..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Composition.AttributedModel.json +++ /dev/null @@ -1,220 +0,0 @@ -{ - "Assembly": "System.Composition.AttributedModel", - "GUID": "0DC3CB8EC61040318FF6028982975DC4FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Composition.ExportAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L19C36-L21C10" - }, - { - "DocsId": "M:System.Composition.ExportAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L33C53-L35C10" - }, - { - "DocsId": "M:System.Composition.ExportAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L46C55-L48C10" - }, - { - "DocsId": "M:System.Composition.ExportAttribute.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L64C9-L68C10" - }, - { - "DocsId": "P:System.Composition.ExportAttribute.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L77C38-L77C42" - }, - { - "DocsId": "P:System.Composition.ExportAttribute.ContractType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs#L87C36-L87C40" - } - ], - "DocsId": "T:System.Composition.ExportAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.ExportMetadataAttribute.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportMetadataAttribute.cs#L27C9-L31C10" - }, - { - "DocsId": "P:System.Composition.ExportMetadataAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportMetadataAttribute.cs#L39C30-L39C34" - }, - { - "DocsId": "P:System.Composition.ExportMetadataAttribute.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportMetadataAttribute.cs#L47C31-L47C35" - } - ], - "DocsId": "T:System.Composition.ExportMetadataAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/ExportMetadataAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.ImportAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportAttribute.cs#L19C36-L21C10" - }, - { - "DocsId": "M:System.Composition.ImportAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportAttribute.cs#L31C9-L34C10" - }, - { - "DocsId": "P:System.Composition.ImportAttribute.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportAttribute.cs#L43C38-L43C42" - }, - { - "DocsId": "P:System.Composition.ImportAttribute.AllowDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportAttribute.cs#L50C36-L50C40" - } - ], - "DocsId": "T:System.Composition.ImportAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.ImportingConstructorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportingConstructorAttribute.cs#L20C9-L22C10" - } - ], - "DocsId": "T:System.Composition.ImportingConstructorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportingConstructorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.ImportManyAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportManyAttribute.cs#L19C40-L21C10" - }, - { - "DocsId": "M:System.Composition.ImportManyAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportManyAttribute.cs#L31C9-L34C10" - }, - { - "DocsId": "P:System.Composition.ImportManyAttribute.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportManyAttribute.cs#L43C38-L43C42" - } - ], - "DocsId": "T:System.Composition.ImportManyAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportManyAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.ImportMetadataConstraintAttribute.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportMetadataConstraintAttribute.cs#L17C9-L21C10" - }, - { - "DocsId": "P:System.Composition.ImportMetadataConstraintAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportMetadataConstraintAttribute.cs#L26C30-L26C34" - }, - { - "DocsId": "P:System.Composition.ImportMetadataConstraintAttribute.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportMetadataConstraintAttribute.cs#L31C31-L31C35" - } - ], - "DocsId": "T:System.Composition.ImportMetadataConstraintAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/ImportMetadataConstraintAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.MetadataAttributeAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/MetadataAttributeAttribute.cs#L17C9-L19C10" - } - ], - "DocsId": "T:System.Composition.MetadataAttributeAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/MetadataAttributeAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.OnImportsSatisfiedAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/OnImportsSatisfiedAttribute.cs" - } - ], - "DocsId": "T:System.Composition.OnImportsSatisfiedAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/OnImportsSatisfiedAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.PartMetadataAttribute.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartMetadataAttribute.cs#L24C9-L28C10" - }, - { - "DocsId": "P:System.Composition.PartMetadataAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartMetadataAttribute.cs#L36C30-L36C34" - }, - { - "DocsId": "P:System.Composition.PartMetadataAttribute.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartMetadataAttribute.cs#L44C31-L44C35" - } - ], - "DocsId": "T:System.Composition.PartMetadataAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartMetadataAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.PartNotDiscoverableAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartNotDiscoverableAttribute.cs#L15C9-L17C10" - } - ], - "DocsId": "T:System.Composition.PartNotDiscoverableAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/PartNotDiscoverableAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.SharedAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharedAttribute.cs#L23C36-L25C10" - }, - { - "DocsId": "M:System.Composition.SharedAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharedAttribute.cs#L32C62-L34C10" - }, - { - "DocsId": "P:System.Composition.SharedAttribute.SharingBoundary", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharedAttribute.cs#L39C42-L39C60" - } - ], - "DocsId": "T:System.Composition.SharedAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharedAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.SharingBoundaryAttribute.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharingBoundaryAttribute.cs#L30C9-L33C10" - }, - { - "DocsId": "P:System.Composition.SharingBoundaryAttribute.SharingBoundaryNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharingBoundaryAttribute.cs#L38C67-L38C106" - } - ], - "DocsId": "T:System.Composition.SharingBoundaryAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/SharingBoundaryAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Convention.AttributedModelProvider.GetCustomAttributes(System.Type,System.Reflection.MemberInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/Convention/AttributedModelProvider.cs" - }, - { - "DocsId": "M:System.Composition.Convention.AttributedModelProvider.GetCustomAttributes(System.Type,System.Reflection.ParameterInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/Convention/AttributedModelProvider.cs" - }, - { - "DocsId": "M:System.Composition.Convention.AttributedModelProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/Convention/AttributedModelProvider.cs" - } - ], - "DocsId": "T:System.Composition.Convention.AttributedModelProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.AttributedModel/src/System/Composition/Convention/AttributedModelProvider.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Composition.Convention.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Composition.Convention.json deleted file mode 100644 index c4adb6ac384..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Composition.Convention.json +++ /dev/null @@ -1,266 +0,0 @@ -{ - "Assembly": "System.Composition.Convention", - "GUID": "223128292800401DBAB066BE8211C9D2FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Composition.Convention.ConventionBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L16C9-L27C10" - }, - { - "DocsId": "M:System.Composition.Convention.ConventionBuilder.ForTypesDerivedFrom``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L37C13-L39C32" - }, - { - "DocsId": "M:System.Composition.Convention.ConventionBuilder.ForTypesDerivedFrom(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L16707566C0-L57C32" - }, - { - "DocsId": "M:System.Composition.Convention.ConventionBuilder.ForType``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L67C13-L69C32" - }, - { - "DocsId": "M:System.Composition.Convention.ConventionBuilder.ForType(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L16707566C0-L86C32" - }, - { - "DocsId": "M:System.Composition.Convention.ConventionBuilder.ForTypesMatching``1(System.Predicate{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L98C13-L105C32" - }, - { - "DocsId": "M:System.Composition.Convention.ConventionBuilder.ForTypesMatching(System.Predicate{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L116C13-L123C32" - }, - { - "DocsId": "M:System.Composition.Convention.ConventionBuilder.GetCustomAttributes(System.Type,System.Reflection.MemberInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L161C13-L244C110" - }, - { - "DocsId": "M:System.Composition.Convention.ConventionBuilder.GetCustomAttributes(System.Type,System.Reflection.ParameterInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs#L301C13-L308C96" - } - ], - "DocsId": "T:System.Composition.Convention.ConventionBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ConventionBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Convention.ExportConventionBuilder.AsContractType``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L33C13-L33C46" - }, - { - "DocsId": "M:System.Composition.Convention.ExportConventionBuilder.AsContractType(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L43C13-L49C25" - }, - { - "DocsId": "M:System.Composition.Convention.ExportConventionBuilder.AsContractName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L59C13-L69C25" - }, - { - "DocsId": "M:System.Composition.Convention.ExportConventionBuilder.AsContractName(System.Func{System.Type,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L79C13-L85C25" - }, - { - "DocsId": "M:System.Composition.Convention.ExportConventionBuilder.AddMetadata(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L96C13-L108C25" - }, - { - "DocsId": "M:System.Composition.Convention.ExportConventionBuilder.AddMetadata(System.String,System.Func{System.Type,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs#L119C13-L135C25" - } - ], - "DocsId": "T:System.Composition.Convention.ExportConventionBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ExportConventionBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Convention.ImportConventionBuilder.AsContractName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L33C13-L43C25" - }, - { - "DocsId": "M:System.Composition.Convention.ImportConventionBuilder.AsContractName(System.Func{System.Type,System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L53C13-L59C25" - }, - { - "DocsId": "M:System.Composition.Convention.ImportConventionBuilder.AsMany", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L68C13-L68C33" - }, - { - "DocsId": "M:System.Composition.Convention.ImportConventionBuilder.AsMany(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L78C13-L79C25" - }, - { - "DocsId": "M:System.Composition.Convention.ImportConventionBuilder.AllowDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L89C13-L90C25" - }, - { - "DocsId": "M:System.Composition.Convention.ImportConventionBuilder.AddMetadataConstraint(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L101C13-L113C25" - }, - { - "DocsId": "M:System.Composition.Convention.ImportConventionBuilder.AddMetadataConstraint(System.String,System.Func{System.Type,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs#L124C13-L140C25" - } - ], - "DocsId": "T:System.Composition.Convention.ImportConventionBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ImportConventionBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Convention.ParameterImportConventionBuilder.Import``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ParameterImportConventionBuilder.cs#L21C13-L21C28" - }, - { - "DocsId": "M:System.Composition.Convention.ParameterImportConventionBuilder.Import``1(System.Action{System.Composition.Convention.ImportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ParameterImportConventionBuilder.cs#L32C13-L32C28" - } - ], - "DocsId": "T:System.Composition.Convention.ParameterImportConventionBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/ParameterImportConventionBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.Export", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L56C13-L58C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.Export(System.Action{System.Composition.Convention.ExportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L68C13-L76C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.Export``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L85C13-L87C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.Export``1(System.Action{System.Composition.Convention.ExportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L97C13-L105C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.SelectConstructor(System.Func{System.Collections.Generic.IEnumerable{System.Reflection.ConstructorInfo},System.Reflection.ConstructorInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L115C13-L121C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.SelectConstructor(System.Func{System.Collections.Generic.IEnumerable{System.Reflection.ConstructorInfo},System.Reflection.ConstructorInfo},System.Action{System.Reflection.ParameterInfo,System.Composition.Convention.ImportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L133C13-L140C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ExportInterfaces(System.Predicate{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L150C13-L155C64" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ExportInterfaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L164C13-L164C48" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ExportInterfaces(System.Predicate{System.Type},System.Action{System.Type,System.Composition.Convention.ExportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L176C13-L185C79" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ExportProperties(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L202C13-L207C63" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ExportProperties(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.Composition.Convention.ExportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L219C13-L228C78" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ExportProperties``1(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L246C13-L251C66" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ExportProperties``1(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.Composition.Convention.ExportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L264C13-L273C81" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ImportProperties(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L290C13-L295C63" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ImportProperties(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.Composition.Convention.ImportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L307C13-L316C78" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ImportProperties``1(System.Predicate{System.Reflection.PropertyInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L334C13-L339C66" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.ImportProperties``1(System.Predicate{System.Reflection.PropertyInfo},System.Action{System.Reflection.PropertyInfo,System.Composition.Convention.ImportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L352C13-L361C81" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.NotifyImportsSatisfied(System.Predicate{System.Reflection.MethodInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L378C13-L379C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.Shared", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L388C13-L388C37" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.Shared(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L398C13-L408C48" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.AddPartMetadata(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L426C13-L438C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder.AddPartMetadata(System.String,System.Func{System.Type,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs#L449C13-L465C25" - } - ], - "DocsId": "T:System.Composition.Convention.PartConventionBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.SelectConstructor(System.Linq.Expressions.Expression{System.Func{System.Composition.Convention.ParameterImportConventionBuilder,`0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L220C13-L227C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ExportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L237C13-L237C59" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ExportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.Composition.Convention.ExportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L250C13-L257C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ExportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L269C13-L269C70" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ExportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.Composition.Convention.ExportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L283C13-L290C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ImportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L300C13-L300C59" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ImportProperty(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.Composition.Convention.ImportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L313C13-L320C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ImportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L331C13-L331C70" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.ImportProperty``1(System.Linq.Expressions.Expression{System.Func{`0,System.Object}},System.Action{System.Composition.Convention.ImportConventionBuilder})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L345C13-L352C25" - }, - { - "DocsId": "M:System.Composition.Convention.PartConventionBuilder`1.NotifyImportsSatisfied(System.Linq.Expressions.Expression{System.Action{`0}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs#L361C13-L368C25" - } - ], - "DocsId": "T:System.Composition.Convention.PartConventionBuilder`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Convention/src/System/Composition/Convention/PartConventionBuilderOfT.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Composition.Hosting.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Composition.Hosting.json deleted file mode 100644 index 25d4145f8aa..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Composition.Hosting.json +++ /dev/null @@ -1,252 +0,0 @@ -{ - "Assembly": "System.Composition.Hosting", - "GUID": "CC081527EA824232821FA365E94FF011FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Composition.Hosting.CompositionHost.CreateCompositionHost(System.Composition.Hosting.Core.ExportDescriptorProvider[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/CompositionHost.cs#L37C13-L37C92" - }, - { - "DocsId": "M:System.Composition.Hosting.CompositionHost.CreateCompositionHost(System.Collections.Generic.IEnumerable{System.Composition.Hosting.Core.ExportDescriptorProvider})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/CompositionHost.cs#L46C13-L63C51" - }, - { - "DocsId": "M:System.Composition.Hosting.CompositionHost.TryGetExport(System.Composition.Hosting.Core.CompositionContract,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/CompositionHost.cs#L76C13-L76C76" - }, - { - "DocsId": "M:System.Composition.Hosting.CompositionHost.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/CompositionHost.cs#L84C13-L85C10" - } - ], - "DocsId": "T:System.Composition.Hosting.CompositionHost", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/CompositionHost.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Hosting.Core.CompositeActivator.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositeActivator.cs" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositeActivator.Invoke(System.Composition.Hosting.Core.LifetimeContext,System.Composition.Hosting.Core.CompositionOperation)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositeActivator.cs" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositeActivator.BeginInvoke(System.Composition.Hosting.Core.LifetimeContext,System.Composition.Hosting.Core.CompositionOperation,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositeActivator.cs" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositeActivator.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositeActivator.cs" - } - ], - "DocsId": "T:System.Composition.Hosting.Core.CompositeActivator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositeActivator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionDependency.Satisfied(System.Composition.Hosting.Core.CompositionContract,System.Composition.Hosting.Core.ExportDescriptorPromise,System.Boolean,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L42C13-L55C86" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionDependency.Missing(System.Composition.Hosting.Core.CompositionContract,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L67C13-L76C62" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionDependency.Oversupplied(System.Composition.Hosting.Core.CompositionContract,System.Collections.Generic.IEnumerable{System.Composition.Hosting.Core.ExportDescriptorPromise},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L89C13-L102C71" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionDependency.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L156C13-L159C98" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.CompositionDependency.Target", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L130C55-L130C70" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.CompositionDependency.IsPrerequisite", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L137C44-L137C67" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.CompositionDependency.Site", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L143C36-L143C49" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.CompositionDependency.Contract", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs#L148C53-L148C70" - } - ], - "DocsId": "T:System.Composition.Hosting.Core.CompositionDependency", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionDependency.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionOperation.Run(System.Composition.Hosting.Core.LifetimeContext,System.Composition.Hosting.Core.CompositeActivator)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionOperation.cs#L33C13-L48C10" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionOperation.AddNonPrerequisiteAction(System.Action)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionOperation.cs#L57C13-L65C10" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionOperation.AddPostCompositionAction(System.Action)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionOperation.cs#L74C13-L82C10" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionOperation.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionOperation.cs#L128C13-L130C10" - } - ], - "DocsId": "T:System.Composition.Hosting.Core.CompositionOperation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/CompositionOperation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Hosting.Core.DependencyAccessor.GetPromises(System.Composition.Hosting.Core.CompositionContract)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.DependencyAccessor.ResolveDependencies(System.Object,System.Composition.Hosting.Core.CompositionContract,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs#L30C13-L34C27" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.DependencyAccessor.ResolveRequiredDependency(System.Object,System.Composition.Hosting.Core.CompositionContract,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs#L47C13-L50C27" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.DependencyAccessor.TryResolveOptionalDependency(System.Object,System.Composition.Hosting.Core.CompositionContract,System.Boolean,System.Composition.Hosting.Core.CompositionDependency@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs#L63C13-L77C25" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.DependencyAccessor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs" - } - ], - "DocsId": "T:System.Composition.Hosting.Core.DependencyAccessor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/DependencyAccessor.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Hosting.Core.ExportDescriptor.Create(System.Composition.Hosting.Core.CompositeActivator,System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptor.cs#L33C13-L33C68" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.ExportDescriptor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptor.cs" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.ExportDescriptor.Activator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptor.cs" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.ExportDescriptor.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptor.cs" - } - ], - "DocsId": "T:System.Composition.Hosting.Core.ExportDescriptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptor.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Hosting.Core.ExportDescriptorPromise.#ctor(System.Composition.Hosting.Core.CompositionContract,System.String,System.Boolean,System.Func{System.Collections.Generic.IEnumerable{System.Composition.Hosting.Core.CompositionDependency}},System.Func{System.Collections.Generic.IEnumerable{System.Composition.Hosting.Core.CompositionDependency},System.Composition.Hosting.Core.ExportDescriptor})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L16707566C0-L48C10" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.ExportDescriptorPromise.GetDescriptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L78C13-L95C10" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.ExportDescriptorPromise.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L103C13-L103C84" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.ExportDescriptorPromise.Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L54C38-L54C53" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.ExportDescriptorPromise.IsShared", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L60C38-L60C55" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.ExportDescriptorPromise.Dependencies", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L65C79-L65C106" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.ExportDescriptorPromise.Contract", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs#L70C53-L70C70" - } - ], - "DocsId": "T:System.Composition.Hosting.Core.ExportDescriptorPromise", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorPromise.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Hosting.Core.ExportDescriptorProvider.GetExportDescriptors(System.Composition.Hosting.Core.CompositionContract,System.Composition.Hosting.Core.DependencyAccessor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.ExportDescriptorProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" - }, - { - "DocsId": "F:System.Composition.Hosting.Core.ExportDescriptorProvider.NoExportDescriptors", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" - }, - { - "DocsId": "F:System.Composition.Hosting.Core.ExportDescriptorProvider.NoMetadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" - }, - { - "DocsId": "F:System.Composition.Hosting.Core.ExportDescriptorProvider.NoDependencies", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" - } - ], - "DocsId": "T:System.Composition.Hosting.Core.ExportDescriptorProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/ExportDescriptorProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Hosting.Core.LifetimeContext.AllocateSharingId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L51C13-L51C63" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.LifetimeContext.FindContextWithin(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L77C13-L97C22" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.LifetimeContext.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L106C13-L121C10" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.LifetimeContext.AddBoundInstance(System.IDisposable)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L130C13-L137C10" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.LifetimeContext.GetOrCreate(System.Int32,System.Composition.Hosting.Core.CompositionOperation,System.Composition.Hosting.Core.CompositeActivator)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L16707566C0-L184C27" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.LifetimeContext.TryGetExport(System.Composition.Hosting.Core.CompositionContract,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L198C13-L205C25" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.LifetimeContext.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs#L214C13-L220C76" - } - ], - "DocsId": "T:System.Composition.Hosting.Core.LifetimeContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Hosting/src/System/Composition/Hosting/Core/LifetimeContext.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Composition.Runtime.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Composition.Runtime.json deleted file mode 100644 index ca78ece6de4..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Composition.Runtime.json +++ /dev/null @@ -1,186 +0,0 @@ -{ - "Assembly": "System.Composition.Runtime", - "GUID": "411B267EFEDE49E8B4E0CEACCC6D42A5FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Composition.CompositionContext.TryGetExport(System.Composition.Hosting.Core.CompositionContract,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs" - }, - { - "DocsId": "M:System.Composition.CompositionContext.GetExport``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L36C13-L36C45" - }, - { - "DocsId": "M:System.Composition.CompositionContext.GetExport``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L49C13-L49C70" - }, - { - "DocsId": "M:System.Composition.CompositionContext.TryGetExport(System.Type,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L62C13-L62C63" - }, - { - "DocsId": "M:System.Composition.CompositionContext.TryGetExport(System.Type,System.String,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L76C13-L80C26" - }, - { - "DocsId": "M:System.Composition.CompositionContext.TryGetExport``1(``0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L93C13-L93C51" - }, - { - "DocsId": "M:System.Composition.CompositionContext.TryGetExport``1(System.String,``0@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L107C13-L114C25" - }, - { - "DocsId": "M:System.Composition.CompositionContext.GetExport(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L126C13-L126C48" - }, - { - "DocsId": "M:System.Composition.CompositionContext.GetExport(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L139C13-L139C81" - }, - { - "DocsId": "M:System.Composition.CompositionContext.GetExport(System.Composition.Hosting.Core.CompositionContract)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L151C13-L154C119" - }, - { - "DocsId": "M:System.Composition.CompositionContext.GetExports(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L165C13-L165C49" - }, - { - "DocsId": "M:System.Composition.CompositionContext.GetExports(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L178C13-L183C65" - }, - { - "DocsId": "M:System.Composition.CompositionContext.GetExports``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L195C13-L195C46" - }, - { - "DocsId": "M:System.Composition.CompositionContext.GetExports``1(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs#L208C13-L208C84" - }, - { - "DocsId": "M:System.Composition.CompositionContext.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs" - } - ], - "DocsId": "T:System.Composition.CompositionContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/CompositionContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.ExportFactory`1.#ctor(System.Func{System.Tuple{`0,System.Action}})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfT.cs#L18C9-L21C10" - }, - { - "DocsId": "M:System.Composition.ExportFactory`1.CreateExport", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfT.cs#L29C13-L30C94" - } - ], - "DocsId": "T:System.Composition.ExportFactory`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfT.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.ExportFactory`2.#ctor(System.Func{System.Tuple{`0,System.Action}},`1)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfTTMetadata.cs#L19C15-L22C10" - }, - { - "DocsId": "P:System.Composition.ExportFactory`2.Metadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfTTMetadata.cs#L27C37-L27C41" - } - ], - "DocsId": "T:System.Composition.ExportFactory`2", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/ExportFactoryOfTTMetadata.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Export`1.#ctor(`0,System.Action)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/ExportOfT.cs#L20C9-L24C10" - }, - { - "DocsId": "M:System.Composition.Export`1.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/ExportOfT.cs#L34C34-L34C58" - }, - { - "DocsId": "P:System.Composition.Export`1.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/ExportOfT.cs#L29C26-L29C30" - } - ], - "DocsId": "T:System.Composition.Export`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/ExportOfT.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Hosting.CompositionFailedException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/CompositionFailedException.cs#L17C15-L18C12" - }, - { - "DocsId": "M:System.Composition.Hosting.CompositionFailedException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/CompositionFailedException.cs#L25C15-L26C12" - }, - { - "DocsId": "M:System.Composition.Hosting.CompositionFailedException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/CompositionFailedException.cs#L34C15-L35C12" - } - ], - "DocsId": "T:System.Composition.Hosting.CompositionFailedException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/CompositionFailedException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L25C15-L27C10" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L35C15-L37C10" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.#ctor(System.Type,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L45C9-L53C10" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L78C13-L82C86" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L91C13-L96C23" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L105C13-L115C27" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.ChangeType(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L127C13-L128C98" - }, - { - "DocsId": "M:System.Composition.Hosting.Core.CompositionContract.TryUnwrapMetadataConstraint``1(System.String,``0@,System.Composition.Hosting.Core.CompositionContract@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L143C13-L172C25" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.CompositionContract.ContractType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L58C37-L58C50" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.CompositionContract.ContractName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L63C39-L63C52" - }, - { - "DocsId": "P:System.Composition.Hosting.Core.CompositionContract.MetadataConstraints", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs#L69C81-L69C101" - } - ], - "DocsId": "T:System.Composition.Hosting.Core.CompositionContract", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.Runtime/src/System/Composition/Hosting/Core/CompositionContract.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Composition.TypedParts.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Composition.TypedParts.json deleted file mode 100644 index 4773498cb46..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Composition.TypedParts.json +++ /dev/null @@ -1,102 +0,0 @@ -{ - "Assembly": "System.Composition.TypedParts", - "GUID": "5BEFB604B72E43BA9D24E45DABEB2C14FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Composition.CompositionContextExtensions.SatisfyImports(System.Composition.CompositionContext,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.TypedParts/src/System/Composition/CompositionContextExtensions.cs#L30C13-L31C10" - }, - { - "DocsId": "M:System.Composition.CompositionContextExtensions.SatisfyImports(System.Composition.CompositionContext,System.Object,System.Composition.Convention.AttributedModelProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.TypedParts/src/System/Composition/CompositionContextExtensions.cs#L42C13-L43C10" - } - ], - "DocsId": "T:System.Composition.CompositionContextExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.TypedParts/src/System/Composition/CompositionContextExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.CreateContainer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L33C13-L42C79" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithProvider(System.Composition.Hosting.Core.ExportDescriptorProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L52C13-L58C25" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithDefaultConventions(System.Composition.Convention.AttributedModelProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L70C13-L79C25" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithPart(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L90C13-L90C45" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithPart(System.Type,System.Composition.Convention.AttributedModelProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L102C13-L103C63" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithPart``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L114C13-L114C42" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithPart``1(System.Composition.Convention.AttributedModelProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L126C13-L126C57" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithParts(System.Type[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L137C13-L137C60" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithParts(System.Collections.Generic.IEnumerable{System.Type})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L148C13-L148C47" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithParts(System.Collections.Generic.IEnumerable{System.Type},System.Composition.Convention.AttributedModelProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L160C13-L166C25" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithAssembly(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L177C13-L177C49" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithAssembly(System.Reflection.Assembly,System.Composition.Convention.AttributedModelProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L189C13-L189C68" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithAssemblies(System.Collections.Generic.IEnumerable{System.Reflection.Assembly})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L200C13-L200C53" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithAssemblies(System.Collections.Generic.IEnumerable{System.Reflection.Assembly},System.Composition.Convention.AttributedModelProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L212C13-L217C113" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithExport``1(``0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L228C13-L233C61" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithExport``1(``0,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L246C13-L251C90" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithExport(System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L262C13-L271C75" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.WithExport(System.Type,System.Object,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L284C13-L293C127" - }, - { - "DocsId": "M:System.Composition.Hosting.ContainerConfiguration.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs#L23C9-L24C153" - } - ], - "DocsId": "T:System.Composition.Hosting.ContainerConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Composition.TypedParts/src/System/Composition/Hosting/ContainerConfiguration.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Configuration.ConfigurationManager.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Configuration.ConfigurationManager.json deleted file mode 100644 index 981dcfd85f1..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Configuration.ConfigurationManager.json +++ /dev/null @@ -1,5202 +0,0 @@ -{ - "Assembly": "System.Configuration.ConfigurationManager", - "GUID": "63B2BEF60B5C4C468D61C1614A3C152CFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "F:System.UriIdnScope.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/UriIdnScope.cs" - }, - { - "DocsId": "F:System.UriIdnScope.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/UriIdnScope.cs" - }, - { - "DocsId": "F:System.UriIdnScope.AllExceptIntranet", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/UriIdnScope.cs" - }, - { - "DocsId": "F:System.UriIdnScope.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/UriIdnScope.cs" - } - ], - "DocsId": "T:System.UriIdnScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/UriIdnScope.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.TraceConfiguration.Register", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Diagnostics/TraceConfiguration.cs#L16C13-L27C10" - } - ], - "DocsId": "T:System.Diagnostics.TraceConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Diagnostics/TraceConfiguration.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Configuration.SystemDrawingSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Drawing/Configuration/SystemDrawingSection.cs" - }, - { - "DocsId": "P:System.Drawing.Configuration.SystemDrawingSection.BitmapSuffix", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Drawing/Configuration/SystemDrawingSection.cs#L17C20-L17C48" - }, - { - "DocsId": "P:System.Drawing.Configuration.SystemDrawingSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Drawing/Configuration/SystemDrawingSection.cs#L21C83-L21C95" - } - ], - "DocsId": "T:System.Drawing.Configuration.SystemDrawingSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Drawing/Configuration/SystemDrawingSection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.DictionarySectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DictionarySectionHandler.cs#L31C13-L79C24" - }, - { - "DocsId": "M:System.Configuration.DictionarySectionHandler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DictionarySectionHandler.cs" - }, - { - "DocsId": "P:System.Configuration.DictionarySectionHandler.KeyAttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DictionarySectionHandler.cs#L87C19-L87C32" - }, - { - "DocsId": "P:System.Configuration.DictionarySectionHandler.ValueAttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DictionarySectionHandler.cs#L95C19-L95C34" - } - ], - "DocsId": "T:System.Configuration.DictionarySectionHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DictionarySectionHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.DpapiProtectedConfigurationProvider.Decrypt(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs#L20C13-L42C48" - }, - { - "DocsId": "M:System.Configuration.DpapiProtectedConfigurationProvider.Encrypt(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs#L47C13-L56C48" - }, - { - "DocsId": "M:System.Configuration.DpapiProtectedConfigurationProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs#L95C13-L101C10" - }, - { - "DocsId": "M:System.Configuration.DpapiProtectedConfigurationProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs#L15C9-L15C51" - }, - { - "DocsId": "P:System.Configuration.DpapiProtectedConfigurationProvider.UseMachineProtection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs#L91C50-L91C79" - } - ], - "DocsId": "T:System.Configuration.DpapiProtectedConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DpapiProtectedConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.IConfigurationSystem.GetConfig(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IConfigurationSystem.cs" - }, - { - "DocsId": "M:System.Configuration.IConfigurationSystem.Init", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IConfigurationSystem.cs" - } - ], - "DocsId": "T:System.Configuration.IConfigurationSystem", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IConfigurationSystem.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.IdnElement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IdnElement.cs#L13C9-L22C10" - }, - { - "DocsId": "P:System.Configuration.IdnElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IdnElement.cs#L28C17-L28C36" - }, - { - "DocsId": "P:System.Configuration.IdnElement.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IdnElement.cs#L35C19-L35C54" - } - ], - "DocsId": "T:System.Configuration.IdnElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IdnElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.IPersistComponentSettings.LoadComponentSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" - }, - { - "DocsId": "M:System.Configuration.IPersistComponentSettings.SaveComponentSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" - }, - { - "DocsId": "M:System.Configuration.IPersistComponentSettings.ResetComponentSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" - }, - { - "DocsId": "P:System.Configuration.IPersistComponentSettings.SaveSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" - }, - { - "DocsId": "P:System.Configuration.IPersistComponentSettings.SettingsKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" - } - ], - "DocsId": "T:System.Configuration.IPersistComponentSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IPersistComponentSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L27C9-L35C10" - }, - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.#ctor(System.ComponentModel.IComponent)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L42C63-L44C10" - }, - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L27C9-L52C10" - }, - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.#ctor(System.ComponentModel.IComponent,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L57C83-L85C10" - }, - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.GetPreviousVersion(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L283C13-L304C25" - }, - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.OnPropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L312C13-L313C10" - }, - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.OnSettingChanging(System.Object,System.Configuration.SettingChangingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L320C13-L321C10" - }, - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.OnSettingsLoaded(System.Object,System.Configuration.SettingsLoadedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L328C13-L329C10" - }, - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.OnSettingsSaving(System.Object,System.ComponentModel.CancelEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L336C13-L337C10" - }, - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.Reload", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L344C13-L351C10" - }, - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L359C13-L368C10" - }, - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L375C13-L382C10" - }, - { - "DocsId": "M:System.Configuration.ApplicationSettingsBase.Upgrade", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L426C13-L435C10" - }, - { - "DocsId": "E:System.Configuration.ApplicationSettingsBase.PropertyChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L223C17-L224C14" - }, - { - "DocsId": "E:System.Configuration.ApplicationSettingsBase.SettingChanging", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L239C17-L240C14" - }, - { - "DocsId": "E:System.Configuration.ApplicationSettingsBase.SettingsLoaded", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L254C17-L255C14" - }, - { - "DocsId": "E:System.Configuration.ApplicationSettingsBase.SettingsSaving", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L269C17-L270C14" - }, - { - "DocsId": "P:System.Configuration.ApplicationSettingsBase.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L95C17-L116C33" - }, - { - "DocsId": "P:System.Configuration.ApplicationSettingsBase.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L130C17-L151C34" - }, - { - "DocsId": "P:System.Configuration.ApplicationSettingsBase.PropertyValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L163C17-L163C44" - }, - { - "DocsId": "P:System.Configuration.ApplicationSettingsBase.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L175C17-L195C35" - }, - { - "DocsId": "P:System.Configuration.ApplicationSettingsBase.SettingsKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L207C17-L207C37" - }, - { - "DocsId": "P:System.Configuration.ApplicationSettingsBase.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs#L391C17-L403C14" - } - ], - "DocsId": "T:System.Configuration.ApplicationSettingsBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ApplicationScopedSettingAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationScopedSettingAttribute.cs" - } - ], - "DocsId": "T:System.Configuration.ApplicationScopedSettingAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationScopedSettingAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ApplicationSettingsGroup.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsGroup.cs" - } - ], - "DocsId": "T:System.Configuration.ApplicationSettingsGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ApplicationSettingsGroup.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.AppSettingsReader.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsReader.cs#L19C9-L22C10" - }, - { - "DocsId": "M:System.Configuration.AppSettingsReader.GetValue(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsReader.cs#L33C13-L81C10" - } - ], - "DocsId": "T:System.Configuration.AppSettingsReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsReader.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.AppSettingsSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L18C9-L21C10" - }, - { - "DocsId": "M:System.Configuration.AppSettingsSection.GetRuntimeObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L73C13-L74C37" - }, - { - "DocsId": "M:System.Configuration.AppSettingsSection.Reset(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L79C13-L86C10" - }, - { - "DocsId": "M:System.Configuration.AppSettingsSection.DeserializeElement(System.Xml.XmlReader,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L90C13-L141C10" - }, - { - "DocsId": "P:System.Configuration.AppSettingsSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L23C83-L23C108" - }, - { - "DocsId": "P:System.Configuration.AppSettingsSection.Settings", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L29C60-L29C116" - }, - { - "DocsId": "P:System.Configuration.AppSettingsSection.File", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs#L36C17-L37C50" - } - ], - "DocsId": "T:System.Configuration.AppSettingsSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/AppSettingsSection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.CallbackValidator.#ctor(System.Type,System.Configuration.ValidatorCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidator.cs#L11C75-L15C10" - }, - { - "DocsId": "M:System.Configuration.CallbackValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidator.cs#L31C13-L31C55" - }, - { - "DocsId": "M:System.Configuration.CallbackValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidator.cs#L36C13-L37C10" - } - ], - "DocsId": "T:System.Configuration.CallbackValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.CallbackValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidatorAttribute.cs#L12C9-L12C59" - }, - { - "DocsId": "P:System.Configuration.CallbackValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidatorAttribute.cs#L19C17-L41C63" - }, - { - "DocsId": "P:System.Configuration.CallbackValidatorAttribute.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidatorAttribute.cs#L47C19-L47C32" - }, - { - "DocsId": "P:System.Configuration.CallbackValidatorAttribute.CallbackMethodName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidatorAttribute.cs#L57C19-L57C46" - } - ], - "DocsId": "T:System.Configuration.CallbackValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CallbackValidatorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ClientSettingsSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ClientSettingsSection.cs#L14C9-L16C10" - }, - { - "DocsId": "P:System.Configuration.ClientSettingsSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ClientSettingsSection.cs#L22C17-L22C37" - }, - { - "DocsId": "P:System.Configuration.ClientSettingsSection.Settings", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ClientSettingsSection.cs#L31C17-L31C71" - } - ], - "DocsId": "T:System.Configuration.ClientSettingsSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ClientSettingsSection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.CommaDelimitedStringCollectionConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CommaDelimitedStringAttributeCollectionConverter.cs#L13C13-L15C46" - }, - { - "DocsId": "M:System.Configuration.CommaDelimitedStringCollectionConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CommaDelimitedStringAttributeCollectionConverter.cs#L20C13-L22C40" - }, - { - "DocsId": "M:System.Configuration.CommaDelimitedStringCollectionConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CommaDelimitedStringAttributeCollectionConverter.cs" - } - ], - "DocsId": "T:System.Configuration.CommaDelimitedStringCollectionConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/CommaDelimitedStringAttributeCollectionConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Configuration.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L167C13-L169C28" - }, - { - "DocsId": "M:System.Configuration.Configuration.GetSectionGroup(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L174C13-L176C33" - }, - { - "DocsId": "M:System.Configuration.Configuration.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L181C13-L182C10" - }, - { - "DocsId": "M:System.Configuration.Configuration.Save(System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L186C13-L187C10" - }, - { - "DocsId": "M:System.Configuration.Configuration.Save(System.Configuration.ConfigurationSaveMode,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L191C13-L192C10" - }, - { - "DocsId": "M:System.Configuration.Configuration.SaveAs(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L196C13-L197C10" - }, - { - "DocsId": "M:System.Configuration.Configuration.SaveAs(System.String,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L201C13-L202C10" - }, - { - "DocsId": "M:System.Configuration.Configuration.SaveAs(System.String,System.Configuration.ConfigurationSaveMode,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L206C13-L209C10" - }, - { - "DocsId": "P:System.Configuration.Configuration.AppSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L78C50-L78C95" - }, - { - "DocsId": "P:System.Configuration.Configuration.ConnectionStrings", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L80C62-L80C119" - }, - { - "DocsId": "P:System.Configuration.Configuration.FilePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L82C35-L82C70" - }, - { - "DocsId": "P:System.Configuration.Configuration.HasFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L84C32-L84C55" - }, - { - "DocsId": "P:System.Configuration.Configuration.Locations", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L87C16-L87C72" - }, - { - "DocsId": "P:System.Configuration.Configuration.EvaluationContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L90C16-L90C70" - }, - { - "DocsId": "P:System.Configuration.Configuration.RootSectionGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L96C17-L102C42" - }, - { - "DocsId": "P:System.Configuration.Configuration.Sections", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L106C59-L106C84" - }, - { - "DocsId": "P:System.Configuration.Configuration.SectionGroups", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L108C69-L108C99" - }, - { - "DocsId": "P:System.Configuration.Configuration.NamespaceDeclared", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L116C19-L116C57" - }, - { - "DocsId": "P:System.Configuration.Configuration.TypeStringTransformer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L122C19-L122C49" - }, - { - "DocsId": "P:System.Configuration.Configuration.AssemblyStringTransformer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L135C19-L135C53" - }, - { - "DocsId": "P:System.Configuration.Configuration.TargetFramework", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs#L148C13-L148C17" - } - ], - "DocsId": "T:System.Configuration.Configuration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Configuration.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Configuration.ConfigurationAllowDefinition.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationAllowDefinition.MachineOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationAllowDefinition.MachineToWebRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationAllowDefinition.MachineToApplication", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationAllowDefinition.Everywhere", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" - } - ], - "DocsId": "T:System.Configuration.ConfigurationAllowDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowDefinition.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Configuration.ConfigurationAllowExeDefinition.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationAllowExeDefinition.MachineOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationAllowExeDefinition.MachineToApplication", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationAllowExeDefinition.MachineToRoamingUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationAllowExeDefinition.MachineToLocalUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" - } - ], - "DocsId": "T:System.Configuration.ConfigurationAllowExeDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationAllowExeDefinition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationCollectionAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L57C13-L22C10" - }, - { - "DocsId": "P:System.Configuration.ConfigurationCollectionAttribute.ItemType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L24C32-L24C36" - }, - { - "DocsId": "P:System.Configuration.ConfigurationCollectionAttribute.AddItemName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L28C19-L28C92" - }, - { - "DocsId": "P:System.Configuration.ConfigurationCollectionAttribute.RemoveItemName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L38C19-L38C98" - }, - { - "DocsId": "P:System.Configuration.ConfigurationCollectionAttribute.ClearItemsName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L48C19-L48C98" - }, - { - "DocsId": "P:System.Configuration.ConfigurationCollectionAttribute.CollectionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs#L56C68-L56C72" - } - ], - "DocsId": "T:System.Configuration.ConfigurationCollectionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationCollectionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationConverterBase.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationConverterBase.cs#L12C13-L12C43" - }, - { - "DocsId": "M:System.Configuration.ConfigurationConverterBase.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationConverterBase.cs#L17C13-L17C43" - }, - { - "DocsId": "M:System.Configuration.ConfigurationConverterBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationConverterBase.cs" - } - ], - "DocsId": "T:System.Configuration.ConfigurationConverterBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationConverterBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationElement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L53C9-L70C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.Init", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L241C13-L242C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L414C13-L426C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.ResetModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L430C13-L437C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L441C13-L441C30" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.SetReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L446C13-L448C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.ListErrors(System.Collections.IList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L496C55-L504C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.InitializeDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L506C63-L506C64" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.Reset(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L606C13-L670C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L674C13-L696C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L700C13-L706C30" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.SetPropertyValue(System.Configuration.ConfigurationProperty,System.Object,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L829C13-L846C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L878C13-L1007C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.SerializeToXmlElement(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1011C13-L1035C32" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.SerializeElement(System.Xml.XmlWriter,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1040C13-L1177C32" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.DeserializeElement(System.Xml.XmlReader,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1385C13-L1706C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.OnRequiredPropertyNotFound(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1833C13-L1835C43" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.PostDeserialize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1841C9-L1841C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.PreSerialize(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1846C9-L1846C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.OnDeserializeUnrecognizedAttribute(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1850C13-L1850C26" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.OnDeserializeUnrecognizedElement(System.String,System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1855C13-L1855C26" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.GetTransformedTypeString(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1860C13-L1863C66" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElement.GetTransformedAssemblyString(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L1868C13-L1871C74" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.LockAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L89C62-L89C175" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.LockAllAttributesExcept", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L91C71-L91C212" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.LockElements", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L93C60-L93C169" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.LockAllElementsExcept", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L95C69-L95C216" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.LockItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L99C19-L99C82" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.Item(System.Configuration.ConfigurationProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L118C17-L160C26" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L172C17-L178C35" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L193C17-L196C31" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.ElementInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L202C57-L202C108" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.EvaluationContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L208C17-L219C37" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.ElementProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L223C84-L223C100" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.HasContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L225C38-L225C59" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElement.CurrentConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs#L227C54-L227C89" - } - ], - "DocsId": "T:System.Configuration.ConfigurationElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L17C9-L30C55" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.#ctor(System.Collections.IComparer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L17C9-L40C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L130C37-L132C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L136C13-L136C40" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L149C13-L162C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.ResetModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L166C13-L176C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L180C13-L180C30" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.SetReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L185C13-L193C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L211C13-L235C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L239C13-L245C30" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L253C13-L454C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.Reset(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L458C13-L485C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.CopyTo(System.Configuration.ConfigurationElement[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L489C13-L490C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseAdd(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L494C13-L495C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseAdd(System.Configuration.ConfigurationElement,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L499C13-L500C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseIndexOf(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L587C13-L596C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseAdd(System.Int32,System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L677C13-L678C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseRemove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L727C13-L728C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseGet(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L835C37-L839C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseIsRemoved(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L843C37-L847C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseGet(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L851C13-L869C90" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseGetAllKeys", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L874C13-L882C25" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseGetKey(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L887C13-L905C39" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L910C13-L959C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.BaseRemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L963C13-L1028C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.SerializeElement(System.Xml.XmlWriter,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L1032C13-L1091C32" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.OnDeserializeUnrecognizedElement(System.String,System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L1096C13-L1162C25" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.CreateNewElement(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L1183C13-L1183C39" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.CreateNewElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.GetElementKey(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.IsElementRemovable(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L1199C13-L1199C25" - }, - { - "DocsId": "M:System.Configuration.ConfigurationElementCollection.IsElementName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L1210C13-L1210C26" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElementCollection.AddElementName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L46C19-L46C38" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElementCollection.RemoveElementName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L57C19-L57C41" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElementCollection.ClearElementName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L68C19-L68C40" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElementCollection.EmitClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L79C19-L79C40" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElementCollection.ElementName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L93C49-L93C51" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElementCollection.ThrowOnDuplicate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L116C16-L117C94" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElementCollection.CollectionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L120C16-L120C68" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElementCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L122C29-L122C60" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElementCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L124C39-L124C44" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElementCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs#L126C35-L126C39" - } - ], - "DocsId": "T:System.Configuration.ConfigurationElementCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Configuration.ConfigurationElementCollectionType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationElementCollectionType.BasicMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationElementCollectionType.AddRemoveClearMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationElementCollectionType.BasicMapAlternate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationElementCollectionType.AddRemoveClearMapAlternate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" - } - ], - "DocsId": "T:System.Configuration.ConfigurationElementCollectionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementCollectionType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationElementProperty.#ctor(System.Configuration.ConfigurationValidatorBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementProperty.cs#L12C9-L20C10" - }, - { - "DocsId": "P:System.Configuration.ConfigurationElementProperty.Validator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementProperty.cs#L22C55-L22C59" - } - ], - "DocsId": "T:System.Configuration.ConfigurationElementProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElementProperty.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Exception,System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L36C15-L40C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L43C13-L44C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L47C13-L48C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L51C13-L52C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L55C13-L56C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L59C13-L60C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Exception,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L63C13-L64C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L67C13-L68C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.String,System.Exception,System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L71C13-L72C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L109C13-L139C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L205C13-L228C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.GetLineNumber(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L233C13-L233C75" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.GetFilename(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L238C13-L238C73" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.GetLineNumber(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L244C13-L244C77" - }, - { - "DocsId": "M:System.Configuration.ConfigurationErrorsException.GetFilename(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L249C13-L249C75" - }, - { - "DocsId": "P:System.Configuration.ConfigurationErrorsException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L147C17-L157C35" - }, - { - "DocsId": "P:System.Configuration.ConfigurationErrorsException.Filename", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L161C44-L161C58" - }, - { - "DocsId": "P:System.Configuration.ConfigurationErrorsException.Line", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L163C37-L163C47" - }, - { - "DocsId": "P:System.Configuration.ConfigurationErrorsException.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs#L169C17-L175C26" - } - ], - "DocsId": "T:System.Configuration.ConfigurationErrorsException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationErrorsException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L32C15-L35C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L38C43-L38C72" - }, - { - "DocsId": "M:System.Configuration.ConfigurationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L41C57-L41C89" - }, - { - "DocsId": "M:System.Configuration.ConfigurationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L44C74-L44C107" - }, - { - "DocsId": "M:System.Configuration.ConfigurationException.#ctor(System.String,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L48C15-L49C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationException.#ctor(System.String,System.Exception,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L53C15-L54C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationException.#ctor(System.String,System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L57C84-L57C123" - }, - { - "DocsId": "M:System.Configuration.ConfigurationException.#ctor(System.String,System.Exception,System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L60C101-L63C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L104C13-L107C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationException.GetXmlNodeFilename(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L110C66-L110C118" - }, - { - "DocsId": "M:System.Configuration.ConfigurationException.GetXmlNodeLineNumber(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L113C65-L113C108" - }, - { - "DocsId": "P:System.Configuration.ConfigurationException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L71C17-L81C35" - }, - { - "DocsId": "P:System.Configuration.ConfigurationException.BareMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L85C46-L85C58" - }, - { - "DocsId": "P:System.Configuration.ConfigurationException.Filename", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L87C43-L87C52" - }, - { - "DocsId": "P:System.Configuration.ConfigurationException.Line", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs#L89C36-L89C41" - } - ], - "DocsId": "T:System.Configuration.ConfigurationException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationFileMap.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationFileMap.cs#L20C9-L23C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationFileMap.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationFileMap.cs#L25C9-L35C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationFileMap.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationFileMap.cs#L51C13-L51C51" - }, - { - "DocsId": "P:System.Configuration.ConfigurationFileMap.MachineConfigFilename", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationFileMap.cs#L45C19-L45C46" - } - ], - "DocsId": "T:System.Configuration.ConfigurationFileMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationFileMap.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationLocation.OpenConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLocation.cs#L20C13-L20C60" - }, - { - "DocsId": "P:System.Configuration.ConfigurationLocation.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLocation.cs#L16C30-L16C34" - } - ], - "DocsId": "T:System.Configuration.ConfigurationLocation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLocation.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Configuration.ConfigurationLocationCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLocationCollection.cs#L15C57-L15C96" - } - ], - "DocsId": "T:System.Configuration.ConfigurationLocationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLocationCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationLockCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L112C13-L113C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationLockCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L117C13-L117C55" - }, - { - "DocsId": "M:System.Configuration.ConfigurationLockCollection.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L127C13-L193C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationLockCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L252C13-L275C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationLockCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L302C13-L303C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationLockCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L307C13-L308C55" - }, - { - "DocsId": "M:System.Configuration.ConfigurationLockCollection.CopyTo(System.String[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L313C13-L314C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationLockCollection.IsReadOnly(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L323C13-L326C111" - }, - { - "DocsId": "M:System.Configuration.ConfigurationLockCollection.SetFromList(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L331C13-L338C10" - }, - { - "DocsId": "P:System.Configuration.ConfigurationLockCollection.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L60C34-L60C38" - }, - { - "DocsId": "P:System.Configuration.ConfigurationLockCollection.AttributeList", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L68C17-L75C38" - }, - { - "DocsId": "P:System.Configuration.ConfigurationLockCollection.HasParentElements", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L84C17-L100C31" - }, - { - "DocsId": "P:System.Configuration.ConfigurationLockCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L104C29-L104C54" - }, - { - "DocsId": "P:System.Configuration.ConfigurationLockCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L106C39-L106C44" - }, - { - "DocsId": "P:System.Configuration.ConfigurationLockCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs#L108C35-L108C39" - } - ], - "DocsId": "T:System.Configuration.ConfigurationLockCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationLockCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationManager.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L150C13-L155C28" - }, - { - "DocsId": "M:System.Configuration.ConfigurationManager.RefreshSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L162C13-L167C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationManager.OpenMachineConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L171C13-L171C92" - }, - { - "DocsId": "M:System.Configuration.ConfigurationManager.OpenMappedMachineConfiguration(System.Configuration.ConfigurationFileMap)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L176C13-L176C95" - }, - { - "DocsId": "M:System.Configuration.ConfigurationManager.OpenExeConfiguration(System.Configuration.ConfigurationUserLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L181C13-L181C75" - }, - { - "DocsId": "M:System.Configuration.ConfigurationManager.OpenExeConfiguration(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L186C13-L186C96" - }, - { - "DocsId": "M:System.Configuration.ConfigurationManager.OpenMappedExeConfiguration(System.Configuration.ExeConfigurationFileMap,System.Configuration.ConfigurationUserLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L192C13-L192C78" - }, - { - "DocsId": "M:System.Configuration.ConfigurationManager.OpenMappedExeConfiguration(System.Configuration.ExeConfigurationFileMap,System.Configuration.ConfigurationUserLevel,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L198C13-L198C87" - }, - { - "DocsId": "P:System.Configuration.ConfigurationManager.AppSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L37C17-L45C53" - }, - { - "DocsId": "P:System.Configuration.ConfigurationManager.ConnectionStrings", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs#L53C17-L64C67" - } - ], - "DocsId": "T:System.Configuration.ConfigurationManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationManager.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationProperty.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L20C9-L36C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationProperty.#ctor(System.String,System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L39C15-L40C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationProperty.#ctor(System.String,System.Type,System.Object,System.Configuration.ConfigurationPropertyOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L43C15-L44C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationProperty.#ctor(System.String,System.Type,System.Object,System.ComponentModel.TypeConverter,System.Configuration.ConfigurationValidatorBase,System.Configuration.ConfigurationPropertyOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L52C15-L53C12" - }, - { - "DocsId": "M:System.Configuration.ConfigurationProperty.#ctor(System.String,System.Type,System.Object,System.ComponentModel.TypeConverter,System.Configuration.ConfigurationValidatorBase,System.Configuration.ConfigurationPropertyOptions,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L55C9-L66C10" - }, - { - "DocsId": "P:System.Configuration.ConfigurationProperty.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L163C30-L163C34" - }, - { - "DocsId": "P:System.Configuration.ConfigurationProperty.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L165C37-L165C41" - }, - { - "DocsId": "P:System.Configuration.ConfigurationProperty.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L182C28-L182C32" - }, - { - "DocsId": "P:System.Configuration.ConfigurationProperty.DefaultValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L184C38-L184C42" - }, - { - "DocsId": "P:System.Configuration.ConfigurationProperty.IsRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L186C35-L186C92" - }, - { - "DocsId": "P:System.Configuration.ConfigurationProperty.IsKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L188C30-L188C82" - }, - { - "DocsId": "P:System.Configuration.ConfigurationProperty.IsDefaultCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L190C44-L190C110" - }, - { - "DocsId": "P:System.Configuration.ConfigurationProperty.IsTypeStringTransformationRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L193C16-L193C97" - }, - { - "DocsId": "P:System.Configuration.ConfigurationProperty.IsAssemblyStringTransformationRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L196C16-L196C101" - }, - { - "DocsId": "P:System.Configuration.ConfigurationProperty.IsVersionCheckRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L198C47-L198C116" - }, - { - "DocsId": "P:System.Configuration.ConfigurationProperty.Converter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L204C17-L205C35" - }, - { - "DocsId": "P:System.Configuration.ConfigurationProperty.Validator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs#L209C55-L209C59" - } - ], - "DocsId": "T:System.Configuration.ConfigurationProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationProperty.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationPropertyAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L18C52-L14C10" - }, - { - "DocsId": "P:System.Configuration.ConfigurationPropertyAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L16C30-L16C34" - }, - { - "DocsId": "P:System.Configuration.ConfigurationPropertyAttribute.DefaultValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L18C38-L18C42" - }, - { - "DocsId": "P:System.Configuration.ConfigurationPropertyAttribute.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L20C55-L20C59" - }, - { - "DocsId": "P:System.Configuration.ConfigurationPropertyAttribute.IsDefaultCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L24C19-L24C92" - }, - { - "DocsId": "P:System.Configuration.ConfigurationPropertyAttribute.IsRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L35C19-L35C83" - }, - { - "DocsId": "P:System.Configuration.ConfigurationPropertyAttribute.IsKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs#L45C19-L45C78" - } - ], - "DocsId": "T:System.Configuration.ConfigurationPropertyAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L36C13-L37C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L41C13-L41C43" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.CopyTo(System.Configuration.ConfigurationProperty[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L46C13-L47C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L51C18-L56C26" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.Add(System.Configuration.ConfigurationProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L61C13-L62C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L66C18-L74C26" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L79C13-L80C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPropertyCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L10C9-L10C61" - }, - { - "DocsId": "P:System.Configuration.ConfigurationPropertyCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L19C22-L24C29" - }, - { - "DocsId": "P:System.Configuration.ConfigurationPropertyCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L28C29-L28C41" - }, - { - "DocsId": "P:System.Configuration.ConfigurationPropertyCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L30C39-L30C44" - }, - { - "DocsId": "P:System.Configuration.ConfigurationPropertyCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs#L32C35-L32C41" - } - ], - "DocsId": "T:System.Configuration.ConfigurationPropertyCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.IsRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.IsKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.IsTypeStringTransformationRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.IsAssemblyStringTransformationRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationPropertyOptions.IsVersionCheckRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" - } - ], - "DocsId": "T:System.Configuration.ConfigurationPropertyOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationPropertyOptions.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Configuration.ConfigurationSaveMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSaveMode.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationSaveMode.Modified", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSaveMode.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationSaveMode.Minimal", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSaveMode.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationSaveMode.Full", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSaveMode.cs" - } - ], - "DocsId": "T:System.Configuration.ConfigurationSaveMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSaveMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L13C9-L16C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSection.GetRuntimeObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L22C13-L22C25" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSection.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L27C13-L28C35" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSection.ResetModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L33C13-L35C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSection.DeserializeSection(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L39C13-L43C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSection.SerializeSection(System.Configuration.ConfigurationElement,System.String,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L48C13-L77C41" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSection.ShouldSerializePropertyInTargetVersion(System.Configuration.ConfigurationProperty,System.String,System.Runtime.Versioning.FrameworkName,System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L83C13-L83C25" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSection.ShouldSerializeElementInTargetVersion(System.Configuration.ConfigurationElement,System.String,System.Runtime.Versioning.FrameworkName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L89C13-L89C25" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSection.ShouldSerializeSectionInTargetVersion(System.Runtime.Versioning.FrameworkName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L94C13-L94C25" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSection.SectionInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs#L18C56-L18C60" - } - ], - "DocsId": "T:System.Configuration.ConfigurationSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationSectionCollection.Add(System.String,System.Configuration.ConfigurationSection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L50C13-L54C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L58C13-L62C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionCollection.CopyTo(System.Configuration.ConfigurationSection[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L66C13-L75C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionCollection.Get(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L79C13-L79C39" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionCollection.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L84C13-L100C78" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionCollection.GetKey(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L113C13-L113C38" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L125C13-L134C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L138C13-L141C10" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSectionCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L28C58-L28C67" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSectionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs#L30C56-L30C66" - } - ], - "DocsId": "T:System.Configuration.ConfigurationSectionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroup.ForceDeclaration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L145C13-L146C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroup.ForceDeclaration(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L152C13-L163C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroup.ShouldSerializeSectionGroupInTargetVersion(System.Runtime.Versioning.FrameworkName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L167C13-L167C25" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroup.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L23C64-L25C64" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSectionGroup.IsDeclared", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L17C34-L17C38" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSectionGroup.IsDeclarationRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L21C45-L21C49" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSectionGroup.SectionGroupName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L23C42-L23C46" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSectionGroup.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L25C30-L25C34" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSectionGroup.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L29C19-L29C36" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSectionGroup.Sections", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L69C17-L75C40" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSectionGroup.SectionGroups", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs#L83C17-L89C45" - } - ], - "DocsId": "T:System.Configuration.ConfigurationSectionGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroup.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.Add(System.String,System.Configuration.ConfigurationSectionGroup)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L51C13-L54C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L58C13-L66C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.CopyTo(System.Configuration.ConfigurationSectionGroup[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L70C13-L79C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.Get(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L83C13-L83C39" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L88C13-L104C61" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.GetKey(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L115C13-L115C38" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L128C13-L135C10" - }, - { - "DocsId": "M:System.Configuration.ConfigurationSectionGroupCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L139C13-L142C10" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSectionGroupCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L30C63-L30C72" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSectionGroupCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs#L33C61-L33C71" - } - ], - "DocsId": "T:System.Configuration.ConfigurationSectionGroupCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSectionGroupCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationSettings.GetConfig(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSettings.cs#L24C13-L24C65" - }, - { - "DocsId": "P:System.Configuration.ConfigurationSettings.AppSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSettings.cs#L17C17-L17C57" - } - ], - "DocsId": "T:System.Configuration.ConfigurationSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationSettings.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Configuration.ConfigurationUserLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationUserLevel.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationUserLevel.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationUserLevel.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationUserLevel.PerUserRoaming", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationUserLevel.cs" - }, - { - "DocsId": "F:System.Configuration.ConfigurationUserLevel.PerUserRoamingAndLocal", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationUserLevel.cs" - } - ], - "DocsId": "T:System.Configuration.ConfigurationUserLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationUserLevel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorAttribute.cs#L13C9-L13C56" - }, - { - "DocsId": "M:System.Configuration.ConfigurationValidatorAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorAttribute.cs#L15C9-L26C10" - }, - { - "DocsId": "P:System.Configuration.ConfigurationValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorAttribute.cs#L29C16-L29C82" - }, - { - "DocsId": "P:System.Configuration.ConfigurationValidatorAttribute.ValidatorType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorAttribute.cs#L31C37-L31C41" - } - ], - "DocsId": "T:System.Configuration.ConfigurationValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationValidatorBase.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorBase.cs#L10C13-L10C26" - }, - { - "DocsId": "M:System.Configuration.ConfigurationValidatorBase.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorBase.cs" - }, - { - "DocsId": "M:System.Configuration.ConfigurationValidatorBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorBase.cs" - } - ], - "DocsId": "T:System.Configuration.ConfigurationValidatorBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationValidatorBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigXmlDocument.System#Configuration#Internal#IConfigErrorInfo#get_LineNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L27C17-L37C43" - }, - { - "DocsId": "M:System.Configuration.ConfigXmlDocument.System#Configuration#Internal#IConfigErrorInfo#get_Filename", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L50C19-L50C36" - }, - { - "DocsId": "M:System.Configuration.ConfigXmlDocument.Load(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L55C13-L70C10" - }, - { - "DocsId": "M:System.Configuration.ConfigXmlDocument.LoadSingleElement(System.String,System.Xml.XmlTextReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L74C13-L91C10" - }, - { - "DocsId": "M:System.Configuration.ConfigXmlDocument.CreateAttribute(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L95C13-L95C105" - }, - { - "DocsId": "M:System.Configuration.ConfigXmlDocument.CreateElement(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L100C13-L100C103" - }, - { - "DocsId": "M:System.Configuration.ConfigXmlDocument.CreateTextNode(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L105C13-L105C73" - }, - { - "DocsId": "M:System.Configuration.ConfigXmlDocument.CreateCDataSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L110C13-L110C81" - }, - { - "DocsId": "M:System.Configuration.ConfigXmlDocument.CreateComment(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L115C13-L115C76" - }, - { - "DocsId": "M:System.Configuration.ConfigXmlDocument.CreateSignificantWhitespace(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L120C13-L120C90" - }, - { - "DocsId": "M:System.Configuration.ConfigXmlDocument.CreateWhitespace(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L125C13-L125C79" - }, - { - "DocsId": "M:System.Configuration.ConfigXmlDocument.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs" - }, - { - "DocsId": "P:System.Configuration.ConfigXmlDocument.System#Configuration#Internal#IConfigErrorInfo#LineNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L27C17-L37C43" - }, - { - "DocsId": "P:System.Configuration.ConfigXmlDocument.LineNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L41C39-L41C82" - }, - { - "DocsId": "P:System.Configuration.ConfigXmlDocument.Filename", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L45C19-L45C36" - }, - { - "DocsId": "P:System.Configuration.ConfigXmlDocument.System#Configuration#Internal#IConfigErrorInfo#Filename", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs#L50C19-L50C36" - } - ], - "DocsId": "T:System.Configuration.ConfigXmlDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigXmlDocument.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConnectionStringSettings.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L21C9-L21C46" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringSettings.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L24C15-L28C10" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringSettings.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L31C15-L36C10" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringSettings.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L66C13-L66C37" - }, - { - "DocsId": "P:System.Configuration.ConnectionStringSettings.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L40C83-L40C95" - }, - { - "DocsId": "P:System.Configuration.ConnectionStringSettings.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L46C19-L46C51" - }, - { - "DocsId": "P:System.Configuration.ConnectionStringSettings.ConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L53C19-L53C63" - }, - { - "DocsId": "P:System.Configuration.ConnectionStringSettings.ProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs#L60C19-L60C59" - } - ], - "DocsId": "T:System.Configuration.ConnectionStringSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L12C15-L13C12" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.IndexOf(System.Configuration.ConnectionStringSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L31C13-L31C42" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.BaseAdd(System.Int32,System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L40C13-L42C10" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.Add(System.Configuration.ConnectionStringSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L46C13-L47C10" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.Remove(System.Configuration.ConnectionStringSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L51C13-L52C10" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L56C13-L57C10" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L61C13-L62C10" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.CreateNewElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L66C13-L66C51" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.GetElementKey(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L71C13-L71C60" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringSettingsCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L76C13-L77C10" - }, - { - "DocsId": "P:System.Configuration.ConnectionStringSettingsCollection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L15C83-L15C95" - }, - { - "DocsId": "P:System.Configuration.ConnectionStringSettingsCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L19C19-L19C67" - }, - { - "DocsId": "P:System.Configuration.ConnectionStringSettingsCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs#L27C66-L27C105" - } - ], - "DocsId": "T:System.Configuration.ConnectionStringSettingsCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringSettingsCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConnectionStringsSection.GetRuntimeObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringsSection.cs#L22C13-L23C25" - }, - { - "DocsId": "M:System.Configuration.ConnectionStringsSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringsSection.cs" - }, - { - "DocsId": "P:System.Configuration.ConnectionStringsSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringsSection.cs#L14C83-L14C95" - }, - { - "DocsId": "P:System.Configuration.ConnectionStringsSection.ConnectionStrings", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringsSection.cs#L18C16-L18C81" - } - ], - "DocsId": "T:System.Configuration.ConnectionStringsSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConnectionStringsSection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ContextInformation.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ContextInformation.cs#L52C13-L52C58" - }, - { - "DocsId": "P:System.Configuration.ContextInformation.HostingContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ContextInformation.cs#L27C17-L35C40" - }, - { - "DocsId": "P:System.Configuration.ContextInformation.IsMachineLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ContextInformation.cs#L42C39-L42C68" - } - ], - "DocsId": "T:System.Configuration.ContextInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ContextInformation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.DefaultSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L13C9-L18C10" - }, - { - "DocsId": "M:System.Configuration.DefaultSection.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L35C13-L35C32" - }, - { - "DocsId": "M:System.Configuration.DefaultSection.ResetModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L40C13-L41C10" - }, - { - "DocsId": "M:System.Configuration.DefaultSection.Reset(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L45C13-L47C10" - }, - { - "DocsId": "M:System.Configuration.DefaultSection.DeserializeSection(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L51C13-L55C10" - }, - { - "DocsId": "M:System.Configuration.DefaultSection.SerializeSection(System.Configuration.ConfigurationElement,System.String,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L60C13-L60C28" - }, - { - "DocsId": "P:System.Configuration.DefaultSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs#L20C83-L20C108" - } - ], - "DocsId": "T:System.Configuration.DefaultSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.DefaultSettingValueAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSettingValueAttribute.cs#L20C9-L23C10" - }, - { - "DocsId": "P:System.Configuration.DefaultSettingValueAttribute.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSettingValueAttribute.cs#L32C17-L32C31" - } - ], - "DocsId": "T:System.Configuration.DefaultSettingValueAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultSettingValueAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.DefaultValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultValidator.cs#L12C13-L12C25" - }, - { - "DocsId": "M:System.Configuration.DefaultValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultValidator.cs#L18C9-L18C10" - }, - { - "DocsId": "M:System.Configuration.DefaultValidator.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultValidator.cs" - } - ], - "DocsId": "T:System.Configuration.DefaultValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/DefaultValidator.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Configuration.ElementInformation.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L20C16-L20C87" - }, - { - "DocsId": "P:System.Configuration.ElementInformation.IsPresent", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L22C34-L22C61" - }, - { - "DocsId": "P:System.Configuration.ElementInformation.IsLocked", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L24C33-L25C81" - }, - { - "DocsId": "P:System.Configuration.ElementInformation.IsCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L31C17-L40C43" - }, - { - "DocsId": "P:System.Configuration.ElementInformation.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L44C33-L44C105" - }, - { - "DocsId": "P:System.Configuration.ElementInformation.LineNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L49C34-L49C113" - }, - { - "DocsId": "P:System.Configuration.ElementInformation.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L51C29-L51C51" - }, - { - "DocsId": "P:System.Configuration.ElementInformation.Validator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L53C56-L53C94" - }, - { - "DocsId": "P:System.Configuration.ElementInformation.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs#L55C38-L55C73" - } - ], - "DocsId": "T:System.Configuration.ElementInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ElementInformation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ExeConfigurationFileMap.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L8C9-L13C10" - }, - { - "DocsId": "M:System.Configuration.ExeConfigurationFileMap.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L16C15-L21C10" - }, - { - "DocsId": "M:System.Configuration.ExeConfigurationFileMap.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L40C13-L41C42" - }, - { - "DocsId": "P:System.Configuration.ExeConfigurationFileMap.ExeConfigFilename", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L32C43-L32C47" - }, - { - "DocsId": "P:System.Configuration.ExeConfigurationFileMap.RoamingUserConfigFilename", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L34C51-L34C55" - }, - { - "DocsId": "P:System.Configuration.ExeConfigurationFileMap.LocalUserConfigFilename", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs#L36C49-L36C53" - } - ], - "DocsId": "T:System.Configuration.ExeConfigurationFileMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeConfigurationFileMap.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Configuration.ExeContext.UserLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeContext.cs#L20C51-L20C55" - }, - { - "DocsId": "P:System.Configuration.ExeContext.ExePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeContext.cs#L22C33-L22C37" - } - ], - "DocsId": "T:System.Configuration.ExeContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ExeContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.GenericEnumConverter.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/GenericEnumConverter.cs#L14C9-L20C10" - }, - { - "DocsId": "M:System.Configuration.GenericEnumConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/GenericEnumConverter.cs#L24C13-L24C37" - }, - { - "DocsId": "M:System.Configuration.GenericEnumConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/GenericEnumConverter.cs#L30C13-L47C10" - } - ], - "DocsId": "T:System.Configuration.GenericEnumConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/GenericEnumConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.IApplicationSettingsProvider.GetPreviousVersion(System.Configuration.SettingsContext,System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IApplicationSettingsProvider.cs" - }, - { - "DocsId": "M:System.Configuration.IApplicationSettingsProvider.Reset(System.Configuration.SettingsContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IApplicationSettingsProvider.cs" - }, - { - "DocsId": "M:System.Configuration.IApplicationSettingsProvider.Upgrade(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IApplicationSettingsProvider.cs" - } - ], - "DocsId": "T:System.Configuration.IApplicationSettingsProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IApplicationSettingsProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.IConfigurationSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IConfigurationSectionHandler.cs" - } - ], - "DocsId": "T:System.Configuration.IConfigurationSectionHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IConfigurationSectionHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.IgnoreSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L13C9-L18C10" - }, - { - "DocsId": "M:System.Configuration.IgnoreSection.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L35C13-L35C32" - }, - { - "DocsId": "M:System.Configuration.IgnoreSection.ResetModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L40C13-L41C10" - }, - { - "DocsId": "M:System.Configuration.IgnoreSection.Reset(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L45C13-L47C10" - }, - { - "DocsId": "M:System.Configuration.IgnoreSection.DeserializeSection(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L51C13-L55C10" - }, - { - "DocsId": "M:System.Configuration.IgnoreSection.SerializeSection(System.Configuration.ConfigurationElement,System.String,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L60C13-L60C28" - }, - { - "DocsId": "P:System.Configuration.IgnoreSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs#L20C83-L20C108" - } - ], - "DocsId": "T:System.Configuration.IgnoreSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.IgnoreSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSectionHandler.cs#L16C13-L16C25" - }, - { - "DocsId": "M:System.Configuration.IgnoreSectionHandler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSectionHandler.cs" - } - ], - "DocsId": "T:System.Configuration.IgnoreSectionHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IgnoreSectionHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.InfiniteIntConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteIntConverter.cs#L14C13-L16C114" - }, - { - "DocsId": "M:System.Configuration.InfiniteIntConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteIntConverter.cs#L23C13-L23C98" - }, - { - "DocsId": "M:System.Configuration.InfiniteIntConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteIntConverter.cs" - } - ], - "DocsId": "T:System.Configuration.InfiniteIntConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteIntConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.InfiniteTimeSpanConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteTimeSpanConverter.cs#L15C13-L19C71" - }, - { - "DocsId": "M:System.Configuration.InfiniteTimeSpanConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteTimeSpanConverter.cs#L24C13-L26C80" - }, - { - "DocsId": "M:System.Configuration.InfiniteTimeSpanConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteTimeSpanConverter.cs" - } - ], - "DocsId": "T:System.Configuration.InfiniteTimeSpanConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/InfiniteTimeSpanConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.IntegerValidator.#ctor(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs#L14C13-L15C12" - }, - { - "DocsId": "M:System.Configuration.IntegerValidator.#ctor(System.Int32,System.Int32,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs#L18C13-L19C12" - }, - { - "DocsId": "M:System.Configuration.IntegerValidator.#ctor(System.Int32,System.Int32,System.Boolean,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs#L21C9-L33C10" - }, - { - "DocsId": "M:System.Configuration.IntegerValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs#L37C13-L37C40" - }, - { - "DocsId": "M:System.Configuration.IntegerValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs#L42C13-L49C10" - } - ], - "DocsId": "T:System.Configuration.IntegerValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.IntegerValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs#L9C9-L10C41" - }, - { - "DocsId": "P:System.Configuration.IntegerValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs#L12C73-L12C119" - }, - { - "DocsId": "P:System.Configuration.IntegerValidatorAttribute.MinValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs#L16C19-L16C31" - }, - { - "DocsId": "P:System.Configuration.IntegerValidatorAttribute.MaxValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs#L28C19-L28C31" - }, - { - "DocsId": "P:System.Configuration.IntegerValidatorAttribute.ExcludeRange", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs#L38C36-L38C40" - } - ], - "DocsId": "T:System.Configuration.IntegerValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IntegerValidatorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.IriParsingElement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IriParsingElement.cs#L10C9-L19C10" - }, - { - "DocsId": "P:System.Configuration.IriParsingElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IriParsingElement.cs#L25C17-L25C36" - }, - { - "DocsId": "P:System.Configuration.IriParsingElement.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IriParsingElement.cs#L32C19-L32C47" - } - ], - "DocsId": "T:System.Configuration.IriParsingElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/IriParsingElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ISettingsProviderService.GetSettingsProvider(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ISettingsProviderService.cs" - } - ], - "DocsId": "T:System.Configuration.ISettingsProviderService", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ISettingsProviderService.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.KeyValueConfigurationCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L12C13-L15C10" - }, - { - "DocsId": "M:System.Configuration.KeyValueConfigurationCollection.Add(System.Configuration.KeyValueConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L28C13-L44C10" - }, - { - "DocsId": "M:System.Configuration.KeyValueConfigurationCollection.Add(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L48C13-L50C10" - }, - { - "DocsId": "M:System.Configuration.KeyValueConfigurationCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L54C13-L55C10" - }, - { - "DocsId": "M:System.Configuration.KeyValueConfigurationCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L59C13-L60C10" - }, - { - "DocsId": "M:System.Configuration.KeyValueConfigurationCollection.CreateNewElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L64C13-L64C55" - }, - { - "DocsId": "M:System.Configuration.KeyValueConfigurationCollection.GetElementKey(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L69C13-L69C64" - }, - { - "DocsId": "P:System.Configuration.KeyValueConfigurationCollection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L17C83-L17C95" - }, - { - "DocsId": "P:System.Configuration.KeyValueConfigurationCollection.ThrowOnDuplicate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L19C53-L19C58" - }, - { - "DocsId": "P:System.Configuration.KeyValueConfigurationCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L21C69-L21C111" - }, - { - "DocsId": "P:System.Configuration.KeyValueConfigurationCollection.AllKeys", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs#L23C36-L23C89" - } - ], - "DocsId": "T:System.Configuration.KeyValueConfigurationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.KeyValueConfigurationElement.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs#L24C9-L29C10" - }, - { - "DocsId": "M:System.Configuration.KeyValueConfigurationElement.Init", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs#L45C13-L56C10" - }, - { - "DocsId": "P:System.Configuration.KeyValueConfigurationElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs#L31C83-L31C95" - }, - { - "DocsId": "P:System.Configuration.KeyValueConfigurationElement.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs#L34C30-L34C53" - }, - { - "DocsId": "P:System.Configuration.KeyValueConfigurationElement.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs#L39C19-L39C52" - } - ], - "DocsId": "T:System.Configuration.KeyValueConfigurationElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/KeyValueConfigurationElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.LocalFileSettingsProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L51C13-L57C10" - }, - { - "DocsId": "M:System.Configuration.LocalFileSettingsProvider.GetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L64C13-L143C27" - }, - { - "DocsId": "M:System.Configuration.LocalFileSettingsProvider.SetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L151C13-L197C10" - }, - { - "DocsId": "M:System.Configuration.LocalFileSettingsProvider.Reset(System.Configuration.SettingsContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L205C13-L210C10" - }, - { - "DocsId": "M:System.Configuration.LocalFileSettingsProvider.Upgrade(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L221C13-L247C10" - }, - { - "DocsId": "M:System.Configuration.LocalFileSettingsProvider.GetPreviousVersion(System.Configuration.SettingsContext,System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L254C13-L268C30" - }, - { - "DocsId": "M:System.Configuration.LocalFileSettingsProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L18C9-L18C48" - }, - { - "DocsId": "P:System.Configuration.LocalFileSettingsProvider.ApplicationName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs#L31C17-L31C33" - } - ], - "DocsId": "T:System.Configuration.LocalFileSettingsProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LocalFileSettingsProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.LongValidator.#ctor(System.Int64,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs#L14C15-L15C12" - }, - { - "DocsId": "M:System.Configuration.LongValidator.#ctor(System.Int64,System.Int64,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs#L18C15-L19C12" - }, - { - "DocsId": "M:System.Configuration.LongValidator.#ctor(System.Int64,System.Int64,System.Boolean,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs#L21C9-L33C10" - }, - { - "DocsId": "M:System.Configuration.LongValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs#L37C13-L37C41" - }, - { - "DocsId": "M:System.Configuration.LongValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs#L42C13-L49C10" - } - ], - "DocsId": "T:System.Configuration.LongValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.LongValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs#L9C9-L10C43" - }, - { - "DocsId": "P:System.Configuration.LongValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs#L12C73-L12C116" - }, - { - "DocsId": "P:System.Configuration.LongValidatorAttribute.MinValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs#L16C19-L16C31" - }, - { - "DocsId": "P:System.Configuration.LongValidatorAttribute.MaxValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs#L27C19-L27C31" - }, - { - "DocsId": "P:System.Configuration.LongValidatorAttribute.ExcludeRange", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs#L36C36-L36C40" - } - ], - "DocsId": "T:System.Configuration.LongValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/LongValidatorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.NameValueConfigurationCollection.Add(System.Configuration.NameValueConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L33C13-L34C10" - }, - { - "DocsId": "M:System.Configuration.NameValueConfigurationCollection.Remove(System.Configuration.NameValueConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L38C13-L40C10" - }, - { - "DocsId": "M:System.Configuration.NameValueConfigurationCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L44C13-L45C10" - }, - { - "DocsId": "M:System.Configuration.NameValueConfigurationCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L49C13-L50C10" - }, - { - "DocsId": "M:System.Configuration.NameValueConfigurationCollection.CreateNewElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L54C13-L54C56" - }, - { - "DocsId": "M:System.Configuration.NameValueConfigurationCollection.GetElementKey(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L59C13-L59C66" - }, - { - "DocsId": "M:System.Configuration.NameValueConfigurationCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs" - }, - { - "DocsId": "P:System.Configuration.NameValueConfigurationCollection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L11C83-L11C95" - }, - { - "DocsId": "P:System.Configuration.NameValueConfigurationCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L15C19-L15C71" - }, - { - "DocsId": "P:System.Configuration.NameValueConfigurationCollection.AllKeys", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs#L29C36-L29C89" - } - ], - "DocsId": "T:System.Configuration.NameValueConfigurationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.NameValueConfigurationElement.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationElement.cs#L18C9-L22C10" - }, - { - "DocsId": "P:System.Configuration.NameValueConfigurationElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationElement.cs#L24C83-L24C95" - }, - { - "DocsId": "P:System.Configuration.NameValueConfigurationElement.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationElement.cs#L27C31-L27C55" - }, - { - "DocsId": "P:System.Configuration.NameValueConfigurationElement.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationElement.cs#L32C19-L32C52" - } - ], - "DocsId": "T:System.Configuration.NameValueConfigurationElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueConfigurationElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.NameValueFileSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueFileSectionHandler.cs#L22C13-L67C27" - }, - { - "DocsId": "M:System.Configuration.NameValueFileSectionHandler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueFileSectionHandler.cs" - } - ], - "DocsId": "T:System.Configuration.NameValueFileSectionHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueFileSectionHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.NameValueSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueSectionHandler.cs#L18C13-L18C88" - }, - { - "DocsId": "M:System.Configuration.NameValueSectionHandler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueSectionHandler.cs" - }, - { - "DocsId": "P:System.Configuration.NameValueSectionHandler.KeyAttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueSectionHandler.cs#L88C19-L88C46" - }, - { - "DocsId": "P:System.Configuration.NameValueSectionHandler.ValueAttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueSectionHandler.cs#L96C19-L96C48" - } - ], - "DocsId": "T:System.Configuration.NameValueSectionHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NameValueSectionHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Configuration.OverrideMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/OverrideMode.cs" - }, - { - "DocsId": "F:System.Configuration.OverrideMode.Inherit", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/OverrideMode.cs" - }, - { - "DocsId": "F:System.Configuration.OverrideMode.Allow", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/OverrideMode.cs" - }, - { - "DocsId": "F:System.Configuration.OverrideMode.Deny", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/OverrideMode.cs" - } - ], - "DocsId": "T:System.Configuration.OverrideMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/OverrideMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.PositiveTimeSpanValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidator.cs#L10C13-L10C45" - }, - { - "DocsId": "M:System.Configuration.PositiveTimeSpanValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidator.cs#L15C13-L22C10" - }, - { - "DocsId": "M:System.Configuration.PositiveTimeSpanValidator.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidator.cs" - } - ], - "DocsId": "T:System.Configuration.PositiveTimeSpanValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.PositiveTimeSpanValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidatorAttribute.cs" - }, - { - "DocsId": "P:System.Configuration.PositiveTimeSpanValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidatorAttribute.cs#L9C73-L9C104" - } - ], - "DocsId": "T:System.Configuration.PositiveTimeSpanValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PositiveTimeSpanValidatorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Configuration.PropertyInformation.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L24C30-L24C34" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L32C19-L32C45" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.DefaultValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L36C39-L36C56" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.ValueOrigin", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L42C17-L43C124" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L47C35-L47C108" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.IsKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L49C30-L49C40" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.IsRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L51C35-L51C50" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.IsLocked", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L54C13-L60C82" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L67C17-L69C66" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.LineNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L80C17-L82C45" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L86C29-L86C38" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.Validator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L88C56-L88C70" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.Converter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L90C43-L90C57" - }, - { - "DocsId": "P:System.Configuration.PropertyInformation.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs#L92C38-L92C54" - } - ], - "DocsId": "T:System.Configuration.PropertyInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.PropertyInformationCollection.CopyTo(System.Configuration.PropertyInformation[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformationCollection.cs#L44C13-L52C10" - }, - { - "DocsId": "M:System.Configuration.PropertyInformationCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformationCollection.cs" - }, - { - "DocsId": "P:System.Configuration.PropertyInformationCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformationCollection.cs#L25C17-L35C31" - } - ], - "DocsId": "T:System.Configuration.PropertyInformationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyInformationCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Configuration.PropertyValueOrigin.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyValueOrigin.cs" - }, - { - "DocsId": "F:System.Configuration.PropertyValueOrigin.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyValueOrigin.cs" - }, - { - "DocsId": "F:System.Configuration.PropertyValueOrigin.Inherited", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyValueOrigin.cs" - }, - { - "DocsId": "F:System.Configuration.PropertyValueOrigin.SetHere", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyValueOrigin.cs" - } - ], - "DocsId": "T:System.Configuration.PropertyValueOrigin", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/PropertyValueOrigin.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Configuration.ProtectedConfiguration.RsaProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs" - }, - { - "DocsId": "F:System.Configuration.ProtectedConfiguration.DataProtectionProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs" - }, - { - "DocsId": "F:System.Configuration.ProtectedConfiguration.ProtectedDataSectionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs" - }, - { - "DocsId": "P:System.Configuration.ProtectedConfiguration.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs#L12C17-L16C115" - }, - { - "DocsId": "P:System.Configuration.ProtectedConfiguration.DefaultProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs#L28C17-L32C69" - } - ], - "DocsId": "T:System.Configuration.ProtectedConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfiguration.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ProtectedConfigurationProvider.Encrypt(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProvider.cs" - }, - { - "DocsId": "M:System.Configuration.ProtectedConfigurationProvider.Decrypt(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProvider.cs" - }, - { - "DocsId": "M:System.Configuration.ProtectedConfigurationProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProvider.cs" - } - ], - "DocsId": "T:System.Configuration.ProtectedConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ProtectedConfigurationProviderCollection.Add(System.Configuration.Provider.ProviderBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProviderCollection.cs#L14C13-L27C10" - }, - { - "DocsId": "M:System.Configuration.ProtectedConfigurationProviderCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProviderCollection.cs" - }, - { - "DocsId": "P:System.Configuration.ProtectedConfigurationProviderCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProviderCollection.cs#L10C72-L10C114" - } - ], - "DocsId": "T:System.Configuration.ProtectedConfigurationProviderCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationProviderCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ProtectedConfigurationSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationSection.cs#L30C9-L30C51" - }, - { - "DocsId": "P:System.Configuration.ProtectedConfigurationSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationSection.cs#L32C83-L32C95" - }, - { - "DocsId": "P:System.Configuration.ProtectedConfigurationSection.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationSection.cs#L37C56-L37C84" - }, - { - "DocsId": "P:System.Configuration.ProtectedConfigurationSection.DefaultProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationSection.cs#L42C19-L42C62" - } - ], - "DocsId": "T:System.Configuration.ProtectedConfigurationSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedConfigurationSection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ProtectedProviderSettings.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedProviderSettings.cs#L8C9-L21C10" - }, - { - "DocsId": "P:System.Configuration.ProtectedProviderSettings.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedProviderSettings.cs#L23C83-L23C94" - }, - { - "DocsId": "P:System.Configuration.ProtectedProviderSettings.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedProviderSettings.cs#L26C56-L26C104" - } - ], - "DocsId": "T:System.Configuration.ProtectedProviderSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProtectedProviderSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ProviderSettings.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L13C9-L30C10" - }, - { - "DocsId": "M:System.Configuration.ProviderSettings.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L32C61-L36C10" - }, - { - "DocsId": "M:System.Configuration.ProviderSettings.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L86C13-L94C10" - }, - { - "DocsId": "M:System.Configuration.ProviderSettings.Reset(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L98C13-L102C10" - }, - { - "DocsId": "M:System.Configuration.ProviderSettings.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L149C13-L149C68" - }, - { - "DocsId": "M:System.Configuration.ProviderSettings.OnDeserializeUnrecognizedAttribute(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L181C13-L185C25" - }, - { - "DocsId": "P:System.Configuration.ProviderSettings.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L42C17-L43C36" - }, - { - "DocsId": "P:System.Configuration.ProviderSettings.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L50C19-L50C50" - }, - { - "DocsId": "P:System.Configuration.ProviderSettings.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L57C19-L57C50" - }, - { - "DocsId": "P:System.Configuration.ProviderSettings.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs#L65C17-L78C48" - } - ], - "DocsId": "T:System.Configuration.ProviderSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ProviderSettingsCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L12C13-L13C12" - }, - { - "DocsId": "M:System.Configuration.ProviderSettingsCollection.Add(System.Configuration.ProviderSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L33C13-L38C10" - }, - { - "DocsId": "M:System.Configuration.ProviderSettingsCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L42C13-L43C10" - }, - { - "DocsId": "M:System.Configuration.ProviderSettingsCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L47C13-L48C10" - }, - { - "DocsId": "M:System.Configuration.ProviderSettingsCollection.CreateNewElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L52C13-L52C43" - }, - { - "DocsId": "M:System.Configuration.ProviderSettingsCollection.GetElementKey(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L57C13-L57C53" - }, - { - "DocsId": "P:System.Configuration.ProviderSettingsCollection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L15C83-L15C95" - }, - { - "DocsId": "P:System.Configuration.ProviderSettingsCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L17C57-L17C87" - }, - { - "DocsId": "P:System.Configuration.ProviderSettingsCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs#L21C19-L21C59" - } - ], - "DocsId": "T:System.Configuration.ProviderSettingsCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ProviderSettingsCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.RegexStringValidator.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidator.cs#L13C9-L19C10" - }, - { - "DocsId": "M:System.Configuration.RegexStringValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidator.cs#L23C13-L23C43" - }, - { - "DocsId": "M:System.Configuration.RegexStringValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidator.cs#L28C13-L34C10" - } - ], - "DocsId": "T:System.Configuration.RegexStringValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.RegexStringValidatorAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidatorAttribute.cs#L9C9-L12C10" - }, - { - "DocsId": "P:System.Configuration.RegexStringValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidatorAttribute.cs#L14C73-L14C104" - }, - { - "DocsId": "P:System.Configuration.RegexStringValidatorAttribute.Regex", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidatorAttribute.cs#L16C31-L16C35" - } - ], - "DocsId": "T:System.Configuration.RegexStringValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RegexStringValidatorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.RsaProtectedConfigurationProvider.Decrypt(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L20C13-L20C55" - }, - { - "DocsId": "M:System.Configuration.RsaProtectedConfigurationProvider.Encrypt(System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L25C13-L25C55" - }, - { - "DocsId": "M:System.Configuration.RsaProtectedConfigurationProvider.AddKey(System.Int32,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L30C13-L30C55" - }, - { - "DocsId": "M:System.Configuration.RsaProtectedConfigurationProvider.DeleteKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L35C13-L35C55" - }, - { - "DocsId": "M:System.Configuration.RsaProtectedConfigurationProvider.ImportKey(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L40C13-L40C55" - }, - { - "DocsId": "M:System.Configuration.RsaProtectedConfigurationProvider.ExportKey(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L45C13-L45C55" - }, - { - "DocsId": "M:System.Configuration.RsaProtectedConfigurationProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs" - }, - { - "DocsId": "P:System.Configuration.RsaProtectedConfigurationProvider.KeyContainerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L48C48-L48C90" - }, - { - "DocsId": "P:System.Configuration.RsaProtectedConfigurationProvider.CspProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L49C47-L49C89" - }, - { - "DocsId": "P:System.Configuration.RsaProtectedConfigurationProvider.UseMachineContainer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L50C49-L50C91" - }, - { - "DocsId": "P:System.Configuration.RsaProtectedConfigurationProvider.UseOAEP", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L51C37-L51C79" - }, - { - "DocsId": "P:System.Configuration.RsaProtectedConfigurationProvider.UseFIPS", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L52C37-L52C79" - }, - { - "DocsId": "P:System.Configuration.RsaProtectedConfigurationProvider.RsaPublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs#L53C51-L53C93" - } - ], - "DocsId": "T:System.Configuration.RsaProtectedConfigurationProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/RsaProtectedConfigurationProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SchemeSettingElement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElement.cs" - }, - { - "DocsId": "P:System.Configuration.SchemeSettingElement.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElement.cs#L19C19-L19C47" - }, - { - "DocsId": "P:System.Configuration.SchemeSettingElement.GenericUriParserOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElement.cs#L26C19-L26C83" - }, - { - "DocsId": "P:System.Configuration.SchemeSettingElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElement.cs#L31C19-L31C39" - } - ], - "DocsId": "T:System.Configuration.SchemeSettingElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SchemeSettingElementCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L17C9-L22C10" - }, - { - "DocsId": "M:System.Configuration.SchemeSettingElementCollection.IndexOf(System.Configuration.SchemeSettingElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L41C13-L41C41" - }, - { - "DocsId": "M:System.Configuration.SchemeSettingElementCollection.CreateNewElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L46C13-L46C47" - }, - { - "DocsId": "M:System.Configuration.SchemeSettingElementCollection.GetElementKey(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L51C13-L51C57" - }, - { - "DocsId": "P:System.Configuration.SchemeSettingElementCollection.CollectionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L26C19-L26C79" - }, - { - "DocsId": "P:System.Configuration.SchemeSettingElementCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L31C19-L31C63" - }, - { - "DocsId": "P:System.Configuration.SchemeSettingElementCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs#L36C19-L36C62" - } - ], - "DocsId": "T:System.Configuration.SchemeSettingElementCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SchemeSettingElementCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SectionInformation.ForceDeclaration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L565C13-L566C10" - }, - { - "DocsId": "M:System.Configuration.SectionInformation.ForceDeclaration(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L572C13-L596C10" - }, - { - "DocsId": "M:System.Configuration.SectionInformation.ProtectSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L603C13-L624C10" - }, - { - "DocsId": "M:System.Configuration.SectionInformation.UnprotectSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L628C13-L634C10" - }, - { - "DocsId": "M:System.Configuration.SectionInformation.GetParentSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L638C13-L656C29" - }, - { - "DocsId": "M:System.Configuration.SectionInformation.GetRawXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L661C13-L664C66" - }, - { - "DocsId": "M:System.Configuration.SectionInformation.SetRawXml(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L669C13-L673C10" - }, - { - "DocsId": "M:System.Configuration.SectionInformation.RevertToParent", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L677C13-L681C10" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.SectionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L80C38-L80C47" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L82C30-L82C34" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.AllowDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L86C19-L86C43" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.AllowExeDefinition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L107C19-L107C46" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.OverrideModeDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L128C19-L128C60" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.AllowLocation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L154C19-L154C52" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.AllowOverride", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L175C19-L175C54" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.OverrideMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L187C19-L187C53" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.OverrideModeEffective", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L216C54-L216C121" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.ConfigSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L231C19-L231C56" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.InheritInChildApplications", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L257C19-L257C57" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.IsDeclared", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L271C17-L273C45" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.IsDeclarationRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L283C17-L285C56" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.IsLocked", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L295C33-L296C62" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.IsProtected", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L298C36-L298C62" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.ProtectionProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L304C17-L310C44" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.RestartOnExternalChanges", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L318C19-L318C63" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.RequirePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L339C19-L339C56" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L361C19-L361C36" - }, - { - "DocsId": "P:System.Configuration.SectionInformation.ForceSave", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs#L394C19-L394C48" - } - ], - "DocsId": "T:System.Configuration.SectionInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SectionInformation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingAttribute.cs" - } - ], - "DocsId": "T:System.Configuration.SettingAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingChangingEventArgs.#ctor(System.String,System.String,System.String,System.Object,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs#L18C133-L24C10" - }, - { - "DocsId": "P:System.Configuration.SettingChangingEventArgs.NewValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs#L30C17-L30C34" - }, - { - "DocsId": "P:System.Configuration.SettingChangingEventArgs.SettingClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs#L38C17-L38C38" - }, - { - "DocsId": "P:System.Configuration.SettingChangingEventArgs.SettingName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs#L46C17-L46C37" - }, - { - "DocsId": "P:System.Configuration.SettingChangingEventArgs.SettingKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs#L54C17-L54C36" - } - ], - "DocsId": "T:System.Configuration.SettingChangingEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingChangingEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventHandler.cs" - }, - { - "DocsId": "M:System.Configuration.SettingChangingEventHandler.Invoke(System.Object,System.Configuration.SettingChangingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventHandler.cs" - }, - { - "DocsId": "M:System.Configuration.SettingChangingEventHandler.BeginInvoke(System.Object,System.Configuration.SettingChangingEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventHandler.cs" - }, - { - "DocsId": "M:System.Configuration.SettingChangingEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventHandler.cs" - } - ], - "DocsId": "T:System.Configuration.SettingChangingEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingChangingEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingElement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L27C9-L29C10" - }, - { - "DocsId": "M:System.Configuration.SettingElement.#ctor(System.String,System.Configuration.SettingsSerializeAs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L31C79-L35C10" - }, - { - "DocsId": "M:System.Configuration.SettingElement.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L47C13-L48C95" - }, - { - "DocsId": "M:System.Configuration.SettingElement.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L53C13-L53C61" - }, - { - "DocsId": "P:System.Configuration.SettingElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L60C17-L60C37" - }, - { - "DocsId": "P:System.Configuration.SettingElement.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L69C17-L69C49" - }, - { - "DocsId": "P:System.Configuration.SettingElement.SerializeAs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L82C17-L82C69" - }, - { - "DocsId": "P:System.Configuration.SettingElement.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs#L95C17-L95C63" - } - ], - "DocsId": "T:System.Configuration.SettingElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingElementCollection.CreateNewElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L26C13-L26C41" - }, - { - "DocsId": "M:System.Configuration.SettingElementCollection.GetElementKey(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L31C13-L31C50" - }, - { - "DocsId": "M:System.Configuration.SettingElementCollection.Get(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L36C13-L36C56" - }, - { - "DocsId": "M:System.Configuration.SettingElementCollection.Add(System.Configuration.SettingElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L41C13-L42C10" - }, - { - "DocsId": "M:System.Configuration.SettingElementCollection.Remove(System.Configuration.SettingElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L46C13-L47C10" - }, - { - "DocsId": "M:System.Configuration.SettingElementCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L51C13-L52C10" - }, - { - "DocsId": "M:System.Configuration.SettingElementCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs" - }, - { - "DocsId": "P:System.Configuration.SettingElementCollection.CollectionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L12C17-L12C68" - }, - { - "DocsId": "P:System.Configuration.SettingElementCollection.ElementName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs#L20C17-L20C34" - } - ], - "DocsId": "T:System.Configuration.SettingElementCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingElementCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsAttributeDictionary.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsAttributeDictionary.cs#L11C48-L11C58" - }, - { - "DocsId": "M:System.Configuration.SettingsAttributeDictionary.#ctor(System.Configuration.SettingsAttributeDictionary)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsAttributeDictionary.cs#L13C86-L13C106" - }, - { - "DocsId": "M:System.Configuration.SettingsAttributeDictionary.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsAttributeDictionary.cs#L15C9-L17C55" - } - ], - "DocsId": "T:System.Configuration.SettingsAttributeDictionary", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsAttributeDictionary.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L16C9-L19C10" - }, - { - "DocsId": "M:System.Configuration.SettingsBase.Initialize(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection,System.Configuration.SettingsProviderCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L103C13-L106C10" - }, - { - "DocsId": "M:System.Configuration.SettingsBase.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L110C13-L121C10" - }, - { - "DocsId": "M:System.Configuration.SettingsBase.Synchronized(System.Configuration.SettingsBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L176C13-L177C33" - }, - { - "DocsId": "P:System.Configuration.SettingsBase.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L25C17-L36C14" - }, - { - "DocsId": "P:System.Configuration.SettingsBase.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L147C70-L147C89" - }, - { - "DocsId": "P:System.Configuration.SettingsBase.Providers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L148C69-L148C87" - }, - { - "DocsId": "P:System.Configuration.SettingsBase.PropertyValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L149C79-L149C102" - }, - { - "DocsId": "P:System.Configuration.SettingsBase.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L150C56-L150C72" - }, - { - "DocsId": "P:System.Configuration.SettingsBase.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs#L181C44-L181C67" - } - ], - "DocsId": "T:System.Configuration.SettingsBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsContext.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsContext.cs#L11C36-L11C46" - }, - { - "DocsId": "M:System.Configuration.SettingsContext.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsContext.cs#L13C9-L15C55" - } - ], - "DocsId": "T:System.Configuration.SettingsContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsDescriptionAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsDescriptionAttribute.cs#L17C9-L20C10" - }, - { - "DocsId": "P:System.Configuration.SettingsDescriptionAttribute.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsDescriptionAttribute.cs#L29C17-L29C37" - } - ], - "DocsId": "T:System.Configuration.SettingsDescriptionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsDescriptionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsGroupDescriptionAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupDescriptionAttribute.cs#L17C9-L20C10" - }, - { - "DocsId": "P:System.Configuration.SettingsGroupDescriptionAttribute.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupDescriptionAttribute.cs#L29C17-L29C37" - } - ], - "DocsId": "T:System.Configuration.SettingsGroupDescriptionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupDescriptionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsGroupNameAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupNameAttribute.cs#L17C9-L20C10" - }, - { - "DocsId": "P:System.Configuration.SettingsGroupNameAttribute.GroupName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupNameAttribute.cs#L29C17-L29C35" - } - ], - "DocsId": "T:System.Configuration.SettingsGroupNameAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsGroupNameAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsLoadedEventArgs.#ctor(System.Configuration.SettingsProvider)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventArgs.cs#L13C9-L16C10" - }, - { - "DocsId": "P:System.Configuration.SettingsLoadedEventArgs.Provider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventArgs.cs#L22C17-L22C34" - } - ], - "DocsId": "T:System.Configuration.SettingsLoadedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsLoadedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventHandler.cs" - }, - { - "DocsId": "M:System.Configuration.SettingsLoadedEventHandler.Invoke(System.Object,System.Configuration.SettingsLoadedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventHandler.cs" - }, - { - "DocsId": "M:System.Configuration.SettingsLoadedEventHandler.BeginInvoke(System.Object,System.Configuration.SettingsLoadedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventHandler.cs" - }, - { - "DocsId": "M:System.Configuration.SettingsLoadedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventHandler.cs" - } - ], - "DocsId": "T:System.Configuration.SettingsLoadedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsLoadedEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Configuration.SettingsManageability.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageability.cs" - }, - { - "DocsId": "F:System.Configuration.SettingsManageability.Roaming", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageability.cs" - } - ], - "DocsId": "T:System.Configuration.SettingsManageability", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageability.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsManageabilityAttribute.#ctor(System.Configuration.SettingsManageability)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageabilityAttribute.cs#L17C9-L20C10" - }, - { - "DocsId": "P:System.Configuration.SettingsManageabilityAttribute.Manageability", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageabilityAttribute.cs#L29C17-L29C39" - } - ], - "DocsId": "T:System.Configuration.SettingsManageabilityAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsManageabilityAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L13C9-L16C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.Add(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L20C13-L34C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L38C13-L55C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L67C13-L67C54" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L72C13-L72C63" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.SetReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L77C13-L80C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L84C13-L89C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.OnAdd(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L96C67-L96C68" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.OnAddComplete(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L98C75-L98C76" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.OnClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L100C44-L100C45" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L102C52-L102C53" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.OnRemove(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L104C70-L104C71" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.OnRemoveComplete(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L106C78-L106C79" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L115C13-L116C10" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L61C17-L61C61" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L109C34-L109C58" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L110C44-L110C57" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs#L111C40-L111C52" - } - ], - "DocsId": "T:System.Configuration.SettingsPropertyCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsPropertyIsReadOnlyException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyIsReadOnlyException.cs#L14C16-L16C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyIsReadOnlyException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyIsReadOnlyException.cs#L19C16-L21C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyIsReadOnlyException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyIsReadOnlyException.cs#L28C16-L30C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyIsReadOnlyException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyIsReadOnlyException.cs#L32C9-L34C10" - } - ], - "DocsId": "T:System.Configuration.SettingsPropertyIsReadOnlyException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyIsReadOnlyException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsPropertyNotFoundException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyNotFoundException.cs#L14C15-L16C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyNotFoundException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyNotFoundException.cs#L19C15-L21C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyNotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyNotFoundException.cs#L28C15-L30C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyNotFoundException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyNotFoundException.cs#L32C9-L34C10" - } - ], - "DocsId": "T:System.Configuration.SettingsPropertyNotFoundException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyNotFoundException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L14C9-L18C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.Add(System.Configuration.SettingsPropertyValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L22C13-L36C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L40C13-L64C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L86C13-L86C44" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L91C13-L91C75" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.SetReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L96C13-L101C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L105C13-L107C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyValueCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L117C13-L118C10" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyValueCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L70C17-L80C61" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyValueCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L109C34-L109C55" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyValueCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L111C44-L111C57" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyValueCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs#L113C40-L113C52" - } - ], - "DocsId": "T:System.Configuration.SettingsPropertyValueCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValueCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsPropertyWrongTypeException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyWrongTypeException.cs#L14C15-L16C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyWrongTypeException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyWrongTypeException.cs#L19C16-L21C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyWrongTypeException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyWrongTypeException.cs#L28C16-L30C10" - }, - { - "DocsId": "M:System.Configuration.SettingsPropertyWrongTypeException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyWrongTypeException.cs#L32C9-L34C10" - } - ], - "DocsId": "T:System.Configuration.SettingsPropertyWrongTypeException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyWrongTypeException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsProvider.GetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProvider.cs" - }, - { - "DocsId": "M:System.Configuration.SettingsProvider.SetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProvider.cs" - }, - { - "DocsId": "M:System.Configuration.SettingsProvider.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProvider.cs" - }, - { - "DocsId": "P:System.Configuration.SettingsProvider.ApplicationName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProvider.cs" - } - ], - "DocsId": "T:System.Configuration.SettingsProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsProviderAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderAttribute.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.Configuration.SettingsProviderAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderAttribute.cs#L25C9-L31C10" - }, - { - "DocsId": "P:System.Configuration.SettingsProviderAttribute.ProviderTypeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderAttribute.cs#L40C17-L40C42" - } - ], - "DocsId": "T:System.Configuration.SettingsProviderAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsProviderCollection.Add(System.Configuration.Provider.ProviderBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderCollection.cs#L12C13-L23C10" - }, - { - "DocsId": "M:System.Configuration.SettingsProviderCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderCollection.cs" - }, - { - "DocsId": "P:System.Configuration.SettingsProviderCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderCollection.cs#L29C17-L29C53" - } - ], - "DocsId": "T:System.Configuration.SettingsProviderCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProviderCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsSavingEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSavingEventHandler.cs" - }, - { - "DocsId": "M:System.Configuration.SettingsSavingEventHandler.Invoke(System.Object,System.ComponentModel.CancelEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSavingEventHandler.cs" - }, - { - "DocsId": "M:System.Configuration.SettingsSavingEventHandler.BeginInvoke(System.Object,System.ComponentModel.CancelEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSavingEventHandler.cs" - }, - { - "DocsId": "M:System.Configuration.SettingsSavingEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSavingEventHandler.cs" - } - ], - "DocsId": "T:System.Configuration.SettingsSavingEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSavingEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsSerializeAsAttribute.#ctor(System.Configuration.SettingsSerializeAs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAsAttribute.cs#L17C9-L20C10" - }, - { - "DocsId": "P:System.Configuration.SettingsSerializeAsAttribute.SerializeAs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAsAttribute.cs#L29C17-L29C37" - } - ], - "DocsId": "T:System.Configuration.SettingsSerializeAsAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAsAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingValueElement.DeserializeElement(System.Xml.XmlReader,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L34C13-L35C10" - }, - { - "DocsId": "M:System.Configuration.SettingValueElement.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L39C13-L40C64" - }, - { - "DocsId": "M:System.Configuration.SettingValueElement.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L45C13-L45C49" - }, - { - "DocsId": "M:System.Configuration.SettingValueElement.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L50C13-L50C32" - }, - { - "DocsId": "M:System.Configuration.SettingValueElement.ResetModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L55C13-L56C10" - }, - { - "DocsId": "M:System.Configuration.SettingValueElement.SerializeToXmlElement(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L60C13-L69C26" - }, - { - "DocsId": "M:System.Configuration.SettingValueElement.Reset(System.Configuration.ConfigurationElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L74C13-L76C10" - }, - { - "DocsId": "M:System.Configuration.SettingValueElement.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L81C13-L83C10" - }, - { - "DocsId": "M:System.Configuration.SettingValueElement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs" - }, - { - "DocsId": "P:System.Configuration.SettingValueElement.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L17C13-L17C66" - }, - { - "DocsId": "P:System.Configuration.SettingValueElement.ValueXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs#L23C17-L23C34" - } - ], - "DocsId": "T:System.Configuration.SettingValueElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingValueElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SingleTagSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SingleTagSectionHandler.cs#L29C13-L46C27" - }, - { - "DocsId": "M:System.Configuration.SingleTagSectionHandler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SingleTagSectionHandler.cs" - } - ], - "DocsId": "T:System.Configuration.SingleTagSectionHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SingleTagSectionHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Configuration.SpecialSetting.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSetting.cs" - }, - { - "DocsId": "F:System.Configuration.SpecialSetting.ConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSetting.cs" - }, - { - "DocsId": "F:System.Configuration.SpecialSetting.WebServiceUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSetting.cs" - } - ], - "DocsId": "T:System.Configuration.SpecialSetting", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSetting.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SpecialSettingAttribute.#ctor(System.Configuration.SpecialSetting)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSettingAttribute.cs#L16C9-L19C10" - }, - { - "DocsId": "P:System.Configuration.SpecialSettingAttribute.SpecialSetting", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSettingAttribute.cs#L28C17-L28C40" - } - ], - "DocsId": "T:System.Configuration.SpecialSettingAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SpecialSettingAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L14C9-L19C10" - }, - { - "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L56C13-L70C58" - }, - { - "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.SetReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L86C13-L87C10" - }, - { - "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L91C13-L95C10" - }, - { - "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.AddRange(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L99C13-L106C10" - }, - { - "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L110C13-L113C10" - }, - { - "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.Insert(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L117C13-L121C10" - }, - { - "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L125C13-L129C10" - }, - { - "DocsId": "M:System.Configuration.CommaDelimitedStringCollection.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L133C13-L143C25" - }, - { - "DocsId": "P:System.Configuration.CommaDelimitedStringCollection.IsModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L21C35-L21C79" - }, - { - "DocsId": "P:System.Configuration.CommaDelimitedStringCollection.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L23C38-L23C42" - }, - { - "DocsId": "P:System.Configuration.CommaDelimitedStringCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs#L27C19-L27C38" - } - ], - "DocsId": "T:System.Configuration.CommaDelimitedStringCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringAttributeCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.StringValidator.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs#L13C15-L14C12" - }, - { - "DocsId": "M:System.Configuration.StringValidator.#ctor(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs#L17C15-L18C12" - }, - { - "DocsId": "M:System.Configuration.StringValidator.#ctor(System.Int32,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs#L20C9-L25C10" - }, - { - "DocsId": "M:System.Configuration.StringValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs#L29C13-L29C43" - }, - { - "DocsId": "M:System.Configuration.StringValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs#L34C13-L54C10" - } - ], - "DocsId": "T:System.Configuration.StringValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.StringValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs#L9C9-L9C47" - }, - { - "DocsId": "P:System.Configuration.StringValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs#L13C16-L13C78" - }, - { - "DocsId": "P:System.Configuration.StringValidatorAttribute.MinLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs#L17C19-L17C37" - }, - { - "DocsId": "P:System.Configuration.StringValidatorAttribute.MaxLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs#L29C19-L29C37" - }, - { - "DocsId": "P:System.Configuration.StringValidatorAttribute.InvalidCharacters", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs#L39C43-L39C47" - } - ], - "DocsId": "T:System.Configuration.StringValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/StringValidatorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SubclassTypeValidator.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidator.cs#L11C9-L17C10" - }, - { - "DocsId": "M:System.Configuration.SubclassTypeValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidator.cs#L21C13-L21C41" - }, - { - "DocsId": "M:System.Configuration.SubclassTypeValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidator.cs#L26C13-L36C10" - } - ], - "DocsId": "T:System.Configuration.SubclassTypeValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SubclassTypeValidatorAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidatorAttribute.cs#L9C9-L12C10" - }, - { - "DocsId": "P:System.Configuration.SubclassTypeValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidatorAttribute.cs#L14C73-L14C109" - }, - { - "DocsId": "P:System.Configuration.SubclassTypeValidatorAttribute.BaseClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidatorAttribute.cs#L16C33-L16C37" - } - ], - "DocsId": "T:System.Configuration.SubclassTypeValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SubclassTypeValidatorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.TimeSpanMinutesConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesConverter.cs#L13C13-L16C64" - }, - { - "DocsId": "M:System.Configuration.TimeSpanMinutesConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesConverter.cs#L21C13-L22C46" - }, - { - "DocsId": "M:System.Configuration.TimeSpanMinutesConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesConverter.cs" - } - ], - "DocsId": "T:System.Configuration.TimeSpanMinutesConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.TimeSpanMinutesOrInfiniteConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesOrInfiniteConverter.cs#L13C13-L15C109" - }, - { - "DocsId": "M:System.Configuration.TimeSpanMinutesOrInfiniteConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesOrInfiniteConverter.cs#L20C13-L20C101" - }, - { - "DocsId": "M:System.Configuration.TimeSpanMinutesOrInfiniteConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesOrInfiniteConverter.cs" - } - ], - "DocsId": "T:System.Configuration.TimeSpanMinutesOrInfiniteConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanMinutesOrInfiniteConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.TimeSpanSecondsConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsConverter.cs#L13C13-L17C64" - }, - { - "DocsId": "M:System.Configuration.TimeSpanSecondsConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsConverter.cs#L25C17-L31C46" - }, - { - "DocsId": "M:System.Configuration.TimeSpanSecondsConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsConverter.cs" - } - ], - "DocsId": "T:System.Configuration.TimeSpanSecondsConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.TimeSpanSecondsOrInfiniteConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsOrInfiniteConverter.cs#L13C13-L15C109" - }, - { - "DocsId": "M:System.Configuration.TimeSpanSecondsOrInfiniteConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsOrInfiniteConverter.cs#L20C13-L20C101" - }, - { - "DocsId": "M:System.Configuration.TimeSpanSecondsOrInfiniteConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsOrInfiniteConverter.cs" - } - ], - "DocsId": "T:System.Configuration.TimeSpanSecondsOrInfiniteConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanSecondsOrInfiniteConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.TimeSpanValidator.#ctor(System.TimeSpan,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs#L14C15-L15C12" - }, - { - "DocsId": "M:System.Configuration.TimeSpanValidator.#ctor(System.TimeSpan,System.TimeSpan,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs#L18C15-L19C12" - }, - { - "DocsId": "M:System.Configuration.TimeSpanValidator.#ctor(System.TimeSpan,System.TimeSpan,System.Boolean,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs#L21C9-L33C10" - }, - { - "DocsId": "M:System.Configuration.TimeSpanValidator.CanValidate(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs#L37C13-L37C45" - }, - { - "DocsId": "M:System.Configuration.TimeSpanValidator.Validate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs#L42C13-L49C10" - } - ], - "DocsId": "T:System.Configuration.TimeSpanValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.TimeSpanValidatorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L17C58-L19C75" - }, - { - "DocsId": "F:System.Configuration.TimeSpanValidatorAttribute.TimeSpanMinValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs" - }, - { - "DocsId": "F:System.Configuration.TimeSpanValidatorAttribute.TimeSpanMaxValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs" - }, - { - "DocsId": "P:System.Configuration.TimeSpanValidatorAttribute.ValidatorInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L15C16-L15C71" - }, - { - "DocsId": "P:System.Configuration.TimeSpanValidatorAttribute.MinValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L17C36-L17C40" - }, - { - "DocsId": "P:System.Configuration.TimeSpanValidatorAttribute.MaxValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L19C36-L19C40" - }, - { - "DocsId": "P:System.Configuration.TimeSpanValidatorAttribute.MinValueString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L23C19-L23C46" - }, - { - "DocsId": "P:System.Configuration.TimeSpanValidatorAttribute.MaxValueString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L37C19-L37C46" - }, - { - "DocsId": "P:System.Configuration.TimeSpanValidatorAttribute.ExcludeRange", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs#L49C36-L49C40" - } - ], - "DocsId": "T:System.Configuration.TimeSpanValidatorAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TimeSpanValidatorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.TypeNameConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TypeNameConverter.cs#L14C13-L20C27" - }, - { - "DocsId": "M:System.Configuration.TypeNameConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TypeNameConverter.cs#L25C13-L29C27" - }, - { - "DocsId": "M:System.Configuration.TypeNameConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TypeNameConverter.cs" - } - ], - "DocsId": "T:System.Configuration.TypeNameConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/TypeNameConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.UriSection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs" - }, - { - "DocsId": "P:System.Configuration.UriSection.Idn", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs#L28C34-L28C56" - }, - { - "DocsId": "P:System.Configuration.UriSection.IriParsing", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs#L31C48-L31C84" - }, - { - "DocsId": "P:System.Configuration.UriSection.SchemeSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs#L34C65-L34C118" - }, - { - "DocsId": "P:System.Configuration.UriSection.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs#L36C83-L36C94" - } - ], - "DocsId": "T:System.Configuration.UriSection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UriSection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.UserScopedSettingAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UserScopedSettingAttribute.cs" - } - ], - "DocsId": "T:System.Configuration.UserScopedSettingAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UserScopedSettingAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.UserSettingsGroup.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UserSettingsGroup.cs" - } - ], - "DocsId": "T:System.Configuration.UserSettingsGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/UserSettingsGroup.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ValidatorCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ValidatorCallback.cs" - }, - { - "DocsId": "M:System.Configuration.ValidatorCallback.Invoke(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ValidatorCallback.cs" - }, - { - "DocsId": "M:System.Configuration.ValidatorCallback.BeginInvoke(System.Object,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ValidatorCallback.cs" - }, - { - "DocsId": "M:System.Configuration.ValidatorCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ValidatorCallback.cs" - } - ], - "DocsId": "T:System.Configuration.ValidatorCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ValidatorCallback.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.WhiteSpaceTrimStringConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/WhiteSpaceTrimStringConverter.cs#L13C13-L15C74" - }, - { - "DocsId": "M:System.Configuration.WhiteSpaceTrimStringConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/WhiteSpaceTrimStringConverter.cs#L20C13-L20C42" - }, - { - "DocsId": "M:System.Configuration.WhiteSpaceTrimStringConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/WhiteSpaceTrimStringConverter.cs" - } - ], - "DocsId": "T:System.Configuration.WhiteSpaceTrimStringConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/WhiteSpaceTrimStringConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsProperty.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L20C9-L24C10" - }, - { - "DocsId": "M:System.Configuration.SettingsProperty.#ctor(System.String,System.Type,System.Configuration.SettingsProvider,System.Boolean,System.Object,System.Configuration.SettingsSerializeAs,System.Configuration.SettingsAttributeDictionary,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L26C9-L58C10" - }, - { - "DocsId": "M:System.Configuration.SettingsProperty.#ctor(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L60C9-L71C10" - }, - { - "DocsId": "P:System.Configuration.SettingsProperty.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L10C38-L10C42" - }, - { - "DocsId": "P:System.Configuration.SettingsProperty.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L11C42-L11C46" - }, - { - "DocsId": "P:System.Configuration.SettingsProperty.DefaultValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L12C46-L12C50" - }, - { - "DocsId": "P:System.Configuration.SettingsProperty.PropertyType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L13C44-L13C48" - }, - { - "DocsId": "P:System.Configuration.SettingsProperty.SerializeAs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L14C58-L14C62" - }, - { - "DocsId": "P:System.Configuration.SettingsProperty.Provider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L15C52-L15C56" - }, - { - "DocsId": "P:System.Configuration.SettingsProperty.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L16C65-L16C69" - }, - { - "DocsId": "P:System.Configuration.SettingsProperty.ThrowOnErrorDeserializing", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L17C49-L17C53" - }, - { - "DocsId": "P:System.Configuration.SettingsProperty.ThrowOnErrorSerializing", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs#L18C47-L18C51" - } - ], - "DocsId": "T:System.Configuration.SettingsProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsProperty.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.SettingsPropertyValue.#ctor(System.Configuration.SettingsProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L26C9-L29C10" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyValue.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L20C31-L20C44" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyValue.IsDirty", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L21C31-L21C35" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyValue.Property", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L22C44-L22C48" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyValue.UsingDefaultValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L23C41-L23C45" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyValue.Deserialized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L24C36-L24C40" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyValue.PropertyValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L35C17-L48C31" - }, - { - "DocsId": "P:System.Configuration.SettingsPropertyValue.SerializedValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs#L64C17-L69C41" - } - ], - "DocsId": "T:System.Configuration.SettingsPropertyValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsPropertyValue.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Configuration.SettingsSerializeAs.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" - }, - { - "DocsId": "F:System.Configuration.SettingsSerializeAs.String", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" - }, - { - "DocsId": "F:System.Configuration.SettingsSerializeAs.Xml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" - }, - { - "DocsId": "F:System.Configuration.SettingsSerializeAs.Binary", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" - }, - { - "DocsId": "F:System.Configuration.SettingsSerializeAs.ProviderSpecific", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" - } - ], - "DocsId": "T:System.Configuration.SettingsSerializeAs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/SettingsSerializeAs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.NoSettingsVersionUpgradeAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NoSettingsVersionUpgradeAttribute.cs" - } - ], - "DocsId": "T:System.Configuration.NoSettingsVersionUpgradeAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/NoSettingsVersionUpgradeAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Provider.ProviderBase.Initialize(System.String,System.Collections.Specialized.NameValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderBase.cs#L21C13-L39C10" - }, - { - "DocsId": "M:System.Configuration.Provider.ProviderBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderBase.cs" - }, - { - "DocsId": "P:System.Configuration.Provider.ProviderBase.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderBase.cs#L15C39-L15C44" - }, - { - "DocsId": "P:System.Configuration.Provider.ProviderBase.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderBase.cs#L17C46-L17C102" - } - ], - "DocsId": "T:System.Configuration.Provider.ProviderBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Provider.ProviderCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L13C9-L16C10" - }, - { - "DocsId": "M:System.Configuration.Provider.ProviderCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L22C13-L22C54" - }, - { - "DocsId": "M:System.Configuration.Provider.ProviderCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L33C13-L34C10" - }, - { - "DocsId": "M:System.Configuration.Provider.ProviderCollection.Add(System.Configuration.Provider.ProviderBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L38C13-L48C10" - }, - { - "DocsId": "M:System.Configuration.Provider.ProviderCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L52C13-L55C10" - }, - { - "DocsId": "M:System.Configuration.Provider.ProviderCollection.SetReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L59C13-L62C10" - }, - { - "DocsId": "M:System.Configuration.Provider.ProviderCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L66C13-L69C10" - }, - { - "DocsId": "M:System.Configuration.Provider.ProviderCollection.CopyTo(System.Configuration.Provider.ProviderBase[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L73C13-L74C10" - }, - { - "DocsId": "P:System.Configuration.Provider.ProviderCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L18C50-L18C82" - }, - { - "DocsId": "P:System.Configuration.Provider.ProviderCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L25C29-L25C45" - }, - { - "DocsId": "P:System.Configuration.Provider.ProviderCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L27C39-L27C44" - }, - { - "DocsId": "P:System.Configuration.Provider.ProviderCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs#L29C35-L29C39" - } - ], - "DocsId": "T:System.Configuration.Provider.ProviderCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Provider.ProviderException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderException.cs#L13C9-L13C39" - }, - { - "DocsId": "M:System.Configuration.Provider.ProviderException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderException.cs#L16C15-L17C12" - }, - { - "DocsId": "M:System.Configuration.Provider.ProviderException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderException.cs#L20C15-L21C12" - }, - { - "DocsId": "M:System.Configuration.Provider.ProviderException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderException.cs#L28C15-L30C10" - } - ], - "DocsId": "T:System.Configuration.Provider.ProviderException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Provider/ProviderException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L26C9-L26C45" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.Init(System.Configuration.Internal.IInternalConfigRoot,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L33C13-L34C10" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.InitForConfiguration(System.String@,System.String@,System.String@,System.Configuration.Internal.IInternalConfigRoot,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L40C13-L42C10" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsConfigRecordRequired(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L46C13-L46C60" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsInitDelayed(System.Configuration.Internal.IInternalConfigRecord)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L51C13-L51C53" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.RequireCompleteInit(System.Configuration.Internal.IInternalConfigRecord)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L56C13-L57C10" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsSecondaryRoot(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L65C13-L65C53" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.GetStreamName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L70C13-L70C51" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.GetStreamNameForConfigSource(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L75C13-L75C80" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.GetStreamVersion(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L80C13-L80C54" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.OpenStreamForRead(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L85C13-L85C55" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.OpenStreamForRead(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L90C13-L90C74" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.OpenStreamForWrite(System.String,System.String,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L95C13-L95C94" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.OpenStreamForWrite(System.String,System.String,System.Object@,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L101C13-L101C113" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.WriteCompleted(System.String,System.Boolean,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L106C13-L107C10" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.WriteCompleted(System.String,System.Boolean,System.Object,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L111C13-L112C10" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.DeleteStream(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L116C13-L117C10" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsFile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L121C13-L121C44" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.StartMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L128C13-L128C79" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.StopMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L133C13-L134C10" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsAboveApplication(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L144C13-L144C56" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L150C13-L150C94" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.VerifyDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition,System.Configuration.Internal.IConfigErrorInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L156C13-L157C10" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.GetConfigPathFromLocationSubPath(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L161C13-L161C87" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsLocationApplicable(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L166C13-L166C58" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.PrefetchAll(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L171C13-L171C61" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.PrefetchSection(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L176C13-L176C72" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.CreateDeprecatedConfigContext(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L181C13-L181C67" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.CreateConfigurationContext(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L187C13-L187C81" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.DecryptSection(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L193C13-L193C98" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.EncryptSection(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L199C13-L199C98" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.GetConfigType(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L204C13-L204C63" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.GetConfigTypeName(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L209C13-L209C46" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.RefreshConfigPaths", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L219C13-L220C10" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsTrustedConfigPath(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L228C71-L228C75" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.IsFullTrustSectionWithoutAptcaAllowed(System.Configuration.Internal.IInternalConfigRecord)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L230C106-L230C110" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.Impersonate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L232C53-L232C74" - }, - { - "DocsId": "M:System.Configuration.Internal.DelegatingConfigHost.GetRestrictedPermissions(System.Configuration.Internal.IInternalConfigRecord,System.Security.PermissionSet@,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L237C13-L239C10" - }, - { - "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.Host", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L29C46-L29C50" - }, - { - "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.SupportsChangeNotifications", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L124C60-L124C92" - }, - { - "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.SupportsRefresh", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L136C48-L136C68" - }, - { - "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.SupportsPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L138C45-L138C62" - }, - { - "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.SupportsLocation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L140C49-L140C70" - }, - { - "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.IsRemote", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L212C41-L212C54" - }, - { - "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.HasLocalConfig", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L222C47-L222C71" - }, - { - "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.HasRoamingConfig", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L224C49-L224C75" - }, - { - "DocsId": "P:System.Configuration.Internal.DelegatingConfigHost.IsAppConfigHttp", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs#L226C48-L226C73" - } - ], - "DocsId": "T:System.Configuration.Internal.DelegatingConfigHost", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/DelegatingConfigHost.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Configuration.Internal.IConfigErrorInfo.Filename", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigErrorInfo.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigErrorInfo.LineNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigErrorInfo.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.IConfigErrorInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigErrorInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.IConfigSystem.Init(System.Type,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigSystem.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigSystem.Host", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigSystem.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigSystem.Root", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigSystem.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.IConfigSystem", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigSystem.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.IConfigurationManagerHelper.EnsureNetConfigLoaded", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerHelper.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.IConfigurationManagerHelper", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerHelper.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.SupportsUserConfig", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.SetConfigurationSystemInProgress", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.MachineConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.ApplicationConfigUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.ExeProductName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.ExeProductVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.ExeRoamingConfigDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.ExeRoamingConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.ExeLocalConfigDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.ExeLocalConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IConfigurationManagerInternal.UserConfigFilename", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.IConfigurationManagerInternal", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IConfigurationManagerInternal.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigClientHost.IsExeConfig(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigClientHost.IsRoamingUserConfig(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigClientHost.IsLocalUserConfig(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigClientHost.GetExeConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigClientHost.GetRoamingUserConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigClientHost.GetLocalUserConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.IInternalConfigClientHost", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigClientHost.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigConfigurationFactory.Create(System.Type,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigConfigurationFactory.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigConfigurationFactory.NormalizeLocationSubPath(System.String,System.Configuration.Internal.IConfigErrorInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigConfigurationFactory.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.IInternalConfigConfigurationFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigConfigurationFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.Init(System.Configuration.Internal.IInternalConfigRoot,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.InitForConfiguration(System.String@,System.String@,System.String@,System.Configuration.Internal.IInternalConfigRoot,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsConfigRecordRequired(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsInitDelayed(System.Configuration.Internal.IInternalConfigRecord)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.RequireCompleteInit(System.Configuration.Internal.IInternalConfigRecord)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsSecondaryRoot(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.GetStreamName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.GetStreamNameForConfigSource(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.GetStreamVersion(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.OpenStreamForRead(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.OpenStreamForRead(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.OpenStreamForWrite(System.String,System.String,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.OpenStreamForWrite(System.String,System.String,System.Object@,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.WriteCompleted(System.String,System.Boolean,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.WriteCompleted(System.String,System.Boolean,System.Object,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.DeleteStream(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsFile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.StartMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.StopMonitoringStreamForChanges(System.String,System.Configuration.Internal.StreamChangeCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsAboveApplication(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.GetConfigPathFromLocationSubPath(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsLocationApplicable(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.VerifyDefinitionAllowed(System.String,System.Configuration.ConfigurationAllowDefinition,System.Configuration.ConfigurationAllowExeDefinition,System.Configuration.Internal.IConfigErrorInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.PrefetchAll(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.PrefetchSection(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.CreateDeprecatedConfigContext(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.CreateConfigurationContext(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.DecryptSection(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.EncryptSection(System.String,System.Configuration.ProtectedConfigurationProvider,System.Configuration.ProtectedConfigurationSection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.GetConfigType(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.GetConfigTypeName(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsTrustedConfigPath(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.IsFullTrustSectionWithoutAptcaAllowed(System.Configuration.Internal.IInternalConfigRecord)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.Impersonate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigHost.GetRestrictedPermissions(System.Configuration.Internal.IInternalConfigRecord,System.Security.PermissionSet@,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IInternalConfigHost.SupportsChangeNotifications", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IInternalConfigHost.SupportsRefresh", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IInternalConfigHost.SupportsPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IInternalConfigHost.SupportsLocation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IInternalConfigHost.IsRemote", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.IInternalConfigHost", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigHost.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigRecord.ThrowIfInitErrors", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigRecord.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigRecord.GetLkgSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigRecord.RefreshSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigRecord.Remove", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IInternalConfigRecord.ConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IInternalConfigRecord.StreamName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IInternalConfigRecord.HasInitErrors", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.IInternalConfigRecord", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRecord.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigRoot.Init(System.Configuration.Internal.IInternalConfigHost,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigRoot.GetSection(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigRoot.GetUniqueConfigPath(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigRoot.GetUniqueConfigRecord(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigRoot.GetConfigRecord(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigRoot.RemoveConfig(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" - }, - { - "DocsId": "E:System.Configuration.Internal.IInternalConfigRoot.ConfigChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" - }, - { - "DocsId": "E:System.Configuration.Internal.IInternalConfigRoot.ConfigRemoved", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IInternalConfigRoot.IsDesignTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.IInternalConfigRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigRoot.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigSettingsFactory.SetConfigurationSystem(System.Configuration.Internal.IInternalConfigSystem,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSettingsFactory.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigSettingsFactory.CompleteInit", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSettingsFactory.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.IInternalConfigSettingsFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSettingsFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigSystem.GetSection(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSystem.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.IInternalConfigSystem.RefreshConfig(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSystem.cs" - }, - { - "DocsId": "P:System.Configuration.Internal.IInternalConfigSystem.SupportsUserConfig", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSystem.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.IInternalConfigSystem", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigSystem.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.InternalConfigEventArgs.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventArgs.cs#L8C9-L11C10" - }, - { - "DocsId": "P:System.Configuration.Internal.InternalConfigEventArgs.ConfigPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventArgs.cs#L13C36-L13C40" - } - ], - "DocsId": "T:System.Configuration.Internal.InternalConfigEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.InternalConfigEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventHandler.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.InternalConfigEventHandler.Invoke(System.Object,System.Configuration.Internal.InternalConfigEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventHandler.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.InternalConfigEventHandler.BeginInvoke(System.Object,System.Configuration.Internal.InternalConfigEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventHandler.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.InternalConfigEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventHandler.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.InternalConfigEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/InternalConfigEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.Internal.StreamChangeCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/StreamChangeCallback.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.StreamChangeCallback.Invoke(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/StreamChangeCallback.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.StreamChangeCallback.BeginInvoke(System.String,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/StreamChangeCallback.cs" - }, - { - "DocsId": "M:System.Configuration.Internal.StreamChangeCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/StreamChangeCallback.cs" - } - ], - "DocsId": "T:System.Configuration.Internal.StreamChangeCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/StreamChangeCallback.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Data.Odbc.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Data.Odbc.json deleted file mode 100644 index da170a045f1..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Data.Odbc.json +++ /dev/null @@ -1,1334 +0,0 @@ -{ - "Assembly": "System.Data.Odbc", - "GUID": "7B44AEB1CA5742F78F3706A3959C3707FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "T:System.Data.Odbc.ODBC32.RETCODE", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" - } - ], - "DocsId": "T:System.Data.Odbc.ODBC32", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/Odbc32.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L24C9-L47C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L49C47-L54C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.#ctor(System.String,System.Data.Odbc.OdbcConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L56C75-L60C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.#ctor(System.String,System.Data.Odbc.OdbcConnection,System.Data.Odbc.OdbcTransaction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L62C105-L67C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L137C13-L149C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.ResetCommandTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L200C13-L205C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.Cancel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L438C13-L463C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L468C13-L484C26" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.CreateParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L531C13-L531C40" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.CreateDbParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L536C13-L536C38" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.ExecuteDbDataReader(System.Data.CommandBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L541C13-L541C44" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.ExecuteNonQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L546C20-L551C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.ExecuteReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L555C13-L555C56" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.ExecuteReader(System.Data.CommandBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L561C13-L561C75" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.ExecuteScalar", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L846C13-L855C26" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommand.Prepare", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L882C13-L907C10" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcCommand.CommandText", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L166C17-L166C53" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcCommand.CommandTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L182C17-L182C40" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcCommand.CommandType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L219C17-L220C70" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcCommand.Connection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L245C17-L245C36" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcCommand.DbConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L264C17-L264C35" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcCommand.DbParameterCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L276C17-L276C35" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcCommand.DbTransaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L284C17-L284C36" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcCommand.DesignTimeVisible", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L306C17-L306C46" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcCommand.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L330C17-L334C45" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcCommand.Transaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L346C17-L350C37" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcCommand.UpdatedRowSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs#L369C17-L369C42" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommand.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L12C39-L15C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.#ctor(System.Data.Odbc.OdbcDataAdapter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L17C63-L20C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetInsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L41C13-L41C57" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetInsertCommand(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L45C13-L45C84" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetUpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L50C13-L50C57" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetUpdateCommand(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L54C13-L54C84" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetDeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L59C13-L59C57" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetDeleteCommand(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L63C13-L63C84" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetParameterName(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L68C13-L68C103" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetParameterName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L72C13-L72C34" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.GetParameterPlaceholder(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L77C13-L77C24" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.ApplyParameterInfo(System.Data.Common.DbParameter,System.Data.DataRow,System.Data.StatementType,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L82C13-L99C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.DeriveParameters(System.Data.Odbc.OdbcCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L105C13-L153C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.QuoteIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L251C13-L251C122" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.QuoteIdentifier(System.String,System.Data.Odbc.OdbcConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L256C13-L287C43" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.SetRowUpdatingHandler(System.Data.Common.DbDataAdapter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L294C13-L302C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.UnquoteIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L306C13-L306C122" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcCommandBuilder.UnquoteIdentifier(System.String,System.Data.Odbc.OdbcConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L311C13-L336C40" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcCommandBuilder.DataAdapter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs#L26C17-L26C62" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcCommandBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcCommandBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L24C59-L27C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.BeginTransaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L288C13-L288C65" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.BeginTransaction(System.Data.IsolationLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L293C13-L293C80" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.ChangeDatabase(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L308C13-L309C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L322C13-L323C26" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.CreateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L347C13-L347C56" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L357C13-L379C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.Open", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L564C17-L577C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.ReleaseObjectPool", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L601C13-L602C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.BeginDbTransaction(System.Data.IsolationLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L885C13-L893C32" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L17C9-L25C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.CreateDbCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionHelper.cs#L155C13-L158C28" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionHelper.cs#L164C13-L171C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionHelper.cs#L177C13-L177C88" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.GetSchema(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionHelper.cs#L182C13-L182C57" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnection.GetSchema(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionHelper.cs#L189C13-L189C118" - }, - { - "DocsId": "E:System.Data.Odbc.OdbcConnection.InfoMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L252C17-L253C14" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcConnection.ConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L55C17-L55C47" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcConnection.ConnectionTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L71C17-L71C43" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcConnection.Database", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L90C17-L99C37" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcConnection.DataSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L111C17-L118C37" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcConnection.ServerVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L130C17-L130C54" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcConnection.State", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L142C17-L142C46" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcConnection.DbProviderFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L150C17-L150C45" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcConnection.Driver", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs#L210C17-L215C37" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcConnectionStringBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L39C48-L41C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnectionStringBuilder.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L36C9-L49C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnectionStringBuilder.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L178C13-L184C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnectionStringBuilder.ContainsKey(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L188C13-L189C81" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnectionStringBuilder.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L211C13-L226C26" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcConnectionStringBuilder.TryGetValue(System.String,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L252C13-L259C57" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcConnectionStringBuilder.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L56C17-L64C42" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcConnectionStringBuilder.Driver", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L101C19-L101C34" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcConnectionStringBuilder.Dsn", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L112C19-L112C31" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcConnectionStringBuilder.Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs#L124C17-L172C70" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcConnectionStringBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcConnectionStringbuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L18C36-L21C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.#ctor(System.Data.Odbc.OdbcCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L23C62-L26C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.#ctor(System.String,System.Data.Odbc.OdbcConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L28C95-L31C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L33C93-L37C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#get_DeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L54C19-L54C41" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#set_DeleteCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L55C19-L55C58" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#get_InsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L68C19-L68C41" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#set_InsertCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L69C19-L69C58" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#get_SelectCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L82C19-L82C41" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#set_SelectCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L83C19-L83C58" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#get_UpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L96C19-L96C41" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#set_UpdateCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L97C19-L97C58" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L140C13-L140C46" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.CreateRowUpdatedEvent(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L145C13-L145C95" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.CreateRowUpdatingEvent(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L150C13-L150C96" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.OnRowUpdated(System.Data.Common.RowUpdatedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L155C13-L161C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataAdapter.OnRowUpdating(System.Data.Common.RowUpdatingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L165C13-L171C10" - }, - { - "DocsId": "E:System.Data.Odbc.OdbcDataAdapter.RowUpdated", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L104C17-L105C14" - }, - { - "DocsId": "E:System.Data.Odbc.OdbcDataAdapter.RowUpdating", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L116C17-L130C14" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.DeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L48C19-L48C41" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#DeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L54C19-L54C41" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.InsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L62C19-L62C41" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#InsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L68C19-L68C41" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.SelectCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L76C19-L76C41" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#SelectCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L82C19-L82C41" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.UpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L90C19-L90C41" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataAdapter.System#Data#IDbDataAdapter#UpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs#L96C19-L96C41" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcDataAdapter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataAdapter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L314C13-L315C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L392C13-L398C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetDataTypeName(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L402C13-L407C42" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L412C13-L412C108" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetFieldType(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L417C13-L422C42" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetName(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L427C13-L432C42" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetOrdinal(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L437C13-L445C55" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetValue(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L556C13-L564C42" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetValues(System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L569C13-L578C42" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.IsDBNull(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L628C13-L657C66" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetByte(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L663C13-L663C45" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetChar(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L684C13-L684C45" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetInt16(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L704C13-L704C47" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetInt32(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L724C13-L724C45" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetInt64(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L744C13-L744C46" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetBoolean(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L772C13-L772C48" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetFloat(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L792C13-L792C47" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetDate(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L812C13-L812C49" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetDateTime(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L833C13-L833C53" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetDecimal(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L854C13-L854C51" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetDouble(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L892C13-L892C49" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetGuid(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L912C13-L912C45" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetString(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L933C13-L933C49" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetTime(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L1040C13-L1040C49" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetBytes(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L1073C13-L1073C105" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L1077C13-L1077C104" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L1806C13-L1878C28" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.NextResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L1903C13-L1903C45" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcDataReader.GetSchemaTable", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L2224C13-L2303C32" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataReader.Depth", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L155C17-L159C26" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataReader.FieldCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L167C17-L183C71" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataReader.HasRows", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L197C17-L206C60" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataReader.IsClosed", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L253C17-L253C34" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataReader.RecordsAffected", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L292C17-L292C40" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataReader.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L300C17-L300C36" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcDataReader.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs#L308C17-L308C52" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcDataReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcDataReader.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcError.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs#L63C13-L63C28" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcError.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs#L28C17-L28C49" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcError.SQLState", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs#L36C17-L36C31" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcError.NativeError", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs#L44C17-L44C37" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcError.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs#L52C17-L52C48" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcError", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcErrorCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L20C19-L20C31" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcErrorCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L25C19-L25C32" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcErrorCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L51C13-L52C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcErrorCollection.CopyTo(System.Data.Odbc.OdbcError[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L56C13-L57C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcErrorCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L61C13-L61C43" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcErrorCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L20C19-L20C31" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcErrorCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L25C19-L25C32" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcErrorCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L32C17-L32C37" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcErrorCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs#L40C17-L40C46" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcErrorCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcErrorCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcException.cs#L62C13-L65C10" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcException.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcException.cs#L52C17-L52C36" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcException.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcException.cs#L72C17-L77C27" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcFactory.CreateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L18C13-L18C38" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcFactory.CreateCommandBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L23C13-L23C45" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcFactory.CreateConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L28C13-L28C41" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcFactory.CreateConnectionStringBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L33C13-L33C54" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcFactory.CreateDataAdapter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L38C13-L38C42" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcFactory.CreateParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs#L43C13-L43C40" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcFactory.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcInfoMessageEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcInfoMessageEventHandler.Invoke(System.Object,System.Data.Odbc.OdbcInfoMessageEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcInfoMessageEventHandler.BeginInvoke(System.Object,System.Data.Odbc.OdbcInfoMessageEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcInfoMessageEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcInfoMessageEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcInfoMessageEventArgs.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs#L41C13-L41C28" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcInfoMessageEventArgs.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs#L21C19-L21C34" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcInfoMessageEventArgs.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs#L28C17-L34C43" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcInfoMessageEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcInfoMessageEvent.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Data.Odbc.OdbcMetaDataCollectionNames.Columns", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcMetaDataCollectionNames.Indexes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcMetaDataCollectionNames.Procedures", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcMetaDataCollectionNames.ProcedureColumns", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcMetaDataCollectionNames.ProcedureParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcMetaDataCollectionNames.Tables", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcMetaDataCollectionNames.Views", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcMetaDataCollectionNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataCollectionNames.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Data.Odbc.OdbcMetaDataColumnNames.BooleanFalseLiteral", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataColumnNames.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcMetaDataColumnNames.BooleanTrueLiteral", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataColumnNames.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcMetaDataColumnNames.SQLType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataColumnNames.cs" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcMetaDataColumnNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcMetaDataColumnNames.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcParameter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L71C34-L74C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameter.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L76C61-L80C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameter.#ctor(System.String,System.Data.Odbc.OdbcType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L82C61-L86C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameter.#ctor(System.String,System.Data.Odbc.OdbcType,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L88C71-L93C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameter.#ctor(System.String,System.Data.Odbc.OdbcType,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L95C93-L101C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameter.#ctor(System.String,System.Data.Odbc.OdbcType,System.Int32,System.Data.ParameterDirection,System.Boolean,System.Byte,System.Byte,System.String,System.Data.DataRowVersion,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L115C34-L127C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameter.#ctor(System.String,System.Data.Odbc.OdbcType,System.Int32,System.Data.ParameterDirection,System.Byte,System.Byte,System.String,System.Data.DataRowVersion,System.Boolean,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L135C51-L147C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameter.ResetDbType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L172C13-L173C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameter.ResetOdbcType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L202C13-L205C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameter.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L584C13-L584C44" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameter.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L215C13-L215C34" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.DbType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L153C17-L157C50" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.OdbcType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L183C17-L187C52" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.ParameterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L228C17-L228C55" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.Precision", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L244C17-L244C42" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.Scale", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L280C17-L280C38" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs#L1117C17-L1117C31" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.Direction", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L54C17-L55C82" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.IsNullable", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L81C17-L81C36" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.Offset", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L94C17-L94C32" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.Size", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L110C17-L115C29" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.SourceColumn", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L142C17-L142C54" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.SourceColumnNullMapping", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L154C17-L154C49" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameter.SourceVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterHelper.cs#L166C17-L167C88" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Add(System.Data.Odbc.OdbcParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L62C13-L63C26" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Add(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L71C13-L71C65" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.AddWithValue(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L77C13-L77C65" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Add(System.String,System.Data.Odbc.OdbcType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L82C13-L82C68" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Add(System.String,System.Data.Odbc.OdbcType,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L87C13-L87C74" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Add(System.String,System.Data.Odbc.OdbcType,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L92C13-L92C88" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.AddRange(System.Data.Odbc.OdbcParameter[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L98C13-L99C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L142C13-L142C43" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Contains(System.Data.Odbc.OdbcParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L147C13-L147C43" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.CopyTo(System.Data.Odbc.OdbcParameter[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L152C13-L153C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.IndexOf(System.Data.Odbc.OdbcParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L175C13-L175C43" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Insert(System.Int32,System.Data.Odbc.OdbcParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L180C13-L181C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Remove(System.Data.Odbc.OdbcParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L185C13-L186C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L72C13-L76C30" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.AddRange(System.Array)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L81C13-L95C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L109C13-L120C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L124C13-L124C43" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L129C13-L130C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L134C13-L134C80" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.GetParameter(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L139C13-L140C37" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.GetParameter(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L145C13-L150C37" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.IndexOf(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L183C13-L183C54" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L188C13-L207C23" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L212C13-L216C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L228C13-L239C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L243C13-L246C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.RemoveAt(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L250C13-L253C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.SetParameter(System.Int32,System.Data.Common.DbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L277C13-L280C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcParameterCollection.SetParameter(System.String,System.Data.Common.DbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L284C13-L291C10" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameterCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L35C17-L35C59" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameterCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs#L51C17-L51C67" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameterCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L19C17-L19C62" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameterCollection.IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L42C17-L42C74" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameterCollection.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L50C17-L50C73" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameterCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L58C17-L58C83" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcParameterCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollectionHelper.cs#L66C17-L66C77" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcParameterCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcParameterCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcRowUpdatingEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcRowUpdatingEventHandler.Invoke(System.Object,System.Data.Odbc.OdbcRowUpdatingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcRowUpdatingEventHandler.BeginInvoke(System.Object,System.Data.Odbc.OdbcRowUpdatingEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcRowUpdatingEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcRowUpdatingEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcRowUpdatedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcRowUpdatedEventHandler.Invoke(System.Object,System.Data.Odbc.OdbcRowUpdatedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcRowUpdatedEventHandler.BeginInvoke(System.Object,System.Data.Odbc.OdbcRowUpdatedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcRowUpdatedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcRowUpdatedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcRowUpdatingEventArgs.#ctor(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs#L23C11-L25C10" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcRowUpdatingEventArgs.Command", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs#L29C19-L29C56" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcRowUpdatingEventArgs.BaseCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs#L38C19-L38C43" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcRowUpdatingEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcRowUpdatedEventArgs.#ctor(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs#L50C11-L52C10" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcRowUpdatedEventArgs.Command", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs#L56C19-L56C53" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcRowUpdatedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcRowUpdatingEvent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcTransaction.Commit", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L70C13-L97C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcTransaction.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L101C13-L140C10" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcTransaction.Rollback", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L144C13-L168C10" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcTransaction.Connection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L25C17-L25C36" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcTransaction.DbConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L33C17-L33C35" - }, - { - "DocsId": "P:System.Data.Odbc.OdbcTransaction.IsolationLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs#L41C17-L64C34" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcTransaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcTransaction.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Data.Odbc.OdbcType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.BigInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Binary", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Bit", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Char", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.DateTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Decimal", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Numeric", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Double", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Image", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Int", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.NChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.NText", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.NVarChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Real", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.UniqueIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.SmallDateTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.SmallInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Timestamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.TinyInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.VarBinary", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.VarChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Date", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "DocsId": "F:System.Data.Odbc.OdbcType.Time", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Data.Odbc.ODBC32.RETCODE.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" - }, - { - "DocsId": "F:System.Data.Odbc.ODBC32.RETCODE.SUCCESS", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" - }, - { - "DocsId": "F:System.Data.Odbc.ODBC32.RETCODE.SUCCESS_WITH_INFO", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" - }, - { - "DocsId": "F:System.Data.Odbc.ODBC32.RETCODE.ERROR", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" - }, - { - "DocsId": "F:System.Data.Odbc.ODBC32.RETCODE.INVALID_HANDLE", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" - }, - { - "DocsId": "F:System.Data.Odbc.ODBC32.RETCODE.NO_DATA", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" - } - ], - "DocsId": "T:System.Data.Odbc.ODBC32.RETCODE", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.Odbc/src/System/Data/Odbc/ODBC32.Common.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Data.OleDb.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Data.OleDb.json deleted file mode 100644 index b76bf3025d8..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Data.OleDb.json +++ /dev/null @@ -1,1732 +0,0 @@ -{ - "Assembly": "System.Data.OleDb", - "GUID": "CC26B3908F234444BF74993B4247921EFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbParameter.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L219C13-L219C34" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L25C35-L27C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameter.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L29C62-L36C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameter.#ctor(System.String,System.Data.OleDb.OleDbType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L38C67-L42C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameter.#ctor(System.String,System.Data.OleDb.OleDbType,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L44C77-L49C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameter.#ctor(System.String,System.Data.OleDb.OleDbType,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L51C96-L57C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameter.#ctor(System.String,System.Data.OleDb.OleDbType,System.Int32,System.Data.ParameterDirection,System.Boolean,System.Byte,System.Byte,System.String,System.Data.DataRowVersion,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L65C48-L77C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameter.#ctor(System.String,System.Data.OleDb.OleDbType,System.Int32,System.Data.ParameterDirection,System.Byte,System.Byte,System.String,System.Data.DataRowVersion,System.Boolean,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L85C48-L97C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameter.ResetDbType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L126C13-L127C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameter.ResetOleDbType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L157C13-L162C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameter.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L263C13-L263C45" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameter.Direction", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L56C17-L57C82" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameter.IsNullable", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L83C17-L83C36" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameter.Size", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L97C17-L102C29" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameter.SourceColumn", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L137C17-L137C54" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameter.SourceColumnNullMapping", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L149C17-L149C49" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameter.SourceVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/DbParameterHelper.cs#L161C17-L162C88" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameter.DbType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L111C17-L111C54" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameter.OleDbType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L137C17-L137C57" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameter.ParameterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L169C17-L169C55" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameter.Precision", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L186C17-L186C42" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameter.Scale", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L223C17-L223C38" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameter.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameter.cs#L568C17-L568C31" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L22C9-L52C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L54C48-L57C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.#ctor(System.String,System.Data.OleDb.OleDbConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L59C77-L63C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.#ctor(System.String,System.Data.OleDb.OleDbConnection,System.Data.OleDb.OleDbTransaction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L65C108-L70C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.ResetCommandTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L149C13-L154C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.Cancel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L462C15-L493C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L497C13-L498C26" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L503C13-L503C28" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.CreateParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L571C13-L571C41" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.CreateDbParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L576C13-L576C38" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L581C13-L598C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.ExecuteReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L602C13-L602C59" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.System#Data#IDbCommand#ExecuteReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L607C13-L607C59" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.ExecuteReader(System.Data.CommandBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L612C13-L613C72" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.System#Data#IDbCommand#ExecuteReader(System.Data.CommandBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L618C13-L618C44" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.ExecuteDbDataReader(System.Data.CommandBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L623C13-L623C44" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.ExecuteNonQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L942C13-L944C56" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.ExecuteScalar", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L949C13-L958C26" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommand.Prepare", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L1187C13-L1198C10" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbCommand.CommandText", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L115C17-L115C53" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbCommand.CommandTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L131C17-L131C40" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbCommand.CommandType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L162C17-L163C70" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbCommand.Connection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L188C17-L188C36" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbCommand.DbConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L228C17-L228C35" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbCommand.DbParameterCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L240C17-L240C35" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbCommand.DbTransaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L248C17-L248C36" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbCommand.DesignTimeVisible", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L270C17-L270C46" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbCommand.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L286C17-L294C30" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbCommand.Transaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L314C17-L320C36" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbCommand.UpdatedRowSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommand.cs#L335C17-L335C42" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommand.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L13C40-L16C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.#ctor(System.Data.OleDb.OleDbDataAdapter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L18C65-L21C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetInsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L45C13-L45C58" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetInsertCommand(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L49C13-L49C85" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetUpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L54C13-L54C58" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetUpdateCommand(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L58C13-L58C85" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetDeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L63C13-L63C58" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetDeleteCommand(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L67C13-L67C85" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetParameterName(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L72C13-L72C103" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetParameterName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L76C13-L76C34" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.GetParameterPlaceholder(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L81C13-L81C24" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.ApplyParameterInfo(System.Data.Common.DbParameter,System.Data.DataRow,System.Data.StatementType,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L86C13-L103C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.DeriveParameters(System.Data.OleDb.OleDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L107C13-L146C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.QuoteIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L359C13-L359C122" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.QuoteIdentifier(System.String,System.Data.OleDb.OleDbConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L363C13-L387C88" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.SetRowUpdatingHandler(System.Data.Common.DbDataAdapter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L393C13-L401C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.UnquoteIdentifier(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L405C13-L405C122" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbCommandBuilder.UnquoteIdentifier(System.String,System.Data.OleDb.OleDbConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L410C13-L438C40" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbCommandBuilder.DataAdapter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs#L28C17-L28C63" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbCommandBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbCommandBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L26C60-L29C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.ResetState", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L224C13-L247C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.BeginTransaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L316C13-L316C65" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.BeginTransaction(System.Data.IsolationLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L321C13-L321C87" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.ChangeDatabase(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L326C13-L332C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L345C13-L346C26" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L351C13-L353C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.CreateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L357C13-L357C47" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.BeginDbTransaction(System.Data.IsolationLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L377C13-L385C32" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.GetOleDbSchemaTable(System.Guid,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L430C13-L471C65" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.Open", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L519C13-L528C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.ReleaseObjectPool", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L641C13-L644C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L21C36-L25C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.CreateDbCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L146C13-L149C28" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L154C13-L162C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.EnlistTransaction(System.Transactions.Transaction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L195C13-L223C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L227C13-L227C88" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.GetSchema(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L232C13-L232C57" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnection.GetSchema(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbConnectionHelper.cs#L239C13-L239C118" - }, - { - "DocsId": "E:System.Data.OleDb.OleDbConnection.InfoMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L253C17-L254C14" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnection.ConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L51C17-L51C47" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnection.ConnectionTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L72C17-L87C57" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnection.Database", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L97C17-L119C79" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnection.DataSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L130C17-L148C79" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnection.Provider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L178C17-L179C89" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnection.ServerVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L196C17-L196C54" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnection.State", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L209C17-L209C46" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnection.DbProviderFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbConnection.cs#L217C17-L217C46" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbConnection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbConnectionStringBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L57C49-L60C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnectionStringBuilder.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L48C9-L68C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnectionStringBuilder.ContainsKey(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L270C13-L271C81" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnectionStringBuilder.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L289C13-L296C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnectionStringBuilder.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L320C13-L332C26" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbConnectionStringBuilder.TryGetValue(System.String,System.Object@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L390C13-L408C25" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnectionStringBuilder.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L75C17-L88C30" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnectionStringBuilder.DataSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L140C19-L140C38" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnectionStringBuilder.FileName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L155C19-L155C36" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnectionStringBuilder.OleDbServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L168C19-L168C41" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnectionStringBuilder.PersistSecurityInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L180C19-L180C47" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnectionStringBuilder.Provider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L193C19-L193C36" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbConnectionStringBuilder.Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs#L206C17-L264C89" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbConnectionStringBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbConnectionStringBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L20C37-L23C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.#ctor(System.Data.OleDb.OleDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L25C64-L28C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L30C94-L34C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.#ctor(System.String,System.Data.OleDb.OleDbConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L36C97-L39C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#get_DeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L57C19-L57C41" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#set_DeleteCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L58C19-L58C59" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#get_InsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L72C19-L72C41" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#set_InsertCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L73C19-L73C59" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#get_SelectCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L87C19-L87C41" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#set_SelectCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L88C19-L88C59" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#get_UpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L102C19-L102C41" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#set_UpdateCommand(System.Data.IDbCommand)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L103C19-L103C59" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L135C13-L135C47" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.CreateRowUpdatedEvent(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L140C13-L140C96" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.CreateRowUpdatingEvent(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L145C13-L145C97" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.Fill(System.Data.DataTable,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L156C13-L164C82" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.Fill(System.Data.DataSet,System.Object,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L169C13-L181C83" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.OnRowUpdated(System.Data.Common.RowUpdatedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L433C13-L439C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataAdapter.OnRowUpdating(System.Data.Common.RowUpdatingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L443C13-L449C10" - }, - { - "DocsId": "E:System.Data.OleDb.OleDbDataAdapter.RowUpdated", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L108C19-L108C63" - }, - { - "DocsId": "E:System.Data.OleDb.OleDbDataAdapter.RowUpdating", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L116C17-L129C14" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.DeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L51C19-L51C41" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#DeleteCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L57C19-L57C41" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.InsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L66C19-L66C41" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#InsertCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L72C19-L72C41" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.SelectCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L81C19-L81C41" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#SelectCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L87C19-L87C41" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.UpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L96C19-L96C41" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataAdapter.System#Data#IDbDataAdapter#UpdateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs#L102C19-L102C41" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbDataAdapter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataAdapter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetSchemaTable", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L258C13-L277C32" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L640C13-L718C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetBoolean(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L822C13-L823C43" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetByte(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L828C13-L829C40" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetBytes(System.Int32,System.Int64,System.Byte[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L856C13-L887C30" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetChars(System.Int32,System.Int64,System.Char[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L892C13-L924C30" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetChar(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L930C13-L930C38" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetData(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L936C13-L937C43" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetDbDataReader(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L942C13-L942C37" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetDataTypeName(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L981C13-L985C42" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetDateTime(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L990C13-L991C44" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetDecimal(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L996C13-L997C43" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetDouble(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1002C13-L1003C42" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1008C13-L1008C108" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetFieldType(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1013C13-L1019C42" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetFloat(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1024C13-L1025C42" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetGuid(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1030C13-L1031C40" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetInt16(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1036C13-L1037C41" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetInt32(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1042C13-L1043C41" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetInt64(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1048C13-L1049C41" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetName(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1054C13-L1059C42" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetOrdinal(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1064C13-L1072C54" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetString(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1077C13-L1078C42" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetTimeSpan(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1083C13-L1083C48" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetValue(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1149C13-L1151C26" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.GetValues(System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1156C13-L1167C26" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.IsDBNull(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1177C13-L1178C42" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.NextResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1302C13-L1360C28" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbDataReader.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1365C13-L1395C28" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataReader.Depth", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L137C17-L141C31" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataReader.FieldCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L149C17-L154C67" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataReader.HasRows", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L162C17-L166C33" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataReader.IsClosed", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L178C17-L178C34" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataReader.RecordsAffected", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L191C17-L191C60" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataReader.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L206C17-L206C40" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataReader.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L214C17-L215C42" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbDataReader.VisibleFieldCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs#L1205C17-L1209C43" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbDataReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbDataReader.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbEnumerator.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbEnumerator.cs#L11C9-L13C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbEnumerator.GetElements", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbEnumerator.cs#L17C13-L21C30" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbEnumerator.GetEnumerator(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbEnumerator.cs#L26C13-L26C48" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbEnumerator.GetRootEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbEnumerator.cs#L74C13-L75C52" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbEnumerator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbError.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbError.cs#L107C13-L107C28" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbError.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbError.cs#L77C17-L77C53" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbError.NativeError", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbError.cs#L85C17-L85C41" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbError.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbError.cs#L93C17-L93C52" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbError.SQLState", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbError.cs#L101C17-L101C54" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbError", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbError.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbErrorCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L34C19-L34C32" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbErrorCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L39C19-L39C31" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbErrorCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L66C13-L67C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbErrorCollection.CopyTo(System.Data.OleDb.OleDbError[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L71C13-L72C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbErrorCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L76C13-L76C47" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbErrorCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L34C19-L34C32" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbErrorCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L39C19-L39C31" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbErrorCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L46C17-L47C60" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbErrorCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs#L55C17-L55C59" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbErrorCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbErrorCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbException.cs#L44C13-L48C10" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbException.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbException.cs#L55C17-L55C39" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbException.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbException.cs#L64C17-L64C75" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbFactory.CreateCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L18C13-L18C39" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbFactory.CreateCommandBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L23C13-L23C46" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbFactory.CreateConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L28C13-L28C42" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbFactory.CreateConnectionStringBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L33C13-L33C55" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbFactory.CreateDataAdapter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L38C13-L38C43" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbFactory.CreateParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbFactory.cs#L43C13-L43C41" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbFactory.Instance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbFactory.cs" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbInfoMessageEventArgs.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs#L52C13-L52C28" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbInfoMessageEventArgs.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs#L22C17-L22C49" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbInfoMessageEventArgs.Errors", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs#L30C17-L30C46" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbInfoMessageEventArgs.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs#L38C17-L38C47" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbInfoMessageEventArgs.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs#L46C17-L46C46" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbInfoMessageEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEvent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbInfoMessageEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEventHandler.cs" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbInfoMessageEventHandler.Invoke(System.Object,System.Data.OleDb.OleDbInfoMessageEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEventHandler.cs" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbInfoMessageEventHandler.BeginInvoke(System.Object,System.Data.OleDb.OleDbInfoMessageEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEventHandler.cs" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbInfoMessageEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEventHandler.cs" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbInfoMessageEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbInfoMessageEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Invalid", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Binary_Literal", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Catalog_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Catalog_Separator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Char_Literal", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Column_Alias", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Column_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Correlation_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Cursor_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Escape_Percent_Prefix", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Escape_Underscore_Prefix", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Index_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Like_Percent", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Like_Underscore", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Procedure_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Quote_Prefix", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Schema_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Table_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Text_Command", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.User_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.View_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Cube_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Dimension_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Hierarchy_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Level_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Member_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Property_Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Schema_Separator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Quote_Suffix", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Escape_Percent_Suffix", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbLiteral.Escape_Underscore_Suffix", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbLiteral", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbLiteral.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.Catalogs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.Collations", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.Columns", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.Indexes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.Procedures", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.ProcedureColumns", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.ProcedureParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.Tables", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataCollectionNames.Views", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbMetaDataCollectionNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbMetadataCollectionNames.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataColumnNames.BooleanFalseLiteral", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbMetadataColumnNames.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataColumnNames.BooleanTrueLiteral", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbMetadataColumnNames.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataColumnNames.NativeDataType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbMetadataColumnNames.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbMetaDataColumnNames.DateTimeDigits", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbMetadataColumnNames.cs" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbMetaDataColumnNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbMetadataColumnNames.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Add(System.Data.OleDb.OleDbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L63C13-L64C26" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Add(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L71C13-L71C66" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.AddWithValue(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L76C13-L76C66" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Add(System.String,System.Data.OleDb.OleDbType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L81C13-L81C70" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Add(System.String,System.Data.OleDb.OleDbType,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L86C13-L86C76" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Add(System.String,System.Data.OleDb.OleDbType,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L91C13-L91C90" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.AddRange(System.Data.OleDb.OleDbParameter[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L96C13-L97C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L101C13-L101C43" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Contains(System.Data.OleDb.OleDbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L106C13-L106C43" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.CopyTo(System.Data.OleDb.OleDbParameter[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L111C13-L112C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.IndexOf(System.Data.OleDb.OleDbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L116C13-L116C43" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Insert(System.Int32,System.Data.OleDb.OleDbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L121C13-L122C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Remove(System.Data.OleDb.OleDbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L132C13-L133C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L73C13-L77C30" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.AddRange(System.Array)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L82C13-L96C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L110C13-L121C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L125C13-L125C43" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L130C13-L131C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L135C13-L135C80" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.GetParameter(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L140C13-L141C37" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.GetParameter(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L146C13-L151C37" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.IndexOf(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L184C13-L184C54" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L189C13-L208C23" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L213C13-L217C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L229C13-L240C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L244C13-L247C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.RemoveAt(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L251C13-L254C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.SetParameter(System.Int32,System.Data.Common.DbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L278C13-L281C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbParameterCollection.SetParameter(System.String,System.Data.Common.DbParameter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L285C13-L292C10" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameterCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L37C17-L37C60" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameterCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs#L53C17-L53C68" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameterCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L20C17-L20C62" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameterCollection.IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L43C17-L43C74" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameterCollection.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L51C17-L51C73" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameterCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L59C17-L59C83" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbParameterCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameterCollectionHelper.cs#L67C17-L67C77" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbParameterCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbParameterCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbRowUpdatedEventArgs.#ctor(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEvent.cs#L11C11-L13C10" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbRowUpdatedEventArgs.Command", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEvent.cs#L19C17-L19C52" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbRowUpdatedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEvent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbRowUpdatedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEventHandler.cs" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbRowUpdatedEventHandler.Invoke(System.Object,System.Data.OleDb.OleDbRowUpdatedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEventHandler.cs" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbRowUpdatedEventHandler.BeginInvoke(System.Object,System.Data.OleDb.OleDbRowUpdatedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEventHandler.cs" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbRowUpdatedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEventHandler.cs" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbRowUpdatedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbRowUpdatedEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbRowUpdatingEventArgs.#ctor(System.Data.DataRow,System.Data.IDbCommand,System.Data.StatementType,System.Data.Common.DataTableMapping)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEvent.cs#L11C11-L13C10" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbRowUpdatingEventArgs.Command", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEvent.cs#L17C19-L17C57" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbRowUpdatingEventArgs.BaseCommand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEvent.cs#L23C19-L23C43" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbRowUpdatingEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEvent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbRowUpdatingEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEventHandler.cs" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbRowUpdatingEventHandler.Invoke(System.Object,System.Data.OleDb.OleDbRowUpdatingEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEventHandler.cs" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbRowUpdatingEventHandler.BeginInvoke(System.Object,System.Data.OleDb.OleDbRowUpdatingEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEventHandler.cs" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbRowUpdatingEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEventHandler.cs" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbRowUpdatingEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbRowUpdatingEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbSchemaGuid.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs#L12C9-L12C37" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Tables_Info", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Trustee", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Assertions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Catalogs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Character_Sets", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Collations", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Columns", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Check_Constraints", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Constraint_Column_Usage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Constraint_Table_Usage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Key_Column_Usage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Referential_Constraints", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Table_Constraints", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Column_Domain_Usage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Indexes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Column_Privileges", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Table_Privileges", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Usage_Privileges", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Procedures", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Schemata", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Sql_Languages", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Statistics", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Tables", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Translations", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Provider_Types", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Views", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.View_Column_Usage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.View_Table_Usage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Procedure_Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Foreign_Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Primary_Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Procedure_Columns", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Table_Statistics", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.Check_Constraints_By_Table", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.SchemaGuids", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.DbInfoKeywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbSchemaGuid.DbInfoLiterals", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbSchemaGuid", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbSchemaGuid.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbTransaction.Begin(System.Data.IsolationLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L177C13-L203C32" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbTransaction.Begin", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L208C13-L208C56" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbTransaction.Commit", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L225C13-L230C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbTransaction.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L274C13-L280C10" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbTransaction.Rollback", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L305C13-L311C10" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbTransaction.Connection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L143C17-L143C42" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbTransaction.DbConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L151C17-L151C35" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbTransaction.IsolationLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs#L159C17-L163C40" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbTransaction", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbTransaction.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Data.OleDb.OleDbType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.BigInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Binary", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Boolean", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.BSTR", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Char", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Currency", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Date", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.DBDate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.DBTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.DBTimeStamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Decimal", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Double", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Error", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Filetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Guid", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.IDispatch", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Integer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.IUnknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.LongVarBinary", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.LongVarChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.LongVarWChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Numeric", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.PropVariant", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Single", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.SmallInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.TinyInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.UnsignedBigInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.UnsignedInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.UnsignedSmallInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.UnsignedTinyInt", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.VarBinary", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.VarChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.Variant", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.VarNumeric", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.VarWChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - }, - { - "DocsId": "F:System.Data.OleDb.OleDbType.WChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Data.OleDb/src/OleDbType.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Diagnostics.EventLog.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Diagnostics.EventLog.json deleted file mode 100644 index 2d923016a0e..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Diagnostics.EventLog.json +++ /dev/null @@ -1,1794 +0,0 @@ -{ - "Assembly": "System.Diagnostics.EventLog", - "GUID": "96BF4762113841C28DC829A03EE89BABFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.EntryWrittenEventArgs.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventArgs.cs#L8C9-L10C10" - }, - { - "DocsId": "M:System.Diagnostics.EntryWrittenEventArgs.#ctor(System.Diagnostics.EventLogEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventArgs.cs#L12C9-L15C10" - }, - { - "DocsId": "P:System.Diagnostics.EntryWrittenEventArgs.Entry", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventArgs.cs#L17C38-L17C42" - } - ], - "DocsId": "T:System.Diagnostics.EntryWrittenEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.EntryWrittenEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventHandler.cs" - }, - { - "DocsId": "M:System.Diagnostics.EntryWrittenEventHandler.Invoke(System.Object,System.Diagnostics.EntryWrittenEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventHandler.cs" - }, - { - "DocsId": "M:System.Diagnostics.EntryWrittenEventHandler.BeginInvoke(System.Object,System.Diagnostics.EntryWrittenEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventHandler.cs" - }, - { - "DocsId": "M:System.Diagnostics.EntryWrittenEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventHandler.cs" - } - ], - "DocsId": "T:System.Diagnostics.EntryWrittenEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EntryWrittenEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.EventInstance.#ctor(System.Int64,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs#L11C9-L18C10" - }, - { - "DocsId": "M:System.Diagnostics.EventInstance.#ctor(System.Int64,System.Int32,System.Diagnostics.EventLogEntryType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs#L20C94-L23C10" - }, - { - "DocsId": "P:System.Diagnostics.EventInstance.CategoryId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs#L27C20-L27C35" - }, - { - "DocsId": "P:System.Diagnostics.EventInstance.EntryType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs#L39C20-L39C30" - }, - { - "DocsId": "P:System.Diagnostics.EventInstance.InstanceId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs#L51C20-L51C31" - } - ], - "DocsId": "T:System.Diagnostics.EventInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventData.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.EventLog.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L33C29-L35C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L37C43-L39C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L41C63-L43C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L45C9-L48C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.BeginInit", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L222C13-L223C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L227C13-L228C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L232C13-L233C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.CreateEventSource(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L237C13-L238C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.CreateEventSource(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L243C13-L244C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.CreateEventSource(System.Diagnostics.EventSourceCreationData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L248C13-L355C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.Delete(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L359C13-L360C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.Delete(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L364C13-L429C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.DeleteEventSource(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L433C13-L434C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.DeleteEventSource(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L438C13-L481C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L485C13-L487C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.EndInit", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L491C13-L492C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.Exists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L496C13-L496C41" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.Exists(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L501C13-L524C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.GetEventLogs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L618C13-L618C38" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.GetEventLogs(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L623C13-L667C35" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.SourceExists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L719C13-L719C46" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.SourceExists(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L724C13-L724C61" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.LogNameFromSourceName(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L742C13-L742C72" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.ModifyOverflowPolicy(System.Diagnostics.OverflowAction,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L763C13-L764C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.RegisterDisplayName(System.String,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L768C13-L769C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L976C13-L977C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L981C13-L982C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.Diagnostics.EventLogEntryType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L986C13-L987C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.String,System.Diagnostics.EventLogEntryType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L991C13-L992C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.Diagnostics.EventLogEntryType,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L996C13-L997C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1001C13-L1002C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1006C13-L1007C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1011C13-L1012C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1016C20-L1020C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEntry(System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1024C13-L1025C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEvent(System.Diagnostics.EventInstance,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1029C13-L1030C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEvent(System.Diagnostics.EventInstance,System.Byte[],System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1034C13-L1035C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEvent(System.String,System.Diagnostics.EventInstance,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1039C20-L1043C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLog.WriteEvent(System.String,System.Diagnostics.EventInstance,System.Byte[],System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L1047C20-L1051C10" - }, - { - "DocsId": "E:System.Diagnostics.EventLog.EntryWritten", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L212C17-L213C14" - }, - { - "DocsId": "P:System.Diagnostics.EventLog.Entries", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L59C17-L59C52" - }, - { - "DocsId": "P:System.Diagnostics.EventLog.LogDisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L68C17-L68C59" - }, - { - "DocsId": "P:System.Diagnostics.EventLog.Log", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L82C17-L82C48" - }, - { - "DocsId": "P:System.Diagnostics.EventLog.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L110C17-L110C56" - }, - { - "DocsId": "P:System.Diagnostics.EventLog.MaximumKilobytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L132C20-L132C56" - }, - { - "DocsId": "P:System.Diagnostics.EventLog.OverflowAction", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L139C20-L139C54" - }, - { - "DocsId": "P:System.Diagnostics.EventLog.MinimumRetentionDays", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L145C20-L145C60" - }, - { - "DocsId": "P:System.Diagnostics.EventLog.EnableRaisingEvents", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L165C20-L165C59" - }, - { - "DocsId": "P:System.Diagnostics.EventLog.SynchronizingObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L176C20-L176C59" - }, - { - "DocsId": "P:System.Diagnostics.EventLog.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs#L188C20-L188C46" - } - ], - "DocsId": "T:System.Diagnostics.EventLog", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLog.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.EventLogEntry.Equals(System.Diagnostics.EventLogEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L303C13-L320C25" - }, - { - "DocsId": "M:System.Diagnostics.EventLogEntry.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L453C13-L453C55" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L42C17-L55C39" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.Data", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L66C17-L70C29" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.Index", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L81C17-L81C80" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.Category", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L92C17-L102C33" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.CategoryNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L113C17-L113C83" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.EventID", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L125C17-L125C88" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.EntryType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L136C17-L136C98" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L149C17-L175C32" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L186C17-L197C39" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.ReplacementStrings", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L208C17-L227C32" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.InstanceId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L238C17-L238C81" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.TimeGenerated", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L249C17-L249C123" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.TimeWritten", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L260C17-L260C121" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntry.UserName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs#L271C17-L292C37" - } - ], - "DocsId": "T:System.Diagnostics.EventLogEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.EventLogEntryCollection.CopyTo(System.Diagnostics.EventLogEntry[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L35C13-L36C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLogEntryCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L40C13-L40C48" - }, - { - "DocsId": "M:System.Diagnostics.EventLogEntryCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L52C17-L52C30" - }, - { - "DocsId": "M:System.Diagnostics.EventLogEntryCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L60C17-L60C29" - }, - { - "DocsId": "M:System.Diagnostics.EventLogEntryCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L66C13-L68C10" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntryCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L21C17-L21C40" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntryCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L29C17-L29C47" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntryCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L52C17-L52C30" - }, - { - "DocsId": "P:System.Diagnostics.EventLogEntryCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs#L60C17-L60C29" - } - ], - "DocsId": "T:System.Diagnostics.EventLogEntryCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.EventLogEntryType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" - }, - { - "DocsId": "F:System.Diagnostics.EventLogEntryType.Error", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" - }, - { - "DocsId": "F:System.Diagnostics.EventLogEntryType.Warning", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" - }, - { - "DocsId": "F:System.Diagnostics.EventLogEntryType.Information", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" - }, - { - "DocsId": "F:System.Diagnostics.EventLogEntryType.SuccessAudit", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" - }, - { - "DocsId": "F:System.Diagnostics.EventLogEntryType.FailureAudit", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" - } - ], - "DocsId": "T:System.Diagnostics.EventLogEntryType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntryType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.EventSourceCreationData.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L23C47-L16C10" - }, - { - "DocsId": "P:System.Diagnostics.EventSourceCreationData.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L23C33-L23C37" - }, - { - "DocsId": "P:System.Diagnostics.EventSourceCreationData.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L25C37-L25C41" - }, - { - "DocsId": "P:System.Diagnostics.EventSourceCreationData.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L27C32-L27C36" - }, - { - "DocsId": "P:System.Diagnostics.EventSourceCreationData.MessageResourceFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L29C45-L29C49" - }, - { - "DocsId": "P:System.Diagnostics.EventSourceCreationData.ParameterResourceFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L31C47-L31C51" - }, - { - "DocsId": "P:System.Diagnostics.EventSourceCreationData.CategoryResourceFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L33C46-L33C50" - }, - { - "DocsId": "P:System.Diagnostics.EventSourceCreationData.CategoryCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs#L37C19-L37C41" - } - ], - "DocsId": "T:System.Diagnostics.EventSourceCreationData", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventSourceCreationData.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.EventLogTraceListener.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L14C9-L16C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLogTraceListener.#ctor(System.Diagnostics.EventLog)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L19C15-L22C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLogTraceListener.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L24C9-L30C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLogTraceListener.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L58C41-L58C58" - }, - { - "DocsId": "M:System.Diagnostics.EventLogTraceListener.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L64C17-L74C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLogTraceListener.Write(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L76C55-L76C84" - }, - { - "DocsId": "M:System.Diagnostics.EventLogTraceListener.WriteLine(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L78C59-L78C73" - }, - { - "DocsId": "M:System.Diagnostics.EventLogTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L83C13-L107C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLogTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L112C13-L116C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLogTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L121C13-L125C10" - }, - { - "DocsId": "M:System.Diagnostics.EventLogTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L130C13-L149C10" - }, - { - "DocsId": "P:System.Diagnostics.EventLogTraceListener.EventLog", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L34C13-L34C17" - }, - { - "DocsId": "P:System.Diagnostics.EventLogTraceListener.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs#L42C17-L48C34" - } - ], - "DocsId": "T:System.Diagnostics.EventLogTraceListener", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogTraceListener.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.OverflowAction.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/OverflowAction.cs" - }, - { - "DocsId": "F:System.Diagnostics.OverflowAction.DoNotOverwrite", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/OverflowAction.cs" - }, - { - "DocsId": "F:System.Diagnostics.OverflowAction.OverwriteAsNeeded", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/OverflowAction.cs" - }, - { - "DocsId": "F:System.Diagnostics.OverflowAction.OverwriteOlder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/OverflowAction.cs" - } - ], - "DocsId": "T:System.Diagnostics.OverflowAction", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/OverflowAction.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventBookmark.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventBookmark.cs#L24C9-L29C10" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventBookmark.BookmarkXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventBookmark.cs#L34C37-L34C41" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventBookmark", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventBookmark.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventKeyword.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventKeyword.cs#L68C17-L69C30" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventKeyword.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventKeyword.cs#L73C29-L73C33" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventKeyword.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventKeyword.cs#L79C17-L80C37" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventKeyword", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventKeyword.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLevel.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLevel.cs#L66C17-L67C30" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLevel.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLevel.cs#L71C28-L71C32" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLevel.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLevel.cs#L77C17-L78C37" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLevel.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogType.Administrative", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogType.Operational", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogType.Analytical", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogType.Debug", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogIsolation.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogIsolation.Application", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogIsolation.System", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogIsolation.Custom", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogIsolation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogMode.Circular", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogMode.AutoBackup", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.EventLogMode.Retain", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogConfiguration.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L50C56-L50C79" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogConfiguration.#ctor(System.String,System.Diagnostics.Eventing.Reader.EventLogSession)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L46C9-L60C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogConfiguration.SaveChanges", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L256C13-L257C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogConfiguration.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L261C13-L263C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogConfiguration.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L267C13-L269C10" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L62C33-L62C37" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.LogType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L68C17-L68C166" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.LogIsolation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L76C17-L76C176" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.IsEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L84C17-L84C153" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.IsClassicLog", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L96C17-L96C161" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.SecurityDescriptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L104C17-L104C154" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.LogFilePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L116C17-L116C166" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.MaximumSizeInBytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L128C17-L128C169" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.LogMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L140C17-L152C46" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.OwningProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L178C17-L178C163" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L186C17-L186C157" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L194C17-L194C170" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderKeywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L206C17-L206C175" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderBufferSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L218C17-L218C175" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderMinimumNumberOfBuffers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L226C17-L226C175" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderMaximumNumberOfBuffers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L234C17-L234C175" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderLatency", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L242C17-L242C172" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogConfiguration.ProviderControlGuid", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs#L250C17-L250C170" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L51C9-L51C39" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L52C52-L52C69" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L53C78-L53C111" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogException.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L54C9-L58C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L76C15-L79C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L87C13-L89C10" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L64C17-L65C47" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogNotFoundException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L98C9-L98C47" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogNotFoundException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L99C60-L99C77" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogNotFoundException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L100C86-L100C119" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogNotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L106C119-L106C164" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogNotFoundException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReadingException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L117C9-L117C46" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReadingException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L118C59-L118C76" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReadingException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L119C85-L119C118" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReadingException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L125C118-L125C163" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogReadingException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L136C9-L136C55" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L137C68-L137C85" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L138C94-L138C127" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L144C127-L144C172" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogProviderDisabledException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogInvalidDataException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L153C9-L153C50" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogInvalidDataException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L154C63-L154C80" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogInvalidDataException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L155C89-L155C122" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogInvalidDataException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs#L161C122-L161C167" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogInvalidDataException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.CreationTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L31C41-L31C45" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.LastAccessTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L32C43-L32C47" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.LastWriteTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L33C42-L33C46" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.FileSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L34C33-L34C37" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L35C34-L35C38" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.RecordCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L36C36-L36C40" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.OldestRecordNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L37C43-L37C47" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogInformation.IsLogFull", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs#L38C34-L38C38" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogInformation.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogLink.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogLink.cs#L77C17-L78C37" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogLink.IsImported", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogLink.cs#L86C17-L87C36" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogLink.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogLink.cs#L95C17-L96C37" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogLink.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogPropertySelector.#ctor(System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogPropertySelector.cs#L16C9-L36C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogPropertySelector.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogPropertySelector.cs#L42C13-L44C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogPropertySelector.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogPropertySelector.cs#L48C13-L50C10" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogPropertySelector", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogPropertySelector.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogQuery.#ctor(System.String,System.Diagnostics.Eventing.Reader.PathType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs#L16C15-L18C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogQuery.#ctor(System.String,System.Diagnostics.Eventing.Reader.PathType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs#L20C9-L35C10" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogQuery.Session", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs#L37C42-L37C46" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogQuery.TolerateQueryErrors", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs#L39C43-L39C47" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogQuery.ReverseDirection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs#L41C40-L41C44" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogQuery.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L51C15-L53C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.#ctor(System.String,System.Diagnostics.Eventing.Reader.PathType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L56C15-L58C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.#ctor(System.Diagnostics.Eventing.Reader.EventLogQuery)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L61C15-L63C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.#ctor(System.Diagnostics.Eventing.Reader.EventLogQuery,System.Diagnostics.Eventing.Reader.EventBookmark)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L65C9-L111C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.ReadEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L154C13-L154C49" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.ReadEvent(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L159C13-L176C34" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L181C13-L183C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L16707566C0-L195C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.Seek(System.Diagnostics.Eventing.Reader.EventBookmark)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L230C13-L231C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.Seek(System.Diagnostics.Eventing.Reader.EventBookmark,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L235C13-L242C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.Seek(System.IO.SeekOrigin,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L16707566C0-L291C28" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogReader.CancelReading", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L297C13-L298C10" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogReader.BatchSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L117C17-L117C35" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogReader.LogStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs#L304C17-L321C42" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogReader.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogRecord.FormatDescription", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L270C13-L270C95" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogRecord.FormatDescription(System.Collections.Generic.IEnumerable{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L275C13-L296C106" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogRecord.GetPropertyValues(System.Diagnostics.Eventing.Reader.EventLogPropertySelector)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L381C13-L383C106" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogRecord.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L388C13-L389C90" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogRecord.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L396C17-L403C10" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L70C17-L73C50" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L81C17-L82C50" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Qualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L90C17-L91C66" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L99C17-L100C48" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Task", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L108C17-L109C60" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Opcode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L117C17-L118C66" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Keywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L126C17-L127C58" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.RecordId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L135C17-L136C58" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.ProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L144C17-L145C55" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.ProviderId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L153C17-L154C53" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L162C17-L163C54" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.ProcessId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L171C17-L172C58" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.ThreadId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L180C17-L181C57" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L189C17-L190C55" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.UserId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L198C17-L199C49" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.TimeCreated", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L207C17-L208C54" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.ActivityId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L216C17-L217C53" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.RelatedActivityId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L225C17-L226C60" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.ContainerLog", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L234C17-L240C14" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.MatchedQueryIds", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L247C17-L253C14" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Bookmark", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L260C17-L264C56" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.LevelDisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L303C17-L314C14" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.OpcodeDisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L321C17-L330C14" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.TaskDisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L337C17-L348C14" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.KeywordsDisplayNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L355C17-L361C14" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogRecord.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs#L368C17-L375C29" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogRecord", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogRecord.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.SessionAuthentication.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.SessionAuthentication.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.SessionAuthentication.Negotiate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.SessionAuthentication.Kerberos", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.SessionAuthentication.Ntlm", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.SessionAuthentication", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.PathType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.PathType.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.PathType.FilePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.PathType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L44C9-L87C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L91C13-L93C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.#ctor(System.String,System.String,System.String,System.Security.SecureString,System.Diagnostics.Eventing.Reader.SessionAuthentication)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L44C9-L124C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L130C13-L132C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L136C13-L152C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.CancelCurrentOperations", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L156C13-L157C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.GetProviderNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L167C13-L183C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.GetLogNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L187C13-L203C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.GetLogInformation(System.String,System.Diagnostics.Eventing.Reader.PathType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L207C13-L209C69" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.ExportLog(System.String,System.Diagnostics.Eventing.Reader.PathType,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L214C13-L215C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.ExportLog(System.String,System.Diagnostics.Eventing.Reader.PathType,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L219C13-L232C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.ExportLogAndMessages(System.String,System.Diagnostics.Eventing.Reader.PathType,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L236C13-L237C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.ExportLogAndMessages(System.String,System.Diagnostics.Eventing.Reader.PathType,System.String,System.String,System.Boolean,System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L241C13-L244C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.ClearLog(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L248C13-L249C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogSession.ClearLog(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L253C13-L256C10" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogSession.GlobalSession", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs#L162C19-L162C42" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogSession", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogSession.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogStatus.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogStatus.cs#L22C33-L22C37" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogStatus.StatusCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogStatus.cs#L24C33-L24C37" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogStatus.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogWatcher.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L38C15-L40C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogWatcher.#ctor(System.Diagnostics.Eventing.Reader.EventLogQuery)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L43C15-L45C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogWatcher.#ctor(System.Diagnostics.Eventing.Reader.EventLogQuery,System.Diagnostics.Eventing.Reader.EventBookmark)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L48C15-L50C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogWatcher.#ctor(System.Diagnostics.Eventing.Reader.EventLogQuery,System.Diagnostics.Eventing.Reader.EventBookmark,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L52C9-L73C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogWatcher.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L283C13-L285C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventLogWatcher.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L289C13-L306C10" - }, - { - "DocsId": "E:System.Diagnostics.Eventing.Reader.EventLogWatcher.EventRecordWritten", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventLogWatcher.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs#L79C17-L79C39" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventLogWatcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogWatcher.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L46C26-L46C30" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L48C31-L48C35" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.LogLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L54C17-L54C73" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L62C17-L62C61" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Opcode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L70C17-L70C63" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Task", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L78C17-L78C59" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Keywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L86C17-L106C29" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Template", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L110C34-L110C38" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventMetadata.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs#L112C37-L112C41" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventMetadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventMetadata.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventOpcode.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventOpcode.cs#L68C17-L69C30" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventOpcode.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventOpcode.cs#L77C17-L77C31" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventOpcode.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventOpcode.cs#L85C17-L86C37" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventOpcode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventOpcode.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventProperty.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventProperty.cs#L13C31-L13C35" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventProperty.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventRecord.FormatDescription", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventRecord.FormatDescription(System.Collections.Generic.IEnumerable{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventRecord.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventRecord.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs#L56C13-L58C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventRecord.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs#L59C58-L59C59" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.EventRecord.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Task", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Opcode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Keywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.RecordId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.ProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.ProviderId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.LogName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.ProcessId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.ThreadId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.UserId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.TimeCreated", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.ActivityId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.RelatedActivityId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Qualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.LevelDisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.OpcodeDisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.TaskDisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.KeywordsDisplayNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Bookmark", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecord.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventRecord", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecord.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecordWrittenEventArgs.EventRecord", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecordWrittenEventArgs.cs#L18C42-L18C46" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventRecordWrittenEventArgs.EventException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecordWrittenEventArgs.cs#L25C43-L25C47" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventRecordWrittenEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventRecordWrittenEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventTask.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventTask.cs#L70C17-L71C30" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventTask.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventTask.cs#L75C28-L75C32" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventTask.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventTask.cs#L81C17-L82C37" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.EventTask.EventGuid", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventTask.cs#L90C17-L91C30" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.EventTask", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventTask.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.ProviderMetadata.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L47C15-L49C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.ProviderMetadata.#ctor(System.String,System.Diagnostics.Eventing.Reader.EventLogSession,System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L52C15-L54C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.ProviderMetadata.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L537C13-L539C10" - }, - { - "DocsId": "M:System.Diagnostics.Eventing.Reader.ProviderMetadata.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L543C13-L545C10" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L81C19-L81C40" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L88C17-L88C171" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.MessageFilePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L96C17-L96C175" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.ResourceFilePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L104C17-L104C176" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.ParameterFilePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L112C17-L112C177" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.HelpLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L120C17-L123C45" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L139C17-L144C71" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.LogLinks", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L152C17-L227C14" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Levels", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L419C17-L428C14" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Opcodes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L436C17-L445C14" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Keywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L453C17-L462C14" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Tasks", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L470C17-L479C14" - }, - { - "DocsId": "P:System.Diagnostics.Eventing.Reader.ProviderMetadata.Events", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs#L486C17-L523C14" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.ProviderMetadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/ProviderMetadata.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventLevel.LogAlways", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventLevel.Critical", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventLevel.Error", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventLevel.Warning", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventLevel.Informational", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventLevel.Verbose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.StandardEventLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventTask.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventTask.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.StandardEventTask", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Info", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Start", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Stop", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.DataCollectionStart", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.DataCollectionStop", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Extension", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Reply", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Resume", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Suspend", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Send", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventOpcode.Receive", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.StandardEventOpcode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.ResponseTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.WdiContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.WdiDiagnostic", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.Sqm", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.AuditFailure", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.AuditSuccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.CorrelationHint", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.CorrelationHint2", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - }, - { - "DocsId": "F:System.Diagnostics.Eventing.Reader.StandardEventKeywords.EventLogClassic", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - } - ], - "DocsId": "T:System.Diagnostics.Eventing.Reader.StandardEventKeywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/Winmeta.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Diagnostics.PerformanceCounter.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Diagnostics.PerformanceCounter.json deleted file mode 100644 index 5ac78fcbb55..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Diagnostics.PerformanceCounter.json +++ /dev/null @@ -1,974 +0,0 @@ -{ - "Assembly": "System.Diagnostics.PerformanceCounter", - "GUID": "CFF78C8795A34BA1A145CB0E10074446FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.CounterCreationData.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs#L13C9-L19C10" - }, - { - "DocsId": "M:System.Diagnostics.CounterCreationData.#ctor(System.String,System.String,System.Diagnostics.PerformanceCounterType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs#L13C9-L26C10" - }, - { - "DocsId": "P:System.Diagnostics.CounterCreationData.CounterType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs#L32C17-L32C37" - }, - { - "DocsId": "P:System.Diagnostics.CounterCreationData.CounterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs#L47C17-L47C37" - }, - { - "DocsId": "P:System.Diagnostics.CounterCreationData.CounterHelp", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs#L60C17-L60C37" - } - ], - "DocsId": "T:System.Diagnostics.CounterCreationData", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationData.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L11C9-L13C10" - }, - { - "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.#ctor(System.Diagnostics.CounterCreationDataCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L15C9-L18C10" - }, - { - "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.#ctor(System.Diagnostics.CounterCreationData[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L20C9-L23C10" - }, - { - "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.Add(System.Diagnostics.CounterCreationData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L39C13-L39C36" - }, - { - "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.AddRange(System.Diagnostics.CounterCreationData[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L44C13-L50C10" - }, - { - "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.AddRange(System.Diagnostics.CounterCreationDataCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L54C13-L61C10" - }, - { - "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.Contains(System.Diagnostics.CounterCreationData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L65C13-L65C41" - }, - { - "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.CopyTo(System.Diagnostics.CounterCreationData[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L70C13-L71C10" - }, - { - "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.IndexOf(System.Diagnostics.CounterCreationData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L75C13-L75C40" - }, - { - "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.Insert(System.Int32,System.Diagnostics.CounterCreationData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L80C13-L81C10" - }, - { - "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.Remove(System.Diagnostics.CounterCreationData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L85C13-L86C10" - }, - { - "DocsId": "M:System.Diagnostics.CounterCreationDataCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L90C13-L94C10" - }, - { - "DocsId": "P:System.Diagnostics.CounterCreationDataCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs#L29C17-L29C61" - } - ], - "DocsId": "T:System.Diagnostics.CounterCreationDataCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterCreationDataCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.CounterSample.#ctor(System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Diagnostics.PerformanceCounterType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L24C13-L32C10" - }, - { - "DocsId": "M:System.Diagnostics.CounterSample.#ctor(System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Diagnostics.PerformanceCounterType,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L36C13-L44C10" - }, - { - "DocsId": "M:System.Diagnostics.CounterSample.Calculate(System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L147C13-L147C79" - }, - { - "DocsId": "M:System.Diagnostics.CounterSample.Calculate(System.Diagnostics.CounterSample,System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L155C13-L155C98" - }, - { - "DocsId": "M:System.Diagnostics.CounterSample.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L160C13-L160C69" - }, - { - "DocsId": "M:System.Diagnostics.CounterSample.Equals(System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L165C13-L172C72" - }, - { - "DocsId": "M:System.Diagnostics.CounterSample.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L177C13-L177C44" - }, - { - "DocsId": "M:System.Diagnostics.CounterSample.op_Equality(System.Diagnostics.CounterSample,System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L182C13-L182C32" - }, - { - "DocsId": "M:System.Diagnostics.CounterSample.op_Inequality(System.Diagnostics.CounterSample,System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L187C13-L187C35" - }, - { - "DocsId": "F:System.Diagnostics.CounterSample.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs" - }, - { - "DocsId": "P:System.Diagnostics.CounterSample.RawValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L53C17-L53C34" - }, - { - "DocsId": "P:System.Diagnostics.CounterSample.BaseValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L72C17-L72C35" - }, - { - "DocsId": "P:System.Diagnostics.CounterSample.SystemFrequency", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L83C17-L83C41" - }, - { - "DocsId": "P:System.Diagnostics.CounterSample.CounterFrequency", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L94C17-L94C42" - }, - { - "DocsId": "P:System.Diagnostics.CounterSample.CounterTimeStamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L105C17-L105C42" - }, - { - "DocsId": "P:System.Diagnostics.CounterSample.TimeStamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L116C17-L116C35" - }, - { - "DocsId": "P:System.Diagnostics.CounterSample.TimeStamp100nSec", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L127C17-L127C42" - }, - { - "DocsId": "P:System.Diagnostics.CounterSample.CounterType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs#L138C17-L138C37" - } - ], - "DocsId": "T:System.Diagnostics.CounterSample", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSample.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.CounterSampleCalculator.ComputeCounterValue(System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSampleCalculator.cs#L53C13-L53C72" - }, - { - "DocsId": "M:System.Diagnostics.CounterSampleCalculator.ComputeCounterValue(System.Diagnostics.CounterSample,System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSampleCalculator.cs#L61C13-L104C50" - } - ], - "DocsId": "T:System.Diagnostics.CounterSampleCalculator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/CounterSampleCalculator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.ICollectData.CollectData(System.Int32,System.IntPtr,System.IntPtr,System.Int32,System.IntPtr@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/ICollectData.cs" - }, - { - "DocsId": "M:System.Diagnostics.ICollectData.CloseData", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/ICollectData.cs" - } - ], - "DocsId": "T:System.Diagnostics.ICollectData", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/ICollectData.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.InstanceData.#ctor(System.String,System.Diagnostics.CounterSample)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceData.cs#L11C9-L15C10" - }, - { - "DocsId": "P:System.Diagnostics.InstanceData.InstanceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceData.cs#L17C38-L17C42" - }, - { - "DocsId": "P:System.Diagnostics.InstanceData.Sample", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceData.cs#L19C39-L19C43" - }, - { - "DocsId": "P:System.Diagnostics.InstanceData.RawValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceData.cs#L25C17-L25C40" - } - ], - "DocsId": "T:System.Diagnostics.InstanceData", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceData.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.InstanceDataCollection.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L18C9-L23C10" - }, - { - "DocsId": "M:System.Diagnostics.InstanceDataCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L63C13-L66C52" - }, - { - "DocsId": "M:System.Diagnostics.InstanceDataCollection.CopyTo(System.Diagnostics.InstanceData[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L71C13-L72C10" - }, - { - "DocsId": "P:System.Diagnostics.InstanceDataCollection.CounterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L25C37-L25C41" - }, - { - "DocsId": "P:System.Diagnostics.InstanceDataCollection.Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L29C19-L29C42" - }, - { - "DocsId": "P:System.Diagnostics.InstanceDataCollection.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L36C17-L36C42" - }, - { - "DocsId": "P:System.Diagnostics.InstanceDataCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs#L44C17-L51C61" - } - ], - "DocsId": "T:System.Diagnostics.InstanceDataCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.InstanceDataCollectionCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L19C53-L19C63" - }, - { - "DocsId": "M:System.Diagnostics.InstanceDataCollectionCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L54C13-L57C52" - }, - { - "DocsId": "M:System.Diagnostics.InstanceDataCollectionCollection.CopyTo(System.Diagnostics.InstanceDataCollection[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L62C13-L63C10" - }, - { - "DocsId": "P:System.Diagnostics.InstanceDataCollectionCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L25C17-L29C71" - }, - { - "DocsId": "P:System.Diagnostics.InstanceDataCollectionCollection.Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L35C19-L35C42" - }, - { - "DocsId": "P:System.Diagnostics.InstanceDataCollectionCollection.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs#L42C17-L42C42" - } - ], - "DocsId": "T:System.Diagnostics.InstanceDataCollectionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/InstanceDataCollectionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L30C9-L66C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.#ctor(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L72C15-L74C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L95C9-L97C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.#ctor(System.String,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L30C9-L115C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L121C9-L123C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.#ctor(System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L129C9-L131C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.BeginInit", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L343C13-L344C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L351C13-L356C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.CloseSharedResources", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L365C13-L366C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L374C13-L381C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.Decrement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L388C13-L393C47" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.EndInit", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L400C13-L401C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.IncrementBy(System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L411C13-L416C54" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.Increment", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L424C13-L429C47" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.NextSample", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L539C13-L564C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.NextValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L574C13-L579C27" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounter.RemoveInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L587C13-L592C10" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounter.DefaultFileMappingSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounter.CategoryName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L140C17-L140C38" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounter.CounterHelp", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L162C17-L169C33" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounter.CounterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L180C17-L180C37" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounter.CounterType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L202C17-L217C61" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounter.InstanceLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L223C19-L223C44" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounter.InstanceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L243C17-L243C38" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounter.ReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L267C17-L267C36" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounter.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L291C17-L291C37" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounter.RawValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs#L316C17-L325C49" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceCounter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L26C9-L29C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L36C15-L38C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L44C9-L56C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.CounterExists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L153C13-L158C98" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.CounterExists(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L166C13-L166C66" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.CounterExists(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L174C13-L183C96" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.Create(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L192C13-L193C172" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.Create(System.String,System.String,System.Diagnostics.PerformanceCounterCategoryType,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L201C13-L202C146" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.Create(System.String,System.String,System.Diagnostics.CounterCreationDataCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L211C13-L211C108" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.Create(System.String,System.String,System.Diagnostics.PerformanceCounterCategoryType,System.Diagnostics.CounterCreationDataCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L216C13-L248C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.Delete(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L378C13-L403C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.Exists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L410C13-L410C46" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.Exists(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L418C13-L429C84" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.GetCounters", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L457C13-L459C36" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.GetCounters(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L467C13-L480C29" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.GetCategories", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L489C13-L489C39" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.GetCategories(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L497C13-L505C31" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.GetInstanceNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L513C13-L516C69" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.InstanceExists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L524C13-L533C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.InstanceExists(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L540C13-L540C68" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.InstanceExists(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L548C13-L558C58" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterCategory.ReadCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L567C13-L574C10" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounterCategory.CategoryName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L65C17-L65C38" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounterCategory.CategoryHelp", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L92C17-L97C38" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounterCategory.CategoryType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L105C24-L121C14" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounterCategory.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs#L132C17-L132C37" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceCounterCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategory.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.PerformanceCounterCategoryType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategoryType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterCategoryType.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategoryType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterCategoryType.SingleInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategoryType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterCategoryType.MultiInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategoryType.cs" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceCounterCategoryType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterCategoryType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.PerformanceCounterInstanceLifetime.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterInstanceLifetime.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterInstanceLifetime.Global", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterInstanceLifetime.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterInstanceLifetime.Process", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterInstanceLifetime.cs" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceCounterInstanceLifetime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterInstanceLifetime.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.PerformanceCounterManager.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterManager.cs#L11C9-L13C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterManager.System#Diagnostics#ICollectData#CollectData(System.Int32,System.IntPtr,System.IntPtr,System.Int32,System.IntPtr@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterManager.cs#L18C13-L19C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterManager.System#Diagnostics#ICollectData#CloseData", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterManager.cs#L24C9-L24C10" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceCounterManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterManager.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.NumberOfItems32", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.NumberOfItems64", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.NumberOfItemsHEX32", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.NumberOfItemsHEX64", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.RateOfCountsPerSecond32", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.RateOfCountsPerSecond64", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.CountPerTimeInterval32", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.CountPerTimeInterval64", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.RawFraction", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.RawBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.AverageTimer32", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.AverageBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.AverageCount64", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.SampleFraction", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.SampleCounter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.SampleBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterTimer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterTimerInverse", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.Timer100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.Timer100NsInverse", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.ElapsedTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterMultiTimer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterMultiTimerInverse", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterMultiTimer100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterMultiTimer100NsInverse", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterMultiBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterDelta32", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterType.CounterDelta64", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceCounterType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceCounterType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterSet.#ctor(System.Guid,System.Guid,System.Diagnostics.PerformanceData.CounterSetInstanceType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L34C9-L49C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterSet.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L53C13-L55C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterSet.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L59C13-L60C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterSet.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L64C13-L84C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterSet.AddCounter(System.Int32,System.Diagnostics.PerformanceData.CounterType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L93C13-L119C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterSet.AddCounter(System.Int32,System.Diagnostics.PerformanceData.CounterType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L129C13-L166C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterSet.CreateCounterSetInstance(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs#L175C13-L269C29" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceData.CounterSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSet.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterSetInstance.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstance.cs#L77C13-L79C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterSetInstance.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstance.cs#L83C13-L84C10" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceData.CounterSetInstance.Counters", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstance.cs#L116C60-L116C64" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceData.CounterSetInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstance.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterData.Increment", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L54C17-L56C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterData.Decrement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L62C17-L64C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterData.IncrementBy(System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L70C17-L72C10" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceData.CounterData.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L38C21-L38C61" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceData.CounterData.RawValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L85C21-L85C39" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceData.CounterData", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterSetInstanceCounterDataSet.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L165C13-L167C10" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceData.CounterSetInstanceCounterDataSet.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L171C13-L172C10" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceData.CounterSetInstanceCounterDataSet.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L199C17-L216C14" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceData.CounterSetInstanceCounterDataSet.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs#L228C17-L267C14" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceData.CounterSetInstanceCounterDataSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceCounterDataSet.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterSetInstanceType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterSetInstanceType.Single", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterSetInstanceType.Multiple", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterSetInstanceType.GlobalAggregate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterSetInstanceType.GlobalAggregateWithHistory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterSetInstanceType.MultipleAggregate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterSetInstanceType.InstanceAggregate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceData.CounterSetInstanceType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterSetInstanceType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.QueueLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.LargeQueueLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.QueueLength100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.QueueLengthObjectTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawData32", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawData64", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawDataHex32", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawDataHex64", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RateOfCountPerSecond32", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RateOfCountPerSecond64", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawFraction32", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawFraction64", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawBase32", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.RawBase64", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.SampleFraction", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.SampleCounter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.SampleBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.AverageTimer32", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.AverageBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.AverageCount64", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.PercentageActive", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.PercentageNotActive", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.PercentageActive100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.PercentageNotActive100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.ElapsedTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.MultiTimerPercentageActive", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.MultiTimerPercentageNotActive", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.MultiTimerPercentageActive100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.MultiTimerPercentageNotActive100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.MultiTimerBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.Delta32", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.Delta64", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.ObjectSpecificTimer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.PrecisionSystemTimer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.PrecisionTimer100Ns", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceData.CounterType.PrecisionObjectSpecificTimer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceData.CounterType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/PerformanceData/CounterType.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.DirectoryServices.AccountManagement.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.DirectoryServices.AccountManagement.json deleted file mode 100644 index 6e9a6ed82ed..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.DirectoryServices.AccountManagement.json +++ /dev/null @@ -1,1294 +0,0 @@ -{ - "Assembly": "System.DirectoryServices.AccountManagement", - "GUID": "7381C1FA038A43B9918EE12E30B30A5CFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearcher.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearcher.#ctor(System.DirectoryServices.AccountManagement.Principal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L22C9-L31C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearcher.FindAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L81C13-L83C35" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearcher.FindOne", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L92C13-L110C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearcher.GetUnderlyingSearcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L126C13-L153C40" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearcher.GetUnderlyingSearcherType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L160C13-L173C50" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearcher.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L178C13-L195C10" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalSearcher.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L40C17-L42C29" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalSearcher.QueryFilter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs#L50C17-L52C35" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalSearcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalSearcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.#ctor(System.DirectoryServices.AccountManagement.ContextType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L358C13-L359C12" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.#ctor(System.DirectoryServices.AccountManagement.ContextType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L362C13-L363C12" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.#ctor(System.DirectoryServices.AccountManagement.ContextType,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L366C13-L367C12" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.#ctor(System.DirectoryServices.AccountManagement.ContextType,System.String,System.String,System.DirectoryServices.AccountManagement.ContextOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L370C13-L371C12" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.#ctor(System.DirectoryServices.AccountManagement.ContextType,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L374C13-L375C12" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.#ctor(System.DirectoryServices.AccountManagement.ContextType,System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L378C13-L379C12" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.#ctor(System.DirectoryServices.AccountManagement.ContextType,System.String,System.String,System.DirectoryServices.AccountManagement.ContextOptions,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L1011C9-L433C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.ValidateCredentials(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L514C13-L527C65" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.ValidateCredentials(System.String,System.String,System.DirectoryServices.AccountManagement.ContextOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L537C13-L553C74" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalContext.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L984C13-L1003C10" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalContext.ContextType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L443C17-L445C37" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalContext.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L453C17-L455C30" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalContext.Container", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L463C17-L465C35" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalContext.UserName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L473C17-L475C34" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalContext.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L483C17-L485C33" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalContext.ConnectedServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs#L493C17-L503C41" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Context.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L23C13-L23C25" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L284C13-L284C86" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L289C13-L289C100" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L297C13-L327C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.Save(System.DirectoryServices.AccountManagement.PrincipalContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L334C13-L442C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L449C13-L464C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L468C13-L479C26" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L484C13-L484C39" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.GetUnderlyingObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L490C13-L500C42" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.GetUnderlyingObjectType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L506C13-L526C55" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.GetGroups", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L532C13-L532C76" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.GetGroups(System.DirectoryServices.AccountManagement.PrincipalContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L537C13-L540C90" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.IsMemberOf(System.DirectoryServices.AccountManagement.GroupPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L546C13-L551C49" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.IsMemberOf(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L557C13-L574C89" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L583C13-L602C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L617C9-L610C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.ExtensionGet(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L622C13-L652C40" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.ExtensionSet(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L695C13-L706C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.CheckDisposedOrDeleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L886C13-L897C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.FindByIdentityWithType(System.DirectoryServices.AccountManagement.PrincipalContext,System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L902C13-L908C111" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.Principal.FindByIdentityWithType(System.DirectoryServices.AccountManagement.PrincipalContext,System.Type,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L914C13-L923C119" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L32C17-L37C29" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.ContextType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L47C17-L55C41" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L70C17-L70C121" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L94C17-L94C121" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.SamAccountName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L120C17-L120C116" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.UserPrincipalName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L145C17-L145C139" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.Sid", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L168C17-L168C109" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.Guid", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L182C17-L182C108" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L196C17-L196C139" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.StructuralObjectClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L211C17-L211C151" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L232C17-L240C104" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.Principal.ContextRaw", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs#L764C15-L764C27" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.Principal", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Principal.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.IsAccountLockedOut", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L152C13-L152C58" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.UnlockAccount", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L157C13-L158C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.SetPassword(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L229C13-L230C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.ChangePassword(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L234C13-L235C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.ExpirePasswordNow", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L239C13-L240C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.RefreshExpiredPassword", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L244C13-L245C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByLockoutTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L266C13-L266C83" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByLogonTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L271C13-L271C81" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByExpirationTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L276C13-L276C86" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByBadPasswordAttempt(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L281C13-L281C90" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByPasswordSetTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L286C13-L286C87" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByLockoutTime``1(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L295C13-L297C108" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByLogonTime``1(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L301C13-L303C106" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByExpirationTime``1(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L307C13-L309C111" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByBadPasswordAttempt``1(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L313C13-L315C115" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.FindByPasswordSetTime``1(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L319C13-L321C112" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L248C9-L335C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L337C133-L350C10" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L28C17-L47C120" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.AccountLockoutTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L90C19-L90C62" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.LastLogon", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L95C19-L95C53" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.PermittedWorkstations", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L100C19-L100C65" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.PermittedLogonTimes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L105C19-L105C63" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.AccountExpirationDate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L111C19-L111C65" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.SmartcardLogonRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L117C19-L117C66" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.DelegationPermitted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L123C19-L123C63" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.BadLogonCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L129C19-L129C57" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.HomeDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L134C19-L134C57" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.HomeDrive", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L140C19-L140C53" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.ScriptPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L146C19-L146C54" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.LastPasswordSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L185C19-L185C60" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.LastBadPasswordAttempt", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L190C19-L190C67" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.PasswordNotRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L195C19-L195C64" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.PasswordNeverExpires", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L201C19-L201C65" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.UserCannotChangePassword", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L207C19-L207C69" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.AllowReversiblePasswordEncryption", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L213C19-L213C78" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.AdvancedSearchFilter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L223C17-L223C29" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.AuthenticablePrincipal.Certificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs#L256C17-L257C126" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.AuthenticablePrincipal", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AuthenticablePrincipal.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L17C58-L24C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L26C112-L37C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.FindByLockoutTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L231C13-L231C74" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.FindByLogonTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L236C13-L236C72" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.FindByExpirationTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L241C13-L241C77" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.FindByBadPasswordAttempt(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L246C13-L246C81" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.FindByPasswordSetTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L251C13-L251C78" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L256C13-L256C105" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L261C13-L261C119" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.UserPrincipal.GetAuthorizationGroups", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L266C13-L266C89" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.GivenName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L51C17-L51C110" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.MiddleName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L72C17-L72C113" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.Surname", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L93C17-L93C104" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.EmailAddress", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L114C17-L114C119" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.VoiceTelephoneNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L135C17-L135C143" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.EmployeeId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L156C17-L156C113" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.AdvancedSearchFilter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L169C70-L169C82" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.UserPrincipal.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs#L179C17-L221C29" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.UserPrincipal", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/User.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L46C9-L23C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L25C116-L39C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.FindByLockoutTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L62C13-L62C78" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.FindByLogonTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L67C13-L67C76" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.FindByExpirationTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L72C13-L72C81" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.FindByBadPasswordAttempt(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L77C13-L77C85" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.FindByPasswordSetTime(System.DirectoryServices.AccountManagement.PrincipalContext,System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L82C13-L82C82" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L87C13-L87C113" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.ComputerPrincipal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L92C13-L92C127" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.ComputerPrincipal.ServicePrincipalNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs#L53C17-L53C175" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.ComputerPrincipal", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Computer.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.GroupPrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L16C9-L23C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.GroupPrincipal.#ctor(System.DirectoryServices.AccountManagement.PrincipalContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L25C82-L34C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.GroupPrincipal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L178C13-L178C107" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.GroupPrincipal.FindByIdentity(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L183C13-L183C121" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.GroupPrincipal.GetMembers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L188C13-L188C38" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.GroupPrincipal.GetMembers(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L194C13-L210C67" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.GroupPrincipal.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L220C17-L234C10" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.GroupPrincipal.IsSecurityGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L50C17-L68C127" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.GroupPrincipal.GroupScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L95C17-L114C118" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.GroupPrincipal.Members", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs#L142C17-L169C33" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.GroupPrincipal", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/Group.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.AccountManagement.MatchType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.MatchType.Equals", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.MatchType.NotEquals", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.MatchType.GreaterThan", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.MatchType.GreaterThanOrEquals", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.MatchType.LessThan", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.MatchType.LessThanOrEquals", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.MatchType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/MatchType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.AccountManagement.ContextType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.ContextType.Machine", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.ContextType.Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.ContextType.ApplicationDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextType.cs" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.ContextType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.AccountManagement.ContextOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.ContextOptions.Negotiate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.ContextOptions.SimpleBind", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.ContextOptions.SecureSocketLayer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.ContextOptions.Signing", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.ContextOptions.Sealing", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.ContextOptions.ServerBind", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.ContextOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ContextOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L18C13-L92C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L98C17-L98C30" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L106C17-L106C39" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L114C17-L114C33" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L139C13-L139C49" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.CopyTo(System.DirectoryServices.AccountManagement.Principal[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L147C13-L148C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L213C13-L221C69" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Add(System.DirectoryServices.AccountManagement.UserPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L230C13-L231C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Add(System.DirectoryServices.AccountManagement.GroupPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L235C13-L236C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Add(System.DirectoryServices.AccountManagement.ComputerPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L240C13-L241C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Add(System.DirectoryServices.AccountManagement.Principal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L245C13-L285C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Add(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L289C13-L307C93" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L318C13-L345C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Remove(System.DirectoryServices.AccountManagement.UserPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L353C13-L353C44" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Remove(System.DirectoryServices.AccountManagement.GroupPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L358C13-L358C45" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Remove(System.DirectoryServices.AccountManagement.ComputerPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L363C13-L363C48" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Remove(System.DirectoryServices.AccountManagement.Principal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L368C13-L431C28" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Remove(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L436C13-L452C38" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Contains(System.DirectoryServices.AccountManagement.UserPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L548C13-L548C46" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Contains(System.DirectoryServices.AccountManagement.GroupPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L553C13-L553C47" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Contains(System.DirectoryServices.AccountManagement.ComputerPrincipal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L558C13-L558C50" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Contains(System.DirectoryServices.AccountManagement.Principal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L563C13-L579C52" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalCollection.Contains(System.DirectoryServices.AccountManagement.PrincipalContext,System.DirectoryServices.AccountManagement.IdentityType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L585C13-L600C26" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L98C17-L98C30" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L106C17-L106C39" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L114C17-L114C33" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L122C17-L122C30" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L130C17-L130C29" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalCollection.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L154C17-L154C30" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs#L162C17-L205C14" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/PrincipalCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L21C17-L21C36" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L29C17-L29C35" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L35C13-L39C26" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L44C13-L45C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L49C13-L52C46" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L57C13-L60C38" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L65C13-L69C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L73C13-L77C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L81C13-L82C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L88C17-L88C36" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#set_Item(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L93C17-L97C14" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L105C13-L106C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L112C17-L112C37" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L120C17-L120C39" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L128C17-L128C33" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L153C13-L153C49" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.Add(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L178C13-L182C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L186C13-L187C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.Contains(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L191C13-L194C43" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.IndexOf(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L199C13-L222C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.Insert(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L226C13-L242C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.Remove(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L246C13-L249C41" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L254C13-L278C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.CopyTo(`0[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L337C13-L338C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L353C13-L353C84" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L21C17-L21C36" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L29C17-L29C35" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L88C17-L88C36" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L112C17-L112C37" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L120C17-L120C39" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L128C17-L128C33" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L136C17-L136C61" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L144C17-L144C29" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L163C17-L163C30" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L171C17-L171C30" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L284C17-L300C51" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs#L344C17-L344C37" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalValueCollection`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearchResult`1.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/FindResult.cs#L21C13-L23C60" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearchResult`1.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/FindResult.cs#L28C13-L28C49" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalSearchResult`1.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/FindResult.cs#L33C13-L50C10" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalSearchResult`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/FindResult.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L31C21-L33C10" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.MultipleMatchesException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L40C45-L40C55" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.MultipleMatchesException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L42C59-L42C76" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.MultipleMatchesException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L45C17-L46C12" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.MultipleMatchesException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L53C21-L55C10" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.MultipleMatchesException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.NoMatchingPrincipalException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L62C49-L62C59" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.NoMatchingPrincipalException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L64C63-L64C80" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.NoMatchingPrincipalException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L67C17-L68C12" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.NoMatchingPrincipalException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L74C9-L76C55" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.NoMatchingPrincipalException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PasswordException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L84C38-L84C48" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PasswordException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L86C52-L86C69" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PasswordException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L89C13-L90C12" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PasswordException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L97C21-L99C10" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.PasswordException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalExistsException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L106C45-L106C55" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalExistsException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L108C59-L108C76" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalExistsException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L111C13-L112C12" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalExistsException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L119C21-L121C10" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalExistsException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L131C49-L131C59" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L133C63-L133C80" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L136C13-L137C12" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L139C78-L142C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.#ctor(System.String,System.Exception,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L143C104-L146C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.#ctor(System.String,System.Exception,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L147C123-L151C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L158C21-L162C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalServerDownException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L170C13-L173C10" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalServerDownException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalOperationException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L182C48-L182C58" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalOperationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L184C62-L184C79" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalOperationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L187C13-L188C12" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalOperationException.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L190C77-L193C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalOperationException.#ctor(System.String,System.Exception,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L194C103-L197C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L204C21-L207C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.PrincipalOperationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L215C13-L217C10" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.PrincipalOperationException.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs#L223C17-L223C35" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.PrincipalOperationException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/exceptions.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.AccountManagement.IdentityType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.IdentityType.SamAccountName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.IdentityType.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.IdentityType.UserPrincipalName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.IdentityType.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.IdentityType.Sid", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.IdentityType.Guid", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.IdentityType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/IdentityType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.AccountManagement.GroupScope.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/GroupType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.GroupScope.Local", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/GroupType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.GroupScope.Global", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/GroupType.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AccountManagement.GroupScope.Universal", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/GroupType.cs" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.GroupScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/GroupType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.DirectoryPropertyAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L15C9-L19C10" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.DirectoryPropertyAttribute.SchemaAttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L24C17-L24C45" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.DirectoryPropertyAttribute.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L31C17-L31C33" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.DirectoryPropertyAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.DirectoryRdnPrefixAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L46C9-L50C10" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.DirectoryRdnPrefixAttribute.RdnPrefix", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L55C17-L55C35" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.DirectoryRdnPrefixAttribute.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L62C17-L62C33" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.DirectoryRdnPrefixAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.DirectoryObjectClassAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L73C9-L77C10" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.DirectoryObjectClassAttribute.ObjectClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L82C17-L82C37" - }, - { - "DocsId": "P:System.DirectoryServices.AccountManagement.DirectoryObjectClassAttribute.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs#L89C17-L89C33" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.DirectoryObjectClassAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ExtensionAttributes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.#ctor(System.DirectoryServices.AccountManagement.Principal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L16C9-L19C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.LastBadPasswordAttempt(System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L27C13-L37C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.AccountExpirationDate(System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L44C13-L54C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.AccountLockoutTime(System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L61C13-L71C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.BadLogonCount(System.Int32,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L78C13-L88C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.LastLogonTime(System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L95C13-L105C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.LastPasswordSetTime(System.DateTime,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L112C13-L122C10" - }, - { - "DocsId": "M:System.DirectoryServices.AccountManagement.AdvancedFilters.AdvancedFilterSet(System.String,System.Object,System.Type,System.DirectoryServices.AccountManagement.MatchType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs#L126C13-L127C10" - } - ], - "DocsId": "T:System.DirectoryServices.AccountManagement.AdvancedFilters", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/AdvancedFilters.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.DirectoryServices.Protocols.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.DirectoryServices.Protocols.json deleted file mode 100644 index 16a84dcafbe..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.DirectoryServices.Protocols.json +++ /dev/null @@ -1,2409 +0,0 @@ -{ - "Assembly": "System.DirectoryServices.Protocols", - "GUID": "C76A00D43FEA475ABF63804EF4DC565DFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.AuthType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Anonymous", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Basic", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Negotiate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Ntlm", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Digest", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Sicily", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Dpa", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Msn", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.AuthType.External", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.AuthType.Kerberos", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.AuthType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.PartialResultProcessing.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.PartialResultProcessing.NoPartialResultSupport", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.PartialResultProcessing.ReturnPartialResults", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.PartialResultProcessing.ReturnPartialResultsAndNotifyCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.PartialResultProcessing", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/AuthTypes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.BerConverter.Encode(System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/BerConverter.cs#L15C13-L289C35" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.BerConverter.Decode(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/BerConverter.cs#L295C13-L299C52" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.BerConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/BerConverter.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.DereferenceAlias.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.DereferenceAlias.Never", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.DereferenceAlias.InSearching", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.DereferenceAlias.FindingBaseObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.DereferenceAlias.Always", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DereferenceAlias", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DereferenceAlias.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L13C9-L22C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L24C64-L26C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L28C64-L30C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor(System.String,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L32C61-L34C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.#ctor(System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L45C74-L56C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.GetValues(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L67C13-L115C93" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Add(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L157C41-L157C59" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L159C41-L159C59" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Add(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L161C38-L161C56" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.AddRange(System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L177C13-L193C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L195C47-L195C67" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.CopyTo(System.Object[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L197C58-L197C83" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L199C45-L199C64" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Insert(System.Int32,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L201C56-L201C84" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Insert(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L203C56-L203C84" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Insert(System.Int32,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L205C53-L205C81" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L214C45-L214C63" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttribute.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L218C13-L224C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L60C20-L60C34" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryAttribute.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L122C17-L141C14" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModification.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L229C9-L233C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryAttributeModification.Operation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L237C20-L237C39" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryAttributeModification", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchResultAttributeCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L279C13-L282C52" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchResultAttributeCollection.CopyTo(System.DirectoryServices.Protocols.DirectoryAttribute[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L285C70-L285C108" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchResultAttributeCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L258C17-L264C71" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchResultAttributeCollection.AttributeNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L268C46-L268C61" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchResultAttributeCollection.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L270C38-L270C55" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SearchResultAttributeCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L290C9-L292C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Add(System.DirectoryServices.Protocols.DirectoryAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L302C13-L307C40" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.AddRange(System.DirectoryServices.Protocols.DirectoryAttribute[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L312C13-L323C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.AddRange(System.DirectoryServices.Protocols.DirectoryAttributeCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L327C13-L334C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Contains(System.DirectoryServices.Protocols.DirectoryAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L336C59-L336C79" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.CopyTo(System.DirectoryServices.Protocols.DirectoryAttribute[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L338C70-L338C95" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.IndexOf(System.DirectoryServices.Protocols.DirectoryAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L340C57-L340C76" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Insert(System.Int32,System.DirectoryServices.Protocols.DirectoryAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L344C13-L350C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Remove(System.DirectoryServices.Protocols.DirectoryAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L352C57-L352C75" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L356C13-L364C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryAttributeCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L296C20-L296C51" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryAttributeCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L369C9-L371C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Add(System.DirectoryServices.Protocols.DirectoryAttributeModification)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L381C13-L386C40" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.AddRange(System.DirectoryServices.Protocols.DirectoryAttributeModification[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L391C13-L402C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.AddRange(System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L406C13-L413C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Contains(System.DirectoryServices.Protocols.DirectoryAttributeModification)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L415C71-L415C91" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.CopyTo(System.DirectoryServices.Protocols.DirectoryAttributeModification[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L417C82-L417C107" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.IndexOf(System.DirectoryServices.Protocols.DirectoryAttributeModification)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L419C69-L419C88" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Insert(System.Int32,System.DirectoryServices.Protocols.DirectoryAttributeModification)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L423C13-L429C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Remove(System.DirectoryServices.Protocols.DirectoryAttributeModification)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L431C69-L431C87" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L435C13-L443C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs#L375C20-L375C63" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryAttributeModificationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.DirectoryAttributeOperation.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttributeOperation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.DirectoryAttributeOperation.Add", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttributeOperation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.DirectoryAttributeOperation.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttributeOperation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.DirectoryAttributeOperation.Replace", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttributeOperation.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryAttributeOperation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryAttributeOperation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryConnection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs#L14C9-L17C101" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryConnection.Directory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs#L19C57-L19C77" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryConnection.ClientCertificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs#L21C64-L21C87" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryConnection.Timeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs#L25C20-L25C38" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryConnection.Credential", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs#L41C17-L42C14" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryConnection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.ExtendedDNFlag.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ExtendedDNFlag.HexString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ExtendedDNFlag.StandardString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.ExtendedDNFlag", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityMasks.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityMasks.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityMasks.Owner", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityMasks.Group", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityMasks.Dacl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityMasks.Sacl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SecurityMasks", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.ObjectSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.ParentsFirst", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.PublicDataOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.DirectorySynchronizationOptions.IncrementalValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectorySynchronizationOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.SearchOption.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SearchOption.DomainScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SearchOption.PhantomRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SearchOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.SortKey.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L60C9-L62C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SortKey.#ctor(System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L64C9-L69C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SortKey.AttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L73C20-L73C25" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SortKey.MatchingRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L79C20-L79C25" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SortKey.ReverseOrder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L85C20-L85C26" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SortKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControl.#ctor(System.String,System.Byte[],System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L94C9-L110C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L114C13-L124C30" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryControl.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L127C30-L127C34" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryControl.IsCritical", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L129C34-L129C38" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryControl.ServerSide", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L131C34-L131C38" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.AsqRequestControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L236C38-L238C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.AsqRequestControl.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L240C58-L243C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.AsqRequestControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L249C13-L250C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.AsqRequestControl.AttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L245C39-L245C43" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.AsqRequestControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.Protocols.AsqResponseControl.Result", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L261C36-L261C40" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.AsqResponseControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.CrossDomainMoveControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L266C43-L268C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.CrossDomainMoveControl.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L270C72-L273C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.CrossDomainMoveControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L279C13-L291C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.CrossDomainMoveControl.TargetDomainController", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L275C48-L275C52" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.CrossDomainMoveControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DomainScopeControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L297C39-L299C10" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DomainScopeControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.ExtendedDNControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L306C38-L308C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.ExtendedDNControl.#ctor(System.DirectoryServices.Protocols.ExtendedDNFlag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L310C57-L313C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.ExtendedDNControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L328C13-L329C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ExtendedDNControl.Flag", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L317C20-L317C25" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.ExtendedDNControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.LazyCommitControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L335C38-L335C90" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.LazyCommitControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryNotificationControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L340C49-L340C101" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryNotificationControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.PermissiveModifyControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L345C44-L345C97" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.PermissiveModifyControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L350C50-L350C102" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl.#ctor(System.DirectoryServices.Protocols.SecurityMasks)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L352C69-L355C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L363C13-L364C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl.SecurityMasks", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L359C46-L359C50" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SecurityDescriptorFlagControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchOptionsControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L370C9-L371C94" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchOptionsControl.#ctor(System.DirectoryServices.Protocols.SearchOption)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L373C59-L376C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchOptionsControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L392C13-L393C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchOptionsControl.SearchOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L380C20-L380C33" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SearchOptionsControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.ShowDeletedControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L399C39-L399C91" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.ShowDeletedControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.TreeDeleteControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L404C38-L404C90" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.TreeDeleteControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.VerifyNameControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L411C38-L411C91" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.VerifyNameControl.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L413C55-L418C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.VerifyNameControl.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L420C65-L423C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.VerifyNameControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L435C13-L443C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.VerifyNameControl.ServerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L427C20-L427C31" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.VerifyNameControl.Flag", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L431C27-L431C31" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.VerifyNameControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirSyncRequestControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L450C9-L452C94" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirSyncRequestControl.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L453C55-L456C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirSyncRequestControl.#ctor(System.Byte[],System.DirectoryServices.Protocols.DirectorySynchronizationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L458C95-L461C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirSyncRequestControl.#ctor(System.Byte[],System.DirectoryServices.Protocols.DirectorySynchronizationOptions,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L463C115-L466C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirSyncRequestControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L508C13-L510C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirSyncRequestControl.Cookie", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L472C17-L483C35" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirSyncRequestControl.Option", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L490C57-L490C61" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirSyncRequestControl.AttributeCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L494C20-L494C26" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirSyncRequestControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.Protocols.DirSyncResponseControl.Cookie", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L529C17-L540C35" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirSyncResponseControl.MoreData", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L544C32-L544C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirSyncResponseControl.ResultSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L546C33-L546C37" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirSyncResponseControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.PageResultRequestControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L551C9-L554C97" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.PageResultRequestControl.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L556C57-L559C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.PageResultRequestControl.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L561C58-L564C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.PageResultRequestControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L602C13-L604C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.PageResultRequestControl.PageSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L568C20-L568C25" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.PageResultRequestControl.Cookie", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L584C17-L595C35" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.PageResultRequestControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.Protocols.PageResultResponseControl.Cookie", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L622C17-L632C35" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.PageResultResponseControl.TotalCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L636C33-L636C37" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.PageResultResponseControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.SortRequestControl.#ctor(System.DirectoryServices.Protocols.SortKey[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L641C9-L659C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SortRequestControl.#ctor(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L661C78-L663C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SortRequestControl.#ctor(System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L641C9-L669C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SortRequestControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L712C13-L798C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SortRequestControl.SortKeys", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L675C17-L685C33" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SortRequestControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.Protocols.SortResponseControl.Result", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L810C36-L810C40" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SortResponseControl.AttributeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L812C39-L812C43" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SortResponseControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.VlvRequestControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L824C38-L824C91" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.VlvRequestControl.#ctor(System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L826C81-L831C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.VlvRequestControl.#ctor(System.Int32,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L833C84-L842C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.VlvRequestControl.#ctor(System.Int32,System.Int32,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L844C84-L849C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.VlvRequestControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L947C13-L988C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.VlvRequestControl.BeforeCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L853C20-L853C27" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.VlvRequestControl.AfterCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L867C20-L867C26" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.VlvRequestControl.Offset", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L881C20-L881C27" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.VlvRequestControl.EstimateCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L895C20-L895C34" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.VlvRequestControl.Target", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L911C17-L921C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.VlvRequestControl.ContextId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L930C17-L940C36" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.VlvRequestControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.Protocols.VlvResponseControl.TargetPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1004C37-L1004C41" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.VlvResponseControl.ContentCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1006C35-L1006C39" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.VlvResponseControl.ContextId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1012C17-L1022C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.VlvResponseControl.Result", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1026C36-L1026C40" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.VlvResponseControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.QuotaControl.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1034C33-L1034C86" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.QuotaControl.#ctor(System.Security.Principal.SecurityIdentifier)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1036C60-L1039C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.QuotaControl.GetValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1043C13-L1044C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.QuotaControl.QuerySid", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/QuotaControl.Linux.cs#L12C20-L12C117" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.QuotaControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1050C9-L1052C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.Add(System.DirectoryServices.Protocols.DirectoryControl)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1062C13-L1064C38" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.AddRange(System.DirectoryServices.Protocols.DirectoryControl[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1069C13-L1080C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.AddRange(System.DirectoryServices.Protocols.DirectoryControlCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1084C13-L1091C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.Contains(System.DirectoryServices.Protocols.DirectoryControl)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1093C57-L1093C77" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.CopyTo(System.DirectoryServices.Protocols.DirectoryControl[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1095C68-L1095C93" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.IndexOf(System.DirectoryServices.Protocols.DirectoryControl)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1097C55-L1097C74" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.Insert(System.Int32,System.DirectoryServices.Protocols.DirectoryControl)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1101C13-L1104C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.Remove(System.DirectoryServices.Protocols.DirectoryControl)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1106C55-L1106C73" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryControlCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1110C13-L1116C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryControlCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs#L1056C20-L1056C49" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryControlCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryControl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L18C90-L20C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L22C70-L24C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L26C53-L28C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L30C39-L32C10" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L43C99-L43C122" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L45C48-L45C83" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L47C62-L47C108" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L49C79-L49C132" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L52C13-L55C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L58C15-L61C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse,System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L64C15-L67C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryOperationException.Response", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L69C45-L69C49" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryOperationException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.BerConversionException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L90C94-L90C117" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.BerConversionException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L92C43-L94C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.BerConversionException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L96C57-L98C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.BerConversionException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs#L100C74-L102C10" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.BerConversionException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryIdentifier.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryIdentifier.cs#L10C9-L12C10" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryIdentifier.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DirectoryOperation.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryOperation.cs#L10C9-L10C43" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryOperation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryOperation.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryRequest.RequestId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L17C20-L17C39" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryRequest.Controls", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L21C54-L21C58" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DeleteRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L26C9-L26C35" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DeleteRequest.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L28C9-L31C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DeleteRequest.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L33C43-L33C47" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DeleteRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.AddRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L69C67-L38C32" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.AddRequest.#ctor(System.String,System.DirectoryServices.Protocols.DirectoryAttribute[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L40C95-L51C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.AddRequest.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L53C75-L65C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.AddRequest.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L67C43-L67C47" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.AddRequest.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L69C58-L69C62" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.AddRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.ModifyRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L105C82-L74C35" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.ModifyRequest.#ctor(System.String,System.DirectoryServices.Protocols.DirectoryAttributeModification[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L76C113-L80C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.ModifyRequest.#ctor(System.String,System.DirectoryServices.Protocols.DirectoryAttributeOperation,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L82C143-L101C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ModifyRequest.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L103C43-L103C47" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ModifyRequest.Modifications", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L105C73-L105C77" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.ModifyRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.CompareRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C56-L110C36" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.CompareRequest.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C56-L115C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.CompareRequest.#ctor(System.String,System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C56-L120C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.CompareRequest.#ctor(System.String,System.String,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C56-L125C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.CompareRequest.#ctor(System.String,System.DirectoryServices.Protocols.DirectoryAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C56-L137C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.CompareRequest.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L149C43-L149C47" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.CompareRequest.Assertion", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L151C47-L151C51" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.CompareRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.ModifyDNRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L171C50-L156C37" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.ModifyDNRequest.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L171C50-L163C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ModifyDNRequest.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L165C43-L165C47" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ModifyDNRequest.NewParentDistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L167C52-L167C56" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ModifyDNRequest.NewName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L169C33-L169C37" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ModifyDNRequest.DeleteOldRdn", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L171C36-L171C40" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.ModifyDNRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.ExtendedRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L178C9-L178C37" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.ExtendedRequest.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L180C9-L183C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.ExtendedRequest.#ctor(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L185C75-L188C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ExtendedRequest.RequestName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L190C37-L190C41" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ExtendedRequest.RequestValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L196C17-L206C34" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.ExtendedRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L234C55-L214C35" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchRequest.#ctor(System.String,System.String,System.DirectoryServices.Protocols.SearchScope,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L216C133-L230C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L232C43-L232C47" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L234C46-L234C50" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.Filter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L238C20-L238C36" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.Scope", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L252C20-L252C35" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.Aliases", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L266C20-L266C38" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.SizeLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L280C20-L280C39" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.TimeLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L294C20-L294C39" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchRequest.TypesOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L312C33-L312C37" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SearchRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DsmlAuthRequest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L326C9-L326C61" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DsmlAuthRequest.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L328C9-L328C74" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DsmlAuthRequest.Principal", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs#L330C35-L330C39" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DsmlAuthRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryRequest.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryResponse.RequestId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L20C35-L20C39" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryResponse.MatchedDN", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L22C43-L22C47" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryResponse.Controls", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L28C17-L39C37" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryResponse.ResultCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L43C48-L43C52" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryResponse.ErrorMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L45C46-L45C50" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.DirectoryResponse.Referral", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L51C17-L61C37" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DirectoryResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" - }, - { - "Members": [], - "DocsId": "T:System.DirectoryServices.Protocols.DeleteResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" - }, - { - "Members": [], - "DocsId": "T:System.DirectoryServices.Protocols.AddResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" - }, - { - "Members": [], - "DocsId": "T:System.DirectoryServices.Protocols.ModifyResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" - }, - { - "Members": [], - "DocsId": "T:System.DirectoryServices.Protocols.ModifyDNResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" - }, - { - "Members": [], - "DocsId": "T:System.DirectoryServices.Protocols.CompareResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.Protocols.ExtendedResponse.ResponseName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L97C38-L97C42" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ExtendedResponse.ResponseValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L103C17-L113C33" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.ExtendedResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchResponse.References", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L128C20-L128C40" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchResponse.Entries", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs#L134C20-L134C36" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SearchResponse", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryResponse.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.PartialResultsCollection.Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/PartialResultsCollection.cs#L16C47-L16C72" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.PartialResultsCollection.IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/PartialResultsCollection.cs#L18C45-L18C69" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.PartialResultsCollection.CopyTo(System.Object[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/PartialResultsCollection.cs#L20C59-L20C90" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.PartialResultsCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/PartialResultsCollection.cs#L12C42-L12C58" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.PartialResultsCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/PartialResultsCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.ReferralChasingOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ReferralChasingOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ReferralChasingOptions.Subordinate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ReferralChasingOptions.External", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ReferralChasingOptions.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.ReferralChasingOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ReferralChasingOption.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.Success", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.OperationsError", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.ProtocolError", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.TimeLimitExceeded", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.SizeLimitExceeded", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.CompareFalse", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.CompareTrue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.AuthMethodNotSupported", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.StrongAuthRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.ReferralV2", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.Referral", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.AdminLimitExceeded", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.UnavailableCriticalExtension", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.ConfidentialityRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.SaslBindInProgress", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.NoSuchAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.UndefinedAttributeType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.InappropriateMatching", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.ConstraintViolation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.AttributeOrValueExists", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.InvalidAttributeSyntax", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.NoSuchObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.AliasProblem", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.InvalidDNSyntax", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.AliasDereferencingProblem", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.InappropriateAuthentication", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.InsufficientAccessRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.Busy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.Unavailable", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.UnwillingToPerform", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.LoopDetect", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.SortControlMissing", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.OffsetRangeError", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.NamingViolation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.ObjectClassViolation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.NotAllowedOnNonLeaf", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.NotAllowedOnRdn", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.EntryAlreadyExists", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.ObjectClassModificationsProhibited", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.ResultsTooLarge", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.AffectsMultipleDsas", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.VirtualListViewError", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.ResultCode.Other", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.ResultCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/ResultCode.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchResultReference.Reference", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L18C17-L28C32" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchResultReference.Controls", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L32C47-L32C78" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SearchResultReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchResultReferenceCollection.Contains(System.DirectoryServices.Protocols.SearchResultReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L43C62-L43C87" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchResultReferenceCollection.IndexOf(System.DirectoryServices.Protocols.SearchResultReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L45C60-L45C84" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchResultReferenceCollection.CopyTo(System.DirectoryServices.Protocols.SearchResultReference[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L47C74-L47C105" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchResultReferenceCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L39C57-L39C96" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SearchResultReferenceCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchResultEntry.DistinguishedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L62C43-L62C47" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchResultEntry.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L64C61-L64C65" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchResultEntry.Controls", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L66C47-L66C78" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SearchResultEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchResultEntryCollection.Contains(System.DirectoryServices.Protocols.SearchResultEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L77C58-L77C83" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchResultEntryCollection.IndexOf(System.DirectoryServices.Protocols.SearchResultEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L79C56-L79C80" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.SearchResultEntryCollection.CopyTo(System.DirectoryServices.Protocols.SearchResultEntry[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L81C70-L81C101" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SearchResultEntryCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs#L73C53-L73C88" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SearchResultEntryCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchResults.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.SearchScope.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchScope.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SearchScope.Base", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchScope.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SearchScope.OneLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchScope.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SearchScope.Subtree", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchScope.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SearchScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/SearchScope.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L54C48-L56C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.#ctor(System.DirectoryServices.Protocols.LdapDirectoryIdentifier)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L58C69-L60C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.#ctor(System.DirectoryServices.Protocols.LdapDirectoryIdentifier,System.Net.NetworkCredential)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L62C99-L64C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.#ctor(System.DirectoryServices.Protocols.LdapDirectoryIdentifier,System.Net.NetworkCredential,System.DirectoryServices.Protocols.AuthType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L45C9-L87C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L100C30-L16707566C0" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L193C13-L193C61" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L198C13-L260C60" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.BeginSendRequest(System.DirectoryServices.Protocols.DirectoryRequest,System.DirectoryServices.Protocols.PartialResultProcessing,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L266C13-L266C96" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.BeginSendRequest(System.DirectoryServices.Protocols.DirectoryRequest,System.TimeSpan,System.DirectoryServices.Protocols.PartialResultProcessing,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L271C13-L386C56" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.Abort(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L391C13-L435C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.GetPartialResults(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L439C13-L459C101" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.EndSendRequest(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L464C13-L506C101" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.Bind", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L1005C31-L1005C89" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.Bind(System.Net.NetworkCredential)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L1007C62-L1007C112" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L1163C13-L1165C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapConnection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L1169C13-L1189C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapConnection.Timeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L104C20-L104C38" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapConnection.AuthType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L124C20-L124C39" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapConnection.SessionOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L143C52-L143C56" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapConnection.Credential", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L149C17-L155C14" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapConnection.AutoBind", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs#L158C32-L158C36" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.LdapConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapConnection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L10C57-L12C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L14C73-L16C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L18C110-L20C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String,System.Int32,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L22C126-L24C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String[],System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L63C42-L50C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.#ctor(System.String[],System.Int32,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L52C129-L55C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.Servers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L57C36-L57C107" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.Connectionless", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L59C38-L59C42" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.FullyQualifiedDnsHostName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L61C49-L61C53" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapDirectoryIdentifier.PortNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs#L63C33-L63C37" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.LdapDirectoryIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapDirectoryIdentifier.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L100C108" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L102C44" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L104C65" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L106C89" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L112C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L117C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Int32,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L123C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapException.#ctor(System.Int32,System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C67-L128C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapException.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L132C20-L132C30" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapException.ServerErrorMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L139C44-L139C48" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapException.PartialResults", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L141C58-L141C62" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.LdapException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L152C93-L152C116" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.TlsOperationException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L154C42-L154C52" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L156C56-L156C73" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L158C73-L158C97" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L160C68-L162C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L164C84-L166C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.TlsOperationException.#ctor(System.DirectoryServices.Protocols.DirectoryResponse,System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs#L168C101-L170C10" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.TlsOperationException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.QueryForConnectionCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.QueryForConnectionCallback.Invoke(System.DirectoryServices.Protocols.LdapConnection,System.DirectoryServices.Protocols.LdapConnection,System.String,System.DirectoryServices.Protocols.LdapDirectoryIdentifier,System.Net.NetworkCredential,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.QueryForConnectionCallback.BeginInvoke(System.DirectoryServices.Protocols.LdapConnection,System.DirectoryServices.Protocols.LdapConnection,System.String,System.DirectoryServices.Protocols.LdapDirectoryIdentifier,System.Net.NetworkCredential,System.Int64,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.QueryForConnectionCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.QueryForConnectionCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback.Invoke(System.DirectoryServices.Protocols.LdapConnection,System.DirectoryServices.Protocols.LdapConnection,System.String,System.DirectoryServices.Protocols.LdapDirectoryIdentifier,System.DirectoryServices.Protocols.LdapConnection,System.Net.NetworkCredential,System.Int64,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback.BeginInvoke(System.DirectoryServices.Protocols.LdapConnection,System.DirectoryServices.Protocols.LdapConnection,System.String,System.DirectoryServices.Protocols.LdapDirectoryIdentifier,System.DirectoryServices.Protocols.LdapConnection,System.Net.NetworkCredential,System.Int64,System.Int32,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.DereferenceConnectionCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DereferenceConnectionCallback.Invoke(System.DirectoryServices.Protocols.LdapConnection,System.DirectoryServices.Protocols.LdapConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DereferenceConnectionCallback.BeginInvoke(System.DirectoryServices.Protocols.LdapConnection,System.DirectoryServices.Protocols.LdapConnection,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.DereferenceConnectionCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.DereferenceConnectionCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.QueryClientCertificateCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.QueryClientCertificateCallback.Invoke(System.DirectoryServices.Protocols.LdapConnection,System.Byte[][])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.QueryClientCertificateCallback.BeginInvoke(System.DirectoryServices.Protocols.LdapConnection,System.Byte[][],System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.QueryClientCertificateCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.QueryClientCertificateCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.VerifyServerCertificateCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.VerifyServerCertificateCallback.Invoke(System.DirectoryServices.Protocols.LdapConnection,System.Security.Cryptography.X509Certificates.X509Certificate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.VerifyServerCertificateCallback.BeginInvoke(System.DirectoryServices.Protocols.LdapConnection,System.Security.Cryptography.X509Certificates.X509Certificate,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.VerifyServerCertificateCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.VerifyServerCertificateCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.ForceRediscovery", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.DirectoryServicesRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.DirectoryServicesPreferred", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.GCRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.PdcRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.IPRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.KdcRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.TimeServerRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.WriteableRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.GoodTimeServerPreferred", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.AvoidSelf", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.OnlyLdapNeeded", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.IsFlatName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.IsDnsName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.ReturnDnsName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.LocatorFlags.ReturnFlatName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.LocatorFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Pct1Server", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Pct1Client", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Ssl2Server", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Ssl2Client", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Ssl3Server", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Ssl3Client", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Tls1Server", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "DocsId": "F:System.DirectoryServices.Protocols.SecurityProtocol.Tls1Client", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SecurityProtocol", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.Protocol", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L85C45-L85C62" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.AlgorithmIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L87C59-L87C70" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.CipherStrength", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L89C38-L89C47" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.Hash", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L91C42-L91C56" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.HashStrength", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L93C36-L93C49" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.KeyExchangeAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L95C44-L95C65" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation.ExchangeStrength", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L97C40-L97C57" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.SecurityPackageContextConnectionInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.ReferralCallback.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L104C9-L106C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ReferralCallback.QueryForConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L108C64-L108C68" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ReferralCallback.NotifyNewConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L110C68-L110C72" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.ReferralCallback.DereferenceConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L112C70-L112C74" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.ReferralCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapSessionOptions.FastConcurrentBind", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L522C13-L535C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapSessionOptions.StartTransportLayerSecurity(System.DirectoryServices.Protocols.DirectoryControlCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L539C13-L725C10" - }, - { - "DocsId": "M:System.DirectoryServices.Protocols.LdapSessionOptions.StopTransportLayerSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L729C13-L739C10" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.ReferralHopLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L144C20-L144C77" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.HostName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L158C20-L158C78" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.DomainName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L164C20-L164C82" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.LocatorFlag", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L172C17-L173C45" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.HostReachable", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L187C17-L188C38" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.PingKeepAliveTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L196C17-L197C71" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.PingLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L219C20-L219C69" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.PingWaitTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L235C17-L236C76" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.AutoReconnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L260C17-L261C38" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.SspiFlag", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L272C20-L272C69" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.SslInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L280C17-L289C32" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.SecurityContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L297C17-L307C35" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.Signing", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L315C17-L316C38" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.Sealing", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L329C17-L330C38" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.SaslMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L341C20-L341C79" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.RootDseCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L349C17-L350C38" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.TcpKeepAlive", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L363C17-L364C38" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.SendTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L377C17-L378C71" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.ReferralCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L402C17-L407C41" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.QueryClientCertificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L440C17-L445C51" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.VerifyServerCertificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs#L482C17-L487C51" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.SecureSocketLayer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.Linux.cs#L18C17-L19C43" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.ProtocolVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.Linux.cs#L30C20-L30C76" - }, - { - "DocsId": "P:System.DirectoryServices.Protocols.LdapSessionOptions.ReferralChasing", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.Linux.cs#L38C17-L38C133" - } - ], - "DocsId": "T:System.DirectoryServices.Protocols.LdapSessionOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/ldap/LdapSessionOptions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.DirectoryServices.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.DirectoryServices.json deleted file mode 100644 index 80d451251c5..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.DirectoryServices.json +++ /dev/null @@ -1,5930 +0,0 @@ -{ - "Assembly": "System.DirectoryServices", - "GUID": "D46AE28B3B734C8293426C3BF37FDC29FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.ReadControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.WriteDacl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.WriteOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.Synchronize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.AccessSystemSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.GenericRead", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.GenericWrite", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.GenericExecute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.GenericAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.CreateChild", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.DeleteChild", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.ListChildren", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.Self", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.ReadProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.WriteProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.DeleteTree", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.ListObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectoryRights.ExtendedRight", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectoryRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectorySecurityInheritance.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectorySecurityInheritance.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectorySecurityInheritance.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectorySecurityInheritance.Descendents", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectorySecurityInheritance.SelfAndChildren", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectorySecurityInheritance.Children", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectorySecurityInheritance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.PropertyAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.PropertyAccess.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "DocsId": "F:System.DirectoryServices.PropertyAccess.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - } - ], - "DocsId": "T:System.DirectoryServices.PropertyAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L52C9-L58C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.AddAccessRule(System.DirectoryServices.ActiveDirectoryAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L76C13-L82C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.SetAccessRule(System.DirectoryServices.ActiveDirectoryAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L86C13-L92C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.ResetAccessRule(System.DirectoryServices.ActiveDirectoryAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L96C13-L102C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.RemoveAccess(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L106C13-L121C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.RemoveAccessRule(System.DirectoryServices.ActiveDirectoryAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L125C13-L130C48" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.RemoveAccessRuleSpecific(System.DirectoryServices.ActiveDirectoryAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L135C13-L141C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.ModifyAccessRule(System.Security.AccessControl.AccessControlModification,System.Security.AccessControl.AccessRule,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L145C13-L150C76" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.PurgeAccessRules(System.Security.Principal.IdentityReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L155C13-L161C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.AddAuditRule(System.DirectoryServices.ActiveDirectoryAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L168C13-L174C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.SetAuditRule(System.DirectoryServices.ActiveDirectoryAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L178C13-L184C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.RemoveAudit(System.Security.Principal.IdentityReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L188C13-L203C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.RemoveAuditRule(System.DirectoryServices.ActiveDirectoryAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L207C13-L212C47" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.RemoveAuditRuleSpecific(System.DirectoryServices.ActiveDirectoryAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L217C13-L223C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.ModifyAuditRule(System.Security.AccessControl.AccessControlModification,System.Security.AccessControl.AuditRule,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L227C13-L232C75" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.PurgeAuditRules(System.Security.Principal.IdentityReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L237C13-L243C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.AccessRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L257C13-L265C29" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.AccessRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AccessControlType,System.Guid,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L278C13-L286C38" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.AuditRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L297C13-L305C29" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectorySecurity.AuditRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AuditFlags,System.Guid,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L318C13-L326C38" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectorySecurity.AccessRightType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L357C49-L357C78" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectorySecurity.AccessRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L359C48-L359C81" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectorySecurity.AuditRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L361C47-L361C79" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectorySecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectoryAccessRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L529C15-L540C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectoryAccessRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AccessControlType,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L547C15-L557C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectoryAccessRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L564C15-L574C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectoryAccessRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L582C15-L592C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectoryAccessRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L600C15-L610C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectoryAccessRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L619C15-L629C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectoryAccessRule.ActiveDirectoryRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L658C20-L658C89" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectoryAccessRule.InheritanceType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L663C20-L663C121" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectoryAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ListChildrenAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L676C15-L687C10" - }, - { - "DocsId": "M:System.DirectoryServices.ListChildrenAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L693C15-L703C10" - }, - { - "DocsId": "M:System.DirectoryServices.ListChildrenAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L710C15-L720C10" - } - ], - "DocsId": "T:System.DirectoryServices.ListChildrenAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.CreateChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L732C16-L742C10" - }, - { - "DocsId": "M:System.DirectoryServices.CreateChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L748C15-L758C10" - }, - { - "DocsId": "M:System.DirectoryServices.CreateChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L764C15-L774C10" - }, - { - "DocsId": "M:System.DirectoryServices.CreateChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L781C15-L791C10" - }, - { - "DocsId": "M:System.DirectoryServices.CreateChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L798C15-L808C10" - }, - { - "DocsId": "M:System.DirectoryServices.CreateChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L815C15-L825C10" - } - ], - "DocsId": "T:System.DirectoryServices.CreateChildAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DeleteChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L837C15-L847C10" - }, - { - "DocsId": "M:System.DirectoryServices.DeleteChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L853C15-L863C10" - }, - { - "DocsId": "M:System.DirectoryServices.DeleteChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L869C15-L879C10" - }, - { - "DocsId": "M:System.DirectoryServices.DeleteChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L886C15-L896C10" - }, - { - "DocsId": "M:System.DirectoryServices.DeleteChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L903C15-L913C10" - }, - { - "DocsId": "M:System.DirectoryServices.DeleteChildAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L920C15-L930C10" - } - ], - "DocsId": "T:System.DirectoryServices.DeleteChildAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.PropertyAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L942C15-L952C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L959C15-L969C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L976C15-L986C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L994C15-L1004C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1012C15-L1022C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1031C15-L1041C10" - } - ], - "DocsId": "T:System.DirectoryServices.PropertyAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.PropertySetAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1055C15-L1065C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertySetAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1073C15-L1083C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertySetAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.PropertyAccess,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1091C15-L1101C10" - } - ], - "DocsId": "T:System.DirectoryServices.PropertySetAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ExtendedRightAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1113C15-L1123C10" - }, - { - "DocsId": "M:System.DirectoryServices.ExtendedRightAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1129C15-L1139C10" - }, - { - "DocsId": "M:System.DirectoryServices.ExtendedRightAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1145C15-L1155C10" - }, - { - "DocsId": "M:System.DirectoryServices.ExtendedRightAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1162C15-L1172C10" - }, - { - "DocsId": "M:System.DirectoryServices.ExtendedRightAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1179C15-L1189C10" - }, - { - "DocsId": "M:System.DirectoryServices.ExtendedRightAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1196C15-L1206C10" - } - ], - "DocsId": "T:System.DirectoryServices.ExtendedRightAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DeleteTreeAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1218C15-L1228C10" - }, - { - "DocsId": "M:System.DirectoryServices.DeleteTreeAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1234C15-L1244C10" - }, - { - "DocsId": "M:System.DirectoryServices.DeleteTreeAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.AccessControlType,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1251C15-L1261C10" - } - ], - "DocsId": "T:System.DirectoryServices.DeleteTreeAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectoryAuditRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1274C15-L1285C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectoryAuditRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AuditFlags,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1292C15-L1302C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectoryAuditRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AuditFlags,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1309C15-L1319C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectoryAuditRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AuditFlags,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1327C15-L1337C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectoryAuditRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AuditFlags,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1345C15-L1355C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectoryAuditRule.#ctor(System.Security.Principal.IdentityReference,System.DirectoryServices.ActiveDirectoryRights,System.Security.AccessControl.AuditFlags,System.Guid,System.DirectoryServices.ActiveDirectorySecurityInheritance,System.Guid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1364C15-L1374C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectoryAuditRule.ActiveDirectoryRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1403C20-L1403C84" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectoryAuditRule.InheritanceType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs#L1408C20-L1408C121" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectoryAuditRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectorySecurity.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.AuthenticationTypes.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AuthenticationTypes.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AuthenticationTypes.Secure", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AuthenticationTypes.Encryption", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AuthenticationTypes.SecureSocketsLayer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AuthenticationTypes.ReadonlyServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AuthenticationTypes.Anonymous", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AuthenticationTypes.FastBind", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AuthenticationTypes.Signing", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AuthenticationTypes.Sealing", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AuthenticationTypes.Delegation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - }, - { - "DocsId": "F:System.DirectoryServices.AuthenticationTypes.ServerBind", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - } - ], - "DocsId": "T:System.DirectoryServices.AuthenticationTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/AuthenticationTypes.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.DereferenceAlias.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" - }, - { - "DocsId": "F:System.DirectoryServices.DereferenceAlias.Never", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" - }, - { - "DocsId": "F:System.DirectoryServices.DereferenceAlias.InSearching", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" - }, - { - "DocsId": "F:System.DirectoryServices.DereferenceAlias.FindingBaseObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" - }, - { - "DocsId": "F:System.DirectoryServices.DereferenceAlias.Always", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" - } - ], - "DocsId": "T:System.DirectoryServices.DereferenceAlias", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DerefAlias.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DirectoryEntries.Add(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L46C13-L50C26" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntries.Find(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L59C13-L59C37" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntries.Find(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L67C13-L78C154" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntries.Remove(System.DirectoryServices.DirectoryEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L86C13-L95C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntries.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L97C47-L97C78" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntries.SchemaFilter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs#L29C17-L31C79" - } - ], - "DocsId": "T:System.DirectoryServices.DirectoryEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntries.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L24C9-L52C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L58C47-L61C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L66C83-L68C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.#ctor(System.String,System.String,System.String,System.DirectoryServices.AuthenticationTypes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L73C123-L83C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L106C15-L108C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L561C13-L562C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.CommitChanges", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L569C13-L623C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.CopyTo(System.DirectoryServices.DirectoryEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L658C67-L658C90" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.CopyTo(System.DirectoryServices.DirectoryEntry,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L665C13-L677C123" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.DeleteTree", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L685C13-L699C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L706C13-L713C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.Exists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L720C13-L738C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.Invoke(System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L780C13-L805C31" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.InvokeGet(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L813C13-L835C27" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.InvokeSet(System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L843C13-L863C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.MoveTo(System.DirectoryServices.DirectoryEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L868C57-L868C80" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.MoveTo(System.DirectoryServices.DirectoryEntry,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L875C13-L926C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.RefreshCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L934C13-L951C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.RefreshCache(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L958C13-L1015C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntry.Rename(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L1020C48-L1020C71" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.AuthenticationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L162C20-L162C39" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.Children", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L181C45-L181C71" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.Guid", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L199C17-L212C43" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.ObjectSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L220C17-L226C41" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L261C17-L264C32" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.NativeGuid", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L272C17-L275C32" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.NativeObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L286C17-L287C35" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.Parent", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L298C17-L299C130" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.Password", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L311C17-L329C14" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L339C20-L339C25" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L356C13-L356C65" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.SchemaClassName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L365C17-L368C33" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.SchemaEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L381C17-L382C130" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.UsePropertyCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L398C20-L398C29" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.Username", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L421C17-L424C46" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntry.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs#L450C17-L453C33" - } - ], - "DocsId": "T:System.DirectoryServices.DirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntry.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DirectoryEntryConfiguration.GetCurrentServerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L96C13-L96C135" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntryConfiguration.IsMutuallyAuthenticated", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L103C17-L116C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryEntryConfiguration.SetUserNameQueryQuota(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L120C13-L121C10" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntryConfiguration.Referral", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L22C17-L22C153" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntryConfiguration.SecurityMasks", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L40C17-L40C149" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntryConfiguration.PageSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L55C17-L55C135" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntryConfiguration.PasswordPort", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L70C17-L70C145" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryEntryConfiguration.PasswordEncoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs#L82C17-L82C160" - } - ], - "DocsId": "T:System.DirectoryServices.DirectoryEntryConfiguration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryEntryConfiguration.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L56C38-L59C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor(System.DirectoryServices.DirectoryEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L66C64-L69C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor(System.DirectoryServices.DirectoryEntry,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L76C80-L79C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor(System.DirectoryServices.DirectoryEntry,System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L86C108-L89C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L96C52-L99C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L106C80-L109C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor(System.String,System.String[],System.DirectoryServices.SearchScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L115C99-L117C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySearcher.#ctor(System.DirectoryServices.DirectoryEntry,System.String,System.String[],System.DirectoryServices.SearchScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L19C9-L130C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySearcher.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L136C13-L144C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySearcher.FindOne", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L569C13-L599C32" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySearcher.FindAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L605C52-L605C65" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.CacheResults", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L153C20-L153C33" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.ClientTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L173C20-L173C34" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.PropertyNamesOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L191C41-L191C45" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.Filter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L199C20-L199C27" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.PageSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L214C20-L214C29" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.PropertiesToLoad", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L235C13-L235C57" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.ReferralChasing", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L243C20-L243C36" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.SearchScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L262C20-L262C26" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.ServerPageTimeLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L286C20-L286C40" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.ServerTimeLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L305C20-L305C36" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.SizeLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L325C20-L325C30" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.SearchRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L343C17-L357C36" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.Sort", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L376C20-L376C25" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.Asynchronous", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L385C36-L385C40" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.Tombstone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L392C33-L392C37" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.AttributeScopeQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L402C20-L402C40" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.DerefAlias", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L437C20-L437C31" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.SecurityMasks", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L454C20-L454C33" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.ExtendedDN", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L472C20-L472C31" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.DirectorySynchronization", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L492C17-L496C30" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySearcher.VirtualListView", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs#L529C17-L540C29" - } - ], - "DocsId": "T:System.DirectoryServices.DirectorySearcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DirectorySynchronization.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L11C9-L15C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySynchronization.#ctor(System.DirectoryServices.DirectorySynchronizationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L11C9-L20C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySynchronization.#ctor(System.DirectoryServices.DirectorySynchronization)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L11C9-L29C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySynchronization.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L11C9-L31C103" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySynchronization.#ctor(System.DirectoryServices.DirectorySynchronizationOptions,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L11C9-L37C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySynchronization.GetDirectorySynchronizationCookie", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L59C13-L65C31" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySynchronization.ResetDirectorySynchronizationCookie", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L68C62-L68C91" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySynchronization.ResetDirectorySynchronizationCookie(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L72C13-L84C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectorySynchronization.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L86C51-L86C97" - }, - { - "DocsId": "P:System.DirectoryServices.DirectorySynchronization.Option", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs#L42C20-L42C27" - } - ], - "DocsId": "T:System.DirectoryServices.DirectorySynchronization", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronization.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.DirectorySynchronizationOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" - }, - { - "DocsId": "F:System.DirectoryServices.DirectorySynchronizationOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" - }, - { - "DocsId": "F:System.DirectoryServices.DirectorySynchronizationOptions.ObjectSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" - }, - { - "DocsId": "F:System.DirectoryServices.DirectorySynchronizationOptions.ParentsFirst", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" - }, - { - "DocsId": "F:System.DirectoryServices.DirectorySynchronizationOptions.PublicDataOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" - }, - { - "DocsId": "F:System.DirectoryServices.DirectorySynchronizationOptions.IncrementalValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" - } - ], - "DocsId": "T:System.DirectoryServices.DirectorySynchronizationOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySynchronizationFlags.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DirectoryVirtualListView.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L20C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryVirtualListView.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L25C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryVirtualListView.#ctor(System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L32C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryVirtualListView.#ctor(System.Int32,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L39C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryVirtualListView.#ctor(System.Int32,System.Int32,System.Int32,System.DirectoryServices.DirectoryVirtualListViewContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L47C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryVirtualListView.#ctor(System.Int32,System.Int32,System.String,System.DirectoryServices.DirectoryVirtualListViewContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L14C9-L55C10" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryVirtualListView.BeforeCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L60C20-L60C32" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryVirtualListView.AfterCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L75C20-L75C31" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryVirtualListView.Offset", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L90C20-L90C27" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryVirtualListView.TargetPercentage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L113C20-L113C37" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryVirtualListView.Target", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L130C20-L130C27" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryVirtualListView.ApproximateTotal", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L137C20-L137C37" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryVirtualListView.DirectoryVirtualListViewContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs#L150C83-L150C87" - } - ], - "DocsId": "T:System.DirectoryServices.DirectoryVirtualListView", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListView.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DirectoryVirtualListViewContext.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListViewContext.cs#L10C52-L12C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryVirtualListViewContext.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListViewContext.cs#L32C13-L32C66" - } - ], - "DocsId": "T:System.DirectoryServices.DirectoryVirtualListViewContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryVirtualListViewContext.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ExtendedDN.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ExtendedDn.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ExtendedDN.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ExtendedDn.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ExtendedDN.HexString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ExtendedDn.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ExtendedDN.Standard", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ExtendedDn.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ExtendedDN", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ExtendedDn.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.PasswordEncodingMethod.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PasswordEncodingMethod.cs" - }, - { - "DocsId": "F:System.DirectoryServices.PasswordEncodingMethod.PasswordEncodingSsl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PasswordEncodingMethod.cs" - }, - { - "DocsId": "F:System.DirectoryServices.PasswordEncodingMethod.PasswordEncodingClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PasswordEncodingMethod.cs" - } - ], - "DocsId": "T:System.DirectoryServices.PasswordEncodingMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PasswordEncodingMethod.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L72C13-L86C25" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.CopyTo(System.DirectoryServices.PropertyValueCollection[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L94C13-L95C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L102C13-L114C63" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#get_Item(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L119C20-L119C37" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#set_Item(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L120C20-L120C78" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L123C41-L123C45" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L125C40-L125C44" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#get_Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L127C41-L127C65" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#Add(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L131C13-L131C67" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L136C13-L136C69" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L139C52-L139C75" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L143C13-L143C70" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L146C52-L146C67" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L148C44-L148C49" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L150C40-L150C44" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L154C13-L171C10" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L32C17-L42C34" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L54C17-L61C47" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyCollection.PropertyNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L65C45-L65C69" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyCollection.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L67C38-L67C64" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#Item(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L119C20-L119C37" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L123C41-L123C45" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L125C40-L125C44" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyCollection.System#Collections#IDictionary#Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L127C41-L127C65" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L148C44-L148C49" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs#L150C40-L150C44" - } - ], - "DocsId": "T:System.DirectoryServices.PropertyCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.PropertyValueCollection.Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L132C42-L132C57" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyValueCollection.AddRange(System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L139C13-L147C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyValueCollection.AddRange(System.DirectoryServices.PropertyValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L154C13-L163C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyValueCollection.Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L165C48-L165C68" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyValueCollection.CopyTo(System.Object[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L173C13-L174C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyValueCollection.IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L176C46-L176C65" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyValueCollection.Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L178C57-L178C82" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyValueCollection.Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L211C13-L226C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyValueCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L230C13-L247C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyValueCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L251C13-L280C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyValueCollection.OnRemoveComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L284C13-L313C10" - }, - { - "DocsId": "M:System.DirectoryServices.PropertyValueCollection.OnSetComplete(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L318C13-L338C10" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyValueCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L50C20-L50C31" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyValueCollection.PropertyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L62C38-L62C42" - }, - { - "DocsId": "P:System.DirectoryServices.PropertyValueCollection.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs#L68C17-L76C40" - } - ], - "DocsId": "T:System.DirectoryServices.PropertyValueCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/PropertyValueCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ReferralChasingOption.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ReferralChasingOption.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ReferralChasingOption.Subordinate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ReferralChasingOption.External", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ReferralChasingOption.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ReferralChasingOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ReferalChasingOption.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ResultPropertyCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs#L48C13-L49C52" - }, - { - "DocsId": "M:System.DirectoryServices.ResultPropertyCollection.CopyTo(System.DirectoryServices.ResultPropertyValueCollection[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs#L54C13-L55C10" - }, - { - "DocsId": "P:System.DirectoryServices.ResultPropertyCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs#L25C17-L32C85" - }, - { - "DocsId": "P:System.DirectoryServices.ResultPropertyCollection.PropertyNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs#L37C45-L37C60" - }, - { - "DocsId": "P:System.DirectoryServices.ResultPropertyCollection.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs#L39C38-L39C55" - } - ], - "DocsId": "T:System.DirectoryServices.ResultPropertyCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ResultPropertyValueCollection.Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyValueCollection.cs#L30C48-L30C73" - }, - { - "DocsId": "M:System.DirectoryServices.ResultPropertyValueCollection.IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyValueCollection.cs#L32C46-L32C70" - }, - { - "DocsId": "M:System.DirectoryServices.ResultPropertyValueCollection.CopyTo(System.Object[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyValueCollection.cs#L34C60-L34C91" - }, - { - "DocsId": "P:System.DirectoryServices.ResultPropertyValueCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyValueCollection.cs#L22C17-L26C40" - } - ], - "DocsId": "T:System.DirectoryServices.ResultPropertyValueCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ResultPropertyValueCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L57C13-L63C41" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.AddRange(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L71C13-L82C10" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.AddRange(System.DirectoryServices.SchemaNameCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L86C13-L97C10" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L104C13-L105C10" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L110C48-L110C68" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.CopyTo(System.String[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L114C13-L116C10" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L120C13-L121C43" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.IndexOf(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L138C13-L144C23" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.Insert(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L152C13-L155C10" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L163C13-L165C10" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L172C13-L182C10" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L184C34-L184C39" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L186C35-L186C40" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L190C13-L192C10" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L194C44-L194C49" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L196C40-L196C44" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L200C20-L200C31" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#set_Item(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L201C20-L201C48" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L204C41-L204C60" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L206C47-L206C71" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L208C45-L208C68" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L210C56-L210C85" - }, - { - "DocsId": "M:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L212C45-L212C67" - }, - { - "DocsId": "P:System.DirectoryServices.SchemaNameCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L29C17-L30C47" - }, - { - "DocsId": "P:System.DirectoryServices.SchemaNameCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L47C17-L48C38" - }, - { - "DocsId": "P:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L184C34-L184C39" - }, - { - "DocsId": "P:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L186C35-L186C40" - }, - { - "DocsId": "P:System.DirectoryServices.SchemaNameCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L194C44-L194C49" - }, - { - "DocsId": "P:System.DirectoryServices.SchemaNameCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L196C40-L196C44" - }, - { - "DocsId": "P:System.DirectoryServices.SchemaNameCollection.System#Collections#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs#L200C20-L200C31" - } - ], - "DocsId": "T:System.DirectoryServices.SchemaNameCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SchemaNameCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.SearchResult.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResult.cs#L29C13-L34C33" - }, - { - "DocsId": "P:System.DirectoryServices.SearchResult.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResult.cs#L41C31-L41C64" - }, - { - "DocsId": "P:System.DirectoryServices.SearchResult.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResult.cs#L47C54-L47C58" - } - ], - "DocsId": "T:System.DirectoryServices.SearchResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResult.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.SearchResultCollection.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L151C13-L153C10" - }, - { - "DocsId": "M:System.DirectoryServices.SearchResultCollection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L157C13-L185C10" - }, - { - "DocsId": "M:System.DirectoryServices.SearchResultCollection.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L187C38-L16707566C0" - }, - { - "DocsId": "M:System.DirectoryServices.SearchResultCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L193C13-L196C87" - }, - { - "DocsId": "M:System.DirectoryServices.SearchResultCollection.Contains(System.DirectoryServices.SearchResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L199C54-L199C80" - }, - { - "DocsId": "M:System.DirectoryServices.SearchResultCollection.CopyTo(System.DirectoryServices.SearchResult[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L203C13-L204C10" - }, - { - "DocsId": "M:System.DirectoryServices.SearchResultCollection.IndexOf(System.DirectoryServices.SearchResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L206C52-L206C77" - }, - { - "DocsId": "M:System.DirectoryServices.SearchResultCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L208C44-L208C49" - }, - { - "DocsId": "M:System.DirectoryServices.SearchResultCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L210C40-L210C44" - }, - { - "DocsId": "M:System.DirectoryServices.SearchResultCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L214C13-L215C10" - }, - { - "DocsId": "P:System.DirectoryServices.SearchResultCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L38C48-L38C79" - }, - { - "DocsId": "P:System.DirectoryServices.SearchResultCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L40C29-L40C44" - }, - { - "DocsId": "P:System.DirectoryServices.SearchResultCollection.Handle", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L77C17-L80C32" - }, - { - "DocsId": "P:System.DirectoryServices.SearchResultCollection.PropertiesLoaded", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L88C44-L88C48" - }, - { - "DocsId": "P:System.DirectoryServices.SearchResultCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L208C44-L208C49" - }, - { - "DocsId": "P:System.DirectoryServices.SearchResultCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs#L210C40-L210C44" - } - ], - "DocsId": "T:System.DirectoryServices.SearchResultCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchResultCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.SearchScope.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchScope.cs" - }, - { - "DocsId": "F:System.DirectoryServices.SearchScope.Base", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchScope.cs" - }, - { - "DocsId": "F:System.DirectoryServices.SearchScope.OneLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchScope.cs" - }, - { - "DocsId": "F:System.DirectoryServices.SearchScope.Subtree", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchScope.cs" - } - ], - "DocsId": "T:System.DirectoryServices.SearchScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SearchScope.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.SecurityMasks.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" - }, - { - "DocsId": "F:System.DirectoryServices.SecurityMasks.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" - }, - { - "DocsId": "F:System.DirectoryServices.SecurityMasks.Owner", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" - }, - { - "DocsId": "F:System.DirectoryServices.SecurityMasks.Group", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" - }, - { - "DocsId": "F:System.DirectoryServices.SecurityMasks.Dacl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" - }, - { - "DocsId": "F:System.DirectoryServices.SecurityMasks.Sacl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" - } - ], - "DocsId": "T:System.DirectoryServices.SecurityMasks", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SecurityMasks.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.SortDirection.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortDirection.cs" - }, - { - "DocsId": "F:System.DirectoryServices.SortDirection.Ascending", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortDirection.cs" - }, - { - "DocsId": "F:System.DirectoryServices.SortDirection.Descending", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortDirection.cs" - } - ], - "DocsId": "T:System.DirectoryServices.SortDirection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortDirection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.SortOption.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortOption.cs#L15C9-L17C10" - }, - { - "DocsId": "M:System.DirectoryServices.SortOption.#ctor(System.String,System.DirectoryServices.SortDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortOption.cs#L19C9-L23C10" - }, - { - "DocsId": "P:System.DirectoryServices.SortOption.PropertyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortOption.cs#L29C20-L29C33" - }, - { - "DocsId": "P:System.DirectoryServices.SortOption.Direction", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortOption.cs#L36C20-L36C34" - } - ], - "DocsId": "T:System.DirectoryServices.SortOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/SortOption.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesCOMException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L14C9-L14C51" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesCOMException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L16C65-L16C82" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesCOMException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L18C83-L18C107" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesCOMException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L24C101-L26C10" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesCOMException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L44C13-L45C10" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryServicesCOMException.ExtendedError", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L34C36-L34C40" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryServicesCOMException.ExtendedErrorMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs#L36C47-L36C51" - } - ], - "DocsId": "T:System.DirectoryServices.DirectoryServicesCOMException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectoryServicesCOMException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryPartition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs#L14C9-L16C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryPartition.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs#L29C13-L30C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryPartition.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs#L35C13-L49C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryPartition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs#L53C46-L53C50" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryPartition.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryPartition.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs#L65C17-L66C38" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryPartition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryPartition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryReplicationMetadata.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs#L42C13-L43C50" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryReplicationMetadata.CopyTo(System.DirectoryServices.ActiveDirectory.AttributeMetadata[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs#L48C13-L49C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryReplicationMetadata.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs#L26C17-L32C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryReplicationMetadata.AttributeNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs#L36C58-L36C62" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryReplicationMetadata.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs#L38C53-L38C57" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryReplicationMetadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryReplicationMetaData.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Zero", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.One", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Two", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Three", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Four", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Five", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Six", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Seven", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Eight", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Nine", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Ten", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Eleven", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Twelve", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Thirteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Fourteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Fifteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Sixteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Seventeen", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Eighteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Nineteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.Twenty", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.TwentyOne", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.TwentyTwo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.HourOfDay.TwentyThree", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.HourOfDay", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.MinuteOfHour.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.MinuteOfHour.Zero", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.MinuteOfHour.Fifteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.MinuteOfHour.Thirty", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.MinuteOfHour.FortyFive", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.MinuteOfHour", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L47C9-L56C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule.#ctor(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L58C76-L65C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule.SetSchedule(System.DayOfWeek,System.DirectoryServices.ActiveDirectory.HourOfDay,System.DirectoryServices.ActiveDirectory.MinuteOfHour,System.DirectoryServices.ActiveDirectory.HourOfDay,System.DirectoryServices.ActiveDirectory.MinuteOfHour)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L100C13-L124C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule.SetSchedule(System.DayOfWeek[],System.DirectoryServices.ActiveDirectory.HourOfDay,System.DirectoryServices.ActiveDirectory.MinuteOfHour,System.DirectoryServices.ActiveDirectory.HourOfDay,System.DirectoryServices.ActiveDirectory.MinuteOfHour)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L128C13-L138C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule.SetDailySchedule(System.DirectoryServices.ActiveDirectory.HourOfDay,System.DirectoryServices.ActiveDirectory.MinuteOfHour,System.DirectoryServices.ActiveDirectory.HourOfDay,System.DirectoryServices.ActiveDirectory.MinuteOfHour)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L142C18-L146C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule.ResetSchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L150C18-L152C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule.RawSchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs#L77C17-L82C28" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchedule.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SchemaClassType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SchemaClassType.Type88", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SchemaClassType.Structural", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SchemaClassType.Abstract", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SchemaClassType.Auxiliary", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.SchemaClassType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.PropertyTypes.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.PropertyTypes.Indexed", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.PropertyTypes.InGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.PropertyTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L53C13-L83C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.GetSchema(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L89C13-L175C84" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.RefreshSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L180C13-L203C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindClass(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L210C13-L211C84" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindDefunctClass(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L219C13-L236C32" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindAllClasses", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L244C13-L247C65" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindAllClasses(System.DirectoryServices.ActiveDirectory.SchemaClassType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L255C13-L266C65" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindAllDefunctClasses", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L274C13-L278C65" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindProperty(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L286C13-L287C87" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindDefunctProperty(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L295C13-L312C35" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindAllProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L320C13-L324C68" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindAllProperties(System.DirectoryServices.ActiveDirectory.PropertyTypes)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L332C13-L366C76" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.FindAllDefunctProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L374C13-L378C68" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L383C13-L384C75" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.GetCurrentSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L389C13-L389C103" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema.SchemaRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs#L400C17-L401C72" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchema.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L42C9-L89C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L182C13-L183C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L188C13-L217C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L223C13-L255C32" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.GetAllProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L260C13-L269C84" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L274C13-L420C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L424C13-L424C25" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L429C13-L439C96" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L448C17-L449C41" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.CommonName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L457C17-L464C36" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.Oid", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L483C17-L508C29" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L527C17-L538C37" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.IsDefunct", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L557C17-L559C35" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.PossibleSuperiors", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L578C17-L647C43" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.PossibleInferiors", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L655C17-L669C43" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.MandatoryProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L677C17-L745C45" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.OptionalProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L753C17-L830C44" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.AuxiliaryClasses", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L838C17-L906C42" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.SubClassOf", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L914C17-L921C36" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L940C17-L951C30" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.SchemaGuid", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L976C17-L985C57" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass.DefaultObjectSecurityDescriptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs#L1004C17-L1025C56" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClass.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.Add(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L82C13-L95C122" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L101C13-L115C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L119C13-L134C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.AddRange(System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L138C13-L153C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L157C13-L173C111" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.Insert(System.Int32,System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L178C13-L191C122" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L197C13-L213C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L218C13-L219C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L223C13-L239C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L244C13-L260C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L266C13-L279C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.OnRemoveComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L285C13-L311C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.OnSetComplete(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L317C13-L324C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L328C13-L337C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs#L56C20-L56C60" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaClassCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L40C9-L140C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L232C13-L233C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L238C13-L268C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L274C13-L304C35" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L309C13-L454C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L456C46-L456C50" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L460C13-L470C99" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L480C17-L481C41" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.CommonName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L489C17-L496C36" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Oid", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L518C17-L543C29" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Syntax", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L565C17-L580C32" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L604C17-L615C37" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsSingleValued", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L637C17-L663C40" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsIndexed", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L686C17-L688C66" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsIndexedOverContainer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L709C17-L711C79" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsInAnr", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L732C17-L734C64" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsOnTombstonedObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L755C17-L757C77" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsTupleIndexed", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L778C17-L780C71" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsInGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L801C17-L813C43" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.RangeLower", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L836C17-L856C36" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.RangeUpper", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L889C17-L909C36" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.IsDefunct", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L942C17-L944C35" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.Link", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L963C17-L998C40" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.LinkId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L1006C17-L1025C32" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty.SchemaGuid", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs#L1058C17-L1067C57" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaProperty.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.Add(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L80C13-L93C128" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L99C13-L113C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L117C13-L133C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.AddRange(System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L137C13-L153C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L157C13-L173C117" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.Insert(System.Int32,System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L178C13-L191C128" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L197C13-L212C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L232C13-L233C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L237C13-L252C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L257C13-L273C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L279C13-L292C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.OnRemoveComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L298C13-L324C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.OnSetComplete(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L330C13-L338C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L342C13-L349C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs#L56C20-L56C63" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySchemaPropertyCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.AutoTopologyDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.TopologyCleanupDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.AutoMinimumHopDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.StaleServerDetectDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.AutoInterSiteTopologyDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.GroupMembershipCachingEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.ForceKccWindows2003Behavior", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.UseWindows2000IstgElection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.RandomBridgeHeaderServerSelectionDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.UseHashingForReplicationSchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions.RedundantServerTopologyEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L64C13-L123C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L37C9-L168C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.GetComputerSite", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L193C13-L227C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L720C13-L850C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L854C13-L872C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L876C13-L879C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L1074C13-L1083C99" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L1089C13-L1091C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L1095C13-L1105C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L233C17-L236C30" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Domains", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L244C17-L258C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Subnets", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L266C17-L282C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Servers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L290C17-L303C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.AdjacentSites", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L311C17-L323C39" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.SiteLinks", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L331C17-L343C31" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.InterSiteTopologyGenerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L352C17-L407C14" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L431C17-L452C14" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.Location", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L478C17-L494C14" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.BridgeheadServers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L523C17-L532C43" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.PreferredSmtpBridgeheadServers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L540C17-L556C47" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.PreferredRpcBridgeheadServers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L564C17-L579C46" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite.IntraSiteReplicationSchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs#L587C17-L620C33" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySite", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySite.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.Add(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L45C13-L53C108" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L58C13-L62C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L66C13-L71C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L75C13-L92C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L97C13-L98C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L102C13-L119C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.Insert(System.Int32,System.DirectoryServices.ActiveDirectory.ActiveDirectorySite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L124C13-L132C108" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L137C13-L157C97" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L163C13-L175C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L181C13-L194C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.OnRemoveComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L200C13-L210C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.OnSetComplete(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L216C13-L226C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L230C13-L237C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs#L25C20-L25C58" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L28C89-L30C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L32C129-L34C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType,System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L22C9-L101C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L114C13-L114C88" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L119C13-L195C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L579C13-L599C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L603C13-L621C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L625C13-L628C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L633C13-L642C99" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L648C13-L650C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L654C13-L663C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L201C17-L204C30" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.TransportType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L212C17-L215C35" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.Sites", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L223C17-L240C31" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.Cost", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L248C17-L263C14" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.ReplicationInterval", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L287C17-L304C14" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.ReciprocalReplicationEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L336C17-L359C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.NotificationEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L400C17-L423C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.DataCompressionEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L464C17-L490C34" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink.InterSiteReplicationSchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs#L532C17-L551C33" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLink.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L24C93-L26C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L21C9-L88C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L101C13-L101C86" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L106C13-L183C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L234C13-L255C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L259C13-L277C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L281C13-L284C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L289C13-L298C100" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L304C13-L306C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L310C13-L319C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L189C17-L192C30" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.SiteLinks", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L200C17-L217C31" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge.TransportType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs#L225C17-L228C35" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkBridge.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.Add(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L39C13-L48C108" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L53C13-L58C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L62C13-L68C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L72C13-L90C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L95C13-L96C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L100C13-L118C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.Insert(System.Int32,System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L123C13-L132C108" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L137C13-L158C97" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L164C13-L176C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L182C13-L195C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.OnRemoveComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L201C13-L211C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.OnSetComplete(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L217C13-L227C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L231C13-L238C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs#L19C20-L19C62" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySiteLinkCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L21C13-L107C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L109C9-L147C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L149C102-L166C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L272C13-L308C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L312C13-L330C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L334C13-L337C25" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L342C13-L351C99" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L357C13-L359C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L363C13-L372C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L194C17-L197C30" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.Site", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L205C17-L208C30" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet.Location", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs#L230C17-L244C14" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnet.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.Add(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L49C13-L58C112" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L63C13-L76C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.AddRange(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L80C13-L86C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L90C13-L108C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L113C13-L114C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L118C13-L136C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.Insert(System.Int32,System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L141C13-L150C112" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.Remove(System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L155C13-L176C101" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.OnClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L181C13-L189C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L194C13-L201C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L207C13-L230C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.OnRemoveComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L236C13-L256C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.OnSetComplete(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L262C13-L264C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L268C13-L275C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs#L29C20-L29C60" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySubnetCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySubnetCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.CaseExactString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.CaseIgnoreString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.NumericString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.DirectoryString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.OctetString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.SecurityDescriptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.Int", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.Int64", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.Bool", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.Oid", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.GeneralizedTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.UtcTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.DN", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.DNWithBinary", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.DNWithString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.Enumeration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.IA5String", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.PrintableString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.Sid", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.AccessPointDN", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.ORName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.PresentationAddress", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax.ReplicaLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySyntax", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectorySyntax.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L84C13-L85C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L90C13-L106C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.GetAdamInstance(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L113C13-L164C78" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L170C13-L194C87" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.FindAll(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L199C13-L236C43" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.TransferRoleOwnership(System.DirectoryServices.ActiveDirectory.AdamRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L241C13-L262C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.SeizeRoleOwnership(System.DirectoryServices.ActiveDirectory.AdamRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L268C13-L308C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.CheckReplicationConsistency", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L312C13-L320C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.GetReplicationCursors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L324C13-L340C123" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.GetReplicationOperationInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L345C13-L354C88" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.GetReplicationNeighbors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L359C13-L374C80" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.GetAllReplicationNeighbors", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L379C13-L388C80" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.GetReplicationConnectionFailures", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L393C13-L393C100" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.GetReplicationMetadata(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L398C13-L413C89" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.SyncReplicaFromServer(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L418C13-L436C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.TriggerSyncReplicaFromNeighbors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L440C13-L452C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.SyncReplicaFromAllServers(System.String,System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L456C13-L468C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstance.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L472C13-L491C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.ConfigurationSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L501C17-L507C42" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.HostName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L515C17-L521C40" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.LdapPort", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L529C17-L535C40" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.SslPort", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L543C17-L549C39" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.Roles", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L559C17-L595C37" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.DefaultPartition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L603C17-L626C48" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.IPAddress", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L666C17-L675C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.SiteName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L684C17-L697C39" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.SyncFromAllServersCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L796C17-L799C38" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.InboundConnections", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L811C79-L811C108" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstance.OutboundConnections", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs#L813C80-L813C110" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.AdamInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstance.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstanceCollection.Contains(System.DirectoryServices.ActiveDirectory.AdamInstance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstanceCollection.cs#L24C13-L37C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstanceCollection.IndexOf(System.DirectoryServices.ActiveDirectory.AdamInstance)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstanceCollection.cs#L42C13-L56C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamInstanceCollection.CopyTo(System.DirectoryServices.ActiveDirectory.AdamInstance[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstanceCollection.cs#L61C13-L62C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamInstanceCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstanceCollection.cs#L20C48-L20C79" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.AdamInstanceCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ADAMInstanceCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L28C9-L46C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L28C9-L55C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L76C13-L102C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.GetApplicationPartition(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L110C13-L155C155" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L160C13-L347C30" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindDirectoryServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L352C13-L370C36" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindDirectoryServer(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L375C13-L399C36" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindDirectoryServer(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L404C13-L424C36" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindDirectoryServer(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L429C13-L454C36" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindAllDirectoryServers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L459C13-L476C41" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindAllDirectoryServers(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L482C13-L504C41" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindAllDiscoverableDirectoryServers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L510C13-L522C77" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.FindAllDiscoverableDirectoryServers(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L528C13-L545C77" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L551C13-L575C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L579C13-L742C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartition.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L746C13-L753C75" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ApplicationPartition.DirectoryServers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L764C17-L783C48" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ApplicationPartition.SecurityReferenceDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs#L791C17-L822C14" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ApplicationPartition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartitionCollection.Contains(System.DirectoryServices.ActiveDirectory.ApplicationPartition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartitionCollection.cs#L24C13-L37C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartitionCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ApplicationPartition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartitionCollection.cs#L42C13-L55C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ApplicationPartitionCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ApplicationPartition[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartitionCollection.cs#L60C13-L61C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ApplicationPartitionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartitionCollection.cs#L20C56-L20C95" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ApplicationPartitionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ApplicationPartitionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadata.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L55C30-L55C34" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadata.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L57C30-L57C34" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadata.LastOriginatingChangeTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L59C53-L59C57" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadata.LastOriginatingInvocationId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L61C51-L61C55" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadata.OriginatingChangeUsn", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L63C44-L63C48" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadata.LocalChangeUsn", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L65C38-L65C42" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadata.OriginatingServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs#L71C17-L88C47" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.AttributeMetadata", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetaData.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AttributeMetadataCollection.Contains(System.DirectoryServices.ActiveDirectory.AttributeMetadata)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetadataCollection.cs#L16C13-L29C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AttributeMetadataCollection.IndexOf(System.DirectoryServices.ActiveDirectory.AttributeMetadata)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetadataCollection.cs#L34C13-L46C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AttributeMetadataCollection.CopyTo(System.DirectoryServices.ActiveDirectory.AttributeMetadata[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetadataCollection.cs#L51C13-L52C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AttributeMetadataCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetadataCollection.cs#L12C53-L12C89" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.AttributeMetadataCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/AttributeMetadataCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L48C34-L48C47" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L53C13-L67C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.GetConfigurationSet(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L75C13-L151C84" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.FindAdamInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L156C13-L157C68" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.FindAdamInstance(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L162C13-L169C77" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.FindAdamInstance(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L174C13-L185C81" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.FindAllAdamInstances", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L190C13-L192C60" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.FindAllAdamInstances(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L197C13-L204C69" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.FindAllAdamInstances(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L209C13-L220C73" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L225C13-L226C110" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.GetSecurityLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L231C13-L237C41" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.SetSecurityLevel(System.DirectoryServices.ActiveDirectory.ReplicationSecurityLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L242C13-L261C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ConfigurationSet.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L263C46-L263C50" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ConfigurationSet.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L273C17-L274C39" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ConfigurationSet.Sites", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L282C17-L283C80" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ConfigurationSet.AdamInstances", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L291C17-L292C72" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ConfigurationSet.ApplicationPartitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L300C17-L301C120" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ConfigurationSet.Schema", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L309C17-L321C38" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ConfigurationSet.SchemaRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L329C17-L330C85" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ConfigurationSet.NamingRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs#L338C17-L339C85" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ConfigurationSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ConfigSet.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DirectoryContextType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DirectoryContextType.Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DirectoryContextType.Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DirectoryContextType.DirectoryServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DirectoryContextType.ConfigurationSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DirectoryContextType.ApplicationPartition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.DirectoryContextType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryContext.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContextType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L103C9-L115C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryContext.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContextType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L117C9-L135C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryContext.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContextType,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L137C9-L149C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryContext.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContextType,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L151C9-L169C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryContext.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L175C32-L175C37" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryContext.UserName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L177C36-L177C80" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryContext.ContextType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs#L184C52-L184C64" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.DirectoryContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L24C9-L37C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L41C31-L16707566C0" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L45C13-L51C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L56C13-L70C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L74C46-L74C50" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.MoveToAnotherSite(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L78C13-L144C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L148C13-L150C81" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.CheckReplicationConsistency", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.GetReplicationCursors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.GetReplicationOperationInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.GetReplicationNeighbors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.GetAllReplicationNeighbors", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.GetReplicationConnectionFailures", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.GetReplicationMetadata(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.SyncReplicaFromServer(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.TriggerSyncReplicaFromNeighbors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServer.SyncReplicaFromAllServers(System.String,System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServer.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L185C17-L186C36" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServer.Partitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs#L194C17-L195C91" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServer.IPAddress", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServer.SiteName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServer.SyncFromAllServersCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServer.InboundConnections", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServer.OutboundConnections", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.DirectoryServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServer.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.Add(System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L65C13-L105C116" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.AddRange(System.DirectoryServices.ActiveDirectory.DirectoryServer[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L111C13-L124C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.Contains(System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L128C13-L140C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.CopyTo(System.DirectoryServices.ActiveDirectory.DirectoryServer[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L145C13-L146C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.IndexOf(System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L150C13-L162C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.Insert(System.Int32,System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L167C13-L207C100" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.Remove(System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L213C13-L228C101" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.OnClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L233C13-L241C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.OnClearComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L246C13-L270C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L276C13-L317C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.OnRemoveComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L323C13-L363C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.OnSetComplete(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L369C13-L371C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L375C13-L397C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs#L48C20-L48C54" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.DirectoryServerCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DirectoryServerCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows2000MixedDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows2000NativeDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows2003InterimDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows2003Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows2008Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows2008R2Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows8Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainMode.Windows2012R2Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.DomainMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetDomain(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L64C13-L134C100" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetComputerDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L139C13-L145C108" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.RaiseDomainFunctionalityLevel(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L151C13-L253C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.RaiseDomainFunctionality(System.DirectoryServices.ActiveDirectory.DomainMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L258C13-L408C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindDomainController", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L412C13-L414C77" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindDomainController(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L419C13-L426C81" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindDomainController(System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L431C13-L433C80" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindDomainController(System.String,System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L438C13-L445C84" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindAllDomainControllers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L450C13-L452C101" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindAllDomainControllers(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L457C13-L464C105" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindAllDiscoverableDomainControllers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L469C13-L472C120" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.FindAllDiscoverableDomainControllers(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L477C13-L491C124" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L496C13-L497C140" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetAllTrustRelationships", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L502C13-L506C31" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetTrustRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L511C13-L529C38" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetSelectiveAuthenticationStatus(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L535C13-L543C168" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.SetSelectiveAuthenticationStatus(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L548C13-L557C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetSidFilteringStatus(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L561C13-L569C168" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.SetSidFilteringStatus(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L574C13-L583C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.DeleteLocalSideOfTrustRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L587C13-L597C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.DeleteTrustRelationship(System.DirectoryServices.ActiveDirectory.Domain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L601C13-L611C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.VerifyOutboundTrustRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L615C13-L624C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.VerifyTrustRelationship(System.DirectoryServices.ActiveDirectory.Domain,System.DirectoryServices.ActiveDirectory.TrustDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L628C13-L661C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.CreateLocalSideOfTrustRelationship(System.String,System.DirectoryServices.ActiveDirectory.TrustDirection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L665C13-L688C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.CreateTrustRelationship(System.DirectoryServices.ActiveDirectory.Domain,System.DirectoryServices.ActiveDirectory.TrustDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L692C13-L713C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.UpdateLocalSideOfTrustRelationship(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L717C13-L732C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.UpdateLocalSideOfTrustRelationship(System.String,System.DirectoryServices.ActiveDirectory.TrustDirection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L736C13-L754C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.UpdateTrustRelationship(System.DirectoryServices.ActiveDirectory.Domain,System.DirectoryServices.ActiveDirectory.TrustDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L758C13-L779C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.RepairTrustRelationship(System.DirectoryServices.ActiveDirectory.Domain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L783C13-L821C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Domain.GetCurrentDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L825C13-L825C88" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L836C17-L846C38" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.DomainControllers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L854C17-L855C80" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.Children", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L863C17-L864C84" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.DomainMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L872C17-L877C43" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.DomainModeLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L885C17-L890C41" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.Parent", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L898C17-L904C38" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.PdcRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L912C17-L914C44" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.RidRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L922C17-L923C90" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Domain.InfrastructureRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs#L931C17-L932C112" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Domain.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainCollection.Contains(System.DirectoryServices.ActiveDirectory.Domain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainCollection.cs#L27C13-L38C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainCollection.IndexOf(System.DirectoryServices.ActiveDirectory.Domain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainCollection.cs#L43C13-L54C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainCollection.CopyTo(System.DirectoryServices.ActiveDirectory.Domain[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainCollection.cs#L59C13-L60C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainCollection.cs#L23C42-L23C67" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.DomainCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.AbortIfServerUnavailable", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.SyncAdjacentServerOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.CheckServerAlivenessOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.SkipInitialCheck", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.PushChangeOutward", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions.CrossSite", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent.Error", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent.SyncStarted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent.SyncCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent.Finished", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorCategory.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorCategory.ErrorContactingServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorCategory.ErrorReplicating", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorCategory.ServerUnreachable", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncUpdateCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncUpdateCallback.Invoke(System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent,System.String,System.String,System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncUpdateCallback.BeginInvoke(System.DirectoryServices.ActiveDirectory.SyncFromAllServersEvent,System.String,System.String,System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncUpdateCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.SyncUpdateCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L42C9-L67C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L95C32-L16707566C0" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L100C13-L116C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetDomainController(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L123C13-L171C80" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L176C13-L186C70" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L191C13-L206C74" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L211C13-L221C73" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L226C13-L241C77" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.FindAll(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L246C13-L259C94" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.FindAll(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L264C13-L282C98" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.EnableGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L287C13-L307C53" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.IsGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L312C13-L338C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.TransferRoleOwnership(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L342C13-L363C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.SeizeRoleOwnership(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L369C13-L437C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetDirectorySearcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L441C13-L443C51" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.CheckReplicationConsistency", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L448C13-L456C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetReplicationCursors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L460C13-L476C119" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetReplicationOperationInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L481C13-L490C86" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetReplicationNeighbors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L495C13-L510C78" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetAllReplicationNeighbors", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L515C13-L524C78" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetReplicationConnectionFailures", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L529C13-L529C100" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.GetReplicationMetadata(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L534C13-L549C87" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.SyncReplicaFromServer(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L554C13-L572C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.TriggerSyncReplicaFromNeighbors(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L576C13-L588C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainController.SyncReplicaFromAllServers(System.String,System.DirectoryServices.ActiveDirectory.SyncFromAllServersOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L592C13-L604C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L613C17-L619C39" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.CurrentTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L627C17-L640C53" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.HighestCommittedUsn", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L648C17-L661C94" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.OSVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L669C17-L677C41" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.Roles", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L711C17-L712C87" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L720C17-L739C38" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.IPAddress", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L747C17-L756C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.SiteName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L765C17-L775C39" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.SyncFromAllServersCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L868C17-L871C37" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.InboundConnections", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L883C79-L883C108" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainController.OutboundConnections", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs#L885C80-L885C110" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.DomainController", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainController.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainControllerCollection.Contains(System.DirectoryServices.ActiveDirectory.DomainController)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainControllerCollection.cs#L24C13-L35C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainControllerCollection.IndexOf(System.DirectoryServices.ActiveDirectory.DomainController)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainControllerCollection.cs#L40C13-L51C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.DomainControllerCollection.CopyTo(System.DirectoryServices.ActiveDirectory.DomainController[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainControllerCollection.cs#L56C13-L57C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.DomainControllerCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainControllerCollection.cs#L20C52-L20C87" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.DomainControllerCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/DomainControllerCollection.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation.ErrorCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L23C64-L23C68" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L25C32-L25C36" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation.ErrorMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L27C38-L27C42" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation.TargetServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L29C39-L29C43" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation.SourceServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L31C39-L31C43" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.#ctor(System.String,System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L38C100-L42C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L44C92-L44C116" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L46C74-L46C91" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L48C59-L48C69" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L54C110-L56C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L68C13-L69C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L58C29-L58C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L60C31-L60C35" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L75C17-L81C26" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectNotFoundException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.#ctor(System.String,System.Exception,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L90C102-L93C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L95C84-L98C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L100C87-L100C134" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L102C69-L102C109" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L104C54-L104C83" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L110C105-L112C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L122C13-L123C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L114C32-L114C36" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryOperationException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.#ctor(System.String,System.Exception,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L130C117-L134C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.#ctor(System.String,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L136C99-L140C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L142C88-L142C112" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L144C70-L144C87" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L146C55-L146C65" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L152C106-L154C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L179C13-L180C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L156C32-L156C36" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L158C31-L158C35" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L164C17-L169C30" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryServerDownException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectExistsException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L187C90-L187C114" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectExistsException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L189C72-L189C89" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectExistsException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L191C57-L191C67" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectExistsException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L197C108-L199C10" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryObjectExistsException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException.#ctor(System.String,System.Exception,System.DirectoryServices.ActiveDirectory.SyncFromAllServersErrorInformation[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L208C136-L211C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L213C90-L213C137" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L215C72-L215C112" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L217C57-L217C86" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L223C108-L225C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L248C13-L249C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException.ErrorInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L231C17-L238C34" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.SyncFromAllServersOperationException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException.#ctor(System.String,System.Exception,System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollisionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L275C82-L259C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L275C82-L261C134" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L275C82-L263C109" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L275C82-L265C83" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L275C82-L273C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L283C13-L284C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException.Collisions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs#L275C73-L275C77" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Exception.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Windows2000Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Windows2003InterimForest", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Windows2003Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Windows2008Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Windows2008R2Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Windows8Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestMode.Windows2012R2Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L60C34-L60C47" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L65C13-L79C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.GetForest(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L86C13-L161C97" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.RaiseForestFunctionalityLevel(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L166C13-L209C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.RaiseForestFunctionality(System.DirectoryServices.ActiveDirectory.ForestMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L213C13-L227C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L229C46-L229C50" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L233C13-L235C75" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindGlobalCatalog(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L240C13-L247C79" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindGlobalCatalog(System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L252C13-L254C78" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindGlobalCatalog(System.String,System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L259C13-L266C82" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindAllGlobalCatalogs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L271C13-L273C66" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindAllGlobalCatalogs(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L278C13-L285C70" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindAllDiscoverableGlobalCatalogs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L290C13-L293C112" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.FindAllDiscoverableGlobalCatalogs(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L298C13-L312C116" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.GetAllTrustRelationships", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L317C13-L319C42" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.GetTrustRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L324C13-L341C173" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.GetSelectiveAuthenticationStatus(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L347C13-L355C168" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.SetSelectiveAuthenticationStatus(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L360C13-L369C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.GetSidFilteringStatus(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L373C13-L381C167" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.SetSidFilteringStatus(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L386C13-L395C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.DeleteLocalSideOfTrustRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L399C13-L409C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.DeleteTrustRelationship(System.DirectoryServices.ActiveDirectory.Forest)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L413C13-L423C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.VerifyOutboundTrustRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L427C13-L436C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.VerifyTrustRelationship(System.DirectoryServices.ActiveDirectory.Forest,System.DirectoryServices.ActiveDirectory.TrustDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L440C13-L473C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.CreateLocalSideOfTrustRelationship(System.String,System.DirectoryServices.ActiveDirectory.TrustDirection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L477C13-L500C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.CreateTrustRelationship(System.DirectoryServices.ActiveDirectory.Forest,System.DirectoryServices.ActiveDirectory.TrustDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L504C13-L525C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.UpdateLocalSideOfTrustRelationship(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L529C13-L544C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.UpdateLocalSideOfTrustRelationship(System.String,System.DirectoryServices.ActiveDirectory.TrustDirection,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L548C13-L566C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.UpdateTrustRelationship(System.DirectoryServices.ActiveDirectory.Forest,System.DirectoryServices.ActiveDirectory.TrustDirection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L570C13-L591C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.RepairTrustRelationship(System.DirectoryServices.ActiveDirectory.Forest)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L595C13-L630C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.Forest.GetCurrentForest", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L632C52-L632C112" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L642C17-L643C39" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.Sites", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L651C17-L652C80" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.Domains", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L660C17-L661C78" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.GlobalCatalogs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L669C17-L670C74" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.ApplicationPartitions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L678C17-L679C120" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.ForestModeLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L687C17-L692C41" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.ForestMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L700C17-L707C43" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.RootDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L715C17-L723C42" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.Schema", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L731C17-L743C38" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.SchemaRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L751C17-L752C96" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.Forest.NamingRoleOwner", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs#L760C17-L761C96" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/Forest.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision.CollisionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L18C57-L18C61" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision.TopLevelNameCollisionOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L20C75-L20C79" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision.DomainCollisionOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L22C63-L22C67" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision.CollisionRecord", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L24C41-L24C45" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollisionCollection.Contains(System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L38C13-L41C50" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollisionCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L46C13-L49C49" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollisionCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollision[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L54C13-L55C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollisionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs#L33C20-L33C71" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipCollisionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustCollision.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInfoCollection.Contains(System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInfoCollection.cs#L19C13-L22C52" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInfoCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInfoCollection.cs#L27C13-L30C51" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInfoCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInfoCollection.cs#L35C13-L36C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInfoCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInfoCollection.cs#L14C20-L14C67" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInfoCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInfoCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustDomainStatus.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustDomainStatus.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustDomainStatus.SidAdminDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustDomainStatus.SidConflictDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustDomainStatus.NetBiosNameAdminDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustDomainStatus.NetBiosNameConflictDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustDomainStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation.DnsName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs#L40C33-L40C37" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation.NetBiosName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs#L42C37-L42C41" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation.DomainSid", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs#L44C35-L44C39" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation.Status", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs#L48C20-L48C27" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustDomainInformation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipInformation.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustRelationshipInformation.cs#L82C13-L315C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipInformation.TopLevelNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustRelationshipInformation.cs#L54C17-L56C39" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipInformation.ExcludedTopLevelNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustRelationshipInformation.cs#L64C17-L66C39" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipInformation.TrustedDomainInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustRelationshipInformation.cs#L74C17-L76C36" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustRelationshipInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ForestTrustRelationshipInformation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.GetGlobalCatalog(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L30C13-L86C77" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L91C13-L101C70" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L106C13-L121C74" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L126C13-L136C73" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.FindOne(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.LocatorOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L141C13-L156C77" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.FindAll(System.DirectoryServices.ActiveDirectory.DirectoryContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L161C13-L174C51" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.FindAll(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L179C13-L197C55" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.EnableGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L202C13-L203C77" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.DisableGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L208C13-L236C56" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.IsGlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L241C13-L245C25" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.FindAllProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L250C13-L270C77" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalog.GetDirectorySearcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs#L275C13-L278C51" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.GlobalCatalog", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalog.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection.Contains(System.DirectoryServices.ActiveDirectory.GlobalCatalog)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalogCollection.cs#L24C13-L35C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection.IndexOf(System.DirectoryServices.ActiveDirectory.GlobalCatalog)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalogCollection.cs#L40C13-L51C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection.CopyTo(System.DirectoryServices.ActiveDirectory.GlobalCatalog[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalogCollection.cs#L56C13-L57C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalogCollection.cs#L20C49-L20C81" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/GlobalCatalogCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.LocatorOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.LocatorOptions.ForceRediscovery", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.LocatorOptions.KdcRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.LocatorOptions.TimeServerRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.LocatorOptions.WriteableRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.LocatorOptions.AvoidSelf", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.LocatorOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/LocatorFlag.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaClassCollection.cs#L27C13-L38C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaClassCollection.cs#L43C13-L54C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaClassCollection.cs#L59C13-L60C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaClassCollection.cs#L22C20-L22C65" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaClassCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaClassCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaPropertyCollection.cs#L27C13-L37C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaPropertyCollection.cs#L42C13-L53C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaPropertyCollection.cs#L58C13-L59C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaPropertyCollection.cs#L22C20-L22C68" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyActiveDirectorySchemaPropertyCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection.Contains(System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyDirectoryServerCollection.cs#L27C13-L38C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection.IndexOf(System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyDirectoryServerCollection.cs#L43C13-L54C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection.CopyTo(System.DirectoryServices.ActiveDirectory.DirectoryServer[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyDirectoryServerCollection.cs#L59C13-L60C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyDirectoryServerCollection.cs#L23C51-L23C85" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReadOnlyDirectoryServerCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyDirectoryServerCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteCollection.cs#L24C13-L40C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteCollection.cs#L45C13-L61C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySite[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteCollection.cs#L66C13-L67C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReadOnlySiteCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteCollection.cs#L20C55-L20C93" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReadOnlySiteCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkBridgeCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkBridgeCollection.cs#L19C13-L34C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkBridgeCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkBridgeCollection.cs#L39C13-L54C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkBridgeCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLinkBridge[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkBridgeCollection.cs#L59C13-L60C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkBridgeCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkBridgeCollection.cs#L14C20-L14C68" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkBridgeCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkBridgeCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkCollection.cs#L19C13-L34C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkCollection.cs#L39C13-L54C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkCollection.cs#L59C13-L60C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkCollection.cs#L14C20-L14C62" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReadOnlySiteLinkCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlySiteLinkCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyStringCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyStringCollection.cs#L31C13-L44C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyStringCollection.IndexOf(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyStringCollection.cs#L49C13-L62C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReadOnlyStringCollection.CopyTo(System.String[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyStringCollection.cs#L67C13-L68C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReadOnlyStringCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyStringCollection.cs#L20C17-L25C48" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReadOnlyStringCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReadOnlyStringCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.NotificationStatus.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.NotificationStatus.NoNotification", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.NotificationStatus.IntraSiteOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.NotificationStatus.NotificationAlways", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.NotificationStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationSpan.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationSpan.IntraSite", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationSpan.InterSite", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationSpan", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.FindByName(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L41C13-L94C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.DirectoryServer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L105C109-L107C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.DirectoryServer,System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L109C144-L111C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.DirectoryServer,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L113C149-L115C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.#ctor(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.String,System.DirectoryServices.ActiveDirectory.DirectoryServer,System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L117C9-L201C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L205C13-L207C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L211C13-L218C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L222C13-L223C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L845C13-L863C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L867C13-L883C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L887C13-L890C25" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnection.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L895C13-L904C108" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L229C17-L232C40" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.SourceServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L240C17-L262C42" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.DestinationServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L270C17-L301C47" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L309C17-L324C14" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.TransportType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L345C17-L373C39" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.GeneratedByKcc", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L381C17-L408C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.ReciprocalReplicationEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L451C17-L478C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.ChangeNotificationStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L521C17-L551C61" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.DataCompressionEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L603C17-L632C34" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.ReplicationScheduleOwnedByUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L677C17-L704C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.ReplicationSpan", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L747C17-L764C54" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnection.ReplicationSchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs#L773C17-L795C33" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationConnection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnectionCollection.Contains(System.DirectoryServices.ActiveDirectory.ReplicationConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnectionCollection.cs#L16C13-L34C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnectionCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationConnection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnectionCollection.cs#L39C13-L57C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationConnectionCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationConnection[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnectionCollection.cs#L62C13-L63C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationConnectionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnectionCollection.cs#L12C57-L12C97" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationConnectionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationConnectionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationCursor.PartitionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs#L45C39-L45C43" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationCursor.SourceInvocationId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs#L47C42-L47C46" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationCursor.UpToDatenessUsn", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs#L49C39-L49C43" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationCursor.SourceServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs#L56C17-L61C38" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationCursor.LastSuccessfulSyncTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs#L69C17-L77C86" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationCursor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursor.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationCursorCollection.Contains(System.DirectoryServices.ActiveDirectory.ReplicationCursor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursorCollection.cs#L22C13-L25C47" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationCursorCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationCursor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursorCollection.cs#L30C13-L33C46" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationCursorCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationCursor[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursorCollection.cs#L38C13-L39C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationCursorCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursorCollection.cs#L18C53-L18C89" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationCursorCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationCursorCollection.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationFailure.SourceServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs#L37C17-L52C38" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationFailure.FirstFailureTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs#L58C44-L58C48" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationFailure.ConsecutiveFailureCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs#L60C46-L60C50" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationFailure.LastErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs#L62C37-L62C47" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationFailure.LastErrorMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs#L64C43-L64C96" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationFailure", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailure.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationFailureCollection.Contains(System.DirectoryServices.ActiveDirectory.ReplicationFailure)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailureCollection.cs#L25C13-L28C48" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationFailureCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationFailure)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailureCollection.cs#L33C13-L36C47" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationFailureCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationFailure[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailureCollection.cs#L41C13-L42C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationFailureCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailureCollection.cs#L21C54-L21C91" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationFailureCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationFailureCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType.Rpc", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType.Smtp", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.PartitionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L76C40-L76C44" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.SourceServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L82C17-L97C38" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.TransportType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L101C61-L101C65" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L103C71-L103C75" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.SourceInvocationId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L105C42-L105C46" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.UsnLastObjectChangeSynced", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L107C49-L107C53" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.UsnAttributeFilter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L109C42-L109C46" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.LastSuccessfulSync", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L111C46-L111C50" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.LastAttemptedSync", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L113C45-L113C49" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.LastSyncResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L115C37-L115C41" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.LastSyncMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L117C42-L117C96" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ConsecutiveFailureCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs#L119C46-L119C50" - }, - { - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationNeighborCollection.Contains(System.DirectoryServices.ActiveDirectory.ReplicationNeighbor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighborCollection.cs#L25C13-L28C49" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationNeighborCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationNeighbor)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighborCollection.cs#L33C13-L36C48" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationNeighborCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationNeighbor[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighborCollection.cs#L41C13-L42C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationNeighborCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighborCollection.cs#L21C55-L21C93" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationNeighborCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighborCollection.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperation.TimeEnqueued", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L47C40-L47C44" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperation.OperationNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L49C38-L49C42" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperation.Priority", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L51C31-L51C35" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperation.OperationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L53C57-L53C61" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperation.PartitionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L55C40-L55C44" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperation.SourceServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs#L61C17-L76C38" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationOperation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationOperationCollection.Contains(System.DirectoryServices.ActiveDirectory.ReplicationOperation)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationCollection.cs#L25C13-L28C50" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationOperationCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ReplicationOperation)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationCollection.cs#L33C13-L36C49" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationOperationCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ReplicationOperation[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationCollection.cs#L41C13-L42C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperationCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationCollection.cs#L21C56-L21C95" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationOperationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ReplicationOperationInformation.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationInformation.cs#L12C9-L14C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperationInformation.OperationStartTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationInformation.cs#L16C47-L16C56" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperationInformation.CurrentOperation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationInformation.cs#L18C58-L18C67" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ReplicationOperationInformation.PendingOperations", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationInformation.cs#L20C69-L20C79" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationOperationInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationOperationInformation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.FindByTransportType(System.DirectoryServices.ActiveDirectory.DirectoryContext,System.DirectoryServices.ActiveDirectory.ActiveDirectoryTransportType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L30C13-L96C82" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L315C13-L326C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.GetDirectoryEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L330C13-L333C97" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L338C13-L340C10" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L344C13-L347C42" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L352C13-L361C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.TransportType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L103C17-L106C35" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.IgnoreReplicationSchedule", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L114C17-L132C34" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.BridgeAllSiteLinks", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L164C17-L183C33" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.SiteLinks", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L217C17-L257C44" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport.SiteLinkBridges", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs#L265C17-L306C42" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryInterSiteTransport", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ActiveDirectoryInterSiteTransport.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole.SchemaRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole.NamingRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole.PdcRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole.RidRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole.InfrastructureRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.AdamRole.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.AdamRole.SchemaRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.AdamRole.NamingRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.AdamRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwner.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRoleCollection.Contains(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L25C13-L38C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRoleCollection.IndexOf(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L43C13-L58C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRoleCollection.CopyTo(System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L63C13-L64C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRoleCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L21C55-L21C93" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ActiveDirectoryRoleCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamRoleCollection.Contains(System.DirectoryServices.ActiveDirectory.AdamRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L83C13-L96C26" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamRoleCollection.IndexOf(System.DirectoryServices.ActiveDirectory.AdamRole)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L101C13-L116C23" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.AdamRoleCollection.CopyTo(System.DirectoryServices.ActiveDirectory.AdamRole[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L121C13-L122C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.AdamRoleCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs#L79C44-L79C71" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.AdamRoleCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/RoleOwnerCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationSecurityLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/SecurityLevel.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationSecurityLevel.MutualAuthentication", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/SecurityLevel.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationSecurityLevel.Negotiate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/SecurityLevel.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationSecurityLevel.NegotiatePassThrough", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/SecurityLevel.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationSecurityLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/SecurityLevel.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameStatus.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameStatus.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameStatus.NewlyCreated", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameStatus.AdminDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameStatus.ConflictDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.TopLevelNameStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.TopLevelName.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs#L29C30-L29C34" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.TopLevelName.Status", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs#L33C20-L33C27" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.TopLevelName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelName.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.TopLevelNameCollection.Contains(System.DirectoryServices.ActiveDirectory.TopLevelName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelNameCollection.cs#L16C13-L19C45" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.TopLevelNameCollection.IndexOf(System.DirectoryServices.ActiveDirectory.TopLevelName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelNameCollection.cs#L24C13-L27C44" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.TopLevelNameCollection.CopyTo(System.DirectoryServices.ActiveDirectory.TopLevelName[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelNameCollection.cs#L32C13-L33C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.TopLevelNameCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelNameCollection.cs#L12C48-L12C79" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.TopLevelNameCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TopLevelNameCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.TreeRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.ParentChild", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.CrossLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.External", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.Forest", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.Kerberos", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustType.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.TrustType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustDirection.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustDirection.Inbound", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustDirection.Outbound", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TrustDirection.Bidirectional", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.TrustDirection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation.SourceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs#L54C38-L54C44" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation.TargetName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs#L56C38-L56C44" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation.TrustType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs#L58C39-L58C43" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation.TrustDirection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs#L60C49-L60C58" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformationCollection.Contains(System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformationCollection.cs#L35C13-L38C52" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformationCollection.IndexOf(System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformationCollection.cs#L43C13-L46C51" - }, - { - "DocsId": "M:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformationCollection.CopyTo(System.DirectoryServices.ActiveDirectory.TrustRelationshipInformation[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformationCollection.cs#L51C13-L52C10" - }, - { - "DocsId": "P:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformationCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformationCollection.cs#L30C20-L30C67" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.TrustRelationshipInformationCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/TrustRelationshipInformationCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationOperationType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationOperationType.Sync", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationOperationType.Add", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationOperationType.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationOperationType.Modify", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationOperationType.UpdateReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationOperationType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionType.TopLevelName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionType.Domain", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionType.Other", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ForestTrustCollisionType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameCollisionOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameCollisionOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameCollisionOptions.NewlyCreated", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameCollisionOptions.DisabledByAdmin", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.TopLevelNameCollisionOptions.DisabledByConflict", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.TopLevelNameCollisionOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainCollisionOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainCollisionOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainCollisionOptions.SidDisabledByAdmin", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainCollisionOptions.SidDisabledByConflict", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainCollisionOptions.NetBiosNameDisabledByAdmin", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.DomainCollisionOptions.NetBiosNameDisabledByConflict", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.DomainCollisionOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/UnsafeNativeMethods.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.Writeable", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.SyncOnStartup", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.ScheduledSync", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.UseInterSiteTransport", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.TwoWaySync", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.ReturnObjectParent", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.FullSyncInProgress", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.FullSyncNextPacket", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.NeverSynced", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.Preempted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.IgnoreChangeNotifications", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.DisableScheduledSync", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.CompressChanges", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.NoChangeNotifications", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - }, - { - "DocsId": "F:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions.PartialAttributeSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - } - ], - "DocsId": "T:System.DirectoryServices.ActiveDirectory.ReplicationNeighbor.ReplicationNeighborOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/ReplicationNeighbor.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Drawing.Common.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Drawing.Common.json deleted file mode 100644 index 8eeee25ef41..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Drawing.Common.json +++ /dev/null @@ -1,12670 +0,0 @@ -{ - "Assembly": "System.Drawing.Common", - "GUID": "ACEAF13C6136454899FF67AC4B1AE733FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Drawing.Bitmap.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L28C38-L28C71" - }, - { - "DocsId": "M:System.Drawing.Bitmap.#ctor(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L30C5-L49C6" - }, - { - "DocsId": "M:System.Drawing.Bitmap.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L51C36-L53C6" - }, - { - "DocsId": "M:System.Drawing.Bitmap.#ctor(System.IO.Stream,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L55C5-L69C6" - }, - { - "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L71C49-L73C6" - }, - { - "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L84C44-L86C6" - }, - { - "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Int32,System.Int32,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L88C5-L96C6" - }, - { - "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Int32,System.Int32,System.Int32,System.Drawing.Imaging.PixelFormat,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L98C5-L103C6" - }, - { - "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Int32,System.Int32,System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L105C5-L110C6" - }, - { - "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Drawing.Image)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L112C37-L114C6" - }, - { - "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Drawing.Image,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L116C51-L118C6" - }, - { - "DocsId": "M:System.Drawing.Bitmap.#ctor(System.Drawing.Image,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L120C60-L126C6" - }, - { - "DocsId": "M:System.Drawing.Bitmap.IPointer#get_Pointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L132C45-L132C79" - }, - { - "DocsId": "M:System.Drawing.Bitmap.FromHicon(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L137C9-L138C35" - }, - { - "DocsId": "M:System.Drawing.Bitmap.FromResource(System.IntPtr,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L143C9-L150C35" - }, - { - "DocsId": "M:System.Drawing.Bitmap.GetHbitmap", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L154C35-L154C62" - }, - { - "DocsId": "M:System.Drawing.Bitmap.GetHbitmap(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L160C9-L172C24" - }, - { - "DocsId": "M:System.Drawing.Bitmap.GetHicon", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L179C9-L181C22" - }, - { - "DocsId": "M:System.Drawing.Bitmap.Clone(System.Drawing.RectangleF,System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L186C9-L205C34" - }, - { - "DocsId": "M:System.Drawing.Bitmap.MakeTransparent", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L210C9-L224C6" - }, - { - "DocsId": "M:System.Drawing.Bitmap.MakeTransparent(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L228C9-L260C6" - }, - { - "DocsId": "M:System.Drawing.Bitmap.LockBits(System.Drawing.Rectangle,System.Drawing.Imaging.ImageLockMode,System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L263C9-L263C45" - }, - { - "DocsId": "M:System.Drawing.Bitmap.LockBits(System.Drawing.Rectangle,System.Drawing.Imaging.ImageLockMode,System.Drawing.Imaging.PixelFormat,System.Drawing.Imaging.BitmapData)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L267C9-L279C27" - }, - { - "DocsId": "M:System.Drawing.Bitmap.UnlockBits(System.Drawing.Imaging.BitmapData)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L284C9-L292C6" - }, - { - "DocsId": "M:System.Drawing.Bitmap.GetPixel(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L296C9-L309C43" - }, - { - "DocsId": "M:System.Drawing.Bitmap.SetPixel(System.Int32,System.Int32,System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L314C9-L331C6" - }, - { - "DocsId": "M:System.Drawing.Bitmap.SetResolution(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L335C9-L337C6" - }, - { - "DocsId": "M:System.Drawing.Bitmap.Clone(System.Drawing.Rectangle,System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L341C9-L359C34" - }, - { - "DocsId": "M:System.Drawing.Bitmap.ApplyEffect(System.Drawing.Imaging.Effects.Effect,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L370C9-L381C6" - }, - { - "DocsId": "M:System.Drawing.Bitmap.ConvertFormat(System.Drawing.Imaging.PixelFormat,System.Drawing.Imaging.DitherType,System.Drawing.Imaging.PaletteType,System.Drawing.Imaging.ColorPalette,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L451C9-L477C6" - }, - { - "DocsId": "M:System.Drawing.Bitmap.ConvertFormat(System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L491C9-L510C6" - }, - { - "DocsId": "P:System.Drawing.Bitmap.IPointer#Pointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs#L132C45-L132C79" - } - ], - "DocsId": "T:System.Drawing.Bitmap", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Bitmap.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.BitmapSuffixInSameAssemblyAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/BitmapSuffixInSameAssemblyAttribute.cs" - } - ], - "DocsId": "T:System.Drawing.BitmapSuffixInSameAssemblyAttribute", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/BitmapSuffixInSameAssemblyAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.BitmapSuffixInSatelliteAssemblyAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/BitmapSuffixInSatelliteAssemblyAttribute.cs" - } - ], - "DocsId": "T:System.Drawing.BitmapSuffixInSatelliteAssemblyAttribute", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/BitmapSuffixInSatelliteAssemblyAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Brush.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brush.cs" - }, - { - "DocsId": "M:System.Drawing.Brush.SetNativeBrush(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brush.cs#L18C61-L18C100" - }, - { - "DocsId": "M:System.Drawing.Brush.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brush.cs#L26C9-L28C6" - }, - { - "DocsId": "M:System.Drawing.Brush.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brush.cs#L40C9-L62C6" - }, - { - "DocsId": "M:System.Drawing.Brush.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brush.cs#L64C17-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Brush.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brush.cs" - } - ], - "DocsId": "T:System.Drawing.Brush", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brush.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Drawing.Brushes.Transparent", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L149C40-L149C85" - }, - { - "DocsId": "P:System.Drawing.Brushes.AliceBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L151C38-L151C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.AntiqueWhite", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L152C41-L152C88" - }, - { - "DocsId": "P:System.Drawing.Brushes.Aqua", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L153C33-L153C64" - }, - { - "DocsId": "P:System.Drawing.Brushes.Aquamarine", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L154C39-L154C82" - }, - { - "DocsId": "P:System.Drawing.Brushes.Azure", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L155C34-L155C67" - }, - { - "DocsId": "P:System.Drawing.Brushes.Beige", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L157C34-L157C67" - }, - { - "DocsId": "P:System.Drawing.Brushes.Bisque", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L158C35-L158C70" - }, - { - "DocsId": "P:System.Drawing.Brushes.Black", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L159C34-L159C67" - }, - { - "DocsId": "P:System.Drawing.Brushes.BlanchedAlmond", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L160C43-L160C94" - }, - { - "DocsId": "P:System.Drawing.Brushes.Blue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L161C33-L161C64" - }, - { - "DocsId": "P:System.Drawing.Brushes.BlueViolet", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L162C39-L162C82" - }, - { - "DocsId": "P:System.Drawing.Brushes.Brown", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L163C34-L163C67" - }, - { - "DocsId": "P:System.Drawing.Brushes.BurlyWood", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L164C38-L164C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.CadetBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L166C38-L166C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.Chartreuse", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L167C39-L167C82" - }, - { - "DocsId": "P:System.Drawing.Brushes.Chocolate", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L168C38-L168C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.Coral", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L169C34-L169C67" - }, - { - "DocsId": "P:System.Drawing.Brushes.CornflowerBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L170C43-L170C94" - }, - { - "DocsId": "P:System.Drawing.Brushes.Cornsilk", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L171C37-L171C76" - }, - { - "DocsId": "P:System.Drawing.Brushes.Crimson", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L172C36-L172C73" - }, - { - "DocsId": "P:System.Drawing.Brushes.Cyan", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L173C33-L173C64" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L175C37-L175C76" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkCyan", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L176C37-L176C76" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkGoldenrod", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L177C42-L177C91" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L178C37-L178C76" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L179C38-L179C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkKhaki", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L180C38-L180C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkMagenta", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L181C40-L181C85" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkOliveGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L182C43-L182C94" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkOrange", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L183C39-L183C82" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkOrchid", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L184C39-L184C82" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L185C36-L185C73" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkSalmon", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L186C39-L186C82" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkSeaGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L187C41-L187C88" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkSlateBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L188C42-L188C91" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkSlateGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L189C42-L189C91" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkTurquoise", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L190C42-L190C91" - }, - { - "DocsId": "P:System.Drawing.Brushes.DarkViolet", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L191C39-L191C82" - }, - { - "DocsId": "P:System.Drawing.Brushes.DeepPink", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L192C37-L192C76" - }, - { - "DocsId": "P:System.Drawing.Brushes.DeepSkyBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L193C40-L193C85" - }, - { - "DocsId": "P:System.Drawing.Brushes.DimGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L194C36-L194C73" - }, - { - "DocsId": "P:System.Drawing.Brushes.DodgerBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L195C39-L195C82" - }, - { - "DocsId": "P:System.Drawing.Brushes.Firebrick", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L197C38-L197C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.FloralWhite", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L198C40-L198C85" - }, - { - "DocsId": "P:System.Drawing.Brushes.ForestGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L199C40-L199C85" - }, - { - "DocsId": "P:System.Drawing.Brushes.Fuchsia", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L200C36-L200C73" - }, - { - "DocsId": "P:System.Drawing.Brushes.Gainsboro", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L202C38-L202C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.GhostWhite", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L203C39-L203C82" - }, - { - "DocsId": "P:System.Drawing.Brushes.Gold", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L204C33-L204C64" - }, - { - "DocsId": "P:System.Drawing.Brushes.Goldenrod", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L205C38-L205C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.Gray", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L206C33-L206C64" - }, - { - "DocsId": "P:System.Drawing.Brushes.Green", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L207C34-L207C67" - }, - { - "DocsId": "P:System.Drawing.Brushes.GreenYellow", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L208C40-L208C85" - }, - { - "DocsId": "P:System.Drawing.Brushes.Honeydew", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L210C37-L210C76" - }, - { - "DocsId": "P:System.Drawing.Brushes.HotPink", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L211C36-L211C73" - }, - { - "DocsId": "P:System.Drawing.Brushes.IndianRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L213C38-L213C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.Indigo", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L214C35-L214C70" - }, - { - "DocsId": "P:System.Drawing.Brushes.Ivory", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L215C34-L215C67" - }, - { - "DocsId": "P:System.Drawing.Brushes.Khaki", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L217C34-L217C67" - }, - { - "DocsId": "P:System.Drawing.Brushes.Lavender", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L219C37-L219C76" - }, - { - "DocsId": "P:System.Drawing.Brushes.LavenderBlush", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L220C42-L220C91" - }, - { - "DocsId": "P:System.Drawing.Brushes.LawnGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L221C38-L221C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.LemonChiffon", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L222C41-L222C88" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L223C38-L223C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightCoral", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L224C39-L224C82" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightCyan", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L225C38-L225C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightGoldenrodYellow", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L226C49-L226C112" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L227C39-L227C82" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L228C38-L228C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightPink", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L229C38-L229C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightSalmon", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L230C40-L230C85" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightSeaGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L231C42-L231C91" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightSkyBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L232C41-L232C88" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightSlateGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L233C43-L233C94" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightSteelBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L234C43-L234C94" - }, - { - "DocsId": "P:System.Drawing.Brushes.LightYellow", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L235C40-L235C85" - }, - { - "DocsId": "P:System.Drawing.Brushes.Lime", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L236C33-L236C64" - }, - { - "DocsId": "P:System.Drawing.Brushes.LimeGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L237C38-L237C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.Linen", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L238C34-L238C67" - }, - { - "DocsId": "P:System.Drawing.Brushes.Magenta", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L240C36-L240C73" - }, - { - "DocsId": "P:System.Drawing.Brushes.Maroon", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L241C35-L241C70" - }, - { - "DocsId": "P:System.Drawing.Brushes.MediumAquamarine", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L242C45-L242C100" - }, - { - "DocsId": "P:System.Drawing.Brushes.MediumBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L243C39-L243C82" - }, - { - "DocsId": "P:System.Drawing.Brushes.MediumOrchid", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L244C41-L244C88" - }, - { - "DocsId": "P:System.Drawing.Brushes.MediumPurple", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L245C41-L245C88" - }, - { - "DocsId": "P:System.Drawing.Brushes.MediumSeaGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L246C43-L246C94" - }, - { - "DocsId": "P:System.Drawing.Brushes.MediumSlateBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L247C44-L247C97" - }, - { - "DocsId": "P:System.Drawing.Brushes.MediumSpringGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L248C46-L248C103" - }, - { - "DocsId": "P:System.Drawing.Brushes.MediumTurquoise", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L249C44-L249C97" - }, - { - "DocsId": "P:System.Drawing.Brushes.MediumVioletRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L250C44-L250C97" - }, - { - "DocsId": "P:System.Drawing.Brushes.MidnightBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L251C41-L251C88" - }, - { - "DocsId": "P:System.Drawing.Brushes.MintCream", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L252C38-L252C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.MistyRose", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L253C38-L253C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.Moccasin", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L254C37-L254C76" - }, - { - "DocsId": "P:System.Drawing.Brushes.NavajoWhite", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L256C40-L256C85" - }, - { - "DocsId": "P:System.Drawing.Brushes.Navy", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L257C33-L257C64" - }, - { - "DocsId": "P:System.Drawing.Brushes.OldLace", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L259C36-L259C73" - }, - { - "DocsId": "P:System.Drawing.Brushes.Olive", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L260C34-L260C67" - }, - { - "DocsId": "P:System.Drawing.Brushes.OliveDrab", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L261C38-L261C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.Orange", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L262C35-L262C70" - }, - { - "DocsId": "P:System.Drawing.Brushes.OrangeRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L263C38-L263C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.Orchid", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L264C35-L264C70" - }, - { - "DocsId": "P:System.Drawing.Brushes.PaleGoldenrod", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L266C42-L266C91" - }, - { - "DocsId": "P:System.Drawing.Brushes.PaleGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L267C38-L267C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.PaleTurquoise", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L268C42-L268C91" - }, - { - "DocsId": "P:System.Drawing.Brushes.PaleVioletRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L269C42-L269C91" - }, - { - "DocsId": "P:System.Drawing.Brushes.PapayaWhip", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L270C39-L270C82" - }, - { - "DocsId": "P:System.Drawing.Brushes.PeachPuff", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L271C38-L271C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.Peru", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L272C33-L272C64" - }, - { - "DocsId": "P:System.Drawing.Brushes.Pink", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L273C33-L273C64" - }, - { - "DocsId": "P:System.Drawing.Brushes.Plum", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L274C33-L274C64" - }, - { - "DocsId": "P:System.Drawing.Brushes.PowderBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L275C39-L275C82" - }, - { - "DocsId": "P:System.Drawing.Brushes.Purple", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L276C35-L276C70" - }, - { - "DocsId": "P:System.Drawing.Brushes.Red", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L278C32-L278C61" - }, - { - "DocsId": "P:System.Drawing.Brushes.RosyBrown", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L279C38-L279C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.RoyalBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L280C38-L280C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.SaddleBrown", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L282C40-L282C85" - }, - { - "DocsId": "P:System.Drawing.Brushes.Salmon", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L283C35-L283C70" - }, - { - "DocsId": "P:System.Drawing.Brushes.SandyBrown", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L284C39-L284C82" - }, - { - "DocsId": "P:System.Drawing.Brushes.SeaGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L285C37-L285C76" - }, - { - "DocsId": "P:System.Drawing.Brushes.SeaShell", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L286C37-L286C76" - }, - { - "DocsId": "P:System.Drawing.Brushes.Sienna", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L287C35-L287C70" - }, - { - "DocsId": "P:System.Drawing.Brushes.Silver", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L288C35-L288C70" - }, - { - "DocsId": "P:System.Drawing.Brushes.SkyBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L289C36-L289C73" - }, - { - "DocsId": "P:System.Drawing.Brushes.SlateBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L290C38-L290C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.SlateGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L291C38-L291C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.Snow", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L292C33-L292C64" - }, - { - "DocsId": "P:System.Drawing.Brushes.SpringGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L293C40-L293C85" - }, - { - "DocsId": "P:System.Drawing.Brushes.SteelBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L294C38-L294C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.Tan", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L296C32-L296C61" - }, - { - "DocsId": "P:System.Drawing.Brushes.Teal", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L297C33-L297C64" - }, - { - "DocsId": "P:System.Drawing.Brushes.Thistle", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L298C36-L298C73" - }, - { - "DocsId": "P:System.Drawing.Brushes.Tomato", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L299C35-L299C70" - }, - { - "DocsId": "P:System.Drawing.Brushes.Turquoise", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L300C38-L300C79" - }, - { - "DocsId": "P:System.Drawing.Brushes.Violet", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L302C35-L302C70" - }, - { - "DocsId": "P:System.Drawing.Brushes.Wheat", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L304C34-L304C67" - }, - { - "DocsId": "P:System.Drawing.Brushes.White", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L305C34-L305C67" - }, - { - "DocsId": "P:System.Drawing.Brushes.WhiteSmoke", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L306C39-L306C82" - }, - { - "DocsId": "P:System.Drawing.Brushes.Yellow", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L308C35-L308C70" - }, - { - "DocsId": "P:System.Drawing.Brushes.YellowGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs#L309C40-L309C85" - } - ], - "DocsId": "T:System.Drawing.Brushes", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Brushes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.BufferedGraphics.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs#L39C9-L55C6" - }, - { - "DocsId": "M:System.Drawing.BufferedGraphics.Render(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs#L67C9-L80C6" - }, - { - "DocsId": "M:System.Drawing.BufferedGraphics.Render", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs#L120C9-L128C6" - }, - { - "DocsId": "M:System.Drawing.BufferedGraphics.Render(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs#L133C44-L133C89" - }, - { - "DocsId": "P:System.Drawing.BufferedGraphics.Graphics", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs#L60C33-L60C57" - } - ], - "DocsId": "T:System.Drawing.BufferedGraphics", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/BufferedGraphics.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.BufferedGraphicsContext.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L16C5-L39C6" - }, - { - "DocsId": "M:System.Drawing.BufferedGraphicsContext.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L68C35-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.BufferedGraphicsContext.Allocate(System.Drawing.Graphics,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L75C9-L80C71" - }, - { - "DocsId": "M:System.Drawing.BufferedGraphicsContext.Allocate(System.IntPtr,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L88C9-L93C66" - }, - { - "DocsId": "M:System.Drawing.BufferedGraphicsContext.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L172C9-L174C6" - }, - { - "DocsId": "M:System.Drawing.BufferedGraphicsContext.Invalidate", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L494C9-L507C6" - }, - { - "DocsId": "P:System.Drawing.BufferedGraphicsContext.MaximumBuffer", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs#L49C16-L49C30" - } - ], - "DocsId": "T:System.Drawing.BufferedGraphicsContext", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsContext.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Drawing.BufferedGraphicsManager.Current", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsManager.cs#L24C53-L24C57" - } - ], - "DocsId": "T:System.Drawing.BufferedGraphicsManager", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/BufferedGraphicsManager.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.CharacterRange.#ctor(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L17C9-L19C6" - }, - { - "DocsId": "M:System.Drawing.CharacterRange.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L36C9-L36C53" - }, - { - "DocsId": "M:System.Drawing.CharacterRange.Equals(System.Drawing.CharacterRange)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L41C58-L41C104" - }, - { - "DocsId": "M:System.Drawing.CharacterRange.op_Equality(System.Drawing.CharacterRange,System.Drawing.CharacterRange)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L43C79-L43C94" - }, - { - "DocsId": "M:System.Drawing.CharacterRange.op_Inequality(System.Drawing.CharacterRange,System.Drawing.CharacterRange)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L45C79-L45C95" - }, - { - "DocsId": "M:System.Drawing.CharacterRange.GetHashCode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L47C51-L47C82" - }, - { - "DocsId": "P:System.Drawing.CharacterRange.First", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L24C25-L24C31" - }, - { - "DocsId": "P:System.Drawing.CharacterRange.Length", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs#L31C25-L31C32" - } - ], - "DocsId": "T:System.Drawing.CharacterRange", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/CharacterRange.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.ContentAlignment.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.ContentAlignment.TopLeft", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.ContentAlignment.TopCenter", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.ContentAlignment.TopRight", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.ContentAlignment.MiddleLeft", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.ContentAlignment.MiddleCenter", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.ContentAlignment.MiddleRight", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.ContentAlignment.BottomLeft", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.ContentAlignment.BottomCenter", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.ContentAlignment.BottomRight", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" - } - ], - "DocsId": "T:System.Drawing.ContentAlignment", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ContentAlignment.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.CopyPixelOperation.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.Blackness", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.CaptureBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.DestinationInvert", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.MergeCopy", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.MergePaint", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.NoMirrorBitmap", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.NotSourceCopy", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.NotSourceErase", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.PatCopy", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.PatInvert", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.PatPaint", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.SourceAnd", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.SourceCopy", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.SourceErase", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.SourceInvert", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.SourcePaint", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "DocsId": "F:System.Drawing.CopyPixelOperation.Whiteness", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - } - ], - "DocsId": "T:System.Drawing.CopyPixelOperation", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/CopyPixelOperation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Font.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L140C16-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Font.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L154C9-L159C6" - }, - { - "DocsId": "M:System.Drawing.Font.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L168C9-L170C6" - }, - { - "DocsId": "M:System.Drawing.Font.GetHeight(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L201C9-L211C23" - }, - { - "DocsId": "M:System.Drawing.Font.GetHeight(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L217C9-L219C23" - }, - { - "DocsId": "M:System.Drawing.Font.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L228C9-L247C34" - }, - { - "DocsId": "M:System.Drawing.Font.GetHashCode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L255C9-L255C58" - }, - { - "DocsId": "M:System.Drawing.Font.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L262C9-L262C158" - }, - { - "DocsId": "M:System.Drawing.Font.ToLogFont(System.Object,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L269C9-L293C6" - }, - { - "DocsId": "M:System.Drawing.Font.ToLogFont(System.Drawing.Interop.LOGFONT@,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L302C9-L326C6" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.Drawing.Font,System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L26C5-L364C6" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L26C5-L372C6" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,System.Byte)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L26C5-L380C6" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,System.Byte,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L26C5-L388C6" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.String,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,System.Byte)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L26C5-L396C6" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.String,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,System.Byte,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L26C5-L409C6" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single,System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L26C5-L417C6" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L26C5-L425C6" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.Drawing.FontFamily,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L26C5-L433C6" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.String,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L26C5-L441C6" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.String,System.Single,System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L26C5-L449C6" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.String,System.Single,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L26C5-L457C6" - }, - { - "DocsId": "M:System.Drawing.Font.#ctor(System.String,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L26C5-L465C6" - }, - { - "DocsId": "M:System.Drawing.Font.FromHfont(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L543C9-L547C6" - }, - { - "DocsId": "M:System.Drawing.Font.FromLogFont(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L556C9-L558C6" - }, - { - "DocsId": "M:System.Drawing.Font.FromLogFont(System.Drawing.Interop.LOGFONT@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L567C9-L569C6" - }, - { - "DocsId": "M:System.Drawing.Font.FromLogFont(System.Drawing.Interop.LOGFONT@,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L577C5-L601C77" - }, - { - "DocsId": "M:System.Drawing.Font.FromLogFont(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L612C9-L634C45" - }, - { - "DocsId": "M:System.Drawing.Font.FromHdc(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L644C9-L656C58" - }, - { - "DocsId": "M:System.Drawing.Font.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L665C9-L667C62" - }, - { - "DocsId": "M:System.Drawing.Font.ToLogFont(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L695C9-L698C6" - }, - { - "DocsId": "M:System.Drawing.Font.ToLogFont(System.Drawing.Interop.LOGFONT@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L703C9-L706C6" - }, - { - "DocsId": "M:System.Drawing.Font.ToHfont", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L714C9-L719C6" - }, - { - "DocsId": "M:System.Drawing.Font.GetHeight", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L723C9-L726C6" - }, - { - "DocsId": "P:System.Drawing.Font.Size", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L35C26-L35C35" - }, - { - "DocsId": "P:System.Drawing.Font.Style", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L41C31-L41C41" - }, - { - "DocsId": "P:System.Drawing.Font.Bold", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L47C25-L47C54" - }, - { - "DocsId": "P:System.Drawing.Font.Italic", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L53C27-L53C58" - }, - { - "DocsId": "P:System.Drawing.Font.Strikeout", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L59C30-L59C64" - }, - { - "DocsId": "P:System.Drawing.Font.Underline", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L65C30-L65C64" - }, - { - "DocsId": "P:System.Drawing.Font.FontFamily", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L71C37-L71C48" - }, - { - "DocsId": "P:System.Drawing.Font.Name", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L80C27-L80C42" - }, - { - "DocsId": "P:System.Drawing.Font.Unit", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L86C33-L86C42" - }, - { - "DocsId": "P:System.Drawing.Font.GdiCharSet", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L97C31-L97C42" - }, - { - "DocsId": "P:System.Drawing.Font.GdiVerticalFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L106C36-L106C52" - }, - { - "DocsId": "P:System.Drawing.Font.OriginalFontName", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L112C40-L112C57" - }, - { - "DocsId": "P:System.Drawing.Font.SystemFontName", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L118C37-L118C52" - }, - { - "DocsId": "P:System.Drawing.Font.IsSystemFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L124C33-L124C71" - }, - { - "DocsId": "P:System.Drawing.Font.Height", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L130C26-L130C56" - }, - { - "DocsId": "P:System.Drawing.Font.SizeInPoints", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs#L736C13-L749C10" - } - ], - "DocsId": "T:System.Drawing.Font", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Font.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.FontConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L19C9-L19C89" - }, - { - "DocsId": "M:System.Drawing.FontConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L24C9-L24C103" - }, - { - "DocsId": "M:System.Drawing.FontConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L29C9-L146C73" - }, - { - "DocsId": "M:System.Drawing.FontConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L151C9-L251C63" - }, - { - "DocsId": "M:System.Drawing.FontConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L314C9-L400C75" - }, - { - "DocsId": "M:System.Drawing.FontConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L403C89-L403C93" - }, - { - "DocsId": "M:System.Drawing.FontConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L411C9-L415C101" - }, - { - "DocsId": "M:System.Drawing.FontConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L418C85-L418C89" - }, - { - "DocsId": "M:System.Drawing.FontConverter.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs" - }, - { - "DocsId": "T:System.Drawing.FontConverter.FontNameConverter", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs" - }, - { - "DocsId": "T:System.Drawing.FontConverter.FontUnitConverter", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs" - } - ], - "DocsId": "T:System.Drawing.FontConverter", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.FontFamily.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L56C5-L56C67" - }, - { - "DocsId": "M:System.Drawing.FontFamily.#ctor(System.String,System.Drawing.Text.FontCollection)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L62C5-L62C109" - }, - { - "DocsId": "M:System.Drawing.FontFamily.#ctor(System.Drawing.Text.GenericFontFamilies)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L108C5-L127C6" - }, - { - "DocsId": "M:System.Drawing.FontFamily.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L129C22-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.FontFamily.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L136C42-L136C76" - }, - { - "DocsId": "M:System.Drawing.FontFamily.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L140C9-L153C57" - }, - { - "DocsId": "M:System.Drawing.FontFamily.GetHashCode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L159C42-L159C80" - }, - { - "DocsId": "M:System.Drawing.FontFamily.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L168C9-L170C6" - }, - { - "DocsId": "M:System.Drawing.FontFamily.GetName(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L206C9-L208C26" - }, - { - "DocsId": "M:System.Drawing.FontFamily.GetFamilies(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L246C9-L247C55" - }, - { - "DocsId": "M:System.Drawing.FontFamily.IsStyleAvailable(System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L256C9-L258C33" - }, - { - "DocsId": "M:System.Drawing.FontFamily.GetEmHeight(System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L267C9-L269C25" - }, - { - "DocsId": "M:System.Drawing.FontFamily.GetCellAscent(System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L278C9-L280C27" - }, - { - "DocsId": "M:System.Drawing.FontFamily.GetCellDescent(System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L289C9-L291C28" - }, - { - "DocsId": "M:System.Drawing.FontFamily.GetLineSpacing(System.Drawing.FontStyle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L301C9-L303C28" - }, - { - "DocsId": "P:System.Drawing.FontFamily.Name", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L199C27-L199C51" - }, - { - "DocsId": "P:System.Drawing.FontFamily.Families", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L215C44-L215C82" - }, - { - "DocsId": "P:System.Drawing.FontFamily.GenericSansSerif", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L220C50-L220C80" - }, - { - "DocsId": "P:System.Drawing.FontFamily.GenericSerif", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L232C46-L232C76" - }, - { - "DocsId": "P:System.Drawing.FontFamily.GenericMonospace", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs#L237C50-L237C84" - } - ], - "DocsId": "T:System.Drawing.FontFamily", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontFamily.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.FontStyle.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" - }, - { - "DocsId": "F:System.Drawing.FontStyle.Regular", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" - }, - { - "DocsId": "F:System.Drawing.FontStyle.Bold", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" - }, - { - "DocsId": "F:System.Drawing.FontStyle.Italic", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" - }, - { - "DocsId": "F:System.Drawing.FontStyle.Underline", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" - }, - { - "DocsId": "F:System.Drawing.FontStyle.Strikeout", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" - } - ], - "DocsId": "T:System.Drawing.FontStyle", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontStyle.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Graphics.FromHdc(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L95C9-L98C37" - }, - { - "DocsId": "M:System.Drawing.Graphics.FromHdcInternal(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L105C9-L106C45" - }, - { - "DocsId": "M:System.Drawing.Graphics.FromHdc(System.IntPtr,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L116C9-L117C45" - }, - { - "DocsId": "M:System.Drawing.Graphics.FromHwnd(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L124C53-L124C75" - }, - { - "DocsId": "M:System.Drawing.Graphics.FromHwndInternal(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L130C9-L131C45" - }, - { - "DocsId": "M:System.Drawing.Graphics.FromImage(System.Drawing.Image)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L139C9-L148C71" - }, - { - "DocsId": "M:System.Drawing.Graphics.ReleaseHdcInternal(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L154C9-L156C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L163C9-L165C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L218C20-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Graphics.IPointer#get_Pointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L225C49-L225C63" - }, - { - "DocsId": "M:System.Drawing.Graphics.Windows#Win32#Graphics#Gdi#IHdcContext#GetHdc", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L516C33-L516C46" - }, - { - "DocsId": "M:System.Drawing.Graphics.GetHdc", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L521C9-L525C27" - }, - { - "DocsId": "M:System.Drawing.Graphics.ReleaseHdc(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L529C43-L529C66" - }, - { - "DocsId": "M:System.Drawing.Graphics.ReleaseHdc", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L531C33-L531C63" - }, - { - "DocsId": "M:System.Drawing.Graphics.Flush", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L536C28-L536C65" - }, - { - "DocsId": "M:System.Drawing.Graphics.Flush(System.Drawing.Drawing2D.FlushIntention)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L542C9-L542C90" - }, - { - "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L544C40-L544C81" - }, - { - "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.Graphics,System.Drawing.Drawing2D.CombineMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L548C9-L552C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L554C44-L554C88" - }, - { - "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.Rectangle,System.Drawing.Drawing2D.CombineMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L556C79-L556C117" - }, - { - "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L558C45-L558C89" - }, - { - "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.RectangleF,System.Drawing.Drawing2D.CombineMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L561C9-L561C136" - }, - { - "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L563C47-L563C91" - }, - { - "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.CombineMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L567C9-L570C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.SetClip(System.Drawing.Region,System.Drawing.Drawing2D.CombineMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L574C9-L577C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.IntersectClip(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L579C50-L579C81" - }, - { - "DocsId": "M:System.Drawing.Graphics.IntersectClip(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L582C9-L585C55" - }, - { - "DocsId": "M:System.Drawing.Graphics.IntersectClip(System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L589C9-L592C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.ExcludeClip(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L595C9-L598C53" - }, - { - "DocsId": "M:System.Drawing.Graphics.ExcludeClip(System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L602C9-L605C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.ResetClip", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L607C32-L607C82" - }, - { - "DocsId": "M:System.Drawing.Graphics.TranslateClip(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L609C54-L609C116" - }, - { - "DocsId": "M:System.Drawing.Graphics.TranslateClip(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L611C50-L611C112" - }, - { - "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L613C44-L613C70" - }, - { - "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L615C43-L615C70" - }, - { - "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L620C9-L621C26" - }, - { - "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L624C44-L624C71" - }, - { - "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L626C67-L626C104" - }, - { - "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L628C46-L628C103" - }, - { - "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L633C9-L634C26" - }, - { - "DocsId": "M:System.Drawing.Graphics.IsVisible(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L637C47-L637C97" - }, - { - "DocsId": "M:System.Drawing.Graphics.ResetTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L642C37-L642C97" - }, - { - "DocsId": "M:System.Drawing.Graphics.MultiplyTransform(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L647C53-L647C99" - }, - { - "DocsId": "M:System.Drawing.Graphics.MultiplyTransform(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L654C9-L657C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.TranslateTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L659C59-L659C106" - }, - { - "DocsId": "M:System.Drawing.Graphics.TranslateTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L662C9-L662C109" - }, - { - "DocsId": "M:System.Drawing.Graphics.ScaleTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L664C55-L664C98" - }, - { - "DocsId": "M:System.Drawing.Graphics.ScaleTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L667C9-L667C105" - }, - { - "DocsId": "M:System.Drawing.Graphics.RotateTransform(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L669C49-L669C92" - }, - { - "DocsId": "M:System.Drawing.Graphics.RotateTransform(System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L672C9-L672C105" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawArc(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L679C9-L689C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawArc(System.Drawing.Pen,System.Drawing.RectangleF,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L695C9-L695C86" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawArc(System.Drawing.Pen,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L701C12-L701C76" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawArc(System.Drawing.Pen,System.Drawing.Rectangle,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L707C9-L707C86" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawBezier(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L714C9-L722C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawBezier(System.Drawing.Pen,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L728C9-L728C80" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawBezier(System.Drawing.Pen,System.Drawing.Point,System.Drawing.Point,System.Drawing.Point,System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L734C9-L734C80" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawRectangle(System.Drawing.Pen,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L741C60-L741C119" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawRectangle(System.Drawing.Pen,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L746C59-L746C118" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawRoundedRectangle(System.Drawing.Pen,System.Drawing.Rectangle,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L751C9-L751C60" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawRoundedRectangle(System.Drawing.Pen,System.Drawing.RectangleF,System.Drawing.SizeF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L760C9-L763C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawRectangle(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L771C9-L774C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawRectangle(System.Drawing.Pen,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L780C12-L780C58" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawRectangles(System.Drawing.Pen,System.Drawing.RectangleF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L783C71-L783C122" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawRectangles(System.Drawing.Pen,System.ReadOnlySpan{System.Drawing.RectangleF})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L793C9-L801C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawRectangles(System.Drawing.Pen,System.Drawing.Rectangle[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L808C70-L808C121" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawRectangles(System.Drawing.Pen,System.ReadOnlySpan{System.Drawing.Rectangle})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L818C9-L826C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawEllipse(System.Drawing.Pen,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L831C58-L831C115" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawEllipse(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L838C9-L841C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawEllipse(System.Drawing.Pen,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L846C57-L846C121" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawEllipse(System.Drawing.Pen,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L851C78-L851C122" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawPie(System.Drawing.Pen,System.Drawing.RectangleF,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L857C9-L857C86" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawPie(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L864C9-L867C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawPie(System.Drawing.Pen,System.Drawing.Rectangle,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L873C9-L873C86" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawPie(System.Drawing.Pen,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L879C9-L879C73" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawPolygon(System.Drawing.Pen,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L882C65-L882C114" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawPolygon(System.Drawing.Pen,System.ReadOnlySpan{System.Drawing.PointF})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L892C9-L900C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawPolygon(System.Drawing.Pen,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L907C64-L907C113" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawPolygon(System.Drawing.Pen,System.ReadOnlySpan{System.Drawing.Point})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L917C9-L925C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawPath(System.Drawing.Pen,System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L932C9-L939C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L942C63-L942C110" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.ReadOnlySpan{System.Drawing.PointF})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L952C9-L960C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.PointF[],System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L964C9-L964C65" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.ReadOnlySpan{System.Drawing.PointF},System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L974C9-L986C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.PointF[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L990C9-L990C63" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.ReadOnlySpan{System.Drawing.PointF},System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L995C9-L995C63" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.PointF[],System.Int32,System.Int32,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1000C9-L1000C91" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.ReadOnlySpan{System.Drawing.PointF},System.Int32,System.Int32,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1010C9-L1024C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1027C62-L1027C109" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.ReadOnlySpan{System.Drawing.Point})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1037C9-L1045C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.Point[],System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1049C9-L1049C65" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.ReadOnlySpan{System.Drawing.Point},System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1059C9-L1071C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.Drawing.Point[],System.Int32,System.Int32,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1082C9-L1082C91" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawCurve(System.Drawing.Pen,System.ReadOnlySpan{System.Drawing.Point},System.Int32,System.Int32,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1092C9-L1106C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawClosedCurve(System.Drawing.Pen,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1110C9-L1110C62" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawClosedCurve(System.Drawing.Pen,System.ReadOnlySpan{System.Drawing.PointF})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1120C9-L1131C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawClosedCurve(System.Drawing.Pen,System.Drawing.PointF[],System.Single,System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1141C9-L1141C81" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawClosedCurve(System.Drawing.Pen,System.ReadOnlySpan{System.Drawing.PointF},System.Single,System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1151C9-L1163C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawClosedCurve(System.Drawing.Pen,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1166C61-L1166C114" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawClosedCurve(System.Drawing.Pen,System.ReadOnlySpan{System.Drawing.Point})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1176C9-L1187C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawClosedCurve(System.Drawing.Pen,System.Drawing.Point[],System.Single,System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1192C9-L1192C81" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawClosedCurve(System.Drawing.Pen,System.ReadOnlySpan{System.Drawing.Point},System.Single,System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1202C9-L1214C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.Clear(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1219C39-L1219C115" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillRoundedRectangle(System.Drawing.Brush,System.Drawing.Rectangle,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1224C9-L1224C62" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillRoundedRectangle(System.Drawing.Brush,System.Drawing.RectangleF,System.Drawing.SizeF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1234C9-L1237C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillRectangle(System.Drawing.Brush,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1243C64-L1243C125" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillRectangle(System.Drawing.Brush,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1250C9-L1258C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillRectangle(System.Drawing.Brush,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1263C63-L1263C131" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillRectangle(System.Drawing.Brush,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1268C84-L1268C132" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillRectangles(System.Drawing.Brush,System.Drawing.RectangleF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1277C9-L1279C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillRectangles(System.Drawing.Brush,System.ReadOnlySpan{System.Drawing.RectangleF})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1289C9-L1297C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillRectangles(System.Drawing.Brush,System.Drawing.Rectangle[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1301C9-L1301C62" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillRectangles(System.Drawing.Brush,System.ReadOnlySpan{System.Drawing.Rectangle})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1311C9-L1319C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillPolygon(System.Drawing.Brush,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1322C69-L1322C115" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillPolygon(System.Drawing.Brush,System.ReadOnlySpan{System.Drawing.PointF})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1326C74-L1326C120" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillPolygon(System.Drawing.Brush,System.Drawing.PointF[],System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1331C9-L1331C70" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillPolygon(System.Drawing.Brush,System.ReadOnlySpan{System.Drawing.PointF},System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1341C9-L1353C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillPolygon(System.Drawing.Brush,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1356C61-L1356C107" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillPolygon(System.Drawing.Brush,System.ReadOnlySpan{System.Drawing.Point})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1360C73-L1360C119" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillPolygon(System.Drawing.Brush,System.Drawing.Point[],System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1370C9-L1370C70" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillPolygon(System.Drawing.Brush,System.ReadOnlySpan{System.Drawing.Point},System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1380C9-L1392C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillEllipse(System.Drawing.Brush,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1397C62-L1397C121" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillEllipse(System.Drawing.Brush,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1404C9-L1412C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillEllipse(System.Drawing.Brush,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1417C61-L1417C127" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillEllipse(System.Drawing.Brush,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1422C82-L1422C128" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillPie(System.Drawing.Brush,System.Drawing.Rectangle,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1428C9-L1428C88" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillPie(System.Drawing.Brush,System.Drawing.RectangleF,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1438C9-L1438C88" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillPie(System.Drawing.Brush,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1445C9-L1455C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillPie(System.Drawing.Brush,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1461C12-L1461C78" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1465C9-L1465C64" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.ReadOnlySpan{System.Drawing.PointF})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1475C9-L1486C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.PointF[],System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1490C9-L1490C55" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.ReadOnlySpan{System.Drawing.PointF},System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1495C9-L1495C55" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.PointF[],System.Drawing.Drawing2D.FillMode,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1506C9-L1506C83" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.ReadOnlySpan{System.Drawing.PointF},System.Drawing.Drawing2D.FillMode,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1516C9-L1529C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1533C9-L1533C64" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.ReadOnlySpan{System.Drawing.Point})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1543C9-L1554C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.Point[],System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1558C9-L1558C55" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.ReadOnlySpan{System.Drawing.Point},System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1563C9-L1563C55" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.Drawing.Point[],System.Drawing.Drawing2D.FillMode,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1569C9-L1569C83" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillClosedCurve(System.Drawing.Brush,System.ReadOnlySpan{System.Drawing.Point},System.Drawing.Drawing2D.FillMode,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1579C9-L1592C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1607C9-L1607C69" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1612C9-L1612C69" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1627C9-L1627C81" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1632C9-L1632C81" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1652C9-L1652C71" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.Brush,System.Single,System.Single,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1657C9-L1657C71" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1676C9-L1676C83" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.Brush,System.Drawing.PointF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1681C9-L1681C83" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1705C9-L1705C58" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.Brush,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1719C9-L1719C58" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawString(System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.RectangleF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1745C9-L1745C68" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.Brush,System.Drawing.RectangleF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1750C9-L1750C68" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Drawing.SizeF,System.Drawing.StringFormat,System.Int32@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1790C9-L1790C121" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.SizeF,System.Drawing.StringFormat,System.Int32@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1801C9-L1801C121" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureStringInternal(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.RectangleF,System.Drawing.StringFormat,System.Int32@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1812C9-L1842C65" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Drawing.PointF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1848C12-L1848C95" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.PointF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1853C12-L1853C95" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Drawing.SizeF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1857C78-L1857C121" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.SizeF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1861C89-L1861C132" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Drawing.SizeF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1868C9-L1868C96" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.SizeF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1873C9-L1873C96" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1900C60-L1900C102" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureString(System.ReadOnlySpan{System.Char},System.Drawing.Font)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1904C71-L1904C113" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1909C71-L1909C122" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1914C9-L1914C60" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureString(System.String,System.Drawing.Font,System.Int32,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1920C9-L1920C68" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureString(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Int32,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1925C9-L1925C68" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureCharacterRanges(System.String,System.Drawing.Font,System.Drawing.RectangleF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1948C9-L1948C77" - }, - { - "DocsId": "M:System.Drawing.Graphics.MeasureCharacterRanges(System.ReadOnlySpan{System.Char},System.Drawing.Font,System.Drawing.RectangleF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L1953C9-L1953C77" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2007C57-L2007C91" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2011C9-L2015C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2017C60-L2017C117" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2021C9-L2025C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2027C56-L2027C97" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2029C57-L2029C86" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2031C59-L2031C123" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2033C80-L2033C124" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImageUnscaled(System.Drawing.Image,System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2035C64-L2035C98" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImageUnscaled(System.Drawing.Image,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2037C65-L2037C87" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImageUnscaled(System.Drawing.Image,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2039C67-L2039C99" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImageUnscaled(System.Drawing.Image,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2041C88-L2041C110" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImageUnscaledAndClipped(System.Drawing.Image,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2045C9-L2053C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2068C9-L2081C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2085C9-L2098C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Single,System.Single,System.Drawing.RectangleF,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2102C9-L2113C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Int32,System.Int32,System.Drawing.Rectangle,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2116C12-L2116C64" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2120C9-L2134C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2137C12-L2137C100" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2141C9-L2163C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2166C9-L2166C75" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2175C9-L2175C79" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2186C9-L2210C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2213C9-L2213C70" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2220C40-L2220C106" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2228C38-L2228C108" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2239C9-L2264C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Single,System.Single,System.Single,System.Single,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2273C34-L2273C108" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Single,System.Single,System.Single,System.Single,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2283C41-L2283C127" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Single,System.Single,System.Single,System.Single,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2294C38-L2294C141" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Single,System.Single,System.Single,System.Single,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2308C9-L2324C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2333C34-L2333C115" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2343C40-L2343C132" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2354C38-L2354C147" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes,System.Drawing.Graphics.DrawImageAbort,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2366C33-L2366C144" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawLine(System.Drawing.Pen,System.Drawing.PointF,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2371C62-L2371C103" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawLines(System.Drawing.Pen,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2374C56-L2374C103" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawLines(System.Drawing.Pen,System.ReadOnlySpan{System.Drawing.PointF})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2384C9-L2392C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawLine(System.Drawing.Pen,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2398C9-L2398C45" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawLine(System.Drawing.Pen,System.Drawing.Point,System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2403C60-L2403C108" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawLines(System.Drawing.Pen,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2412C9-L2421C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawLines(System.Drawing.Pen,System.ReadOnlySpan{System.Drawing.Point})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2431C9-L2439C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.CopyFromScreen(System.Drawing.Point,System.Drawing.Point,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2445C9-L2445C126" - }, - { - "DocsId": "M:System.Drawing.Graphics.CopyFromScreen(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2451C9-L2451C117" - }, - { - "DocsId": "M:System.Drawing.Graphics.CopyFromScreen(System.Drawing.Point,System.Drawing.Point,System.Drawing.Size,System.Drawing.CopyPixelOperation)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2458C9-L2458C146" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2461C9-L2461C70" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2464C9-L2464C77" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2467C9-L2467C70" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2470C9-L2470C77" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2473C9-L2473C69" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2476C9-L2476C76" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2479C9-L2479C69" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2482C9-L2482C76" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2485C9-L2485C71" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2491C33-L2491C101" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2494C9-L2494C71" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2497C9-L2497C78" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2504C44-L2504C123" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2512C33-L2512C119" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2519C44-L2519C123" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2527C33-L2527C119" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2534C44-L2534C122" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2542C33-L2542C118" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2549C44-L2549C122" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2557C33-L2557C118" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2564C44-L2564C124" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2572C33-L2572C120" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2579C44-L2579C124" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2587C33-L2587C120" - }, - { - "DocsId": "M:System.Drawing.Graphics.TransformPoints(System.Drawing.Drawing2D.CoordinateSpace,System.Drawing.Drawing2D.CoordinateSpace,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2591C9-L2602C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.TransformPoints(System.Drawing.Drawing2D.CoordinateSpace,System.Drawing.Drawing2D.CoordinateSpace,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2606C9-L2617C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.CopyFromScreen(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Size,System.Drawing.CopyPixelOperation)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L16707566C0-L2752C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.GetNearestColor(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2756C9-L2758C45" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawLine(System.Drawing.Pen,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2766C9-L2769C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawBeziers(System.Drawing.Pen,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2773C9-L2773C58" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawBeziers(System.Drawing.Pen,System.ReadOnlySpan{System.Drawing.PointF})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2783C9-L2794C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawBeziers(System.Drawing.Pen,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2804C64-L2804C113" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawBeziers(System.Drawing.Pen,System.ReadOnlySpan{System.Drawing.Point})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2814C9-L2826C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillPath(System.Drawing.Brush,System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2833C9-L2843C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.FillRegion(System.Drawing.Brush,System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2850C9-L2860C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawIcon(System.Drawing.Icon,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2864C9-L2877C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawIcon(System.Drawing.Icon,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2887C9-L2900C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawIconUnstretched(System.Drawing.Icon,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2910C9-L2920C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2929C9-L2941C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2949C12-L2949C93" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2958C9-L2970C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2977C40-L2977C124" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L2986C9-L3006C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3015C9-L3035C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3046C9-L3060C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3069C40-L3076C23" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3087C9-L3101C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3110C40-L3110C139" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3121C9-L3143C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafile(System.Drawing.Imaging.Metafile,System.Drawing.Point[],System.Drawing.Rectangle,System.Drawing.GraphicsUnit,System.Drawing.Graphics.EnumerateMetafileProc,System.IntPtr,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3154C9-L3176C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.GetContextInfo", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3194C9-L3195C97" - }, - { - "DocsId": "M:System.Drawing.Graphics.System#Drawing#IGraphicsContextInfo#GetHdc(System.Drawing.ApplyGraphicsProperties,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3272C9-L3335C33" - }, - { - "DocsId": "M:System.Drawing.Graphics.GetContextInfo(System.Drawing.PointF@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3346C9-L3349C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.GetContextInfo(System.Drawing.PointF@,System.Drawing.Region@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3360C9-L3363C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.Save", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3423C9-L3438C46" - }, - { - "DocsId": "M:System.Drawing.Graphics.Restore(System.Drawing.Drawing2D.GraphicsState)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3443C9-L3445C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.BeginContainer(System.Drawing.RectangleF,System.Drawing.RectangleF,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3449C9-L3464C50" - }, - { - "DocsId": "M:System.Drawing.Graphics.BeginContainer", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3469C9-L3483C50" - }, - { - "DocsId": "M:System.Drawing.Graphics.EndContainer(System.Drawing.Drawing2D.GraphicsContainer)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3488C9-L3491C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.BeginContainer(System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.GraphicsUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3494C12-L3494C74" - }, - { - "DocsId": "M:System.Drawing.Graphics.AddMetafileComment(System.Byte[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3498C9-L3503C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.GetHalftonePalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3507C9-L3521C34" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawCachedBitmap(System.Drawing.Imaging.CachedBitmap,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3596C9-L3604C6" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Imaging.Effects.Effect)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3611C27-L3611C126" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImage(System.Drawing.Image,System.Drawing.Imaging.Effects.Effect,System.Drawing.RectangleF,System.Drawing.Drawing2D.Matrix,System.Drawing.GraphicsUnit,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3630C9-L3643C6" - }, - { - "DocsId": "P:System.Drawing.Graphics.IPointer#Pointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L225C49-L225C63" - }, - { - "DocsId": "P:System.Drawing.Graphics.Clip", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L231C13-L233C27" - }, - { - "DocsId": "P:System.Drawing.Graphics.ClipBounds", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L243C13-L244C25" - }, - { - "DocsId": "P:System.Drawing.Graphics.CompositingMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L256C13-L257C52" - }, - { - "DocsId": "P:System.Drawing.Graphics.CompositingQuality", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L273C13-L274C58" - }, - { - "DocsId": "P:System.Drawing.Graphics.DpiX", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L290C13-L291C24" - }, - { - "DocsId": "P:System.Drawing.Graphics.DpiY", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L300C13-L301C24" - }, - { - "DocsId": "P:System.Drawing.Graphics.InterpolationMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L313C13-L314C54" - }, - { - "DocsId": "P:System.Drawing.Graphics.IsClipEmpty", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L330C13-L331C28" - }, - { - "DocsId": "P:System.Drawing.Graphics.IsVisibleClipEmpty", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L340C13-L341C28" - }, - { - "DocsId": "P:System.Drawing.Graphics.PageScale", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L350C13-L351C26" - }, - { - "DocsId": "P:System.Drawing.Graphics.PageUnit", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L361C13-L362C39" - }, - { - "DocsId": "P:System.Drawing.Graphics.PixelOffsetMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L378C13-L379C42" - }, - { - "DocsId": "P:System.Drawing.Graphics.RenderingOrigin", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L395C13-L396C36" - }, - { - "DocsId": "P:System.Drawing.Graphics.SmoothingMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L406C13-L407C50" - }, - { - "DocsId": "P:System.Drawing.Graphics.TextContrast", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L423C13-L424C38" - }, - { - "DocsId": "P:System.Drawing.Graphics.TextRenderingHint", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L437C13-L438C44" - }, - { - "DocsId": "P:System.Drawing.Graphics.Transform", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L456C13-L458C27" - }, - { - "DocsId": "P:System.Drawing.Graphics.TransformElements", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L480C13-L497C10" - }, - { - "DocsId": "P:System.Drawing.Graphics.VisibleClipBounds", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs#L3369C13-L3374C25" - }, - { - "DocsId": "T:System.Drawing.Graphics.DrawImageAbort", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" - }, - { - "DocsId": "T:System.Drawing.Graphics.EnumerateMetafileProc", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" - } - ], - "DocsId": "T:System.Drawing.Graphics", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.GraphicsUnit.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" - }, - { - "DocsId": "F:System.Drawing.GraphicsUnit.World", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" - }, - { - "DocsId": "F:System.Drawing.GraphicsUnit.Display", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" - }, - { - "DocsId": "F:System.Drawing.GraphicsUnit.Pixel", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" - }, - { - "DocsId": "F:System.Drawing.GraphicsUnit.Point", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" - }, - { - "DocsId": "F:System.Drawing.GraphicsUnit.Inch", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" - }, - { - "DocsId": "F:System.Drawing.GraphicsUnit.Document", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" - }, - { - "DocsId": "F:System.Drawing.GraphicsUnit.Millimeter", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" - } - ], - "DocsId": "T:System.Drawing.GraphicsUnit", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/GraphicsUnit.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Icon.Save(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Icon.ComWrappers.cs#L14C9-L58C6" - }, - { - "DocsId": "M:System.Drawing.Icon.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L57C36-L59C6" - }, - { - "DocsId": "M:System.Drawing.Icon.#ctor(System.String,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L61C47-L63C6" - }, - { - "DocsId": "M:System.Drawing.Icon.#ctor(System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L65C59-L75C6" - }, - { - "DocsId": "M:System.Drawing.Icon.#ctor(System.Drawing.Icon,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L77C45-L79C6" - }, - { - "DocsId": "M:System.Drawing.Icon.#ctor(System.Drawing.Icon,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L81C57-L96C6" - }, - { - "DocsId": "M:System.Drawing.Icon.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L98C47-L108C6" - }, - { - "DocsId": "M:System.Drawing.Icon.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L110C34-L112C6" - }, - { - "DocsId": "M:System.Drawing.Icon.#ctor(System.IO.Stream,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L114C45-L116C6" - }, - { - "DocsId": "M:System.Drawing.Icon.#ctor(System.IO.Stream,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L118C57-L125C6" - }, - { - "DocsId": "M:System.Drawing.Icon.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L138C9-L150C6" - }, - { - "DocsId": "M:System.Drawing.Icon.ExtractAssociatedIcon(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L152C67-L152C101" - }, - { - "DocsId": "M:System.Drawing.Icon.IHandle#get_Handle", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L190C36-L190C49" - }, - { - "DocsId": "M:System.Drawing.Icon.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L239C30-L239C69" - }, - { - "DocsId": "M:System.Drawing.Icon.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L263C9-L265C6" - }, - { - "DocsId": "M:System.Drawing.Icon.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L405C16-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Icon.FromHandle(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L409C9-L412C40" - }, - { - "DocsId": "M:System.Drawing.Icon.ToBitmap", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L627C9-L632C27" - }, - { - "DocsId": "M:System.Drawing.Icon.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L804C42-L804C57" - }, - { - "DocsId": "M:System.Drawing.Icon.ExtractIcon(System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L851C12-L853C64" - }, - { - "DocsId": "M:System.Drawing.Icon.ExtractIcon(System.String,System.Int32,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L862C12-L862C51" - }, - { - "DocsId": "P:System.Drawing.Icon.Handle", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L188C29-L188C111" - }, - { - "DocsId": "P:System.Drawing.Icon.IHandle#Handle", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L190C36-L190C49" - }, - { - "DocsId": "P:System.Drawing.Icon.Height", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L193C26-L193C37" - }, - { - "DocsId": "P:System.Drawing.Icon.Size", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L199C13-L232C30" - }, - { - "DocsId": "P:System.Drawing.Icon.Width", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Icon.cs#L237C25-L237C35" - } - ], - "DocsId": "T:System.Drawing.Icon", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Icon.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.IconConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/IconConverter.cs#L14C9-L14C45" - }, - { - "DocsId": "M:System.Drawing.IconConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/IconConverter.cs#L19C9-L20C86" - }, - { - "DocsId": "M:System.Drawing.IconConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/IconConverter.cs#L25C9-L25C118" - }, - { - "DocsId": "M:System.Drawing.IconConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/IconConverter.cs#L30C9-L59C6" - }, - { - "DocsId": "M:System.Drawing.IconConverter.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/IconConverter.cs" - } - ], - "DocsId": "T:System.Drawing.IconConverter", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/IconConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.IDeviceContext.GetHdc", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/IDeviceContext.cs" - }, - { - "DocsId": "M:System.Drawing.IDeviceContext.ReleaseHdc", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/IDeviceContext.cs" - } - ], - "DocsId": "T:System.Drawing.IDeviceContext", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/IDeviceContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Image.IPointer#get_Pointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L39C43-L39C55" - }, - { - "DocsId": "M:System.Drawing.Image.System#IO#IRawData#get_Data", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L46C41-L46C60" - }, - { - "DocsId": "M:System.Drawing.Image.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L80C9-L83C6" - }, - { - "DocsId": "M:System.Drawing.Image.FromFile(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L88C54-L88C79" - }, - { - "DocsId": "M:System.Drawing.Image.FromFile(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L92C9-L122C20" - }, - { - "DocsId": "M:System.Drawing.Image.FromStream(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L128C54-L128C107" - }, - { - "DocsId": "M:System.Drawing.Image.FromStream(System.IO.Stream,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L131C9-L131C61" - }, - { - "DocsId": "M:System.Drawing.Image.FromStream(System.IO.Stream,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L135C9-L145C20" - }, - { - "DocsId": "M:System.Drawing.Image.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L189C9-L191C6" - }, - { - "DocsId": "M:System.Drawing.Image.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L196C17-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Image.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L204C9-L207C46" - }, - { - "DocsId": "M:System.Drawing.Image.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L219C9-L245C6" - }, - { - "DocsId": "M:System.Drawing.Image.Save(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L250C42-L250C67" - }, - { - "DocsId": "M:System.Drawing.Image.Save(System.String,System.Drawing.Imaging.ImageFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L257C9-L266C6" - }, - { - "DocsId": "M:System.Drawing.Image.Save(System.String,System.Drawing.Imaging.ImageCodecInfo,System.Drawing.Imaging.EncoderParameters)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L272C12-L272C56" - }, - { - "DocsId": "M:System.Drawing.Image.Save(System.IO.Stream,System.Drawing.Imaging.ImageFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L324C9-L326C6" - }, - { - "DocsId": "M:System.Drawing.Image.Save(System.IO.Stream,System.Drawing.Imaging.ImageCodecInfo,System.Drawing.Imaging.EncoderParameters)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L333C9-L358C6" - }, - { - "DocsId": "M:System.Drawing.Image.SaveAdd(System.Drawing.Imaging.EncoderParameters)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L365C9-L387C6" - }, - { - "DocsId": "M:System.Drawing.Image.SaveAdd(System.Drawing.Image,System.Drawing.Imaging.EncoderParameters)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L394C9-L420C6" - }, - { - "DocsId": "M:System.Drawing.Image.GetBounds(System.Drawing.GraphicsUnit@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L614C9-L616C23" - }, - { - "DocsId": "M:System.Drawing.Image.GetThumbnailImage(System.Int32,System.Int32,System.Drawing.Image.GetThumbnailImageAbort,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L663C9-L672C46" - }, - { - "DocsId": "M:System.Drawing.Image.GetFrameCount(System.Drawing.Imaging.FrameDimension)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L693C9-L697C27" - }, - { - "DocsId": "M:System.Drawing.Image.GetPropertyItem(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L706C9-L721C6" - }, - { - "DocsId": "M:System.Drawing.Image.SelectActiveFrame(System.Drawing.Imaging.FrameDimension,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L728C9-L731C18" - }, - { - "DocsId": "M:System.Drawing.Image.SetPropertyItem(System.Drawing.Imaging.PropertyItem)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L739C16-L752C6" - }, - { - "DocsId": "M:System.Drawing.Image.RotateFlip(System.Drawing.RotateFlipType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L756C9-L758C6" - }, - { - "DocsId": "M:System.Drawing.Image.RemovePropertyItem(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L765C9-L767C6" - }, - { - "DocsId": "M:System.Drawing.Image.GetEncoderParameterList(System.Guid)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L777C9-L798C6" - }, - { - "DocsId": "M:System.Drawing.Image.FromHbitmap(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L803C57-L803C90" - }, - { - "DocsId": "M:System.Drawing.Image.FromHbitmap(System.IntPtr,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L811C9-L812C35" - }, - { - "DocsId": "M:System.Drawing.Image.IsExtendedPixelFormat(System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L818C69-L818C105" - }, - { - "DocsId": "M:System.Drawing.Image.IsCanonicalPixelFormat(System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L832C9-L832C54" - }, - { - "DocsId": "M:System.Drawing.Image.GetPixelFormatSize(System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L876C65-L876C90" - }, - { - "DocsId": "M:System.Drawing.Image.IsAlphaPixelFormat(System.Drawing.Imaging.PixelFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L881C66-L881C99" - }, - { - "DocsId": "P:System.Drawing.Image.IPointer#Pointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L39C43-L39C55" - }, - { - "DocsId": "P:System.Drawing.Image.System#IO#IRawData#Data", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L46C41-L46C60" - }, - { - "DocsId": "P:System.Drawing.Image.Tag", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L52C16-L52C25" - }, - { - "DocsId": "P:System.Drawing.Image.PhysicalDimension", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L441C13-L443C45" - }, - { - "DocsId": "P:System.Drawing.Image.Size", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L450C25-L450C43" - }, - { - "DocsId": "P:System.Drawing.Image.Width", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L463C13-L465C31" - }, - { - "DocsId": "P:System.Drawing.Image.Height", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L480C13-L482C32" - }, - { - "DocsId": "P:System.Drawing.Image.HorizontalResolution", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L494C13-L496C28" - }, - { - "DocsId": "P:System.Drawing.Image.VerticalResolution", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L508C13-L510C28" - }, - { - "DocsId": "P:System.Drawing.Image.Flags", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L523C13-L525C31" - }, - { - "DocsId": "P:System.Drawing.Image.RawFormat", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L536C13-L539C42" - }, - { - "DocsId": "P:System.Drawing.Image.PixelFormat", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L546C39-L546C73" - }, - { - "DocsId": "P:System.Drawing.Image.PropertyIdList", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L557C13-L570C27" - }, - { - "DocsId": "P:System.Drawing.Image.PropertyItems", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L583C13-L605C10" - }, - { - "DocsId": "P:System.Drawing.Image.Palette", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L631C13-L640C10" - }, - { - "DocsId": "P:System.Drawing.Image.FrameDimensionsList", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs#L854C13-L869C26" - }, - { - "DocsId": "T:System.Drawing.Image.GetThumbnailImageAbort", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs" - } - ], - "DocsId": "T:System.Drawing.Image", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.ImageAnimator.UpdateFrames(System.Drawing.Image)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs#L99C9-L153C6" - }, - { - "DocsId": "M:System.Drawing.ImageAnimator.UpdateFrames", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs#L160C9-L190C6" - }, - { - "DocsId": "M:System.Drawing.ImageAnimator.Animate(System.Drawing.Image,System.EventHandler)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs#L198C9-L279C6" - }, - { - "DocsId": "M:System.Drawing.ImageAnimator.CanAnimate(System.Drawing.Image)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs#L286C9-L307C6" - }, - { - "DocsId": "M:System.Drawing.ImageAnimator.StopAnimate(System.Drawing.Image,System.EventHandler)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs#L315C9-L374C6" - } - ], - "DocsId": "T:System.Drawing.ImageAnimator", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ImageAnimator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.ImageConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L14C9-L14C75" - }, - { - "DocsId": "M:System.Drawing.ImageConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L19C9-L19C87" - }, - { - "DocsId": "M:System.Drawing.ImageConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L24C9-L38C62" - }, - { - "DocsId": "M:System.Drawing.ImageConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L44C9-L71C6" - }, - { - "DocsId": "M:System.Drawing.ImageConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L76C9-L76C72" - }, - { - "DocsId": "M:System.Drawing.ImageConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs#L79C85-L79C89" - }, - { - "DocsId": "M:System.Drawing.ImageConverter.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ImageConverter.FMTID.cs" - } - ], - "DocsId": "T:System.Drawing.ImageConverter", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ImageConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.ImageFormatConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L18C9-L18C89" - }, - { - "DocsId": "M:System.Drawing.ImageFormatConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L23C9-L28C60" - }, - { - "DocsId": "M:System.Drawing.ImageFormatConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L34C9-L73C106" - }, - { - "DocsId": "M:System.Drawing.ImageFormatConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L78C9-L121C73" - }, - { - "DocsId": "M:System.Drawing.ImageFormatConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L126C9-L140C12" - }, - { - "DocsId": "M:System.Drawing.ImageFormatConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs#L143C89-L143C93" - }, - { - "DocsId": "M:System.Drawing.ImageFormatConverter.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs" - } - ], - "DocsId": "T:System.Drawing.ImageFormatConverter", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ImageFormatConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Pen.#ctor(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L39C31-L41C6" - }, - { - "DocsId": "M:System.Drawing.Pen.#ctor(System.Drawing.Color,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L47C5-L59C6" - }, - { - "DocsId": "M:System.Drawing.Pen.#ctor(System.Drawing.Brush)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L64C31-L66C6" - }, - { - "DocsId": "M:System.Drawing.Pen.#ctor(System.Drawing.Brush,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L71C5-L78C6" - }, - { - "DocsId": "M:System.Drawing.Pen.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L95C9-L97C35" - }, - { - "DocsId": "M:System.Drawing.Pen.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L105C9-L107C6" - }, - { - "DocsId": "M:System.Drawing.Pen.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L156C15-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Pen.SetLineCap(System.Drawing.Drawing2D.LineCap,System.Drawing.Drawing2D.LineCap,System.Drawing.Drawing2D.DashCap)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L187C9-L199C6" - }, - { - "DocsId": "M:System.Drawing.Pen.ResetTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L478C9-L480C6" - }, - { - "DocsId": "M:System.Drawing.Pen.MultiplyTransform(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L485C53-L485C99" - }, - { - "DocsId": "M:System.Drawing.Pen.MultiplyTransform(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L492C9-L503C6" - }, - { - "DocsId": "M:System.Drawing.Pen.TranslateTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L509C59-L509C106" - }, - { - "DocsId": "M:System.Drawing.Pen.TranslateTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L516C9-L518C6" - }, - { - "DocsId": "M:System.Drawing.Pen.ScaleTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L523C55-L523C98" - }, - { - "DocsId": "M:System.Drawing.Pen.ScaleTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L530C9-L532C6" - }, - { - "DocsId": "M:System.Drawing.Pen.RotateTransform(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L537C49-L537C92" - }, - { - "DocsId": "M:System.Drawing.Pen.RotateTransform(System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L544C9-L546C6" - }, - { - "DocsId": "M:System.Drawing.Pen.System#Drawing#Internal#ISystemColorTracker#OnSystemColorChanged", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L857C9-L861C6" - }, - { - "DocsId": "P:System.Drawing.Pen.Width", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L166C13-L168C26" - }, - { - "DocsId": "P:System.Drawing.Pen.StartCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L209C13-L211C29" - }, - { - "DocsId": "P:System.Drawing.Pen.EndCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L251C13-L253C27" - }, - { - "DocsId": "P:System.Drawing.Pen.CustomStartCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L293C13-L295C69" - }, - { - "DocsId": "P:System.Drawing.Pen.CustomEndCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L318C13-L320C69" - }, - { - "DocsId": "P:System.Drawing.Pen.DashCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L343C13-L345C28" - }, - { - "DocsId": "P:System.Drawing.Pen.LineJoin", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L372C13-L374C29" - }, - { - "DocsId": "P:System.Drawing.Pen.MiterLimit", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L401C13-L403C31" - }, - { - "DocsId": "P:System.Drawing.Pen.Alignment", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L425C13-L427C28" - }, - { - "DocsId": "P:System.Drawing.Pen.Transform", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L453C13-L456C27" - }, - { - "DocsId": "P:System.Drawing.Pen.PenType", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L563C13-L565C44" - }, - { - "DocsId": "P:System.Drawing.Pen.Color", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L576C13-L590C27" - }, - { - "DocsId": "P:System.Drawing.Pen.Brush", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L622C13-L650C27" - }, - { - "DocsId": "P:System.Drawing.Pen.DashStyle", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L681C13-L683C30" - }, - { - "DocsId": "P:System.Drawing.Pen.DashOffset", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L739C13-L741C31" - }, - { - "DocsId": "P:System.Drawing.Pen.DashPattern", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L763C13-L794C28" - }, - { - "DocsId": "P:System.Drawing.Pen.CompoundArray", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pen.cs#L824C13-L836C30" - } - ], - "DocsId": "T:System.Drawing.Pen", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pen.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Drawing.Pens.Transparent", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L149C38-L149C81" - }, - { - "DocsId": "P:System.Drawing.Pens.AliceBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L151C36-L151C75" - }, - { - "DocsId": "P:System.Drawing.Pens.AntiqueWhite", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L152C39-L152C84" - }, - { - "DocsId": "P:System.Drawing.Pens.Aqua", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L153C31-L153C60" - }, - { - "DocsId": "P:System.Drawing.Pens.Aquamarine", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L154C37-L154C78" - }, - { - "DocsId": "P:System.Drawing.Pens.Azure", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L155C32-L155C63" - }, - { - "DocsId": "P:System.Drawing.Pens.Beige", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L157C32-L157C63" - }, - { - "DocsId": "P:System.Drawing.Pens.Bisque", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L158C33-L158C66" - }, - { - "DocsId": "P:System.Drawing.Pens.Black", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L159C32-L159C63" - }, - { - "DocsId": "P:System.Drawing.Pens.BlanchedAlmond", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L160C41-L160C90" - }, - { - "DocsId": "P:System.Drawing.Pens.Blue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L161C31-L161C60" - }, - { - "DocsId": "P:System.Drawing.Pens.BlueViolet", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L162C37-L162C78" - }, - { - "DocsId": "P:System.Drawing.Pens.Brown", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L163C32-L163C63" - }, - { - "DocsId": "P:System.Drawing.Pens.BurlyWood", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L164C36-L164C75" - }, - { - "DocsId": "P:System.Drawing.Pens.CadetBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L166C36-L166C75" - }, - { - "DocsId": "P:System.Drawing.Pens.Chartreuse", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L167C37-L167C78" - }, - { - "DocsId": "P:System.Drawing.Pens.Chocolate", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L168C36-L168C75" - }, - { - "DocsId": "P:System.Drawing.Pens.Coral", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L169C32-L169C63" - }, - { - "DocsId": "P:System.Drawing.Pens.CornflowerBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L170C41-L170C90" - }, - { - "DocsId": "P:System.Drawing.Pens.Cornsilk", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L171C35-L171C72" - }, - { - "DocsId": "P:System.Drawing.Pens.Crimson", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L172C34-L172C69" - }, - { - "DocsId": "P:System.Drawing.Pens.Cyan", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L173C31-L173C60" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L175C35-L175C72" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkCyan", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L176C35-L176C72" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkGoldenrod", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L177C40-L177C87" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L178C35-L178C72" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L179C36-L179C75" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkKhaki", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L180C36-L180C75" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkMagenta", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L181C38-L181C81" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkOliveGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L182C41-L182C90" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkOrange", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L183C37-L183C78" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkOrchid", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L184C37-L184C78" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L185C34-L185C69" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkSalmon", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L186C37-L186C78" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkSeaGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L187C39-L187C84" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkSlateBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L188C40-L188C87" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkSlateGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L189C40-L189C87" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkTurquoise", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L190C40-L190C87" - }, - { - "DocsId": "P:System.Drawing.Pens.DarkViolet", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L191C37-L191C78" - }, - { - "DocsId": "P:System.Drawing.Pens.DeepPink", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L192C35-L192C72" - }, - { - "DocsId": "P:System.Drawing.Pens.DeepSkyBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L193C38-L193C81" - }, - { - "DocsId": "P:System.Drawing.Pens.DimGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L194C34-L194C69" - }, - { - "DocsId": "P:System.Drawing.Pens.DodgerBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L195C37-L195C78" - }, - { - "DocsId": "P:System.Drawing.Pens.Firebrick", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L197C36-L197C75" - }, - { - "DocsId": "P:System.Drawing.Pens.FloralWhite", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L198C38-L198C81" - }, - { - "DocsId": "P:System.Drawing.Pens.ForestGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L199C38-L199C81" - }, - { - "DocsId": "P:System.Drawing.Pens.Fuchsia", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L200C34-L200C69" - }, - { - "DocsId": "P:System.Drawing.Pens.Gainsboro", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L202C36-L202C75" - }, - { - "DocsId": "P:System.Drawing.Pens.GhostWhite", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L203C37-L203C78" - }, - { - "DocsId": "P:System.Drawing.Pens.Gold", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L204C31-L204C60" - }, - { - "DocsId": "P:System.Drawing.Pens.Goldenrod", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L205C36-L205C75" - }, - { - "DocsId": "P:System.Drawing.Pens.Gray", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L206C31-L206C60" - }, - { - "DocsId": "P:System.Drawing.Pens.Green", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L207C32-L207C63" - }, - { - "DocsId": "P:System.Drawing.Pens.GreenYellow", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L208C38-L208C81" - }, - { - "DocsId": "P:System.Drawing.Pens.Honeydew", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L210C35-L210C72" - }, - { - "DocsId": "P:System.Drawing.Pens.HotPink", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L211C34-L211C69" - }, - { - "DocsId": "P:System.Drawing.Pens.IndianRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L213C36-L213C75" - }, - { - "DocsId": "P:System.Drawing.Pens.Indigo", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L214C33-L214C66" - }, - { - "DocsId": "P:System.Drawing.Pens.Ivory", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L215C32-L215C63" - }, - { - "DocsId": "P:System.Drawing.Pens.Khaki", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L217C32-L217C63" - }, - { - "DocsId": "P:System.Drawing.Pens.Lavender", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L219C35-L219C72" - }, - { - "DocsId": "P:System.Drawing.Pens.LavenderBlush", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L220C40-L220C87" - }, - { - "DocsId": "P:System.Drawing.Pens.LawnGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L221C36-L221C75" - }, - { - "DocsId": "P:System.Drawing.Pens.LemonChiffon", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L222C39-L222C84" - }, - { - "DocsId": "P:System.Drawing.Pens.LightBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L223C36-L223C75" - }, - { - "DocsId": "P:System.Drawing.Pens.LightCoral", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L224C37-L224C78" - }, - { - "DocsId": "P:System.Drawing.Pens.LightCyan", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L225C36-L225C75" - }, - { - "DocsId": "P:System.Drawing.Pens.LightGoldenrodYellow", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L226C47-L226C108" - }, - { - "DocsId": "P:System.Drawing.Pens.LightGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L227C37-L227C78" - }, - { - "DocsId": "P:System.Drawing.Pens.LightGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L228C36-L228C75" - }, - { - "DocsId": "P:System.Drawing.Pens.LightPink", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L229C36-L229C75" - }, - { - "DocsId": "P:System.Drawing.Pens.LightSalmon", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L230C38-L230C81" - }, - { - "DocsId": "P:System.Drawing.Pens.LightSeaGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L231C40-L231C87" - }, - { - "DocsId": "P:System.Drawing.Pens.LightSkyBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L232C39-L232C84" - }, - { - "DocsId": "P:System.Drawing.Pens.LightSlateGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L233C41-L233C90" - }, - { - "DocsId": "P:System.Drawing.Pens.LightSteelBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L234C41-L234C90" - }, - { - "DocsId": "P:System.Drawing.Pens.LightYellow", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L235C38-L235C81" - }, - { - "DocsId": "P:System.Drawing.Pens.Lime", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L236C31-L236C60" - }, - { - "DocsId": "P:System.Drawing.Pens.LimeGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L237C36-L237C75" - }, - { - "DocsId": "P:System.Drawing.Pens.Linen", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L238C32-L238C63" - }, - { - "DocsId": "P:System.Drawing.Pens.Magenta", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L240C34-L240C69" - }, - { - "DocsId": "P:System.Drawing.Pens.Maroon", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L241C33-L241C66" - }, - { - "DocsId": "P:System.Drawing.Pens.MediumAquamarine", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L242C43-L242C96" - }, - { - "DocsId": "P:System.Drawing.Pens.MediumBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L243C37-L243C78" - }, - { - "DocsId": "P:System.Drawing.Pens.MediumOrchid", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L244C39-L244C84" - }, - { - "DocsId": "P:System.Drawing.Pens.MediumPurple", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L245C39-L245C84" - }, - { - "DocsId": "P:System.Drawing.Pens.MediumSeaGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L246C41-L246C90" - }, - { - "DocsId": "P:System.Drawing.Pens.MediumSlateBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L247C42-L247C93" - }, - { - "DocsId": "P:System.Drawing.Pens.MediumSpringGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L248C44-L248C99" - }, - { - "DocsId": "P:System.Drawing.Pens.MediumTurquoise", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L249C42-L249C93" - }, - { - "DocsId": "P:System.Drawing.Pens.MediumVioletRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L250C42-L250C93" - }, - { - "DocsId": "P:System.Drawing.Pens.MidnightBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L251C39-L251C84" - }, - { - "DocsId": "P:System.Drawing.Pens.MintCream", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L252C36-L252C75" - }, - { - "DocsId": "P:System.Drawing.Pens.MistyRose", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L253C36-L253C75" - }, - { - "DocsId": "P:System.Drawing.Pens.Moccasin", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L254C35-L254C72" - }, - { - "DocsId": "P:System.Drawing.Pens.NavajoWhite", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L256C38-L256C81" - }, - { - "DocsId": "P:System.Drawing.Pens.Navy", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L257C31-L257C60" - }, - { - "DocsId": "P:System.Drawing.Pens.OldLace", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L259C34-L259C69" - }, - { - "DocsId": "P:System.Drawing.Pens.Olive", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L260C32-L260C63" - }, - { - "DocsId": "P:System.Drawing.Pens.OliveDrab", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L261C36-L261C75" - }, - { - "DocsId": "P:System.Drawing.Pens.Orange", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L262C33-L262C66" - }, - { - "DocsId": "P:System.Drawing.Pens.OrangeRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L263C36-L263C75" - }, - { - "DocsId": "P:System.Drawing.Pens.Orchid", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L264C33-L264C66" - }, - { - "DocsId": "P:System.Drawing.Pens.PaleGoldenrod", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L266C40-L266C87" - }, - { - "DocsId": "P:System.Drawing.Pens.PaleGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L267C36-L267C75" - }, - { - "DocsId": "P:System.Drawing.Pens.PaleTurquoise", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L268C40-L268C87" - }, - { - "DocsId": "P:System.Drawing.Pens.PaleVioletRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L269C40-L269C87" - }, - { - "DocsId": "P:System.Drawing.Pens.PapayaWhip", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L270C37-L270C78" - }, - { - "DocsId": "P:System.Drawing.Pens.PeachPuff", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L271C36-L271C75" - }, - { - "DocsId": "P:System.Drawing.Pens.Peru", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L272C31-L272C60" - }, - { - "DocsId": "P:System.Drawing.Pens.Pink", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L273C31-L273C60" - }, - { - "DocsId": "P:System.Drawing.Pens.Plum", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L274C31-L274C60" - }, - { - "DocsId": "P:System.Drawing.Pens.PowderBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L275C37-L275C78" - }, - { - "DocsId": "P:System.Drawing.Pens.Purple", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L276C33-L276C66" - }, - { - "DocsId": "P:System.Drawing.Pens.Red", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L278C30-L278C57" - }, - { - "DocsId": "P:System.Drawing.Pens.RosyBrown", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L279C36-L279C75" - }, - { - "DocsId": "P:System.Drawing.Pens.RoyalBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L280C36-L280C75" - }, - { - "DocsId": "P:System.Drawing.Pens.SaddleBrown", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L282C38-L282C81" - }, - { - "DocsId": "P:System.Drawing.Pens.Salmon", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L283C33-L283C66" - }, - { - "DocsId": "P:System.Drawing.Pens.SandyBrown", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L284C37-L284C78" - }, - { - "DocsId": "P:System.Drawing.Pens.SeaGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L285C35-L285C72" - }, - { - "DocsId": "P:System.Drawing.Pens.SeaShell", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L286C35-L286C72" - }, - { - "DocsId": "P:System.Drawing.Pens.Sienna", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L287C33-L287C66" - }, - { - "DocsId": "P:System.Drawing.Pens.Silver", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L288C33-L288C66" - }, - { - "DocsId": "P:System.Drawing.Pens.SkyBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L289C34-L289C69" - }, - { - "DocsId": "P:System.Drawing.Pens.SlateBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L290C36-L290C75" - }, - { - "DocsId": "P:System.Drawing.Pens.SlateGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L291C36-L291C75" - }, - { - "DocsId": "P:System.Drawing.Pens.Snow", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L292C31-L292C60" - }, - { - "DocsId": "P:System.Drawing.Pens.SpringGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L293C38-L293C81" - }, - { - "DocsId": "P:System.Drawing.Pens.SteelBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L294C36-L294C75" - }, - { - "DocsId": "P:System.Drawing.Pens.Tan", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L296C30-L296C57" - }, - { - "DocsId": "P:System.Drawing.Pens.Teal", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L297C31-L297C60" - }, - { - "DocsId": "P:System.Drawing.Pens.Thistle", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L298C34-L298C69" - }, - { - "DocsId": "P:System.Drawing.Pens.Tomato", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L299C33-L299C66" - }, - { - "DocsId": "P:System.Drawing.Pens.Turquoise", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L300C36-L300C75" - }, - { - "DocsId": "P:System.Drawing.Pens.Violet", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L302C33-L302C66" - }, - { - "DocsId": "P:System.Drawing.Pens.Wheat", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L304C32-L304C63" - }, - { - "DocsId": "P:System.Drawing.Pens.White", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L305C32-L305C63" - }, - { - "DocsId": "P:System.Drawing.Pens.WhiteSmoke", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L306C37-L306C78" - }, - { - "DocsId": "P:System.Drawing.Pens.Yellow", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L308C33-L308C66" - }, - { - "DocsId": "P:System.Drawing.Pens.YellowGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs#L309C38-L309C81" - } - ], - "DocsId": "T:System.Drawing.Pens", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Pens.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Region.IPointer#get_Pointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L16C45-L16C57" - }, - { - "DocsId": "M:System.Drawing.Region.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L18C5-L23C6" - }, - { - "DocsId": "M:System.Drawing.Region.#ctor(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L25C5-L31C6" - }, - { - "DocsId": "M:System.Drawing.Region.#ctor(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L33C37-L35C6" - }, - { - "DocsId": "M:System.Drawing.Region.#ctor(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L37C5-L45C6" - }, - { - "DocsId": "M:System.Drawing.Region.#ctor(System.Drawing.Drawing2D.RegionData)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L47C5-L58C6" - }, - { - "DocsId": "M:System.Drawing.Region.FromHrgn(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L64C9-L66C35" - }, - { - "DocsId": "M:System.Drawing.Region.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L79C9-L81C35" - }, - { - "DocsId": "M:System.Drawing.Region.ReleaseHrgn(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L86C9-L93C6" - }, - { - "DocsId": "M:System.Drawing.Region.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L97C9-L99C6" - }, - { - "DocsId": "M:System.Drawing.Region.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L132C18-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Region.MakeInfinite", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L134C35-L134C85" - }, - { - "DocsId": "M:System.Drawing.Region.MakeEmpty", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L136C32-L136C79" - }, - { - "DocsId": "M:System.Drawing.Region.Intersect(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L139C9-L139C122" - }, - { - "DocsId": "M:System.Drawing.Region.Intersect(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L141C46-L141C73" - }, - { - "DocsId": "M:System.Drawing.Region.Intersect(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L145C9-L148C6" - }, - { - "DocsId": "M:System.Drawing.Region.Intersect(System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L152C9-L155C6" - }, - { - "DocsId": "M:System.Drawing.Region.Union(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L158C9-L158C118" - }, - { - "DocsId": "M:System.Drawing.Region.Union(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L160C42-L160C65" - }, - { - "DocsId": "M:System.Drawing.Region.Union(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L164C9-L167C6" - }, - { - "DocsId": "M:System.Drawing.Region.Union(System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L171C9-L174C6" - }, - { - "DocsId": "M:System.Drawing.Region.Xor(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L177C9-L177C116" - }, - { - "DocsId": "M:System.Drawing.Region.Xor(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L179C40-L179C61" - }, - { - "DocsId": "M:System.Drawing.Region.Xor(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L183C9-L186C6" - }, - { - "DocsId": "M:System.Drawing.Region.Xor(System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L190C9-L193C6" - }, - { - "DocsId": "M:System.Drawing.Region.Exclude(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L196C9-L196C120" - }, - { - "DocsId": "M:System.Drawing.Region.Exclude(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L198C44-L198C69" - }, - { - "DocsId": "M:System.Drawing.Region.Exclude(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L202C9-L205C6" - }, - { - "DocsId": "M:System.Drawing.Region.Exclude(System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L209C9-L212C6" - }, - { - "DocsId": "M:System.Drawing.Region.Complement(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L215C9-L215C123" - }, - { - "DocsId": "M:System.Drawing.Region.Complement(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L217C47-L217C75" - }, - { - "DocsId": "M:System.Drawing.Region.Complement(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L221C9-L224C6" - }, - { - "DocsId": "M:System.Drawing.Region.Complement(System.Drawing.Region)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L228C9-L231C6" - }, - { - "DocsId": "M:System.Drawing.Region.Translate(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L233C50-L233C112" - }, - { - "DocsId": "M:System.Drawing.Region.Translate(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L235C46-L235C70" - }, - { - "DocsId": "M:System.Drawing.Region.Transform(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L239C9-L243C6" - }, - { - "DocsId": "M:System.Drawing.Region.GetBounds(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L247C9-L251C23" - }, - { - "DocsId": "M:System.Drawing.Region.GetHrgn(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L256C9-L260C21" - }, - { - "DocsId": "M:System.Drawing.Region.IsEmpty(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L265C9-L269C24" - }, - { - "DocsId": "M:System.Drawing.Region.IsInfinite(System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L274C9-L277C27" - }, - { - "DocsId": "M:System.Drawing.Region.Equals(System.Drawing.Region,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L282C9-L288C24" - }, - { - "DocsId": "M:System.Drawing.Region.GetRegionData", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L294C9-L305C43" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L308C48-L308C81" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L310C44-L310C66" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Single,System.Single,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L312C61-L312C91" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.PointF,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L317C9-L325C26" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L328C75-L328C127" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L330C47-L330C68" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Single,System.Single,System.Single,System.Single,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L332C88-L332C137" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.RectangleF,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L337C9-L344C26" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Int32,System.Int32,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L347C57-L347C86" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L349C43-L349C65" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.Point,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L351C56-L351C83" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L353C67-L353C118" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L355C46-L355C67" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L357C80-L357C128" - }, - { - "DocsId": "M:System.Drawing.Region.IsVisible(System.Drawing.Rectangle,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L359C59-L359C89" - }, - { - "DocsId": "M:System.Drawing.Region.GetRegionScans(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L363C9-L388C27" - }, - { - "DocsId": "P:System.Drawing.Region.IPointer#Pointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs#L16C45-L16C57" - } - ], - "DocsId": "T:System.Drawing.Region", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Region.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.RotateFlipType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.RotateNoneFlipNone", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.Rotate90FlipNone", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.Rotate180FlipNone", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.Rotate270FlipNone", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.RotateNoneFlipX", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.Rotate90FlipX", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.Rotate180FlipX", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.Rotate270FlipX", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.RotateNoneFlipY", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.Rotate90FlipY", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.Rotate180FlipY", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.Rotate270FlipY", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.RotateNoneFlipXY", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.Rotate90FlipXY", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.Rotate180FlipXY", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "DocsId": "F:System.Drawing.RotateFlipType.Rotate270FlipXY", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - } - ], - "DocsId": "T:System.Drawing.RotateFlipType", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/RotateFlipType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.SolidBrush.#ctor(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SolidBrush.cs#L11C5-L26C6" - }, - { - "DocsId": "M:System.Drawing.SolidBrush.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SolidBrush.cs#L39C9-L43C58" - }, - { - "DocsId": "M:System.Drawing.SolidBrush.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SolidBrush.cs#L48C9-L58C6" - }, - { - "DocsId": "M:System.Drawing.SolidBrush.System#Drawing#Internal#ISystemColorTracker#OnSystemColorChanged", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SolidBrush.cs#L107C9-L111C6" - }, - { - "DocsId": "P:System.Drawing.SolidBrush.Color", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SolidBrush.cs#L64C13-L73C27" - } - ], - "DocsId": "T:System.Drawing.SolidBrush", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SolidBrush.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.StockIconId.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.DocumentNoAssociation", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.DocumentWithAssociation", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Application", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Folder", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.FolderOpen", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Drive525", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Drive35", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.DriveRemovable", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.DriveFixed", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.DriveNet", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.DriveNetDisabled", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.DriveCD", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.DriveRam", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.World", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Server", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Printer", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MyNetwork", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Find", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Help", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Share", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Link", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.SlowFile", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Recycler", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.RecyclerFull", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaCDAudio", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Lock", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.AutoList", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.PrinterNet", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.ServerShare", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.PrinterFax", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.PrinterFaxNet", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.PrinterFile", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Stack", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaSVCD", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.StuffedFolder", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.DriveUnknown", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.DriveDVD", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaDVD", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaDVDRAM", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaDVDRW", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaDVDR", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaDVDROM", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaCDAudioPlus", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaCDRW", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaCDR", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaCDBurn", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaBlankCD", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaCDROM", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.AudioFiles", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.ImageFiles", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.VideoFiles", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MixedFiles", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.FolderBack", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.FolderFront", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Shield", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Warning", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Info", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Error", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Key", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Software", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Rename", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Delete", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaAudioDVD", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaMovieDVD", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaEnhancedCD", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaEnhancedDVD", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaHDDVD", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaBluRay", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaVCD", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaDVDPlusR", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaDVDPlusRW", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.DesktopPC", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MobilePC", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Users", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaSmartMedia", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaCompactFlash", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.DeviceCellPhone", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.DeviceCamera", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.DeviceVideoCamera", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.DeviceAudioPlayer", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.NetworkConnect", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Internet", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.ZipFile", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.Settings", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.DriveHDDVD", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.DriveBD", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaHDDVDROM", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaHDDVDR", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaHDDVDRAM", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaBDROM", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaBDR", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.MediaBDRE", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconId.ClusteredDrive", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - } - ], - "DocsId": "T:System.Drawing.StockIconId", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconId.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.StockIconOptions.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconOptions.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconOptions.SmallIcon", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconOptions.ShellIconSize", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconOptions.LinkOverlay", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" - }, - { - "DocsId": "F:System.Drawing.StockIconOptions.Selected", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" - } - ], - "DocsId": "T:System.Drawing.StockIconOptions", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StockIconOptions.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.StringAlignment.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.StringAlignment.Near", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.StringAlignment.Center", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.StringAlignment.Far", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringAlignment.cs" - } - ], - "DocsId": "T:System.Drawing.StringAlignment", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringAlignment.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.StringDigitSubstitute.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" - }, - { - "DocsId": "F:System.Drawing.StringDigitSubstitute.User", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" - }, - { - "DocsId": "F:System.Drawing.StringDigitSubstitute.None", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" - }, - { - "DocsId": "F:System.Drawing.StringDigitSubstitute.National", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" - }, - { - "DocsId": "F:System.Drawing.StringDigitSubstitute.Traditional", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" - } - ], - "DocsId": "T:System.Drawing.StringDigitSubstitute", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringDigitSubstitute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.StringFormat.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L22C29-L24C6" - }, - { - "DocsId": "M:System.Drawing.StringFormat.#ctor(System.Drawing.StringFormatFlags)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L29C54-L31C6" - }, - { - "DocsId": "M:System.Drawing.StringFormat.#ctor(System.Drawing.StringFormatFlags,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L37C5-L42C6" - }, - { - "DocsId": "M:System.Drawing.StringFormat.#ctor(System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L48C5-L55C6" - }, - { - "DocsId": "M:System.Drawing.StringFormat.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L62C9-L64C6" - }, - { - "DocsId": "M:System.Drawing.StringFormat.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L99C30-L99C52" - }, - { - "DocsId": "M:System.Drawing.StringFormat.SetMeasurableCharacterRanges(System.Drawing.CharacterRange[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L125C9-L139C6" - }, - { - "DocsId": "M:System.Drawing.StringFormat.SetTabStops(System.Single,System.Single[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L218C9-L237C6" - }, - { - "DocsId": "M:System.Drawing.StringFormat.GetTabStops(System.Single@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L245C9-L260C29" - }, - { - "DocsId": "M:System.Drawing.StringFormat.SetDigitSubstitution(System.Int32,System.Drawing.StringDigitSubstitute)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L341C9-L347C6" - }, - { - "DocsId": "M:System.Drawing.StringFormat.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L392C24-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.StringFormat.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L397C42-L397C86" - }, - { - "DocsId": "P:System.Drawing.StringFormat.FormatFlags", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L109C13-L111C27" - }, - { - "DocsId": "P:System.Drawing.StringFormat.Alignment", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L149C13-L151C30" - }, - { - "DocsId": "P:System.Drawing.StringFormat.LineAlignment", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L173C13-L175C30" - }, - { - "DocsId": "P:System.Drawing.StringFormat.HotkeyPrefix", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L197C13-L199C33" - }, - { - "DocsId": "P:System.Drawing.StringFormat.Trimming", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L275C13-L277C29" - }, - { - "DocsId": "P:System.Drawing.StringFormat.GenericDefault", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L310C13-L311C45" - }, - { - "DocsId": "P:System.Drawing.StringFormat.GenericTypographic", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L334C13-L335C45" - }, - { - "DocsId": "P:System.Drawing.StringFormat.DigitSubstitutionMethod", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L357C13-L363C36" - }, - { - "DocsId": "P:System.Drawing.StringFormat.DigitSubstitutionLanguage", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs#L375C13-L377C29" - } - ], - "DocsId": "T:System.Drawing.StringFormat", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringFormat.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.StringFormatFlags.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" - }, - { - "DocsId": "F:System.Drawing.StringFormatFlags.DirectionRightToLeft", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" - }, - { - "DocsId": "F:System.Drawing.StringFormatFlags.DirectionVertical", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" - }, - { - "DocsId": "F:System.Drawing.StringFormatFlags.FitBlackBox", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" - }, - { - "DocsId": "F:System.Drawing.StringFormatFlags.DisplayFormatControl", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" - }, - { - "DocsId": "F:System.Drawing.StringFormatFlags.NoFontFallback", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" - }, - { - "DocsId": "F:System.Drawing.StringFormatFlags.MeasureTrailingSpaces", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" - }, - { - "DocsId": "F:System.Drawing.StringFormatFlags.NoWrap", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" - }, - { - "DocsId": "F:System.Drawing.StringFormatFlags.LineLimit", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" - }, - { - "DocsId": "F:System.Drawing.StringFormatFlags.NoClip", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" - } - ], - "DocsId": "T:System.Drawing.StringFormatFlags", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringFormatFlags.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.StringTrimming.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" - }, - { - "DocsId": "F:System.Drawing.StringTrimming.None", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" - }, - { - "DocsId": "F:System.Drawing.StringTrimming.Character", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" - }, - { - "DocsId": "F:System.Drawing.StringTrimming.Word", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" - }, - { - "DocsId": "F:System.Drawing.StringTrimming.EllipsisCharacter", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" - }, - { - "DocsId": "F:System.Drawing.StringTrimming.EllipsisWord", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" - }, - { - "DocsId": "F:System.Drawing.StringTrimming.EllipsisPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" - } - ], - "DocsId": "T:System.Drawing.StringTrimming", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringTrimming.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.StringUnit.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" - }, - { - "DocsId": "F:System.Drawing.StringUnit.World", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" - }, - { - "DocsId": "F:System.Drawing.StringUnit.Display", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" - }, - { - "DocsId": "F:System.Drawing.StringUnit.Pixel", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" - }, - { - "DocsId": "F:System.Drawing.StringUnit.Point", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" - }, - { - "DocsId": "F:System.Drawing.StringUnit.Inch", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" - }, - { - "DocsId": "F:System.Drawing.StringUnit.Document", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" - }, - { - "DocsId": "F:System.Drawing.StringUnit.Millimeter", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" - }, - { - "DocsId": "F:System.Drawing.StringUnit.Em", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" - } - ], - "DocsId": "T:System.Drawing.StringUnit", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/StringUnit.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.SystemBrushes.FromSystemColor(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L55C9-L76C63" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.ActiveBorder", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L10C41-L10C83" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.ActiveCaption", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L11C42-L11C85" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.ActiveCaptionText", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L12C46-L12C93" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.AppWorkspace", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L13C41-L13C83" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.ButtonFace", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L15C39-L15C79" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.ButtonHighlight", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L16C44-L16C89" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.ButtonShadow", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L17C41-L17C83" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.Control", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L19C36-L19C73" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.ControlLightLight", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L20C46-L20C93" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.ControlLight", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L21C41-L21C83" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.ControlDark", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L22C40-L22C81" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.ControlDarkDark", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L23C44-L23C89" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.ControlText", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L24C40-L24C81" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.Desktop", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L26C36-L26C73" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.GradientActiveCaption", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L28C50-L28C101" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.GradientInactiveCaption", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L29C52-L29C105" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.GrayText", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L30C37-L30C75" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.Highlight", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L32C38-L32C77" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.HighlightText", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L33C42-L33C85" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.HotTrack", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L34C37-L34C75" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.InactiveCaption", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L36C44-L36C89" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.InactiveBorder", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L37C43-L37C87" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.InactiveCaptionText", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L38C48-L38C97" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.Info", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L39C33-L39C67" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.InfoText", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L40C37-L40C75" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.Menu", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L42C33-L42C67" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.MenuBar", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L43C36-L43C73" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.MenuHighlight", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L44C42-L44C85" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.MenuText", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L45C37-L45C75" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.ScrollBar", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L47C38-L47C77" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.Window", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L49C35-L49C71" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.WindowFrame", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L50C40-L50C81" - }, - { - "DocsId": "P:System.Drawing.SystemBrushes.WindowText", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs#L51C39-L51C79" - } - ], - "DocsId": "T:System.Drawing.SystemBrushes", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemBrushes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.SystemFonts.GetFontByName(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L15C9-L48C21" - }, - { - "DocsId": "P:System.Drawing.SystemFonts.CaptionFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L61C13-L69C32" - }, - { - "DocsId": "P:System.Drawing.SystemFonts.SmallCaptionFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L77C13-L85C34" - }, - { - "DocsId": "P:System.Drawing.SystemFonts.MenuFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L93C13-L101C29" - }, - { - "DocsId": "P:System.Drawing.SystemFonts.StatusFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L109C13-L117C31" - }, - { - "DocsId": "P:System.Drawing.SystemFonts.MessageBoxFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L125C13-L133C35" - }, - { - "DocsId": "P:System.Drawing.SystemFonts.IconTitleFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L151C13-L160C34" - }, - { - "DocsId": "P:System.Drawing.SystemFonts.DefaultFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L168C13-L218C32" - }, - { - "DocsId": "P:System.Drawing.SystemFonts.DialogFont", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs#L226C13-L258C31" - } - ], - "DocsId": "T:System.Drawing.SystemFonts", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemFonts.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.SystemIcons.GetStockIcon(System.Drawing.StockIconId,System.Drawing.StockIconOptions)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L77C9-L90C58" - }, - { - "DocsId": "M:System.Drawing.SystemIcons.GetStockIcon(System.Drawing.StockIconId,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L103C9-L127C53" - }, - { - "DocsId": "P:System.Drawing.SystemIcons.Application", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L22C39-L22C94" - }, - { - "DocsId": "P:System.Drawing.SystemIcons.Asterisk", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L24C36-L24C85" - }, - { - "DocsId": "P:System.Drawing.SystemIcons.Error", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L26C33-L26C76" - }, - { - "DocsId": "P:System.Drawing.SystemIcons.Exclamation", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L28C39-L28C94" - }, - { - "DocsId": "P:System.Drawing.SystemIcons.Hand", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L30C32-L30C73" - }, - { - "DocsId": "P:System.Drawing.SystemIcons.Information", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L32C39-L32C94" - }, - { - "DocsId": "P:System.Drawing.SystemIcons.Question", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L34C36-L34C85" - }, - { - "DocsId": "P:System.Drawing.SystemIcons.Warning", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L36C35-L36C82" - }, - { - "DocsId": "P:System.Drawing.SystemIcons.WinLogo", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L38C35-L38C82" - }, - { - "DocsId": "P:System.Drawing.SystemIcons.Shield", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs#L44C13-L50C29" - } - ], - "DocsId": "T:System.Drawing.SystemIcons", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemIcons.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.SystemPens.FromSystemColor(System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L56C9-L76C53" - }, - { - "DocsId": "P:System.Drawing.SystemPens.ActiveBorder", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L10C39-L10C81" - }, - { - "DocsId": "P:System.Drawing.SystemPens.ActiveCaption", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L11C40-L11C83" - }, - { - "DocsId": "P:System.Drawing.SystemPens.ActiveCaptionText", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L12C44-L12C91" - }, - { - "DocsId": "P:System.Drawing.SystemPens.AppWorkspace", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L13C39-L13C81" - }, - { - "DocsId": "P:System.Drawing.SystemPens.ButtonFace", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L15C37-L15C77" - }, - { - "DocsId": "P:System.Drawing.SystemPens.ButtonHighlight", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L16C42-L16C87" - }, - { - "DocsId": "P:System.Drawing.SystemPens.ButtonShadow", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L18C39-L18C81" - }, - { - "DocsId": "P:System.Drawing.SystemPens.Control", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L20C34-L20C71" - }, - { - "DocsId": "P:System.Drawing.SystemPens.ControlText", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L21C38-L21C79" - }, - { - "DocsId": "P:System.Drawing.SystemPens.ControlDark", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L22C38-L22C79" - }, - { - "DocsId": "P:System.Drawing.SystemPens.ControlDarkDark", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L23C42-L23C87" - }, - { - "DocsId": "P:System.Drawing.SystemPens.ControlLight", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L24C39-L24C81" - }, - { - "DocsId": "P:System.Drawing.SystemPens.ControlLightLight", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L25C44-L25C91" - }, - { - "DocsId": "P:System.Drawing.SystemPens.Desktop", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L27C34-L27C71" - }, - { - "DocsId": "P:System.Drawing.SystemPens.GradientActiveCaption", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L29C48-L29C99" - }, - { - "DocsId": "P:System.Drawing.SystemPens.GradientInactiveCaption", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L30C50-L30C103" - }, - { - "DocsId": "P:System.Drawing.SystemPens.GrayText", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L31C35-L31C73" - }, - { - "DocsId": "P:System.Drawing.SystemPens.Highlight", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L33C36-L33C75" - }, - { - "DocsId": "P:System.Drawing.SystemPens.HighlightText", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L34C40-L34C83" - }, - { - "DocsId": "P:System.Drawing.SystemPens.HotTrack", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L35C35-L35C73" - }, - { - "DocsId": "P:System.Drawing.SystemPens.InactiveBorder", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L37C41-L37C85" - }, - { - "DocsId": "P:System.Drawing.SystemPens.InactiveCaption", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L38C42-L38C87" - }, - { - "DocsId": "P:System.Drawing.SystemPens.InactiveCaptionText", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L39C46-L39C95" - }, - { - "DocsId": "P:System.Drawing.SystemPens.Info", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L40C31-L40C65" - }, - { - "DocsId": "P:System.Drawing.SystemPens.InfoText", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L41C35-L41C73" - }, - { - "DocsId": "P:System.Drawing.SystemPens.Menu", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L43C31-L43C65" - }, - { - "DocsId": "P:System.Drawing.SystemPens.MenuBar", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L44C34-L44C71" - }, - { - "DocsId": "P:System.Drawing.SystemPens.MenuHighlight", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L45C40-L45C83" - }, - { - "DocsId": "P:System.Drawing.SystemPens.MenuText", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L46C35-L46C73" - }, - { - "DocsId": "P:System.Drawing.SystemPens.ScrollBar", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L48C36-L48C75" - }, - { - "DocsId": "P:System.Drawing.SystemPens.Window", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L50C33-L50C69" - }, - { - "DocsId": "P:System.Drawing.SystemPens.WindowFrame", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L51C38-L51C79" - }, - { - "DocsId": "P:System.Drawing.SystemPens.WindowText", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs#L52C37-L52C77" - } - ], - "DocsId": "T:System.Drawing.SystemPens", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/SystemPens.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L17C41-L19C6" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.Drawing2D.WrapMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L21C5-L34C6" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.Drawing2D.WrapMode,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L36C5-L53C6" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.Drawing2D.WrapMode,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L56C11-L58C6" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L60C60-L60C90" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.RectangleF,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L62C5-L79C6" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L81C59-L81C89" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.#ctor(System.Drawing.Image,System.Drawing.Rectangle,System.Drawing.Imaging.ImageAttributes)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L84C11-L86C6" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L97C9-L100C57" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.ResetTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L154C9-L156C6" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L158C53-L158C99" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L162C9-L176C6" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.TranslateTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L178C59-L178C106" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.TranslateTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L182C9-L188C6" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.ScaleTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L190C55-L190C98" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.ScaleTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L194C9-L200C6" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.RotateTransform(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L202C49-L202C92" - }, - { - "DocsId": "M:System.Drawing.TextureBrush.RotateTransform(System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L206C9-L212C6" - }, - { - "DocsId": "P:System.Drawing.TextureBrush.Transform", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L107C13-L110C27" - }, - { - "DocsId": "P:System.Drawing.TextureBrush.WrapMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L125C13-L127C45" - }, - { - "DocsId": "P:System.Drawing.TextureBrush.Image", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs#L146C13-L148C51" - } - ], - "DocsId": "T:System.Drawing.TextureBrush", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/TextureBrush.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L27C55-L30C6" - }, - { - "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L32C45-L35C6" - }, - { - "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.#ctor(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L38C11-L42C6" - }, - { - "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L52C9-L62C22" - }, - { - "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.GetHashCode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L65C42-L65C60" - }, - { - "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.GetImage(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L67C50-L67C75" - }, - { - "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.GetImage(System.Object,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L71C9-L76C21" - }, - { - "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.GetImage(System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L79C42-L79C63" - }, - { - "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.GetImage(System.Type,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L81C54-L81C81" - }, - { - "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.GetImage(System.Type,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L85C9-L131C25" - }, - { - "DocsId": "M:System.Drawing.ToolboxBitmapAttribute.GetImageFromResource(System.Type,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs#L231C9-L231C72" - }, - { - "DocsId": "F:System.Drawing.ToolboxBitmapAttribute.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs" - } - ], - "DocsId": "T:System.Drawing.ToolboxBitmapAttribute", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/ToolboxBitmapAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Text.FontCollection.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs#L20C9-L22C6" - }, - { - "DocsId": "M:System.Drawing.Text.FontCollection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs#L24C54-L24C55" - }, - { - "DocsId": "M:System.Drawing.Text.FontCollection.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs#L61C26-L16707566C0" - }, - { - "DocsId": "P:System.Drawing.Text.FontCollection.Families", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs#L34C13-L57C29" - } - ], - "DocsId": "T:System.Drawing.Text.FontCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Text/FontCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Text.GenericFontFamilies.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Text/GenericFontFamilies.cs" - }, - { - "DocsId": "F:System.Drawing.Text.GenericFontFamilies.Serif", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Text/GenericFontFamilies.cs" - }, - { - "DocsId": "F:System.Drawing.Text.GenericFontFamilies.SansSerif", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Text/GenericFontFamilies.cs" - }, - { - "DocsId": "F:System.Drawing.Text.GenericFontFamilies.Monospace", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Text/GenericFontFamilies.cs" - } - ], - "DocsId": "T:System.Drawing.Text.GenericFontFamilies", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Text/GenericFontFamilies.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Text.HotkeyPrefix.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Text/HotkeyPrefix.cs" - }, - { - "DocsId": "F:System.Drawing.Text.HotkeyPrefix.None", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Text/HotkeyPrefix.cs" - }, - { - "DocsId": "F:System.Drawing.Text.HotkeyPrefix.Show", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Text/HotkeyPrefix.cs" - }, - { - "DocsId": "F:System.Drawing.Text.HotkeyPrefix.Hide", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Text/HotkeyPrefix.cs" - } - ], - "DocsId": "T:System.Drawing.Text.HotkeyPrefix", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Text/HotkeyPrefix.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Text.InstalledFontCollection.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Text/InstalledFontCollection.cs#L13C40-L18C6" - } - ], - "DocsId": "T:System.Drawing.Text.InstalledFontCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Text/InstalledFontCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Text.PrivateFontCollection.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Text/PrivateFontCollection.cs#L16C38-L21C6" - }, - { - "DocsId": "M:System.Drawing.Text.PrivateFontCollection.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Text/PrivateFontCollection.cs#L28C9-L52C6" - }, - { - "DocsId": "M:System.Drawing.Text.PrivateFontCollection.AddFontFile(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Text/PrivateFontCollection.cs#L59C9-L89C6" - }, - { - "DocsId": "M:System.Drawing.Text.PrivateFontCollection.AddMemoryFont(System.IntPtr,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Text/PrivateFontCollection.cs#L96C9-L98C6" - } - ], - "DocsId": "T:System.Drawing.Text.PrivateFontCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Text/PrivateFontCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Text.TextRenderingHint.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" - }, - { - "DocsId": "F:System.Drawing.Text.TextRenderingHint.SystemDefault", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" - }, - { - "DocsId": "F:System.Drawing.Text.TextRenderingHint.SingleBitPerPixelGridFit", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" - }, - { - "DocsId": "F:System.Drawing.Text.TextRenderingHint.SingleBitPerPixel", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" - }, - { - "DocsId": "F:System.Drawing.Text.TextRenderingHint.AntiAliasGridFit", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" - }, - { - "DocsId": "F:System.Drawing.Text.TextRenderingHint.AntiAlias", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" - }, - { - "DocsId": "F:System.Drawing.Text.TextRenderingHint.ClearTypeGridFit", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" - } - ], - "DocsId": "T:System.Drawing.Text.TextRenderingHint", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Text/TextRenderingHint.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.StandardPrintController.IHandle#get_Handle", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs#L17C32-L17C56" - }, - { - "DocsId": "M:System.Drawing.Printing.StandardPrintController.OnStartPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs#L26C9-L63C6" - }, - { - "DocsId": "M:System.Drawing.Printing.StandardPrintController.OnStartPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs#L76C9-L106C70" - }, - { - "DocsId": "M:System.Drawing.Printing.StandardPrintController.OnEndPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs#L118C13-L131C6" - }, - { - "DocsId": "M:System.Drawing.Printing.StandardPrintController.OnEndPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs#L140C9-L156C6" - }, - { - "DocsId": "M:System.Drawing.Printing.StandardPrintController.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs" - }, - { - "DocsId": "P:System.Drawing.Printing.StandardPrintController.IHandle#Handle", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs#L17C32-L17C56" - } - ], - "DocsId": "T:System.Drawing.Printing.StandardPrintController", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/DefaultPrintController.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Printing.Duplex.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.Duplex.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.Duplex.Simplex", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.Duplex.Horizontal", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.Duplex.Vertical", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.Duplex", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/Duplex.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.InvalidPrinterException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/InvalidPrinterException.Core.cs#L14C91-L17C6" - }, - { - "DocsId": "M:System.Drawing.Printing.InvalidPrinterException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/InvalidPrinterException.Core.cs#L24C9-L26C6" - }, - { - "DocsId": "M:System.Drawing.Printing.InvalidPrinterException.#ctor(System.Drawing.Printing.PrinterSettings)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/InvalidPrinterException.cs#L19C64-L22C6" - } - ], - "DocsId": "T:System.Drawing.Printing.InvalidPrinterException", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/InvalidPrinterException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.Margins.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L35C24-L37C6" - }, - { - "DocsId": "M:System.Drawing.Printing.Margins.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L42C5-L58C6" - }, - { - "DocsId": "M:System.Drawing.Printing.Margins.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L176C30-L176C47" - }, - { - "DocsId": "M:System.Drawing.Printing.Margins.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L178C9-L182C40" - }, - { - "DocsId": "M:System.Drawing.Printing.Margins.GetHashCode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L187C42-L187C84" - }, - { - "DocsId": "M:System.Drawing.Printing.Margins.op_Equality(System.Drawing.Printing.Margins,System.Drawing.Printing.Margins)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L194C9-L204C30" - }, - { - "DocsId": "M:System.Drawing.Printing.Margins.op_Inequality(System.Drawing.Printing.Margins,System.Drawing.Printing.Margins)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L210C65-L210C76" - }, - { - "DocsId": "M:System.Drawing.Printing.Margins.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L215C42-L215C106" - }, - { - "DocsId": "P:System.Drawing.Printing.Margins.Left", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L65C16-L65C21" - }, - { - "DocsId": "P:System.Drawing.Printing.Margins.Right", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L79C16-L79C22" - }, - { - "DocsId": "P:System.Drawing.Printing.Margins.Top", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L93C16-L93C20" - }, - { - "DocsId": "P:System.Drawing.Printing.Margins.Bottom", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs#L107C16-L107C23" - } - ], - "DocsId": "T:System.Drawing.Printing.Margins", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/Margins.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.MarginsConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L17C12-L17C84" - }, - { - "DocsId": "M:System.Drawing.Printing.MarginsConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L20C12-L20C104" - }, - { - "DocsId": "M:System.Drawing.Printing.MarginsConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L24C9-L55C76" - }, - { - "DocsId": "M:System.Drawing.Printing.MarginsConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L67C9-L99C73" - }, - { - "DocsId": "M:System.Drawing.Printing.MarginsConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L102C89-L102C93" - }, - { - "DocsId": "M:System.Drawing.Printing.MarginsConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs#L106C9-L115C81" - }, - { - "DocsId": "M:System.Drawing.Printing.MarginsConverter.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.MarginsConverter", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/MarginsConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PageSettings.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L22C29-L24C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PageSettings.#ctor(System.Drawing.Printing.PrinterSettings)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L12C5-L33C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PageSettings.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L216C9-L218C23" - }, - { - "DocsId": "M:System.Drawing.Printing.PageSettings.CopyToHdevmode(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L226C9-L340C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PageSettings.SetHdevmode(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L473C9-L495C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PageSettings.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L498C9-L498C182" - }, - { - "DocsId": "P:System.Drawing.Printing.PageSettings.Bounds", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L42C13-L46C31" - }, - { - "DocsId": "P:System.Drawing.Printing.PageSettings.Color", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L55C16-L57C27" - }, - { - "DocsId": "P:System.Drawing.Printing.PageSettings.HardMarginX", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L68C13-L73C10" - }, - { - "DocsId": "P:System.Drawing.Printing.PageSettings.HardMarginY", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L83C13-L88C10" - }, - { - "DocsId": "P:System.Drawing.Printing.PageSettings.Landscape", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L96C16-L98C31" - }, - { - "DocsId": "P:System.Drawing.Printing.PageSettings.Margins", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L107C16-L107C24" - }, - { - "DocsId": "P:System.Drawing.Printing.PageSettings.PaperSize", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L116C16-L116C42" - }, - { - "DocsId": "P:System.Drawing.Printing.PageSettings.PaperSource", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L127C13-L140C27" - }, - { - "DocsId": "P:System.Drawing.Printing.PageSettings.PrintableArea", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L152C13-L175C10" - }, - { - "DocsId": "P:System.Drawing.Printing.PageSettings.PrinterResolution", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L185C13-L197C27" - }, - { - "DocsId": "P:System.Drawing.Printing.PageSettings.PrinterSettings", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs#L207C16-L207C32" - } - ], - "DocsId": "T:System.Drawing.Printing.PageSettings", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PageSettings.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Printing.PaperKind.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Custom", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Letter", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Legal", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A4", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.CSheet", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.DSheet", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.ESheet", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.LetterSmall", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Tabloid", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Ledger", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Statement", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Executive", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A3", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A4Small", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A5", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.B4", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.B5", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Folio", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Quarto", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Standard10x14", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Standard11x17", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Note", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Number9Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Number10Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Number11Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Number12Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Number14Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.DLEnvelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.C5Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.C3Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.C4Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.C6Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.C65Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.B4Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.B5Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.B6Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.ItalyEnvelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.MonarchEnvelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PersonalEnvelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.USStandardFanfold", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.GermanStandardFanfold", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.GermanLegalFanfold", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.IsoB4", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapanesePostcard", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Standard9x11", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Standard10x11", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Standard15x11", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.InviteEnvelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.LetterExtra", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.LegalExtra", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.TabloidExtra", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A4Extra", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.LetterTransverse", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A4Transverse", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.LetterExtraTransverse", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.APlus", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.BPlus", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.LetterPlus", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A4Plus", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A5Transverse", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.B5Transverse", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A3Extra", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A5Extra", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.B5Extra", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A2", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A3Transverse", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A3ExtraTransverse", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseDoublePostcard", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A6", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeKakuNumber2", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeKakuNumber3", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeChouNumber3", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeChouNumber4", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.LetterRotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A3Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A4Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A5Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.B4JisRotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.B5JisRotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapanesePostcardRotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseDoublePostcardRotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.A6Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeKakuNumber2Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeKakuNumber3Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeChouNumber3Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeChouNumber4Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.B6Jis", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.B6JisRotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Standard12x11", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeYouNumber4", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.JapaneseEnvelopeYouNumber4Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Prc16K", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Prc32K", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Prc32KBig", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber1", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber2", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber3", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber4", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber5", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber6", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber7", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber8", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber9", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber10", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Prc16KRotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Prc32KRotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.Prc32KBigRotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber1Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber2Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber3Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber4Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber5Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber6Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber7Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber8Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber9Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperKind.PrcEnvelopeNumber10Rotated", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.PaperKind", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperKinds.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PaperSize.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L24C5-L29C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PaperSize.#ctor(System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L42C5-L48C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PaperSize.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L119C42-L119C188" - }, - { - "DocsId": "P:System.Drawing.Printing.PaperSize.Height", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L55C16-L55C23" - }, - { - "DocsId": "P:System.Drawing.Printing.PaperSize.Kind", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L71C12-L74C31" - }, - { - "DocsId": "P:System.Drawing.Printing.PaperSize.PaperName", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L81C16-L81C21" - }, - { - "DocsId": "P:System.Drawing.Printing.PaperSize.RawKind", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L98C16-L98C26" - }, - { - "DocsId": "P:System.Drawing.Printing.PaperSize.Width", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs#L107C16-L107C22" - } - ], - "DocsId": "T:System.Drawing.Printing.PaperSize", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PaperSource.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs#L17C5-L21C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PaperSource.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs#L52C42-L52C83" - }, - { - "DocsId": "P:System.Drawing.Printing.PaperSource.Kind", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs#L32C36-L32C101" - }, - { - "DocsId": "P:System.Drawing.Printing.PaperSource.RawKind", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs#L39C16-L39C26" - }, - { - "DocsId": "P:System.Drawing.Printing.PaperSource.SourceName", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs#L48C16-L48C21" - } - ], - "DocsId": "T:System.Drawing.Printing.PaperSource", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.Upper", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.Lower", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.Middle", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.Manual", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.Envelope", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.ManualFeed", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.AutomaticFeed", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.TractorFeed", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.SmallFormat", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.LargeFormat", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.LargeCapacity", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.Cassette", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.FormSource", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PaperSourceKind.Custom", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.PaperSourceKind", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PaperSourceKind.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PreviewPageInfo.#ctor(System.Drawing.Image,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPageInfo.cs#L14C5-L23C6" - }, - { - "DocsId": "P:System.Drawing.Printing.PreviewPageInfo.Image", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPageInfo.cs#L28C27-L28C33" - }, - { - "DocsId": "P:System.Drawing.Printing.PreviewPageInfo.PhysicalSize", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPageInfo.cs#L33C33-L33C46" - } - ], - "DocsId": "T:System.Drawing.Printing.PreviewPageInfo", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPageInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PreviewPrintController.GetPreviewPageInfo", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L21C54-L21C64" - }, - { - "DocsId": "M:System.Drawing.Printing.PreviewPrintController.OnStartPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L28C9-L38C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PreviewPrintController.OnStartPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L45C9-L100C26" - }, - { - "DocsId": "M:System.Drawing.Printing.PreviewPrintController.OnEndPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L105C9-L108C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PreviewPrintController.OnEndPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L112C9-L115C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PreviewPrintController.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L15C5-L15C55" - }, - { - "DocsId": "P:System.Drawing.Printing.PreviewPrintController.IsPreview", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L17C39-L17C43" - }, - { - "DocsId": "P:System.Drawing.Printing.PreviewPrintController.UseAntiAlias", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs#L19C40-L19C44" - } - ], - "DocsId": "T:System.Drawing.Printing.PreviewPrintController", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PreviewPrintController.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Printing.PrintAction.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintAction.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrintAction.PrintToFile", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintAction.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrintAction.PrintToPreview", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintAction.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrintAction.PrintToPrinter", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintAction.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.PrintAction", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintAction.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrintController.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L13C5-L15C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintController.OnStartPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L25C91-L25C95" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintController.OnEndPage(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L32C5-L32C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintController.OnStartPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L218C9-L219C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintController.OnEndPrint(System.Drawing.Printing.PrintDocument,System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L224C81-L224C101" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintController.IsPreview", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs#L20C38-L20C43" - } - ], - "DocsId": "T:System.Drawing.Printing.PrintController", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintController.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrintDocument.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L14C5-L32C88" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintDocument.OnBeginPrint(System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L149C71-L149C106" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintDocument.OnEndPrint(System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L154C69-L154C102" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintDocument.OnPrintPage(System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L159C74-L159C108" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintDocument.OnQueryPageSettings(System.Drawing.Printing.QueryPageSettingsEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L164C90-L164C120" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintDocument.Print", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L171C9-L173C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintDocument.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L178C42-L178C75" - }, - { - "DocsId": "E:System.Drawing.Printing.PrintDocument.BeginPrint", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L115C16-L115C43" - }, - { - "DocsId": "E:System.Drawing.Printing.PrintDocument.EndPrint", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L125C16-L125C41" - }, - { - "DocsId": "E:System.Drawing.Printing.PrintDocument.PrintPage", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L135C16-L135C42" - }, - { - "DocsId": "E:System.Drawing.Printing.PrintDocument.QueryPageSettings", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L142C16-L142C38" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintDocument.DefaultPageSettings", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L42C15-L42C43" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintDocument.DocumentName", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L58C16-L58C29" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintDocument.OriginAtMargins", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L71C16-L71C32" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintDocument.PrintController", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L83C16-L83C66" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintDocument.PrinterSettings", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs#L95C16-L95C32" - } - ], - "DocsId": "T:System.Drawing.Printing.PrintDocument", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintDocument.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrinterResolution.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs#L18C5-L21C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterResolution.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs#L57C42-L59C74" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterResolution.Kind", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs#L35C16-L35C21" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterResolution.X", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs#L50C20-L50C24" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterResolution.Y", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs#L55C20-L55C24" - } - ], - "DocsId": "T:System.Drawing.Printing.PrinterResolution", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Printing.PrinterResolutionKind.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrinterResolutionKind.High", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrinterResolutionKind.Medium", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrinterResolutionKind.Low", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrinterResolutionKind.Draft", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrinterResolutionKind.Custom", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.PrinterResolutionKind", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolutionKind.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L19C5-L42C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.IsDirectPrintingSupported(System.Drawing.Imaging.ImageFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L332C9-L339C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.IsDirectPrintingSupported(System.Drawing.Image)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L372C9-L406C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L435C9-L437C22" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.CreateMeasurementGraphics", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L490C52-L490C98" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.CreateMeasurementGraphics(System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L495C9-L502C18" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.CreateMeasurementGraphics(System.Drawing.Printing.PageSettings)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L508C9-L511C18" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.CreateMeasurementGraphics(System.Drawing.Printing.PageSettings,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L517C9-L524C18" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.GetHdevmode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L601C9-L603C27" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.GetHdevmode(System.Drawing.Printing.PageSettings)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L710C9-L713C27" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.GetHdevnames", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L724C9-L757C23" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.SetHdevmode(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L986C9-L1023C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.SetHdevnames(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1030C9-L1044C6" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L1047C9-L1047C215" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.CanDuplex", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L47C30-L47C92" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.Copies", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L54C16-L54C75" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.Collate", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L71C16-L73C29" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.DefaultPageSettings", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L80C48-L80C68" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.Duplex", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L91C16-L91C129" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.FromPage", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L108C16-L108C25" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.InstalledPrinters", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L133C13-L180C10" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.IsDefaultPrinter", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L186C37-L186C100" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.IsPlotter", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L191C30-L191C99" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.IsValid", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L196C28-L196C91" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.LandscapeAngle", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L201C34-L201C113" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.MaximumCopies", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L206C33-L206C107" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.MaximumPage", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L213C16-L213C24" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.MinimumPage", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L230C16-L230C24" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrintFileName", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L249C16-L249C26" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSizes", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L264C46-L264C67" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSources", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L269C50-L269C73" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrintRange", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L283C16-L283C27" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrintToFile", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L298C31-L298C35" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrinterName", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L305C16-L305C35" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrinterResolutions", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L324C62-L324C91" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.SupportsColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L411C34-L411C101" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.ToPage", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs#L418C16-L418C23" - }, - { - "DocsId": "T:System.Drawing.Printing.PrinterSettings.PaperSizeCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs" - }, - { - "DocsId": "T:System.Drawing.Printing.PrinterSettings.PaperSourceCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs" - }, - { - "DocsId": "T:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs" - }, - { - "DocsId": "T:System.Drawing.Printing.PrinterSettings.StringCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.PrinterSettings", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Printing.PrinterUnit.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrinterUnit.Display", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrinterUnit.ThousandthsOfAnInch", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrinterUnit.HundredthsOfAMillimeter", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrinterUnit.TenthsOfAMillimeter", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.PrinterUnit", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnit.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Double,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L20C9-L22C64" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Int32,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L29C9-L29C66" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Drawing.Point,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L35C9-L35C84" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Drawing.Size,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L41C9-L41C93" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Drawing.Rectangle,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L46C99-L50C49" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterUnitConvert.Convert(System.Drawing.Printing.Margins,System.Drawing.Printing.PrinterUnit,System.Drawing.Printing.PrinterUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs#L55C95-L61C6" - } - ], - "DocsId": "T:System.Drawing.Printing.PrinterUnitConvert", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterUnitConvert.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrintEventArgs.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventArgs.cs#L16C5-L18C6" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintEventArgs.PrintAction", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventArgs.cs#L28C38-L28C42" - } - ], - "DocsId": "T:System.Drawing.Printing.PrintEventArgs", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrintEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventHandler.cs" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintEventHandler.Invoke(System.Object,System.Drawing.Printing.PrintEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventHandler.cs" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintEventHandler.BeginInvoke(System.Object,System.Drawing.Printing.PrintEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventHandler.cs" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventHandler.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.PrintEventHandler", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrintPageEventArgs.#ctor(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Printing.PageSettings)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L55C57-L20C6" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintPageEventArgs.Cancel", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L25C26-L25C30" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintPageEventArgs.Graphics", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L30C33-L30C37" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintPageEventArgs.HasMorePages", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L35C32-L35C36" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintPageEventArgs.MarginBounds", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L40C37-L40C41" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintPageEventArgs.PageBounds", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L45C35-L45C39" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintPageEventArgs.PageSettings", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs#L50C40-L50C44" - } - ], - "DocsId": "T:System.Drawing.Printing.PrintPageEventArgs", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrintPageEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventHandler.cs" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintPageEventHandler.Invoke(System.Object,System.Drawing.Printing.PrintPageEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventHandler.cs" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintPageEventHandler.BeginInvoke(System.Object,System.Drawing.Printing.PrintPageEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventHandler.cs" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintPageEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventHandler.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.PrintPageEventHandler", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintPageEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Printing.PrintRange.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrintRange.AllPages", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrintRange.SomePages", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrintRange.Selection", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrintRange.CurrentPage", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.PrintRange", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrintRange.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.QueryPageSettingsEventArgs.#ctor(System.Drawing.Printing.PageSettings)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventArgs.cs#L16C68-L16C106" - }, - { - "DocsId": "P:System.Drawing.Printing.QueryPageSettingsEventArgs.PageSettings", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventArgs.cs#L25C13-L26C34" - } - ], - "DocsId": "T:System.Drawing.Printing.QueryPageSettingsEventArgs", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.QueryPageSettingsEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventHandler.cs" - }, - { - "DocsId": "M:System.Drawing.Printing.QueryPageSettingsEventHandler.Invoke(System.Object,System.Drawing.Printing.QueryPageSettingsEventArgs)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventHandler.cs" - }, - { - "DocsId": "M:System.Drawing.Printing.QueryPageSettingsEventHandler.BeginInvoke(System.Object,System.Drawing.Printing.QueryPageSettingsEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventHandler.cs" - }, - { - "DocsId": "M:System.Drawing.Printing.QueryPageSettingsEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventHandler.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.QueryPageSettingsEventHandler", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/QueryPageSettingsEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Interop.LOGFONT.lfHeight", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" - }, - { - "DocsId": "F:System.Drawing.Interop.LOGFONT.lfWidth", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" - }, - { - "DocsId": "F:System.Drawing.Interop.LOGFONT.lfEscapement", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" - }, - { - "DocsId": "F:System.Drawing.Interop.LOGFONT.lfOrientation", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" - }, - { - "DocsId": "F:System.Drawing.Interop.LOGFONT.lfWeight", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" - }, - { - "DocsId": "F:System.Drawing.Interop.LOGFONT.lfItalic", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" - }, - { - "DocsId": "F:System.Drawing.Interop.LOGFONT.lfUnderline", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" - }, - { - "DocsId": "F:System.Drawing.Interop.LOGFONT.lfStrikeOut", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" - }, - { - "DocsId": "F:System.Drawing.Interop.LOGFONT.lfCharSet", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" - }, - { - "DocsId": "F:System.Drawing.Interop.LOGFONT.lfOutPrecision", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" - }, - { - "DocsId": "F:System.Drawing.Interop.LOGFONT.lfClipPrecision", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" - }, - { - "DocsId": "F:System.Drawing.Interop.LOGFONT.lfQuality", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" - }, - { - "DocsId": "F:System.Drawing.Interop.LOGFONT.lfPitchAndFamily", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" - }, - { - "DocsId": "P:System.Drawing.Interop.LOGFONT.lfFaceName", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs#L40C37-L40C94" - }, - { - "DocsId": "T:System.Drawing.Interop.LOGFONT.<_lfFaceName>e__FixedBuffer", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" - } - ], - "DocsId": "T:System.Drawing.Interop.LOGFONT", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.BitmapData.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs" - }, - { - "DocsId": "P:System.Drawing.Imaging.BitmapData.Width", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L26C15-L26C29" - }, - { - "DocsId": "P:System.Drawing.Imaging.BitmapData.Height", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L35C15-L35C30" - }, - { - "DocsId": "P:System.Drawing.Imaging.BitmapData.Stride", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L44C15-L44C30" - }, - { - "DocsId": "P:System.Drawing.Imaging.BitmapData.PixelFormat", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L53C15-L53C35" - }, - { - "DocsId": "P:System.Drawing.Imaging.BitmapData.Scan0", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L95C15-L95C29" - }, - { - "DocsId": "P:System.Drawing.Imaging.BitmapData.Reserved", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs#L104C15-L104C32" - } - ], - "DocsId": "T:System.Drawing.Imaging.BitmapData", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/BitmapData.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.CachedBitmap.#ctor(System.Drawing.Bitmap,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/CachedBitmap.cs#L39C5-L50C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.CachedBitmap.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/CachedBitmap.cs#L70C24-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Imaging.CachedBitmap.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/CachedBitmap.cs#L74C9-L76C6" - } - ], - "DocsId": "T:System.Drawing.Imaging.CachedBitmap", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/CachedBitmap.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.Bitmap", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.Brush", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.Pen", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.Text", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorAdjustType.Any", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.ColorAdjustType", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorAdjustType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.ColorChannelFlag.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorChannelFlag.ColorChannelC", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorChannelFlag.ColorChannelM", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorChannelFlag.ColorChannelY", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorChannelFlag.ColorChannelK", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorChannelFlag.ColorChannelLast", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.ColorChannelFlag", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorChannelFlags.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.ColorMap.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMap.cs#L14C5-L16C6" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMap.OldColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMap.cs#L21C29-L21C33" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMap.NewColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMap.cs#L26C29-L26C33" - } - ], - "DocsId": "T:System.Drawing.Imaging.ColorMap", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMap.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.ColorMapType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMapType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorMapType.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMapType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorMapType.Brush", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMapType.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.ColorMapType", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMapType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.ColorMatrix.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L43C5-L72C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ColorMatrix.#ctor(System.Single[][])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L303C5-L330C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ColorMatrix.#ctor(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L337C5-L345C6" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix00", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L79C16-L79C25" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix01", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L88C16-L88C25" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix02", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L97C16-L97C25" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix03", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L106C16-L106C25" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix04", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L115C16-L115C25" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix10", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L124C16-L124C25" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix11", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L133C16-L133C25" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix12", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L142C16-L142C25" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix13", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L151C16-L151C25" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix14", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L160C16-L160C25" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix20", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L169C16-L169C25" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix21", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L178C16-L178C25" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix22", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L187C16-L187C25" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix23", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L196C16-L196C25" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix24", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L205C16-L205C25" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix30", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L214C16-L214C25" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix31", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L223C16-L223C25" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix32", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L232C16-L232C25" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix33", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L241C16-L241C25" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix34", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L250C16-L250C25" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix40", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L259C16-L259C25" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix41", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L268C16-L268C25" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix42", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L277C16-L277C25" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix43", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L286C16-L286C25" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Matrix44", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L295C16-L295C25" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorMatrix.Item(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs#L355C13-L367C44" - } - ], - "DocsId": "T:System.Drawing.Imaging.ColorMatrix", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrix.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.ColorMatrixFlag.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrixFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorMatrixFlag.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrixFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorMatrixFlag.SkipGrays", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrixFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorMatrixFlag.AltGrays", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrixFlags.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.ColorMatrixFlag", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMatrixFlags.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.ColorMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMode.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorMode.Argb32Mode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMode.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ColorMode.Argb64Mode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMode.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.ColorMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.ColorPalette.#ctor(System.Drawing.Color[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorPalette.cs#L42C51-L44C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ColorPalette.#ctor(System.Drawing.Imaging.PaletteType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorPalette.cs#L49C5-L54C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ColorPalette.CreateOptimalPalette(System.Int32,System.Boolean,System.Drawing.Bitmap)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorPalette.cs#L62C9-L62C120" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorPalette.Flags", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorPalette.cs#L24C25-L24C31" - }, - { - "DocsId": "P:System.Drawing.Imaging.ColorPalette.Entries", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorPalette.cs#L29C31-L29C39" - } - ], - "DocsId": "T:System.Drawing.Imaging.ColorPalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ColorPalette.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.DitherType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/DitherType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.DitherType.None", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/DitherType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.DitherType.Solid", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/DitherType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.DitherType.Ordered4x4", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/DitherType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.DitherType.Ordered8x8", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/DitherType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.DitherType.Ordered16x16", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/DitherType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.DitherType.Spiral4x4", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/DitherType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.DitherType.Spiral8x8", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/DitherType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.DitherType.DualSpiral4x4", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/DitherType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.DitherType.DualSpiral8x8", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/DitherType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.DitherType.ErrorDiffusion", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/DitherType.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.DitherType", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/DitherType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfRecordBase", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetBkColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetBkMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetMapMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetROP2", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetRelAbs", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetPolyFillMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetStretchBltMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetTextCharExtra", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetTextColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetTextJustification", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetWindowOrg", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetWindowExt", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetViewportOrg", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetViewportExt", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfOffsetWindowOrg", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfScaleWindowExt", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfOffsetViewportOrg", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfScaleViewportExt", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfLineTo", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfMoveTo", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfExcludeClipRect", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfIntersectClipRect", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfArc", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfEllipse", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfFloodFill", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfPie", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfRectangle", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfRoundRect", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfPatBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSaveDC", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetPixel", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfOffsetCilpRgn", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfTextOut", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfBitBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfStretchBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfPolygon", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfPolyline", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfEscape", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfRestoreDC", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfFillRegion", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfFrameRegion", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfInvertRegion", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfPaintRegion", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSelectClipRegion", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSelectObject", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetTextAlign", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfChord", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetMapperFlags", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfExtTextOut", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetDibToDev", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSelectPalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfRealizePalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfAnimatePalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetPalEntries", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfPolyPolygon", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfResizePalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfDibBitBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfDibStretchBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfDibCreatePatternBrush", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfStretchDib", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfExtFloodFill", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfSetLayout", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfDeleteObject", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfCreatePalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfCreatePatternBrush", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfCreatePenIndirect", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfCreateFontIndirect", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfCreateBrushIndirect", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.WmfCreateRegion", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfHeader", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyBezier", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolygon", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyline", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyBezierTo", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyLineTo", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyPolyline", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyPolygon", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetWindowExtEx", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetWindowOrgEx", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetViewportExtEx", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetViewportOrgEx", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetBrushOrgEx", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfEof", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetPixelV", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetMapperFlags", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetMapMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetBkMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetPolyFillMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetROP2", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetStretchBltMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetTextAlign", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetColorAdjustment", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetTextColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetBkColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfOffsetClipRgn", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfMoveToEx", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetMetaRgn", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExcludeClipRect", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfIntersectClipRect", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfScaleViewportExtEx", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfScaleWindowExtEx", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSaveDC", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfRestoreDC", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetWorldTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfModifyWorldTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSelectObject", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreatePen", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreateBrushIndirect", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfDeleteObject", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfAngleArc", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfEllipse", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfRectangle", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfRoundRect", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfRoundArc", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfChord", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPie", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSelectPalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreatePalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetPaletteEntries", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfResizePalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfRealizePalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtFloodFill", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfLineTo", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfArcTo", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyDraw", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetArcDirection", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetMiterLimit", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfBeginPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfEndPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCloseFigure", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfFillPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfStrokeAndFillPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfStrokePath", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfFlattenPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfWidenPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSelectClipPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfAbortPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfReserved069", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfGdiComment", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfFillRgn", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfFrameRgn", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfInvertRgn", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPaintRgn", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtSelectClipRgn", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfBitBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfStretchBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfMaskBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPlgBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetDIBitsToDevice", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfStretchDIBits", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtCreateFontIndirect", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtTextOutA", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtTextOutW", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyBezier16", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolygon16", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyline16", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyBezierTo16", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolylineTo16", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyPolyline16", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyPolygon16", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyDraw16", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreateMonoBrush", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreateDibPatternBrushPt", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtCreatePen", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyTextOutA", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPolyTextOutW", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetIcmMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreateColorSpace", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetColorSpace", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfDeleteColorSpace", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfGlsRecord", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfGlsBoundedRecord", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPixelFormat", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfDrawEscape", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfExtEscape", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfStartDoc", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSmallTextOut", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfForceUfiMapping", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfNamedEscpae", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfColorCorrectPalette", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetIcmProfileA", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetIcmProfileW", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfAlphaBlend", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetLayout", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfTransparentBlt", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfReserved117", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfGradientFill", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetLinkedUfis", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfSetTextJustification", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfColorMatchToTargetW", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfCreateColorSpaceW", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfMax", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfMin", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EmfPlusRecordBase", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Invalid", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Header", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EndOfFile", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Comment", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.GetDC", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.MultiFormatStart", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.MultiFormatSection", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.MultiFormatEnd", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Object", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Clear", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.FillRects", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawRects", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.FillPolygon", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawLines", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.FillEllipse", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawEllipse", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.FillPie", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawPie", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawArc", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.FillRegion", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.FillPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.FillClosedCurve", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawClosedCurve", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawCurve", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawBeziers", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawImage", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawImagePoints", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawString", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetRenderingOrigin", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetAntiAliasMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetTextRenderingHint", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetTextContrast", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetInterpolationMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetPixelOffsetMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetCompositingMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetCompositingQuality", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Save", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Restore", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.BeginContainer", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.BeginContainerNoParams", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.EndContainer", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetWorldTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.ResetWorldTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.MultiplyWorldTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.TranslateWorldTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.ScaleWorldTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.RotateWorldTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetPageTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.ResetClip", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetClipRect", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetClipPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.SetClipRegion", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.OffsetClip", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.DrawDriverString", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Total", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Max", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfPlusRecordType.Min", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.EmfPlusRecordType", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfPlusRecordType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.EmfType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfType.EmfOnly", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfType.EmfPlusOnly", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EmfType.EmfPlusDual", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfType.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.EmfType", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EmfType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.Encoder.#ctor(System.Guid)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs#L34C5-L34C45" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.Compression", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.ColorDepth", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.ScanMethod", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.Version", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.RenderMethod", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.Quality", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.Transformation", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.LuminanceTable", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.ChrominanceTable", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.SaveFlag", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.ColorSpace", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.ImageItems", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Encoder.SaveAsCmyk", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "DocsId": "P:System.Drawing.Imaging.Encoder.Guid", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs#L36C24-L36C28" - } - ], - "DocsId": "T:System.Drawing.Imaging.Encoder", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Encoder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L50C9-L53C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L65C28-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Byte)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L67C5-L77C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Byte,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L79C5-L92C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int16)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L94C5-L104C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int64)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L106C5-L116C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L118C5-L129C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int64,System.Int64)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L131C5-L142C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L144C5-L162C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L164C5-L172C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Byte[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L174C5-L185C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Byte[],System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L187C5-L198C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int16[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L200C5-L210C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int64[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L212C5-L230C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32[],System.Int32[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L232C5-L250C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int64[],System.Int64[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L252C5-L270C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32[],System.Int32[],System.Int32[],System.Int32[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L272C5-L299C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L302C5-L325C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameter.#ctor(System.Drawing.Imaging.Encoder,System.Int32,System.Drawing.Imaging.EncoderParameterValueType,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L327C5-L351C6" - }, - { - "DocsId": "P:System.Drawing.Imaging.EncoderParameter.Encoder", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L29C16-L29C35" - }, - { - "DocsId": "P:System.Drawing.Imaging.EncoderParameter.Type", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L36C46-L36C65" - }, - { - "DocsId": "P:System.Drawing.Imaging.EncoderParameter.ValueType", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L41C51-L41C70" - }, - { - "DocsId": "P:System.Drawing.Imaging.EncoderParameter.NumberOfValues", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs#L46C34-L46C49" - } - ], - "DocsId": "T:System.Drawing.Imaging.EncoderParameter", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameters.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameters.cs#L10C5-L10C79" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameters.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameters.cs#L12C5-L12C66" - }, - { - "DocsId": "M:System.Drawing.Imaging.EncoderParameters.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameters.cs#L58C40-L64C6" - }, - { - "DocsId": "P:System.Drawing.Imaging.EncoderParameters.Param", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameters.cs#L14C39-L14C43" - } - ], - "DocsId": "T:System.Drawing.Imaging.EncoderParameters", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameters.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeByte", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeAscii", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeShort", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeLong", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeRational", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeLongRange", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeUndefined", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypeRationalRange", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderParameterValueType.ValueTypePointer", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.EncoderParameterValueType", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderParameterValueType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.ColorTypeCMYK", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.ColorTypeYCCK", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.CompressionLZW", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.CompressionCCITT3", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.CompressionCCITT4", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.CompressionRle", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.CompressionNone", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.ScanMethodInterlaced", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.ScanMethodNonInterlaced", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.VersionGif87", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.VersionGif89", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.RenderProgressive", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.RenderNonProgressive", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.TransformRotate90", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.TransformRotate180", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.TransformRotate270", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.TransformFlipHorizontal", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.TransformFlipVertical", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.MultiFrame", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.LastFrame", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.Flush", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.FrameDimensionTime", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.FrameDimensionResolution", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.EncoderValue.FrameDimensionPage", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.EncoderValue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/EncoderValue.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.FrameDimension.#ctor(System.Guid)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L18C5-L21C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.FrameDimension.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L61C9-L64C38" - }, - { - "DocsId": "M:System.Drawing.Imaging.FrameDimension.GetHashCode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L69C9-L69C36" - }, - { - "DocsId": "M:System.Drawing.Imaging.FrameDimension.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L77C9-L80C45" - }, - { - "DocsId": "P:System.Drawing.Imaging.FrameDimension.Guid", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L28C15-L28C28" - }, - { - "DocsId": "P:System.Drawing.Imaging.FrameDimension.Time", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L36C15-L36C29" - }, - { - "DocsId": "P:System.Drawing.Imaging.FrameDimension.Resolution", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L44C15-L44C35" - }, - { - "DocsId": "P:System.Drawing.Imaging.FrameDimension.Page", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs#L52C15-L52C29" - } - ], - "DocsId": "T:System.Drawing.Imaging.FrameDimension", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/FrameDimension.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L58C5-L64C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L74C9-L76C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L113C27-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L121C9-L124C43" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorMatrix(System.Drawing.Imaging.ColorMatrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L131C9-L131C89" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorMatrix(System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrixFlag)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L137C9-L137C71" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorMatrix(System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrixFlag,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L143C9-L143C59" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearColorMatrix", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L148C39-L148C80" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearColorMatrix(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L155C9-L164C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorMatrices(System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L170C9-L170C103" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorMatrices(System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrixFlag)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L173C9-L173C85" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorMatrices(System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrix,System.Drawing.Imaging.ColorMatrixFlag,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L181C9-L212C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetThreshold(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L214C50-L214C98" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetThreshold(System.Single,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L216C72-L216C119" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearThreshold", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L218C37-L218C76" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearThreshold(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L220C57-L220C100" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetGamma(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L233C42-L233C82" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetGamma(System.Single,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L235C64-L235C103" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearGamma", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L237C33-L237C68" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearGamma(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L239C53-L239C92" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetNoOp", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L252C30-L252C62" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetNoOp(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L254C50-L254C81" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearNoOp", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L256C32-L256C66" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearNoOp(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L258C52-L258C84" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorKey(System.Drawing.Color,System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L271C9-L271C66" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetColorKey(System.Drawing.Color,System.Drawing.Color,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L274C9-L274C65" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearColorKey", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L276C36-L276C74" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearColorKey(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L278C56-L278C118" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetOutputChannel(System.Drawing.Imaging.ColorChannelFlag)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L292C61-L292C109" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetOutputChannel(System.Drawing.Imaging.ColorChannelFlag,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L295C9-L295C56" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearOutputChannel", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L297C41-L297C84" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearOutputChannel(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L300C9-L300C85" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetOutputChannelColorProfile(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L314C9-L314C84" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetOutputChannelColorProfile(System.String,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L319C9-L331C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearOutputChannelColorProfile", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L333C53-L333C96" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearOutputChannelColorProfile(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L337C9-L344C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetRemapTable(System.Drawing.Imaging.ColorMap[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L347C57-L347C100" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetRemapTable(System.Drawing.Imaging.ColorMap[],System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L358C9-L360C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetRemapTable(System.ReadOnlySpan{System.Drawing.Imaging.ColorMap})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L364C62-L364C105" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetRemapTable(System.ReadOnlySpan{System.ValueTuple{System.Drawing.Color,System.Drawing.Color}})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L367C86-L367C129" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetRemapTable(System.Drawing.Imaging.ColorAdjustType,System.ReadOnlySpan{System.Drawing.Imaging.ColorMap})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L389C9-L408C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetRemapTable(System.Drawing.Imaging.ColorAdjustType,System.ReadOnlySpan{System.ValueTuple{System.Drawing.Color,System.Drawing.Color}})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L414C9-L433C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearRemapTable", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L442C38-L442C78" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearRemapTable(System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L446C9-L454C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetBrushRemapTable(System.Drawing.Imaging.ColorMap[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L456C62-L456C103" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetBrushRemapTable(System.ReadOnlySpan{System.Drawing.Imaging.ColorMap})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L459C67-L459C108" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetBrushRemapTable(System.ReadOnlySpan{System.ValueTuple{System.Drawing.Color,System.Drawing.Color}})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L461C91-L461C132" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.ClearBrushRemapTable", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L464C43-L464C81" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetWrapMode(System.Drawing.Drawing2D.WrapMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L466C57-L466C97" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetWrapMode(System.Drawing.Drawing2D.WrapMode,System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L468C70-L468C108" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.SetWrapMode(System.Drawing.Drawing2D.WrapMode,System.Drawing.Color,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L472C9-L479C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageAttributes.GetAdjustedPalette(System.Drawing.Imaging.ColorPalette,System.Drawing.Imaging.ColorAdjustType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs#L483C9-L493C6" - } - ], - "DocsId": "T:System.Drawing.Imaging.ImageAttributes", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageAttributes.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.Encoder", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.Decoder", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.SupportBitmap", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.SupportVector", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.SeekableEncode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.BlockingDecode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.Builtin", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.System", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageCodecFlags.User", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.ImageCodecFlags", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecFlags.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.ImageCodecInfo.GetImageDecoders", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L45C9-L56C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageCodecInfo.GetImageEncoders", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L64C9-L75C6" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.Clsid", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L13C25-L13C29" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.FormatID", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L15C28-L15C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.CodecName", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L17C32-L17C36" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.DllName", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L19C30-L19C34" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.FormatDescription", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L21C40-L21C44" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.FilenameExtension", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L23C40-L23C44" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.MimeType", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L25C31-L25C35" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.Flags", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L27C36-L27C40" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.Version", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L29C26-L29C30" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.SignaturePatterns", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L32C42-L32C46" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageCodecInfo.SignatureMasks", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs#L35C39-L35C43" - } - ], - "DocsId": "T:System.Drawing.Imaging.ImageCodecInfo", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageCodecInfo.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.None", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.Scalable", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.HasAlpha", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.HasTranslucent", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.PartiallyScalable", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.ColorSpaceRgb", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.ColorSpaceCmyk", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.ColorSpaceGray", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.ColorSpaceYcbcr", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.ColorSpaceYcck", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.HasRealDpi", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.HasRealPixelSize", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.ReadOnly", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageFlags.Caching", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.ImageFlags", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFlags.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.ImageFormat.#ctor(System.Guid)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L35C5-L35C50" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageFormat.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L114C67-L114C115" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageFormat.GetHashCode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L119C42-L119C61" - }, - { - "DocsId": "M:System.Drawing.Imaging.ImageFormat.ToString", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L131C9-L143C42" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.Guid", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L40C25-L40C30" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.MemoryBmp", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L45C44-L45C55" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.Bmp", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L50C38-L50C43" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.Emf", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L55C38-L55C43" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.Wmf", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L60C38-L60C43" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.Gif", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L65C38-L65C43" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.Jpeg", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L70C39-L70C45" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.Png", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L75C38-L75C43" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.Tiff", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L80C39-L80C45" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.Exif", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L85C39-L85C45" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.Icon", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L90C39-L90C45" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.Heif", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L99C39-L99C45" - }, - { - "DocsId": "P:System.Drawing.Imaging.ImageFormat.Webp", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs#L108C39-L108C45" - } - ], - "DocsId": "T:System.Drawing.Imaging.ImageFormat", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageFormat.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.ImageLockMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageLockMode.ReadOnly", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageLockMode.WriteOnly", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageLockMode.ReadWrite", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.ImageLockMode.UserInputBuffer", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.ImageLockMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/ImageLockMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Imaging.WmfPlaceableFileHeader,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L28C5-L41C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L47C5-L52C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L57C5-L67C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L74C9-L76C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L82C9-L84C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L91C9-L93C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L100C9-L102C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L109C9-L111C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L117C5-L134C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L141C9-L143C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L150C9-L152C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L158C9-L160C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L166C9-L168C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L174C9-L176C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L182C9-L184C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L190C9-L192C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L198C9-L200C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L205C5-L230C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L236C9-L238C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L244C9-L246C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L252C9-L254C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L260C9-L262C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L268C9-L270C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L276C9-L278C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L284C9-L286C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L292C9-L294C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L300C9-L302C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L308C9-L310C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L316C9-L318C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L324C9-L326C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Imaging.WmfPlaceableFileHeader)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L333C9-L335C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L340C5-L348C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L353C5-L368C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L374C5-L392C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L397C5-L417C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.String,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L422C5-L443C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L448C5-L467C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.RectangleF,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L472C5-L492C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.#ctor(System.IO.Stream,System.IntPtr,System.Drawing.Rectangle,System.Drawing.Imaging.MetafileFrameUnit,System.Drawing.Imaging.EmfType,System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L497C5-L517C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.PlayRecord(System.Drawing.Imaging.EmfPlusRecordType,System.Int32,System.Int32,System.Byte[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L537C16-L548C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.GetMetafileHeader(System.IntPtr,System.Drawing.Imaging.WmfPlaceableFileHeader)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L555C9-L561C27" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.GetMetafileHeader(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L570C9-L574C27" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.GetMetafileHeader(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L584C9-L592C27" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.GetMetafileHeader(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L601C9-L611C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.GetMetafileHeader", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L618C9-L624C27" - }, - { - "DocsId": "M:System.Drawing.Imaging.Metafile.GetHenhmetafile", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs#L634C9-L636C21" - } - ], - "DocsId": "T:System.Drawing.Imaging.Metafile", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Metafile.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.MetafileFrameUnit.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.MetafileFrameUnit.Pixel", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.MetafileFrameUnit.Point", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.MetafileFrameUnit.Inch", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.MetafileFrameUnit.Document", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.MetafileFrameUnit.Millimeter", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.MetafileFrameUnit.GdiCompatible", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.MetafileFrameUnit", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileFrameUnit.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsWmf", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L53C28-L53C129" - }, - { - "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsWmfPlaceable", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L58C37-L58C98" - }, - { - "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsEmf", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L63C28-L63C80" - }, - { - "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsEmfOrEmfPlus", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L69C37-L71C56" - }, - { - "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsEmfPlus", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L77C32-L78C56" - }, - { - "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsEmfPlusDual", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L84C36-L84C96" - }, - { - "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsEmfPlusOnly", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L90C36-L90C96" - }, - { - "DocsId": "M:System.Drawing.Imaging.MetafileHeader.IsDisplay", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L95C32-L95C113" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetafileHeader.Type", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L23C33-L23C59" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetafileHeader.MetafileSize", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L28C32-L28C49" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetafileHeader.Version", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L33C27-L33C47" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetafileHeader.DpiX", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L38C26-L38C38" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetafileHeader.DpiY", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L43C26-L43C38" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetafileHeader.Bounds", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L48C32-L48C88" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetafileHeader.WmfHeader", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L100C36-L102C43" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetafileHeader.EmfPlusHeaderSize", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L107C37-L107C62" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetafileHeader.LogicalDpiX", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L112C31-L112C50" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetafileHeader.LogicalDpiY", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs#L117C31-L117C50" - } - ], - "DocsId": "T:System.Drawing.Imaging.MetafileHeader", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileHeader.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.MetafileType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.MetafileType.Invalid", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.MetafileType.Wmf", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.MetafileType.WmfPlaceable", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.MetafileType.Emf", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.MetafileType.EmfPlusOnly", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.MetafileType.EmfPlusDual", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.MetafileType", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetafileType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.MetaHeader.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L17C5-L19C6" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetaHeader.Type", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L28C16-L28C35" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetaHeader.HeaderSize", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L37C16-L37C41" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetaHeader.Version", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L46C16-L46C38" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetaHeader.Size", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L55C16-L55C33" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetaHeader.NoObjects", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L61C16-L61C40" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetaHeader.MaxRecord", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L67C16-L67C38" - }, - { - "DocsId": "P:System.Drawing.Imaging.MetaHeader.NoParameters", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs#L73C16-L73C43" - } - ], - "DocsId": "T:System.Drawing.Imaging.MetaHeader", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/MetaHeader.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.PaletteFlags.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PaletteFlags.HasAlpha", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PaletteFlags.GrayScale", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteFlags.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PaletteFlags.Halftone", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteFlags.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.PaletteFlags", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteFlags.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.PaletteType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PaletteType.Custom", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PaletteType.FixedBW", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PaletteType.FixedHalftone8", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PaletteType.FixedHalftone27", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PaletteType.FixedHalftone64", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PaletteType.FixedHalftone125", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PaletteType.FixedHalftone216", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PaletteType.FixedHalftone252", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteType.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PaletteType.FixedHalftone256", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteType.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.PaletteType", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PaletteType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Indexed", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Gdi", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Alpha", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.PAlpha", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Extended", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Canonical", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Undefined", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.DontCare", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format1bppIndexed", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format4bppIndexed", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format8bppIndexed", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format16bppGrayScale", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format16bppRgb555", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format16bppRgb565", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format16bppArgb1555", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format24bppRgb", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format32bppRgb", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format32bppArgb", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format32bppPArgb", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format48bppRgb", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format64bppArgb", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Format64bppPArgb", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.PixelFormat.Max", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.PixelFormat", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PixelFormat.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.PlayRecordCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PlayRecordCallback.cs" - }, - { - "DocsId": "M:System.Drawing.Imaging.PlayRecordCallback.Invoke(System.Drawing.Imaging.EmfPlusRecordType,System.Int32,System.Int32,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PlayRecordCallback.cs" - }, - { - "DocsId": "M:System.Drawing.Imaging.PlayRecordCallback.BeginInvoke(System.Drawing.Imaging.EmfPlusRecordType,System.Int32,System.Int32,System.IntPtr,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PlayRecordCallback.cs" - }, - { - "DocsId": "M:System.Drawing.Imaging.PlayRecordCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PlayRecordCallback.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.PlayRecordCallback", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PlayRecordCallback.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Drawing.Imaging.PropertyItem.Id", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PropertyItem.cs#L18C21-L18C25" - }, - { - "DocsId": "P:System.Drawing.Imaging.PropertyItem.Len", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PropertyItem.cs#L23C22-L23C26" - }, - { - "DocsId": "P:System.Drawing.Imaging.PropertyItem.Type", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PropertyItem.cs#L28C25-L28C29" - }, - { - "DocsId": "P:System.Drawing.Imaging.PropertyItem.Value", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PropertyItem.cs#L33C28-L33C32" - } - ], - "DocsId": "T:System.Drawing.Imaging.PropertyItem", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/PropertyItem.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.WmfPlaceableFileHeader.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L16C5-L16C64" - }, - { - "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.Key", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L23C16-L23C32" - }, - { - "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.Hmf", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L32C16-L32C27" - }, - { - "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.BboxLeft", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L41C16-L41C40" - }, - { - "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.BboxTop", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L50C16-L50C39" - }, - { - "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.BboxRight", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L59C16-L59C41" - }, - { - "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.BboxBottom", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L68C16-L68C42" - }, - { - "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.Inch", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L77C16-L77C28" - }, - { - "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.Reserved", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L86C16-L86C37" - }, - { - "DocsId": "P:System.Drawing.Imaging.WmfPlaceableFileHeader.Checksum", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs#L95C16-L95C32" - } - ], - "DocsId": "T:System.Drawing.Imaging.WmfPlaceableFileHeader", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/WmfPlaceableFileHeader.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.Effects.BlackSaturationCurveEffect.#ctor(System.Drawing.Imaging.Effects.CurveChannel,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/BlackSaturationCurveEffect.cs#L25C11-L27C6" - }, - { - "DocsId": "P:System.Drawing.Imaging.Effects.BlackSaturationCurveEffect.BlackSaturation", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/BlackSaturationCurveEffect.cs#L34C35-L34C46" - } - ], - "DocsId": "T:System.Drawing.Imaging.Effects.BlackSaturationCurveEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/BlackSaturationCurveEffect.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.Effects.BlurEffect.#ctor(System.Single,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/BlurEffect.cs#L28C56-L32C6" - }, - { - "DocsId": "P:System.Drawing.Imaging.Effects.BlurEffect.Radius", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/BlurEffect.cs#L38C28-L38C46" - }, - { - "DocsId": "P:System.Drawing.Imaging.Effects.BlurEffect.ExpandEdge", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/BlurEffect.cs#L45C31-L45C53" - } - ], - "DocsId": "T:System.Drawing.Imaging.Effects.BlurEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/BlurEffect.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.Effects.BrightnessContrastEffect.#ctor(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/BrightnessContrastEffect.cs#L32C79-L36C6" - }, - { - "DocsId": "P:System.Drawing.Imaging.Effects.BrightnessContrastEffect.BrightnessLevel", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/BrightnessContrastEffect.cs#L43C35-L43C76" - }, - { - "DocsId": "P:System.Drawing.Imaging.Effects.BrightnessContrastEffect.ContrastLevel", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/BrightnessContrastEffect.cs#L50C33-L50C72" - } - ], - "DocsId": "T:System.Drawing.Imaging.Effects.BrightnessContrastEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/BrightnessContrastEffect.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.Effects.ColorBalanceEffect.#ctor(System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorBalanceEffect.cs#L40C80-L44C6" - }, - { - "DocsId": "P:System.Drawing.Imaging.Effects.ColorBalanceEffect.CyanRed", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorBalanceEffect.cs#L52C27-L52C54" - }, - { - "DocsId": "P:System.Drawing.Imaging.Effects.ColorBalanceEffect.MagentaGreen", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorBalanceEffect.cs#L60C32-L60C64" - }, - { - "DocsId": "P:System.Drawing.Imaging.Effects.ColorBalanceEffect.YellowBlue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorBalanceEffect.cs#L68C30-L68C60" - } - ], - "DocsId": "T:System.Drawing.Imaging.Effects.ColorBalanceEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorBalanceEffect.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Drawing.Imaging.Effects.ColorCurveEffect.Channel", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorCurveEffect.cs#L31C36-L31C69" - } - ], - "DocsId": "T:System.Drawing.Imaging.Effects.ColorCurveEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorCurveEffect.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.Effects.ColorLookupTableEffect.#ctor(System.Byte[],System.Byte[],System.Byte[],System.Byte[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorLookupTableEffect.cs#L30C36-L32C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Effects.ColorLookupTableEffect.#ctor(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorLookupTableEffect.cs#L16C5-L56C6" - }, - { - "DocsId": "P:System.Drawing.Imaging.Effects.ColorLookupTableEffect.BlueLookupTable", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorLookupTableEffect.cs#L61C52-L61C71" - }, - { - "DocsId": "P:System.Drawing.Imaging.Effects.ColorLookupTableEffect.GreenLookupTable", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorLookupTableEffect.cs#L66C53-L66C74" - }, - { - "DocsId": "P:System.Drawing.Imaging.Effects.ColorLookupTableEffect.RedLookupTable", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorLookupTableEffect.cs#L71C51-L71C72" - }, - { - "DocsId": "P:System.Drawing.Imaging.Effects.ColorLookupTableEffect.AlphaLookupTable", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorLookupTableEffect.cs#L76C53-L76C74" - } - ], - "DocsId": "T:System.Drawing.Imaging.Effects.ColorLookupTableEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorLookupTableEffect.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.Effects.ColorMatrixEffect.#ctor(System.Drawing.Imaging.ColorMatrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorMatrixEffect.cs#L25C52-L34C6" - }, - { - "DocsId": "P:System.Drawing.Imaging.Effects.ColorMatrixEffect.Matrix", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorMatrixEffect.cs#L44C34-L44C41" - } - ], - "DocsId": "T:System.Drawing.Imaging.Effects.ColorMatrixEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ColorMatrixEffect.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.Effects.ContrastCurveEffect.#ctor(System.Drawing.Imaging.Effects.CurveChannel,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ContrastCurveEffect.cs#L23C11-L25C6" - }, - { - "DocsId": "P:System.Drawing.Imaging.Effects.ContrastCurveEffect.Contrast", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ContrastCurveEffect.cs#L31C28-L31C39" - } - ], - "DocsId": "T:System.Drawing.Imaging.Effects.ContrastCurveEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ContrastCurveEffect.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Imaging.Effects.CurveChannel.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/CurveChannel.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Effects.CurveChannel.All", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/CurveChannel.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Effects.CurveChannel.Red", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/CurveChannel.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Effects.CurveChannel.Green", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/CurveChannel.cs" - }, - { - "DocsId": "F:System.Drawing.Imaging.Effects.CurveChannel.Blue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/CurveChannel.cs" - } - ], - "DocsId": "T:System.Drawing.Imaging.Effects.CurveChannel", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/CurveChannel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.Effects.DensityCurveEffect.#ctor(System.Drawing.Imaging.Effects.CurveChannel,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/DensityCurveEffect.cs#L23C11-L25C6" - }, - { - "DocsId": "P:System.Drawing.Imaging.Effects.DensityCurveEffect.Density", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/DensityCurveEffect.cs#L31C27-L31C38" - } - ], - "DocsId": "T:System.Drawing.Imaging.Effects.DensityCurveEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/DensityCurveEffect.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.Effects.Effect.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/Effect.cs#L26C9-L28C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Effects.Effect.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/Effect.cs#L39C18-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Imaging.Effects.Effect.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/Effect.cs#L43C9-L48C6" - } - ], - "DocsId": "T:System.Drawing.Imaging.Effects.Effect", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/Effect.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.Effects.ExposureCurveEffect.#ctor(System.Drawing.Imaging.Effects.CurveChannel,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ExposureCurveEffect.cs#L23C11-L25C6" - }, - { - "DocsId": "P:System.Drawing.Imaging.Effects.ExposureCurveEffect.Exposure", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ExposureCurveEffect.cs#L31C28-L31C39" - } - ], - "DocsId": "T:System.Drawing.Imaging.Effects.ExposureCurveEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ExposureCurveEffect.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.Effects.GrayScaleEffect.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/GrayScaleEffect.cs#L13C32-L22C8" - } - ], - "DocsId": "T:System.Drawing.Imaging.Effects.GrayScaleEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/GrayScaleEffect.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.Effects.HighlightCurveEffect.#ctor(System.Drawing.Imaging.Effects.CurveChannel,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/HighlightCurveEffect.cs#L24C11-L26C6" - }, - { - "DocsId": "P:System.Drawing.Imaging.Effects.HighlightCurveEffect.Highlight", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/HighlightCurveEffect.cs#L32C29-L32C40" - } - ], - "DocsId": "T:System.Drawing.Imaging.Effects.HighlightCurveEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/HighlightCurveEffect.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.Effects.InvertEffect.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/InvertEffect.cs#L13C29-L22C8" - } - ], - "DocsId": "T:System.Drawing.Imaging.Effects.InvertEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/InvertEffect.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.Effects.LevelsEffect.#ctor(System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/LevelsEffect.cs#L44C11-L54C6" - }, - { - "DocsId": "P:System.Drawing.Imaging.Effects.LevelsEffect.Highlight", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/LevelsEffect.cs#L59C29-L59C52" - }, - { - "DocsId": "P:System.Drawing.Imaging.Effects.LevelsEffect.Midtone", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/LevelsEffect.cs#L64C27-L64C48" - }, - { - "DocsId": "P:System.Drawing.Imaging.Effects.LevelsEffect.Shadow", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/LevelsEffect.cs#L69C26-L69C46" - } - ], - "DocsId": "T:System.Drawing.Imaging.Effects.LevelsEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/LevelsEffect.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.Effects.MidtoneCurveEffect.#ctor(System.Drawing.Imaging.Effects.CurveChannel,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/MidtoneCurveEffect.cs#L25C11-L27C6" - }, - { - "DocsId": "P:System.Drawing.Imaging.Effects.MidtoneCurveEffect.Midtone", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/MidtoneCurveEffect.cs#L33C27-L33C38" - } - ], - "DocsId": "T:System.Drawing.Imaging.Effects.MidtoneCurveEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/MidtoneCurveEffect.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.Effects.SepiaEffect.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/SepiaEffect.cs#L13C28-L22C8" - } - ], - "DocsId": "T:System.Drawing.Imaging.Effects.SepiaEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/SepiaEffect.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.Effects.ShadowCurveEffect.#ctor(System.Drawing.Imaging.Effects.CurveChannel,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ShadowCurveEffect.cs#L25C11-L27C6" - }, - { - "DocsId": "P:System.Drawing.Imaging.Effects.ShadowCurveEffect.Shadow", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ShadowCurveEffect.cs#L33C26-L33C37" - } - ], - "DocsId": "T:System.Drawing.Imaging.Effects.ShadowCurveEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/ShadowCurveEffect.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.Effects.SharpenEffect.#ctor(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/SharpenEffect.cs#L31C56-L35C6" - }, - { - "DocsId": "P:System.Drawing.Imaging.Effects.SharpenEffect.Radius", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/SharpenEffect.cs#L42C28-L42C49" - }, - { - "DocsId": "P:System.Drawing.Imaging.Effects.SharpenEffect.Amount", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/SharpenEffect.cs#L48C28-L48C49" - } - ], - "DocsId": "T:System.Drawing.Imaging.Effects.SharpenEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/SharpenEffect.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.Effects.TintEffect.#ctor(System.Drawing.Color,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/TintEffect.cs#L27C50-L32C6" - }, - { - "DocsId": "M:System.Drawing.Imaging.Effects.TintEffect.#ctor(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/TintEffect.cs#L40C46-L54C6" - }, - { - "DocsId": "P:System.Drawing.Imaging.Effects.TintEffect.Hue", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/TintEffect.cs#L59C23-L59C84" - }, - { - "DocsId": "P:System.Drawing.Imaging.Effects.TintEffect.Amount", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/TintEffect.cs#L66C26-L66C44" - } - ], - "DocsId": "T:System.Drawing.Imaging.Effects.TintEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/TintEffect.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.Effects.VividEffect.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/VividEffect.cs#L13C28-L22C8" - } - ], - "DocsId": "T:System.Drawing.Imaging.Effects.VividEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/VividEffect.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Imaging.Effects.WhiteSaturationCurveEffect.#ctor(System.Drawing.Imaging.Effects.CurveChannel,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/WhiteSaturationCurveEffect.cs#L25C11-L27C6" - }, - { - "DocsId": "P:System.Drawing.Imaging.Effects.WhiteSaturationCurveEffect.WhiteSaturation", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/WhiteSaturationCurveEffect.cs#L34C35-L34C46" - } - ], - "DocsId": "T:System.Drawing.Imaging.Effects.WhiteSaturationCurveEffect", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Imaging/Effects/WhiteSaturationCurveEffect.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Design.CategoryNameCollection.#ctor(System.Drawing.Design.CategoryNameCollection)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L17C5-L17C93" - }, - { - "DocsId": "M:System.Drawing.Design.CategoryNameCollection.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L23C5-L23C79" - }, - { - "DocsId": "M:System.Drawing.Design.CategoryNameCollection.Contains(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L34C43-L34C68" - }, - { - "DocsId": "M:System.Drawing.Design.CategoryNameCollection.CopyTo(System.String[],System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L40C54-L40C84" - }, - { - "DocsId": "M:System.Drawing.Design.CategoryNameCollection.IndexOf(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L45C41-L45C65" - }, - { - "DocsId": "P:System.Drawing.Design.CategoryNameCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs#L28C38-L28C63" - } - ], - "DocsId": "T:System.Drawing.Design.CategoryNameCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Design/CategoryNameCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.DashCap.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/DashCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.DashCap.Flat", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/DashCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.DashCap.Round", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/DashCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.DashCap.Triangle", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/DashCap.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.DashCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/DashCap.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Drawing2D.AdjustableArrowCap.#ctor(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L10C60-L10C89" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.AdjustableArrowCap.#ctor(System.Single,System.Single,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L12C5-L17C6" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.AdjustableArrowCap.Height", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L26C13-L28C27" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.AdjustableArrowCap.Width", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L42C13-L44C26" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.AdjustableArrowCap.MiddleInset", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L58C13-L60C32" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.AdjustableArrowCap.Filled", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs#L74C13-L76C29" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.AdjustableArrowCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/AdjustableArrowCap.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Drawing2D.Blend.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Blend.cs#L8C5-L12C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Blend.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Blend.cs#L14C5-L18C6" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.Blend.Factors", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Blend.cs#L20C30-L20C34" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.Blend.Positions", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Blend.cs#L22C32-L22C36" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.Blend", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Blend.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Drawing2D.ColorBlend.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/ColorBlend.cs#L8C5-L12C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.ColorBlend.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/ColorBlend.cs#L14C5-L18C6" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.ColorBlend.Colors", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/ColorBlend.cs#L20C29-L20C33" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.ColorBlend.Positions", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/ColorBlend.cs#L22C32-L22C36" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.ColorBlend", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/ColorBlend.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.CombineMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CombineMode.Replace", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CombineMode.Intersect", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CombineMode.Union", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CombineMode.Xor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CombineMode.Exclude", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CombineMode.Complement", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.CombineMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CombineMode.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.CompositingMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CompositingMode.SourceOver", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CompositingMode.SourceCopy", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingMode.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.CompositingMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingMode.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.CompositingQuality.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CompositingQuality.Invalid", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CompositingQuality.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CompositingQuality.HighSpeed", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CompositingQuality.HighQuality", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CompositingQuality.GammaCorrected", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CompositingQuality.AssumeLinear", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.CompositingQuality", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CompositingQuality.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.CoordinateSpace.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CoordinateSpace.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CoordinateSpace.World", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CoordinateSpace.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CoordinateSpace.Page", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CoordinateSpace.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.CoordinateSpace.Device", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CoordinateSpace.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.CoordinateSpace", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CoordinateSpace.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.#ctor(System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L19C78-L19C122" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.#ctor(System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.LineCap)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L21C95-L21C137" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.#ctor(System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Drawing2D.LineCap,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L23C5-L34C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L70C9-L72C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L76C9-L97C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L99C25-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L101C30-L101C41" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.SetStrokeCaps(System.Drawing.Drawing2D.LineCap,System.Drawing.Drawing2D.LineCap)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L113C9-L115C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.CustomLineCap.GetStrokeCaps(System.Drawing.Drawing2D.LineCap@,System.Drawing.Drawing2D.LineCap@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L118C5-L125C6" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.CustomLineCap.StrokeJoin", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L132C13-L134C29" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.CustomLineCap.BaseCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L148C13-L150C28" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.CustomLineCap.BaseInset", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L164C13-L166C26" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.CustomLineCap.WidthScale", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs#L180C13-L182C31" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.CustomLineCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/CustomLineCap.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.DashStyle.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.DashStyle.Solid", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.DashStyle.Dash", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.DashStyle.Dot", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.DashStyle.DashDot", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.DashStyle.DashDotDot", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.DashStyle.Custom", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.DashStyle", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/DashStyle.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.FillMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FillMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.FillMode.Alternate", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FillMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.FillMode.Winding", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FillMode.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.FillMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FillMode.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.FlushIntention.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FlushIntention.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.FlushIntention.Flush", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FlushIntention.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.FlushIntention.Sync", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FlushIntention.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.FlushIntention", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/FlushIntention.cs" - }, - { - "Members": [], - "DocsId": "T:System.Drawing.Drawing2D.GraphicsContainer", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsContainer.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L16C29-L16C57" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L19C5-L24C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.Drawing.PointF[],System.Byte[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L27C55-L27C95" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.Drawing.PointF[],System.Byte[],System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L31C11-L33C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.ReadOnlySpan{System.Drawing.PointF},System.ReadOnlySpan{System.Byte},System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L37C5-L55C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.Drawing.Point[],System.Byte[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L58C54-L58C94" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.Drawing.Point[],System.Byte[],System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L69C11-L69C91" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.#ctor(System.ReadOnlySpan{System.Drawing.Point},System.ReadOnlySpan{System.Byte},System.Drawing.Drawing2D.FillMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L73C5-L91C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L96C9-L98C39" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L111C9-L113C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L140C24-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Reset", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L144C9-L146C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.StartFigure", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L202C9-L204C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.CloseFigure", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L208C9-L210C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.CloseAllFigures", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L214C9-L216C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.SetMarkers", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L220C9-L222C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.ClearMarkers", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L226C9-L228C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Reverse", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L232C9-L234C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.GetLastPoint", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L239C9-L241C22" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L244C48-L244C81" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L246C44-L246C66" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Single,System.Single,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L251C9-L259C26" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Drawing.PointF,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L262C61-L262C92" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L264C44-L264C72" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L266C43-L266C73" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Int32,System.Int32,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L268C64-L268C96" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsVisible(System.Drawing.Point,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L270C60-L270C91" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Single,System.Single,System.Drawing.Pen)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L272C64-L272C109" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Drawing.PointF,System.Drawing.Pen)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L274C60-L274C94" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Single,System.Single,System.Drawing.Pen,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L278C9-L290C26" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Drawing.PointF,System.Drawing.Pen,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L293C77-L293C120" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Int32,System.Int32,System.Drawing.Pen)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L295C60-L295C104" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Drawing.Point,System.Drawing.Pen)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L297C59-L297C93" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Int32,System.Int32,System.Drawing.Pen,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L299C80-L299C124" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.IsOutlineVisible(System.Drawing.Point,System.Drawing.Pen,System.Drawing.Graphics)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L301C76-L301C119" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddLine(System.Drawing.PointF,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L303C52-L303C87" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddLine(System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L307C9-L309C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddLines(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L324C53-L324C94" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddLines(System.ReadOnlySpan{System.Drawing.PointF})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L334C9-L344C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddLine(System.Drawing.Point,System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L346C50-L346C92" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddLine(System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L348C60-L348C90" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddLines(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L351C52-L351C93" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddLines(System.ReadOnlySpan{System.Drawing.Point})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L361C9-L371C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddArc(System.Drawing.RectangleF,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L374C9-L374C80" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddArc(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L378C9-L380C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddArc(System.Drawing.Rectangle,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L383C9-L383C80" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddArc(System.Int32,System.Int32,System.Int32,System.Int32,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L386C9-L386C67" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddBezier(System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L389C9-L389C74" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddBezier(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L393C9-L395C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddBeziers(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L401C55-L401C98" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddBeziers(System.ReadOnlySpan{System.Drawing.PointF})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L411C16-L416C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddBezier(System.Drawing.Point,System.Drawing.Point,System.Drawing.Point,System.Drawing.Point)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L419C9-L419C81" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddBezier(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L422C9-L422C57" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddBeziers(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L425C54-L425C97" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddBeziers(System.ReadOnlySpan{System.Drawing.Point})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L435C9-L443C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L446C53-L446C84" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.PointF[],System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L449C61-L449C95" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.PointF[],System.Int32,System.Int32,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L467C16-L479C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.ReadOnlySpan{System.Drawing.PointF})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L483C58-L483C80" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.ReadOnlySpan{System.Drawing.PointF},System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L494C16-L504C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L507C52-L507C83" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.Point[],System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L510C60-L510C94" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.Drawing.Point[],System.Int32,System.Int32,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L515C16-L527C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.ReadOnlySpan{System.Drawing.Point})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L531C57-L531C79" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddCurve(System.ReadOnlySpan{System.Drawing.Point},System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L542C16-L552C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddClosedCurve(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L555C59-L555C87" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddClosedCurve(System.Drawing.PointF[],System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L558C67-L558C123" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddClosedCurve(System.ReadOnlySpan{System.Drawing.PointF})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L562C64-L562C92" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddClosedCurve(System.ReadOnlySpan{System.Drawing.PointF},System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L573C16-L578C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddClosedCurve(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L581C58-L581C86" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddClosedCurve(System.Drawing.Point[],System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L588C66-L588C122" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddClosedCurve(System.ReadOnlySpan{System.Drawing.Point})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L592C63-L592C91" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddClosedCurve(System.ReadOnlySpan{System.Drawing.Point},System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L603C16-L608C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddRectangle(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L612C9-L616C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddRectangles(System.Drawing.RectangleF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L622C61-L622C106" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddRectangles(System.ReadOnlySpan{System.Drawing.RectangleF})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L632C16-L637C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddRectangle(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L639C49-L639C79" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddRectangles(System.Drawing.Rectangle[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L642C53-L642C98" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddRectangles(System.ReadOnlySpan{System.Drawing.Rectangle})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L652C16-L657C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddRoundedRectangle(System.Drawing.Rectangle,System.Drawing.Size)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L662C9-L662C54" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddRoundedRectangle(System.Drawing.RectangleF,System.Drawing.SizeF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L671C9-L697C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddEllipse(System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L701C9-L701C60" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddEllipse(System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L705C9-L707C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddEllipse(System.Drawing.Rectangle)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L709C47-L709C98" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddEllipse(System.Int32,System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L711C68-L711C106" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddPie(System.Drawing.Rectangle,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L714C9-L714C87" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddPie(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L718C9-L725C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddPie(System.Int32,System.Int32,System.Int32,System.Int32,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L728C9-L728C67" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddPolygon(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L731C48-L731C91" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddPolygon(System.ReadOnlySpan{System.Drawing.PointF})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L741C16-L746C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddPolygon(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L752C47-L752C90" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddPolygon(System.ReadOnlySpan{System.Drawing.Point})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L762C16-L767C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddPath(System.Drawing.Drawing2D.GraphicsPath,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L771C9-L775C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddString(System.String,System.Drawing.FontFamily,System.Int32,System.Single,System.Drawing.PointF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L778C9-L778C94" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddString(System.String,System.Drawing.FontFamily,System.Int32,System.Single,System.Drawing.Point,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L781C9-L781C93" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddString(System.String,System.Drawing.FontFamily,System.Int32,System.Single,System.Drawing.RectangleF,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L785C9-L803C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.AddString(System.String,System.Drawing.FontFamily,System.Int32,System.Single,System.Drawing.Rectangle,System.Drawing.StringFormat)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L806C12-L806C79" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Transform(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L810C9-L814C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.GetBounds", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L816C38-L816C53" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.GetBounds(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L818C52-L818C75" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.GetBounds(System.Drawing.Drawing2D.Matrix,System.Drawing.Pen)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L823C9-L832C23" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Flatten", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L835C30-L835C43" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Flatten(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L837C44-L837C66" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Flatten(System.Drawing.Drawing2D.Matrix,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L841C9-L843C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Widen(System.Drawing.Pen)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L845C35-L845C61" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Widen(System.Drawing.Pen,System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L847C51-L847C79" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Widen(System.Drawing.Pen,System.Drawing.Drawing2D.Matrix,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L851C9-L862C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Warp(System.Drawing.PointF[],System.Drawing.RectangleF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L865C66-L865C97" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Warp(System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L869C9-L869C64" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Warp(System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.WarpMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L873C9-L873C59" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Warp(System.Drawing.PointF[],System.Drawing.RectangleF,System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.WarpMode,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L877C9-L877C87" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.Warp(System.ReadOnlySpan{System.Drawing.PointF},System.Drawing.RectangleF,System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.WarpMode,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L909C16-L922C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.GetPathTypes(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L967C9-L976C31" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPath.GetPathPoints(System.Span{System.Drawing.PointF})", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L1012C9-L1021C31" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.GraphicsPath.FillMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L153C13-L155C39" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.GraphicsPath.PathData", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L171C13-L196C29" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.GraphicsPath.PointCount", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L929C13-L931C26" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.GraphicsPath.PathTypes", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L939C13-L947C26" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.GraphicsPath.PathPoints", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs#L984C13-L992C27" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.GraphicsPath", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPath.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.#ctor(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L11C5-L17C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L21C9-L23C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L55C32-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.NextSubpath(System.Int32@,System.Int32@,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L58C5-L67C32" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.NextSubpath(System.Drawing.Drawing2D.GraphicsPath,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L75C9-L78C28" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.NextPathType(System.Byte@,System.Int32@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L82C5-L90C32" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.NextMarker(System.Int32@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L95C5-L102C32" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.NextMarker(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L109C9-L111C28" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.HasCurve", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L139C9-L141C25" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.Rewind", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L146C9-L148C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.Enumerate(System.Drawing.PointF[]@,System.Byte[]@)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L152C9-L170C32" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.GraphicsPathIterator.CopyData(System.Drawing.PointF[]@,System.Byte[]@,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L176C9-L192C32" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.GraphicsPathIterator.Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L119C13-L121C32" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.GraphicsPathIterator.SubpathCount", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs#L130C13-L132C32" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.GraphicsPathIterator", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsPathIterator.cs" - }, - { - "Members": [], - "DocsId": "T:System.Drawing.Drawing2D.GraphicsState", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/GraphicsState.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Drawing2D.HatchBrush.#ctor(System.Drawing.Drawing2D.HatchStyle,System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L9C11-L11C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.HatchBrush.#ctor(System.Drawing.Drawing2D.HatchStyle,System.Drawing.Color,System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L13C5-L23C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.HatchBrush.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L34C9-L36C54" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.HatchBrush.HatchStyle", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L44C13-L46C43" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.HatchBrush.ForegroundColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L55C13-L57C35" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.HatchBrush.BackgroundColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs#L66C13-L68C35" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.HatchBrush", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchBrush.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Horizontal", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Vertical", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.ForwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.BackwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Cross", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DiagonalCross", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent05", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent10", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent20", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent25", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent30", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent40", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent50", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent60", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent70", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent75", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent80", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Percent90", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.LightDownwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.LightUpwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DarkDownwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DarkUpwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.WideDownwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.WideUpwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.LightVertical", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.LightHorizontal", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.NarrowVertical", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.NarrowHorizontal", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DarkVertical", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DarkHorizontal", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DashedDownwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DashedUpwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DashedHorizontal", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DashedVertical", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.SmallConfetti", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.LargeConfetti", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.ZigZag", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Wave", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DiagonalBrick", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.HorizontalBrick", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Weave", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Plaid", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Divot", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DottedGrid", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.DottedDiamond", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Shingle", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Trellis", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Sphere", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.SmallGrid", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.SmallCheckerBoard", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.LargeCheckerBoard", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.OutlinedDiamond", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.SolidDiamond", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.LargeGrid", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Min", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.HatchStyle.Max", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.HatchStyle", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/HatchStyle.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.Invalid", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.Low", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.High", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.Bilinear", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.Bicubic", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.NearestNeighbor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.HighQualityBilinear", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.InterpolationMode.HighQualityBicubic", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.InterpolationMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/InterpolationMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.PointF,System.Drawing.PointF,System.Drawing.Color,System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L12C5-L22C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.Point,System.Drawing.Point,System.Drawing.Color,System.Drawing.Color)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L25C11-L27C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color,System.Drawing.Drawing2D.LinearGradientMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L29C5-L47C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Drawing2D.LinearGradientMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L50C11-L52C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L55C11-L57C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color,System.Single,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L59C5-L75C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L78C11-L80C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.#ctor(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Single,System.Boolean)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L83C11-L85C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L98C9-L100C70" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.SetSigmaBellShape(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L196C51-L196C87" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.SetSigmaBellShape(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L200C9-L202C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.SetBlendTriangularShape(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L204C57-L204C99" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.SetBlendTriangularShape(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L208C9-L211C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.ResetTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L305C9-L307C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L309C53-L309C99" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L313C9-L317C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.TranslateTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L319C59-L319C106" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.TranslateTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L323C9-L325C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.ScaleTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L327C55-L327C98" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.ScaleTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L331C9-L333C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.RotateTransform(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L335C49-L335C92" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.LinearGradientBrush.RotateTransform(System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L339C9-L341C6" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.LinearGradientBrush.LinearColors", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L107C13-L115C15" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.LinearGradientBrush.Rectangle", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L129C13-L131C25" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.LinearGradientBrush.GammaCorrection", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L140C13-L142C39" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.LinearGradientBrush.Blend", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L158C13-L176C30" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.LinearGradientBrush.InterpolationColors", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L218C13-L241C10" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.LinearGradientBrush.WrapMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L271C13-L273C25" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.LinearGradientBrush.Transform", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs#L289C13-L292C27" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.LinearGradientBrush", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientBrush.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.LinearGradientMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LinearGradientMode.Horizontal", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LinearGradientMode.Vertical", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LinearGradientMode.BackwardDiagonal", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.LinearGradientMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LinearGradientMode.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.LineCap.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineCap.Flat", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineCap.Square", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineCap.Round", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineCap.Triangle", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineCap.NoAnchor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineCap.SquareAnchor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineCap.RoundAnchor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineCap.DiamondAnchor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineCap.ArrowAnchor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineCap.Custom", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineCap.AnchorMask", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.LineCap", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineCap.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.LineJoin.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineJoin.Miter", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineJoin.Bevel", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineJoin.Round", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.LineJoin.MiterClipped", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.LineJoin", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/LineJoin.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L12C5-L17C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.#ctor(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L19C5-L24C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.#ctor(System.Numerics.Matrix3x2)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L30C39-L32C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.#ctor(System.Drawing.RectangleF,System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L51C5-L63C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.#ctor(System.Drawing.Rectangle,System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L65C5-L77C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L81C9-L83C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Finalize", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L98C18-L16707566C0" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L103C9-L105C35" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Reset", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L172C9-L178C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Multiply(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L180C44-L180C81" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Multiply(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L184C9-L192C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Translate(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L194C60-L194C108" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Translate(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L198C9-L200C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Scale(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L202C54-L202C96" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Scale(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L206C9-L208C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Rotate(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L210C40-L210C74" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Rotate(System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L214C9-L216C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.RotateAt(System.Single,System.Drawing.PointF)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L218C56-L218C99" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.RotateAt(System.Single,System.Drawing.PointF,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L222C9-L237C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Shear(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L241C9-L243C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Shear(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L247C9-L249C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Invert", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L253C9-L255C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.TransformPoints(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L259C9-L270C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.TransformPoints(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L274C9-L285C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.TransformVectors(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L289C9-L300C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.VectorTransformPoints(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L302C55-L302C76" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.TransformVectors(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L306C9-L317C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L343C9-L354C22" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.Matrix.GetHashCode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L357C42-L357C60" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.Matrix.Elements", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L112C13-L114C29" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.Matrix.MatrixElements", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L125C13-L128C27" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.Matrix.OffsetX", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L156C29-L156C37" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.Matrix.OffsetY", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L158C29-L158C37" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.Matrix.IsInvertible", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L324C13-L326C31" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.Matrix.IsIdentity", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs#L335C13-L337C29" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.Matrix", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/Matrix.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.MatrixOrder.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/MatrixOrder.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.MatrixOrder.Prepend", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/MatrixOrder.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.MatrixOrder.Append", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/MatrixOrder.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.MatrixOrder", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/MatrixOrder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Drawing2D.PathData.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathData.cs#L8C5-L8C26" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.PathData.Points", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathData.cs#L10C31-L10C35" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.PathData.Types", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathData.cs#L12C28-L12C32" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.PathData", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathData.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.Drawing.PointF[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L10C49-L10C81" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.Drawing.PointF[],System.Drawing.Drawing2D.WrapMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L12C5-L33C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.Drawing.Point[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L35C48-L35C80" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.Drawing.Point[],System.Drawing.Drawing2D.WrapMode)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L37C5-L58C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.#ctor(System.Drawing.Drawing2D.GraphicsPath)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L60C5-L66C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.Clone", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L79C9-L81C68" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.SetSigmaBellShape(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L208C51-L208C87" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.SetSigmaBellShape(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L212C9-L214C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.SetBlendTriangularShape(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L216C57-L216C99" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.SetBlendTriangularShape(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L220C9-L222C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.ResetTransform", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L295C9-L297C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L299C53-L299C99" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.MultiplyTransform(System.Drawing.Drawing2D.Matrix,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L303C9-L311C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.TranslateTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L313C59-L313C106" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.TranslateTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L317C9-L319C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.ScaleTransform(System.Single,System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L321C55-L321C98" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.ScaleTransform(System.Single,System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L325C9-L327C6" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.RotateTransform(System.Single)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L329C49-L329C92" - }, - { - "DocsId": "M:System.Drawing.Drawing2D.PathGradientBrush.RotateTransform(System.Single,System.Drawing.Drawing2D.MatrixOrder)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L333C9-L335C6" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.CenterColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L89C13-L91C25" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.SurroundColors", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L105C13-L115C10" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.CenterPoint", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L139C13-L141C26" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.Rectangle", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L155C13-L157C25" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.Blend", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L167C13-L187C26" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.InterpolationColors", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L230C13-L253C10" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.Transform", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L279C13-L282C27" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.FocusScales", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L343C13-L345C47" - }, - { - "DocsId": "P:System.Drawing.Drawing2D.PathGradientBrush.WrapMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs#L359C13-L361C25" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.PathGradientBrush", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathGradientBrush.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.PathPointType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PathPointType.Start", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PathPointType.Line", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PathPointType.Bezier", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PathPointType.PathTypeMask", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PathPointType.DashMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PathPointType.PathMarker", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PathPointType.CloseSubpath", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PathPointType.Bezier3", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.PathPointType", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PathPointType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.PenAlignment.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PenAlignment.Center", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PenAlignment.Inset", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PenAlignment.Outset", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PenAlignment.Left", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PenAlignment.Right", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.PenAlignment", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenAlignment.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.PenType.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PenType.SolidColor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PenType.HatchFill", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PenType.TextureFill", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PenType.PathGradient", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PenType.LinearGradient", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.PenType", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PenType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.PixelOffsetMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PixelOffsetMode.Invalid", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PixelOffsetMode.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PixelOffsetMode.HighSpeed", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PixelOffsetMode.HighQuality", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PixelOffsetMode.None", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.PixelOffsetMode.Half", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.PixelOffsetMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/PixelOffsetMode.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.QualityMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.QualityMode.Invalid", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.QualityMode.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.QualityMode.Low", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.QualityMode.High", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.QualityMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/QualityMode.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Drawing.Drawing2D.RegionData.Data", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/RegionData.cs#L10C26-L10C30" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.RegionData", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/RegionData.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.SmoothingMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.SmoothingMode.Invalid", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.SmoothingMode.Default", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.SmoothingMode.HighSpeed", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.SmoothingMode.HighQuality", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.SmoothingMode.None", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.SmoothingMode.AntiAlias", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.SmoothingMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/SmoothingMode.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.WarpMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WarpMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.WarpMode.Perspective", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WarpMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.WarpMode.Bilinear", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WarpMode.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.WarpMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WarpMode.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Drawing2D.WrapMode.value__", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.WrapMode.Tile", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.WrapMode.TileFlipX", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.WrapMode.TileFlipY", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.WrapMode.TileFlipXY", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" - }, - { - "DocsId": "F:System.Drawing.Drawing2D.WrapMode.Clamp", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" - } - ], - "DocsId": "T:System.Drawing.Drawing2D.WrapMode", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Drawing2D/WrapMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.FontConverter.FontNameConverter.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L424C9-L427C10" - }, - { - "DocsId": "M:System.Drawing.FontConverter.FontNameConverter.System#IDisposable#Dispose", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L431C9-L431C10" - }, - { - "DocsId": "M:System.Drawing.FontConverter.FontNameConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L435C13-L435C99" - }, - { - "DocsId": "M:System.Drawing.FontConverter.FontNameConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L440C13-L440C124" - }, - { - "DocsId": "M:System.Drawing.FontConverter.FontNameConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L445C13-L453C57" - }, - { - "DocsId": "M:System.Drawing.FontConverter.FontNameConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L457C93-L457C98" - }, - { - "DocsId": "M:System.Drawing.FontConverter.FontNameConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L460C93-L460C97" - } - ], - "DocsId": "T:System.Drawing.FontConverter.FontNameConverter", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.FontConverter.FontUnitConverter.#ctor", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L493C38-L493C68" - }, - { - "DocsId": "M:System.Drawing.FontConverter.FontUnitConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs#L498C13-L507C27" - } - ], - "DocsId": "T:System.Drawing.FontConverter.FontUnitConverter", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/FontConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Graphics.DrawImageAbort.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImageAbort.Invoke(System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImageAbort.BeginInvoke(System.IntPtr,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" - }, - { - "DocsId": "M:System.Drawing.Graphics.DrawImageAbort.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" - } - ], - "DocsId": "T:System.Drawing.Graphics.DrawImageAbort", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafileProc.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafileProc.Invoke(System.Drawing.Imaging.EmfPlusRecordType,System.Int32,System.Int32,System.IntPtr,System.Drawing.Imaging.PlayRecordCallback)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafileProc.BeginInvoke(System.Drawing.Imaging.EmfPlusRecordType,System.Int32,System.Int32,System.IntPtr,System.Drawing.Imaging.PlayRecordCallback,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" - }, - { - "DocsId": "M:System.Drawing.Graphics.EnumerateMetafileProc.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" - } - ], - "DocsId": "T:System.Drawing.Graphics.EnumerateMetafileProc", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Graphics.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Image.GetThumbnailImageAbort.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs" - }, - { - "DocsId": "M:System.Drawing.Image.GetThumbnailImageAbort.Invoke", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs" - }, - { - "DocsId": "M:System.Drawing.Image.GetThumbnailImageAbort.BeginInvoke(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs" - }, - { - "DocsId": "M:System.Drawing.Image.GetThumbnailImageAbort.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs" - } - ], - "DocsId": "T:System.Drawing.Image.GetThumbnailImageAbort", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Image.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.#ctor(System.Drawing.Printing.PaperSize[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L21C9-L21C72" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L33C47-L33C81" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L35C34-L35C39" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L37C44-L37C49" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L39C40-L39C44" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L41C60-L41C110" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.CopyTo(System.Drawing.Printing.PaperSize[],System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L43C66-L43C121" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L45C52-L45C67" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.Add(System.Drawing.Printing.PaperSize)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L50C13-L54C26" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L26C29-L26C42" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L31C53-L31C66" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L35C34-L35C39" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L37C44-L37C49" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSizeCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs#L39C40-L39C44" - } - ], - "DocsId": "T:System.Drawing.Printing.PrinterSettings.PaperSizeCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSizeCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.#ctor(System.Drawing.Printing.PaperSource[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L18C9-L21C10" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L33C47-L33C81" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L35C34-L35C39" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L37C44-L37C49" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L39C40-L39C44" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L41C60-L41C110" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.CopyTo(System.Drawing.Printing.PaperSource[],System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L43C70-L43C127" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L45C52-L45C67" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.Add(System.Drawing.Printing.PaperSource)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L50C13-L54C26" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L26C29-L26C42" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L31C55-L31C68" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L35C34-L35C39" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L37C44-L37C49" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PaperSourceCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs#L39C40-L39C44" - } - ], - "DocsId": "T:System.Drawing.Printing.PrinterSettings.PaperSourceCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PaperSourceCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.#ctor(System.Drawing.Printing.PrinterResolution[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L18C9-L18C88" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L30C47-L30C81" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L32C34-L32C39" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L34C44-L34C49" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L36C40-L36C44" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L38C60-L38C110" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.CopyTo(System.Drawing.Printing.PrinterResolution[],System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L40C82-L40C145" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L42C52-L42C67" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.Add(System.Drawing.Printing.PrinterResolution)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L47C13-L51C26" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L23C29-L23C42" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L28C61-L28C74" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L32C34-L32C39" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L34C44-L34C49" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs#L36C40-L36C44" - } - ], - "DocsId": "T:System.Drawing.Printing.PrinterSettings.PrinterResolutionCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.PrinterResolutionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L18C9-L18C70" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L30C47-L30C83" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#get_Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L32C34-L32C39" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L34C44-L34C49" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L36C40-L36C44" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L38C60-L38C101" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.CopyTo(System.String[],System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L40C60-L40C103" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L42C52-L42C67" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.Add(System.String)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L47C13-L48C32" - }, - { - "DocsId": "M:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#Generic#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L51C68-L51C89" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.StringCollection.Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L23C29-L23C40" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.StringCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L28C50-L28C62" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#Count", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L32C34-L32C39" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L34C44-L34C49" - }, - { - "DocsId": "P:System.Drawing.Printing.PrinterSettings.StringCollection.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs#L36C40-L36C44" - } - ], - "DocsId": "T:System.Drawing.Printing.PrinterSettings.StringCollection", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Printing/PrinterSettings.StringCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Interop.LOGFONT.<_lfFaceName>e__FixedBuffer.FixedElementField", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" - } - ], - "DocsId": "T:System.Drawing.Interop.LOGFONT.<_lfFaceName>e__FixedBuffer", - "SourceLink": "https://github.com/dotnet/winforms/blob/337e9296fe87358c6691e827bd19553e3fd1ea74/src/System.Drawing.Common/src/System/Drawing/Interop/LOGFONT.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Formats.Cbor.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Formats.Cbor.json deleted file mode 100644 index dedc1bb7115..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Formats.Cbor.json +++ /dev/null @@ -1,588 +0,0 @@ -{ - "Assembly": "System.Formats.Cbor", - "GUID": "06CCCA889AF844A38A7FD246055CF629FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.Undefined", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.UnsignedInteger", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.NegativeInteger", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.ByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.StartIndefiniteLengthByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.EndIndefiniteLengthByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.TextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.StartIndefiniteLengthTextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.EndIndefiniteLengthTextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.StartArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.EndArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.StartMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.EndMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.Tag", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.SimpleValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.HalfPrecisionFloat", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.SinglePrecisionFloat", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.DoublePrecisionFloat", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.Null", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.Boolean", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborReaderState.Finished", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - } - ], - "DocsId": "T:System.Formats.Cbor.CborReaderState", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReaderState.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Formats.Cbor.CborReader.PeekState", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.PeekState.cs#L15C13-L20C33" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.SkipValue(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.SkipValue.cs#L20C13-L21C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.SkipToParent(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.SkipValue.cs#L33C13-L39C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadSingle", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.cs#L24C13-L48C91" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadDouble", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.cs#L65C13-L93C91" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadBoolean", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.cs#L109C13-L120C27" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadNull", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.cs#L134C13-L143C90" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadSimpleValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.cs#L159C13-L182C97" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadTag", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L22C13-L26C24" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.PeekTag", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L39C37-L39C59" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadDateTimeOffset", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L57C13-L87C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadUnixTimeSeconds", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L105C13-L139C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadBigInteger", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L157C13-L186C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadDecimal", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Tag.cs#L205C13-L267C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadStartArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Array.cs#L18C13-L38C36" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadEndArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Array.cs#L51C13-L63C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.#ctor(System.ReadOnlyMemory{System.Byte},System.Formats.Cbor.CborConformanceMode,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L29C9-L64C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadEncodedValue(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L75C13-L81C72" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.Reset(System.ReadOnlyMemory{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L93C13-L110C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadInt32", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Integer.cs#L23C13-L26C26" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadUInt32", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Integer.cs#L41C13-L44C26" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadInt64", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Integer.cs#L58C13-L61C26" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadUInt64", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Integer.cs#L76C13-L79C26" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadCborNegativeIntegerRepresentation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Integer.cs#L98C13-L102C26" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadStartMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Map.cs#L33C13-L63C27" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadEndMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Map.cs#L77C13-L95C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L29C13-L48C27" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.TryReadByteString(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L64C13-L91C25" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadDefiniteLengthByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L106C13-L120C30" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadStartIndefiniteLengthByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L134C13-L148C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadEndIndefiniteLengthByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L157C13-L161C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadTextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L174C13-L204C27" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.TryReadTextString(System.Span{System.Char},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L220C13-L251C25" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadDefiniteLengthTextStringBytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L266C13-L287C33" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadStartIndefiniteLengthTextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L301C13-L315C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadEndIndefiniteLengthTextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.String.cs#L324C13-L328C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborReader.ReadHalf", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.Simple.netcoreapp.cs#L24C13-L41C91" - }, - { - "DocsId": "P:System.Formats.Cbor.CborReader.ConformanceMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L36C54-L36C58" - }, - { - "DocsId": "P:System.Formats.Cbor.CborReader.AllowMultipleRootLevelValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L40C52-L40C56" - }, - { - "DocsId": "P:System.Formats.Cbor.CborReader.CurrentDepth", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L44C36-L44C89" - }, - { - "DocsId": "P:System.Formats.Cbor.CborReader.BytesRemaining", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs#L48C38-L48C60" - } - ], - "DocsId": "T:System.Formats.Cbor.CborReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Reader/CborReader.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteStartArray(System.Nullable{System.Int32})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Array.cs#L26C13-L34C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteEndArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Array.cs#L42C13-L44C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteStartMap(System.Nullable{System.Int32})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Map.cs#L37C13-L45C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteEndMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Map.cs#L55C13-L62C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteSingle(System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.cs#L25C13-L34C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteDouble(System.Double)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.cs#L45C13-L61C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteBoolean(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.cs#L89C13-L90C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteNull", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.cs#L100C13-L101C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteSimpleValue(System.Formats.Cbor.CborSimpleValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.cs#L113C13-L131C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteByteString(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L27C13-L33C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteByteString(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L44C13-L59C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteStartIndefiniteLengthByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L74C13-L90C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteEndIndefiniteLengthByteString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L96C13-L98C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteTextString(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L111C13-L117C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteTextString(System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L129C13-L156C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteStartIndefiniteLengthTextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L171C13-L187C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteEndIndefiniteLengthTextString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.String.cs#L193C13-L195C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.#ctor(System.Formats.Cbor.CborConformanceMode,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L67C15-L69C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.#ctor(System.Formats.Cbor.CborConformanceMode,System.Boolean,System.Boolean,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L82C9-L101C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L106C13-L124C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteEncodedValue(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L133C13-L176C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L181C35-L181C62" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.Encode(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L190C13-L198C36" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L208C13-L218C25" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteInt32(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Integer.cs#L19C46-L19C63" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteInt64(System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Integer.cs#L30C13-L41C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteUInt32(System.UInt32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Integer.cs#L51C48-L51C66" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteUInt64(System.UInt64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Integer.cs#L63C13-L65C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteCborNegativeIntegerRepresentation(System.UInt64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Integer.cs#L81C13-L83C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteTag(System.Formats.Cbor.CborTag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L22C13-L29C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteDateTimeOffset(System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L40C13-L51C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteUnixTimeSeconds(System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L62C13-L64C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteUnixTimeSeconds(System.Double)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L76C13-L83C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteBigInteger(System.Numerics.BigInteger)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L94C13-L100C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteDecimal(System.Decimal)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Tag.cs#L111C13-L135C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborWriter.WriteHalf(System.Half)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.Simple.netcoreapp.cs#L22C13-L34C10" - }, - { - "DocsId": "P:System.Formats.Cbor.CborWriter.ConformanceMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L37C54-L37C58" - }, - { - "DocsId": "P:System.Formats.Cbor.CborWriter.ConvertIndefiniteLengthEncodings", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L41C56-L41C60" - }, - { - "DocsId": "P:System.Formats.Cbor.CborWriter.AllowMultipleRootLevelValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L45C52-L45C56" - }, - { - "DocsId": "P:System.Formats.Cbor.CborWriter.CurrentDepth", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L49C36-L49C89" - }, - { - "DocsId": "P:System.Formats.Cbor.CborWriter.BytesWritten", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L53C36-L53C43" - }, - { - "DocsId": "P:System.Formats.Cbor.CborWriter.IsWriteCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs#L57C41-L57C87" - } - ], - "DocsId": "T:System.Formats.Cbor.CborWriter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/Writer/CborWriter.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Formats.Cbor.CborConformanceMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborConformanceMode.Lax", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborConformanceMode.Strict", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborConformanceMode.Canonical", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborConformanceMode.Ctap2Canonical", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" - } - ], - "DocsId": "T:System.Formats.Cbor.CborConformanceMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborConformanceLevel.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Formats.Cbor.CborTag.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.DateTimeString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.UnixTimeSeconds", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.UnsignedBigNum", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.NegativeBigNum", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.DecimalFraction", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.BigFloat", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.Base64UrlLaterEncoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.Base64StringLaterEncoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.Base16StringLaterEncoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.EncodedCborDataItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.Base64Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.Base64", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.Regex", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.MimeMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborTag.SelfDescribeCbor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - } - ], - "DocsId": "T:System.Formats.Cbor.CborTag", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Formats.Cbor.CborSimpleValue.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborSimpleValue.False", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborSimpleValue.True", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborSimpleValue.Null", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "DocsId": "F:System.Formats.Cbor.CborSimpleValue.Undefined", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - } - ], - "DocsId": "T:System.Formats.Cbor.CborSimpleValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborTag.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Formats.Cbor.CborContentException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborContentException.cs#L18C15-L21C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborContentException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborContentException.cs#L30C15-L33C10" - }, - { - "DocsId": "M:System.Formats.Cbor.CborContentException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborContentException.cs#L45C15-L48C10" - } - ], - "DocsId": "T:System.Formats.Cbor.CborContentException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Formats.Cbor/src/System/Formats/Cbor/CborContentException.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.IO.Hashing.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.IO.Hashing.json deleted file mode 100644 index 7046f9a7199..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.IO.Hashing.json +++ /dev/null @@ -1,392 +0,0 @@ -{ - "Assembly": "System.IO.Hashing", - "GUID": "EEA65764C7FB4B1B8D9AABD29FD3E7C4FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.IO.Hashing.Crc32.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L32C9-L40C10" - }, - { - "DocsId": "M:System.IO.Hashing.Crc32.Append(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L49C13-L50C10" - }, - { - "DocsId": "M:System.IO.Hashing.Crc32.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L57C13-L58C10" - }, - { - "DocsId": "M:System.IO.Hashing.Crc32.GetCurrentHashCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L68C13-L69C10" - }, - { - "DocsId": "M:System.IO.Hashing.Crc32.GetHashAndResetCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L77C13-L79C10" - }, - { - "DocsId": "M:System.IO.Hashing.Crc32.GetCurrentHashAsUInt32", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L84C49-L84C54" - }, - { - "DocsId": "M:System.IO.Hashing.Crc32.Hash(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L96C13-L101C57" - }, - { - "DocsId": "M:System.IO.Hashing.Crc32.Hash(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L111C13-L114C24" - }, - { - "DocsId": "M:System.IO.Hashing.Crc32.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L131C13-L140C25" - }, - { - "DocsId": "M:System.IO.Hashing.Crc32.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L153C13-L160C25" - }, - { - "DocsId": "M:System.IO.Hashing.Crc32.HashToUInt32(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs#L168C13-L168C42" - } - ], - "DocsId": "T:System.IO.Hashing.Crc32", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc32.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Hashing.Crc64.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L37C15-L39C10" - }, - { - "DocsId": "M:System.IO.Hashing.Crc64.Append(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L48C13-L49C10" - }, - { - "DocsId": "M:System.IO.Hashing.Crc64.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L56C13-L57C10" - }, - { - "DocsId": "M:System.IO.Hashing.Crc64.GetCurrentHashCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L66C13-L67C10" - }, - { - "DocsId": "M:System.IO.Hashing.Crc64.GetHashAndResetCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L75C13-L77C10" - }, - { - "DocsId": "M:System.IO.Hashing.Crc64.GetCurrentHashAsUInt64", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L82C50-L82C54" - }, - { - "DocsId": "M:System.IO.Hashing.Crc64.Hash(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L94C13-L99C57" - }, - { - "DocsId": "M:System.IO.Hashing.Crc64.Hash(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L109C13-L112C24" - }, - { - "DocsId": "M:System.IO.Hashing.Crc64.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L129C13-L138C25" - }, - { - "DocsId": "M:System.IO.Hashing.Crc64.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L151C13-L158C25" - }, - { - "DocsId": "M:System.IO.Hashing.Crc64.HashToUInt64(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs#L166C13-L166C41" - } - ], - "DocsId": "T:System.IO.Hashing.Crc64", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/Crc64.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L34C9-L40C10" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.Append(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetCurrentHashCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.Append(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L86C13-L92C10" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.Append(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L105C13-L125C10" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.AppendAsync(System.IO.Stream,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L145C13-L150C63" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetCurrentHash", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L184C13-L186C24" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.TryGetCurrentHash(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L203C13-L211C25" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetCurrentHash(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L228C13-L234C38" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetHashAndReset", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L245C13-L247C24" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.TryGetHashAndReset(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L265C13-L273C25" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetHashAndReset(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L290C13-L296C38" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetHashAndResetCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L326C13-L328C10" - }, - { - "DocsId": "M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L343C13-L343C74" - }, - { - "DocsId": "P:System.IO.Hashing.NonCryptographicHashAlgorithm.HashLengthInBytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs#L22C40-L22C44" - } - ], - "DocsId": "T:System.IO.Hashing.NonCryptographicHashAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/NonCryptographicHashAlgorithm.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Hashing.XxHash128.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L31C30-L33C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash128.#ctor(System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L36C39-L39C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash128.Hash(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L45C53-L45C74" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash128.Hash(System.Byte[],System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L55C13-L63C63" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash128.Hash(System.ReadOnlySpan{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L72C13-L74C27" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash128.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L85C13-L90C33" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash128.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L101C13-L110C26" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash128.HashToUInt128(System.ReadOnlySpan{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L121C13-L122C57" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash128.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L153C13-L154C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash128.Append(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L160C13-L161C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash128.GetCurrentHashCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L167C13-L169C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash128.GetCurrentHashAsUInt128", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs#L206C13-L207C63" - } - ], - "DocsId": "T:System.IO.Hashing.XxHash128", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash128.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Hashing.XxHash3.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L30C28-L32C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash3.#ctor(System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L35C37-L38C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash3.Hash(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L44C53-L44C74" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash3.Hash(System.Byte[],System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L54C13-L62C63" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash3.Hash(System.ReadOnlySpan{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L71C13-L74C27" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash3.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L85C13-L90C33" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash3.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L101C13-L116C26" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash3.HashToUInt64(System.ReadOnlySpan{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L126C13-L144C74" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash3.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L151C13-L152C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash3.Append(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L158C13-L159C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash3.GetCurrentHashCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L165C13-L167C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash3.GetCurrentHashAsUInt64", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs#L176C13-L196C28" - } - ], - "DocsId": "T:System.IO.Hashing.XxHash3", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash3.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Hashing.XxHash32.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L36C15-L38C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash32.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L48C15-L52C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash32.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L59C13-L61C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash32.Append(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L74C13-L109C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash32.GetCurrentHashCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L117C13-L119C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash32.GetCurrentHashAsUInt32", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L126C13-L134C56" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash32.Hash(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L147C13-L152C57" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash32.Hash(System.Byte[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L166C13-L171C63" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash32.Hash(System.ReadOnlySpan{System.Byte},System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L182C13-L185C24" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash32.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L203C13-L212C25" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash32.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L226C13-L233C29" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash32.HashToUInt32(System.ReadOnlySpan{System.Byte},System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs#L243C13-L252C56" - } - ], - "DocsId": "T:System.IO.Hashing.XxHash32", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash32.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Hashing.XxHash64.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L36C15-L38C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash64.#ctor(System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L48C15-L52C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash64.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L59C13-L61C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash64.Append(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L74C13-L109C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash64.GetCurrentHashCore(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L117C13-L119C10" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash64.GetCurrentHashAsUInt64", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L126C13-L134C56" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash64.Hash(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L147C13-L152C57" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash64.Hash(System.Byte[],System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L166C13-L171C63" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash64.Hash(System.ReadOnlySpan{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L182C13-L185C24" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash64.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L203C13-L212C25" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash64.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L226C13-L233C29" - }, - { - "DocsId": "M:System.IO.Hashing.XxHash64.HashToUInt64(System.ReadOnlySpan{System.Byte},System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs#L243C13-L252C62" - } - ], - "DocsId": "T:System.IO.Hashing.XxHash64", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Hashing/src/System/IO/Hashing/XxHash64.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.IO.Packaging.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.IO.Packaging.json deleted file mode 100644 index 0fb00112638..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.IO.Packaging.json +++ /dev/null @@ -1,628 +0,0 @@ -{ - "Assembly": "System.IO.Packaging", - "GUID": "6271A975FDA1458EAD8275D27526CFA3FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.IO.FileFormatException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L24C15-L25C12" - }, - { - "DocsId": "M:System.IO.FileFormatException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L33C15-L34C12" - }, - { - "DocsId": "M:System.IO.FileFormatException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L44C15-L45C12" - }, - { - "DocsId": "M:System.IO.FileFormatException.#ctor(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L56C15-L62C10" - }, - { - "DocsId": "M:System.IO.FileFormatException.#ctor(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L74C15-L77C10" - }, - { - "DocsId": "M:System.IO.FileFormatException.#ctor(System.Uri,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L90C15-L97C10" - }, - { - "DocsId": "M:System.IO.FileFormatException.#ctor(System.Uri,System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L111C15-L114C10" - }, - { - "DocsId": "M:System.IO.FileFormatException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L120C91-L125C10" - }, - { - "DocsId": "M:System.IO.FileFormatException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L138C13-L140C10" - }, - { - "DocsId": "P:System.IO.FileFormatException.SourceUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs#L155C17-L155C35" - } - ], - "DocsId": "T:System.IO.FileFormatException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/FileFormatException.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.IO.Packaging.CompressionOption.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" - }, - { - "DocsId": "F:System.IO.Packaging.CompressionOption.NotCompressed", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" - }, - { - "DocsId": "F:System.IO.Packaging.CompressionOption.Normal", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" - }, - { - "DocsId": "F:System.IO.Packaging.CompressionOption.Maximum", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" - }, - { - "DocsId": "F:System.IO.Packaging.CompressionOption.Fast", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" - }, - { - "DocsId": "F:System.IO.Packaging.CompressionOption.SuperFast", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" - } - ], - "DocsId": "T:System.IO.Packaging.CompressionOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/CompressionOption.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.IO.Packaging.EncryptionOption.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/EncryptionOption.cs" - }, - { - "DocsId": "F:System.IO.Packaging.EncryptionOption.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/EncryptionOption.cs" - }, - { - "DocsId": "F:System.IO.Packaging.EncryptionOption.RightsManagement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/EncryptionOption.cs" - } - ], - "DocsId": "T:System.IO.Packaging.EncryptionOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/EncryptionOption.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Packaging.Package.#ctor(System.IO.FileAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L29C9-L39C10" - }, - { - "DocsId": "M:System.IO.Packaging.Package.Open(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L94C13-L94C91" - }, - { - "DocsId": "M:System.IO.Packaging.Package.Open(System.String,System.IO.FileMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L110C13-L110C85" - }, - { - "DocsId": "M:System.IO.Packaging.Package.Open(System.String,System.IO.FileMode,System.IO.FileAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L127C13-L127C79" - }, - { - "DocsId": "M:System.IO.Packaging.Package.Open(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L147C13-L147C77" - }, - { - "DocsId": "M:System.IO.Packaging.Package.Open(System.IO.Stream,System.IO.FileMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L166C13-L166C67" - }, - { - "DocsId": "M:System.IO.Packaging.Package.CreatePart(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L189C13-L189C86" - }, - { - "DocsId": "M:System.IO.Packaging.Package.CreatePart(System.Uri,System.String,System.IO.Packaging.CompressionOption)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L214C13-L242C30" - }, - { - "DocsId": "M:System.IO.Packaging.Package.GetPart(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L261C13-L265C37" - }, - { - "DocsId": "M:System.IO.Packaging.Package.PartExists(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L284C13-L291C59" - }, - { - "DocsId": "M:System.IO.Packaging.Package.DeletePart(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L309C13-L375C10" - }, - { - "DocsId": "M:System.IO.Packaging.Package.GetParts", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L385C13-L432C36" - }, - { - "DocsId": "M:System.IO.Packaging.Package.System#IDisposable#Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L447C13-L479C10" - }, - { - "DocsId": "M:System.IO.Packaging.Package.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L491C13-L492C10" - }, - { - "DocsId": "M:System.IO.Packaging.Package.Flush", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L502C13-L524C10" - }, - { - "DocsId": "M:System.IO.Packaging.Package.CreateRelationship(System.Uri,System.IO.Packaging.TargetMode,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L547C13-L547C86" - }, - { - "DocsId": "M:System.IO.Packaging.Package.CreateRelationship(System.Uri,System.IO.Packaging.TargetMode,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L571C13-L575C84" - }, - { - "DocsId": "M:System.IO.Packaging.Package.DeleteRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L590C13-L600C10" - }, - { - "DocsId": "M:System.IO.Packaging.Package.GetRelationships", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L613C13-L613C49" - }, - { - "DocsId": "M:System.IO.Packaging.Package.GetRelationshipsByType(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L631C13-L639C61" - }, - { - "DocsId": "M:System.IO.Packaging.Package.GetRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L657C13-L661C45" - }, - { - "DocsId": "M:System.IO.Packaging.Package.RelationshipExists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L678C13-L678C56" - }, - { - "DocsId": "M:System.IO.Packaging.Package.CreatePartCore(System.Uri,System.String,System.IO.Packaging.CompressionOption)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" - }, - { - "DocsId": "M:System.IO.Packaging.Package.GetPartCore(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" - }, - { - "DocsId": "M:System.IO.Packaging.Package.DeletePartCore(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" - }, - { - "DocsId": "M:System.IO.Packaging.Package.GetPartsCore", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" - }, - { - "DocsId": "M:System.IO.Packaging.Package.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L736C13-L753C10" - }, - { - "DocsId": "M:System.IO.Packaging.Package.FlushCore", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" - }, - { - "DocsId": "M:System.IO.Packaging.Package.Open(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L824C13-L872C28" - }, - { - "DocsId": "M:System.IO.Packaging.Package.Open(System.IO.Stream,System.IO.FileMode,System.IO.FileAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L888C13-L917C28" - }, - { - "DocsId": "P:System.IO.Packaging.Package.FileOpenAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L55C17-L56C40" - }, - { - "DocsId": "P:System.IO.Packaging.Package.PackageProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs#L70C17-L72C84" - } - ], - "DocsId": "T:System.IO.Packaging.Package", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/Package.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Packaging.PackagePart.#ctor(System.IO.Packaging.Package,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L40C15-L42C10" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.#ctor(System.IO.Packaging.Package,System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L68C15-L70C10" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.#ctor(System.IO.Packaging.Package,System.Uri,System.String,System.IO.Packaging.CompressionOption)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L804C9-L127C10" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.GetContentTypeCore", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L252C13-L252C82" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.GetStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L273C13-L274C80" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.GetStream(System.IO.FileMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L295C13-L296C63" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.GetStream(System.IO.FileMode,System.IO.FileAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L319C13-L351C22" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.GetStreamCore(System.IO.FileMode,System.IO.FileAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.CreateRelationship(System.Uri,System.IO.Packaging.TargetMode,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L384C13-L384C86" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.CreateRelationship(System.Uri,System.IO.Packaging.TargetMode,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L410C13-L414C84" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.DeleteRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L430C13-L440C10" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.GetRelationships", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L455C13-L455C49" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.GetRelationshipsByType(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L474C13-L482C61" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.GetRelationship(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L501C13-L505C45" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePart.RelationshipExists(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L523C13-L523C56" - }, - { - "DocsId": "P:System.IO.Packaging.PackagePart.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L144C17-L145C29" - }, - { - "DocsId": "P:System.IO.Packaging.PackagePart.ContentType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L168C17-L193C48" - }, - { - "DocsId": "P:System.IO.Packaging.PackagePart.Package", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L209C17-L210C35" - }, - { - "DocsId": "P:System.IO.Packaging.PackagePart.CompressionOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs#L224C17-L225C43" - } - ], - "DocsId": "T:System.IO.Packaging.PackagePart", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePart.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Packaging.PackagePartCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePartCollection.cs#L25C13-L25C36" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePartCollection.System#Collections#Generic#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePartCollection.cs#L36C13-L36C36" - }, - { - "DocsId": "M:System.IO.Packaging.PackagePartCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePartCollection.cs#L46C13-L46C53" - } - ], - "DocsId": "T:System.IO.Packaging.PackagePartCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePartCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Packaging.PackageProperties.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs#L43C13-L46C10" - }, - { - "DocsId": "M:System.IO.Packaging.PackageProperties.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs#L54C9-L54C10" - }, - { - "DocsId": "M:System.IO.Packaging.PackageProperties.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.Title", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.Subject", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.Creator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.Keywords", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.LastModifiedBy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.Revision", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.LastPrinted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.Created", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.Modified", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.Category", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.Identifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.ContentType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.Language", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "DocsId": "P:System.IO.Packaging.PackageProperties.ContentStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - } - ], - "DocsId": "T:System.IO.Packaging.PackageProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageProperties.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.IO.Packaging.PackageRelationship.SourceUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L32C17-L35C40" - }, - { - "DocsId": "P:System.IO.Packaging.PackageRelationship.TargetUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L47C17-L47C35" - }, - { - "DocsId": "P:System.IO.Packaging.PackageRelationship.RelationshipType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L59C17-L59C42" - }, - { - "DocsId": "P:System.IO.Packaging.PackageRelationship.TargetMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L71C17-L71C36" - }, - { - "DocsId": "P:System.IO.Packaging.PackageRelationship.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L83C17-L83C28" - }, - { - "DocsId": "P:System.IO.Packaging.PackageRelationship.Package", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs#L96C17-L96C33" - } - ], - "DocsId": "T:System.IO.Packaging.PackageRelationship", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationship.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Packaging.PackageRelationshipCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipCollection.cs#L27C13-L27C36" - }, - { - "DocsId": "M:System.IO.Packaging.PackageRelationshipCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipCollection.cs#L37C13-L42C81" - } - ], - "DocsId": "T:System.IO.Packaging.PackageRelationshipCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Packaging.PackageRelationshipSelector.#ctor(System.Uri,System.IO.Packaging.PackageRelationshipSelectorType,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs#L31C9-L59C10" - }, - { - "DocsId": "M:System.IO.Packaging.PackageRelationshipSelector.Select(System.IO.Packaging.Package)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs#L117C13-L166C34" - }, - { - "DocsId": "P:System.IO.Packaging.PackageRelationshipSelector.SourceUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs#L73C17-L73C35" - }, - { - "DocsId": "P:System.IO.Packaging.PackageRelationshipSelector.SelectorType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs#L86C17-L86C38" - }, - { - "DocsId": "P:System.IO.Packaging.PackageRelationshipSelector.SelectionCriteria", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs#L99C17-L99C43" - } - ], - "DocsId": "T:System.IO.Packaging.PackageRelationshipSelector", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelector.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.IO.Packaging.PackageRelationshipSelectorType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelectorType.cs" - }, - { - "DocsId": "F:System.IO.Packaging.PackageRelationshipSelectorType.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelectorType.cs" - }, - { - "DocsId": "F:System.IO.Packaging.PackageRelationshipSelectorType.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelectorType.cs" - } - ], - "DocsId": "T:System.IO.Packaging.PackageRelationshipSelectorType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackageRelationshipSelectorType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.CreatePartUri(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L38C13-L59C51" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.ResolvePartUri(System.Uri,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L81C13-L100C72" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.GetRelativeUri(System.Uri,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L113C13-L125C65" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.GetNormalizedPartUri(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L137C13-L144C66" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.ComparePartUri(System.Uri,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L160C13-L170C109" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.IsRelationshipPartUri(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L185C13-L193C70" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.GetRelationshipPartUri(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L211C13-L245C76" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.GetSourcePartUriFromRelationshipPartUri(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs#L267C13-L307C77" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.Create(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L33C13-L33C51" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.Create(System.Uri,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L51C13-L51C54" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.Create(System.Uri,System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L73C13-L118C100" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.GetPackageUri(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L134C13-L136C31" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.GetPartUri(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L157C13-L159C28" - }, - { - "DocsId": "M:System.IO.Packaging.PackUriHelper.ComparePackUri(System.Uri,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.PackUriScheme.cs#L177C13-L203C38" - }, - { - "DocsId": "F:System.IO.Packaging.PackUriHelper.UriSchemePack", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs" - } - ], - "DocsId": "T:System.IO.Packaging.PackUriHelper", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackUriHelper.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.IO.Packaging.TargetMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/TargetMode.cs" - }, - { - "DocsId": "F:System.IO.Packaging.TargetMode.Internal", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/TargetMode.cs" - }, - { - "DocsId": "F:System.IO.Packaging.TargetMode.External", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/TargetMode.cs" - } - ], - "DocsId": "T:System.IO.Packaging.TargetMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/TargetMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Packaging.ZipPackage.CreatePartCore(System.Uri,System.String,System.IO.Packaging.CompressionOption)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L41C13-L63C179" - }, - { - "DocsId": "M:System.IO.Packaging.ZipPackage.GetPartCore(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L93C13-L93C25" - }, - { - "DocsId": "M:System.IO.Packaging.ZipPackage.DeletePartCore(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L108C13-L118C10" - }, - { - "DocsId": "M:System.IO.Packaging.ZipPackage.GetPartsCore", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L145C13-L183C36" - }, - { - "DocsId": "M:System.IO.Packaging.ZipPackage.FlushCore", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L196C13-L197C10" - }, - { - "DocsId": "M:System.IO.Packaging.ZipPackage.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs#L207C17-L225C10" - } - ], - "DocsId": "T:System.IO.Packaging.ZipPackage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackage.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Packaging.ZipPackagePart.GetStreamCore(System.IO.FileMode,System.IO.FileAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackagePart.cs#L27C13-L45C25" - } - ], - "DocsId": "T:System.IO.Packaging.ZipPackagePart", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Packaging/src/System/IO/Packaging/ZipPackagePart.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.IO.Pipelines.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.IO.Pipelines.json deleted file mode 100644 index 33a4a3962dd..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.IO.Pipelines.json +++ /dev/null @@ -1,352 +0,0 @@ -{ - "Assembly": "System.IO.Pipelines", - "GUID": "82121075F7B14B6D86F0351EA90540E6FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.IO.Pipelines.FlushResult.#ctor(System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs#L16C13-L27C10" - }, - { - "DocsId": "P:System.IO.Pipelines.FlushResult.IsCanceled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs#L31C35-L31C77" - }, - { - "DocsId": "P:System.IO.Pipelines.FlushResult.IsCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs#L35C36-L35C79" - } - ], - "DocsId": "T:System.IO.Pipelines.FlushResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/FlushResult.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.IO.Pipelines.IDuplexPipe.Input", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/IDuplexPipe.cs" - }, - { - "DocsId": "P:System.IO.Pipelines.IDuplexPipe.Output", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/IDuplexPipe.cs" - } - ], - "DocsId": "T:System.IO.Pipelines.IDuplexPipe", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/IDuplexPipe.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Pipelines.Pipe.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs#L87C25-L89C10" - }, - { - "DocsId": "M:System.IO.Pipelines.Pipe.#ctor(System.IO.Pipelines.PipeOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs#L35C9-L111C10" - }, - { - "DocsId": "M:System.IO.Pipelines.Pipe.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs#L1178C13-L1188C10" - }, - { - "DocsId": "P:System.IO.Pipelines.Pipe.Reader", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs#L1169C37-L1169C44" - }, - { - "DocsId": "P:System.IO.Pipelines.Pipe.Writer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs#L1173C37-L1173C44" - } - ], - "DocsId": "T:System.IO.Pipelines.Pipe", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/Pipe.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Pipelines.PipeOptions.#ctor(System.Buffers.MemoryPool{System.Byte},System.IO.Pipelines.PipeScheduler,System.IO.Pipelines.PipeScheduler,System.Int64,System.Int64,System.Int32,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L26C9-L86C10" - }, - { - "DocsId": "P:System.IO.Pipelines.PipeOptions.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L16C45-L16C49" - }, - { - "DocsId": "P:System.IO.Pipelines.PipeOptions.UseSynchronizationContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L90C49-L90C53" - }, - { - "DocsId": "P:System.IO.Pipelines.PipeOptions.PauseWriterThreshold", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L94C44-L94C48" - }, - { - "DocsId": "P:System.IO.Pipelines.PipeOptions.ResumeWriterThreshold", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L98C45-L98C49" - }, - { - "DocsId": "P:System.IO.Pipelines.PipeOptions.MinimumSegmentSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L102C41-L102C45" - }, - { - "DocsId": "P:System.IO.Pipelines.PipeOptions.WriterScheduler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L106C48-L106C52" - }, - { - "DocsId": "P:System.IO.Pipelines.PipeOptions.ReaderScheduler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L110C48-L110C52" - }, - { - "DocsId": "P:System.IO.Pipelines.PipeOptions.Pool", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs#L114C40-L114C44" - } - ], - "DocsId": "T:System.IO.Pipelines.PipeOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Pipelines.PipeReader.TryRead(System.IO.Pipelines.ReadResult@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.ReadAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.ReadAtLeastAsync(System.Int32,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L53C13-L58C73" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.ReadAtLeastAsyncCore(System.Int32,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.AdvanceTo(System.SequencePosition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.AdvanceTo(System.SequencePosition,System.SequencePosition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.AsStream(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L106C13-L115C28" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.CancelPendingRead", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.Complete(System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.CompleteAsync(System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L133C17-L140C10" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.OnWriterCompleted(System.Action{System.Exception,System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L153C9-L153C10" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.Create(System.IO.Stream,System.IO.Pipelines.StreamPipeReaderOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L161C13-L161C101" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.Create(System.Buffers.ReadOnlySequence{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L171C13-L171C53" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.CopyToAsync(System.IO.Pipelines.PipeWriter,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L180C13-L193C36" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.CopyToAsync(System.IO.Stream,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs#L202C13-L230C32" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeReader.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" - } - ], - "DocsId": "T:System.IO.Pipelines.PipeReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeReader.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Pipelines.PipeScheduler.Schedule(System.Action{System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeScheduler.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeScheduler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeScheduler.cs" - }, - { - "DocsId": "P:System.IO.Pipelines.PipeScheduler.ThreadPool", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeScheduler.cs#L16C51-L16C72" - }, - { - "DocsId": "P:System.IO.Pipelines.PipeScheduler.Inline", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeScheduler.cs#L20C47-L20C64" - } - ], - "DocsId": "T:System.IO.Pipelines.PipeScheduler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeScheduler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.Complete(System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.CompleteAsync(System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L26C17-L33C10" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.CancelPendingFlush", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.OnReaderCompleted(System.Action{System.Exception,System.Object},System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L54C9-L54C10" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.FlushAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.Advance(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.GetMemory(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.GetSpan(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.AsStream(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L88C13-L97C28" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.Create(System.IO.Stream,System.IO.Pipelines.StreamPipeWriterOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L106C13-L106C101" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.WriteAsync(System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L115C13-L116C50" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.CopyFromAsync(System.IO.Stream,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" - }, - { - "DocsId": "M:System.IO.Pipelines.PipeWriter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" - }, - { - "DocsId": "P:System.IO.Pipelines.PipeWriter.CanGetUnflushedBytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L41C53-L41C58" - }, - { - "DocsId": "P:System.IO.Pipelines.PipeWriter.UnflushedBytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs#L155C47-L155C109" - } - ], - "DocsId": "T:System.IO.Pipelines.PipeWriter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/PipeWriter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Pipelines.ReadResult.#ctor(System.Buffers.ReadOnlySequence{System.Byte},System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs#L20C13-L31C10" - }, - { - "DocsId": "P:System.IO.Pipelines.ReadResult.Buffer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs#L35C49-L35C62" - }, - { - "DocsId": "P:System.IO.Pipelines.ReadResult.IsCanceled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs#L39C35-L39C77" - }, - { - "DocsId": "P:System.IO.Pipelines.ReadResult.IsCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs#L43C36-L43C79" - } - ], - "DocsId": "T:System.IO.Pipelines.ReadResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/ReadResult.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Pipelines.StreamPipeExtensions.CopyToAsync(System.IO.Stream,System.IO.Pipelines.PipeWriter,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeExtensions.cs#L19C13-L33C73" - } - ], - "DocsId": "T:System.IO.Pipelines.StreamPipeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Pipelines.StreamPipeReaderOptions.#ctor(System.Buffers.MemoryPool{System.Byte},System.Int32,System.Int32,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L23C13-L26C10" - }, - { - "DocsId": "M:System.IO.Pipelines.StreamPipeReaderOptions.#ctor(System.Buffers.MemoryPool{System.Byte},System.Int32,System.Int32,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L61C47-L53C10" - }, - { - "DocsId": "P:System.IO.Pipelines.StreamPipeReaderOptions.BufferSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L57C33-L57C37" - }, - { - "DocsId": "P:System.IO.Pipelines.StreamPipeReaderOptions.MinimumReadSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L65C38-L65C42" - }, - { - "DocsId": "P:System.IO.Pipelines.StreamPipeReaderOptions.Pool", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L69C40-L69C44" - }, - { - "DocsId": "P:System.IO.Pipelines.StreamPipeReaderOptions.LeaveOpen", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L73C33-L73C37" - }, - { - "DocsId": "P:System.IO.Pipelines.StreamPipeReaderOptions.UseZeroByteReads", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs#L77C40-L77C44" - } - ], - "DocsId": "T:System.IO.Pipelines.StreamPipeReaderOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeReaderOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Pipelines.StreamPipeWriterOptions.#ctor(System.Buffers.MemoryPool{System.Byte},System.Int32,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeWriterOptions.cs#L19C9-L29C10" - }, - { - "DocsId": "P:System.IO.Pipelines.StreamPipeWriterOptions.MinimumBufferSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeWriterOptions.cs#L33C40-L33C44" - }, - { - "DocsId": "P:System.IO.Pipelines.StreamPipeWriterOptions.Pool", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeWriterOptions.cs#L37C40-L37C44" - }, - { - "DocsId": "P:System.IO.Pipelines.StreamPipeWriterOptions.LeaveOpen", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeWriterOptions.cs#L41C33-L41C37" - } - ], - "DocsId": "T:System.IO.Pipelines.StreamPipeWriterOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Pipelines/src/System/IO/Pipelines/StreamPipeWriterOptions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.IO.Ports.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.IO.Ports.json deleted file mode 100644 index 31e6e4f1479..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.IO.Ports.json +++ /dev/null @@ -1,480 +0,0 @@ -{ - "Assembly": "System.IO.Ports", - "GUID": "EAEF1B683A144CE59F78A8505B351DF6FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "F:System.IO.Ports.Handshake.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" - }, - { - "DocsId": "F:System.IO.Ports.Handshake.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" - }, - { - "DocsId": "F:System.IO.Ports.Handshake.XOnXOff", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" - }, - { - "DocsId": "F:System.IO.Ports.Handshake.RequestToSend", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" - }, - { - "DocsId": "F:System.IO.Ports.Handshake.RequestToSendXOnXOff", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" - } - ], - "DocsId": "T:System.IO.Ports.Handshake", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/Handshake.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.IO.Ports.Parity.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" - }, - { - "DocsId": "F:System.IO.Ports.Parity.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" - }, - { - "DocsId": "F:System.IO.Ports.Parity.Odd", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" - }, - { - "DocsId": "F:System.IO.Ports.Parity.Even", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" - }, - { - "DocsId": "F:System.IO.Ports.Parity.Mark", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" - }, - { - "DocsId": "F:System.IO.Ports.Parity.Space", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" - } - ], - "DocsId": "T:System.IO.Ports.Parity", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/Parity.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.IO.Ports.SerialData.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialData.cs" - }, - { - "DocsId": "F:System.IO.Ports.SerialData.Chars", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialData.cs" - }, - { - "DocsId": "F:System.IO.Ports.SerialData.Eof", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialData.cs" - } - ], - "DocsId": "T:System.IO.Ports.SerialData", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialData.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.IO.Ports.SerialDataReceivedEventArgs.EventType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventArgs.cs#L13C39-L13C43" - } - ], - "DocsId": "T:System.IO.Ports.SerialDataReceivedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Ports.SerialDataReceivedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventHandler.cs" - }, - { - "DocsId": "M:System.IO.Ports.SerialDataReceivedEventHandler.Invoke(System.Object,System.IO.Ports.SerialDataReceivedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventHandler.cs" - }, - { - "DocsId": "M:System.IO.Ports.SerialDataReceivedEventHandler.BeginInvoke(System.Object,System.IO.Ports.SerialDataReceivedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventHandler.cs" - }, - { - "DocsId": "M:System.IO.Ports.SerialDataReceivedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventHandler.cs" - } - ], - "DocsId": "T:System.IO.Ports.SerialDataReceivedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialDataReceivedEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.IO.Ports.SerialError.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" - }, - { - "DocsId": "F:System.IO.Ports.SerialError.TXFull", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" - }, - { - "DocsId": "F:System.IO.Ports.SerialError.RXOver", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" - }, - { - "DocsId": "F:System.IO.Ports.SerialError.Overrun", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" - }, - { - "DocsId": "F:System.IO.Ports.SerialError.RXParity", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" - }, - { - "DocsId": "F:System.IO.Ports.SerialError.Frame", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" - } - ], - "DocsId": "T:System.IO.Ports.SerialError", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialError.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.IO.Ports.SerialErrorReceivedEventArgs.EventType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventArgs.cs#L13C40-L13C44" - } - ], - "DocsId": "T:System.IO.Ports.SerialErrorReceivedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Ports.SerialErrorReceivedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventHandler.cs" - }, - { - "DocsId": "M:System.IO.Ports.SerialErrorReceivedEventHandler.Invoke(System.Object,System.IO.Ports.SerialErrorReceivedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventHandler.cs" - }, - { - "DocsId": "M:System.IO.Ports.SerialErrorReceivedEventHandler.BeginInvoke(System.Object,System.IO.Ports.SerialErrorReceivedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventHandler.cs" - }, - { - "DocsId": "M:System.IO.Ports.SerialErrorReceivedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventHandler.cs" - } - ], - "DocsId": "T:System.IO.Ports.SerialErrorReceivedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialErrorReceivedEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.IO.Ports.SerialPinChange.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" - }, - { - "DocsId": "F:System.IO.Ports.SerialPinChange.CtsChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" - }, - { - "DocsId": "F:System.IO.Ports.SerialPinChange.DsrChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" - }, - { - "DocsId": "F:System.IO.Ports.SerialPinChange.CDChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" - }, - { - "DocsId": "F:System.IO.Ports.SerialPinChange.Ring", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" - }, - { - "DocsId": "F:System.IO.Ports.SerialPinChange.Break", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" - } - ], - "DocsId": "T:System.IO.Ports.SerialPinChange", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChange.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.IO.Ports.SerialPinChangedEventArgs.EventType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventArgs.cs#L13C44-L13C48" - } - ], - "DocsId": "T:System.IO.Ports.SerialPinChangedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Ports.SerialPinChangedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventHandler.cs" - }, - { - "DocsId": "M:System.IO.Ports.SerialPinChangedEventHandler.Invoke(System.Object,System.IO.Ports.SerialPinChangedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventHandler.cs" - }, - { - "DocsId": "M:System.IO.Ports.SerialPinChangedEventHandler.BeginInvoke(System.Object,System.IO.Ports.SerialPinChangedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventHandler.cs" - }, - { - "DocsId": "M:System.IO.Ports.SerialPinChangedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventHandler.cs" - } - ], - "DocsId": "T:System.IO.Ports.SerialPinChangedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPinChangedEventHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.Ports.SerialPort.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L38C9-L514C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.#ctor(System.ComponentModel.IContainer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L516C51-L520C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L525C46-L527C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L529C60-L531C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.#ctor(System.String,System.Int32,System.IO.Ports.Parity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L533C75-L535C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.#ctor(System.String,System.Int32,System.IO.Ports.Parity,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L537C89-L539C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.#ctor(System.String,System.Int32,System.IO.Ports.Parity,System.Int32,System.IO.Ports.StopBits)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L544C108-L551C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L556C13-L557C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L561C13-L572C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.DiscardInBuffer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L576C13-L580C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.DiscardOutBuffer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L584C13-L587C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.Open", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L595C13-L610C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.Read(System.Byte[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L623C13-L662C38" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.ReadChar", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L669C13-L672C46" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.Read(System.Char[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L764C13-L775C77" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.ReadByte", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L944C13-L950C53" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.ReadExisting", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L955C13-L997C80" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.ReadLine", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1002C13-L1002C36" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.ReadTo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1007C13-L1120C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.Write(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1125C13-L1135C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.Write(System.Char[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1141C13-L1156C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.Write(System.Byte[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1161C13-L1174C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.WriteLine(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L1178C13-L1179C10" - }, - { - "DocsId": "M:System.IO.Ports.SerialPort.GetPortNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.Win32.cs#L22C20-L37C10" - }, - { - "DocsId": "E:System.IO.Ports.SerialPort.ErrorReceived", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs" - }, - { - "DocsId": "E:System.IO.Ports.SerialPort.PinChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs" - }, - { - "DocsId": "E:System.IO.Ports.SerialPort.DataReceived", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L77C17-L87C14" - }, - { - "DocsId": "F:System.IO.Ports.SerialPort.InfiniteTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.BaseStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L114C17-L117C46" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.BaudRate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L123C19-L123C36" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.BreakState", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L139C17-L142C57" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.BytesToWrite", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L158C17-L160C59" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.BytesToRead", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L169C17-L171C78" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.CDHolding", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L187C17-L189C56" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.CtsHolding", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L197C17-L199C57" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.DataBits", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L206C15-L206C32" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.DiscardNull", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L222C17-L222C37" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.DsrHolding", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L236C17-L238C57" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.DtrEnable", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L246C17-L249C35" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.Encoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L266C17-L266C34" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.Handshake", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L294C17-L294C35" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.IsOpen", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L310C19-L310C90" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.NewLine", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L315C19-L315C35" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.Parity", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L331C17-L331C32" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.ParityReplace", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L346C19-L346C41" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.PortName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L361C17-L361C34" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.ReadBufferSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L380C17-L380C40" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.ReadTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L399C17-L399C37" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.ReceivedBytesThreshold", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L419C17-L419C48" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.RtsEnable", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L442C17-L445C35" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.StopBits", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L460C17-L460C34" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.WriteBufferSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L478C17-L478C41" - }, - { - "DocsId": "P:System.IO.Ports.SerialPort.WriteTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs#L497C17-L497C38" - } - ], - "DocsId": "T:System.IO.Ports.SerialPort", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/SerialPort.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.IO.Ports.StopBits.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" - }, - { - "DocsId": "F:System.IO.Ports.StopBits.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" - }, - { - "DocsId": "F:System.IO.Ports.StopBits.One", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" - }, - { - "DocsId": "F:System.IO.Ports.StopBits.Two", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" - }, - { - "DocsId": "F:System.IO.Ports.StopBits.OnePointFive", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" - } - ], - "DocsId": "T:System.IO.Ports.StopBits", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.IO.Ports/src/System/IO/Ports/StopBits.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Json.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Json.json deleted file mode 100644 index edc0c8be3cf..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Json.json +++ /dev/null @@ -1,486 +0,0 @@ -{ - "Assembly": "System.Json", - "GUID": "ECFBF9E72E99473D914A898C0651ECB8FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Json.JsonArray.#ctor(System.Json.JsonValue[])", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L14C9-L18C10" - }, - { - "DocsId": "M:System.Json.JsonArray.#ctor(System.Collections.Generic.IEnumerable{System.Json.JsonValue})", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L20C9-L28C10" - }, - { - "DocsId": "M:System.Json.JsonArray.Add(System.Json.JsonValue)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L44C13-L45C10" - }, - { - "DocsId": "M:System.Json.JsonArray.AddRange(System.Collections.Generic.IEnumerable{System.Json.JsonValue})", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L49C13-L55C10" - }, - { - "DocsId": "M:System.Json.JsonArray.AddRange(System.Json.JsonValue[])", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L59C13-L63C10" - }, - { - "DocsId": "M:System.Json.JsonArray.Clear", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L65C32-L65C45" - }, - { - "DocsId": "M:System.Json.JsonArray.Contains(System.Json.JsonValue)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L67C49-L67C69" - }, - { - "DocsId": "M:System.Json.JsonArray.CopyTo(System.Json.JsonValue[],System.Int32)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L69C66-L69C97" - }, - { - "DocsId": "M:System.Json.JsonArray.IndexOf(System.Json.JsonValue)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L71C47-L71C66" - }, - { - "DocsId": "M:System.Json.JsonArray.Insert(System.Int32,System.Json.JsonValue)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L73C58-L73C83" - }, - { - "DocsId": "M:System.Json.JsonArray.Remove(System.Json.JsonValue)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L75C47-L75C65" - }, - { - "DocsId": "M:System.Json.JsonArray.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L77C44-L77C65" - }, - { - "DocsId": "M:System.Json.JsonArray.Save(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L81C13-L111C10" - }, - { - "DocsId": "M:System.Json.JsonArray.System#Collections#Generic#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L113C74-L113C95" - }, - { - "DocsId": "M:System.Json.JsonArray.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L115C52-L115C73" - }, - { - "DocsId": "P:System.Json.JsonArray.Count", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L30C38-L30C49" - }, - { - "DocsId": "P:System.Json.JsonArray.IsReadOnly", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L32C35-L32C40" - }, - { - "DocsId": "P:System.Json.JsonArray.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L36C19-L36C39" - }, - { - "DocsId": "P:System.Json.JsonArray.JsonType", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs#L40C46-L40C60" - } - ], - "DocsId": "T:System.Json.JsonArray", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonArray.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Json.JsonObject.#ctor(System.Collections.Generic.KeyValuePair{System.String,System.Json.JsonValue}[])", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L19C9-L27C10" - }, - { - "DocsId": "M:System.Json.JsonObject.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Json.JsonValue}})", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L29C9-L38C10" - }, - { - "DocsId": "M:System.Json.JsonObject.GetEnumerator", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L42C57-L42C77" - }, - { - "DocsId": "M:System.Json.JsonObject.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L44C52-L44C72" - }, - { - "DocsId": "M:System.Json.JsonObject.Add(System.String,System.Json.JsonValue)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L60C13-L66C10" - }, - { - "DocsId": "M:System.Json.JsonObject.Add(System.Collections.Generic.KeyValuePair{System.String,System.Json.JsonValue})", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L68C43-L68C68" - }, - { - "DocsId": "M:System.Json.JsonObject.AddRange(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Json.JsonValue}})", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L72C13-L81C10" - }, - { - "DocsId": "M:System.Json.JsonObject.AddRange(System.Collections.Generic.KeyValuePair{System.String,System.Json.JsonValue}[])", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L83C58-L83C93" - }, - { - "DocsId": "M:System.Json.JsonObject.Clear", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L85C32-L85C44" - }, - { - "DocsId": "M:System.Json.JsonObject.System#Collections#Generic#ICollection>#Contains(System.Collections.Generic.KeyValuePair{System.String,System.Json.JsonValue})", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L87C63-L87C109" - }, - { - "DocsId": "M:System.Json.JsonObject.System#Collections#Generic#ICollection>#Remove(System.Collections.Generic.KeyValuePair{System.String,System.Json.JsonValue})", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L89C61-L89C105" - }, - { - "DocsId": "M:System.Json.JsonObject.ContainsKey(System.String)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L93C13-L98C42" - }, - { - "DocsId": "M:System.Json.JsonObject.CopyTo(System.Collections.Generic.KeyValuePair{System.String,System.Json.JsonValue}[],System.Int32)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L101C65-L101C122" - }, - { - "DocsId": "M:System.Json.JsonObject.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L105C13-L110C37" - }, - { - "DocsId": "M:System.Json.JsonObject.System#Collections#Generic#ICollection>#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L113C50-L113C55" - }, - { - "DocsId": "M:System.Json.JsonObject.Save(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L117C13-L118C10" - }, - { - "DocsId": "M:System.Json.JsonObject.TryGetValue(System.String,System.Json.JsonValue@)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L120C69-L120C101" - }, - { - "DocsId": "P:System.Json.JsonObject.Count", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L40C38-L40C48" - }, - { - "DocsId": "P:System.Json.JsonObject.Item(System.String)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L48C19-L48C36" - }, - { - "DocsId": "P:System.Json.JsonObject.JsonType", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L52C46-L52C61" - }, - { - "DocsId": "P:System.Json.JsonObject.Keys", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L54C44-L54C53" - }, - { - "DocsId": "P:System.Json.JsonObject.Values", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L56C49-L56C60" - }, - { - "DocsId": "P:System.Json.JsonObject.System#Collections#Generic#ICollection>#IsReadOnly", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs#L113C50-L113C55" - } - ], - "DocsId": "T:System.Json.JsonObject", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonObject.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L16C9-L19C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.Byte)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L21C9-L24C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.Char)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L26C9-L29C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.Decimal)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L31C9-L34C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.Double)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L36C9-L39C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.Single)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L41C9-L44C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L46C9-L49C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.Int64)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L51C9-L54C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.SByte)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L57C9-L60C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.Int16)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L62C9-L65C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L67C9-L70C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.DateTime)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L72C9-L75C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.UInt32)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L78C9-L81C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.UInt64)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L84C9-L87C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.UInt16)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L90C9-L93C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L95C9-L98C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.Guid)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L100C9-L103C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L105C9-L108C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.#ctor(System.Uri)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L110C9-L113C10" - }, - { - "DocsId": "M:System.Json.JsonPrimitive.Save(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L124C13-L143C10" - }, - { - "DocsId": "P:System.Json.JsonPrimitive.JsonType", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs#L118C13-L120C28" - } - ], - "DocsId": "T:System.Json.JsonPrimitive", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonPrimitive.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Json.JsonValue.Load(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L22C13-L27C57" - }, - { - "DocsId": "M:System.Json.JsonValue.Load(System.IO.TextReader)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L32C13-L37C73" - }, - { - "DocsId": "M:System.Json.JsonValue.Parse(System.String)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L88C13-L93C55" - }, - { - "DocsId": "M:System.Json.JsonValue.ContainsKey(System.String)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L117C13-L117C51" - }, - { - "DocsId": "M:System.Json.JsonValue.Save(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L122C13-L131C10" - }, - { - "DocsId": "M:System.Json.JsonValue.Save(System.IO.TextWriter)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L135C13-L141C10" - }, - { - "DocsId": "M:System.Json.JsonValue.ToString", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L216C13-L218C34" - }, - { - "DocsId": "M:System.Json.JsonValue.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L223C13-L223C51" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Boolean)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L302C66-L302C90" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Byte)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L304C66-L304C90" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Char)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L306C66-L306C90" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Decimal)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L308C69-L308C93" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Double)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L310C68-L310C92" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Single)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L312C67-L312C91" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Int32)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L314C65-L314C89" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Int64)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L316C66-L316C90" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.SByte)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L319C67-L319C91" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Int16)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L321C67-L321C91" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.String)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L323C68-L323C92" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.UInt32)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L326C66-L326C90" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.UInt64)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L329C67-L329C91" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.UInt16)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L332C68-L332C92" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.DateTime)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L334C70-L334C94" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.DateTimeOffset)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L336C76-L336C100" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Guid)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L338C66-L338C90" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.TimeSpan)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L340C70-L340C94" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Uri)~System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L342C65-L342C89" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.Boolean", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L348C13-L353C98" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.Byte", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L358C13-L363C95" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.Char", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L368C13-L373C95" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.Decimal", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L378C13-L383C98" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.Double", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L388C13-L390C97" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.Single", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L395C13-L400C97" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.Int32", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L405C13-L410C96" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.Int64", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L415C13-L420C96" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.SByte", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L426C13-L431C96" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.Int16", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L436C13-L441C96" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.String", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L446C13-L448C22" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.UInt32", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L454C13-L459C97" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.UInt64", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L465C13-L470C97" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.UInt16", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L476C13-L481C97" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.DateTime", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L486C13-L491C59" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.DateTimeOffset", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L496C13-L501C65" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.TimeSpan", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L506C13-L511C59" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.Guid", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L516C13-L521C55" - }, - { - "DocsId": "M:System.Json.JsonValue.op_Implicit(System.Json.JsonValue)~System.Uri", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L526C13-L531C54" - }, - { - "DocsId": "M:System.Json.JsonValue.#ctor", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs" - }, - { - "DocsId": "P:System.Json.JsonValue.Count", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L98C19-L98C57" - }, - { - "DocsId": "P:System.Json.JsonValue.JsonType", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs" - }, - { - "DocsId": "P:System.Json.JsonValue.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L105C19-L105C57" - }, - { - "DocsId": "P:System.Json.JsonValue.Item(System.String)", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs#L111C19-L111C57" - } - ], - "DocsId": "T:System.Json.JsonValue", - "SourceLink": "https://github.com/dotnet/corefx/blob/c4164928b270ee2369808ab347d33423ef765216/src/System.Json/src/System/Json/JsonValue.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Management.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Management.json deleted file mode 100644 index 6c0f9d05751..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Management.json +++ /dev/null @@ -1,2768 +0,0 @@ -{ - "Assembly": "System.Management", - "GUID": "A66FBD96B5324833B914C442BDAF5287FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "F:System.Management.TextFormat.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.TextFormat.Mof", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.TextFormat.CimDtd20", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.TextFormat.WmiDtd20", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - } - ], - "DocsId": "T:System.Management.TextFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Management.CimType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.SInt8", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.UInt8", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.SInt16", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.UInt16", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.SInt32", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.UInt32", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.SInt64", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.UInt64", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.Real32", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.Real64", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.Boolean", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.String", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.DateTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.Reference", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.Char16", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.CimType.Object", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - } - ], - "DocsId": "T:System.Management.CimType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Management.ComparisonSettings.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.ComparisonSettings.IncludeAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.ComparisonSettings.IgnoreQualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.ComparisonSettings.IgnoreObjectSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.ComparisonSettings.IgnoreDefaultValues", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.ComparisonSettings.IgnoreClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.ComparisonSettings.IgnoreCase", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "DocsId": "F:System.Management.ComparisonSettings.IgnoreFlavor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - } - ], - "DocsId": "T:System.Management.ComparisonSettings", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementBaseObject.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L230C9-L232C55" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L237C13-L244C10" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.op_Explicit(System.Management.ManagementBaseObject)~System.IntPtr", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L260C13-L263C56" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L269C13-L269C55" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L274C13-L274C55" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L314C13-L326C55" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.GetPropertyValue(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L500C13-L507C55" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.GetQualifierValue(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L522C13-L522C52" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.SetQualifierValue(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L535C13-L536C10" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.GetPropertyQualifierValue(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L552C13-L552C77" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.SetPropertyQualifierValue(System.String,System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L567C13-L568C10" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.GetText(System.Management.TextFormat)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L583C13-L636C33" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L651C13-L688C10" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L702C13-L719C30" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.CompareTo(System.Management.ManagementBaseObject,System.Management.ComparisonSettings)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L737C13-L758C27" - }, - { - "DocsId": "M:System.Management.ManagementBaseObject.SetPropertyValue(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L821C13-L829C10" - }, - { - "DocsId": "P:System.Management.ManagementBaseObject.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L348C17-L350C79" - }, - { - "DocsId": "P:System.Management.ManagementBaseObject.SystemProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L367C17-L369C84" - }, - { - "DocsId": "P:System.Management.ManagementBaseObject.Qualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L387C17-L389C73" - }, - { - "DocsId": "P:System.Management.ManagementBaseObject.ClassPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L408C17-L451C34" - }, - { - "DocsId": "P:System.Management.ManagementBaseObject.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs#L473C19-L473C57" - } - ], - "DocsId": "T:System.Management.ManagementBaseObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementBaseObject.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementClass.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L55C13-L55C55" - }, - { - "DocsId": "M:System.Management.ManagementClass.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L144C36-L144C95" - }, - { - "DocsId": "M:System.Management.ManagementClass.#ctor(System.Management.ManagementPath)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L164C55-L164C81" - }, - { - "DocsId": "M:System.Management.ManagementClass.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L177C47-L177C93" - }, - { - "DocsId": "M:System.Management.ManagementClass.#ctor(System.Management.ManagementPath,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L197C81-L197C110" - }, - { - "DocsId": "M:System.Management.ManagementClass.#ctor(System.String,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L216C15-L216C64" - }, - { - "DocsId": "M:System.Management.ManagementClass.#ctor(System.Management.ManagementScope,System.Management.ManagementPath,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L243C15-L243C45" - }, - { - "DocsId": "M:System.Management.ManagementClass.#ctor(System.String,System.String,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L268C15-L268C86" - }, - { - "DocsId": "M:System.Management.ManagementClass.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L274C9-L276C55" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetInstances", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L427C13-L427C59" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetInstances(System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L459C13-L492C71" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetInstances(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L567C13-L568C10" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetInstances(System.Management.ManagementOperationObserver,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L579C13-L621C10" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetSubclasses", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L639C13-L639C60" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetSubclasses(System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L675C13-L708C71" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetSubclasses(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L717C13-L718C10" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetSubclasses(System.Management.ManagementOperationObserver,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L730C13-L773C10" - }, - { - "DocsId": "M:System.Management.ManagementClass.Derive(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L804C13-L852C29" - }, - { - "DocsId": "M:System.Management.ManagementClass.CreateInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L887C13-L908C32" - }, - { - "DocsId": "M:System.Management.ManagementClass.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L924C13-L935C71" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetRelatedClasses", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L977C13-L977C52" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetRelatedClasses(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L991C13-L991C88" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetRelatedClasses(System.String,System.String,System.String,System.String,System.String,System.String,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1019C13-L1065C71" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetRelatedClasses(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1077C13-L1078C10" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetRelatedClasses(System.Management.ManagementOperationObserver,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1090C13-L1091C10" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetRelatedClasses(System.Management.ManagementOperationObserver,System.String,System.String,System.String,System.String,System.String,System.String,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1116C13-L1167C10" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetRelationshipClasses", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1185C13-L1185C57" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetRelationshipClasses(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1200C13-L1200C80" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetRelationshipClasses(System.String,System.String,System.String,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1222C13-L1262C71" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetRelationshipClasses(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1274C13-L1275C10" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetRelationshipClasses(System.Management.ManagementOperationObserver,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1287C13-L1288C10" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetRelationshipClasses(System.Management.ManagementOperationObserver,System.String,System.String,System.String,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1307C13-L1353C10" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetStronglyTypedClassCode(System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1410C13-L1412C93" - }, - { - "DocsId": "M:System.Management.ManagementClass.GetStronglyTypedClassCode(System.Management.CodeLanguage,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L1438C13-L1440C74" - }, - { - "DocsId": "P:System.Management.ManagementClass.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L305C17-L305C34" - }, - { - "DocsId": "P:System.Management.ManagementClass.Derivation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L344C17-L362C31" - }, - { - "DocsId": "P:System.Management.ManagementClass.Methods", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementClass.cs#L389C17-L391C67" - } - ], - "DocsId": "T:System.Management.ManagementClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementClass.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementDateTimeConverter.ToDateTime(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementDateTime.cs#L113C13-L203C29" - }, - { - "DocsId": "M:System.Management.ManagementDateTimeConverter.ToDmtfDateTime(System.DateTime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementDateTime.cs#L235C13-L284C33" - }, - { - "DocsId": "M:System.Management.ManagementDateTimeConverter.ToTimeSpan(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementDateTime.cs#L311C13-L374C29" - }, - { - "DocsId": "M:System.Management.ManagementDateTimeConverter.ToDmtfTimeInterval(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementDateTime.cs#L408C13-L439C33" - } - ], - "DocsId": "T:System.Management.ManagementDateTimeConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementDateTime.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Management.ManagementEventArgs.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L55C19-L55C34" - } - ], - "DocsId": "T:System.Management.ManagementEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Management.ObjectReadyEventArgs.NewObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L88C17-L88C34" - } - ], - "DocsId": "T:System.Management.ObjectReadyEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Management.CompletedEventArgs.StatusObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L127C17-L127C34" - }, - { - "DocsId": "P:System.Management.CompletedEventArgs.Status", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L142C17-L142C49" - } - ], - "DocsId": "T:System.Management.CompletedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Management.ObjectPutEventArgs.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L178C17-L178C32" - } - ], - "DocsId": "T:System.Management.ObjectPutEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Management.ProgressEventArgs.UpperBound", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L223C17-L223C35" - }, - { - "DocsId": "P:System.Management.ProgressEventArgs.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L239C17-L239C32" - }, - { - "DocsId": "P:System.Management.ProgressEventArgs.Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L254C17-L254C48" - } - ], - "DocsId": "T:System.Management.ProgressEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Management.EventArrivedEventArgs.NewEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L279C19-L279C43" - } - ], - "DocsId": "T:System.Management.EventArrivedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Management.StoppedEventArgs.Status", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs#L306C17-L306C49" - } - ], - "DocsId": "T:System.Management.StoppedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.EventArrivedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - }, - { - "DocsId": "M:System.Management.EventArrivedEventHandler.Invoke(System.Object,System.Management.EventArrivedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - }, - { - "DocsId": "M:System.Management.EventArrivedEventHandler.BeginInvoke(System.Object,System.Management.EventArrivedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - }, - { - "DocsId": "M:System.Management.EventArrivedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - } - ], - "DocsId": "T:System.Management.EventArrivedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.StoppedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - }, - { - "DocsId": "M:System.Management.StoppedEventHandler.Invoke(System.Object,System.Management.StoppedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - }, - { - "DocsId": "M:System.Management.StoppedEventHandler.BeginInvoke(System.Object,System.Management.StoppedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - }, - { - "DocsId": "M:System.Management.StoppedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - } - ], - "DocsId": "T:System.Management.StoppedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementEventWatcher.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L142C43-L142C86" - }, - { - "DocsId": "M:System.Management.ManagementEventWatcher.#ctor(System.Management.EventQuery)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L154C33-L154C60" - }, - { - "DocsId": "M:System.Management.ManagementEventWatcher.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L166C29-L166C72" - }, - { - "DocsId": "M:System.Management.ManagementEventWatcher.#ctor(System.Management.ManagementScope,System.Management.EventQuery)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L176C33-L176C61" - }, - { - "DocsId": "M:System.Management.ManagementEventWatcher.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L187C29-L187C94" - }, - { - "DocsId": "M:System.Management.ManagementEventWatcher.#ctor(System.String,System.String,System.Management.EventWatcherOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L201C44-L201C112" - }, - { - "DocsId": "M:System.Management.ManagementEventWatcher.#ctor(System.Management.ManagementScope,System.Management.EventQuery,System.Management.EventWatcherOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L212C9-L239C10" - }, - { - "DocsId": "M:System.Management.ManagementEventWatcher.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L247C13-L257C10" - }, - { - "DocsId": "M:System.Management.ManagementEventWatcher.WaitForNextEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L392C13-L465C24" - }, - { - "DocsId": "M:System.Management.ManagementEventWatcher.Start", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L478C13-L524C10" - }, - { - "DocsId": "M:System.Management.ManagementEventWatcher.Stop", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L535C13-L549C10" - }, - { - "DocsId": "E:System.Management.ManagementEventWatcher.EventArrived", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - }, - { - "DocsId": "E:System.Management.ManagementEventWatcher.Stopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - }, - { - "DocsId": "P:System.Management.ManagementEventWatcher.Scope", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L287C17-L287C30" - }, - { - "DocsId": "P:System.Management.ManagementEventWatcher.Query", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L320C17-L320C30" - }, - { - "DocsId": "P:System.Management.ManagementEventWatcher.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs#L353C17-L353C32" - } - ], - "DocsId": "T:System.Management.ManagementEventWatcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementEventWatcher.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Management.ManagementStatus.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.NoError", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.False", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ResetToDefault", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.Different", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.Timedout", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.NoMoreData", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.OperationCanceled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.Pending", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.DuplicateObjects", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.PartialResults", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.Failed", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.NotFound", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.AccessDenied", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ProviderFailure", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.TypeMismatch", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.OutOfMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.NotAvailable", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.CriticalError", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.NotSupported", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidSuperclass", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidNamespace", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ProviderNotFound", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidProviderRegistration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ProviderLoadFailure", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InitializationFailure", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.TransportFailure", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidOperation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidQueryType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.AlreadyExists", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.OverrideNotAllowed", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.PropagatedQualifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.PropagatedProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.Unexpected", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.IllegalOperation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.CannotBeKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.IncompleteClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidSyntax", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.NondecoratedObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ProviderNotCapable", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ClassHasChildren", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ClassHasInstances", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.QueryNotImplemented", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.IllegalNull", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidQualifierType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidPropertyType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ValueOutOfRange", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.CannotBeSingleton", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidCimType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidMethodParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.SystemProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.CallCanceled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ShuttingDown", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.PropagatedMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.UnsupportedParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.MissingParameterID", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidParameterID", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.NonconsecutiveParameterIDs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ParameterIDOnRetval", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidObjectPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.OutOfDiskSpace", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.BufferTooSmall", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.UnsupportedPutExtension", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.UnknownObjectType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.UnknownPacketType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.MarshalVersionMismatch", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.MarshalInvalidSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidQualifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidDuplicateParameter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.TooMuchData", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ServerTooBusy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidFlavor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.CircularReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.UnsupportedClassUpdate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.CannotChangeKeyInheritance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.CannotChangeIndexInheritance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.TooManyProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.UpdateTypeMismatch", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.UpdateOverrideNotAllowed", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.UpdatePropagatedMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.MethodNotImplemented", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.MethodDisabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.RefresherBusy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.UnparsableQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.NotEventClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.MissingGroupWithin", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.MissingAggregationList", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.PropertyNotAnObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.AggregatingByObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.UninterpretableProviderQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.BackupRestoreWinmgmtRunning", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.QueueOverflow", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.PrivilegeNotHeld", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.InvalidOperator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.LocalCredentials", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.CannotBeAbstract", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.AmendedObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.ClientTooSlow", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.RegistrationTooBroad", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "DocsId": "F:System.Management.ManagementStatus.RegistrationTooPrecise", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - } - ], - "DocsId": "T:System.Management.ManagementStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs#L679C91-L682C10" - }, - { - "DocsId": "M:System.Management.ManagementException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs#L686C40-L689C10" - }, - { - "DocsId": "M:System.Management.ManagementException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs#L697C54-L700C10" - }, - { - "DocsId": "M:System.Management.ManagementException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs#L709C80-L714C10" - }, - { - "DocsId": "M:System.Management.ManagementException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs#L729C13-L734C10" - }, - { - "DocsId": "P:System.Management.ManagementException.ErrorInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs#L788C15-L788C34" - }, - { - "DocsId": "P:System.Management.ManagementException.ErrorCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs#L801C15-L801C32" - } - ], - "DocsId": "T:System.Management.ManagementException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementNamedValueCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L37C9-L39C10" - }, - { - "DocsId": "M:System.Management.ManagementNamedValueCollection.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L53C9-L55C55" - }, - { - "DocsId": "M:System.Management.ManagementNamedValueCollection.Add(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L101C17-L107C10" - }, - { - "DocsId": "M:System.Management.ManagementNamedValueCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L118C13-L120C10" - }, - { - "DocsId": "M:System.Management.ManagementNamedValueCollection.RemoveAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L127C13-L129C10" - }, - { - "DocsId": "M:System.Management.ManagementNamedValueCollection.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L141C13-L175C24" - }, - { - "DocsId": "P:System.Management.ManagementNamedValueCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs#L190C17-L190C43" - } - ], - "DocsId": "T:System.Management.ManagementNamedValueCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementNamedValueCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementObject.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L100C13-L100C55" - }, - { - "DocsId": "M:System.Management.ManagementObject.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L105C13-L112C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L229C37-L229C80" - }, - { - "DocsId": "M:System.Management.ManagementObject.#ctor(System.Management.ManagementPath)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L245C56-L245C82" - }, - { - "DocsId": "M:System.Management.ManagementObject.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L273C48-L273C94" - }, - { - "DocsId": "M:System.Management.ManagementObject.#ctor(System.Management.ManagementPath,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L303C82-L303C111" - }, - { - "DocsId": "M:System.Management.ManagementObject.#ctor(System.String,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L331C13-L332C12" - }, - { - "DocsId": "M:System.Management.ManagementObject.#ctor(System.Management.ManagementScope,System.Management.ManagementPath,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L373C15-L376C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.#ctor(System.String,System.String,System.Management.ObjectGetOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L458C15-L458C98" - }, - { - "DocsId": "M:System.Management.ManagementObject.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L469C88-L472C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.Get", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L768C13-L806C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.Get(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L890C13-L933C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetRelated", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L965C13-L965C45" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetRelated(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L993C13-L993C88" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetRelated(System.String,System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1027C13-L1076C71" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetRelated(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1092C13-L1093C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetRelated(System.Management.ManagementOperationObserver,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1110C13-L1111C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetRelated(System.Management.ManagementOperationObserver,System.String,System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1143C13-L1198C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetRelationships", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1217C13-L1217C51" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetRelationships(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1236C13-L1236C81" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetRelationships(System.String,System.String,System.String,System.Boolean,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1264C13-L1308C71" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetRelationships(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1325C13-L1326C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetRelationships(System.Management.ManagementOperationObserver,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1343C13-L1344C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetRelationships(System.Management.ManagementOperationObserver,System.String,System.String,System.String,System.Boolean,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1370C13-L1421C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.Put", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1438C13-L1438C42" - }, - { - "DocsId": "M:System.Management.ManagementObject.Put(System.Management.PutOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1454C13-L1538C28" - }, - { - "DocsId": "M:System.Management.ManagementObject.Put(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1599C13-L1600C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.Put(System.Management.ManagementOperationObserver,System.Management.PutOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1610C13-L1668C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.CopyTo(System.Management.ManagementPath)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1701C13-L1701C51" - }, - { - "DocsId": "M:System.Management.ManagementObject.CopyTo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1713C13-L1713C71" - }, - { - "DocsId": "M:System.Management.ManagementObject.CopyTo(System.String,System.Management.PutOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1726C13-L1726C62" - }, - { - "DocsId": "M:System.Management.ManagementObject.CopyTo(System.Management.ManagementPath,System.Management.PutOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1739C13-L1827C28" - }, - { - "DocsId": "M:System.Management.ManagementObject.CopyTo(System.Management.ManagementOperationObserver,System.Management.ManagementPath)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1837C13-L1838C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.CopyTo(System.Management.ManagementOperationObserver,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1847C13-L1848C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.CopyTo(System.Management.ManagementOperationObserver,System.String,System.Management.PutOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1858C13-L1859C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.CopyTo(System.Management.ManagementOperationObserver,System.Management.ManagementPath,System.Management.PutOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1869C13-L1924C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1937C13-L1938C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.Delete(System.Management.DeleteOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1946C13-L1990C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.Delete(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L1999C13-L2000C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.Delete(System.Management.ManagementOperationObserver,System.Management.DeleteOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2009C13-L2057C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.InvokeMethod(System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2130C13-L2156C27" - }, - { - "DocsId": "M:System.Management.ManagementObject.InvokeMethod(System.Management.ManagementOperationObserver,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2177C13-L2198C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.InvokeMethod(System.String,System.Management.ManagementBaseObject,System.Management.InvokeMethodOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2276C13-L2323C34" - }, - { - "DocsId": "M:System.Management.ManagementObject.InvokeMethod(System.Management.ManagementOperationObserver,System.String,System.Management.ManagementBaseObject,System.Management.InvokeMethodOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2343C13-L2390C10" - }, - { - "DocsId": "M:System.Management.ManagementObject.GetMethodParameters(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2413C13-L2415C33" - }, - { - "DocsId": "M:System.Management.ManagementObject.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2493C13-L2511C73" - }, - { - "DocsId": "M:System.Management.ManagementObject.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L2527C13-L2530C27" - }, - { - "DocsId": "P:System.Management.ManagementObject.Scope", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L510C17-L510C63" - }, - { - "DocsId": "P:System.Management.ManagementObject.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L562C17-L562C61" - }, - { - "DocsId": "P:System.Management.ManagementObject.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L626C17-L626C66" - }, - { - "DocsId": "P:System.Management.ManagementObject.ClassPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs#L671C17-L721C34" - } - ], - "DocsId": "T:System.Management.ManagementObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObject.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementObjectCollection.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L92C13-L93C10" - }, - { - "DocsId": "M:System.Management.ManagementObjectCollection.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L102C13-L106C10" - }, - { - "DocsId": "M:System.Management.ManagementObjectCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L201C13-L235C20" - }, - { - "DocsId": "M:System.Management.ManagementObjectCollection.CopyTo(System.Management.ManagementBaseObject[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L246C13-L247C10" - }, - { - "DocsId": "M:System.Management.ManagementObjectCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L269C13-L329C71" - }, - { - "DocsId": "M:System.Management.ManagementObjectCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L344C13-L344C36" - }, - { - "DocsId": "P:System.Management.ManagementObjectCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L137C17-L152C30" - }, - { - "DocsId": "P:System.Management.ManagementObjectCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L167C17-L170C30" - }, - { - "DocsId": "P:System.Management.ManagementObjectCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L184C17-L187C29" - }, - { - "DocsId": "T:System.Management.ManagementObjectCollection.ManagementObjectEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs" - } - ], - "DocsId": "T:System.Management.ManagementObjectCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementObjectSearcher.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L86C45-L86C88" - }, - { - "DocsId": "M:System.Management.ManagementObjectSearcher.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L101C63-L101C113" - }, - { - "DocsId": "M:System.Management.ManagementObjectSearcher.#ctor(System.Management.ObjectQuery)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L116C62-L116C89" - }, - { - "DocsId": "M:System.Management.ManagementObjectSearcher.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L138C13-L139C12" - }, - { - "DocsId": "M:System.Management.ManagementObjectSearcher.#ctor(System.Management.ManagementScope,System.Management.ObjectQuery)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L161C85-L161C113" - }, - { - "DocsId": "M:System.Management.ManagementObjectSearcher.#ctor(System.String,System.String,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L183C13-L184C12" - }, - { - "DocsId": "M:System.Management.ManagementObjectSearcher.#ctor(System.Management.ManagementScope,System.Management.ObjectQuery,System.Management.EnumerationOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L205C9-L218C10" - }, - { - "DocsId": "M:System.Management.ManagementObjectSearcher.Get", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L323C13-L392C71" - }, - { - "DocsId": "M:System.Management.ManagementObjectSearcher.Get(System.Management.ManagementOperationObserver)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L405C13-L483C10" - }, - { - "DocsId": "P:System.Management.ManagementObjectSearcher.Scope", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L249C17-L249C30" - }, - { - "DocsId": "P:System.Management.ManagementObjectSearcher.Query", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L275C17-L275C30" - }, - { - "DocsId": "P:System.Management.ManagementObjectSearcher.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs#L296C17-L296C32" - } - ], - "DocsId": "T:System.Management.ManagementObjectSearcher", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObjectSearcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ObjectReadyEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "M:System.Management.ObjectReadyEventHandler.Invoke(System.Object,System.Management.ObjectReadyEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "M:System.Management.ObjectReadyEventHandler.BeginInvoke(System.Object,System.Management.ObjectReadyEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "M:System.Management.ObjectReadyEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - } - ], - "DocsId": "T:System.Management.ObjectReadyEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.CompletedEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "M:System.Management.CompletedEventHandler.Invoke(System.Object,System.Management.CompletedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "M:System.Management.CompletedEventHandler.BeginInvoke(System.Object,System.Management.CompletedEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "M:System.Management.CompletedEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - } - ], - "DocsId": "T:System.Management.CompletedEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ProgressEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "M:System.Management.ProgressEventHandler.Invoke(System.Object,System.Management.ProgressEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "M:System.Management.ProgressEventHandler.BeginInvoke(System.Object,System.Management.ProgressEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "M:System.Management.ProgressEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - } - ], - "DocsId": "T:System.Management.ProgressEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ObjectPutEventHandler.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "M:System.Management.ObjectPutEventHandler.Invoke(System.Object,System.Management.ObjectPutEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "M:System.Management.ObjectPutEventHandler.BeginInvoke(System.Object,System.Management.ObjectPutEventArgs,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "M:System.Management.ObjectPutEventHandler.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - } - ], - "DocsId": "T:System.Management.ObjectPutEventHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementOperationObserver.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs#L153C9-L158C10" - }, - { - "DocsId": "M:System.Management.ManagementOperationObserver.Cancel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs#L167C13-L211C10" - }, - { - "DocsId": "E:System.Management.ManagementOperationObserver.ObjectReady", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "E:System.Management.ManagementOperationObserver.Completed", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "E:System.Management.ManagementOperationObserver.Progress", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "DocsId": "E:System.Management.ManagementOperationObserver.ObjectPut", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - } - ], - "DocsId": "T:System.Management.ManagementOperationObserver", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOperationWatcher.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Management.AuthenticationLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.AuthenticationLevel.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.AuthenticationLevel.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.AuthenticationLevel.Connect", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.AuthenticationLevel.Call", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.AuthenticationLevel.Packet", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.AuthenticationLevel.PacketIntegrity", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.AuthenticationLevel.PacketPrivacy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.AuthenticationLevel.Unchanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - } - ], - "DocsId": "T:System.Management.AuthenticationLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Management.ImpersonationLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.ImpersonationLevel.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.ImpersonationLevel.Anonymous", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.ImpersonationLevel.Identify", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.ImpersonationLevel.Impersonate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.ImpersonationLevel.Delegate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - } - ], - "DocsId": "T:System.Management.ImpersonationLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Management.PutType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.PutType.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.PutType.UpdateOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.PutType.CreateOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.PutType.UpdateOrCreate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - } - ], - "DocsId": "T:System.Management.PutType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "F:System.Management.ManagementOptions.InfiniteTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "DocsId": "P:System.Management.ManagementOptions.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L169C17-L169C73" - }, - { - "DocsId": "P:System.Management.ManagementOptions.Timeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L207C15-L207C30" - } - ], - "DocsId": "T:System.Management.ManagementOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.EnumerationOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L514C39-L514C120" - }, - { - "DocsId": "M:System.Management.EnumerationOptions.#ctor(System.Management.ManagementNamedValueCollection,System.TimeSpan,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L543C35-L553C10" - }, - { - "DocsId": "M:System.Management.EnumerationOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L563C13-L569C129" - }, - { - "DocsId": "P:System.Management.EnumerationOptions.ReturnImmediately", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L329C19-L329C121" - }, - { - "DocsId": "P:System.Management.EnumerationOptions.BlockSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L347C19-L347C36" - }, - { - "DocsId": "P:System.Management.EnumerationOptions.Rewindable", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L378C19-L378C115" - }, - { - "DocsId": "P:System.Management.EnumerationOptions.UseAmendedQualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L405C19-L405C125" - }, - { - "DocsId": "P:System.Management.EnumerationOptions.EnsureLocatable", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L428C15-L428C115" - }, - { - "DocsId": "P:System.Management.EnumerationOptions.PrototypeOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L451C15-L451C106" - }, - { - "DocsId": "P:System.Management.EnumerationOptions.DirectRead", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L472C15-L472C110" - }, - { - "DocsId": "P:System.Management.EnumerationOptions.EnumerateDeep", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L495C15-L495C104" - } - ], - "DocsId": "T:System.Management.EnumerationOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.EventWatcherOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L691C15-L691C49" - }, - { - "DocsId": "M:System.Management.EventWatcherOptions.#ctor(System.Management.ManagementNamedValueCollection,System.TimeSpan,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L663C9-L705C10" - }, - { - "DocsId": "M:System.Management.EventWatcherOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L715C13-L720C76" - }, - { - "DocsId": "P:System.Management.EventWatcherOptions.BlockSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L674C19-L674C36" - } - ], - "DocsId": "T:System.Management.EventWatcherOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ObjectGetOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L830C37-L830C75" - }, - { - "DocsId": "M:System.Management.ObjectGetOptions.#ctor(System.Management.ManagementNamedValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L837C75-L837C116" - }, - { - "DocsId": "M:System.Management.ObjectGetOptions.#ctor(System.Management.ManagementNamedValueCollection,System.TimeSpan,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L846C120-L849C10" - }, - { - "DocsId": "M:System.Management.ObjectGetOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L859C13-L864C84" - }, - { - "DocsId": "P:System.Management.ObjectGetOptions.UseAmendedQualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L814C19-L814C125" - } - ], - "DocsId": "T:System.Management.ObjectGetOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.PutOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L988C31-L988C93" - }, - { - "DocsId": "M:System.Management.PutOptions.#ctor(System.Management.ManagementNamedValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L995C69-L995C134" - }, - { - "DocsId": "M:System.Management.PutOptions.#ctor(System.Management.ManagementNamedValueCollection,System.TimeSpan,System.Boolean,System.Management.PutType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1005C131-L1009C10" - }, - { - "DocsId": "M:System.Management.PutOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1019C13-L1024C84" - }, - { - "DocsId": "P:System.Management.PutOptions.UseAmendedQualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L947C19-L947C125" - }, - { - "DocsId": "P:System.Management.PutOptions.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L965C17-L967C103" - } - ], - "DocsId": "T:System.Management.PutOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.DeleteOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1088C34-L1088C44" - }, - { - "DocsId": "M:System.Management.DeleteOptions.#ctor(System.Management.ManagementNamedValueCollection,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1096C90-L1096C116" - }, - { - "DocsId": "M:System.Management.DeleteOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1106C13-L1111C59" - } - ], - "DocsId": "T:System.Management.DeleteOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.InvokeMethodOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1175C40-L1175C50" - }, - { - "DocsId": "M:System.Management.InvokeMethodOptions.#ctor(System.Management.ManagementNamedValueCollection,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1183C96-L1183C122" - }, - { - "DocsId": "M:System.Management.InvokeMethodOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1193C13-L1198C65" - } - ], - "DocsId": "T:System.Management.InvokeMethodOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ConnectionOptions.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1554C13-L1557C12" - }, - { - "DocsId": "M:System.Management.ConnectionOptions.#ctor(System.String,System.String,System.String,System.String,System.Management.ImpersonationLevel,System.Management.AuthenticationLevel,System.Boolean,System.Management.ManagementNamedValueCollection,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1578C77-L1603C10" - }, - { - "DocsId": "M:System.Management.ConnectionOptions.#ctor(System.String,System.String,System.Security.SecureString,System.String,System.Management.ImpersonationLevel,System.Management.AuthenticationLevel,System.Boolean,System.Management.ManagementNamedValueCollection,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1622C77-L1643C10" - }, - { - "DocsId": "M:System.Management.ConnectionOptions.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1653C13-L1658C102" - }, - { - "DocsId": "P:System.Management.ConnectionOptions.Locale", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1295C19-L1295C49" - }, - { - "DocsId": "P:System.Management.ConnectionOptions.Username", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1321C19-L1321C35" - }, - { - "DocsId": "P:System.Management.ConnectionOptions.Password", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1347C17-L1379C14" - }, - { - "DocsId": "P:System.Management.ConnectionOptions.SecurePassword", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1396C17-L1418C14" - }, - { - "DocsId": "P:System.Management.ConnectionOptions.Authority", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1443C19-L1443C52" - }, - { - "DocsId": "P:System.Management.ConnectionOptions.Impersonation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1475C19-L1475C40" - }, - { - "DocsId": "P:System.Management.ConnectionOptions.Authentication", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1506C19-L1506C41" - }, - { - "DocsId": "P:System.Management.ConnectionOptions.EnablePrivileges", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs#L1530C19-L1530C43" - } - ], - "DocsId": "T:System.Management.ConnectionOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementOptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementPath.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L184C35-L184C57" - }, - { - "DocsId": "M:System.Management.ManagementPath.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L190C9-L194C10" - }, - { - "DocsId": "M:System.Management.ManagementPath.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L206C13-L206C30" - }, - { - "DocsId": "M:System.Management.ManagementPath.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L217C13-L217C45" - }, - { - "DocsId": "M:System.Management.ManagementPath.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L228C13-L228C28" - }, - { - "DocsId": "M:System.Management.ManagementPath.SetAsClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L408C13-L421C94" - }, - { - "DocsId": "M:System.Management.ManagementPath.SetAsSingleton", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L430C13-L443C94" - }, - { - "DocsId": "P:System.Management.ManagementPath.DefaultPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L241C19-L241C53" - }, - { - "DocsId": "P:System.Management.ManagementPath.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L462C17-L462C43" - }, - { - "DocsId": "P:System.Management.ManagementPath.RelativePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L502C17-L536C32" - }, - { - "DocsId": "P:System.Management.ManagementPath.Server", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L605C17-L633C32" - }, - { - "DocsId": "P:System.Management.ManagementPath.NamespacePath", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L856C17-L856C99" - }, - { - "DocsId": "P:System.Management.ManagementPath.ClassName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L889C17-L889C42" - }, - { - "DocsId": "P:System.Management.ManagementPath.IsClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L976C17-L990C101" - }, - { - "DocsId": "P:System.Management.ManagementPath.IsInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L1005C17-L1019C100" - }, - { - "DocsId": "P:System.Management.ManagementPath.IsSingleton", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementPath.cs#L1034C17-L1048C101" - } - ], - "DocsId": "T:System.Management.ManagementPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementPath.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementQuery.ParseQuery(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L60C68-L60C69" - }, - { - "DocsId": "M:System.Management.ManagementQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" - }, - { - "DocsId": "P:System.Management.ManagementQuery.QueryString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L76C19-L76C54" - }, - { - "DocsId": "P:System.Management.ManagementQuery.QueryLanguage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L98C19-L98C56" - } - ], - "DocsId": "T:System.Management.ManagementQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ObjectQuery.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L221C32-L221C42" - }, - { - "DocsId": "M:System.Management.ObjectQuery.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L228C44-L228C59" - }, - { - "DocsId": "M:System.Management.ObjectQuery.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L236C61-L236C86" - }, - { - "DocsId": "M:System.Management.ObjectQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L247C13-L247C64" - } - ], - "DocsId": "T:System.Management.ObjectQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.EventQuery.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L434C31-L434C41" - }, - { - "DocsId": "M:System.Management.EventQuery.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L440C43-L440C58" - }, - { - "DocsId": "M:System.Management.EventQuery.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L448C60-L448C85" - }, - { - "DocsId": "M:System.Management.EventQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L459C13-L459C63" - } - ], - "DocsId": "T:System.Management.EventQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.WqlObjectQuery.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L523C35-L523C49" - }, - { - "DocsId": "M:System.Management.WqlObjectQuery.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L530C47-L530C62" - }, - { - "DocsId": "M:System.Management.WqlObjectQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L555C13-L555C52" - }, - { - "DocsId": "P:System.Management.WqlObjectQuery.QueryLanguage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L543C15-L543C41" - } - ], - "DocsId": "T:System.Management.WqlObjectQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.SelectQuery.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L626C32-L626C46" - }, - { - "DocsId": "M:System.Management.SelectQuery.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L654C9-L682C10" - }, - { - "DocsId": "M:System.Management.SelectQuery.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L697C66-L697C102" - }, - { - "DocsId": "M:System.Management.SelectQuery.#ctor(System.String,System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L721C95-L732C10" - }, - { - "DocsId": "M:System.Management.SelectQuery.#ctor(System.Boolean,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L747C68-L758C10" - }, - { - "DocsId": "M:System.Management.SelectQuery.BuildQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L913C13-L955C10" - }, - { - "DocsId": "M:System.Management.SelectQuery.ParseQuery(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L965C13-L1095C10" - }, - { - "DocsId": "M:System.Management.SelectQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1105C13-L1121C57" - }, - { - "DocsId": "P:System.Management.SelectQuery.QueryString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L787C17-L788C41" - }, - { - "DocsId": "P:System.Management.SelectQuery.IsSchemaQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L812C15-L812C36" - }, - { - "DocsId": "P:System.Management.SelectQuery.ClassName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L846C19-L846C52" - }, - { - "DocsId": "P:System.Management.SelectQuery.Condition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L865C19-L865C52" - }, - { - "DocsId": "P:System.Management.SelectQuery.SelectedProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L884C19-L884C45" - } - ], - "DocsId": "T:System.Management.SelectQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.RelatedObjectQuery.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1215C39-L1215C53" - }, - { - "DocsId": "M:System.Management.RelatedObjectQuery.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1252C9-L1283C10" - }, - { - "DocsId": "M:System.Management.RelatedObjectQuery.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1291C79-L1293C12" - }, - { - "DocsId": "M:System.Management.RelatedObjectQuery.#ctor(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1308C9-L1328C10" - }, - { - "DocsId": "M:System.Management.RelatedObjectQuery.#ctor(System.Boolean,System.String,System.String,System.String,System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1344C9-L1367C10" - }, - { - "DocsId": "M:System.Management.RelatedObjectQuery.BuildQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1564C13-L1624C10" - }, - { - "DocsId": "M:System.Management.RelatedObjectQuery.ParseQuery(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1634C13-L1754C10" - }, - { - "DocsId": "M:System.Management.RelatedObjectQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1766C13-L1773C55" - }, - { - "DocsId": "P:System.Management.RelatedObjectQuery.IsSchemaQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1385C15-L1385C36" - }, - { - "DocsId": "P:System.Management.RelatedObjectQuery.SourceObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1405C19-L1405C55" - }, - { - "DocsId": "P:System.Management.RelatedObjectQuery.RelatedClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1433C19-L1433C55" - }, - { - "DocsId": "P:System.Management.RelatedObjectQuery.RelationshipClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1461C19-L1461C60" - }, - { - "DocsId": "P:System.Management.RelatedObjectQuery.RelatedQualifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1479C19-L1479C59" - }, - { - "DocsId": "P:System.Management.RelatedObjectQuery.RelationshipQualifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1497C19-L1497C64" - }, - { - "DocsId": "P:System.Management.RelatedObjectQuery.RelatedRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1515C19-L1515C54" - }, - { - "DocsId": "P:System.Management.RelatedObjectQuery.ThisRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1532C19-L1532C51" - }, - { - "DocsId": "P:System.Management.RelatedObjectQuery.ClassDefinitionsOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1552C19-L1552C47" - } - ], - "DocsId": "T:System.Management.RelatedObjectQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.RelationshipQuery.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1852C38-L1852C52" - }, - { - "DocsId": "M:System.Management.RelationshipQuery.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1880C9-L1911C10" - }, - { - "DocsId": "M:System.Management.RelationshipQuery.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1919C83-L1921C12" - }, - { - "DocsId": "M:System.Management.RelationshipQuery.#ctor(System.String,System.String,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1933C9-L1946C10" - }, - { - "DocsId": "M:System.Management.RelationshipQuery.#ctor(System.Boolean,System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1959C9-L1976C10" - }, - { - "DocsId": "M:System.Management.RelationshipQuery.BuildQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2099C13-L2144C10" - }, - { - "DocsId": "M:System.Management.RelationshipQuery.ParseQuery(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2154C13-L2260C10" - }, - { - "DocsId": "M:System.Management.RelationshipQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2272C13-L2277C55" - }, - { - "DocsId": "P:System.Management.RelationshipQuery.IsSchemaQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L1995C15-L1995C36" - }, - { - "DocsId": "P:System.Management.RelationshipQuery.SourceObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2015C19-L2015C55" - }, - { - "DocsId": "P:System.Management.RelationshipQuery.RelationshipClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2033C19-L2033C60" - }, - { - "DocsId": "P:System.Management.RelationshipQuery.RelationshipQualifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2051C19-L2051C64" - }, - { - "DocsId": "P:System.Management.RelationshipQuery.ThisRole", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2069C19-L2069C51" - }, - { - "DocsId": "P:System.Management.RelationshipQuery.ClassDefinitionsOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2087C19-L2087C47" - } - ], - "DocsId": "T:System.Management.RelationshipQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.WqlEventQuery.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2443C34-L2443C96" - }, - { - "DocsId": "M:System.Management.WqlEventQuery.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2471C9-L2497C10" - }, - { - "DocsId": "M:System.Management.WqlEventQuery.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2518C73-L2518C150" - }, - { - "DocsId": "M:System.Management.WqlEventQuery.#ctor(System.String,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2543C41-L2544C12" - }, - { - "DocsId": "M:System.Management.WqlEventQuery.#ctor(System.String,System.TimeSpan,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2575C41-L2576C12" - }, - { - "DocsId": "M:System.Management.WqlEventQuery.#ctor(System.String,System.String,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2607C41-L2608C12" - }, - { - "DocsId": "M:System.Management.WqlEventQuery.#ctor(System.String,System.String,System.TimeSpan,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2646C13-L2647C12" - }, - { - "DocsId": "M:System.Management.WqlEventQuery.#ctor(System.String,System.TimeSpan,System.String,System.TimeSpan,System.String[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2686C9-L2700C10" - }, - { - "DocsId": "M:System.Management.WqlEventQuery.BuildQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2966C13-L3013C10" - }, - { - "DocsId": "M:System.Management.WqlEventQuery.ParseQuery(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L3022C13-L3134C10" - }, - { - "DocsId": "M:System.Management.WqlEventQuery.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L3146C13-L3160C104" - }, - { - "DocsId": "P:System.Management.WqlEventQuery.QueryLanguage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2714C15-L2714C41" - }, - { - "DocsId": "P:System.Management.WqlEventQuery.QueryString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2729C17-L2730C41" - }, - { - "DocsId": "P:System.Management.WqlEventQuery.EventClassName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2763C19-L2763C57" - }, - { - "DocsId": "P:System.Management.WqlEventQuery.Condition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2797C19-L2797C52" - }, - { - "DocsId": "P:System.Management.WqlEventQuery.WithinInterval", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2833C19-L2833C41" - }, - { - "DocsId": "P:System.Management.WqlEventQuery.GroupWithinInterval", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2869C19-L2869C46" - }, - { - "DocsId": "P:System.Management.WqlEventQuery.GroupByPropertyList", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2906C19-L2906C46" - }, - { - "DocsId": "P:System.Management.WqlEventQuery.HavingCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs#L2954C19-L2954C58" - } - ], - "DocsId": "T:System.Management.WqlEventQuery", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementQuery.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementScope.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L691C13-L695C10" - }, - { - "DocsId": "M:System.Management.ManagementScope.#ctor(System.Management.ManagementPath)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L710C55-L710C94" - }, - { - "DocsId": "M:System.Management.ManagementScope.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L723C47-L723C106" - }, - { - "DocsId": "M:System.Management.ManagementScope.#ctor(System.String,System.Management.ConnectionOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L742C74-L742C117" - }, - { - "DocsId": "M:System.Management.ManagementScope.#ctor(System.Management.ManagementPath,System.Management.ConnectionOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L766C9-L781C10" - }, - { - "DocsId": "M:System.Management.ManagementScope.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L877C13-L877C49" - }, - { - "DocsId": "M:System.Management.ManagementScope.System#ICloneable#Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L889C13-L889C28" - }, - { - "DocsId": "M:System.Management.ManagementScope.Connect", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L921C13-L922C10" - }, - { - "DocsId": "P:System.Management.ManagementScope.IsConnected", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L597C17-L597C47" - }, - { - "DocsId": "P:System.Management.ManagementScope.Options", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L810C17-L810C126" - }, - { - "DocsId": "P:System.Management.ManagementScope.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementScope.cs#L848C17-L848C64" - } - ], - "DocsId": "T:System.Management.ManagementScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementScope.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Management.MethodData.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/Method.cs#L147C19-L147C43" - }, - { - "DocsId": "P:System.Management.MethodData.InParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/Method.cs#L171C17-L172C93" - }, - { - "DocsId": "P:System.Management.MethodData.OutParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/Method.cs#L198C17-L199C95" - }, - { - "DocsId": "P:System.Management.MethodData.Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/Method.cs#L215C17-L228C34" - }, - { - "DocsId": "P:System.Management.MethodData.Qualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/Method.cs#L243C54-L243C147" - } - ], - "DocsId": "T:System.Management.MethodData", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/Method.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.MethodDataCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/MethodSet.cs#L152C38-L154C10" - }, - { - "DocsId": "M:System.Management.MethodDataCollection.CopyTo(System.Management.MethodData[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/MethodSet.cs#L164C13-L165C10" - }, - { - "DocsId": "M:System.Management.MethodDataCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/MethodSet.cs#L172C13-L172C68" - }, - { - "DocsId": "M:System.Management.MethodDataCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/MethodSet.cs#L188C13-L188C53" - }, - { - "DocsId": "M:System.Management.MethodDataCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/MethodSet.cs#L363C13-L385C10" - }, - { - "DocsId": "M:System.Management.MethodDataCollection.Add(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/MethodSet.cs#L403C13-L404C10" - }, - { - "DocsId": "M:System.Management.MethodDataCollection.Add(System.String,System.Management.ManagementBaseObject,System.Management.ManagementBaseObject)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/MethodSet.cs#L423C13-L452C10" - }, - { - "DocsId": "P:System.Management.MethodDataCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/MethodSet.cs#L75C17-L114C26" - }, - { - "DocsId": "P:System.Management.MethodDataCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/MethodSet.cs#L127C19-L127C32" - }, - { - "DocsId": "P:System.Management.MethodDataCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/MethodSet.cs#L138C19-L138C31" - }, - { - "DocsId": "P:System.Management.MethodDataCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/MethodSet.cs#L343C17-L346C59" - }, - { - "DocsId": "T:System.Management.MethodDataCollection.MethodDataEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/MethodSet.cs" - } - ], - "DocsId": "T:System.Management.MethodDataCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/MethodSet.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Management.PropertyData.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/Property.cs#L124C19-L124C45" - }, - { - "DocsId": "P:System.Management.PropertyData.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/Property.cs#L138C17-L141C95" - }, - { - "DocsId": "P:System.Management.PropertyData.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/Property.cs#L181C17-L182C95" - }, - { - "DocsId": "P:System.Management.PropertyData.IsLocal", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/Property.cs#L197C17-L198C121" - }, - { - "DocsId": "P:System.Management.PropertyData.IsArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/Property.cs#L212C17-L213C92" - }, - { - "DocsId": "P:System.Management.PropertyData.Origin", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/Property.cs#L228C17-L241C34" - }, - { - "DocsId": "P:System.Management.PropertyData.Qualifiers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/Property.cs#L253C54-L253C151" - } - ], - "DocsId": "T:System.Management.PropertyData", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/Property.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.PropertyDataCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/PropertySet.cs#L131C13-L168C20" - }, - { - "DocsId": "M:System.Management.PropertyDataCollection.CopyTo(System.Management.PropertyData[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/PropertySet.cs#L179C13-L180C10" - }, - { - "DocsId": "M:System.Management.PropertyDataCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/PropertySet.cs#L186C13-L186C80" - }, - { - "DocsId": "M:System.Management.PropertyDataCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/PropertySet.cs#L198C13-L198C65" - }, - { - "DocsId": "M:System.Management.PropertyDataCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/PropertySet.cs#L377C13-L394C10" - }, - { - "DocsId": "M:System.Management.PropertyDataCollection.Add(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/PropertySet.cs#L413C13-L436C10" - }, - { - "DocsId": "M:System.Management.PropertyDataCollection.Add(System.String,System.Object,System.Management.CimType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/PropertySet.cs#L452C13-L478C10" - }, - { - "DocsId": "M:System.Management.PropertyDataCollection.Add(System.String,System.Management.CimType,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/PropertySet.cs#L494C13-L516C10" - }, - { - "DocsId": "P:System.Management.PropertyDataCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/PropertySet.cs#L75C17-L94C45" - }, - { - "DocsId": "P:System.Management.PropertyDataCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/PropertySet.cs#L107C19-L107C32" - }, - { - "DocsId": "P:System.Management.PropertyDataCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/PropertySet.cs#L118C19-L118C31" - }, - { - "DocsId": "P:System.Management.PropertyDataCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/PropertySet.cs#L350C17-L353C63" - }, - { - "DocsId": "T:System.Management.PropertyDataCollection.PropertyDataEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/PropertySet.cs" - } - ], - "DocsId": "T:System.Management.PropertyDataCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/PropertySet.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Management.QualifierData.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/Qualifier.cs#L151C19-L151C46" - }, - { - "DocsId": "P:System.Management.QualifierData.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/Qualifier.cs#L172C17-L173C70" - }, - { - "DocsId": "P:System.Management.QualifierData.IsAmended", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/Qualifier.cs#L209C17-L211C88" - }, - { - "DocsId": "P:System.Management.QualifierData.IsLocal", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/Qualifier.cs#L247C17-L249C92" - }, - { - "DocsId": "P:System.Management.QualifierData.PropagatesToInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/Qualifier.cs#L265C17-L267C107" - }, - { - "DocsId": "P:System.Management.QualifierData.PropagatesToSubclass", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/Qualifier.cs#L303C17-L305C112" - }, - { - "DocsId": "P:System.Management.QualifierData.IsOverridable", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/Qualifier.cs#L341C17-L343C97" - } - ], - "DocsId": "T:System.Management.QualifierData", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/Qualifier.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.QualifierDataCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L180C13-L218C10" - }, - { - "DocsId": "M:System.Management.QualifierDataCollection.CopyTo(System.Management.QualifierData[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L230C13-L231C10" - }, - { - "DocsId": "M:System.Management.QualifierDataCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L238C13-L238C111" - }, - { - "DocsId": "M:System.Management.QualifierDataCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L250C13-L250C96" - }, - { - "DocsId": "M:System.Management.QualifierDataCollection.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L426C13-L435C10" - }, - { - "DocsId": "M:System.Management.QualifierDataCollection.Add(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L447C13-L448C10" - }, - { - "DocsId": "M:System.Management.QualifierDataCollection.Add(System.String,System.Object,System.Boolean,System.Boolean,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L466C13-L484C10" - }, - { - "DocsId": "P:System.Management.QualifierDataCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L119C17-L144C14" - }, - { - "DocsId": "P:System.Management.QualifierDataCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L156C19-L156C32" - }, - { - "DocsId": "P:System.Management.QualifierDataCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L167C19-L167C31" - }, - { - "DocsId": "P:System.Management.QualifierDataCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L413C17-L416C105" - }, - { - "DocsId": "T:System.Management.QualifierDataCollection.QualifierDataEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/QualifierSet.cs" - } - ], - "DocsId": "T:System.Management.QualifierDataCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/QualifierSet.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Management.CodeLanguage.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" - }, - { - "DocsId": "F:System.Management.CodeLanguage.CSharp", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" - }, - { - "DocsId": "F:System.Management.CodeLanguage.JScript", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" - }, - { - "DocsId": "F:System.Management.CodeLanguage.VB", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" - }, - { - "DocsId": "F:System.Management.CodeLanguage.VJSharp", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" - }, - { - "DocsId": "F:System.Management.CodeLanguage.Mcpp", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" - } - ], - "DocsId": "T:System.Management.CodeLanguage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/WMIGenerator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L430C17-L431C14" - }, - { - "DocsId": "M:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L441C17-L461C14" - }, - { - "DocsId": "M:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L497C21-L497C36" - }, - { - "DocsId": "M:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L515C17-L589C29" - }, - { - "DocsId": "M:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L600C17-L642C14" - }, - { - "DocsId": "P:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L475C21-L482C49" - }, - { - "DocsId": "P:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs#L497C21-L497C36" - } - ], - "DocsId": "T:System.Management.ManagementObjectCollection.ManagementObjectEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/ManagementObjectCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.MethodDataCollection.MethodDataEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/MethodSet.cs#L295C48-L295C76" - }, - { - "DocsId": "M:System.Management.MethodDataCollection.MethodDataEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/MethodSet.cs#L316C17-L316C38" - }, - { - "DocsId": "M:System.Management.MethodDataCollection.MethodDataEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/MethodSet.cs#L324C17-L325C14" - }, - { - "DocsId": "P:System.Management.MethodDataCollection.MethodDataEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/MethodSet.cs#L295C48-L295C76" - }, - { - "DocsId": "P:System.Management.MethodDataCollection.MethodDataEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/MethodSet.cs#L306C21-L306C71" - } - ], - "DocsId": "T:System.Management.MethodDataCollection.MethodDataEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/MethodSet.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.PropertyDataCollection.PropertyDataEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/PropertySet.cs#L276C48-L276C76" - }, - { - "DocsId": "M:System.Management.PropertyDataCollection.PropertyDataEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/PropertySet.cs#L306C17-L310C71" - }, - { - "DocsId": "M:System.Management.PropertyDataCollection.PropertyDataEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/PropertySet.cs#L319C17-L320C14" - }, - { - "DocsId": "P:System.Management.PropertyDataCollection.PropertyDataEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/PropertySet.cs#L276C48-L276C76" - }, - { - "DocsId": "P:System.Management.PropertyDataCollection.PropertyDataEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/PropertySet.cs#L289C21-L292C79" - } - ], - "DocsId": "T:System.Management.PropertyDataCollection.PropertyDataEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/PropertySet.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Management.QualifierDataCollection.QualifierDataEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L350C48-L350C76" - }, - { - "DocsId": "M:System.Management.QualifierDataCollection.QualifierDataEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L380C17-L384C72" - }, - { - "DocsId": "M:System.Management.QualifierDataCollection.QualifierDataEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L392C17-L393C14" - }, - { - "DocsId": "P:System.Management.QualifierDataCollection.QualifierDataEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L350C48-L350C76" - }, - { - "DocsId": "P:System.Management.QualifierDataCollection.QualifierDataEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/QualifierSet.cs#L362C21-L366C87" - } - ], - "DocsId": "T:System.Management.QualifierDataCollection.QualifierDataEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Management/src/System/Management/QualifierSet.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Memory.Data.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Memory.Data.json deleted file mode 100644 index c9307b86d47..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Memory.Data.json +++ /dev/null @@ -1,170 +0,0 @@ -{ - "Assembly": "System.Memory.Data", - "GUID": "361A051B5B6C4327A2441DE2CF901D19FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.BinaryData.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L60C9-L63C10" - }, - { - "DocsId": "M:System.BinaryData.#ctor(System.Byte[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L72C61-L75C10" - }, - { - "DocsId": "M:System.BinaryData.#ctor(System.Object,System.Text.Json.JsonSerializerOptions,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L90C119-L94C10" - }, - { - "DocsId": "M:System.BinaryData.#ctor(System.Object,System.Text.Json.Serialization.JsonSerializerContext,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L107C108-L111C10" - }, - { - "DocsId": "M:System.BinaryData.#ctor(System.ReadOnlyMemory{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L118C9-L121C10" - }, - { - "DocsId": "M:System.BinaryData.#ctor(System.ReadOnlyMemory{System.Byte},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L130C75-L133C10" - }, - { - "DocsId": "M:System.BinaryData.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L140C9-L148C10" - }, - { - "DocsId": "M:System.BinaryData.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L158C61-L161C10" - }, - { - "DocsId": "M:System.BinaryData.FromBytes(System.ReadOnlyMemory{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L169C74-L169C94" - }, - { - "DocsId": "M:System.BinaryData.FromBytes(System.ReadOnlyMemory{System.Byte},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L181C16-L181C47" - }, - { - "DocsId": "M:System.BinaryData.FromBytes(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L189C60-L189C80" - }, - { - "DocsId": "M:System.BinaryData.FromBytes(System.Byte[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L200C16-L200C47" - }, - { - "DocsId": "M:System.BinaryData.FromString(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L208C61-L208C81" - }, - { - "DocsId": "M:System.BinaryData.FromString(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L220C16-L220C47" - }, - { - "DocsId": "M:System.BinaryData.FromStream(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L230C13-L235C83" - }, - { - "DocsId": "M:System.BinaryData.FromStream(System.IO.Stream,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L249C13-L254C94" - }, - { - "DocsId": "M:System.BinaryData.FromStreamAsync(System.IO.Stream,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L266C13-L271C95" - }, - { - "DocsId": "M:System.BinaryData.FromStreamAsync(System.IO.Stream,System.String,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L287C13-L292C87" - }, - { - "DocsId": "M:System.BinaryData.FromObjectAsJson``1(``0,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L346C16-L346C120" - }, - { - "DocsId": "M:System.BinaryData.FromObjectAsJson``1(``0,System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L359C16-L359C125" - }, - { - "DocsId": "M:System.BinaryData.WithMediaType(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L368C16-L368C49" - }, - { - "DocsId": "M:System.BinaryData.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L385C13-L394C66" - }, - { - "DocsId": "M:System.BinaryData.ToStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L402C37-L402C69" - }, - { - "DocsId": "M:System.BinaryData.ToMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L408C51-L408C57" - }, - { - "DocsId": "M:System.BinaryData.ToArray", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L414C36-L414C52" - }, - { - "DocsId": "M:System.BinaryData.ToObjectFromJson``1(System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L427C16-L427C80" - }, - { - "DocsId": "M:System.BinaryData.ToObjectFromJson``1(System.Text.Json.Serialization.Metadata.JsonTypeInfo{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L438C16-L438C82" - }, - { - "DocsId": "M:System.BinaryData.op_Implicit(System.BinaryData)~System.ReadOnlyMemory{System.Byte}", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L455C83-L455C106" - }, - { - "DocsId": "M:System.BinaryData.op_Implicit(System.BinaryData)~System.ReadOnlySpan{System.Byte}", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L463C13-L467C37" - }, - { - "DocsId": "M:System.BinaryData.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L478C73-L478C99" - }, - { - "DocsId": "M:System.BinaryData.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L482C46-L482C64" - }, - { - "DocsId": "P:System.BinaryData.Empty", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L35C42-L35C46" - }, - { - "DocsId": "P:System.BinaryData.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L41C30-L41C43" - }, - { - "DocsId": "P:System.BinaryData.IsEmpty", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L47C32-L47C46" - }, - { - "DocsId": "P:System.BinaryData.MediaType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryData.cs#L53C36-L53C40" - } - ], - "DocsId": "T:System.BinaryData", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryData.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Text.Json.Serialization.BinaryDataJsonConverter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryDataConverter.cs#L14C9-L15C12" - }, - { - "DocsId": "M:System.Text.Json.Serialization.BinaryDataJsonConverter.Read(System.Text.Json.Utf8JsonReader@,System.Type,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryDataConverter.cs#L20C13-L20C70" - }, - { - "DocsId": "M:System.Text.Json.Serialization.BinaryDataJsonConverter.Write(System.Text.Json.Utf8JsonWriter,System.BinaryData,System.Text.Json.JsonSerializerOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryDataConverter.cs#L26C13-L27C10" - } - ], - "DocsId": "T:System.Text.Json.Serialization.BinaryDataJsonConverter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Memory.Data/src/System/BinaryDataConverter.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Net.Http.WinHttpHandler.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Net.Http.WinHttpHandler.json deleted file mode 100644 index 7d1bdb034ed..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Net.Http.WinHttpHandler.json +++ /dev/null @@ -1,176 +0,0 @@ -{ - "Assembly": "System.Net.Http.WinHttpHandler", - "GUID": "1AEA6594BB454641B9272882479EABA3FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "F:System.Net.Http.WindowsProxyUsePolicy.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" - }, - { - "DocsId": "F:System.Net.Http.WindowsProxyUsePolicy.DoNotUseProxy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" - }, - { - "DocsId": "F:System.Net.Http.WindowsProxyUsePolicy.UseWinHttpProxy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" - }, - { - "DocsId": "F:System.Net.Http.WindowsProxyUsePolicy.UseWinInetProxy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" - }, - { - "DocsId": "F:System.Net.Http.WindowsProxyUsePolicy.UseCustomProxy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" - } - ], - "DocsId": "T:System.Net.Http.WindowsProxyUsePolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Net.Http.CookieUsePolicy.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" - }, - { - "DocsId": "F:System.Net.Http.CookieUsePolicy.IgnoreCookies", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" - }, - { - "DocsId": "F:System.Net.Http.CookieUsePolicy.UseInternalCookieStoreOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" - }, - { - "DocsId": "F:System.Net.Http.CookieUsePolicy.UseSpecifiedCookieContainer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" - } - ], - "DocsId": "T:System.Net.Http.CookieUsePolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.Http.WinHttpHandler.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L52C9-L98C10" - }, - { - "DocsId": "M:System.Net.Http.WinHttpHandler.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L541C13-L552C10" - }, - { - "DocsId": "M:System.Net.Http.WinHttpHandler.SendAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L558C13-L621C29" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.AutomaticRedirection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L105C17-L105C46" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.MaxAutomaticRedirections", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L119C17-L119C50" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.AutomaticDecompression", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L141C17-L141C48" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.CookieUsePolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L155C17-L155C41" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.CookieContainer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L176C17-L176C41" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.SslProtocols", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L190C17-L190C38" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.ServerCertificateValidationCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L210C17-L210C61" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.CheckCertificateRevocationList", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L225C17-L225C56" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.ClientCertificateOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L239C17-L239C49" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.ClientCertificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L259C17-L264C81" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.PreAuthenticate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L272C17-L272C41" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.ServerCredentials", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L285C17-L285C43" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.WindowsProxyUsePolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L298C17-L298C47" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.DefaultProxyCredentials", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L320C17-L320C49" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.Proxy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L334C17-L334C31" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.MaxConnectionsPerServer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L348C17-L348C49" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.SendTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L372C17-L372C37" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.ReceiveHeadersTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L388C17-L388C47" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.ReceiveDataTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L403C17-L403C44" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.TcpKeepAliveEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L426C17-L426C45" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.TcpKeepAliveTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L447C17-L447C42" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.TcpKeepAliveInterval", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L469C17-L469C46" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.MaxResponseHeadersLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L483C17-L483C50" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.MaxResponseDrainSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L505C17-L505C46" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.EnableMultipleHttp2Connections", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L527C17-L527C56" - }, - { - "DocsId": "P:System.Net.Http.WinHttpHandler.Properties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs#L536C58-L536C106" - } - ], - "DocsId": "T:System.Net.Http.WinHttpHandler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Numerics.Tensors.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Numerics.Tensors.json deleted file mode 100644 index 1ed8fd14dda..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Numerics.Tensors.json +++ /dev/null @@ -1,764 +0,0 @@ -{ - "Assembly": "System.Numerics.Tensors", - "GUID": "D1C970C4A0C94853BBA8170C0F65FC17FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Abs(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L30C13-L30C72" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Add(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L49C13-L49C74" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Add(System.ReadOnlySpan{System.Single},System.Single,System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L66C13-L66C76" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.AddMultiply(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L87C13-L87C98" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.AddMultiply(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Single,System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L107C13-L107C100" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.AddMultiply(System.ReadOnlySpan{System.Single},System.Single,System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L127C13-L127C100" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Cosh(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L151C13-L151C68" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.CosineSimilarity(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L173C13-L173C39" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Distance(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L201C13-L206C100" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Divide(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L226C13-L226C77" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Divide(System.ReadOnlySpan{System.Single},System.Single,System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L243C13-L243C79" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Dot(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L269C13-L269C73" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Exp(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L290C13-L290C67" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.IndexOfMax(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L306C13-L306C67" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.IndexOfMaxMagnitude(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L323C13-L323C76" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.IndexOfMin(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L339C13-L339C67" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.IndexOfMinMagnitude(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L356C13-L356C76" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Log(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L379C13-L379C67" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Log2(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L402C13-L402C68" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Max(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L419C13-L419C46" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Max(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L443C13-L443C86" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MaxMagnitude(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L461C13-L461C55" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MaxMagnitude(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L479C13-L479C95" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Min(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L496C13-L496C46" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Min(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L520C13-L520C86" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MinMagnitude(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L538C13-L538C55" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MinMagnitude(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L561C13-L561C95" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Multiply(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L580C13-L580C79" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Multiply(System.ReadOnlySpan{System.Single},System.Single,System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L598C13-L598C81" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MultiplyAdd(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L619C13-L619C94" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MultiplyAdd(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Single,System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L640C13-L640C96" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MultiplyAdd(System.ReadOnlySpan{System.Single},System.Single,System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L660C13-L660C96" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Negate(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L676C13-L676C70" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Norm(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L696C13-L696C40" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Product(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L713C13-L718C83" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ProductOfDifferences(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L744C13-L749C86" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ProductOfSums(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L775C13-L780C81" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Sigmoid(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L800C13-L806C10" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Sinh(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L830C13-L830C68" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.SoftMax(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L850C13-L865C10" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Subtract(System.ReadOnlySpan{System.Single},System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L884C13-L884C79" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Subtract(System.ReadOnlySpan{System.Single},System.Single,System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L901C13-L901C81" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Sum(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L916C13-L916C70" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.SumOfMagnitudes(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L937C13-L937C70" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.SumOfSquares(System.ReadOnlySpan{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L958C13-L958C69" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Tanh(System.ReadOnlySpan{System.Single},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs#L983C13-L983C68" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Abs``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Abs.cs#L31C13-L31C71" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Acos``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Acos.cs#L26C13-L26C67" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Acosh``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Acosh.cs#L26C13-L26C68" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.AcosPi``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.AcosPi.cs#L26C13-L26C69" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Add``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Add.cs#L28C13-L28C73" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Add``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Add.cs#L46C13-L46C75" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.AddMultiply``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.AddMultiply.cs#L30C13-L30C97" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.AddMultiply``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.AddMultiply.cs#L51C13-L51C99" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.AddMultiply``1(System.ReadOnlySpan{``0},``0,System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.AddMultiply.cs#L72C13-L72C99" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Asin``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Asin.cs#L26C13-L26C67" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Asinh``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Asinh.cs#L26C13-L26C68" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.AsinPi``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.AsinPi.cs#L26C13-L26C69" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Atan``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atan.cs#L26C13-L26C67" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Atan2``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atan2.cs#L29C13-L29C75" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Atan2``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atan2.cs#L48C13-L48C77" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Atan2``1(``0,System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atan2.cs#L67C13-L67C77" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Atan2Pi``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atan2Pi.cs#L29C13-L29C77" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Atan2Pi``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atan2Pi.cs#L48C13-L48C79" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Atan2Pi``1(``0,System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atan2Pi.cs#L67C13-L67C79" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Atanh``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Atanh.cs#L26C13-L26C68" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.AtanPi``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.AtanPi.cs#L26C13-L26C69" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.BitwiseAnd``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.BitwiseAnd.cs#L25C13-L25C80" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.BitwiseAnd``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.BitwiseAnd.cs#L40C13-L40C82" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.BitwiseOr``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.BitwiseOr.cs#L25C13-L25C79" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.BitwiseOr``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.BitwiseOr.cs#L40C13-L40C81" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Cbrt``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Cbrt.cs#L23C13-L23C67" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Ceiling``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Ceiling.cs#L23C13-L23C70" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ConvertChecked``2(System.ReadOnlySpan{``0},System.Span{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ConvertChecked.cs#L26C13-L30C10" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ConvertSaturating``2(System.ReadOnlySpan{``0},System.Span{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ConvertSaturating.cs#L26C13-L30C10" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ConvertTruncating``2(System.ReadOnlySpan{``0},System.Span{``1})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ConvertTruncating.cs#L26C13-L101C10" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.CopySign``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.CopySign.cs#L25C13-L25C81" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.CopySign``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.CopySign.cs#L40C13-L40C83" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Cos``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Cos.cs#L30C13-L30C66" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Cosh``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Cosh.cs#L34C13-L34C67" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.CosineSimilarity``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.CosineSimilarity.cs#L32C13-L32C39" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.CosPi``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.CosPi.cs#L30C13-L30C68" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.DegreesToRadians``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.DegreesToRadians.cs#L22C13-L22C79" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Distance``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Distance.cs#L37C13-L42C91" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Divide``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Divide.cs#L29C13-L29C76" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Divide``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Divide.cs#L48C13-L48C78" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Divide``1(``0,System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Divide.cs#L67C13-L67C78" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Dot``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Dot.cs#L33C13-L33C68" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Exp``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Exp.cs#L31C13-L31C66" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Exp10``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Exp10.cs#L26C13-L26C68" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Exp10M1``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Exp10M1.cs#L26C13-L26C70" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Exp2``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Exp2.cs#L26C13-L26C67" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Exp2M1``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Exp2M1.cs#L26C13-L26C69" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ExpM1``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ExpM1.cs#L26C13-L26C68" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Floor``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Floor.cs#L23C13-L23C68" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.FusedMultiplyAdd``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.FusedMultiplyAdd.cs#L39C13-L39C98" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.FusedMultiplyAdd``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.FusedMultiplyAdd.cs#L67C13-L67C100" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.FusedMultiplyAdd``1(System.ReadOnlySpan{``0},``0,System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.FusedMultiplyAdd.cs#L94C13-L94C100" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ConvertToHalf(System.ReadOnlySpan{System.Single},System.Span{System.Half})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Half.cs#L24C13-L24C51" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ConvertToSingle(System.ReadOnlySpan{System.Half},System.Span{System.Single})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Half.cs#L42C13-L42C51" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Hypot``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Hypot.cs#L25C13-L25C75" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Ieee754Remainder``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Ieee754Remainder.cs#L25C13-L25C86" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Ieee754Remainder``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Ieee754Remainder.cs#L41C13-L41C88" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Ieee754Remainder``1(``0,System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Ieee754Remainder.cs#L56C13-L56C88" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ILogB``1(System.ReadOnlySpan{``0},System.Span{System.Int32})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ILogB.cs#L23C13-L32C10" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.IndexOfMax``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.IndexOfMax.cs#L31C13-L31C59" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.IndexOfMaxMagnitude``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.IndexOfMaxMagnitude.cs#L27C13-L27C68" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.IndexOfMin``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.IndexOfMin.cs#L26C13-L26C59" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.IndexOfMinMagnitude``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.IndexOfMinMagnitude.cs#L27C13-L27C68" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.LeadingZeroCount``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.LeadingZeroCount.cs#L22C13-L22C79" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Lerp``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Lerp.cs#L30C13-L30C86" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Lerp``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Lerp.cs#L51C13-L51C88" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Lerp``1(System.ReadOnlySpan{``0},``0,System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Lerp.cs#L72C13-L72C88" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Log``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Log.cs#L33C13-L33C66" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Log``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Log.cs#L54C13-L54C77" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Log``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Log.cs#L73C13-L73C79" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Log10``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Log10.cs#L32C13-L32C68" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Log10P1``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Log10P1.cs#L32C13-L32C70" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Log2``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Log2.cs#L33C13-L33C67" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Log2P1``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Log2P1.cs#L32C13-L32C69" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.LogP1``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.LogP1.cs#L32C13-L32C68" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Max``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Max.cs#L29C13-L29C45" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Max``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Max.cs#L54C13-L54C85" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Max``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Max.cs#L77C13-L77C87" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MaxMagnitude``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxMagnitude.cs#L28C13-L28C54" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MaxMagnitude``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxMagnitude.cs#L47C13-L47C94" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MaxMagnitude``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxMagnitude.cs#L64C13-L64C96" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Min``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MaxMagnitude.cs#L82C13-L82C45" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Min``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Min.cs#L35C13-L35C85" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Min``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Min.cs#L58C13-L58C87" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MinMagnitude``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinMagnitude.cs#L28C13-L28C54" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MinMagnitude``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinMagnitude.cs#L52C13-L52C94" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MinMagnitude``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MinMagnitude.cs#L74C13-L74C96" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Multiply``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Multiply.cs#L28C13-L28C78" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Multiply``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Multiply.cs#L47C13-L47C80" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MultiplyAdd``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MultiplyAdd.cs#L30C13-L30C93" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MultiplyAdd``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MultiplyAdd.cs#L52C13-L52C95" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MultiplyAdd``1(System.ReadOnlySpan{``0},``0,System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MultiplyAdd.cs#L73C13-L73C95" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MultiplyAddEstimate``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MultiplyAddEstimate.cs#L37C13-L37C101" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MultiplyAddEstimate``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MultiplyAddEstimate.cs#L63C13-L63C103" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.MultiplyAddEstimate``1(System.ReadOnlySpan{``0},``0,System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.MultiplyAddEstimate.cs#L88C13-L88C103" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Negate``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Negate.cs#L25C13-L25C69" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Norm``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Norm.cs#L27C13-L27C36" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.OnesComplement``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.OnesComplement.cs#L22C13-L22C77" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.PopCount``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.PopCount.cs#L28C13-L28C71" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Pow``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Pow.cs#L26C13-L26C73" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Pow``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Pow.cs#L41C13-L41C75" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Pow``1(``0,System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Pow.cs#L56C13-L56C75" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Product``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Product.cs#L24C13-L29C78" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ProductOfDifferences``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Product.cs#L56C13-L61C81" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ProductOfSums``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Product.cs#L88C13-L93C76" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.RadiansToDegrees``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.RadiansToDegrees.cs#L22C13-L22C79" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Reciprocal``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Reciprocal.cs#L25C13-L25C73" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ReciprocalEstimate``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Reciprocal.cs#L40C13-L40C81" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ReciprocalSqrt``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Reciprocal.cs#L55C13-L55C77" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ReciprocalSqrtEstimate``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Reciprocal.cs#L70C13-L70C85" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.RootN``1(System.ReadOnlySpan{``0},System.Int32,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.RootN.cs#L24C13-L24C72" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.RotateLeft``1(System.ReadOnlySpan{``0},System.Int32,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Rotate.cs#L25C13-L25C88" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.RotateRight``1(System.ReadOnlySpan{``0},System.Int32,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Rotate.cs#L40C13-L40C89" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Round``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Round.cs#L26C13-L26C74" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Round``1(System.ReadOnlySpan{``0},System.MidpointRounding,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Round.cs#L16707566C0-L65C136" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Round``1(System.ReadOnlySpan{``0},System.Int32,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Round.cs#L81C13-L81C67" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Round``1(System.ReadOnlySpan{``0},System.Int32,System.MidpointRounding,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Round.cs#L100C13-L157C136" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ScaleB``1(System.ReadOnlySpan{``0},System.Int32,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ScaleB.cs#L23C13-L23C73" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ShiftLeft``1(System.ReadOnlySpan{``0},System.Int32,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ShiftLeft.cs#L23C13-L23C86" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ShiftRightArithmetic``1(System.ReadOnlySpan{``0},System.Int32,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ShiftLeft.cs#L38C13-L38C97" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.ShiftRightLogical``1(System.ReadOnlySpan{``0},System.Int32,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.ShiftLeft.cs#L53C13-L53C94" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Sigmoid``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Sigmoid.cs#L28C13-L34C10" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Sin``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Sin.cs#L30C13-L30C66" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.SinCos``1(System.ReadOnlySpan{``0},System.Span{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.SinCos.cs#L27C13-L27C99" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.SinCosPi``1(System.ReadOnlySpan{``0},System.Span{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.SinCosPi.cs#L27C13-L27C105" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Sinh``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Sinh.cs#L34C13-L34C67" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.SinPi``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.SinPi.cs#L30C13-L30C68" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.SoftMax``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.SoftMax.cs#L27C13-L42C10" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Sqrt``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Sqrt.cs#L22C13-L22C67" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Subtract``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Subtract.cs#L28C13-L28C78" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Subtract``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Subtract.cs#L46C13-L46C80" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Subtract``1(``0,System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Subtract.cs#L64C13-L64C80" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Sum``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Sum.cs#L24C13-L24C65" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.SumOfMagnitudes``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Sum.cs#L47C13-L47C65" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.SumOfSquares``1(System.ReadOnlySpan{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Sum.cs#L69C13-L69C64" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Tan``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Tan.cs#L30C13-L30C66" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Tanh``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Tanh.cs#L34C13-L34C67" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.TanPi``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.TanPi.cs#L29C13-L29C68" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.TrailingZeroCount``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.TrailingZeroCount.cs#L22C13-L22C80" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Truncate``1(System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Truncate.cs#L25C13-L25C71" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Xor``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0},System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Xor.cs#L25C13-L25C73" - }, - { - "DocsId": "M:System.Numerics.Tensors.TensorPrimitives.Xor``1(System.ReadOnlySpan{``0},``0,System.Span{``0})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/netcore/TensorPrimitives.Xor.cs#L40C13-L40C75" - } - ], - "DocsId": "T:System.Numerics.Tensors.TensorPrimitives", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Numerics.Tensors/src/System/Numerics/Tensors/TensorPrimitives.Single.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Reflection.Context.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Reflection.Context.json deleted file mode 100644 index 9f32b0d8e65..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Reflection.Context.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "Assembly": "System.Reflection.Context", - "GUID": "93F2CFF74E7E41EEBA977F9A8D8C0FB4FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Reflection.Context.CustomReflectionContext.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L21C47-L21C88" - }, - { - "DocsId": "M:System.Reflection.Context.CustomReflectionContext.#ctor(System.Reflection.ReflectionContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L23C9-L32C10" - }, - { - "DocsId": "M:System.Reflection.Context.CustomReflectionContext.MapAssembly(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L36C13-L41C65" - }, - { - "DocsId": "M:System.Reflection.Context.CustomReflectionContext.MapType(System.Reflection.TypeInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L46C13-L51C57" - }, - { - "DocsId": "M:System.Reflection.Context.CustomReflectionContext.GetCustomAttributes(System.Reflection.MemberInfo,System.Collections.Generic.IEnumerable{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L56C13-L56C39" - }, - { - "DocsId": "M:System.Reflection.Context.CustomReflectionContext.GetCustomAttributes(System.Reflection.ParameterInfo,System.Collections.Generic.IEnumerable{System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L61C13-L61C39" - }, - { - "DocsId": "M:System.Reflection.Context.CustomReflectionContext.AddProperties(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs" - }, - { - "DocsId": "M:System.Reflection.Context.CustomReflectionContext.CreateProperty(System.Type,System.String,System.Func{System.Object,System.Object},System.Action{System.Object,System.Object})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L77C13-L85C23" - }, - { - "DocsId": "M:System.Reflection.Context.CustomReflectionContext.CreateProperty(System.Type,System.String,System.Func{System.Object,System.Object},System.Action{System.Object,System.Object},System.Collections.Generic.IEnumerable{System.Attribute},System.Collections.Generic.IEnumerable{System.Attribute},System.Collections.Generic.IEnumerable{System.Attribute})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs#L97C13-L105C23" - } - ], - "DocsId": "T:System.Reflection.Context.CustomReflectionContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Reflection.Context/src/System/Reflection/Context/CustomReflectionContext.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Reflection.MetadataLoadContext.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Reflection.MetadataLoadContext.json deleted file mode 100644 index 39a62acc59d..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Reflection.MetadataLoadContext.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "Assembly": "System.Reflection.MetadataLoadContext", - "GUID": "5C71EC3598604962ACD97D96F66A0253FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Reflection.MetadataAssemblyResolver.Resolve(System.Reflection.MetadataLoadContext,System.Reflection.AssemblyName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataAssemblyResolver.cs" - }, - { - "DocsId": "M:System.Reflection.MetadataAssemblyResolver.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataAssemblyResolver.cs" - } - ], - "DocsId": "T:System.Reflection.MetadataAssemblyResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataAssemblyResolver.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Reflection.MetadataLoadContext.#ctor(System.Reflection.MetadataAssemblyResolver,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Disposing.cs#L11C9-L121C10" - }, - { - "DocsId": "M:System.Reflection.MetadataLoadContext.LoadFromAssemblyPath(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L130C13-L135C68" - }, - { - "DocsId": "M:System.Reflection.MetadataLoadContext.LoadFromByteArray(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L145C13-L150C67" - }, - { - "DocsId": "M:System.Reflection.MetadataLoadContext.LoadFromStream(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L163C13-L169C49" - }, - { - "DocsId": "M:System.Reflection.MetadataLoadContext.LoadFromAssemblyName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L181C13-L188C45" - }, - { - "DocsId": "M:System.Reflection.MetadataLoadContext.LoadFromAssemblyName(System.Reflection.AssemblyName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L200C13-L206C45" - }, - { - "DocsId": "M:System.Reflection.MetadataLoadContext.GetAssemblies", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L265C13-L268C45" - }, - { - "DocsId": "M:System.Reflection.MetadataLoadContext.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L280C13-L282C10" - }, - { - "DocsId": "P:System.Reflection.MetadataLoadContext.CoreAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Apis.cs#L253C17-L256C38" - } - ], - "DocsId": "T:System.Reflection.MetadataLoadContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/MetadataLoadContext.Disposing.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Reflection.PathAssemblyResolver.#ctor(System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/PathAssemblyResolver.cs#L25C9-L53C10" - }, - { - "DocsId": "M:System.Reflection.PathAssemblyResolver.Resolve(System.Reflection.MetadataLoadContext,System.Reflection.AssemblyName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/PathAssemblyResolver.cs#L58C13-L96C65" - } - ], - "DocsId": "T:System.Reflection.PathAssemblyResolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/PathAssemblyResolver.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Resources.Extensions.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Resources.Extensions.json deleted file mode 100644 index 64c53ca294f..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Resources.Extensions.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "Assembly": "System.Resources.Extensions", - "GUID": "B1A0E8CC3ACB479090AFCF074C41A7B2FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L44C9-L59C10" - }, - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L61C9-L81C10" - }, - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddResource(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L88C13-L101C10" - }, - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddResource(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L108C13-L129C10" - }, - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddResource(System.String,System.IO.Stream,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L137C13-L148C10" - }, - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddResource(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L177C13-L190C10" - }, - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L233C13-L234C10" - }, - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L253C13-L254C10" - }, - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.Generate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/Common/src/System/Resources/ResourceWriter.cs#L263C13-L434C10" - }, - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddResource(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs#L73C13-L119C10" - }, - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddTypeConverterResource(System.String,System.Byte[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs#L130C13-L146C10" - }, - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddBinaryFormattedResource(System.String,System.Byte[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs#L158C13-L179C10" - }, - { - "DocsId": "M:System.Resources.Extensions.PreserializedResourceWriter.AddActivatorResource(System.String,System.IO.Stream,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs#L191C13-L210C10" - } - ], - "DocsId": "T:System.Resources.Extensions.PreserializedResourceWriter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/PreserializedResourceWriter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Resources.Extensions.DeserializingResourceReader.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L93C9-L112C10" - }, - { - "DocsId": "M:System.Resources.Extensions.DeserializingResourceReader.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L114C9-L141C10" - }, - { - "DocsId": "M:System.Resources.Extensions.DeserializingResourceReader.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L147C13-L148C10" - }, - { - "DocsId": "M:System.Resources.Extensions.DeserializingResourceReader.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L152C13-L153C10" - }, - { - "DocsId": "M:System.Resources.Extensions.DeserializingResourceReader.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L235C13-L235C36" - }, - { - "DocsId": "M:System.Resources.Extensions.DeserializingResourceReader.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Private.CoreLib/src/System/Resources/ResourceReader.cs#L240C13-L242C49" - } - ], - "DocsId": "T:System.Resources.Extensions.DeserializingResourceReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Resources.Extensions/src/System/Resources/Extensions/DeserializingResourceReader.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Runtime.Caching.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Runtime.Caching.json deleted file mode 100644 index 325671a0e1a..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Runtime.Caching.json +++ /dev/null @@ -1,668 +0,0 @@ -{ - "Assembly": "System.Runtime.Caching", - "GUID": "A8D025EB527F41BBB8E11A27F3020C1AFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.CacheEntryChangeMonitor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryChangeMonitor.cs" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheEntryChangeMonitor.CacheKeys", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryChangeMonitor.cs" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheEntryChangeMonitor.LastModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryChangeMonitor.cs" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheEntryChangeMonitor.RegionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryChangeMonitor.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.CacheEntryChangeMonitor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryChangeMonitor.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.CacheEntryRemovedArguments.#ctor(System.Runtime.Caching.ObjectCache,System.Runtime.Caching.CacheEntryRemovedReason,System.Runtime.Caching.CacheItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedArguments.cs#L27C9-L41C10" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheEntryRemovedArguments.CacheItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedArguments.cs#L14C19-L14C37" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheEntryRemovedArguments.RemovedReason", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedArguments.cs#L19C19-L19C34" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheEntryRemovedArguments.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedArguments.cs#L24C19-L24C34" - } - ], - "DocsId": "T:System.Runtime.Caching.CacheEntryRemovedArguments", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedArguments.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.CacheEntryRemovedCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedCallback.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.CacheEntryRemovedCallback.Invoke(System.Runtime.Caching.CacheEntryRemovedArguments)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedCallback.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.CacheEntryRemovedCallback.BeginInvoke(System.Runtime.Caching.CacheEntryRemovedArguments,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedCallback.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.CacheEntryRemovedCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedCallback.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.CacheEntryRemovedCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedCallback.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Runtime.Caching.CacheEntryRemovedReason.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.CacheEntryRemovedReason.Removed", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.CacheEntryRemovedReason.Expired", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.CacheEntryRemovedReason.Evicted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.CacheEntryRemovedReason.ChangeMonitorChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.CacheEntryRemovedReason.CacheSpecificEviction", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.CacheEntryRemovedReason", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryRemovedReason.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.CacheEntryUpdateArguments.#ctor(System.Runtime.Caching.ObjectCache,System.Runtime.Caching.CacheEntryRemovedReason,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L49C9-L64C10" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheEntryUpdateArguments.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L19C19-L19C31" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheEntryUpdateArguments.RemovedReason", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L24C19-L24C34" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheEntryUpdateArguments.RegionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L29C19-L29C38" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheEntryUpdateArguments.Source", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L34C19-L34C34" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheEntryUpdateArguments.UpdatedCacheItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L39C19-L39C44" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheEntryUpdateArguments.UpdatedCacheItemPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs#L45C19-L45C50" - } - ], - "DocsId": "T:System.Runtime.Caching.CacheEntryUpdateArguments", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateArguments.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.CacheEntryUpdateCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateCallback.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.CacheEntryUpdateCallback.Invoke(System.Runtime.Caching.CacheEntryUpdateArguments)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateCallback.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.CacheEntryUpdateCallback.BeginInvoke(System.Runtime.Caching.CacheEntryUpdateArguments,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateCallback.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.CacheEntryUpdateCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateCallback.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.CacheEntryUpdateCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheEntryUpdateCallback.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.CacheItem.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L16C9-L19C10" - }, - { - "DocsId": "M:System.Runtime.Caching.CacheItem.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L21C54-L24C10" - }, - { - "DocsId": "M:System.Runtime.Caching.CacheItem.#ctor(System.String,System.Object,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L26C73-L29C10" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheItem.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L10C29-L10C33" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheItem.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L11C31-L11C35" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheItem.RegionName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs#L12C36-L12C40" - } - ], - "DocsId": "T:System.Runtime.Caching.CacheItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItem.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.CacheItemPolicy.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L50C9-L55C10" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheItemPolicy.AbsoluteExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L20C19-L20C37" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheItemPolicy.ChangeMonitors", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L24C60-L24C111" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheItemPolicy.Priority", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L28C19-L28C36" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheItemPolicy.RemovedCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L34C19-L34C43" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheItemPolicy.SlidingExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L40C19-L40C37" - }, - { - "DocsId": "P:System.Runtime.Caching.CacheItemPolicy.UpdateCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs#L46C19-L46C42" - } - ], - "DocsId": "T:System.Runtime.Caching.CacheItemPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPolicy.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Runtime.Caching.CacheItemPriority.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPriority.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.CacheItemPriority.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPriority.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.CacheItemPriority.NotRemovable", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPriority.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.CacheItemPriority", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/CacheItemPriority.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.ChangeMonitor.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ChangeMonitor.InitializationComplete", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L142C13-L150C10" - }, - { - "DocsId": "M:System.Runtime.Caching.ChangeMonitor.OnChanged(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L159C13-L167C10" - }, - { - "DocsId": "M:System.Runtime.Caching.ChangeMonitor.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L205C13-L215C10" - }, - { - "DocsId": "M:System.Runtime.Caching.ChangeMonitor.NotifyOnChanged(System.Runtime.Caching.OnChangedCallback)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L224C13-L239C10" - }, - { - "DocsId": "M:System.Runtime.Caching.ChangeMonitor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L90C9-L90C52" - }, - { - "DocsId": "P:System.Runtime.Caching.ChangeMonitor.HasChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L174C40-L174C63" - }, - { - "DocsId": "P:System.Runtime.Caching.ChangeMonitor.IsDisposed", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs#L178C40-L178C64" - }, - { - "DocsId": "P:System.Runtime.Caching.ChangeMonitor.UniqueId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.ChangeMonitor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ChangeMonitor.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.InMemoryProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.OutOfProcessProvider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.CacheEntryChangeMonitors", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.AbsoluteExpirations", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.SlidingExpirations", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.CacheEntryUpdateCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.CacheEntryRemovedCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.DefaultCacheCapabilities.CacheRegions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.DefaultCacheCapabilities", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/DefaultCacheCapabilities.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.FileChangeMonitor.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/FileChangeMonitor.cs" - }, - { - "DocsId": "P:System.Runtime.Caching.FileChangeMonitor.FilePaths", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/FileChangeMonitor.cs" - }, - { - "DocsId": "P:System.Runtime.Caching.FileChangeMonitor.LastModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/FileChangeMonitor.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.FileChangeMonitor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/FileChangeMonitor.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.HostFileChangeMonitor.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs#L121C13-L150C10" - }, - { - "DocsId": "M:System.Runtime.Caching.HostFileChangeMonitor.#ctor(System.Collections.Generic.IList{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs#L160C9-L176C10" - }, - { - "DocsId": "P:System.Runtime.Caching.HostFileChangeMonitor.FilePaths", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs#L156C70-L156C88" - }, - { - "DocsId": "P:System.Runtime.Caching.HostFileChangeMonitor.UniqueId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs#L157C49-L157C66" - }, - { - "DocsId": "P:System.Runtime.Caching.HostFileChangeMonitor.LastModified", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs#L158C61-L158C82" - } - ], - "DocsId": "T:System.Runtime.Caching.HostFileChangeMonitor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/HostFileChangeMonitor.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.#ctor(System.String,System.Collections.Specialized.NameValueCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L39C9-L362C10" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.#ctor(System.String,System.Collections.Specialized.NameValueCollection,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L39C9-L384C10" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.CreateCacheEntryChangeMonitor(System.Collections.Generic.IEnumerable{System.String},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L445C13-L467C96" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L472C13-L494C10" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L536C13-L545C38" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L550C13-L559C38" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.Trim(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L571C13-L584C28" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.Contains(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L603C13-L603C59" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.Add(System.Runtime.Caching.CacheItem,System.Runtime.Caching.CacheItemPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L608C13-L609C75" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.AddOrGetExisting(System.String,System.Object,System.DateTimeOffset,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L614C13-L620C65" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.AddOrGetExisting(System.Runtime.Caching.CacheItem,System.Runtime.Caching.CacheItemPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L625C13-L630C100" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.AddOrGetExisting(System.String,System.Object,System.Runtime.Caching.CacheItemPolicy,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L635C13-L639C65" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.Get(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L644C13-L644C49" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.GetCacheItem(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L649C13-L650C71" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.Set(System.String,System.Object,System.DateTimeOffset,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L655C13-L662C10" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.Set(System.Runtime.Caching.CacheItem,System.Runtime.Caching.CacheItemPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L666C13-L672C10" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.Set(System.String,System.Object,System.Runtime.Caching.CacheItemPolicy,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L676C13-L720C10" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.Remove(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L794C13-L794C77" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.Remove(System.String,System.Runtime.Caching.CacheEntryRemovedReason,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L799C13-L812C33" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.GetCount(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L817C13-L831C26" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.GetLastSize(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L836C13-L841C41" - }, - { - "DocsId": "M:System.Runtime.Caching.MemoryCache.GetValues(System.Collections.Generic.IEnumerable{System.String},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L846C13-L873C27" - }, - { - "DocsId": "P:System.Runtime.Caching.MemoryCache.CacheMemoryLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L281C17-L281C48" - }, - { - "DocsId": "P:System.Runtime.Caching.MemoryCache.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L289C17-L296C39" - }, - { - "DocsId": "P:System.Runtime.Caching.MemoryCache.DefaultCacheCapabilities", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L304C17-L304C37" - }, - { - "DocsId": "P:System.Runtime.Caching.MemoryCache.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L310C19-L310C32" - }, - { - "DocsId": "P:System.Runtime.Caching.MemoryCache.PhysicalMemoryLimit", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L324C17-L324C51" - }, - { - "DocsId": "P:System.Runtime.Caching.MemoryCache.PollingInterval", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L334C17-L334C47" - }, - { - "DocsId": "P:System.Runtime.Caching.MemoryCache.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs#L592C17-L592C47" - } - ], - "DocsId": "T:System.Runtime.Caching.MemoryCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/MemoryCache.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L52C13-L52C86" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.CreateCacheEntryChangeMonitor(System.Collections.Generic.IEnumerable{System.String},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.System#Collections#Generic#IEnumerable>#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L59C13-L59C36" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.Contains(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.Add(System.String,System.Object,System.DateTimeOffset,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L70C13-L70C91" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.Add(System.Runtime.Caching.CacheItem,System.Runtime.Caching.CacheItemPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L75C13-L75C61" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.Add(System.String,System.Object,System.Runtime.Caching.CacheItemPolicy,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L80C13-L80C79" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.AddOrGetExisting(System.String,System.Object,System.DateTimeOffset,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.AddOrGetExisting(System.Runtime.Caching.CacheItem,System.Runtime.Caching.CacheItemPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.AddOrGetExisting(System.String,System.Object,System.Runtime.Caching.CacheItemPolicy,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.Get(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.GetCacheItem(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.Set(System.String,System.Object,System.DateTimeOffset,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.Set(System.Runtime.Caching.CacheItem,System.Runtime.Caching.CacheItemPolicy)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.Set(System.String,System.Object,System.Runtime.Caching.CacheItemPolicy,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.GetValues(System.Collections.Generic.IEnumerable{System.String},System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.GetValues(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L103C13-L103C48" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.Remove(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.GetCount(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.ObjectCache.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.ObjectCache.InfiniteAbsoluteExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "F:System.Runtime.Caching.ObjectCache.NoSlidingExpiration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "P:System.Runtime.Caching.ObjectCache.Host", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs#L27C17-L27C31" - }, - { - "DocsId": "P:System.Runtime.Caching.ObjectCache.DefaultCacheCapabilities", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "P:System.Runtime.Caching.ObjectCache.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "DocsId": "P:System.Runtime.Caching.ObjectCache.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.ObjectCache", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/ObjectCache.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.OnChangedCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/OnChangedCallback.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.OnChangedCallback.Invoke(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/OnChangedCallback.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.OnChangedCallback.BeginInvoke(System.Object,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/OnChangedCallback.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.OnChangedCallback.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/OnChangedCallback.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.OnChangedCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/OnChangedCallback.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.Hosting.IApplicationIdentifier.GetApplicationId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IApplicationIdentifier.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.Hosting.IApplicationIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IApplicationIdentifier.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.Hosting.IFileChangeNotificationSystem.StartMonitoring(System.String,System.Runtime.Caching.OnChangedCallback,System.Object@,System.DateTimeOffset@,System.Int64@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IFileChangeNotificationSystem.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.Hosting.IFileChangeNotificationSystem.StopMonitoring(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IFileChangeNotificationSystem.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.Hosting.IFileChangeNotificationSystem", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IFileChangeNotificationSystem.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Caching.Hosting.IMemoryCacheManager.UpdateCacheSize(System.Int64,System.Runtime.Caching.MemoryCache)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IMemoryCacheManager.cs" - }, - { - "DocsId": "M:System.Runtime.Caching.Hosting.IMemoryCacheManager.ReleaseCache(System.Runtime.Caching.MemoryCache)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IMemoryCacheManager.cs" - } - ], - "DocsId": "T:System.Runtime.Caching.Hosting.IMemoryCacheManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Runtime.Caching/src/System/Runtime/Caching/Hosting/IMemoryCacheManager.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Security.Cryptography.Cose.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Security.Cryptography.Cose.json deleted file mode 100644 index 779181c2e31..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Security.Cryptography.Cose.json +++ /dev/null @@ -1,538 +0,0 @@ -{ - "Assembly": "System.Security.Cryptography.Cose", - "GUID": "708676A9489645128DF5B593612C5D5BFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderLabel.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L50C13-L53C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderLabel.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L62C13-L70C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderLabel.Equals(System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L79C13-L79C95" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderLabel.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L87C73-L87C124" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderLabel.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L99C13-L104C57" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderLabel.op_Equality(System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L113C88-L113C106" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderLabel.op_Inequality(System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L121C88-L121C107" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderLabel.Algorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L23C52-L23C89" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderLabel.CriticalHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L28C58-L28C96" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderLabel.ContentType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L33C54-L33C99" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderLabel.KeyIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs#L38C56-L38C93" - } - ], - "DocsId": "T:System.Security.Cryptography.Cose.CoseHeaderLabel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderLabel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L30C34-L30C61" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.System#Collections#Generic#IReadOnlyDictionary#get_Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L58C100-L58C122" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.System#Collections#Generic#IReadOnlyDictionary#get_Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L61C102-L61C126" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.GetValueAsInt32(System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L89C62-L89C104" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.GetValueAsString(System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L98C66-L98C109" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.GetValueAsBytes(System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L106C65-L106C107" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.GetValueAsBytes(System.Security.Cryptography.Cose.CoseHeaderLabel,System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L117C86-L117C139" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Add(System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L128C13-L131C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Add(System.Collections.Generic.KeyValuePair{System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderValue})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L139C81-L139C106" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Add(System.Security.Cryptography.Cose.CoseHeaderLabel,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L147C62-L147C106" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Add(System.Security.Cryptography.Cose.CoseHeaderLabel,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L155C65-L155C110" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Add(System.Security.Cryptography.Cose.CoseHeaderLabel,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L167C65-L167C109" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Add(System.Security.Cryptography.Cose.CoseHeaderLabel,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L179C77-L179C121" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.ContainsKey(System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L182C57-L182C91" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.TryGetValue(System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderValue@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L185C84-L185C129" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L193C13-L195C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Contains(System.Collections.Generic.KeyValuePair{System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderValue})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L199C16-L199C59" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.CopyTo(System.Collections.Generic.KeyValuePair{System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderValue}[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L203C16-L203C70" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L207C16-L207C49" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L211C16-L211C49" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Remove(System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L221C13-L222C52" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderMap.Remove(System.Collections.Generic.KeyValuePair{System.Security.Cryptography.Cose.CoseHeaderLabel,System.Security.Cryptography.Cose.CoseHeaderValue})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L233C13-L234C62" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderMap.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L25C34-L25C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderMap.Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L43C53-L43C75" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderMap.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L49C55-L49C79" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderMap.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L55C29-L55C52" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderMap.System#Collections#Generic#IReadOnlyDictionary#Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L58C100-L58C122" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderMap.System#Collections#Generic#IReadOnlyDictionary#Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L61C102-L61C126" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderMap.Item(System.Security.Cryptography.Cose.CoseHeaderLabel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs#L73C20-L73C42" - } - ], - "DocsId": "T:System.Security.Cryptography.Cose.CoseHeaderMap", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderMap.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.FromEncodedValue(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L39C13-L40C55" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.FromEncodedValue(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L51C13-L56C60" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.FromInt32(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L74C13-L77C53" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.FromString(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L88C13-L96C53" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.FromBytes(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L107C13-L110C53" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.FromBytes(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L122C13-L127C46" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.GetValueAsInt32", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L137C13-L154C27" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.GetValueAsString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L164C13-L181C27" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.GetValueAsBytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L191C13-L208C27" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.GetValueAsBytes(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L220C13-L240C33" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L248C73-L248C124" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.Equals(System.Security.Cryptography.Cose.CoseHeaderValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L255C54-L255C110" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L263C13-L272C42" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.op_Equality(System.Security.Cryptography.Cose.CoseHeaderValue,System.Security.Cryptography.Cose.CoseHeaderValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L281C88-L281C106" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseHeaderValue.op_Inequality(System.Security.Cryptography.Cose.CoseHeaderValue,System.Security.Cryptography.Cose.CoseHeaderValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L289C88-L289C107" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseHeaderValue.EncodedValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs#L18C61-L18C65" - } - ], - "DocsId": "T:System.Security.Cryptography.Cose.CoseHeaderValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseHeaderValue.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.DecodeSign1(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L95C13-L98C69" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.DecodeSign1(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L110C13-L119C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.DecodeMultiSign(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L181C13-L184C73" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.DecodeMultiSign(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L196C13-L205C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L597C13-L601C27" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.Encode(System.Span{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L615C13-L620C33" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMessage.GetEncodedLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseMessage.ProtectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L41C50-L41C67" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseMessage.UnprotectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L47C52-L47C71" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseMessage.RawProtectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L53C60-L53C82" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseMessage.Content", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs#L74C17-L79C33" - } - ], - "DocsId": "T:System.Security.Cryptography.Cose.CoseMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMessage.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.SignDetached(System.Byte[],System.Security.Cryptography.Cose.CoseSigner,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L69C13-L72C132" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.SignEmbedded(System.Byte[],System.Security.Cryptography.Cose.CoseSigner,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L100C13-L103C133" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.SignDetached(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L130C16-L130C127" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.SignEmbedded(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L157C16-L157C128" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.SignDetached(System.IO.Stream,System.Security.Cryptography.Cose.CoseSigner,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L189C13-L198C135" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.SignDetachedAsync(System.IO.Stream,System.Security.Cryptography.Cose.CoseSigner,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L260C13-L275C146" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.TrySignDetached(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.Int32@,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L320C16-L320C151" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.TrySignEmbedded(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.Int32@,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L348C16-L348C152" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.GetEncodedLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L543C13-L554C34" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L576C13-L630C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.AddSignatureForEmbedded(System.Security.Cryptography.Cose.CoseSigner,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L650C16-L650C72" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.AddSignatureForEmbedded(System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L670C13-L681C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.AddSignatureForDetached(System.Byte[],System.Security.Cryptography.Cose.CoseSigner,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L702C13-L708C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.AddSignatureForDetached(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L729C13-L740C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.AddSignatureForDetached(System.IO.Stream,System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L765C13-L776C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.AddSignatureForDetachedAsync(System.IO.Stream,System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L841C13-L851C102" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.RemoveSignature(System.Security.Cryptography.Cose.CoseSignature)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L894C13-L900C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseMultiSignMessage.RemoveSignature(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L917C16-L917C43" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseMultiSignMessage.Signatures", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs#L30C63-L30C67" - } - ], - "DocsId": "T:System.Security.Cryptography.Cose.CoseMultiSignMessage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseMultiSignMessage.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.SignDetached(System.Byte[],System.Security.Cryptography.Cose.CoseSigner,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L53C13-L59C103" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.SignEmbedded(System.Byte[],System.Security.Cryptography.Cose.CoseSigner,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L81C13-L87C104" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.SignDetached(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L109C13-L112C94" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.SignEmbedded(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L134C13-L137C95" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.SignDetached(System.IO.Stream,System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L163C13-L175C97" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.SignDetachedAsync(System.IO.Stream,System.Security.Cryptography.Cose.CoseSigner,System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L217C13-L232C108" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.TrySignDetached(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.Int32@,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L264C16-L264C113" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.TrySignEmbedded(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Security.Cryptography.Cose.CoseSigner,System.Int32@,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L286C16-L286C114" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.VerifyEmbedded(System.Security.Cryptography.AsymmetricAlgorithm,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L396C13-L406C97" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.VerifyEmbedded(System.Security.Cryptography.AsymmetricAlgorithm,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L438C13-L448C97" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.VerifyDetached(System.Security.Cryptography.AsymmetricAlgorithm,System.Byte[],System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L482C13-L496C104" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.VerifyDetached(System.Security.Cryptography.AsymmetricAlgorithm,System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L530C13-L540C104" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.VerifyDetached(System.Security.Cryptography.AsymmetricAlgorithm,System.IO.Stream,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L582C13-L606C107" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.VerifyDetachedAsync(System.Security.Cryptography.AsymmetricAlgorithm,System.IO.Stream,System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L683C13-L707C122" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.GetEncodedLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L790C13-L791C68" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSign1Message.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L804C13-L836C25" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseSign1Message.Signature", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs#L26C50-L26C60" - } - ], - "DocsId": "T:System.Security.Cryptography.Cose.CoseSign1Message", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSign1Message.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSignature.VerifyEmbedded(System.Security.Cryptography.AsymmetricAlgorithm,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L102C13-L112C115" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSignature.VerifyEmbedded(System.Security.Cryptography.AsymmetricAlgorithm,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L145C13-L155C115" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSignature.VerifyDetached(System.Security.Cryptography.AsymmetricAlgorithm,System.Byte[],System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L189C13-L204C104" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSignature.VerifyDetached(System.Security.Cryptography.AsymmetricAlgorithm,System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L238C13-L248C104" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSignature.VerifyDetached(System.Security.Cryptography.AsymmetricAlgorithm,System.IO.Stream,System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L290C13-L315C107" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSignature.VerifyDetachedAsync(System.Security.Cryptography.AsymmetricAlgorithm,System.IO.Stream,System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L358C13-L382C122" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseSignature.ProtectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L25C49-L25C53" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseSignature.UnprotectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L31C51-L31C55" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseSignature.RawProtectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L37C60-L37C88" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseSignature.Signature", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs#L43C50-L43C60" - } - ], - "DocsId": "T:System.Security.Cryptography.Cose.CoseSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSignature.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSigner.#ctor(System.Security.Cryptography.AsymmetricAlgorithm,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L65C9-L80C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Cose.CoseSigner.#ctor(System.Security.Cryptography.RSA,System.Security.Cryptography.RSASignaturePadding,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L104C9-L120C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseSigner.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L22C42-L22C46" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseSigner.HashAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L28C50-L28C54" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseSigner.RSASignaturePadding", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L34C59-L34C63" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseSigner.ProtectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L126C50-L126C91" - }, - { - "DocsId": "P:System.Security.Cryptography.Cose.CoseSigner.UnprotectedHeaders", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs#L132C52-L132C95" - } - ], - "DocsId": "T:System.Security.Cryptography.Cose.CoseSigner", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Cose/src/System/Security/Cryptography/Cose/CoseSigner.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Security.Cryptography.Pkcs.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Security.Cryptography.Pkcs.json deleted file mode 100644 index 11f0a777c53..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Security.Cryptography.Pkcs.json +++ /dev/null @@ -1,1690 +0,0 @@ -{ - "Assembly": "System.Security.Cryptography.Pkcs", - "GUID": "15A96F13C6854886B61C90B9EA8BF1F5FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObject.#ctor(System.Security.Cryptography.Oid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObject.cs#L16C15-L18C10" - }, - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObject.#ctor(System.Security.Cryptography.Oid,System.Security.Cryptography.AsnEncodedDataCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObject.cs#L20C9-L44C10" - }, - { - "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObject.Oid", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObject.cs#L50C27-L50C41" - }, - { - "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObject.Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObject.cs#L52C50-L52C54" - } - ], - "DocsId": "T:System.Security.Cryptography.CryptographicAttributeObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObject.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L15C9-L18C10" - }, - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.#ctor(System.Security.Cryptography.CryptographicAttributeObject)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L20C9-L24C10" - }, - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.Add(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L28C13-L33C125" - }, - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.Add(System.Security.Cryptography.CryptographicAttributeObject)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L38C13-L75C35" - }, - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.Remove(System.Security.Cryptography.CryptographicAttributeObject)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L86C13-L92C10" - }, - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L128C13-L128C69" - }, - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L133C13-L133C69" - }, - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L138C13-L155C10" - }, - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectCollection.CopyTo(System.Security.Cryptography.CryptographicAttributeObject[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L159C13-L170C10" - }, - { - "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObjectCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L98C17-L98C37" - }, - { - "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObjectCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L106C17-L106C36" - }, - { - "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObjectCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L114C17-L114C30" - }, - { - "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObjectCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs#L122C17-L122C29" - } - ], - "DocsId": "T:System.Security.Cryptography.CryptographicAttributeObjectCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs#L30C17-L30C46" - }, - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs#L36C13-L39C25" - }, - { - "DocsId": "M:System.Security.Cryptography.CryptographicAttributeObjectEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs#L44C13-L45C10" - }, - { - "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObjectEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs#L22C17-L22C46" - }, - { - "DocsId": "P:System.Security.Cryptography.CryptographicAttributeObjectEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs#L30C17-L30C46" - } - ], - "DocsId": "T:System.Security.Cryptography.CryptographicAttributeObjectEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/CryptographicAttributeObjectEnumerator.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Security.Cryptography.Xml.X509IssuerSerial.IssuerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Xml/X509IssuerSerial.cs#L21C36-L21C40" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.X509IssuerSerial.SerialNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Xml/X509IssuerSerial.cs#L22C38-L22C42" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.X509IssuerSerial", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Xml/X509IssuerSerial.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.AlgorithmIdentifier.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L14C15-L16C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.AlgorithmIdentifier.#ctor(System.Security.Cryptography.Oid)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L19C15-L21C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.AlgorithmIdentifier.#ctor(System.Security.Cryptography.Oid,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L33C50-L27C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.AlgorithmIdentifier.Oid", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L29C26-L29C30" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.AlgorithmIdentifier.KeyLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L31C32-L31C36" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.AlgorithmIdentifier.Parameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs#L33C36-L33C40" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.AlgorithmIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/AlgorithmIdentifier.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipient.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L13C15-L15C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipient.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.RSAEncryptionPadding)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L23C15-L32C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipient.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.RSAEncryptionPadding)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L40C15-L49C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipient.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L51C9-L73C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipient.RSAEncryptionPadding", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L80C54-L80C58" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipient.RecipientIdentifierType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L81C64-L81C68" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipient.Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs#L82C47-L82C51" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.CmsRecipient", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipient.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L14C9-L17C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.#ctor(System.Security.Cryptography.Pkcs.CmsRecipient)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L19C9-L23C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.X509Certificates.X509Certificate2Collection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L25C9-L35C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.Add(System.Security.Cryptography.Pkcs.CmsRecipient)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L58C13-L65C35" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.Remove(System.Security.Cryptography.Pkcs.CmsRecipient)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L70C13-L76C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L80C13-L80C53" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L85C13-L85C53" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L90C13-L107C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientCollection.CopyTo(System.Security.Cryptography.Pkcs.CmsRecipient[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L111C13-L122C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipientCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L41C17-L44C43" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipientCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L52C17-L52C42" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipientCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L128C17-L128C30" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipientCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs#L136C17-L136C29" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.CmsRecipientCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs#L30C17-L30C46" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs#L36C13-L39C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsRecipientEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs#L44C13-L45C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipientEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs#L22C17-L22C46" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsRecipientEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs#L30C17-L30C46" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.CmsRecipientEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsRecipientEnumerator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.ContentInfo.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L18C15-L20C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.ContentInfo.#ctor(System.Security.Cryptography.Oid,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L22C9-L35C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.ContentInfo.GetContentType(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L43C13-L48C75" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.ContentInfo.GetContentType(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L53C13-L53C75" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.ContentInfo.ContentType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L37C34-L37C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.ContentInfo.Content", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs#L39C33-L39C37" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.ContentInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/ContentInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L19C15-L21C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.#ctor(System.Security.Cryptography.Pkcs.ContentInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L24C15-L26C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.#ctor(System.Security.Cryptography.Pkcs.ContentInfo,System.Security.Cryptography.Pkcs.AlgorithmIdentifier)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L28C9-L46C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Encrypt(System.Security.Cryptography.Pkcs.CmsRecipient)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L93C13-L99C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Encrypt(System.Security.Cryptography.Pkcs.CmsRecipientCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L103C13-L119C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L126C13-L129C53" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decode(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L137C13-L143C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decode(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L156C13-L178C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decrypt", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L185C13-L186C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decrypt(System.Security.Cryptography.Pkcs.RecipientInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L190C13-L196C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decrypt(System.Security.Cryptography.Pkcs.RecipientInfo,System.Security.Cryptography.X509Certificates.X509Certificate2Collection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L200C13-L210C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decrypt(System.Security.Cryptography.X509Certificates.X509Certificate2Collection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L214C13-L220C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.EnvelopedCms.Decrypt(System.Security.Cryptography.Pkcs.RecipientInfo,System.Security.Cryptography.AsymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L224C13-L244C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.EnvelopedCms.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L54C30-L54C34" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.EnvelopedCms.ContentInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L55C42-L55C46" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.EnvelopedCms.ContentEncryptionAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L56C65-L56C69" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.EnvelopedCms.Certificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L57C58-L57C62" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.EnvelopedCms.UnprotectedAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L58C79-L58C83" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.EnvelopedCms.RecipientInfos", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs#L68C17-L83C63" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.EnvelopedCms", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/EnvelopedCms.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L23C17-L23C36" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo.RecipientIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L31C17-L31C77" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo.KeyEncryptionAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L39C17-L39C83" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo.EncryptedKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L47C17-L47C63" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo.OriginatorIdentifierOrKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L55C17-L55C87" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo.Date", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L63C17-L68C40" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo.OtherKeyAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs#L76C17-L76C73" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyAgreeRecipientInfo.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Security.Cryptography.Pkcs.KeyTransRecipientInfo.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyTransRecipientInfo.cs#L22C17-L22C36" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.KeyTransRecipientInfo.RecipientIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyTransRecipientInfo.cs#L30C17-L30C77" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.KeyTransRecipientInfo.KeyEncryptionAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyTransRecipientInfo.cs#L38C17-L38C83" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.KeyTransRecipientInfo.EncryptedKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyTransRecipientInfo.cs#L46C17-L46C63" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.KeyTransRecipientInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/KeyTransRecipientInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9AttributeObject.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L16C15-L18C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9AttributeObject.#ctor(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L21C15-L23C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9AttributeObject.#ctor(System.Security.Cryptography.Oid,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L26C15-L28C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9AttributeObject.#ctor(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L31C15-L40C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9AttributeObject.CopyFrom(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L70C13-L79C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs9AttributeObject.Oid", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs#L64C17-L64C33" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs9AttributeObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9AttributeObject.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9ContentType.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9ContentType.cs#L18C15-L20C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9ContentType.CopyFrom(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9ContentType.cs#L41C13-L43C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs9ContentType.ContentType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9ContentType.cs#L35C17-L35C61" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs9ContentType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9ContentType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs#L18C15-L20C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs#L23C15-L26C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs#L29C15-L31C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription.CopyFrom(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs#L52C13-L54C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription.DocumentDescription", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs#L46C17-L46C69" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs9DocumentDescription", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentName.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs#L18C15-L20C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentName.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs#L23C15-L26C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentName.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs#L29C15-L31C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9DocumentName.CopyFrom(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs#L52C13-L54C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs9DocumentName.DocumentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs#L46C17-L46C62" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs9DocumentName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9DocumentName.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9MessageDigest.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9MessageDigest.cs#L17C15-L19C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9MessageDigest.CopyFrom(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9MessageDigest.cs#L40C13-L42C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs9MessageDigest.MessageDigest", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9MessageDigest.cs#L34C17-L34C63" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs9MessageDigest", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9MessageDigest.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9SigningTime.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs#L19C15-L21C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9SigningTime.#ctor(System.DateTime)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs#L24C15-L27C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9SigningTime.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs#L30C15-L32C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9SigningTime.CopyFrom(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs#L58C13-L60C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs9SigningTime.SigningTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs#L47C17-L52C47" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs9SigningTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9SigningTime.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Security.Cryptography.Pkcs.PublicKeyInfo.Algorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/PublicKeyInfo.cs#L20C48-L20C52" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.PublicKeyInfo.KeyValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/PublicKeyInfo.cs#L22C34-L22C38" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.PublicKeyInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/PublicKeyInfo.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfo.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs#L36C41-L36C45" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfo.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfo.RecipientIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfo.KeyEncryptionAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfo.EncryptedKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.RecipientInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.RecipientInfoCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L49C13-L49C54" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.RecipientInfoCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L54C13-L54C68" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.RecipientInfoCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L59C13-L75C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.RecipientInfoCollection.CopyTo(System.Security.Cryptography.Pkcs.RecipientInfo[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L79C13-L87C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfoCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L33C17-L35C47" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfoCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L43C17-L43C47" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfoCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L93C17-L93C30" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfoCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs#L101C17-L101C29" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.RecipientInfoCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.RecipientInfoEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs#L30C17-L30C50" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.RecipientInfoEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs#L36C13-L41C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.RecipientInfoEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs#L46C13-L47C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfoEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs#L22C17-L22C50" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.RecipientInfoEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs#L30C17-L30C50" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.RecipientInfoEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoEnumerator.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Cryptography.Pkcs.RecipientInfoType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoType.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.RecipientInfoType.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoType.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.RecipientInfoType.KeyTransport", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoType.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.RecipientInfoType.KeyAgreement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoType.cs" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.RecipientInfoType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/RecipientInfoType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SubjectIdentifier.MatchesCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifier.cs#L102C13-L126C56" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SubjectIdentifier.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifier.cs#L97C45-L97C49" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SubjectIdentifier.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifier.cs#L98C32-L98C36" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.SubjectIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifier.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKey.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKey.cs#L40C50-L40C54" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKey.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKey.cs#L42C31-L42C35" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKey.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKeyType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKeyType.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKeyType.IssuerAndSerialNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKeyType.SubjectKeyIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKeyType.PublicKeyInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.SubjectIdentifierOrKeyType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierOrKeyType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierType.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierType.IssuerAndSerialNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierType.SubjectKeyIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.SubjectIdentifierType.NoSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.SubjectIdentifierType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SubjectIdentifierType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L62C15-L64C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L67C15-L69C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L72C15-L74C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.CspParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L25C80-L80C96" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L82C103-L84C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.AsymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L87C15-L89C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.CmsSigner.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.RSA,System.Security.Cryptography.RSASignaturePadding)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L113C15-L115C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L23C48-L23C52" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.PrivateKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L24C50-L24C54" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.Certificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L25C58-L25C62" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.DigestAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L26C38-L26C42" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.IncludeOption", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L27C50-L27C54" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.SignedAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L28C74-L28C78" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.UnsignedAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L29C76-L29C80" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.SignaturePadding", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L37C20-L37C37" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.CmsSigner.SignerIdentifierType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs#L52C19-L52C48" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.CmsSigner", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/CmsSigner.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.Pkcs.ContentInfo,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L44C9-L74C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L127C13-L163C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.Decode(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L167C13-L173C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.Decode(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L178C13-L245C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.ComputeSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L304C43-L304C103" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.ComputeSignature(System.Security.Cryptography.Pkcs.CmsSigner)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L306C59-L306C89" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.ComputeSignature(System.Security.Cryptography.Pkcs.CmsSigner,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L310C13-L396C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.RemoveSignature(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L400C13-L415C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.RemoveSignature(System.Security.Cryptography.Pkcs.SignerInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L419C13-L432C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.CheckSignature(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L615C13-L615C82" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.CheckSignature(System.Security.Cryptography.X509Certificates.X509Certificate2Collection,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L619C13-L625C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.CheckHash", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L654C13-L672C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.AddCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L681C13-L711C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.RemoveCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L715C13-L735C86" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.CtorOverloads.cs#L14C15-L16C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.CtorOverloads.cs#L19C15-L21C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.#ctor(System.Security.Cryptography.Pkcs.ContentInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.CtorOverloads.cs#L24C15-L26C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.#ctor(System.Security.Cryptography.Pkcs.SubjectIdentifierType,System.Security.Cryptography.Pkcs.ContentInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.CtorOverloads.cs#L29C15-L31C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignedCms.#ctor(System.Security.Cryptography.Pkcs.ContentInfo,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.CtorOverloads.cs#L34C15-L36C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignedCms.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L40C30-L40C34" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignedCms.ContentInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L41C42-L41C46" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignedCms.Detached", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L42C32-L42C36" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignedCms.Certificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L80C17-L108C29" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignedCms.SignerInfos", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs#L116C17-L121C80" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.SignedCms", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignedCms.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.GetSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L69C41-L69C61" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.AddUnsignedAttribute(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L16707566C0-L176C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.RemoveUnsignedAttribute(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L16707566C0-L217C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.ComputeCounterSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L271C13-L271C87" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.ComputeCounterSignature(System.Security.Cryptography.Pkcs.CmsSigner)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L276C13-L326C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.RemoveCounterSignature(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L330C13-L406C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.RemoveCounterSignature(System.Security.Cryptography.Pkcs.SignerInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L410C13-L432C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.CheckSignature(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L435C13-L435C82" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.CheckSignature(System.Security.Cryptography.X509Certificates.X509Certificate2Collection,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L439C13-L457C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfo.CheckHash", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L461C13-L470C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L20C30-L20C34" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.SignerIdentifier", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L21C53-L21C57" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.SignedAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L62C13-L62C78" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.UnsignedAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L65C13-L65C82" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L72C13-L72C59" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.CounterSignerInfos", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L79C17-L86C63" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.DigestAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L90C39-L90C70" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfo.SignatureAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs#L92C42-L92C76" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.SignerInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfoCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L51C56-L51C86" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfoCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L52C52-L52C82" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfoCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L56C13-L72C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfoCollection.CopyTo(System.Security.Cryptography.Pkcs.SignerInfo[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L76C62-L76C102" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfoCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L43C17-L45C44" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfoCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L49C29-L49C48" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfoCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L78C39-L78C44" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfoCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs#L79C35-L79C39" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.SignerInfoCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfoEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs#L23C39-L23C62" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfoEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs#L27C13-L33C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.SignerInfoEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs#L38C13-L39C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfoEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs#L22C38-L22C61" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.SignerInfoEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs#L23C39-L23C62" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.SignerInfoEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/SignerInfoEnumerator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.AddSafeContentsEncrypted(System.Security.Cryptography.Pkcs.Pkcs12SafeContents,System.Byte[],System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L25C13-L30C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.AddSafeContentsEncrypted(System.Security.Cryptography.Pkcs.Pkcs12SafeContents,System.ReadOnlySpan{System.Byte},System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L37C13-L68C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.AddSafeContentsEncrypted(System.Security.Cryptography.Pkcs.Pkcs12SafeContents,System.String,System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L75C13-L80C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.AddSafeContentsEncrypted(System.Security.Cryptography.Pkcs.Pkcs12SafeContents,System.ReadOnlySpan{System.Char},System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L87C13-L118C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.AddSafeContentsUnencrypted(System.Security.Cryptography.Pkcs.Pkcs12SafeContents)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L122C13-L133C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L137C13-L142C42" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.SealWithMac(System.String,System.Security.Cryptography.HashAlgorithmName,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L150C13-L155C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.SealWithMac(System.ReadOnlySpan{System.Char},System.Security.Cryptography.HashAlgorithmName,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L162C13-L311C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.SealWithoutIntegrity", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L315C13-L356C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L360C13-L373C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Builder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12Builder.IsSealed", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs#L18C33-L18C53" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12Builder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Builder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12CertBag.#ctor(System.Security.Cryptography.Oid,System.ReadOnlyMemory{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs#L38C15-L48C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12CertBag.GetCertificateType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs#L65C13-L67C43" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12CertBag.GetCertificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs#L74C13-L79C92" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12CertBag.IsX509Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs#L16C41-L16C45" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12CertBag.EncodedCertificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs#L70C59-L70C77" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12CertBag", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12CertBag.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12ConfidentialityMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12ConfidentialityMode.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12ConfidentialityMode.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12ConfidentialityMode.Password", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12ConfidentialityMode.PublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12ConfidentialityMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12ConfidentialityMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Info.VerifyMac(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs#L29C13-L29C49" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Info.VerifyMac(System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs#L34C13-L43C73" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12Info.Decode(System.ReadOnlyMemory{System.Byte},System.Int32@,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs#L52C13-L147C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12Info.AuthenticatedSafe", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs#L19C75-L19C79" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12Info.IntegrityMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs#L20C52-L20C56" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12Info", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12Info.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12IntegrityMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12IntegrityMode.Unknown", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12IntegrityMode.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12IntegrityMode.Password", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Pkcs.Pkcs12IntegrityMode.PublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12IntegrityMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12IntegrityMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12KeyBag.#ctor(System.ReadOnlyMemory{System.Byte},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12KeyBag.cs#L9C15-L11C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12KeyBag.Pkcs8PrivateKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12KeyBag.cs#L13C56-L13C71" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12KeyBag", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12KeyBag.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.#ctor(System.String,System.ReadOnlyMemory{System.Byte},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L36C9-L46C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L50C13-L51C36" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.GetBagId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L56C13-L58C38" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L63C13-L64C68" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.EncodedBagValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L18C55-L18C59" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12SafeBag.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs#L24C17-L26C36" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12SafeBag", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeBag.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L23C9-L26C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddSafeBag(System.Security.Cryptography.Pkcs.Pkcs12SafeBag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L60C13-L71C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L75C13-L85C24" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddKeyUnencrypted(System.Security.Cryptography.AsymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L90C13-L101C24" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddNestedContents(System.Security.Cryptography.Pkcs.Pkcs12SafeContents)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L106C13-L118C24" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddShroudedKey(System.Security.Cryptography.AsymmetricAlgorithm,System.Byte[],System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L126C13-L130C32" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddShroudedKey(System.Security.Cryptography.AsymmetricAlgorithm,System.ReadOnlySpan{System.Byte},System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L138C13-L149C24" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddShroudedKey(System.Security.Cryptography.AsymmetricAlgorithm,System.String,System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L157C13-L161C32" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddShroudedKey(System.Security.Cryptography.AsymmetricAlgorithm,System.ReadOnlySpan{System.Char},System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L169C13-L180C24" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.AddSecret(System.Security.Cryptography.Oid,System.ReadOnlyMemory{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L185C13-L195C24" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.Decrypt(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L201C13-L202C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.Decrypt(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L206C13-L207C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.Decrypt(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L212C13-L213C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.Decrypt(System.ReadOnlySpan{System.Char})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L217C13-L218C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.GetBags", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L283C13-L293C39" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.ConfidentialityMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L20C64-L20C68" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12SafeContents.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs#L21C34-L21C38" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12SafeContents", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContents.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12SafeContentsBag.SafeContents", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContentsBag.cs#L11C51-L11C55" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12SafeContentsBag", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SafeContentsBag.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12SecretBag.GetSecretType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SecretBag.cs#L39C13-L41C45" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12SecretBag.SecretValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SecretBag.cs#L16C52-L16C72" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12SecretBag", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12SecretBag.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs12ShroudedKeyBag.#ctor(System.ReadOnlyMemory{System.Byte},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12ShroudedKeyBag.cs#L9C15-L11C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs12ShroudedKeyBag.EncryptedPkcs8PrivateKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12ShroudedKeyBag.cs#L13C65-L13C80" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs12ShroudedKeyBag", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs12ShroudedKeyBag.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.#ctor(System.Security.Cryptography.Oid,System.Nullable{System.ReadOnlyMemory{System.Byte}},System.ReadOnlyMemory{System.Byte},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L19C9-L40C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.Create(System.Security.Cryptography.AsymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L58C13-L64C57" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.Decode(System.ReadOnlyMemory{System.Byte},System.Int32@,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L74C17-L93C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L97C13-L98C36" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.Encrypt(System.ReadOnlySpan{System.Char},System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L103C13-L116C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.Encrypt(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.PbeParameters)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L122C13-L134C36" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L139C13-L140C68" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.TryEncrypt(System.ReadOnlySpan{System.Char},System.Security.Cryptography.PbeParameters,System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L149C13-L161C68" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.TryEncrypt(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.PbeParameters,System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L170C13-L182C68" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.DecryptAndDecode(System.ReadOnlySpan{System.Char},System.ReadOnlyMemory{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L190C13-L214C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.DecryptAndDecode(System.ReadOnlySpan{System.Byte},System.ReadOnlyMemory{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L221C13-L245C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.AlgorithmId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L14C34-L14C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.AlgorithmParameters", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L15C60-L15C64" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L16C68-L16C72" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo.PrivateKeyBytes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs#L17C55-L17C59" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs8PrivateKeyInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs#L15C13-L17C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs#L21C15-L23C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId.#ctor(System.ReadOnlySpan{System.Byte})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs#L26C15-L31C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId.CopyFrom(System.Security.Cryptography.AsnEncodedData)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs#L38C13-L40C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId.KeyId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs#L34C13-L34C43" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Pkcs9LocalKeyId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Pkcs9LocalKeyId.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.GetMessageHash", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L26C57-L26C97" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.GetNonce", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L30C52-L30C69" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.GetExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L35C13-L57C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.ProcessResponse(System.ReadOnlyMemory{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L62C13-L70C48" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L148C13-L148C51" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L153C13-L161C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.CreateFromSignerInfo(System.Security.Cryptography.Pkcs.SignerInfo,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.Oid,System.Nullable{System.ReadOnlyMemory{System.Byte}},System.Boolean,System.Security.Cryptography.X509Certificates.X509ExtensionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L172C13-L188C29" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.CreateFromData(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.Oid,System.Nullable{System.ReadOnlyMemory{System.Byte}},System.Boolean,System.Security.Cryptography.X509Certificates.X509ExtensionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L199C20-L212C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.CreateFromHash(System.ReadOnlyMemory{System.Byte},System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.Oid,System.Nullable{System.ReadOnlyMemory{System.Byte}},System.Boolean,System.Security.Cryptography.X509Certificates.X509ExtensionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L222C13-L230C29" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.CreateFromHash(System.ReadOnlyMemory{System.Byte},System.Security.Cryptography.Oid,System.Security.Cryptography.Oid,System.Nullable{System.ReadOnlyMemory{System.Byte}},System.Boolean,System.Security.Cryptography.X509Certificates.X509ExtensionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L267C13-L341C15" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.TryDecode(System.ReadOnlyMemory{System.Byte},System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L359C17-L383C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L25C31-L25C50" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.HashAlgorithmId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L27C39-L27C127" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.RequestedPolicyId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L28C42-L28C142" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.RequestSignerCertificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L29C49-L29C68" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest.HasExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs#L31C38-L31C72" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampRequest.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.AsSignedCms", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L40C43-L40C58" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.VerifySignatureForData(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.X509Certificates.X509Certificate2@,System.Security.Cryptography.X509Certificates.X509Certificate2Collection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L79C13-L94C26" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.VerifySignatureForHash(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.X509Certificates.X509Certificate2@,System.Security.Cryptography.X509Certificates.X509Certificate2Collection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L103C13-L118C26" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.VerifySignatureForHash(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.Oid,System.Security.Cryptography.X509Certificates.X509Certificate2@,System.Security.Cryptography.X509Certificates.X509Certificate2Collection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L127C13-L151C26" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.VerifySignatureForSignerInfo(System.Security.Cryptography.Pkcs.SignerInfo,System.Security.Cryptography.X509Certificates.X509Certificate2@,System.Security.Cryptography.X509Certificates.X509Certificate2Collection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L159C13-L167C34" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.TryDecode(System.ReadOnlyMemory{System.Byte},System.Security.Cryptography.Pkcs.Rfc3161TimestampToken@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L298C13-L428C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken.TokenInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs#L23C54-L23C58" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Rfc3161TimestampToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.#ctor(System.Security.Cryptography.Oid,System.Security.Cryptography.Oid,System.ReadOnlyMemory{System.Byte},System.ReadOnlyMemory{System.Byte},System.DateTimeOffset,System.Nullable{System.Int64},System.Boolean,System.Nullable{System.ReadOnlyMemory{System.Byte}},System.Nullable{System.ReadOnlyMemory{System.Byte}},System.Security.Cryptography.X509Certificates.X509ExtensionCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L40C9-L69C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.GetMessageHash", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L99C57-L99C97" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.GetSerialNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L105C58-L105C82" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.GetNonce", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L130C52-L130C69" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.GetTimestampAuthorityName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L149C13-L164C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.GetExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L173C13-L195C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.Encode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L204C13-L204C51" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.TryEncode(System.Span{System.Byte},System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L215C13-L223C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.TryDecode(System.ReadOnlyMemory{System.Byte},System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo@,System.Int32@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L238C13-L246C26" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L81C31-L81C50" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.PolicyId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L87C32-L87C82" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.HashAlgorithmId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L93C39-L93C127" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.Timestamp", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L111C44-L111C63" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.AccuracyInMicroseconds", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L118C48-L118C81" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.IsOrdering", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L124C35-L124C55" - }, - { - "DocsId": "P:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo.HasExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs#L136C38-L136C72" - } - ], - "DocsId": "T:System.Security.Cryptography.Pkcs.Rfc3161TimestampTokenInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Pkcs/src/System/Security/Cryptography/Pkcs/Rfc3161TimestampTokenInfo.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Security.Cryptography.ProtectedData.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Security.Cryptography.ProtectedData.json deleted file mode 100644 index 7f561d2ffca..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Security.Cryptography.ProtectedData.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "Assembly": "System.Security.Cryptography.ProtectedData", - "GUID": "464A7F6B603B426CB8EEAD09368002F0FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "F:System.Security.Cryptography.DataProtectionScope.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/DataProtectionScope.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.DataProtectionScope.CurrentUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/DataProtectionScope.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.DataProtectionScope.LocalMachine", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/DataProtectionScope.cs" - } - ], - "DocsId": "T:System.Security.Cryptography.DataProtectionScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/DataProtectionScope.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.ProtectedData.Protect(System.Byte[],System.Byte[],System.Security.Cryptography.DataProtectionScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs#L17C13-L22C88" - }, - { - "DocsId": "M:System.Security.Cryptography.ProtectedData.Unprotect(System.Byte[],System.Byte[],System.Security.Cryptography.DataProtectionScope)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs#L27C13-L32C94" - } - ], - "DocsId": "T:System.Security.Cryptography.ProtectedData", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.ProtectedData/src/System/Security/Cryptography/ProtectedData.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Security.Cryptography.Xml.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Security.Cryptography.Xml.json deleted file mode 100644 index 768b08bcf60..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Security.Cryptography.Xml.json +++ /dev/null @@ -1,1924 +0,0 @@ -{ - "Assembly": "System.Security.Cryptography.Xml", - "GUID": "CBD86D2393994B29A9084BD73AEEA2ABFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.CipherData.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L15C9-L15C32" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.CipherData.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.CipherData.#ctor(System.Security.Cryptography.Xml.CipherReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L22C9-L25C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.CipherData.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L70C13-L74C37" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.CipherData.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L101C13-L129C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.CipherData.CipherReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L39C19-L39C43" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.CipherData.CipherValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs#L55C19-L55C39" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.CipherData", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherData.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.CipherReference.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs#L13C36-L16C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.CipherReference.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs#L18C46-L21C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.CipherReference.#ctor(System.String,System.Security.Cryptography.Xml.TransformChain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs#L23C77-L26C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.CipherReference.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs#L45C13-L49C37" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.CipherReference.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs#L73C13-L91C10" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.CipherReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CipherReference.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CryptoSignedXmlRecursionException.cs#L20C54-L20C64" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CryptoSignedXmlRecursionException.cs#L21C68-L21C85" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CryptoSignedXmlRecursionException.cs#L22C85-L22C109" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CryptoSignedXmlRecursionException.cs#L27C105-L27C128" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/CryptoSignedXmlRecursionException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.DataObject.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L21C9-L25C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.DataObject.#ctor(System.String,System.String,System.String,System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L27C9-L40C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.DataObject.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L109C13-L113C37" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.DataObject.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L140C13-L156C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.DataObject.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L48C19-L48C30" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.DataObject.MimeType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L58C19-L58C36" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.DataObject.Encoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L68C19-L68C36" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.DataObject.Data", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs#L78C19-L78C34" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.DataObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataObject.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.DataReference.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataReference.cs#L8C34-L11C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.DataReference.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataReference.cs#L13C44-L16C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.DataReference.#ctor(System.String,System.Security.Cryptography.Xml.TransformChain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataReference.cs#L18C75-L21C10" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.DataReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DataReference.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.DSAKeyValue.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs#L21C9-L24C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.DSAKeyValue.#ctor(System.Security.Cryptography.DSA)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs#L26C9-L34C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.DSAKeyValue.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs#L69C13-L71C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.DSAKeyValue.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs#L156C13-L213C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.DSAKeyValue.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs#L42C20-L42C24" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.DSAKeyValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/DSAKeyValue.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedData.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedData.cs#L15C13-L69C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedData.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedData.cs#L73C13-L77C37" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedData.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedData.cs" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.EncryptedData", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedData.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedKey.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L15C9-L15C34" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedKey.AddReference(System.Security.Cryptography.Xml.DataReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L42C13-L43C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedKey.AddReference(System.Security.Cryptography.Xml.KeyReference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L47C13-L48C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedKey.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L54C13-L144C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedKey.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L148C13-L152C37" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedKey.Recipient", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L20C20-L20C47" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedKey.CarriedKeyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L30C19-L30C42" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedKey.ReferenceList", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs#L38C47-L38C85" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.EncryptedKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedKey.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedReference.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L16C42-L18C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedReference.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L20C52-L22C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedReference.#ctor(System.String,System.Security.Cryptography.Xml.TransformChain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L24C9-L29C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedReference.AddTransform(System.Security.Cryptography.Xml.Transform)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L57C13-L58C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedReference.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L81C13-L85C37" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedReference.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L109C13-L130C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedReference.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L33C19-L33C31" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedReference.TransformChain", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L47C20-L47C60" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedReference.ReferenceType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L62C19-L62C41" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedReference.CacheValid", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs#L75C17-L75C45" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.EncryptedReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedReference.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedType.AddProperty(System.Security.Cryptography.Xml.EncryptionProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L91C13-L92C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedType.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedType.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedType.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L32C19-L32C30" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L42C19-L42C32" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.MimeType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L52C19-L52C36" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.Encoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L62C19-L62C36" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.KeyInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L73C20-L73C46" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.EncryptionMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L79C19-L79C44" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.EncryptionProperties", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L87C77-L87C122" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedType.CipherData", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs#L96C20-L96C52" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.EncryptedType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L81C33-L81C60" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.#ctor(System.Xml.XmlDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L85C53-L85C77" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.#ctor(System.Xml.XmlDocument,System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L89C9-L102C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.GetIdElement(System.Xml.XmlDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L266C13-L266C69" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionIV(System.Security.Cryptography.Xml.EncryptedData,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L272C13-L303C23" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.GetDecryptionKey(System.Security.Cryptography.Xml.EncryptedData,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L312C13-L393C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.DecryptEncryptedKey(System.Security.Cryptography.Xml.EncryptedKey)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L401C13-L513C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.AddKeyNameMapping(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L523C13-L535C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.ClearKeyNameMappings", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L539C13-L540C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.Encrypt(System.Xml.XmlElement,System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L548C13-L585C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.Encrypt(System.Xml.XmlElement,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L594C13-L668C23" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.DecryptDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L679C13-L696C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.EncryptData(System.Byte[],System.Security.Cryptography.SymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L701C13-L742C27" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.EncryptData(System.Xml.XmlElement,System.Security.Cryptography.SymmetricAlgorithm,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L748C13-L758C63" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.DecryptData(System.Security.Cryptography.Xml.EncryptedData,System.Security.Cryptography.SymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L764C13-L809C27" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.ReplaceData(System.Xml.XmlElement,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L815C13-L880C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.ReplaceElement(System.Xml.XmlElement,System.Security.Cryptography.Xml.EncryptedData,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L889C13-L914C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.EncryptKey(System.Byte[],System.Security.Cryptography.SymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L919C13-L941C102" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.EncryptKey(System.Byte[],System.Security.Cryptography.RSA,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L949C13-L966C64" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.DecryptKey(System.Byte[],System.Security.Cryptography.SymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L973C13-L995C102" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptedXml.DecryptKey(System.Byte[],System.Security.Cryptography.RSA,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L1002C13-L1019C67" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncNamespaceUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncElementUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncElementContentUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncEncryptedKeyUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncDESUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncTripleDESUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncAES128Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncAES256Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncAES192Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncRSA15Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncRSAOAEPUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncTripleDESKeyWrapUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncAES128KeyWrapUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncAES256KeyWrapUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncAES192KeyWrapUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncSHA256Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.EncryptedXml.XmlEncSHA512Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedXml.XmlDSigSearchDepth", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L125C17-L125C44" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedXml.DocumentEvidence", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L136C19-L136C36" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedXml.Resolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L143C19-L143C39" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedXml.Padding", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L151C19-L151C35" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedXml.Mode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L159C19-L159C32" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedXml.Encoding", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L166C19-L166C36" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptedXml.Recipient", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs#L175C20-L175C47" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.EncryptedXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptedXml.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionMethod.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L15C9-L18C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionMethod.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L20C9-L24C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionMethod.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L59C13-L63C37" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionMethod.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L84C13-L103C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptionMethod.KeySize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L37C19-L37C35" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptionMethod.KeyAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs#L49C19-L49C37" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.EncryptionMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionMethod.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionProperty.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L17C9-L17C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionProperty.#ctor(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L19C9-L31C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionProperty.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L70C13-L74C37" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionProperty.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L84C13-L97C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptionProperty.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L35C19-L35C30" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptionProperty.Target", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L40C19-L40C34" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptionProperty.PropertyElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs#L46C19-L46C36" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.EncryptionProperty", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionProperty.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L19C13-L19C43" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L30C13-L33C38" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Add(System.Security.Cryptography.Xml.EncryptionProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L38C13-L38C38" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L43C13-L44C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L49C13-L52C43" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Contains(System.Security.Cryptography.Xml.EncryptionProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L57C13-L57C43" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L63C13-L66C42" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.IndexOf(System.Security.Cryptography.Xml.EncryptionProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L71C13-L71C42" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L77C13-L81C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Insert(System.Int32,System.Security.Cryptography.Xml.EncryptionProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L85C13-L86C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L91C13-L95C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Remove(System.Security.Cryptography.Xml.EncryptionProperty)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L99C13-L100C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L104C13-L105C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L119C13-L119C55" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L138C19-L138C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#set_Item(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L141C17-L145C14" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L150C13-L151C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.EncryptionPropertyCollection.CopyTo(System.Security.Cryptography.Xml.EncryptionProperty[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L155C13-L156C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L24C19-L24C39" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L109C19-L109C45" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L114C19-L114C44" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.ItemOf(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L127C17-L127C66" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.System#Collections#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L138C19-L138C40" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L160C19-L160C42" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.EncryptionPropertyCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs#L165C19-L165C48" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.EncryptionPropertyCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/EncryptionPropertyCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.IRelDecryptor.Decrypt(System.Security.Cryptography.Xml.EncryptionMethod,System.Security.Cryptography.Xml.KeyInfo,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/IRelDecryptor.cs" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.IRelDecryptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/IRelDecryptor.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfo.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L19C9-L22C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfo.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L36C13-L38C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfo.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L65C13-L113C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfo.AddClause(System.Security.Cryptography.Xml.KeyInfoClause)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L126C13-L127C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfo.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L131C13-L131C52" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfo.GetEnumerator(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L136C13-L148C50" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.KeyInfo.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L30C19-L30C30" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.KeyInfo.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs#L117C19-L117C48" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.KeyInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoClause.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoClause.cs#L14C9-L14C38" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoClause.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoClause.cs" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoClause.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoClause.cs" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.KeyInfoClause", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoEncryptedKey.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs#L15C9-L15C41" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoEncryptedKey.#ctor(System.Security.Cryptography.Xml.EncryptedKey)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoEncryptedKey.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs#L30C13-L32C43" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoEncryptedKey.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs#L44C13-L46C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoEncryptedKey.EncryptedKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs#L24C19-L24C40" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.KeyInfoEncryptedKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoEncryptedKey.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoName.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs#L16C32-L16C46" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoName.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs#L18C9-L21C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoName.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs#L39C13-L41C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoName.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs#L53C13-L60C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoName.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs#L29C19-L29C35" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.KeyInfoName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoName.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoNode.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs#L17C9-L17C33" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoNode.#ctor(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs#L19C9-L22C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoNode.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs#L40C13-L42C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoNode.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs#L52C13-L53C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoNode.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs#L30C19-L30C32" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.KeyInfoNode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoNode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L17C9-L17C44" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L19C9-L22C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L24C9-L28C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L48C13-L50C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L68C13-L75C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L36C19-L36C31" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs#L42C19-L42C32" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.KeyInfoRetrievalMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoRetrievalMethod.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L29C9-L29C37" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L31C9-L35C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L37C9-L40C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509IncludeOption)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L42C9-L94C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.AddCertificate(System.Security.Cryptography.X509Certificates.X509Certificate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L107C13-L116C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.AddSubjectKeyId(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L125C13-L127C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.AddSubjectKeyId(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L131C13-L133C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.AddSubjectName(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L142C13-L144C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.AddIssuerSerial(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L153C13-L165C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L199C13-L201C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyInfoX509Data.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L265C13-L312C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoX509Data.Certificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L102C19-L102C40" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoX509Data.SubjectKeyIds", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L120C19-L120C41" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoX509Data.SubjectNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L137C19-L137C40" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoX509Data.IssuerSerials", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L148C19-L148C41" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.KeyInfoX509Data.CRL", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs#L176C19-L176C31" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.KeyInfoX509Data", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyInfoX509Data.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyReference.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyReference.cs#L8C33-L11C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyReference.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyReference.cs#L13C43-L16C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.KeyReference.#ctor(System.String,System.Security.Cryptography.Xml.TransformChain)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyReference.cs#L18C74-L21C10" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.KeyReference", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/KeyReference.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.Reference.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L32C9-L39C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Reference.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L41C9-L48C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Reference.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L50C9-L58C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Reference.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L160C13-L164C37" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Reference.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L211C13-L326C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Reference.AddTransform(System.Security.Cryptography.Xml.Transform)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L330C13-L337C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Reference.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L75C19-L75C30" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Reference.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L81C19-L81C31" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Reference.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L91C19-L91C32" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Reference.DigestMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L101C19-L101C40" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Reference.DigestValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L111C19-L111C39" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Reference.TransformChain", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs#L121C20-L121C60" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.Reference", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Reference.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L12C9-L15C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L19C13-L19C48" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L30C13-L38C43" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L44C13-L45C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L49C13-L49C48" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L54C13-L54C47" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L59C13-L68C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L73C13-L74C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L78C13-L79C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L83C13-L83C60" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.System#Collections#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L102C19-L102C45" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.System#Collections#IList#set_Item(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L105C17-L112C14" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L117C13-L118C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.System#Collections#IList#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L122C19-L122C50" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.ReferenceList.System#Collections#IList#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L127C19-L127C49" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.ReferenceList.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L24C19-L24C44" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.ReferenceList.ItemOf(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L91C17-L91C37" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.ReferenceList.System#Collections#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L102C19-L102C45" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.ReferenceList.System#Collections#IList#IsFixedSize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L122C19-L122C50" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.ReferenceList.System#Collections#IList#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L127C19-L127C49" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.ReferenceList.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L132C19-L132C47" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.ReferenceList.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs#L137C19-L137C53" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.ReferenceList", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/ReferenceList.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.RSAKeyValue.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs#L16C9-L19C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.RSAKeyValue.#ctor(System.Security.Cryptography.RSA)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs#L21C9-L29C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.RSAKeyValue.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs#L64C13-L66C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.RSAKeyValue.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs#L111C13-L144C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.RSAKeyValue.Key", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs#L37C20-L37C24" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.RSAKeyValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/RSAKeyValue.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.Signature.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L31C9-L35C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Signature.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L87C13-L89C37" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Signature.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L136C13-L226C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Signature.AddObject(System.Security.Cryptography.Xml.DataObject)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L230C13-L231C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Signature.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L43C19-L43C30" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Signature.SignedInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L49C19-L49C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Signature.SignatureValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L60C19-L60C42" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Signature.KeyInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L66C20-L66C46" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Signature.ObjectList", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs#L72C19-L72C43" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.Signature", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Signature.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedInfo.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L29C9-L32C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedInfo.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L36C13-L36C47" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedInfo.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L41C13-L41C47" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedInfo.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L157C13-L161C37" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedInfo.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L207C13-L282C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedInfo.AddReference(System.Security.Cryptography.Xml.Reference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L286C13-L293C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L46C19-L46C53" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L51C19-L51C53" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L56C19-L56C53" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L61C19-L61C53" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L70C19-L70C30" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.CanonicalizationMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L84C17-L86C48" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.CanonicalizationMethodObject", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L99C17-L107C57" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.SignatureMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L113C19-L113C43" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.SignatureLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L123C19-L123C43" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedInfo.References", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs#L133C19-L133C38" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.SignedInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L33C9-L95C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.#ctor(System.Xml.XmlDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L33C9-L107C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.#ctor(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L33C9-L119C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L224C13-L227C45" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.LoadXml(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L234C13-L244C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.AddReference(System.Security.Cryptography.Xml.Reference)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L252C13-L253C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.AddObject(System.Security.Cryptography.Xml.DataObject)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L257C13-L258C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.CheckSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L262C13-L262C54" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.CheckSignatureReturningKey(System.Security.Cryptography.AsymmetricAlgorithm@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L267C13-L289C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.CheckSignature(System.Security.Cryptography.AsymmetricAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L294C13-L313C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.CheckSignature(System.Security.Cryptography.KeyedHashAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L318C13-L336C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.CheckSignature(System.Security.Cryptography.X509Certificates.X509Certificate2,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L341C13-L387C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.ComputeSignature", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L392C13-L436C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.ComputeSignature(System.Security.Cryptography.KeyedHashAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L440C13-L476C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.GetPublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L484C13-L520C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.SignedXml.GetIdElement(System.Xml.XmlDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L554C13-L554C59" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.m_signature", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.m_strSigningKeyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigNamespaceUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigMinimalCanonicalizationUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigCanonicalizationUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigCanonicalizationWithCommentsUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigSHA1Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigDSAUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigRSASHA1Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigHMACSHA1Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigSHA256Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigRSASHA256Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigSHA384Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigRSASHA384Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigSHA512Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigRSASHA512Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigC14NTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigC14NWithCommentsTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigExcC14NTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigExcC14NWithCommentsTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigBase64TransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigXPathTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigXsltTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDsigEnvelopedSignatureTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlDecryptionTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.Xml.SignedXml.XmlLicenseTransformUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SigningKeyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L144C19-L144C46" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.Resolver", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L154C17-L156C14" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SignatureFormatValidator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L166C19-L166C52" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SafeCanonicalizationMethods", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L172C19-L172C55" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SigningKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L177C19-L177C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.EncryptedXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L186C20-L186C68" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.Signature", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L192C19-L192C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SignedInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L197C19-L197C49" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SignatureMethod", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L202C19-L202C66" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SignatureLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L207C19-L207C66" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.SignatureValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L212C19-L212C53" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.SignedXml.KeyInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs#L217C19-L217C46" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.SignedXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/SignedXml.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.Transform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L56C9-L56C34" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Transform.GetXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L118C13-L120C37" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Transform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Transform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Transform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Transform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Transform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.Transform.GetDigestedOutput(System.Security.Cryptography.HashAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L156C13-L156C72" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Transform.Algorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L64C19-L64C37" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Transform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Transform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Transform.Context", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L163C17-L171C43" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.Transform.PropagatedNamespaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs#L183C17-L218C46" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.Transform", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/Transform.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.TransformChain.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs#L29C9-L32C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.TransformChain.Add(System.Security.Cryptography.Xml.Transform)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs#L36C13-L38C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.TransformChain.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs#L42C13-L42C48" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.TransformChain.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs#L47C19-L47C44" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.TransformChain.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs#L54C17-L56C55" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.TransformChain", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/TransformChain.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L18C9-L35C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.IsTargetElement(System.Xml.XmlElement,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L41C13-L47C26" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.AddExceptUri(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L81C13-L87C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L91C13-L118C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L122C13-L134C39" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L139C13-L147C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L266C13-L270C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDecryptionTransform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L275C13-L278C108" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDecryptionTransform.EncryptedXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L54C17-L64C30" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDecryptionTransform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L71C19-L71C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDecryptionTransform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs#L76C19-L76C39" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.XmlDecryptionTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDecryptionTransform.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L13C9-L20C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L34C9-L34C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L38C13-L38C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L43C13-L58C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L121C13-L121C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigBase64Transform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L126C13-L128C25" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigBase64Transform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L24C19-L24C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigBase64Transform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs#L29C19-L29C39" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigBase64Transform", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigBase64Transform.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L11C9-L19C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L11C9-L25C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L39C13-L41C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L45C13-L45C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L50C13-L67C99" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L73C13-L73C56" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L78C13-L80C56" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NTransform.GetDigestedOutput(System.Security.Cryptography.HashAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L85C13-L85C50" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigC14NTransform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L29C19-L29C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigC14NTransform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs#L34C19-L34C39" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigC14NTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NTransform.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigC14NWithCommentsTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NWithCommentsTransform.cs#L9C15-L12C10" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigC14NWithCommentsTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigC14NWithCommentsTransform.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L11C9-L27C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L11C9-L34C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L49C13-L51C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L56C13-L56C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L61C13-L76C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L122C13-L174C44" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L180C13-L192C108" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L38C19-L38C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs#L43C19-L43C39" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigEnvelopedSignatureTransform.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L17C44-L17C65" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L19C64-L19C95" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L21C80-L21C126" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.#ctor(System.Boolean,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L11C9-L28C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L48C13-L73C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L77C13-L91C99" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L96C13-L105C39" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L110C13-L110C67" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L115C13-L117C67" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.GetDigestedOutput(System.Security.Cryptography.HashAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L122C13-L122C61" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.InclusiveNamespacesPrefixList", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L32C19-L32C57" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L38C19-L38C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs#L43C19-L43C39" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigExcC14NTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NTransform.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NWithCommentsTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NWithCommentsTransform.cs#L12C56-L15C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigExcC14NWithCommentsTransform.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NWithCommentsTransform.cs#L17C92-L20C10" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigExcC14NWithCommentsTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigExcC14NWithCommentsTransform.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L14C9-L23C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L38C13-L84C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L88C13-L115C40" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L120C13-L132C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L161C13-L188C35" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXPathTransform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L193C13-L195C45" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigXPathTransform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L27C19-L27C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigXPathTransform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs#L32C19-L32C39" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigXPathTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXPathTransform.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L15C9-L25C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L15C9-L31C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L51C13-L75C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L79C13-L79C30" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L84C13-L108C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L118C13-L141C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlDsigXsltTransform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L145C13-L147C40" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigXsltTransform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L37C17-L37C36" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlDsigXsltTransform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs#L45C17-L45C37" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.XmlDsigXsltTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlDsigXsltTransform.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlLicenseTransform.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L14C9-L30C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlLicenseTransform.GetInnerXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L106C13-L106C25" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlLicenseTransform.GetOutput", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L111C13-L111C30" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlLicenseTransform.GetOutput(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L116C13-L119C32" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlLicenseTransform.LoadInnerXml(System.Xml.XmlNodeList)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L125C13-L127C10" - }, - { - "DocsId": "M:System.Security.Cryptography.Xml.XmlLicenseTransform.LoadInput(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L132C13-L183C10" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlLicenseTransform.InputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L34C19-L34C38" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlLicenseTransform.OutputTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L39C19-L39C39" - }, - { - "DocsId": "P:System.Security.Cryptography.Xml.XmlLicenseTransform.Decryptor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs#L44C19-L44C40" - } - ], - "DocsId": "T:System.Security.Cryptography.Xml.XmlLicenseTransform", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/XmlLicenseTransform.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Security.Permissions.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Security.Permissions.json deleted file mode 100644 index 2c4b82f6604..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Security.Permissions.json +++ /dev/null @@ -1,6612 +0,0 @@ -{ - "Assembly": "System.Security.Permissions", - "GUID": "5BA4BE25A95C4F5583AF6F8D5419EAF6FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.ApplicationIdentity.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs#L12C9-L12C75" - }, - { - "DocsId": "M:System.ApplicationIdentity.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs#L15C45-L15C57" - }, - { - "DocsId": "M:System.ApplicationIdentity.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs#L18C13-L18C55" - }, - { - "DocsId": "P:System.ApplicationIdentity.FullName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs#L13C40-L13C52" - }, - { - "DocsId": "P:System.ApplicationIdentity.CodeBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs#L14C40-L14C52" - } - ], - "DocsId": "T:System.ApplicationIdentity", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ApplicationIdentity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L26C77-L18C61" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.#ctor(System.Xaml.Permissions.XamlAccessLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L26C77-L19C69" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.#ctor(System.Collections.Generic.IEnumerable{System.Xaml.Permissions.XamlAccessLevel})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L26C77-L20C82" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L22C51-L22C85" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L24C45-L24C71" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L27C46-L27C106" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L28C62-L28C63" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.Includes(System.Xaml.Permissions.XamlAccessLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L29C65-L29C77" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L30C69-L30C129" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L31C63-L31C75" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L32C51-L32C83" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L33C64-L33C124" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlLoadPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L34C40-L34C52" - }, - { - "DocsId": "P:System.Xaml.Permissions.XamlLoadPermission.AllowedAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs#L26C55-L26C59" - } - ], - "DocsId": "T:System.Xaml.Permissions.XamlLoadPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Xaml/Permissions/XamlLoadPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.AspNetHostingPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L14C9-L14C66" - }, - { - "DocsId": "M:System.Web.AspNetHostingPermission.#ctor(System.Web.AspNetHostingPermissionLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L15C9-L15C79" - }, - { - "DocsId": "M:System.Web.AspNetHostingPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L17C41-L17C46" - }, - { - "DocsId": "M:System.Web.AspNetHostingPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L18C46-L18C58" - }, - { - "DocsId": "M:System.Web.AspNetHostingPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L19C65-L19C77" - }, - { - "DocsId": "M:System.Web.AspNetHostingPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L20C69-L20C81" - }, - { - "DocsId": "M:System.Web.AspNetHostingPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L21C64-L21C69" - }, - { - "DocsId": "M:System.Web.AspNetHostingPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L22C73-L22C74" - }, - { - "DocsId": "M:System.Web.AspNetHostingPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L23C51-L23C63" - }, - { - "DocsId": "P:System.Web.AspNetHostingPermission.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs#L16C53-L16C57" - } - ], - "DocsId": "T:System.Web.AspNetHostingPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.AspNetHostingPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionAttribute.cs#L15C74-L15C90" - }, - { - "DocsId": "M:System.Web.AspNetHostingPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionAttribute.cs#L17C58-L17C70" - }, - { - "DocsId": "P:System.Web.AspNetHostingPermissionAttribute.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionAttribute.cs#L16C53-L16C57" - } - ], - "DocsId": "T:System.Web.AspNetHostingPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Web.AspNetHostingPermissionLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" - }, - { - "DocsId": "F:System.Web.AspNetHostingPermissionLevel.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" - }, - { - "DocsId": "F:System.Web.AspNetHostingPermissionLevel.Minimal", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" - }, - { - "DocsId": "F:System.Web.AspNetHostingPermissionLevel.Low", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" - }, - { - "DocsId": "F:System.Web.AspNetHostingPermissionLevel.Medium", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" - }, - { - "DocsId": "F:System.Web.AspNetHostingPermissionLevel.High", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" - }, - { - "DocsId": "F:System.Web.AspNetHostingPermissionLevel.Unrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" - } - ], - "DocsId": "T:System.Web.AspNetHostingPermissionLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Web/AspNetHostingPermissionLevel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Transactions.DistributedTransactionPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L14C9-L14C75" - }, - { - "DocsId": "M:System.Transactions.DistributedTransactionPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L15C46-L15C58" - }, - { - "DocsId": "M:System.Transactions.DistributedTransactionPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L16C73-L16C74" - }, - { - "DocsId": "M:System.Transactions.DistributedTransactionPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L17C69-L17C81" - }, - { - "DocsId": "M:System.Transactions.DistributedTransactionPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L18C64-L18C69" - }, - { - "DocsId": "M:System.Transactions.DistributedTransactionPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L19C41-L19C46" - }, - { - "DocsId": "M:System.Transactions.DistributedTransactionPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L20C51-L20C63" - }, - { - "DocsId": "M:System.Transactions.DistributedTransactionPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs#L21C65-L21C77" - } - ], - "DocsId": "T:System.Transactions.DistributedTransactionPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Transactions.DistributedTransactionPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermissionAttribute.cs#L15C83-L15C99" - }, - { - "DocsId": "M:System.Transactions.DistributedTransactionPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermissionAttribute.cs#L17C58-L17C70" - }, - { - "DocsId": "P:System.Transactions.DistributedTransactionPermissionAttribute.Unrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermissionAttribute.cs#L16C40-L16C44" - } - ], - "DocsId": "T:System.Transactions.DistributedTransactionPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Transactions/DistributedTransactionPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs#L13C9-L13C49" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs#L14C69-L14C84" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermission.#ctor(System.ServiceProcess.ServiceControllerPermissionAccess,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs#L15C9-L15C139" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermission.#ctor(System.ServiceProcess.ServiceControllerPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs#L16C9-L16C107" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceControllerPermission.PermissionEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs#L17C86-L17C90" - } - ], - "DocsId": "T:System.ServiceProcess.ServiceControllerPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermission.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceProcess.ServiceControllerPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAccess.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceControllerPermissionAccess.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAccess.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceControllerPermissionAccess.Browse", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAccess.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceControllerPermissionAccess.Control", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAccess.cs" - } - ], - "DocsId": "T:System.ServiceProcess.ServiceControllerPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAccess.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs#L15C78-L15C94" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs#L19C58-L19C86" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceControllerPermissionAttribute.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs#L16C44-L16C48" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceControllerPermissionAttribute.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs#L17C76-L17C118" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceControllerPermissionAttribute.ServiceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs#L18C44-L18C48" - } - ], - "DocsId": "T:System.ServiceProcess.ServiceControllerPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntry.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs#L8C9-L8C54" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntry.#ctor(System.ServiceProcess.ServiceControllerPermissionAccess,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs#L9C9-L9C144" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceControllerPermissionEntry.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs#L10C44-L10C48" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceControllerPermissionEntry.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs#L11C76-L11C118" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceControllerPermissionEntry.ServiceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs#L12C44-L12C48" - } - ], - "DocsId": "T:System.ServiceProcess.ServiceControllerPermissionEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntry.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.Add(System.ServiceProcess.ServiceControllerPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L12C66-L12C75" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.AddRange(System.ServiceProcess.ServiceControllerPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L13C74-L13C75" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.AddRange(System.ServiceProcess.ServiceControllerPermissionEntryCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L14C82-L14C83" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.Contains(System.ServiceProcess.ServiceControllerPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L15C72-L15C85" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.CopyTo(System.ServiceProcess.ServiceControllerPermissionEntry[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L16C83-L16C84" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.IndexOf(System.ServiceProcess.ServiceControllerPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L17C70-L17C79" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.Insert(System.Int32,System.ServiceProcess.ServiceControllerPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L18C81-L18C82" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.OnClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L19C45-L19C46" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.OnInsert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L20C69-L20C70" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.OnRemove(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L21C69-L21C70" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.OnSet(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L22C86-L22C87" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceControllerPermissionEntryCollection.Remove(System.ServiceProcess.ServiceControllerPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L23C70-L23C71" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceControllerPermissionEntryCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs#L11C73-L11C85" - } - ], - "DocsId": "T:System.ServiceProcess.ServiceControllerPermissionEntryCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/ServiceProcess/ServiceControllerPermissionEntryCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.CodeAccessPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L11C9-L11C45" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.Assert", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L12C32-L12C33" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.Demand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L14C32-L14C33" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.Deny", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L16C30-L16C99" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L17C52-L17C68" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L19C46-L19C64" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.PermitOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L22C36-L22C105" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.RevertAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L23C42-L23C43" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.RevertAssert", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L24C45-L24C46" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.RevertDeny", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L26C43-L26C44" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.RevertPermitOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L27C49-L27C50" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L28C46-L28C61" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" - }, - { - "DocsId": "M:System.Security.CodeAccessPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs#L30C63-L30C91" - } - ], - "DocsId": "T:System.Security.CodeAccessPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/CodeAccessPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.HostProtectionException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L22C44-L27C10" - }, - { - "DocsId": "M:System.Security.HostProtectionException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L29C58-L34C10" - }, - { - "DocsId": "M:System.Security.HostProtectionException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L36C71-L41C10" - }, - { - "DocsId": "M:System.Security.HostProtectionException.#ctor(System.String,System.Security.Permissions.HostProtectionResource,System.Security.Permissions.HostProtectionResource)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L44C15-L49C10" - }, - { - "DocsId": "M:System.Security.HostProtectionException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L56C15-L60C10" - }, - { - "DocsId": "M:System.Security.HostProtectionException.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L80C13-L85C34" - }, - { - "DocsId": "M:System.Security.HostProtectionException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L94C13-L97C10" - }, - { - "DocsId": "P:System.Security.HostProtectionException.DemandedResources", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L62C59-L62C63" - }, - { - "DocsId": "P:System.Security.HostProtectionException.ProtectedResources", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs#L64C60-L64C64" - } - ], - "DocsId": "T:System.Security.HostProtectionException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/HostProtectionException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.HostSecurityManager.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L11C9-L11C41" - }, - { - "DocsId": "M:System.Security.HostSecurityManager.DetermineApplicationTrust(System.Security.Policy.Evidence,System.Security.Policy.Evidence,System.Security.Policy.TrustManagerContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L14C156-L14C189" - }, - { - "DocsId": "M:System.Security.HostSecurityManager.ProvideAppDomainEvidence(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L15C84-L15C109" - }, - { - "DocsId": "M:System.Security.HostSecurityManager.ProvideAssemblyEvidence(System.Reflection.Assembly,System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L16C126-L16C151" - }, - { - "DocsId": "M:System.Security.HostSecurityManager.ResolvePolicy(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L18C73-L18C103" - }, - { - "DocsId": "M:System.Security.HostSecurityManager.GenerateAppDomainEvidence(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L19C84-L19C96" - }, - { - "DocsId": "M:System.Security.HostSecurityManager.GenerateAssemblyEvidence(System.Type,System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L20C102-L20C114" - }, - { - "DocsId": "M:System.Security.HostSecurityManager.GetHostSuppliedAppDomainEvidenceTypes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L21C73-L21C85" - }, - { - "DocsId": "M:System.Security.HostSecurityManager.GetHostSuppliedAssemblyEvidenceTypes(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L22C89-L22C101" - }, - { - "DocsId": "P:System.Security.HostSecurityManager.DomainPolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L12C57-L12C85" - }, - { - "DocsId": "P:System.Security.HostSecurityManager.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs#L13C65-L13C108" - } - ], - "DocsId": "T:System.Security.HostSecurityManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManager.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.HostSecurityManagerOptions.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" - }, - { - "DocsId": "F:System.Security.HostSecurityManagerOptions.AllFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" - }, - { - "DocsId": "F:System.Security.HostSecurityManagerOptions.HostAppDomainEvidence", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" - }, - { - "DocsId": "F:System.Security.HostSecurityManagerOptions.HostAssemblyEvidence", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" - }, - { - "DocsId": "F:System.Security.HostSecurityManagerOptions.HostDetermineApplicationTrust", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" - }, - { - "DocsId": "F:System.Security.HostSecurityManagerOptions.HostPolicyLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" - }, - { - "DocsId": "F:System.Security.HostSecurityManagerOptions.HostResolvePolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" - }, - { - "DocsId": "F:System.Security.HostSecurityManagerOptions.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" - } - ], - "DocsId": "T:System.Security.HostSecurityManagerOptions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/HostSecurityManagerOptions.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Security.IEvidenceFactory.Evidence", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/IEvidenceFactory.cs" - } - ], - "DocsId": "T:System.Security.IEvidenceFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/IEvidenceFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.ISecurityPolicyEncodable.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/ISecurityPolicyEncodable.cs" - }, - { - "DocsId": "M:System.Security.ISecurityPolicyEncodable.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/ISecurityPolicyEncodable.cs" - } - ], - "DocsId": "T:System.Security.ISecurityPolicyEncodable", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/ISecurityPolicyEncodable.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.NamedPermissionSet.#ctor(System.Security.NamedPermissionSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L13C65-L13C99" - }, - { - "DocsId": "M:System.Security.NamedPermissionSet.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L14C50-L14C84" - }, - { - "DocsId": "M:System.Security.NamedPermissionSet.#ctor(System.String,System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L15C73-L15C107" - }, - { - "DocsId": "M:System.Security.NamedPermissionSet.#ctor(System.String,System.Security.PermissionSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L16C73-L16C107" - }, - { - "DocsId": "M:System.Security.NamedPermissionSet.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L19C48-L19C78" - }, - { - "DocsId": "M:System.Security.NamedPermissionSet.Copy(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L20C55-L20C90" - }, - { - "DocsId": "M:System.Security.NamedPermissionSet.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L21C50-L21C64" - }, - { - "DocsId": "M:System.Security.NamedPermissionSet.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L22C60-L22C61" - }, - { - "DocsId": "M:System.Security.NamedPermissionSet.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L23C46-L23C64" - }, - { - "DocsId": "M:System.Security.NamedPermissionSet.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L24C51-L24C83" - }, - { - "DocsId": "P:System.Security.NamedPermissionSet.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L17C37-L17C41" - }, - { - "DocsId": "P:System.Security.NamedPermissionSet.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs#L18C30-L18C34" - } - ], - "DocsId": "T:System.Security.NamedPermissionSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/NamedPermissionSet.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.PolicyLevelType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" - }, - { - "DocsId": "F:System.Security.PolicyLevelType.AppDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" - }, - { - "DocsId": "F:System.Security.PolicyLevelType.Enterprise", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" - }, - { - "DocsId": "F:System.Security.PolicyLevelType.Machine", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" - }, - { - "DocsId": "F:System.Security.PolicyLevelType.User", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" - } - ], - "DocsId": "T:System.Security.PolicyLevelType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/PolicyLevelType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.SecurityContext.Capture", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L14C51-L14C120" - }, - { - "DocsId": "M:System.Security.SecurityContext.CreateCopy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L15C47-L15C116" - }, - { - "DocsId": "M:System.Security.SecurityContext.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L16C33-L16C102" - }, - { - "DocsId": "M:System.Security.SecurityContext.IsFlowSuppressed", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L17C49-L17C118" - }, - { - "DocsId": "M:System.Security.SecurityContext.IsWindowsIdentityFlowSuppressed", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L18C64-L18C133" - }, - { - "DocsId": "M:System.Security.SecurityContext.RestoreFlow", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L19C44-L19C113" - }, - { - "DocsId": "M:System.Security.SecurityContext.Run(System.Security.SecurityContext,System.Threading.ContextCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L20C107-L20C176" - }, - { - "DocsId": "M:System.Security.SecurityContext.SuppressFlow", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L21C57-L21C126" - }, - { - "DocsId": "M:System.Security.SecurityContext.SuppressFlowWindowsIdentity", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs#L22C72-L22C141" - } - ], - "DocsId": "T:System.Security.SecurityContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityContext.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.SecurityContextSource.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityContextSource.cs" - }, - { - "DocsId": "F:System.Security.SecurityContextSource.CurrentAppDomain", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityContextSource.cs" - }, - { - "DocsId": "F:System.Security.SecurityContextSource.CurrentAssembly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityContextSource.cs" - } - ], - "DocsId": "T:System.Security.SecurityContextSource", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityContextSource.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.SecurityManager.CurrentThreadRequiresSecurityContextCapture", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L18C76-L18C89" - }, - { - "DocsId": "M:System.Security.SecurityManager.GetStandardSandbox(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L19C77-L19C107" - }, - { - "DocsId": "M:System.Security.SecurityManager.GetZoneAndOrigin(System.Collections.ArrayList@,System.Collections.ArrayList@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L20C127-L20C222" - }, - { - "DocsId": "M:System.Security.SecurityManager.IsGranted(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L22C58-L22C71" - }, - { - "DocsId": "M:System.Security.SecurityManager.LoadPolicyLevelFromFile(System.String,System.Security.PolicyLevelType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L24C96-L24C124" - }, - { - "DocsId": "M:System.Security.SecurityManager.LoadPolicyLevelFromString(System.String,System.Security.PolicyLevelType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L26C97-L26C125" - }, - { - "DocsId": "M:System.Security.SecurityManager.PolicyHierarchy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L28C55-L28C83" - }, - { - "DocsId": "M:System.Security.SecurityManager.ResolvePolicy(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L30C72-L30C102" - }, - { - "DocsId": "M:System.Security.SecurityManager.ResolvePolicy(System.Security.Policy.Evidence,System.Security.PermissionSet,System.Security.PermissionSet,System.Security.PermissionSet,System.Security.PermissionSet@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L32C192-L32C271" - }, - { - "DocsId": "M:System.Security.SecurityManager.ResolvePolicy(System.Security.Policy.Evidence[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L34C98-L34C128" - }, - { - "DocsId": "M:System.Security.SecurityManager.ResolvePolicyGroups(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L36C99-L36C127" - }, - { - "DocsId": "M:System.Security.SecurityManager.ResolveSystemPolicy(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L38C101-L38C131" - }, - { - "DocsId": "M:System.Security.SecurityManager.SavePolicy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L40C43-L40C44" - }, - { - "DocsId": "M:System.Security.SecurityManager.SavePolicyLevel(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L42C65-L42C66" - }, - { - "DocsId": "P:System.Security.SecurityManager.CheckExecutionRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L15C51-L15C55" - }, - { - "DocsId": "P:System.Security.SecurityManager.SecurityEnabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs#L17C46-L17C50" - } - ], - "DocsId": "T:System.Security.SecurityManager", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityManager.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.SecurityState.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityState.cs#L8C9-L8C38" - }, - { - "DocsId": "M:System.Security.SecurityState.EnsureState", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityState.cs" - }, - { - "DocsId": "M:System.Security.SecurityState.IsStateAvailable", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityState.cs#L10C42-L10C55" - } - ], - "DocsId": "T:System.Security.SecurityState", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityState.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.SecurityZone.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" - }, - { - "DocsId": "F:System.Security.SecurityZone.Internet", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" - }, - { - "DocsId": "F:System.Security.SecurityZone.Intranet", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" - }, - { - "DocsId": "F:System.Security.SecurityZone.MyComputer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" - }, - { - "DocsId": "F:System.Security.SecurityZone.NoZone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" - }, - { - "DocsId": "F:System.Security.SecurityZone.Trusted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" - }, - { - "DocsId": "F:System.Security.SecurityZone.Untrusted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" - } - ], - "DocsId": "T:System.Security.SecurityZone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/SecurityZone.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.XmlSyntaxException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs#L12C9-L12C40" - }, - { - "DocsId": "M:System.Security.XmlSyntaxException.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs#L13C9-L13C54" - }, - { - "DocsId": "M:System.Security.XmlSyntaxException.#ctor(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs#L14C9-L14C70" - }, - { - "DocsId": "M:System.Security.XmlSyntaxException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs#L15C9-L15C54" - }, - { - "DocsId": "M:System.Security.XmlSyntaxException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs#L16C9-L16C71" - } - ], - "DocsId": "T:System.Security.XmlSyntaxException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/XmlSyntaxException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.AllMembershipCondition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L8C9-L8C44" - }, - { - "DocsId": "M:System.Security.Policy.AllMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L9C48-L9C61" - }, - { - "DocsId": "M:System.Security.Policy.AllMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L10C46-L10C83" - }, - { - "DocsId": "M:System.Security.Policy.AllMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L11C50-L11C64" - }, - { - "DocsId": "M:System.Security.Policy.AllMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L12C50-L12C51" - }, - { - "DocsId": "M:System.Security.Policy.AllMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L13C69-L13C70" - }, - { - "DocsId": "M:System.Security.Policy.AllMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L14C46-L14C64" - }, - { - "DocsId": "M:System.Security.Policy.AllMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L15C46-L15C61" - }, - { - "DocsId": "M:System.Security.Policy.AllMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L16C42-L16C74" - }, - { - "DocsId": "M:System.Security.Policy.AllMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs#L17C59-L17C91" - } - ], - "DocsId": "T:System.Security.Policy.AllMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/AllMembershipCondition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.ApplicationDirectory.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L8C9-L8C53" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectory.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L10C32-L10C44" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectory.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L11C50-L11C64" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectory.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L12C46-L12C64" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectory.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L13C46-L13C61" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationDirectory.Directory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs#L9C41-L9C53" - } - ], - "DocsId": "T:System.Security.Policy.ApplicationDirectory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L8C9-L8C61" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L9C48-L9C61" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L10C46-L10C83" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L11C50-L11C64" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L12C50-L12C51" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L13C69-L13C70" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L14C46-L14C64" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L15C46-L15C61" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L16C42-L16C74" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationDirectoryMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs#L17C59-L17C91" - } - ], - "DocsId": "T:System.Security.Policy.ApplicationDirectoryMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationDirectoryMembershipCondition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.ApplicationTrust.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L10C9-L10C38" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrust.#ctor(System.ApplicationIdentity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L11C9-L11C66" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrust.#ctor(System.Security.PermissionSet,System.Collections.Generic.IEnumerable{System.Security.Policy.StrongName})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L15C9-L15C112" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrust.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L25C56-L25C57" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrust.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L26C42-L26C74" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrust.ApplicationIdentity", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L16C58-L16C62" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrust.DefaultGrantSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L17C50-L17C54" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrust.ExtraInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L18C35-L18C39" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrust.FullTrustAssemblies", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L22C62-L22C96" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrust.IsApplicationTrustedToRun", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L23C49-L23C53" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrust.Persist", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs#L24C31-L24C35" - } - ], - "DocsId": "T:System.Security.Policy.ApplicationTrust", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrust.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.Add(System.Security.Policy.ApplicationTrust)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L16C50-L16C59" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.AddRange(System.Security.Policy.ApplicationTrust[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L17C59-L17C60" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.AddRange(System.Security.Policy.ApplicationTrustCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L18C67-L18C68" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L19C31-L19C32" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.CopyTo(System.Security.Policy.ApplicationTrust[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L20C67-L20C68" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.Find(System.ApplicationIdentity,System.Security.Policy.ApplicationVersionMatch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L21C129-L21C172" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L22C61-L22C101" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.Remove(System.Security.Policy.ApplicationTrust)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L23C54-L23C55" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.Remove(System.ApplicationIdentity,System.Security.Policy.ApplicationVersionMatch)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L24C109-L24C110" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.RemoveRange(System.Security.Policy.ApplicationTrust[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L25C62-L25C63" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.RemoveRange(System.Security.Policy.ApplicationTrustCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L26C70-L26C71" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L27C59-L27C60" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L28C51-L28C74" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrustCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L11C34-L11C43" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrustCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L12C44-L12C57" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrustCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L13C57-L13C90" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrustCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L14C66-L14C99" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrustCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs#L15C40-L15C52" - } - ], - "DocsId": "T:System.Security.Policy.ApplicationTrustCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.ApplicationTrustEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs#L12C44-L12C56" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs#L13C34-L13C47" - }, - { - "DocsId": "M:System.Security.Policy.ApplicationTrustEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs#L14C31-L14C32" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrustEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs#L11C49-L11C82" - }, - { - "DocsId": "P:System.Security.Policy.ApplicationTrustEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs#L12C44-L12C56" - } - ], - "DocsId": "T:System.Security.Policy.ApplicationTrustEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationTrustEnumerator.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Policy.ApplicationVersionMatch.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationVersionMatch.cs" - }, - { - "DocsId": "F:System.Security.Policy.ApplicationVersionMatch.MatchAllVersions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationVersionMatch.cs" - }, - { - "DocsId": "F:System.Security.Policy.ApplicationVersionMatch.MatchExactVersion", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationVersionMatch.cs" - } - ], - "DocsId": "T:System.Security.Policy.ApplicationVersionMatch", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ApplicationVersionMatch.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.CodeConnectAccess.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L12C9-L12C72" - }, - { - "DocsId": "M:System.Security.Policy.CodeConnectAccess.CreateAnySchemeAccess(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L15C80-L15C114" - }, - { - "DocsId": "M:System.Security.Policy.CodeConnectAccess.CreateOriginSchemeAccess(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L16C83-L16C117" - }, - { - "DocsId": "M:System.Security.Policy.CodeConnectAccess.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L17C50-L17C64" - }, - { - "DocsId": "M:System.Security.Policy.CodeConnectAccess.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L18C46-L18C64" - }, - { - "DocsId": "F:System.Security.Policy.CodeConnectAccess.AnyScheme", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs" - }, - { - "DocsId": "F:System.Security.Policy.CodeConnectAccess.DefaultPort", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs" - }, - { - "DocsId": "F:System.Security.Policy.CodeConnectAccess.OriginPort", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs" - }, - { - "DocsId": "F:System.Security.Policy.CodeConnectAccess.OriginScheme", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs" - }, - { - "DocsId": "P:System.Security.Policy.CodeConnectAccess.Port", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L13C33-L13C42" - }, - { - "DocsId": "P:System.Security.Policy.CodeConnectAccess.Scheme", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs#L14C38-L14C50" - } - ], - "DocsId": "T:System.Security.Policy.CodeConnectAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeConnectAccess.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.CodeGroup.#ctor(System.Security.Policy.IMembershipCondition,System.Security.Policy.PolicyStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L10C9-L10C98" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.AddChild(System.Security.Policy.CodeGroup)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L19C49-L19C50" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.CreateXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L21C88-L21C89" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L22C50-L22C64" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L23C50-L23C51" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L24C69-L24C70" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.Equals(System.Security.Policy.CodeGroup,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L25C66-L25C79" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L26C46-L26C64" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.ParseXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L27C81-L27C82" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.RemoveChild(System.Security.Policy.CodeGroup)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L28C52-L28C53" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.Resolve(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.ResolveMatchingCodeGroups(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L31C42-L31C74" - }, - { - "DocsId": "M:System.Security.Policy.CodeGroup.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L32C59-L32C91" - }, - { - "DocsId": "P:System.Security.Policy.CodeGroup.AttributeString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L11C55-L11C67" - }, - { - "DocsId": "P:System.Security.Policy.CodeGroup.Children", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L12C33-L12C37" - }, - { - "DocsId": "P:System.Security.Policy.CodeGroup.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L13C37-L13C41" - }, - { - "DocsId": "P:System.Security.Policy.CodeGroup.MembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L14C59-L14C63" - }, - { - "DocsId": "P:System.Security.Policy.CodeGroup.MergeLogic", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs" - }, - { - "DocsId": "P:System.Security.Policy.CodeGroup.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L16C30-L16C34" - }, - { - "DocsId": "P:System.Security.Policy.CodeGroup.PermissionSetName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L17C57-L17C69" - }, - { - "DocsId": "P:System.Security.Policy.CodeGroup.PolicyStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs#L18C50-L18C54" - } - ], - "DocsId": "T:System.Security.Policy.CodeGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/CodeGroup.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.FileCodeGroup.#ctor(System.Security.Policy.IMembershipCondition,System.Security.Permissions.FileIOPermissionAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L11C117-L11C182" - }, - { - "DocsId": "M:System.Security.Policy.FileCodeGroup.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L15C44-L15C70" - }, - { - "DocsId": "M:System.Security.Policy.FileCodeGroup.CreateXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L16C89-L16C90" - }, - { - "DocsId": "M:System.Security.Policy.FileCodeGroup.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L17C50-L17C64" - }, - { - "DocsId": "M:System.Security.Policy.FileCodeGroup.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L18C46-L18C64" - }, - { - "DocsId": "M:System.Security.Policy.FileCodeGroup.ParseXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L19C82-L19C83" - }, - { - "DocsId": "M:System.Security.Policy.FileCodeGroup.Resolve(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L20C70-L20C102" - }, - { - "DocsId": "M:System.Security.Policy.FileCodeGroup.ResolveMatchingCodeGroups(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L21C82-L21C108" - }, - { - "DocsId": "P:System.Security.Policy.FileCodeGroup.AttributeString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L12C56-L12C68" - }, - { - "DocsId": "P:System.Security.Policy.FileCodeGroup.MergeLogic", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L13C51-L13C63" - }, - { - "DocsId": "P:System.Security.Policy.FileCodeGroup.PermissionSetName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs#L14C58-L14C70" - } - ], - "DocsId": "T:System.Security.Policy.FileCodeGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/FileCodeGroup.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.FirstMatchCodeGroup.#ctor(System.Security.Policy.IMembershipCondition,System.Security.Policy.PolicyStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs#L9C104-L9C169" - }, - { - "DocsId": "M:System.Security.Policy.FirstMatchCodeGroup.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs#L11C44-L11C70" - }, - { - "DocsId": "M:System.Security.Policy.FirstMatchCodeGroup.Resolve(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs#L12C70-L12C102" - }, - { - "DocsId": "M:System.Security.Policy.FirstMatchCodeGroup.ResolveMatchingCodeGroups(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs#L13C82-L13C108" - }, - { - "DocsId": "P:System.Security.Policy.FirstMatchCodeGroup.MergeLogic", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs#L10C51-L10C63" - } - ], - "DocsId": "T:System.Security.Policy.FirstMatchCodeGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/FirstMatchCodeGroup.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.GacInstalled.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L11C9-L11C34" - }, - { - "DocsId": "M:System.Security.Policy.GacInstalled.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L12C32-L12C44" - }, - { - "DocsId": "M:System.Security.Policy.GacInstalled.CreateIdentityPermission(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L13C74-L13C102" - }, - { - "DocsId": "M:System.Security.Policy.GacInstalled.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L14C50-L14C64" - }, - { - "DocsId": "M:System.Security.Policy.GacInstalled.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L15C46-L15C64" - }, - { - "DocsId": "M:System.Security.Policy.GacInstalled.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs#L16C46-L16C61" - } - ], - "DocsId": "T:System.Security.Policy.GacInstalled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacInstalled.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.GacMembershipCondition.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L8C9-L8C44" - }, - { - "DocsId": "M:System.Security.Policy.GacMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L9C48-L9C61" - }, - { - "DocsId": "M:System.Security.Policy.GacMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L10C46-L10C83" - }, - { - "DocsId": "M:System.Security.Policy.GacMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L11C50-L11C64" - }, - { - "DocsId": "M:System.Security.Policy.GacMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L12C50-L12C51" - }, - { - "DocsId": "M:System.Security.Policy.GacMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L13C69-L13C70" - }, - { - "DocsId": "M:System.Security.Policy.GacMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L14C46-L14C64" - }, - { - "DocsId": "M:System.Security.Policy.GacMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L15C46-L15C61" - }, - { - "DocsId": "M:System.Security.Policy.GacMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L16C42-L16C74" - }, - { - "DocsId": "M:System.Security.Policy.GacMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs#L17C59-L17C91" - } - ], - "DocsId": "T:System.Security.Policy.GacMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/GacMembershipCondition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.Hash.#ctor(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L12C9-L12C61" - }, - { - "DocsId": "M:System.Security.Policy.Hash.CreateMD5(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L16C52-L16C73" - }, - { - "DocsId": "M:System.Security.Policy.Hash.CreateSHA1(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L17C54-L17C75" - }, - { - "DocsId": "M:System.Security.Policy.Hash.CreateSHA256(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L18C58-L18C79" - }, - { - "DocsId": "M:System.Security.Policy.Hash.GenerateHash(System.Security.Cryptography.HashAlgorithm)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L19C61-L19C73" - }, - { - "DocsId": "M:System.Security.Policy.Hash.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L26C13-L26C55" - }, - { - "DocsId": "M:System.Security.Policy.Hash.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L29C46-L29C61" - }, - { - "DocsId": "P:System.Security.Policy.Hash.MD5", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L13C35-L13C47" - }, - { - "DocsId": "P:System.Security.Policy.Hash.SHA1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L14C36-L14C48" - }, - { - "DocsId": "P:System.Security.Policy.Hash.SHA256", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs#L15C38-L15C50" - } - ], - "DocsId": "T:System.Security.Policy.Hash", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Hash.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.HashMembershipCondition.#ctor(System.Security.Cryptography.HashAlgorithm,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L11C9-L11C80" - }, - { - "DocsId": "M:System.Security.Policy.HashMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L14C48-L14C61" - }, - { - "DocsId": "M:System.Security.Policy.HashMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L15C46-L15C58" - }, - { - "DocsId": "M:System.Security.Policy.HashMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L16C50-L16C64" - }, - { - "DocsId": "M:System.Security.Policy.HashMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L17C50-L17C51" - }, - { - "DocsId": "M:System.Security.Policy.HashMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L18C69-L18C70" - }, - { - "DocsId": "M:System.Security.Policy.HashMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L19C46-L19C64" - }, - { - "DocsId": "M:System.Security.Policy.HashMembershipCondition.System#Runtime#Serialization#IDeserializationCallback#OnDeserialization(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L20C74-L20C75" - }, - { - "DocsId": "M:System.Security.Policy.HashMembershipCondition.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L23C13-L23C55" - }, - { - "DocsId": "M:System.Security.Policy.HashMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L26C46-L26C61" - }, - { - "DocsId": "M:System.Security.Policy.HashMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L27C42-L27C74" - }, - { - "DocsId": "M:System.Security.Policy.HashMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L28C59-L28C91" - }, - { - "DocsId": "P:System.Security.Policy.HashMembershipCondition.HashAlgorithm", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L12C46-L12C50" - }, - { - "DocsId": "P:System.Security.Policy.HashMembershipCondition.HashValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs#L13C35-L13C39" - } - ], - "DocsId": "T:System.Security.Policy.HashMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/HashMembershipCondition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.IIdentityPermissionFactory.CreateIdentityPermission(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/IIdentityPermissionFactory.cs" - } - ], - "DocsId": "T:System.Security.Policy.IIdentityPermissionFactory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/IIdentityPermissionFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.IMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/IMembershipCondition.cs" - }, - { - "DocsId": "M:System.Security.Policy.IMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/IMembershipCondition.cs" - }, - { - "DocsId": "M:System.Security.Policy.IMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/IMembershipCondition.cs" - }, - { - "DocsId": "M:System.Security.Policy.IMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/IMembershipCondition.cs" - } - ], - "DocsId": "T:System.Security.Policy.IMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/IMembershipCondition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.NetCodeGroup.#ctor(System.Security.Policy.IMembershipCondition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L10C73-L10C138" - }, - { - "DocsId": "M:System.Security.Policy.NetCodeGroup.AddConnectAccess(System.String,System.Security.Policy.CodeConnectAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L14C94-L14C95" - }, - { - "DocsId": "M:System.Security.Policy.NetCodeGroup.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L15C44-L15C70" - }, - { - "DocsId": "M:System.Security.Policy.NetCodeGroup.CreateXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L16C89-L16C90" - }, - { - "DocsId": "M:System.Security.Policy.NetCodeGroup.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L17C50-L17C64" - }, - { - "DocsId": "M:System.Security.Policy.NetCodeGroup.GetConnectAccessRules", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L18C79-L18C132" - }, - { - "DocsId": "M:System.Security.Policy.NetCodeGroup.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L19C46-L19C64" - }, - { - "DocsId": "M:System.Security.Policy.NetCodeGroup.ParseXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L20C82-L20C83" - }, - { - "DocsId": "M:System.Security.Policy.NetCodeGroup.ResetConnectAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L21C44-L21C45" - }, - { - "DocsId": "M:System.Security.Policy.NetCodeGroup.Resolve(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L22C70-L22C102" - }, - { - "DocsId": "M:System.Security.Policy.NetCodeGroup.ResolveMatchingCodeGroups(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L23C82-L23C108" - }, - { - "DocsId": "F:System.Security.Policy.NetCodeGroup.AbsentOriginScheme", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs" - }, - { - "DocsId": "F:System.Security.Policy.NetCodeGroup.AnyOtherOriginScheme", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs" - }, - { - "DocsId": "P:System.Security.Policy.NetCodeGroup.AttributeString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L11C56-L11C68" - }, - { - "DocsId": "P:System.Security.Policy.NetCodeGroup.MergeLogic", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L12C51-L12C63" - }, - { - "DocsId": "P:System.Security.Policy.NetCodeGroup.PermissionSetName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs#L13C58-L13C70" - } - ], - "DocsId": "T:System.Security.Policy.NetCodeGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/NetCodeGroup.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.PermissionRequestEvidence.#ctor(System.Security.PermissionSet,System.Security.PermissionSet,System.Security.PermissionSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L9C9-L9C114" - }, - { - "DocsId": "M:System.Security.Policy.PermissionRequestEvidence.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L13C51-L13C93" - }, - { - "DocsId": "M:System.Security.Policy.PermissionRequestEvidence.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L14C46-L14C61" - }, - { - "DocsId": "P:System.Security.Policy.PermissionRequestEvidence.DeniedPermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L10C56-L10C86" - }, - { - "DocsId": "P:System.Security.Policy.PermissionRequestEvidence.OptionalPermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L11C58-L11C88" - }, - { - "DocsId": "P:System.Security.Policy.PermissionRequestEvidence.RequestedPermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs#L12C59-L12C89" - } - ], - "DocsId": "T:System.Security.Policy.PermissionRequestEvidence", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PermissionRequestEvidence.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.PolicyException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyException.cs#L13C9-L13C37" - }, - { - "DocsId": "M:System.Security.Policy.PolicyException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyException.cs#L18C87-L18C110" - }, - { - "DocsId": "M:System.Security.Policy.PolicyException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyException.cs#L19C50-L19C67" - }, - { - "DocsId": "M:System.Security.Policy.PolicyException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyException.cs#L20C71-L20C99" - } - ], - "DocsId": "T:System.Security.Policy.PolicyException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.PolicyLevel.AddFullTrustAssembly(System.Security.Policy.StrongName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L18C59-L18C60" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.AddFullTrustAssembly(System.Security.Policy.StrongNameMembershipCondition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L20C80-L20C81" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.AddNamedPermissionSet(System.Security.NamedPermissionSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L24C73-L24C74" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.ChangeNamedPermissionSet(System.String,System.Security.PermissionSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L28C95-L28C130" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.CreateAppDomainLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L30C60-L30C88" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L31C50-L31C51" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.GetNamedPermissionSet(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L35C72-L35C107" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.Recover", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L36C33-L36C34" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.RemoveFullTrustAssembly(System.Security.Policy.StrongName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L38C62-L38C63" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.RemoveFullTrustAssembly(System.Security.Policy.StrongNameMembershipCondition)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L40C83-L40C84" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.RemoveNamedPermissionSet(System.Security.NamedPermissionSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L44C90-L44C125" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.RemoveNamedPermissionSet(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L48C75-L48C110" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L49C31-L49C32" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.Resolve(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L50C61-L50C93" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.ResolveMatchingCodeGroups(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L51C73-L51C99" - }, - { - "DocsId": "M:System.Security.Policy.PolicyLevel.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L52C42-L52C74" - }, - { - "DocsId": "P:System.Security.Policy.PolicyLevel.FullTrustAssemblies", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L11C272-L11C294" - }, - { - "DocsId": "P:System.Security.Policy.PolicyLevel.Label", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L12C37-L12C49" - }, - { - "DocsId": "P:System.Security.Policy.PolicyLevel.NamedPermissionSets", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L13C50-L13C72" - }, - { - "DocsId": "P:System.Security.Policy.PolicyLevel.RootCodeGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L14C42-L14C46" - }, - { - "DocsId": "P:System.Security.Policy.PolicyLevel.StoreLocation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L15C45-L15C57" - }, - { - "DocsId": "P:System.Security.Policy.PolicyLevel.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs#L16C45-L16C77" - } - ], - "DocsId": "T:System.Security.Policy.PolicyLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyLevel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.PolicyStatement.#ctor(System.Security.PermissionSet)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L11C9-L11C58" - }, - { - "DocsId": "M:System.Security.Policy.PolicyStatement.#ctor(System.Security.PermissionSet,System.Security.Policy.PolicyStatementAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L15C9-L15C95" - }, - { - "DocsId": "M:System.Security.Policy.PolicyStatement.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L22C41-L22C53" - }, - { - "DocsId": "M:System.Security.Policy.PolicyStatement.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L23C50-L23C64" - }, - { - "DocsId": "M:System.Security.Policy.PolicyStatement.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L24C51-L24C52" - }, - { - "DocsId": "M:System.Security.Policy.PolicyStatement.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L25C70-L25C71" - }, - { - "DocsId": "M:System.Security.Policy.PolicyStatement.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L26C46-L26C64" - }, - { - "DocsId": "M:System.Security.Policy.PolicyStatement.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L27C42-L27C74" - }, - { - "DocsId": "M:System.Security.Policy.PolicyStatement.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L28C59-L28C91" - }, - { - "DocsId": "P:System.Security.Policy.PolicyStatement.Attributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L16C54-L16C58" - }, - { - "DocsId": "P:System.Security.Policy.PolicyStatement.AttributeString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L17C47-L17C59" - }, - { - "DocsId": "P:System.Security.Policy.PolicyStatement.PermissionSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs#L21C46-L21C50" - } - ], - "DocsId": "T:System.Security.Policy.PolicyStatement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatement.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Policy.PolicyStatementAttribute.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" - }, - { - "DocsId": "F:System.Security.Policy.PolicyStatementAttribute.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" - }, - { - "DocsId": "F:System.Security.Policy.PolicyStatementAttribute.Exclusive", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" - }, - { - "DocsId": "F:System.Security.Policy.PolicyStatementAttribute.LevelFinal", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" - }, - { - "DocsId": "F:System.Security.Policy.PolicyStatementAttribute.Nothing", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" - } - ], - "DocsId": "T:System.Security.Policy.PolicyStatementAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PolicyStatementAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.Publisher.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L13C9-L13C51" - }, - { - "DocsId": "M:System.Security.Policy.Publisher.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L15C32-L15C44" - }, - { - "DocsId": "M:System.Security.Policy.Publisher.CreateIdentityPermission(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L16C74-L16C102" - }, - { - "DocsId": "M:System.Security.Policy.Publisher.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L17C50-L17C64" - }, - { - "DocsId": "M:System.Security.Policy.Publisher.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L18C46-L18C64" - }, - { - "DocsId": "M:System.Security.Policy.Publisher.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L19C46-L19C61" - }, - { - "DocsId": "P:System.Security.Policy.Publisher.Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs#L14C52-L14C84" - } - ], - "DocsId": "T:System.Security.Policy.Publisher", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Publisher.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L10C9-L10C77" - }, - { - "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L12C48-L12C61" - }, - { - "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L13C46-L13C58" - }, - { - "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L14C50-L14C64" - }, - { - "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L15C50-L15C51" - }, - { - "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L16C69-L16C70" - }, - { - "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L17C46-L17C64" - }, - { - "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L18C46-L18C61" - }, - { - "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L19C42-L19C74" - }, - { - "DocsId": "M:System.Security.Policy.PublisherMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L20C59-L20C91" - }, - { - "DocsId": "P:System.Security.Policy.PublisherMembershipCondition.Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs#L11C46-L11C50" - } - ], - "DocsId": "T:System.Security.Policy.PublisherMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/PublisherMembershipCondition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.Site.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L11C9-L11C37" - }, - { - "DocsId": "M:System.Security.Policy.Site.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L13C32-L13C44" - }, - { - "DocsId": "M:System.Security.Policy.Site.CreateFromUrl(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L14C56-L14C77" - }, - { - "DocsId": "M:System.Security.Policy.Site.CreateIdentityPermission(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L15C74-L15C102" - }, - { - "DocsId": "M:System.Security.Policy.Site.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L16C50-L16C64" - }, - { - "DocsId": "M:System.Security.Policy.Site.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L17C46-L17C64" - }, - { - "DocsId": "M:System.Security.Policy.Site.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L18C46-L18C61" - }, - { - "DocsId": "P:System.Security.Policy.Site.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs#L12C36-L12C48" - } - ], - "DocsId": "T:System.Security.Policy.Site", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Site.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.SiteMembershipCondition.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L8C9-L8C56" - }, - { - "DocsId": "M:System.Security.Policy.SiteMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L10C48-L10C61" - }, - { - "DocsId": "M:System.Security.Policy.SiteMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L11C46-L11C83" - }, - { - "DocsId": "M:System.Security.Policy.SiteMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L12C50-L12C64" - }, - { - "DocsId": "M:System.Security.Policy.SiteMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L13C50-L13C51" - }, - { - "DocsId": "M:System.Security.Policy.SiteMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L14C69-L14C70" - }, - { - "DocsId": "M:System.Security.Policy.SiteMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L15C46-L15C64" - }, - { - "DocsId": "M:System.Security.Policy.SiteMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L16C46-L16C61" - }, - { - "DocsId": "M:System.Security.Policy.SiteMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L17C42-L17C74" - }, - { - "DocsId": "M:System.Security.Policy.SiteMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L18C59-L18C91" - }, - { - "DocsId": "P:System.Security.Policy.SiteMembershipCondition.Site", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs#L9C30-L9C34" - } - ], - "DocsId": "T:System.Security.Policy.SiteMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/SiteMembershipCondition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.StrongName.#ctor(System.Security.Permissions.StrongNamePublicKeyBlob,System.String,System.Version)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L13C9-L13C90" - }, - { - "DocsId": "M:System.Security.Policy.StrongName.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L17C32-L17C44" - }, - { - "DocsId": "M:System.Security.Policy.StrongName.CreateIdentityPermission(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L18C74-L18C102" - }, - { - "DocsId": "M:System.Security.Policy.StrongName.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L19C50-L19C64" - }, - { - "DocsId": "M:System.Security.Policy.StrongName.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L20C46-L20C64" - }, - { - "DocsId": "M:System.Security.Policy.StrongName.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L21C46-L21C61" - }, - { - "DocsId": "P:System.Security.Policy.StrongName.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L14C36-L14C48" - }, - { - "DocsId": "P:System.Security.Policy.StrongName.PublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L15C58-L15C98" - }, - { - "DocsId": "P:System.Security.Policy.StrongName.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs#L16C40-L16C64" - } - ], - "DocsId": "T:System.Security.Policy.StrongName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongName.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.#ctor(System.Security.Permissions.StrongNamePublicKeyBlob,System.String,System.Version)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L13C9-L13C109" - }, - { - "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L17C48-L17C61" - }, - { - "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L18C46-L18C58" - }, - { - "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L19C50-L19C64" - }, - { - "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L20C50-L20C51" - }, - { - "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L21C69-L21C70" - }, - { - "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L22C46-L22C64" - }, - { - "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L23C46-L23C61" - }, - { - "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L24C42-L24C74" - }, - { - "DocsId": "M:System.Security.Policy.StrongNameMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L25C59-L25C91" - }, - { - "DocsId": "P:System.Security.Policy.StrongNameMembershipCondition.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L14C30-L14C34" - }, - { - "DocsId": "P:System.Security.Policy.StrongNameMembershipCondition.PublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L15C52-L15C56" - }, - { - "DocsId": "P:System.Security.Policy.StrongNameMembershipCondition.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs#L16C34-L16C38" - } - ], - "DocsId": "T:System.Security.Policy.StrongNameMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/StrongNameMembershipCondition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.TrustManagerContext.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L8C9-L8C41" - }, - { - "DocsId": "M:System.Security.Policy.TrustManagerContext.#ctor(System.Security.Policy.TrustManagerUIContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L9C9-L9C72" - }, - { - "DocsId": "P:System.Security.Policy.TrustManagerContext.IgnorePersistedDecision", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L10C55-L10C59" - }, - { - "DocsId": "P:System.Security.Policy.TrustManagerContext.KeepAlive", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L11C41-L11C45" - }, - { - "DocsId": "P:System.Security.Policy.TrustManagerContext.NoPrompt", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L12C40-L12C44" - }, - { - "DocsId": "P:System.Security.Policy.TrustManagerContext.Persist", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L13C39-L13C43" - }, - { - "DocsId": "P:System.Security.Policy.TrustManagerContext.UIContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L14C58-L14C62" - }, - { - "DocsId": "P:System.Security.Policy.TrustManagerContext.PreviousApplicationIdentity", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs#L15C74-L15C78" - } - ], - "DocsId": "T:System.Security.Policy.TrustManagerContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Policy.TrustManagerUIContext.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" - }, - { - "DocsId": "F:System.Security.Policy.TrustManagerUIContext.Install", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" - }, - { - "DocsId": "F:System.Security.Policy.TrustManagerUIContext.Run", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" - }, - { - "DocsId": "F:System.Security.Policy.TrustManagerUIContext.Upgrade", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" - } - ], - "DocsId": "T:System.Security.Policy.TrustManagerUIContext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/TrustManagerContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.UnionCodeGroup.#ctor(System.Security.Policy.IMembershipCondition,System.Security.Policy.PolicyStatement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs#L9C99-L9C164" - }, - { - "DocsId": "M:System.Security.Policy.UnionCodeGroup.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs#L11C44-L11C70" - }, - { - "DocsId": "M:System.Security.Policy.UnionCodeGroup.Resolve(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs#L12C70-L12C102" - }, - { - "DocsId": "M:System.Security.Policy.UnionCodeGroup.ResolveMatchingCodeGroups(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs#L13C82-L13C108" - }, - { - "DocsId": "P:System.Security.Policy.UnionCodeGroup.MergeLogic", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs#L10C51-L10C63" - } - ], - "DocsId": "T:System.Security.Policy.UnionCodeGroup", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/UnionCodeGroup.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.Url.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L11C9-L11C36" - }, - { - "DocsId": "M:System.Security.Policy.Url.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L13C32-L13C44" - }, - { - "DocsId": "M:System.Security.Policy.Url.CreateIdentityPermission(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L14C74-L14C102" - }, - { - "DocsId": "M:System.Security.Policy.Url.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L15C50-L15C64" - }, - { - "DocsId": "M:System.Security.Policy.Url.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L16C46-L16C64" - }, - { - "DocsId": "M:System.Security.Policy.Url.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L17C46-L17C61" - }, - { - "DocsId": "P:System.Security.Policy.Url.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs#L12C37-L12C49" - } - ], - "DocsId": "T:System.Security.Policy.Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Url.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.UrlMembershipCondition.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L8C9-L8C54" - }, - { - "DocsId": "M:System.Security.Policy.UrlMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L10C48-L10C61" - }, - { - "DocsId": "M:System.Security.Policy.UrlMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L11C46-L11C83" - }, - { - "DocsId": "M:System.Security.Policy.UrlMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L12C52-L12C68" - }, - { - "DocsId": "M:System.Security.Policy.UrlMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L13C50-L13C51" - }, - { - "DocsId": "M:System.Security.Policy.UrlMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L14C69-L14C70" - }, - { - "DocsId": "M:System.Security.Policy.UrlMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L15C46-L15C64" - }, - { - "DocsId": "M:System.Security.Policy.UrlMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L16C46-L16C61" - }, - { - "DocsId": "M:System.Security.Policy.UrlMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L17C42-L17C74" - }, - { - "DocsId": "M:System.Security.Policy.UrlMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L18C59-L18C91" - }, - { - "DocsId": "P:System.Security.Policy.UrlMembershipCondition.Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs#L9C29-L9C33" - } - ], - "DocsId": "T:System.Security.Policy.UrlMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/UrlMembershipCondition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.Zone.#ctor(System.Security.SecurityZone)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L11C9-L11C43" - }, - { - "DocsId": "M:System.Security.Policy.Zone.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L13C32-L13C44" - }, - { - "DocsId": "M:System.Security.Policy.Zone.CreateFromUrl(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L14C56-L14C77" - }, - { - "DocsId": "M:System.Security.Policy.Zone.CreateIdentityPermission(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L15C74-L15C102" - }, - { - "DocsId": "M:System.Security.Policy.Zone.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L16C50-L16C64" - }, - { - "DocsId": "M:System.Security.Policy.Zone.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L17C46-L17C64" - }, - { - "DocsId": "M:System.Security.Policy.Zone.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L18C46-L18C61" - }, - { - "DocsId": "P:System.Security.Policy.Zone.SecurityZone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs#L12C50-L12C79" - } - ], - "DocsId": "T:System.Security.Policy.Zone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/Zone.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.#ctor(System.Security.SecurityZone)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L8C9-L8C62" - }, - { - "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.Check(System.Security.Policy.Evidence)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L10C48-L10C61" - }, - { - "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L11C46-L11C58" - }, - { - "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L12C50-L12C64" - }, - { - "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L13C50-L13C51" - }, - { - "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.FromXml(System.Security.SecurityElement,System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L14C69-L14C70" - }, - { - "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L15C46-L15C64" - }, - { - "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L16C46-L16C61" - }, - { - "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L17C42-L17C74" - }, - { - "DocsId": "M:System.Security.Policy.ZoneMembershipCondition.ToXml(System.Security.Policy.PolicyLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L18C59-L18C91" - }, - { - "DocsId": "P:System.Security.Policy.ZoneMembershipCondition.SecurityZone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs#L9C44-L9C48" - } - ], - "DocsId": "T:System.Security.Policy.ZoneMembershipCondition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Policy/ZoneMembershipCondition.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.DataProtectionPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L11C9-L11C67" - }, - { - "DocsId": "M:System.Security.Permissions.DataProtectionPermission.#ctor(System.Security.Permissions.DataProtectionPermissionFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L12C9-L12C80" - }, - { - "DocsId": "M:System.Security.Permissions.DataProtectionPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L13C41-L13C46" - }, - { - "DocsId": "M:System.Security.Permissions.DataProtectionPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L15C46-L15C58" - }, - { - "DocsId": "M:System.Security.Permissions.DataProtectionPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L16C65-L16C77" - }, - { - "DocsId": "M:System.Security.Permissions.DataProtectionPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L17C69-L17C81" - }, - { - "DocsId": "M:System.Security.Permissions.DataProtectionPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L18C64-L18C69" - }, - { - "DocsId": "M:System.Security.Permissions.DataProtectionPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L19C73-L19C74" - }, - { - "DocsId": "M:System.Security.Permissions.DataProtectionPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L20C51-L20C63" - }, - { - "DocsId": "P:System.Security.Permissions.DataProtectionPermission.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs#L14C54-L14C58" - } - ], - "DocsId": "T:System.Security.Permissions.DataProtectionPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.DataProtectionPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L13C75-L13C108" - }, - { - "DocsId": "M:System.Security.Permissions.DataProtectionPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L19C58-L19C86" - }, - { - "DocsId": "P:System.Security.Permissions.DataProtectionPermissionAttribute.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L14C54-L14C58" - }, - { - "DocsId": "P:System.Security.Permissions.DataProtectionPermissionAttribute.ProtectData", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L15C35-L15C39" - }, - { - "DocsId": "P:System.Security.Permissions.DataProtectionPermissionAttribute.UnprotectData", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L16C37-L16C41" - }, - { - "DocsId": "P:System.Security.Permissions.DataProtectionPermissionAttribute.ProtectMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L17C37-L17C41" - }, - { - "DocsId": "P:System.Security.Permissions.DataProtectionPermissionAttribute.UnprotectMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs#L18C39-L18C43" - } - ], - "DocsId": "T:System.Security.Permissions.DataProtectionPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.DataProtectionPermissionFlags.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.DataProtectionPermissionFlags.NoFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.DataProtectionPermissionFlags.ProtectData", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.DataProtectionPermissionFlags.UnprotectData", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.DataProtectionPermissionFlags.ProtectMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.DataProtectionPermissionFlags.UnprotectMemory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.DataProtectionPermissionFlags.AllFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" - } - ], - "DocsId": "T:System.Security.Permissions.DataProtectionPermissionFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/DataProtectionPermissionFlags.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermission.#ctor(System.Security.Permissions.EnvironmentPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L11C9-L11C92" - }, - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L12C9-L12C64" - }, - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermission.AddPathList(System.Security.Permissions.EnvironmentPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L13C86-L13C87" - }, - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L14C46-L14C74" - }, - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L15C61-L15C62" - }, - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermission.GetPathList(System.Security.Permissions.EnvironmentPermissionAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L16C71-L16C83" - }, - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L17C69-L17C97" - }, - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L18C63-L18C76" - }, - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L19C40-L19C53" - }, - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermission.SetPathList(System.Security.Permissions.EnvironmentPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L20C86-L20C87" - }, - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L21C51-L21C83" - }, - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs#L22C64-L22C92" - } - ], - "DocsId": "T:System.Security.Permissions.EnvironmentPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermission.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.EnvironmentPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.EnvironmentPermissionAccess.AllAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.EnvironmentPermissionAccess.NoAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.EnvironmentPermissionAccess.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.EnvironmentPermissionAccess.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" - } - ], - "DocsId": "T:System.Security.Permissions.EnvironmentPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAccess.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs#L12C72-L12C105" - }, - { - "DocsId": "M:System.Security.Permissions.EnvironmentPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs#L16C58-L16C86" - }, - { - "DocsId": "P:System.Security.Permissions.EnvironmentPermissionAttribute.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs#L13C29-L13C33" - }, - { - "DocsId": "P:System.Security.Permissions.EnvironmentPermissionAttribute.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs#L14C30-L14C34" - }, - { - "DocsId": "P:System.Security.Permissions.EnvironmentPermissionAttribute.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs#L15C31-L15C35" - } - ], - "DocsId": "T:System.Security.Permissions.EnvironmentPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/EnvironmentPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.FileDialogPermission.#ctor(System.Security.Permissions.FileDialogPermissionAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L11C9-L11C75" - }, - { - "DocsId": "M:System.Security.Permissions.FileDialogPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L12C9-L12C63" - }, - { - "DocsId": "M:System.Security.Permissions.FileDialogPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L14C46-L14C58" - }, - { - "DocsId": "M:System.Security.Permissions.FileDialogPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L15C61-L15C62" - }, - { - "DocsId": "M:System.Security.Permissions.FileDialogPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L16C69-L16C97" - }, - { - "DocsId": "M:System.Security.Permissions.FileDialogPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L17C63-L17C76" - }, - { - "DocsId": "M:System.Security.Permissions.FileDialogPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L18C40-L18C53" - }, - { - "DocsId": "M:System.Security.Permissions.FileDialogPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L19C51-L19C83" - }, - { - "DocsId": "M:System.Security.Permissions.FileDialogPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L20C65-L20C93" - }, - { - "DocsId": "P:System.Security.Permissions.FileDialogPermission.Access", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs#L13C52-L13C56" - } - ], - "DocsId": "T:System.Security.Permissions.FileDialogPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermission.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.FileDialogPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.FileDialogPermissionAccess.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.FileDialogPermissionAccess.Open", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.FileDialogPermissionAccess.OpenSave", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.FileDialogPermissionAccess.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" - } - ], - "DocsId": "T:System.Security.Permissions.FileDialogPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAccess.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.FileDialogPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAttribute.cs#L12C71-L12C104" - }, - { - "DocsId": "M:System.Security.Permissions.FileDialogPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAttribute.cs#L15C58-L15C86" - }, - { - "DocsId": "P:System.Security.Permissions.FileDialogPermissionAttribute.Open", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAttribute.cs#L13C28-L13C32" - }, - { - "DocsId": "P:System.Security.Permissions.FileDialogPermissionAttribute.Save", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAttribute.cs#L14C28-L14C32" - } - ], - "DocsId": "T:System.Security.Permissions.FileDialogPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileDialogPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.#ctor(System.Security.Permissions.FileIOPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L11C9-L11C80" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.#ctor(System.Security.Permissions.FileIOPermissionAccess,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L12C9-L12C86" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.#ctor(System.Security.Permissions.FileIOPermissionAccess,System.Security.AccessControl.AccessControlActions,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L13C9-L13C124" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.#ctor(System.Security.Permissions.FileIOPermissionAccess,System.Security.AccessControl.AccessControlActions,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L14C9-L14C130" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L15C9-L15C59" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.AddPathList(System.Security.Permissions.FileIOPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L18C79-L18C80" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.AddPathList(System.Security.Permissions.FileIOPermissionAccess,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L19C85-L19C86" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L20C46-L20C58" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L21C50-L21C64" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L22C61-L22C62" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L23C46-L23C64" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.GetPathList(System.Security.Permissions.FileIOPermissionAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L24C70-L24C82" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L25C69-L25C97" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L26C63-L26C76" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L27C40-L27C53" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.SetPathList(System.Security.Permissions.FileIOPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L28C79-L28C80" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.SetPathList(System.Security.Permissions.FileIOPermissionAccess,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L29C85-L29C86" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L30C51-L30C83" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L31C64-L31C92" - }, - { - "DocsId": "P:System.Security.Permissions.FileIOPermission.AllFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L16C50-L16C54" - }, - { - "DocsId": "P:System.Security.Permissions.FileIOPermission.AllLocalFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs#L17C55-L17C59" - } - ], - "DocsId": "T:System.Security.Permissions.FileIOPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermission.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.FileIOPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.FileIOPermissionAccess.AllAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.FileIOPermissionAccess.Append", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.FileIOPermissionAccess.NoAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.FileIOPermissionAccess.PathDiscovery", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.FileIOPermissionAccess.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.FileIOPermissionAccess.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" - } - ], - "DocsId": "T:System.Security.Permissions.FileIOPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAccess.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.FileIOPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L12C67-L12C83" - }, - { - "DocsId": "M:System.Security.Permissions.FileIOPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L24C58-L24C70" - }, - { - "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L13C30-L13C34" - }, - { - "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L14C31-L14C35" - }, - { - "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.Append", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L15C32-L15C36" - }, - { - "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.PathDiscovery", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L16C39-L16C43" - }, - { - "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.ViewAccessControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L17C43-L17C47" - }, - { - "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.ChangeAccessControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L18C45-L18C49" - }, - { - "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L20C29-L20C33" - }, - { - "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.ViewAndModify", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L21C39-L21C43" - }, - { - "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.AllFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L22C50-L22C54" - }, - { - "DocsId": "P:System.Security.Permissions.FileIOPermissionAttribute.AllLocalFiles", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs#L23C55-L23C59" - } - ], - "DocsId": "T:System.Security.Permissions.FileIOPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/FileIOPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.GacIdentityPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L11C9-L11C43" - }, - { - "DocsId": "M:System.Security.Permissions.GacIdentityPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L12C9-L12C64" - }, - { - "DocsId": "M:System.Security.Permissions.GacIdentityPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L13C46-L13C74" - }, - { - "DocsId": "M:System.Security.Permissions.GacIdentityPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L14C73-L14C74" - }, - { - "DocsId": "M:System.Security.Permissions.GacIdentityPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L15C69-L15C97" - }, - { - "DocsId": "M:System.Security.Permissions.GacIdentityPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L16C63-L16C76" - }, - { - "DocsId": "M:System.Security.Permissions.GacIdentityPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L17C51-L17C83" - }, - { - "DocsId": "M:System.Security.Permissions.GacIdentityPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs#L18C65-L18C93" - } - ], - "DocsId": "T:System.Security.Permissions.GacIdentityPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.GacIdentityPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermissionAttribute.cs#L12C72-L12C105" - }, - { - "DocsId": "M:System.Security.Permissions.GacIdentityPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermissionAttribute.cs#L13C58-L13C86" - } - ], - "DocsId": "T:System.Security.Permissions.GacIdentityPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/GacIdentityPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.HostProtectionAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L12C44-L12C77" - }, - { - "DocsId": "M:System.Security.Permissions.HostProtectionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L13C65-L13C98" - }, - { - "DocsId": "M:System.Security.Permissions.HostProtectionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L24C58-L24C86" - }, - { - "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.ExternalProcessMgmt", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L14C43-L14C47" - }, - { - "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.ExternalThreading", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L15C41-L15C45" - }, - { - "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.MayLeakOnAbort", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L16C38-L16C42" - }, - { - "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.Resources", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L17C51-L17C55" - }, - { - "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.SecurityInfrastructure", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L18C46-L18C50" - }, - { - "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.SelfAffectingProcessMgmt", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L19C48-L19C52" - }, - { - "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.SelfAffectingThreading", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L20C46-L20C50" - }, - { - "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.SharedState", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L21C35-L21C39" - }, - { - "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.Synchronization", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L22C39-L22C43" - }, - { - "DocsId": "P:System.Security.Permissions.HostProtectionAttribute.UI", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs#L23C26-L23C30" - } - ], - "DocsId": "T:System.Security.Permissions.HostProtectionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.HostProtectionResource.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - }, - { - "DocsId": "F:System.Security.Permissions.HostProtectionResource.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - }, - { - "DocsId": "F:System.Security.Permissions.HostProtectionResource.ExternalProcessMgmt", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - }, - { - "DocsId": "F:System.Security.Permissions.HostProtectionResource.ExternalThreading", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - }, - { - "DocsId": "F:System.Security.Permissions.HostProtectionResource.MayLeakOnAbort", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - }, - { - "DocsId": "F:System.Security.Permissions.HostProtectionResource.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - }, - { - "DocsId": "F:System.Security.Permissions.HostProtectionResource.SecurityInfrastructure", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - }, - { - "DocsId": "F:System.Security.Permissions.HostProtectionResource.SelfAffectingProcessMgmt", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - }, - { - "DocsId": "F:System.Security.Permissions.HostProtectionResource.SelfAffectingThreading", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - }, - { - "DocsId": "F:System.Security.Permissions.HostProtectionResource.SharedState", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - }, - { - "DocsId": "F:System.Security.Permissions.HostProtectionResource.Synchronization", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - }, - { - "DocsId": "F:System.Security.Permissions.HostProtectionResource.UI", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - } - ], - "DocsId": "T:System.Security.Permissions.HostProtectionResource", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/HostProtectionResource.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.DomainIsolationByUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.ApplicationIsolationByUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.AssemblyIsolationByUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.DomainIsolationByMachine", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.AssemblyIsolationByMachine", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.ApplicationIsolationByMachine", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.DomainIsolationByRoamingUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.AssemblyIsolationByRoamingUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.ApplicationIsolationByRoamingUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.AdministerIsolatedStorageByUser", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "DocsId": "F:System.Security.Permissions.IsolatedStorageContainment.UnrestrictedIsolatedStorage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - } - ], - "DocsId": "T:System.Security.Permissions.IsolatedStorageContainment", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageContainment.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L11C71-L11C86" - }, - { - "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L12C65-L12C77" - }, - { - "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L13C63-L13C76" - }, - { - "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L14C69-L14C81" - }, - { - "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L15C46-L15C58" - }, - { - "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs#L16C51-L16C63" - } - ], - "DocsId": "T:System.Security.Permissions.IsolatedStorageFilePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermissionAttribute.cs#L14C80-L14C96" - }, - { - "DocsId": "M:System.Security.Permissions.IsolatedStorageFilePermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermissionAttribute.cs#L15C58-L15C70" - } - ], - "DocsId": "T:System.Security.Permissions.IsolatedStorageFilePermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStorageFilePermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.IsolatedStoragePermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L11C9-L11C71" - }, - { - "DocsId": "M:System.Security.Permissions.IsolatedStoragePermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L14C40-L14C53" - }, - { - "DocsId": "M:System.Security.Permissions.IsolatedStoragePermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L15C51-L15C83" - }, - { - "DocsId": "M:System.Security.Permissions.IsolatedStoragePermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L16C61-L16C62" - }, - { - "DocsId": "P:System.Security.Permissions.IsolatedStoragePermission.UserQuota", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L12C33-L12C37" - }, - { - "DocsId": "P:System.Security.Permissions.IsolatedStoragePermission.UsageAllowed", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs#L13C58-L13C62" - } - ], - "DocsId": "T:System.Security.Permissions.IsolatedStoragePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.IsolatedStoragePermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermissionAttribute.cs#L11C79-L11C95" - }, - { - "DocsId": "P:System.Security.Permissions.IsolatedStoragePermissionAttribute.UserQuota", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermissionAttribute.cs#L12C33-L12C37" - }, - { - "DocsId": "P:System.Security.Permissions.IsolatedStoragePermissionAttribute.UsageAllowed", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermissionAttribute.cs#L13C58-L13C62" - } - ], - "DocsId": "T:System.Security.Permissions.IsolatedStoragePermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IsolatedStoragePermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.IUnrestrictedPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IUnrestrictedPermission.cs" - } - ], - "DocsId": "T:System.Security.Permissions.IUnrestrictedPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/IUnrestrictedPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L11C9-L11C65" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermission.#ctor(System.Security.Permissions.KeyContainerPermissionFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L12C9-L12C77" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermission.#ctor(System.Security.Permissions.KeyContainerPermissionFlags,System.Security.Permissions.KeyContainerPermissionAccessEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L13C9-L13C125" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L16C40-L16C53" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L17C63-L17C76" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L18C69-L18C81" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L19C65-L19C77" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L20C46-L20C58" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L21C51-L21C63" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L22C73-L22C74" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermission.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L14C52-L14C56" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermission.AccessEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs#L15C76-L15C80" - } - ], - "DocsId": "T:System.Security.Permissions.KeyContainerPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntry.#ctor(System.String,System.Security.Permissions.KeyContainerPermissionFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L13C9-L13C113" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntry.#ctor(System.Security.Cryptography.CspParameters,System.Security.Permissions.KeyContainerPermissionFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L14C9-L14C114" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntry.#ctor(System.String,System.String,System.Int32,System.String,System.Int32,System.Security.Permissions.KeyContainerPermissionFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L15C9-L17C12" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntry.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L24C49-L24C62" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntry.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L25C45-L25C54" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntry.KeyStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L18C34-L18C38" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntry.ProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L19C38-L19C42" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntry.ProviderType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L20C35-L20C39" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntry.KeyContainerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L21C42-L21C46" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntry.KeySpec", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L22C30-L22C34" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntry.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs#L23C52-L23C56" - } - ], - "DocsId": "T:System.Security.Permissions.KeyContainerPermissionAccessEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntry.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.Add(System.Security.Permissions.KeyContainerPermissionAccessEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L15C73-L15C82" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L16C31-L16C32" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.IndexOf(System.Security.Permissions.KeyContainerPermissionAccessEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L17C77-L17C86" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.Remove(System.Security.Permissions.KeyContainerPermissionAccessEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L18C77-L18C78" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L19C78-L19C90" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.CopyTo(System.Security.Permissions.KeyContainerPermissionAccessEntry[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L20C84-L20C85" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L21C54-L21C90" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L22C51-L22C87" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L13C74-L13C86" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L14C28-L14C32" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.IsSynchronized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L23C38-L23C42" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection.SyncRoot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs#L24C34-L24C38" - } - ], - "DocsId": "T:System.Security.Permissions.KeyContainerPermissionAccessEntryCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator.System#Collections#IEnumerator#get_Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs#L14C38-L14C42" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator.MoveNext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs#L15C34-L15C47" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator.Reset", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs#L16C31-L16C32" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator.Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs#L13C60-L13C64" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator.System#Collections#IEnumerator#Current", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs#L14C38-L14C42" - } - ], - "DocsId": "T:System.Security.Permissions.KeyContainerPermissionAccessEntryEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAccessEntryEnumerator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L12C73-L12C89" - }, - { - "DocsId": "M:System.Security.Permissions.KeyContainerPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L19C58-L19C70" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAttribute.KeyStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L13C34-L13C38" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAttribute.ProviderName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L14C38-L14C42" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAttribute.ProviderType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L15C35-L15C39" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAttribute.KeyContainerName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L16C42-L16C46" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAttribute.KeySpec", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L17C30-L17C34" - }, - { - "DocsId": "P:System.Security.Permissions.KeyContainerPermissionAttribute.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs#L18C52-L18C56" - } - ], - "DocsId": "T:System.Security.Permissions.KeyContainerPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.NoFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.Create", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.Open", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.Import", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.Export", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.Sign", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.Decrypt", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.ViewAcl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.ChangeAcl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.KeyContainerPermissionFlags.AllFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - } - ], - "DocsId": "T:System.Security.Permissions.KeyContainerPermissionFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/KeyContainerPermissionFlags.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.MediaPermissionAudio.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.MediaPermissionAudio.NoAudio", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.MediaPermissionAudio.SiteOfOriginAudio", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.MediaPermissionAudio.SafeAudio", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.MediaPermissionAudio.AllAudio", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - } - ], - "DocsId": "T:System.Security.Permissions.MediaPermissionAudio", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.MediaPermissionVideo.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.MediaPermissionVideo.NoVideo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.MediaPermissionVideo.SiteOfOriginVideo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.MediaPermissionVideo.SafeVideo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.MediaPermissionVideo.AllVideo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - } - ], - "DocsId": "T:System.Security.Permissions.MediaPermissionVideo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.MediaPermissionImage.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.MediaPermissionImage.NoImage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.MediaPermissionImage.SiteOfOriginImage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.MediaPermissionImage.SafeImage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.MediaPermissionImage.AllImage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - } - ], - "DocsId": "T:System.Security.Permissions.MediaPermissionImage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.MediaPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L43C9-L43C37" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L44C9-L44C58" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermission.#ctor(System.Security.Permissions.MediaPermissionAudio)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L45C9-L45C73" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermission.#ctor(System.Security.Permissions.MediaPermissionVideo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L46C9-L46C73" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermission.#ctor(System.Security.Permissions.MediaPermissionImage)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L47C9-L47C73" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermission.#ctor(System.Security.Permissions.MediaPermissionAudio,System.Security.Permissions.MediaPermissionVideo,System.Security.Permissions.MediaPermissionImage)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L48C9-L51C12" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L52C40-L52C52" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L53C63-L53C75" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L54C69-L54C98" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L55C65-L55C94" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L56C46-L56C75" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L57C51-L57C83" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L58C73-L58C74" - }, - { - "DocsId": "P:System.Security.Permissions.MediaPermission.Audio", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L59C51-L59C88" - }, - { - "DocsId": "P:System.Security.Permissions.MediaPermission.Video", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L60C51-L60C88" - }, - { - "DocsId": "P:System.Security.Permissions.MediaPermission.Image", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L61C51-L61C88" - } - ], - "DocsId": "T:System.Security.Permissions.MediaPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.MediaPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L70C66-L70C82" - }, - { - "DocsId": "M:System.Security.Permissions.MediaPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L71C58-L71C87" - }, - { - "DocsId": "P:System.Security.Permissions.MediaPermissionAttribute.Audio", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L72C51-L72C88" - }, - { - "DocsId": "P:System.Security.Permissions.MediaPermissionAttribute.Video", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L73C51-L73C88" - }, - { - "DocsId": "P:System.Security.Permissions.MediaPermissionAttribute.Image", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs#L74C51-L74C88" - } - ], - "DocsId": "T:System.Security.Permissions.MediaPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/MediaPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.PermissionSetAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L12C64-L12C97" - }, - { - "DocsId": "M:System.Security.Permissions.PermissionSetAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L18C58-L18C86" - }, - { - "DocsId": "M:System.Security.Permissions.PermissionSetAttribute.CreatePermissionSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L19C54-L19C84" - }, - { - "DocsId": "P:System.Security.Permissions.PermissionSetAttribute.File", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L13C30-L13C34" - }, - { - "DocsId": "P:System.Security.Permissions.PermissionSetAttribute.Hex", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L14C29-L14C33" - }, - { - "DocsId": "P:System.Security.Permissions.PermissionSetAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L15C30-L15C34" - }, - { - "DocsId": "P:System.Security.Permissions.PermissionSetAttribute.UnicodeEncoded", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L16C38-L16C42" - }, - { - "DocsId": "P:System.Security.Permissions.PermissionSetAttribute.XML", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs#L17C29-L17C33" - } - ], - "DocsId": "T:System.Security.Permissions.PermissionSetAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PermissionSetAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L18C9-L30C81" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L34C9-L37C10" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.#ctor(System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L39C9-L42C10" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L67C39-L72C25" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L77C13-L115C25" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L120C13-L171C90" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L176C13-L196C58" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L201C13-L208C25" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L213C13-L216C25" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L221C13-L221C54" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.Demand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L226C13-L248C74" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L253C13-L267C25" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L272C13-L298C10" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermission.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs#L302C13-L302C39" - } - ], - "DocsId": "T:System.Security.Permissions.PrincipalPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.PrincipalPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs#L15C70-L15C103" - }, - { - "DocsId": "M:System.Security.Permissions.PrincipalPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs#L19C58-L19C86" - }, - { - "DocsId": "P:System.Security.Permissions.PrincipalPermissionAttribute.Authenticated", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs#L16C37-L16C41" - }, - { - "DocsId": "P:System.Security.Permissions.PrincipalPermissionAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs#L17C30-L17C34" - }, - { - "DocsId": "P:System.Security.Permissions.PrincipalPermissionAttribute.Role", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs#L18C30-L18C34" - } - ], - "DocsId": "T:System.Security.Permissions.PrincipalPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PrincipalPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L13C9-L13C76" - }, - { - "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L14C9-L14C70" - }, - { - "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L16C46-L16C58" - }, - { - "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L17C61-L17C62" - }, - { - "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L18C69-L18C97" - }, - { - "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L19C63-L19C76" - }, - { - "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L20C51-L20C83" - }, - { - "DocsId": "M:System.Security.Permissions.PublisherIdentityPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L21C65-L21C93" - }, - { - "DocsId": "P:System.Security.Permissions.PublisherIdentityPermission.Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs#L15C46-L15C50" - } - ], - "DocsId": "T:System.Security.Permissions.PublisherIdentityPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.PublisherIdentityPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs#L12C78-L12C111" - }, - { - "DocsId": "M:System.Security.Permissions.PublisherIdentityPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs#L16C58-L16C86" - }, - { - "DocsId": "P:System.Security.Permissions.PublisherIdentityPermissionAttribute.CertFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs#L13C34-L13C38" - }, - { - "DocsId": "P:System.Security.Permissions.PublisherIdentityPermissionAttribute.SignedFile", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs#L14C36-L14C40" - }, - { - "DocsId": "P:System.Security.Permissions.PublisherIdentityPermissionAttribute.X509Certificate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs#L15C41-L15C45" - } - ], - "DocsId": "T:System.Security.Permissions.PublisherIdentityPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/PublisherIdentityPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.ReflectionPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L11C9-L11C63" - }, - { - "DocsId": "M:System.Security.Permissions.ReflectionPermission.#ctor(System.Security.Permissions.ReflectionPermissionFlag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L12C9-L12C71" - }, - { - "DocsId": "M:System.Security.Permissions.ReflectionPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L14C46-L14C58" - }, - { - "DocsId": "M:System.Security.Permissions.ReflectionPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L15C61-L15C62" - }, - { - "DocsId": "M:System.Security.Permissions.ReflectionPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L16C69-L16C97" - }, - { - "DocsId": "M:System.Security.Permissions.ReflectionPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L17C63-L17C76" - }, - { - "DocsId": "M:System.Security.Permissions.ReflectionPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L18C40-L18C53" - }, - { - "DocsId": "M:System.Security.Permissions.ReflectionPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L19C51-L19C83" - }, - { - "DocsId": "M:System.Security.Permissions.ReflectionPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L20C64-L20C92" - }, - { - "DocsId": "P:System.Security.Permissions.ReflectionPermission.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs#L13C49-L13C53" - } - ], - "DocsId": "T:System.Security.Permissions.ReflectionPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.ReflectionPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L12C71-L12C104" - }, - { - "DocsId": "M:System.Security.Permissions.ReflectionPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L20C58-L20C86" - }, - { - "DocsId": "P:System.Security.Permissions.ReflectionPermissionAttribute.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L13C49-L13C53" - }, - { - "DocsId": "P:System.Security.Permissions.ReflectionPermissionAttribute.MemberAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L14C36-L14C40" - }, - { - "DocsId": "P:System.Security.Permissions.ReflectionPermissionAttribute.ReflectionEmit", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L16C38-L16C42" - }, - { - "DocsId": "P:System.Security.Permissions.ReflectionPermissionAttribute.RestrictedMemberAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L17C46-L17C50" - }, - { - "DocsId": "P:System.Security.Permissions.ReflectionPermissionAttribute.TypeInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs#L19C39-L19C43" - } - ], - "DocsId": "T:System.Security.Permissions.ReflectionPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.ReflectionPermissionFlag.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" - }, - { - "DocsId": "F:System.Security.Permissions.ReflectionPermissionFlag.AllFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" - }, - { - "DocsId": "F:System.Security.Permissions.ReflectionPermissionFlag.MemberAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" - }, - { - "DocsId": "F:System.Security.Permissions.ReflectionPermissionFlag.NoFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" - }, - { - "DocsId": "F:System.Security.Permissions.ReflectionPermissionFlag.ReflectionEmit", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" - }, - { - "DocsId": "F:System.Security.Permissions.ReflectionPermissionFlag.RestrictedMemberAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" - }, - { - "DocsId": "F:System.Security.Permissions.ReflectionPermissionFlag.TypeInformation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" - } - ], - "DocsId": "T:System.Security.Permissions.ReflectionPermissionFlag", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ReflectionPermissionFlag.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L13C9-L13C61" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.#ctor(System.Security.Permissions.RegistryPermissionAccess,System.Security.AccessControl.AccessControlActions,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L14C9-L14C118" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.#ctor(System.Security.Permissions.RegistryPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L15C9-L15C88" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.AddPathList(System.Security.Permissions.RegistryPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L16C85-L16C86" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.AddPathList(System.Security.Permissions.RegistryPermissionAccess,System.Security.AccessControl.AccessControlActions,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L17C115-L17C116" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L18C46-L18C74" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L19C62-L19C63" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.GetPathList(System.Security.Permissions.RegistryPermissionAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L20C70-L20C82" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L21C69-L21C97" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L22C63-L22C76" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L23C40-L23C53" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.SetPathList(System.Security.Permissions.RegistryPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L24C85-L24C86" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L25C51-L25C83" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs#L26C64-L26C92" - } - ], - "DocsId": "T:System.Security.Permissions.RegistryPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermission.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.RegistryPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.RegistryPermissionAccess.AllAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.RegistryPermissionAccess.Create", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.RegistryPermissionAccess.NoAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.RegistryPermissionAccess.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" - }, - { - "DocsId": "F:System.Security.Permissions.RegistryPermissionAccess.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" - } - ], - "DocsId": "T:System.Security.Permissions.RegistryPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAccess.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.RegistryPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L12C69-L12C102" - }, - { - "DocsId": "M:System.Security.Permissions.RegistryPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L21C58-L21C86" - }, - { - "DocsId": "P:System.Security.Permissions.RegistryPermissionAttribute.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L14C29-L14C33" - }, - { - "DocsId": "P:System.Security.Permissions.RegistryPermissionAttribute.ChangeAccessControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L15C45-L15C49" - }, - { - "DocsId": "P:System.Security.Permissions.RegistryPermissionAttribute.Create", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L16C32-L16C36" - }, - { - "DocsId": "P:System.Security.Permissions.RegistryPermissionAttribute.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L17C30-L17C34" - }, - { - "DocsId": "P:System.Security.Permissions.RegistryPermissionAttribute.ViewAccessControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L18C43-L18C47" - }, - { - "DocsId": "P:System.Security.Permissions.RegistryPermissionAttribute.ViewAndModify", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L19C39-L19C43" - }, - { - "DocsId": "P:System.Security.Permissions.RegistryPermissionAttribute.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs#L20C31-L20C35" - } - ], - "DocsId": "T:System.Security.Permissions.RegistryPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/RegistryPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L15C9-L15C47" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L16C9-L16C68" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.AddPermissionAccess(System.Security.Permissions.ResourcePermissionBaseEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L22C81-L22C82" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L23C34-L23C35" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L24C46-L24C58" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.GetPermissionEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L25C74-L25C86" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L26C73-L26C74" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L27C69-L27C81" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L28C63-L28C76" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L29C40-L29C53" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.RemovePermissionAccess(System.Security.Permissions.ResourcePermissionBaseEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L30C84-L30C85" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L31C51-L31C63" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBase.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L32C65-L32C77" - }, - { - "DocsId": "F:System.Security.Permissions.ResourcePermissionBase.Any", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs" - }, - { - "DocsId": "F:System.Security.Permissions.ResourcePermissionBase.Local", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs" - }, - { - "DocsId": "P:System.Security.Permissions.ResourcePermissionBase.PermissionAccessType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L20C47-L20C51" - }, - { - "DocsId": "P:System.Security.Permissions.ResourcePermissionBase.TagNames", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs#L21C39-L21C43" - } - ], - "DocsId": "T:System.Security.Permissions.ResourcePermissionBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBaseEntry.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBaseEntry.cs#L11C9-L11C49" - }, - { - "DocsId": "M:System.Security.Permissions.ResourcePermissionBaseEntry.#ctor(System.Int32,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBaseEntry.cs#L12C9-L12C100" - }, - { - "DocsId": "P:System.Security.Permissions.ResourcePermissionBaseEntry.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBaseEntry.cs#L13C39-L13C43" - }, - { - "DocsId": "P:System.Security.Permissions.ResourcePermissionBaseEntry.PermissionAccessPath", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBaseEntry.cs#L14C48-L14C52" - } - ], - "DocsId": "T:System.Security.Permissions.ResourcePermissionBaseEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ResourcePermissionBaseEntry.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.SecurityPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L11C9-L11C61" - }, - { - "DocsId": "M:System.Security.Permissions.SecurityPermission.#ctor(System.Security.Permissions.SecurityPermissionFlag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L12C9-L12C67" - }, - { - "DocsId": "M:System.Security.Permissions.SecurityPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L14C46-L14C58" - }, - { - "DocsId": "M:System.Security.Permissions.SecurityPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L15C61-L15C62" - }, - { - "DocsId": "M:System.Security.Permissions.SecurityPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L16C69-L16C97" - }, - { - "DocsId": "M:System.Security.Permissions.SecurityPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L17C63-L17C76" - }, - { - "DocsId": "M:System.Security.Permissions.SecurityPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L18C40-L18C53" - }, - { - "DocsId": "M:System.Security.Permissions.SecurityPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L19C51-L19C83" - }, - { - "DocsId": "M:System.Security.Permissions.SecurityPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L20C65-L20C93" - }, - { - "DocsId": "P:System.Security.Permissions.SecurityPermission.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs#L13C47-L13C51" - } - ], - "DocsId": "T:System.Security.Permissions.SecurityPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SecurityPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L11C9-L11C65" - }, - { - "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L12C9-L12C55" - }, - { - "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L14C46-L14C74" - }, - { - "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L15C61-L15C62" - }, - { - "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L16C69-L16C97" - }, - { - "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L17C63-L17C76" - }, - { - "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L18C51-L18C83" - }, - { - "DocsId": "M:System.Security.Permissions.SiteIdentityPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L19C65-L19C93" - }, - { - "DocsId": "P:System.Security.Permissions.SiteIdentityPermission.Site", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs#L13C30-L13C34" - } - ], - "DocsId": "T:System.Security.Permissions.SiteIdentityPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.SiteIdentityPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermissionAttribute.cs#L12C73-L12C106" - }, - { - "DocsId": "M:System.Security.Permissions.SiteIdentityPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermissionAttribute.cs#L14C58-L14C86" - }, - { - "DocsId": "P:System.Security.Permissions.SiteIdentityPermissionAttribute.Site", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermissionAttribute.cs#L13C30-L13C34" - } - ], - "DocsId": "T:System.Security.Permissions.SiteIdentityPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/SiteIdentityPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.StorePermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L11C9-L11C58" - }, - { - "DocsId": "M:System.Security.Permissions.StorePermission.#ctor(System.Security.Permissions.StorePermissionFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L12C9-L12C62" - }, - { - "DocsId": "M:System.Security.Permissions.StorePermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L14C40-L14C53" - }, - { - "DocsId": "M:System.Security.Permissions.StorePermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L15C65-L15C77" - }, - { - "DocsId": "M:System.Security.Permissions.StorePermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L16C63-L16C76" - }, - { - "DocsId": "M:System.Security.Permissions.StorePermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L17C69-L17C81" - }, - { - "DocsId": "M:System.Security.Permissions.StorePermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L18C46-L18C58" - }, - { - "DocsId": "M:System.Security.Permissions.StorePermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L19C51-L19C63" - }, - { - "DocsId": "M:System.Security.Permissions.StorePermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L20C73-L20C74" - }, - { - "DocsId": "P:System.Security.Permissions.StorePermission.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs#L13C45-L13C49" - } - ], - "DocsId": "T:System.Security.Permissions.StorePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.StorePermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L12C66-L12C82" - }, - { - "DocsId": "M:System.Security.Permissions.StorePermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L21C58-L21C70" - }, - { - "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L13C45-L13C49" - }, - { - "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.CreateStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L14C35-L14C39" - }, - { - "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.DeleteStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L15C35-L15C39" - }, - { - "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.EnumerateStores", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L16C39-L16C43" - }, - { - "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.OpenStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L17C33-L17C37" - }, - { - "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.AddToStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L18C34-L18C38" - }, - { - "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.RemoveFromStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L19C39-L19C43" - }, - { - "DocsId": "P:System.Security.Permissions.StorePermissionAttribute.EnumerateCertificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs#L20C45-L20C49" - } - ], - "DocsId": "T:System.Security.Permissions.StorePermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.StorePermissionFlags.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.StorePermissionFlags.NoFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.StorePermissionFlags.CreateStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.StorePermissionFlags.DeleteStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.StorePermissionFlags.EnumerateStores", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.StorePermissionFlags.OpenStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.StorePermissionFlags.AddToStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.StorePermissionFlags.RemoveFromStore", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.StorePermissionFlags.EnumerateCertificates", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.StorePermissionFlags.AllFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" - } - ], - "DocsId": "T:System.Security.Permissions.StorePermissionFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StorePermissionFlags.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L11C9-L11C71" - }, - { - "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.#ctor(System.Security.Permissions.StrongNamePublicKeyBlob,System.String,System.Version)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L12C9-L12C108" - }, - { - "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L16C46-L16C58" - }, - { - "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L17C59-L17C60" - }, - { - "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L18C69-L18C97" - }, - { - "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L19C63-L19C76" - }, - { - "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L20C51-L20C83" - }, - { - "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L21C65-L21C93" - }, - { - "DocsId": "P:System.Security.Permissions.StrongNameIdentityPermission.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L13C30-L13C34" - }, - { - "DocsId": "P:System.Security.Permissions.StrongNameIdentityPermission.PublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L14C52-L14C56" - }, - { - "DocsId": "P:System.Security.Permissions.StrongNameIdentityPermission.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs#L15C34-L15C38" - } - ], - "DocsId": "T:System.Security.Permissions.StrongNameIdentityPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs#L12C79-L12C112" - }, - { - "DocsId": "M:System.Security.Permissions.StrongNameIdentityPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs#L16C58-L16C86" - }, - { - "DocsId": "P:System.Security.Permissions.StrongNameIdentityPermissionAttribute.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs#L13C30-L13C34" - }, - { - "DocsId": "P:System.Security.Permissions.StrongNameIdentityPermissionAttribute.PublicKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs#L14C35-L14C39" - }, - { - "DocsId": "P:System.Security.Permissions.StrongNameIdentityPermissionAttribute.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs#L15C33-L15C37" - } - ], - "DocsId": "T:System.Security.Permissions.StrongNameIdentityPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNameIdentityPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.StrongNamePublicKeyBlob.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs#L11C9-L11C61" - }, - { - "DocsId": "M:System.Security.Permissions.StrongNamePublicKeyBlob.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs#L12C50-L12C64" - }, - { - "DocsId": "M:System.Security.Permissions.StrongNamePublicKeyBlob.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs#L13C46-L13C64" - }, - { - "DocsId": "M:System.Security.Permissions.StrongNamePublicKeyBlob.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs#L14C46-L14C61" - } - ], - "DocsId": "T:System.Security.Permissions.StrongNamePublicKeyBlob", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/StrongNamePublicKeyBlob.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L11C9-L11C67" - }, - { - "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.#ctor(System.Security.Permissions.TypeDescriptorPermissionFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L12C9-L12C80" - }, - { - "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L14C46-L14C58" - }, - { - "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L15C73-L15C74" - }, - { - "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L16C69-L16C97" - }, - { - "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L17C63-L17C76" - }, - { - "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L18C40-L18C53" - }, - { - "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L19C51-L19C83" - }, - { - "DocsId": "M:System.Security.Permissions.TypeDescriptorPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L20C65-L20C93" - }, - { - "DocsId": "P:System.Security.Permissions.TypeDescriptorPermission.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs#L13C54-L13C58" - } - ], - "DocsId": "T:System.Security.Permissions.TypeDescriptorPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.TypeDescriptorPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionAttribute.cs#L12C75-L12C91" - }, - { - "DocsId": "M:System.Security.Permissions.TypeDescriptorPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionAttribute.cs#L15C58-L15C70" - }, - { - "DocsId": "P:System.Security.Permissions.TypeDescriptorPermissionAttribute.Flags", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionAttribute.cs#L13C54-L13C58" - }, - { - "DocsId": "P:System.Security.Permissions.TypeDescriptorPermissionAttribute.RestrictedRegistrationAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionAttribute.cs#L14C52-L14C56" - } - ], - "DocsId": "T:System.Security.Permissions.TypeDescriptorPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.TypeDescriptorPermissionFlags.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.TypeDescriptorPermissionFlags.NoFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionFlags.cs" - }, - { - "DocsId": "F:System.Security.Permissions.TypeDescriptorPermissionFlags.RestrictedRegistrationAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionFlags.cs" - } - ], - "DocsId": "T:System.Security.Permissions.TypeDescriptorPermissionFlags", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/TypeDescriptorPermissionFlags.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.UIPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L11C9-L11C55" - }, - { - "DocsId": "M:System.Security.Permissions.UIPermission.#ctor(System.Security.Permissions.UIPermissionClipboard)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L12C9-L12C69" - }, - { - "DocsId": "M:System.Security.Permissions.UIPermission.#ctor(System.Security.Permissions.UIPermissionWindow)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L13C9-L13C63" - }, - { - "DocsId": "M:System.Security.Permissions.UIPermission.#ctor(System.Security.Permissions.UIPermissionWindow,System.Security.Permissions.UIPermissionClipboard)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L14C9-L14C100" - }, - { - "DocsId": "M:System.Security.Permissions.UIPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L17C46-L17C58" - }, - { - "DocsId": "M:System.Security.Permissions.UIPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L18C61-L18C62" - }, - { - "DocsId": "M:System.Security.Permissions.UIPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L19C69-L19C97" - }, - { - "DocsId": "M:System.Security.Permissions.UIPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L20C63-L20C76" - }, - { - "DocsId": "M:System.Security.Permissions.UIPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L21C40-L21C53" - }, - { - "DocsId": "M:System.Security.Permissions.UIPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L22C51-L22C83" - }, - { - "DocsId": "M:System.Security.Permissions.UIPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L23C65-L23C93" - }, - { - "DocsId": "P:System.Security.Permissions.UIPermission.Clipboard", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L15C50-L15C54" - }, - { - "DocsId": "P:System.Security.Permissions.UIPermission.Window", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs#L16C44-L16C48" - } - ], - "DocsId": "T:System.Security.Permissions.UIPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.UIPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionAttribute.cs#L12C63-L12C96" - }, - { - "DocsId": "M:System.Security.Permissions.UIPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionAttribute.cs#L15C58-L15C86" - }, - { - "DocsId": "P:System.Security.Permissions.UIPermissionAttribute.Clipboard", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionAttribute.cs#L13C50-L13C54" - }, - { - "DocsId": "P:System.Security.Permissions.UIPermissionAttribute.Window", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionAttribute.cs#L14C44-L14C48" - } - ], - "DocsId": "T:System.Security.Permissions.UIPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.UIPermissionClipboard.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionClipboard.cs" - }, - { - "DocsId": "F:System.Security.Permissions.UIPermissionClipboard.AllClipboard", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionClipboard.cs" - }, - { - "DocsId": "F:System.Security.Permissions.UIPermissionClipboard.NoClipboard", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionClipboard.cs" - }, - { - "DocsId": "F:System.Security.Permissions.UIPermissionClipboard.OwnClipboard", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionClipboard.cs" - } - ], - "DocsId": "T:System.Security.Permissions.UIPermissionClipboard", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionClipboard.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.UIPermissionWindow.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" - }, - { - "DocsId": "F:System.Security.Permissions.UIPermissionWindow.AllWindows", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" - }, - { - "DocsId": "F:System.Security.Permissions.UIPermissionWindow.NoWindows", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" - }, - { - "DocsId": "F:System.Security.Permissions.UIPermissionWindow.SafeSubWindows", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" - }, - { - "DocsId": "F:System.Security.Permissions.UIPermissionWindow.SafeTopLevelWindows", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" - } - ], - "DocsId": "T:System.Security.Permissions.UIPermissionWindow", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UIPermissionWindow.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L11C9-L11C64" - }, - { - "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L12C9-L12C54" - }, - { - "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L14C46-L14C74" - }, - { - "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L15C61-L15C62" - }, - { - "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L16C69-L16C97" - }, - { - "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L17C63-L17C76" - }, - { - "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L18C51-L18C83" - }, - { - "DocsId": "M:System.Security.Permissions.UrlIdentityPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L19C65-L19C93" - }, - { - "DocsId": "P:System.Security.Permissions.UrlIdentityPermission.Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs#L13C29-L13C33" - } - ], - "DocsId": "T:System.Security.Permissions.UrlIdentityPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.UrlIdentityPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermissionAttribute.cs#L12C72-L12C105" - }, - { - "DocsId": "M:System.Security.Permissions.UrlIdentityPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermissionAttribute.cs#L14C58-L14C86" - }, - { - "DocsId": "P:System.Security.Permissions.UrlIdentityPermissionAttribute.Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermissionAttribute.cs#L13C29-L13C33" - } - ], - "DocsId": "T:System.Security.Permissions.UrlIdentityPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/UrlIdentityPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Permissions.WebBrowserPermissionLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.WebBrowserPermissionLevel.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.WebBrowserPermissionLevel.Safe", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" - }, - { - "DocsId": "F:System.Security.Permissions.WebBrowserPermissionLevel.Unrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" - } - ], - "DocsId": "T:System.Security.Permissions.WebBrowserPermissionLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.WebBrowserPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L20C9-L20C42" - }, - { - "DocsId": "M:System.Security.Permissions.WebBrowserPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L21C9-L21C63" - }, - { - "DocsId": "M:System.Security.Permissions.WebBrowserPermission.#ctor(System.Security.Permissions.WebBrowserPermissionLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L22C9-L22C93" - }, - { - "DocsId": "M:System.Security.Permissions.WebBrowserPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L23C40-L23C52" - }, - { - "DocsId": "M:System.Security.Permissions.WebBrowserPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L24C63-L24C75" - }, - { - "DocsId": "M:System.Security.Permissions.WebBrowserPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L25C69-L25C103" - }, - { - "DocsId": "M:System.Security.Permissions.WebBrowserPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L26C65-L26C99" - }, - { - "DocsId": "M:System.Security.Permissions.WebBrowserPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L27C46-L27C80" - }, - { - "DocsId": "M:System.Security.Permissions.WebBrowserPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L28C51-L28C83" - }, - { - "DocsId": "M:System.Security.Permissions.WebBrowserPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L29C73-L29C74" - }, - { - "DocsId": "P:System.Security.Permissions.WebBrowserPermission.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L30C56-L30C102" - } - ], - "DocsId": "T:System.Security.Permissions.WebBrowserPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.WebBrowserPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L39C71-L39C87" - }, - { - "DocsId": "M:System.Security.Permissions.WebBrowserPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L40C58-L40C92" - }, - { - "DocsId": "P:System.Security.Permissions.WebBrowserPermissionAttribute.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs#L41C56-L41C102" - } - ], - "DocsId": "T:System.Security.Permissions.WebBrowserPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/WebBrowserPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L11C9-L11C65" - }, - { - "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.#ctor(System.Security.SecurityZone)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L12C9-L12C61" - }, - { - "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L14C46-L14C58" - }, - { - "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L15C61-L15C62" - }, - { - "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L16C69-L16C97" - }, - { - "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L17C63-L17C76" - }, - { - "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L18C51-L18C83" - }, - { - "DocsId": "M:System.Security.Permissions.ZoneIdentityPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L19C65-L19C93" - }, - { - "DocsId": "P:System.Security.Permissions.ZoneIdentityPermission.SecurityZone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs#L13C44-L13C48" - } - ], - "DocsId": "T:System.Security.Permissions.ZoneIdentityPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Permissions.ZoneIdentityPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermissionAttribute.cs#L12C73-L12C106" - }, - { - "DocsId": "M:System.Security.Permissions.ZoneIdentityPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermissionAttribute.cs#L14C58-L14C86" - }, - { - "DocsId": "P:System.Security.Permissions.ZoneIdentityPermissionAttribute.Zone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermissionAttribute.cs#L13C36-L13C40" - } - ], - "DocsId": "T:System.Security.Permissions.ZoneIdentityPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Security/Permissions/ZoneIdentityPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.DnsPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L14C9-L14C56" - }, - { - "DocsId": "M:System.Net.DnsPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L15C46-L15C58" - }, - { - "DocsId": "M:System.Net.DnsPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L16C73-L16C74" - }, - { - "DocsId": "M:System.Net.DnsPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L17C69-L17C81" - }, - { - "DocsId": "M:System.Net.DnsPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L18C64-L18C69" - }, - { - "DocsId": "M:System.Net.DnsPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L19C41-L19C46" - }, - { - "DocsId": "M:System.Net.DnsPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L20C51-L20C63" - }, - { - "DocsId": "M:System.Net.DnsPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs#L21C65-L21C77" - } - ], - "DocsId": "T:System.Net.DnsPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/DnsPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.DnsPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/DnsPermissionAttribute.cs#L16C64-L16C80" - }, - { - "DocsId": "M:System.Net.DnsPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/DnsPermissionAttribute.cs#L17C58-L17C70" - } - ], - "DocsId": "T:System.Net.DnsPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/DnsPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.EndpointPermission.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs#L12C51-L12C64" - }, - { - "DocsId": "M:System.Net.EndpointPermission.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs#L13C45-L13C54" - }, - { - "DocsId": "P:System.Net.EndpointPermission.Hostname", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs#L9C40-L9C52" - }, - { - "DocsId": "P:System.Net.EndpointPermission.Port", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs#L10C33-L10C42" - }, - { - "DocsId": "P:System.Net.EndpointPermission.Transport", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs#L11C42-L11C46" - } - ], - "DocsId": "T:System.Net.EndpointPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/EndpointPermission.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Net.NetworkAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/NetworkAccess.cs" - }, - { - "DocsId": "F:System.Net.NetworkAccess.Accept", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/NetworkAccess.cs" - }, - { - "DocsId": "F:System.Net.NetworkAccess.Connect", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/NetworkAccess.cs" - } - ], - "DocsId": "T:System.Net.NetworkAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/NetworkAccess.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.SocketPermission.#ctor(System.Net.NetworkAccess,System.Net.TransportType,System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L15C9-L15C116" - }, - { - "DocsId": "M:System.Net.SocketPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L16C9-L16C59" - }, - { - "DocsId": "M:System.Net.SocketPermission.AddPermission(System.Net.NetworkAccess,System.Net.TransportType,System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L19C117-L19C118" - }, - { - "DocsId": "M:System.Net.SocketPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L20C46-L20C58" - }, - { - "DocsId": "M:System.Net.SocketPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L21C73-L21C74" - }, - { - "DocsId": "M:System.Net.SocketPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L22C69-L22C81" - }, - { - "DocsId": "M:System.Net.SocketPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L23C64-L23C69" - }, - { - "DocsId": "M:System.Net.SocketPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L24C41-L24C46" - }, - { - "DocsId": "M:System.Net.SocketPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L25C51-L25C63" - }, - { - "DocsId": "M:System.Net.SocketPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L26C65-L26C77" - }, - { - "DocsId": "F:System.Net.SocketPermission.AllPorts", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs" - }, - { - "DocsId": "P:System.Net.SocketPermission.AcceptList", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L17C66-L17C78" - }, - { - "DocsId": "P:System.Net.SocketPermission.ConnectList", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs#L18C67-L18C79" - } - ], - "DocsId": "T:System.Net.SocketPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/SocketPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.SocketPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L16C67-L16C83" - }, - { - "DocsId": "M:System.Net.SocketPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L21C58-L21C70" - }, - { - "DocsId": "P:System.Net.SocketPermissionAttribute.Access", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L17C38-L17C50" - }, - { - "DocsId": "P:System.Net.SocketPermissionAttribute.Host", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L18C36-L18C48" - }, - { - "DocsId": "P:System.Net.SocketPermissionAttribute.Port", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L19C36-L19C48" - }, - { - "DocsId": "P:System.Net.SocketPermissionAttribute.Transport", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs#L20C41-L20C53" - } - ], - "DocsId": "T:System.Net.SocketPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/SocketPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Net.TransportType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" - }, - { - "DocsId": "F:System.Net.TransportType.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" - }, - { - "DocsId": "F:System.Net.TransportType.Connectionless", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" - }, - { - "DocsId": "F:System.Net.TransportType.ConnectionOriented", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" - }, - { - "DocsId": "F:System.Net.TransportType.Tcp", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" - }, - { - "DocsId": "F:System.Net.TransportType.Udp", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" - } - ], - "DocsId": "T:System.Net.TransportType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/TransportType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.WebPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L16C9-L16C35" - }, - { - "DocsId": "M:System.Net.WebPermission.#ctor(System.Net.NetworkAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L17C9-L17C73" - }, - { - "DocsId": "M:System.Net.WebPermission.#ctor(System.Net.NetworkAccess,System.Text.RegularExpressions.Regex)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L18C9-L18C71" - }, - { - "DocsId": "M:System.Net.WebPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L19C9-L19C56" - }, - { - "DocsId": "M:System.Net.WebPermission.AddPermission(System.Net.NetworkAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L22C77-L22C78" - }, - { - "DocsId": "M:System.Net.WebPermission.AddPermission(System.Net.NetworkAccess,System.Text.RegularExpressions.Regex)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L23C75-L23C76" - }, - { - "DocsId": "M:System.Net.WebPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L24C46-L24C58" - }, - { - "DocsId": "M:System.Net.WebPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L25C73-L25C74" - }, - { - "DocsId": "M:System.Net.WebPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L26C69-L26C81" - }, - { - "DocsId": "M:System.Net.WebPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L27C64-L27C69" - }, - { - "DocsId": "M:System.Net.WebPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L28C41-L28C46" - }, - { - "DocsId": "M:System.Net.WebPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L29C51-L29C63" - }, - { - "DocsId": "M:System.Net.WebPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L30C65-L30C77" - }, - { - "DocsId": "P:System.Net.WebPermission.AcceptList", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L20C47-L20C59" - }, - { - "DocsId": "P:System.Net.WebPermission.ConnectList", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs#L21C48-L21C60" - } - ], - "DocsId": "T:System.Net.WebPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/WebPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.WebPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L16C64-L16C80" - }, - { - "DocsId": "M:System.Net.WebPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L21C58-L21C70" - }, - { - "DocsId": "P:System.Net.WebPermissionAttribute.Accept", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L17C38-L17C50" - }, - { - "DocsId": "P:System.Net.WebPermissionAttribute.AcceptPattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L18C45-L18C57" - }, - { - "DocsId": "P:System.Net.WebPermissionAttribute.Connect", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L19C39-L19C51" - }, - { - "DocsId": "P:System.Net.WebPermissionAttribute.ConnectPattern", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs#L20C46-L20C58" - } - ], - "DocsId": "T:System.Net.WebPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/WebPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L14C9-L14C57" - }, - { - "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L15C46-L15C58" - }, - { - "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L16C59-L16C60" - }, - { - "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L17C69-L17C81" - }, - { - "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L18C64-L18C69" - }, - { - "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L19C41-L19C46" - }, - { - "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L20C51-L20C63" - }, - { - "DocsId": "M:System.Net.PeerToPeer.PnrpPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs#L21C65-L21C77" - } - ], - "DocsId": "T:System.Net.PeerToPeer.PnrpPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.PeerToPeer.PnrpPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermissionAttribute.cs#L16C65-L16C81" - }, - { - "DocsId": "M:System.Net.PeerToPeer.PnrpPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermissionAttribute.cs#L17C58-L17C70" - } - ], - "DocsId": "T:System.Net.PeerToPeer.PnrpPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Net.PeerToPeer.PnrpScope.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" - }, - { - "DocsId": "F:System.Net.PeerToPeer.PnrpScope.All", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" - }, - { - "DocsId": "F:System.Net.PeerToPeer.PnrpScope.Global", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" - }, - { - "DocsId": "F:System.Net.PeerToPeer.PnrpScope.LinkLocal", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" - }, - { - "DocsId": "F:System.Net.PeerToPeer.PnrpScope.SiteLocal", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" - } - ], - "DocsId": "T:System.Net.PeerToPeer.PnrpScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/PnrpScope.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L14C9-L14C70" - }, - { - "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L15C46-L15C58" - }, - { - "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L16C59-L16C60" - }, - { - "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L17C69-L17C81" - }, - { - "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L18C64-L18C69" - }, - { - "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L19C41-L19C46" - }, - { - "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L20C51-L20C63" - }, - { - "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs#L21C65-L21C77" - } - ], - "DocsId": "T:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermissionAttribute.cs#L16C78-L16C94" - }, - { - "DocsId": "M:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermissionAttribute.cs#L17C58-L17C70" - } - ], - "DocsId": "T:System.Net.PeerToPeer.Collaboration.PeerCollaborationPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/PeerToPeer/Collaboration/PeerCollaborationPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Net.NetworkInformation.NetworkInformationAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationAccess.cs" - }, - { - "DocsId": "F:System.Net.NetworkInformation.NetworkInformationAccess.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationAccess.cs" - }, - { - "DocsId": "F:System.Net.NetworkInformation.NetworkInformationAccess.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationAccess.cs" - }, - { - "DocsId": "F:System.Net.NetworkInformation.NetworkInformationAccess.Ping", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationAccess.cs" - } - ], - "DocsId": "T:System.Net.NetworkInformation.NetworkInformationAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationAccess.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L14C9-L14C71" - }, - { - "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.#ctor(System.Net.NetworkInformation.NetworkInformationAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L15C9-L15C81" - }, - { - "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.AddPermission(System.Net.NetworkInformation.NetworkInformationAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L17C70-L17C71" - }, - { - "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L18C41-L18C45" - }, - { - "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L19C47-L19C51" - }, - { - "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L20C66-L20C70" - }, - { - "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L21C70-L21C74" - }, - { - "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L22C64-L22C69" - }, - { - "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L23C73-L23C74" - }, - { - "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L24C52-L24C56" - }, - { - "DocsId": "P:System.Net.NetworkInformation.NetworkInformationPermission.Access", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs#L16C50-L16C54" - } - ], - "DocsId": "T:System.Net.NetworkInformation.NetworkInformationPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermissionAttribute.cs#L15C79-L15C95" - }, - { - "DocsId": "M:System.Net.NetworkInformation.NetworkInformationPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermissionAttribute.cs#L17C59-L17C63" - }, - { - "DocsId": "P:System.Net.NetworkInformation.NetworkInformationPermissionAttribute.Access", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermissionAttribute.cs#L16C32-L16C36" - } - ], - "DocsId": "T:System.Net.NetworkInformation.NetworkInformationPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/NetworkInformation/NetworkInformationPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Net.Mail.SmtpAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpAccess.cs" - }, - { - "DocsId": "F:System.Net.Mail.SmtpAccess.Connect", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpAccess.cs" - }, - { - "DocsId": "F:System.Net.Mail.SmtpAccess.ConnectToUnrestrictedPort", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpAccess.cs" - }, - { - "DocsId": "F:System.Net.Mail.SmtpAccess.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpAccess.cs" - } - ], - "DocsId": "T:System.Net.Mail.SmtpAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpAccess.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.Mail.SmtpPermission.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L14C9-L14C53" - }, - { - "DocsId": "M:System.Net.Mail.SmtpPermission.#ctor(System.Net.Mail.SmtpAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L15C9-L15C53" - }, - { - "DocsId": "M:System.Net.Mail.SmtpPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L16C9-L16C57" - }, - { - "DocsId": "M:System.Net.Mail.SmtpPermission.AddPermission(System.Net.Mail.SmtpAccess)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L18C56-L18C57" - }, - { - "DocsId": "M:System.Net.Mail.SmtpPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L19C46-L19C58" - }, - { - "DocsId": "M:System.Net.Mail.SmtpPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L20C73-L20C74" - }, - { - "DocsId": "M:System.Net.Mail.SmtpPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L21C69-L21C81" - }, - { - "DocsId": "M:System.Net.Mail.SmtpPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L22C64-L22C69" - }, - { - "DocsId": "M:System.Net.Mail.SmtpPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L23C41-L23C46" - }, - { - "DocsId": "M:System.Net.Mail.SmtpPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L24C51-L24C63" - }, - { - "DocsId": "M:System.Net.Mail.SmtpPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L25C65-L25C77" - }, - { - "DocsId": "P:System.Net.Mail.SmtpPermission.Access", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs#L17C36-L17C40" - } - ], - "DocsId": "T:System.Net.Mail.SmtpPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Net.Mail.SmtpPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermissionAttribute.cs#L16C65-L16C81" - }, - { - "DocsId": "M:System.Net.Mail.SmtpPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermissionAttribute.cs#L18C58-L18C70" - }, - { - "DocsId": "P:System.Net.Mail.SmtpPermissionAttribute.Access", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermissionAttribute.cs#L17C38-L17C50" - } - ], - "DocsId": "T:System.Net.Mail.SmtpPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Net/Mail/SmtpPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrintingPermission.#ctor(System.Drawing.Printing.PrintingPermissionLevel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L14C9-L14C77" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintingPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L15C9-L15C61" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintingPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L17C47-L17C51" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintingPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L18C65-L18C66" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintingPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L19C70-L19C74" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintingPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L20C64-L20C69" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintingPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L21C41-L21C46" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintingPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L22C52-L22C56" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintingPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L23C66-L23C70" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintingPermission.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs#L16C48-L16C52" - } - ], - "DocsId": "T:System.Drawing.Printing.PrintingPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Drawing.Printing.PrintingPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionAttribute.cs#L14C69-L14C85" - }, - { - "DocsId": "M:System.Drawing.Printing.PrintingPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionAttribute.cs#L16C74-L16C86" - }, - { - "DocsId": "P:System.Drawing.Printing.PrintingPermissionAttribute.Level", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionAttribute.cs#L15C48-L15C52" - } - ], - "DocsId": "T:System.Drawing.Printing.PrintingPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Drawing.Printing.PrintingPermissionLevel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrintingPermissionLevel.AllPrinting", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrintingPermissionLevel.DefaultPrinting", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrintingPermissionLevel.NoPrinting", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" - }, - { - "DocsId": "F:System.Drawing.Printing.PrintingPermissionLevel.SafePrinting", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" - } - ], - "DocsId": "T:System.Drawing.Printing.PrintingPermissionLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Drawing/Printing/PrintingPermissionLevel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermission.cs#L11C9-L11C49" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermission.#ctor(System.DirectoryServices.DirectoryServicesPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermission.cs#L12C9-L12C108" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermission.cs#L13C9-L13C70" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermission.#ctor(System.DirectoryServices.DirectoryServicesPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermission.cs#L14C9-L14C113" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryServicesPermission.PermissionEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermission.cs#L15C80-L15C84" - } - ], - "DocsId": "T:System.DirectoryServices.DirectoryServicesPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermission.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.DirectoryServices.DirectoryServicesPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAccess.cs" - }, - { - "DocsId": "F:System.DirectoryServices.DirectoryServicesPermissionAccess.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAccess.cs" - }, - { - "DocsId": "F:System.DirectoryServices.DirectoryServicesPermissionAccess.Browse", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAccess.cs" - }, - { - "DocsId": "F:System.DirectoryServices.DirectoryServicesPermissionAccess.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAccess.cs" - } - ], - "DocsId": "T:System.DirectoryServices.DirectoryServicesPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAccess.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAttribute.cs#L15C78-L15C111" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAttribute.cs#L18C59-L18C87" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryServicesPermissionAttribute.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAttribute.cs#L16C69-L16C73" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryServicesPermissionAttribute.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAttribute.cs#L17C31-L17C35" - } - ], - "DocsId": "T:System.DirectoryServices.DirectoryServicesPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntry.#ctor(System.DirectoryServices.DirectoryServicesPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntry.cs#L8C9-L8C118" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryServicesPermissionEntry.Path", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntry.cs#L9C31-L9C35" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryServicesPermissionEntry.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntry.cs#L10C69-L10C73" - } - ], - "DocsId": "T:System.DirectoryServices.DirectoryServicesPermissionEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntry.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.Add(System.DirectoryServices.DirectoryServicesPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L12C66-L12C75" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.AddRange(System.DirectoryServices.DirectoryServicesPermissionEntryCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L13C82-L13C83" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.AddRange(System.DirectoryServices.DirectoryServicesPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L14C74-L14C75" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.Contains(System.DirectoryServices.DirectoryServicesPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L15C72-L15C85" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.CopyTo(System.DirectoryServices.DirectoryServicesPermissionEntry[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L16C83-L16C84" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.IndexOf(System.DirectoryServices.DirectoryServicesPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L17C70-L17C79" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.Insert(System.Int32,System.DirectoryServices.DirectoryServicesPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L18C81-L18C82" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.OnClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L19C45-L19C46" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.OnInsert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L20C70-L20C71" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.OnRemove(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L21C70-L21C71" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.OnSet(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L22C88-L22C89" - }, - { - "DocsId": "M:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.Remove(System.DirectoryServices.DirectoryServicesPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L23C71-L23C72" - }, - { - "DocsId": "P:System.DirectoryServices.DirectoryServicesPermissionEntryCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs#L11C74-L11C86" - } - ], - "DocsId": "T:System.DirectoryServices.DirectoryServicesPermissionEntryCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/DirectoryServices/DirectoryServicesPermissionEntryCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.EventLogPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs#L13C9-L13C40" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermission.#ctor(System.Diagnostics.EventLogPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs#L14C9-L14C101" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermission.#ctor(System.Diagnostics.EventLogPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs#L15C9-L15C89" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs#L16C9-L16C61" - }, - { - "DocsId": "P:System.Diagnostics.EventLogPermission.PermissionEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs#L17C70-L17C74" - } - ], - "DocsId": "T:System.Diagnostics.EventLogPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermission.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.EventLogPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" - }, - { - "DocsId": "F:System.Diagnostics.EventLogPermissionAccess.Administer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" - }, - { - "DocsId": "F:System.Diagnostics.EventLogPermissionAccess.Audit", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" - }, - { - "DocsId": "F:System.Diagnostics.EventLogPermissionAccess.Browse", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" - }, - { - "DocsId": "F:System.Diagnostics.EventLogPermissionAccess.Instrument", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" - }, - { - "DocsId": "F:System.Diagnostics.EventLogPermissionAccess.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" - }, - { - "DocsId": "F:System.Diagnostics.EventLogPermissionAccess.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" - } - ], - "DocsId": "T:System.Diagnostics.EventLogPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAccess.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.EventLogPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAttribute.cs#L16C69-L16C85" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAttribute.cs#L19C58-L19C70" - }, - { - "DocsId": "P:System.Diagnostics.EventLogPermissionAttribute.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAttribute.cs#L17C43-L17C55" - }, - { - "DocsId": "P:System.Diagnostics.EventLogPermissionAttribute.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAttribute.cs#L18C60-L18C64" - } - ], - "DocsId": "T:System.Diagnostics.EventLogPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntry.#ctor(System.Diagnostics.EventLogPermissionAccess,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntry.cs#L8C9-L8C106" - }, - { - "DocsId": "P:System.Diagnostics.EventLogPermissionEntry.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntry.cs#L9C43-L9C55" - }, - { - "DocsId": "P:System.Diagnostics.EventLogPermissionEntry.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntry.cs#L10C60-L10C64" - } - ], - "DocsId": "T:System.Diagnostics.EventLogPermissionEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntry.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.Add(System.Diagnostics.EventLogPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L12C57-L12C66" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.AddRange(System.Diagnostics.EventLogPermissionEntryCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L13C73-L13C74" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.AddRange(System.Diagnostics.EventLogPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L14C65-L14C66" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.Contains(System.Diagnostics.EventLogPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L15C63-L15C76" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.CopyTo(System.Diagnostics.EventLogPermissionEntry[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L16C74-L16C75" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.IndexOf(System.Diagnostics.EventLogPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L17C61-L17C70" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.Insert(System.Int32,System.Diagnostics.EventLogPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L18C72-L18C73" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.OnClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L19C45-L19C46" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.OnInsert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L20C69-L20C70" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.OnRemove(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L21C69-L21C70" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.OnSet(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L22C86-L22C87" - }, - { - "DocsId": "M:System.Diagnostics.EventLogPermissionEntryCollection.Remove(System.Diagnostics.EventLogPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L23C61-L23C62" - }, - { - "DocsId": "P:System.Diagnostics.EventLogPermissionEntryCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs#L11C64-L11C76" - } - ], - "DocsId": "T:System.Diagnostics.EventLogPermissionEntryCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/EventLogPermissionEntryCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs#L13C9-L13C50" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermission.#ctor(System.Diagnostics.PerformanceCounterPermissionAccess,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs#L14C9-L14C142" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermission.#ctor(System.Diagnostics.PerformanceCounterPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs#L15C9-L15C109" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs#L16C9-L16C71" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounterPermission.PermissionEntries", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs#L17C86-L17C98" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceCounterPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermission.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Diagnostics.PerformanceCounterPermissionAccess.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterPermissionAccess.Administer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterPermissionAccess.Browse", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterPermissionAccess.Instrument", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterPermissionAccess.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterPermissionAccess.Read", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" - }, - { - "DocsId": "F:System.Diagnostics.PerformanceCounterPermissionAccess.Write", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceCounterPermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAccess.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs#L15C79-L15C95" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs#L19C58-L19C70" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounterPermissionAttribute.CategoryName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs#L16C44-L16C56" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounterPermissionAttribute.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs#L17C43-L17C55" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounterPermissionAttribute.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs#L18C70-L18C74" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceCounterPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntry.#ctor(System.Diagnostics.PerformanceCounterPermissionAccess,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntry.cs#L8C9-L8C147" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounterPermissionEntry.CategoryName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntry.cs#L9C44-L9C56" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounterPermissionEntry.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntry.cs#L10C43-L10C55" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounterPermissionEntry.PermissionAccess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntry.cs#L11C70-L11C74" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceCounterPermissionEntry", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntry.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.Add(System.Diagnostics.PerformanceCounterPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L12C67-L12C76" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.AddRange(System.Diagnostics.PerformanceCounterPermissionEntryCollection)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L13C83-L13C84" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.AddRange(System.Diagnostics.PerformanceCounterPermissionEntry[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L14C75-L14C76" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.Contains(System.Diagnostics.PerformanceCounterPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L15C73-L15C86" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.CopyTo(System.Diagnostics.PerformanceCounterPermissionEntry[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L16C84-L16C85" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.IndexOf(System.Diagnostics.PerformanceCounterPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L17C71-L17C80" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.Insert(System.Int32,System.Diagnostics.PerformanceCounterPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L18C82-L18C83" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.OnClear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L19C45-L19C46" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.OnInsert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L20C69-L20C70" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.OnRemove(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L21C69-L21C70" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.OnSet(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L22C86-L22C87" - }, - { - "DocsId": "M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.Remove(System.Diagnostics.PerformanceCounterPermissionEntry)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L23C71-L23C72" - }, - { - "DocsId": "P:System.Diagnostics.PerformanceCounterPermissionEntryCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs#L11C74-L11C86" - } - ], - "DocsId": "T:System.Diagnostics.PerformanceCounterPermissionEntryCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Diagnostics/PerformanceCounterPermissionEntryCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.SqlClient.SqlClientPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs#L14C40-L14C74" - }, - { - "DocsId": "M:System.Data.SqlClient.SqlClientPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs#L15C61-L15C95" - }, - { - "DocsId": "M:System.Data.SqlClient.SqlClientPermission.#ctor(System.Security.Permissions.PermissionState,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs#L16C86-L16C120" - }, - { - "DocsId": "M:System.Data.SqlClient.SqlClientPermission.Add(System.String,System.String,System.Data.KeyRestrictionBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs#L17C115-L17C116" - }, - { - "DocsId": "M:System.Data.SqlClient.SqlClientPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs#L18C62-L18C74" - } - ], - "DocsId": "T:System.Data.SqlClient.SqlClientPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.SqlClient.SqlClientPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermissionAttribute.cs#L17C70-L17C103" - }, - { - "DocsId": "M:System.Data.SqlClient.SqlClientPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermissionAttribute.cs#L18C58-L18C70" - } - ], - "DocsId": "T:System.Data.SqlClient.SqlClientPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/SqlClient/SqlClientPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OracleClient.OraclePermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L14C9-L14C59" - }, - { - "DocsId": "M:System.Data.OracleClient.OraclePermission.Add(System.String,System.String,System.Data.KeyRestrictionBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L16C106-L16C107" - }, - { - "DocsId": "M:System.Data.OracleClient.OraclePermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L17C46-L17C58" - }, - { - "DocsId": "M:System.Data.OracleClient.OraclePermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L18C73-L18C74" - }, - { - "DocsId": "M:System.Data.OracleClient.OraclePermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L19C69-L19C81" - }, - { - "DocsId": "M:System.Data.OracleClient.OraclePermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L20C64-L20C69" - }, - { - "DocsId": "M:System.Data.OracleClient.OraclePermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L21C41-L21C46" - }, - { - "DocsId": "M:System.Data.OracleClient.OraclePermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L22C51-L22C63" - }, - { - "DocsId": "M:System.Data.OracleClient.OraclePermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L23C65-L23C77" - }, - { - "DocsId": "P:System.Data.OracleClient.OraclePermission.AllowBlankPassword", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs#L15C42-L15C46" - } - ], - "DocsId": "T:System.Data.OracleClient.OraclePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OracleClient.OraclePermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L15C67-L15C83" - }, - { - "DocsId": "M:System.Data.OracleClient.OraclePermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L20C67-L20C79" - }, - { - "DocsId": "M:System.Data.OracleClient.OraclePermissionAttribute.ShouldSerializeConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L22C58-L22C63" - }, - { - "DocsId": "M:System.Data.OracleClient.OraclePermissionAttribute.ShouldSerializeKeyRestrictions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L24C57-L24C62" - }, - { - "DocsId": "P:System.Data.OracleClient.OraclePermissionAttribute.AllowBlankPassword", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L16C42-L16C46" - }, - { - "DocsId": "P:System.Data.OracleClient.OraclePermissionAttribute.ConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L17C48-L17C60" - }, - { - "DocsId": "P:System.Data.OracleClient.OraclePermissionAttribute.KeyRestrictionBehavior", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L18C64-L18C68" - }, - { - "DocsId": "P:System.Data.OracleClient.OraclePermissionAttribute.KeyRestrictions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs#L19C47-L19C59" - } - ], - "DocsId": "T:System.Data.OracleClient.OraclePermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/OracleClient/OraclePermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs#L15C36-L15C70" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs#L16C57-L16C91" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbPermission.#ctor(System.Security.Permissions.PermissionState,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs#L17C82-L17C116" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs#L21C46-L21C58" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbPermission.Provider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs#L20C40-L20C52" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.OleDb.OleDbPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermissionAttribute.cs#L17C66-L17C99" - }, - { - "DocsId": "M:System.Data.OleDb.OleDbPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermissionAttribute.cs#L21C58-L21C70" - }, - { - "DocsId": "P:System.Data.OleDb.OleDbPermissionAttribute.Provider", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermissionAttribute.cs#L20C40-L20C52" - } - ], - "DocsId": "T:System.Data.OleDb.OleDbPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/OleDb/OleDbPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs#L15C35-L15C69" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs#L16C56-L16C90" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcPermission.#ctor(System.Security.Permissions.PermissionState,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs#L17C81-L17C115" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcPermission.Add(System.String,System.String,System.Data.KeyRestrictionBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs#L18C115-L18C116" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs#L19C46-L19C58" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Odbc.OdbcPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermissionAttribute.cs#L17C65-L17C98" - }, - { - "DocsId": "M:System.Data.Odbc.OdbcPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermissionAttribute.cs#L18C58-L18C70" - } - ], - "DocsId": "T:System.Data.Odbc.OdbcPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/Odbc/OdbcPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Common.DBDataPermission.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L14C9-L14C41" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.#ctor(System.Data.Common.DBDataPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L15C9-L15C68" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.#ctor(System.Data.Common.DBDataPermissionAttribute)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L16C9-L16C86" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L17C9-L17C62" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.#ctor(System.Security.Permissions.PermissionState,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L18C9-L18C87" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.Add(System.String,System.String,System.Data.KeyRestrictionBehavior)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L20C114-L20C115" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L21C34-L21C35" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.CreateInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L22C64-L22C68" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L23C47-L23C51" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L24C73-L24C74" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L25C70-L25C74" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L26C64-L26C69" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L27C41-L27C46" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L28C52-L28C56" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L29C65-L29C93" - }, - { - "DocsId": "P:System.Data.Common.DBDataPermission.AllowBlankPassword", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs#L19C42-L19C46" - } - ], - "DocsId": "T:System.Data.Common.DBDataPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Data.Common.DBDataPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L15C70-L15C86" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermissionAttribute.ShouldSerializeConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L21C57-L21C70" - }, - { - "DocsId": "M:System.Data.Common.DBDataPermissionAttribute.ShouldSerializeKeyRestrictions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L23C56-L23C69" - }, - { - "DocsId": "P:System.Data.Common.DBDataPermissionAttribute.AllowBlankPassword", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L16C42-L16C46" - }, - { - "DocsId": "P:System.Data.Common.DBDataPermissionAttribute.ConnectionString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L17C42-L17C46" - }, - { - "DocsId": "P:System.Data.Common.DBDataPermissionAttribute.KeyRestrictionBehavior", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L18C64-L18C68" - }, - { - "DocsId": "P:System.Data.Common.DBDataPermissionAttribute.KeyRestrictions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs#L19C41-L19C45" - } - ], - "DocsId": "T:System.Data.Common.DBDataPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Data/Common/DBDataPermissionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationPermission.#ctor(System.Security.Permissions.PermissionState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L14C9-L14C66" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPermission.IsUnrestricted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L15C41-L15C46" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPermission.Copy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L16C46-L16C74" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPermission.Union(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L17C65-L17C93" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPermission.Intersect(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L18C69-L18C97" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPermission.IsSubsetOf(System.Security.IPermission)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L19C64-L19C69" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPermission.FromXml(System.Security.SecurityElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L20C73-L20C74" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPermission.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs#L21C51-L21C83" - } - ], - "DocsId": "T:System.Configuration.ConfigurationPermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermission.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Configuration.ConfigurationPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermissionAttribute.cs#L15C74-L15C107" - }, - { - "DocsId": "M:System.Configuration.ConfigurationPermissionAttribute.CreatePermission", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermissionAttribute.cs#L16C58-L16C86" - } - ], - "DocsId": "T:System.Configuration.ConfigurationPermissionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Security.Permissions/src/System/Configuration/ConfigurationPermissionAttribute.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.ServiceModel.Federation.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.ServiceModel.Federation.json deleted file mode 100644 index fdcce52e238..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.ServiceModel.Federation.json +++ /dev/null @@ -1,558 +0,0 @@ -{ - "Assembly": "System.ServiceModel.Federation", - "GUID": "51CFF088B3B642EFB016934C5E957BA4FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Federation.IWSTrustChannelContract.IssueAsync(Microsoft.IdentityModel.Protocols.WsTrust.WsTrustRequest)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/IWSTrustChannelContract.cs" - } - ], - "DocsId": "T:System.ServiceModel.Federation.IWSTrustChannelContract", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/IWSTrustChannelContract.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Federation.WSFederationHttpBinding.#ctor(System.ServiceModel.Federation.WSTrustTokenParameters)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsFederationHttpBinding.cs#L26C15-L30C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSFederationHttpBinding.CreateMessageSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsFederationHttpBinding.cs#L52C13-L88C27" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSFederationHttpBinding.CreateBindingElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsFederationHttpBinding.cs#L98C13-L100C45" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSFederationHttpBinding.WSTrustTokenParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsFederationHttpBinding.cs#L38C13-L38C17" - } - ], - "DocsId": "T:System.ServiceModel.Federation.WSFederationHttpBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsFederationHttpBinding.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.#ctor(System.ServiceModel.Channels.IRequestChannel)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L66C62-L41C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.CreateRequest(Microsoft.IdentityModel.Protocols.WsTrust.WsTrustRequest)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L75C13-L78C103" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.GetRequestAction(Microsoft.IdentityModel.Protocols.WsTrust.WsTrustRequest)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L88C13-L109C177" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.GetProperty``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L153C13-L153C52" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#add_Closed(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L163C19-L163C52" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#remove_Closed(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L164C22-L164C55" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#add_Closing(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L172C19-L172C53" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#remove_Closing(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L173C22-L173C56" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#add_Faulted(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L181C19-L181C53" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#remove_Faulted(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L182C22-L182C56" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#add_Opened(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L190C19-L190C52" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#remove_Opened(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L191C22-L191C55" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#add_Opening(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L199C19-L199C53" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#remove_Opening(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L200C22-L200C56" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#Abort", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L208C13-L209C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#BeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L228C13-L228C72" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#BeginClose(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L245C13-L245C63" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#BeginOpen(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L265C13-L265C71" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#BeginOpen(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L282C13-L282C62" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#Close(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L293C13-L294C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#Close", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L301C13-L302C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#EndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L310C13-L311C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#EndOpen(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L319C13-L320C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#Open(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L330C13-L331C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#Open", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L338C13-L339C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#get_State", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L346C19-L346C47" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannel.IssueAsync(Microsoft.IdentityModel.Protocols.WsTrust.WsTrustRequest)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs" - }, - { - "DocsId": "E:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#Closed", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L163C19-L163C52" - }, - { - "DocsId": "E:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#Closing", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L172C19-L172C53" - }, - { - "DocsId": "E:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#Faulted", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L181C19-L181C53" - }, - { - "DocsId": "E:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#Opened", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L190C19-L190C52" - }, - { - "DocsId": "E:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#Opening", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L199C19-L199C53" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustChannel.System#ServiceModel#ICommunicationObject#State", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs#L346C19-L346C47" - } - ], - "DocsId": "T:System.ServiceModel.Federation.WSTrustChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelClientCredentials.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustChannelClientCredentials.cs#L20C15-L22C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelClientCredentials.#ctor(System.ServiceModel.Federation.WSTrustChannelClientCredentials)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustChannelClientCredentials.cs#L29C15-L33C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelClientCredentials.#ctor(System.ServiceModel.Description.ClientCredentials)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustChannelClientCredentials.cs#L41C15-L44C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelClientCredentials.CloneCore", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustChannelClientCredentials.cs#L57C13-L57C62" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelClientCredentials.CreateSecurityTokenManager", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustChannelClientCredentials.cs#L69C13-L72C101" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustChannelClientCredentials.ClientCredentials", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustChannelClientCredentials.cs#L50C54-L50C58" - } - ], - "DocsId": "T:System.ServiceModel.Federation.WSTrustChannelClientCredentials", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustChannelClientCredentials.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelFactory.#ctor(System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelFactory.cs#L21C15-L25C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelFactory.#ctor(System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelFactory.cs#L33C15-L38C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelFactory.CreateChannel(System.ServiceModel.EndpointAddress,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelFactory.cs#L48C13-L51C100" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelFactory.CreateTrustChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelFactory.cs#L60C13-L60C116" - } - ], - "DocsId": "T:System.ServiceModel.Federation.WSTrustChannelFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenManager.#ctor(System.ServiceModel.Federation.WSTrustChannelClientCredentials)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustChannelSecurityTokenManager.cs#L26C15-L29C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenManager.CreateSecurityTokenProvider(System.IdentityModel.Selectors.SecurityTokenRequirement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustChannelSecurityTokenManager.cs#L38C13-L61C75" - } - ], - "DocsId": "T:System.ServiceModel.Federation.WSTrustChannelSecurityTokenManager", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustChannelSecurityTokenManager.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.#ctor(System.IdentityModel.Selectors.SecurityTokenRequirement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L55C9-L68C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.CreateWsTrustRequest", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L122C13-L195C33" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.BeginGetTokenCore(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L229C13-L229C70" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.EndGetTokenCore(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L238C13-L238C53" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.GetTokenCore(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L282C13-L311C146" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#Security#ISecurityCommunicationObject#OnAbort", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L456C13-L461C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#Security#ISecurityCommunicationObject#OnCloseAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#Security#ISecurityCommunicationObject#OnOpenAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#Security#ISecurityCommunicationObject#OnClosed", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L488C56-L488C57" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#Security#ISecurityCommunicationObject#OnClosing", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L490C57-L490C58" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#Security#ISecurityCommunicationObject#OnFaulted", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L492C57-L492C58" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#Security#ISecurityCommunicationObject#OnOpened", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L496C13-L497C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#Security#ISecurityCommunicationObject#OnOpening", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L499C57-L499C58" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#Security#ISecurityCommunicationObject#get_DefaultOpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L501C69-L501C96" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#Security#ISecurityCommunicationObject#get_DefaultCloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L502C70-L502C98" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#add_Closed(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L508C19-L508C58" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#remove_Closed(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L509C22-L509C61" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#add_Closing(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L514C19-L514C59" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#remove_Closing(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L515C22-L515C62" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#add_Faulted(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L520C19-L520C59" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#remove_Faulted(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L521C22-L521C62" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#add_Opened(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L526C19-L526C58" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#remove_Opened(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L527C22-L527C61" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#add_Opening(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L532C19-L532C59" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#remove_Opening(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L533C22-L533C62" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#get_State", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L538C19-L538C53" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#Abort", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L543C13-L544C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#Close", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L548C13-L549C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#Close(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L553C13-L554C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#BeginClose(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L558C13-L558C69" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#BeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L563C13-L563C78" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#EndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L568C13-L569C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#Open", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L573C13-L574C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#Open(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L578C13-L579C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#BeginOpen(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L583C13-L583C68" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#BeginOpen(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L588C13-L588C77" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#EndOpen(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L593C13-L594C10" - }, - { - "DocsId": "E:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#Closed", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L508C19-L508C58" - }, - { - "DocsId": "E:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#Closing", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L514C19-L514C59" - }, - { - "DocsId": "E:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#Faulted", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L520C19-L520C59" - }, - { - "DocsId": "E:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#Opened", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L526C19-L526C58" - }, - { - "DocsId": "E:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#Opening", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L532C19-L532C59" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.ClientCredentials", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L114C66-L114C70" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.SupportsTokenCancellation", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L443C59-L443C64" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.SupportsTokenRenewal", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L446C54-L446C59" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#Security#ISecurityCommunicationObject#DefaultOpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L501C69-L501C96" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#Security#ISecurityCommunicationObject#DefaultCloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L502C70-L502C98" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider.System#ServiceModel#ICommunicationObject#State", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs#L538C19-L538C53" - } - ], - "DocsId": "T:System.ServiceModel.Federation.WSTrustChannelSecurityTokenProvider", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WSTrustChannelSecurityTokenProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustTokenParameters.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L44C9-L60C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustTokenParameters.#ctor(System.ServiceModel.Federation.WSTrustTokenParameters)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L44C9-L94C10" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustTokenParameters.CloneCore", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L101C13-L101C53" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustTokenParameters.CreateWSFederationTokenParameters(System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L183C13-L190C15" - }, - { - "DocsId": "M:System.ServiceModel.Federation.WSTrustTokenParameters.CreateWS2007FederationTokenParameters(System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L198C13-L205C15" - }, - { - "DocsId": "F:System.ServiceModel.Federation.WSTrustTokenParameters.DefaultCacheIssuedTokens", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs" - }, - { - "DocsId": "F:System.ServiceModel.Federation.WSTrustTokenParameters.DefaultIssuedTokenRenewalThresholdPercentage", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs" - }, - { - "DocsId": "F:System.ServiceModel.Federation.WSTrustTokenParameters.DefaultMaxIssuedTokenCachingTime", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs" - }, - { - "DocsId": "F:System.ServiceModel.Federation.WSTrustTokenParameters.DefaultSecurityKeyType", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustTokenParameters.AdditionalRequestParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L108C74-L108C78" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustTokenParameters.CacheIssuedTokens", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L113C41-L113C45" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustTokenParameters.Claims", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L119C32-L119C36" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustTokenParameters.IssuedTokenRenewalThresholdPercentage", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L126C20-L126C58" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustTokenParameters.KeySize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L138C17-L138C37" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustTokenParameters.MaxIssuedTokenCachingTime", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L154C20-L154C46" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustTokenParameters.MessageSecurityVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L165C20-L165C43" - }, - { - "DocsId": "P:System.ServiceModel.Federation.WSTrustTokenParameters.RequestContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs#L173C40-L173C44" - } - ], - "DocsId": "T:System.ServiceModel.Federation.WSTrustTokenParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/ServiceModel/Federation/WsTrustTokenParameters.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.Saml2AssertionKeyIdentifierClause.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/IdentityModel/Tokens/Saml2AssertionKeyIdentifierClause.cs#L16C72-L18C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.Saml2AssertionKeyIdentifierClause.Matches(System.String,System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/IdentityModel/Tokens/Saml2AssertionKeyIdentifierClause.cs#L28C13-L47C26" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.Saml2AssertionKeyIdentifierClause.Matches(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/IdentityModel/Tokens/Saml2AssertionKeyIdentifierClause.cs#L57C13-L57C99" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.Saml2AssertionKeyIdentifierClause.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/IdentityModel/Tokens/Saml2AssertionKeyIdentifierClause.cs#L66C13-L66C77" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.Saml2AssertionKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/IdentityModel/Tokens/Saml2AssertionKeyIdentifierClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.SamlAssertionKeyIdentifierClause.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/IdentityModel/Tokens/SamlAssertionKeyIdentifierClause.cs#L18C71-L20C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SamlAssertionKeyIdentifierClause.Matches(System.String,System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/IdentityModel/Tokens/SamlAssertionKeyIdentifierClause.cs#L30C13-L36C26" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SamlAssertionKeyIdentifierClause.Matches(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/IdentityModel/Tokens/SamlAssertionKeyIdentifierClause.cs#L46C13-L46C99" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SamlAssertionKeyIdentifierClause.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/IdentityModel/Tokens/SamlAssertionKeyIdentifierClause.cs#L55C13-L55C125" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SamlAssertionKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Federation/src/System/IdentityModel/Tokens/SamlAssertionKeyIdentifierClause.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.ServiceModel.Http.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.ServiceModel.Http.json deleted file mode 100644 index 409563317de..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.ServiceModel.Http.json +++ /dev/null @@ -1,1036 +0,0 @@ -{ - "Assembly": "System.ServiceModel.Http", - "GUID": "D04B2CA888C34D9FA3BFB479DC17A7FCFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.BasicHttpBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpBinding.cs#L14C37-L14C73" - }, - { - "DocsId": "M:System.ServiceModel.BasicHttpBinding.#ctor(System.ServiceModel.BasicHttpSecurityMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpBinding.cs#L17C15-L26C10" - }, - { - "DocsId": "M:System.ServiceModel.BasicHttpBinding.BuildChannelFactory``1(System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpBinding.cs#L54C13-L61C67" - }, - { - "DocsId": "M:System.ServiceModel.BasicHttpBinding.CreateBindingElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpBinding.cs#L66C13-L91C44" - }, - { - "DocsId": "P:System.ServiceModel.BasicHttpBinding.MessageEncoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpBinding.cs#L28C52-L28C56" - }, - { - "DocsId": "P:System.ServiceModel.BasicHttpBinding.Security", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpBinding.cs#L32C19-L32C45" - } - ], - "DocsId": "T:System.ServiceModel.BasicHttpBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpBinding.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.BasicHttpMessageCredentialType.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpMessageCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.BasicHttpMessageCredentialType.UserName", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpMessageCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.BasicHttpMessageCredentialType.Certificate", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpMessageCredentialType.cs" - } - ], - "DocsId": "T:System.ServiceModel.BasicHttpMessageCredentialType", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpMessageCredentialType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.BasicHttpMessageSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpMessageSecurity.cs#L19C9-L23C10" - }, - { - "DocsId": "P:System.ServiceModel.BasicHttpMessageSecurity.ClientCredentialType", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpMessageSecurity.cs#L27C19-L27C52" - }, - { - "DocsId": "P:System.ServiceModel.BasicHttpMessageSecurity.AlgorithmSuite", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpMessageSecurity.cs#L40C19-L40C46" - } - ], - "DocsId": "T:System.ServiceModel.BasicHttpMessageSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpMessageSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.BasicHttpsBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsBinding.cs#L15C38-L15C78" - }, - { - "DocsId": "M:System.ServiceModel.BasicHttpsBinding.#ctor(System.ServiceModel.BasicHttpsSecurityMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsBinding.cs#L17C9-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.BasicHttpsBinding.BuildChannelFactory``1(System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsBinding.cs#L53C13-L60C67" - }, - { - "DocsId": "M:System.ServiceModel.BasicHttpsBinding.CreateBindingElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsBinding.cs#L65C13-L90C44" - }, - { - "DocsId": "P:System.ServiceModel.BasicHttpsBinding.MessageEncoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsBinding.cs#L23C52-L23C56" - }, - { - "DocsId": "P:System.ServiceModel.BasicHttpsBinding.Security", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsBinding.cs#L29C17-L29C44" - } - ], - "DocsId": "T:System.ServiceModel.BasicHttpsBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsBinding.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.BasicHttpSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpSecurity.cs#L18C15-L20C10" - }, - { - "DocsId": "P:System.ServiceModel.BasicHttpSecurity.Mode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpSecurity.cs#L32C19-L32C32" - }, - { - "DocsId": "P:System.ServiceModel.BasicHttpSecurity.Transport", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpSecurity.cs#L50C19-L50C45" - }, - { - "DocsId": "P:System.ServiceModel.BasicHttpSecurity.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpSecurity.cs#L59C19-L59C43" - } - ], - "DocsId": "T:System.ServiceModel.BasicHttpSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.BasicHttpSecurityMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpSecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.BasicHttpSecurityMode.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpSecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.BasicHttpSecurityMode.Transport", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpSecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.BasicHttpSecurityMode.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpSecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.BasicHttpSecurityMode.TransportWithMessageCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpSecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.BasicHttpSecurityMode.TransportCredentialOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpSecurityMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.BasicHttpSecurityMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpSecurityMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.BasicHttpsSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsSecurity.cs#L16C15-L18C10" - }, - { - "DocsId": "P:System.ServiceModel.BasicHttpsSecurity.Mode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsSecurity.cs#L41C17-L41C102" - }, - { - "DocsId": "P:System.ServiceModel.BasicHttpsSecurity.Transport", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsSecurity.cs#L59C17-L59C52" - }, - { - "DocsId": "P:System.ServiceModel.BasicHttpsSecurity.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsSecurity.cs#L72C17-L72C50" - } - ], - "DocsId": "T:System.ServiceModel.BasicHttpsSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.BasicHttpsSecurityMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsSecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.BasicHttpsSecurityMode.Transport", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsSecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.BasicHttpsSecurityMode.TransportWithMessageCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsSecurityMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.BasicHttpsSecurityMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/BasicHttpsSecurityMode.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.AllowCookies", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L38C17-L38C52" - }, - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.BypassProxyOnLocal", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L53C17-L53C58" - }, - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.HostNameComparisonMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L68C17-L68C62" - }, - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.MaxBufferSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L83C17-L83C53" - }, - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.MaxBufferPoolSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L99C17-L99C57" - }, - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.MaxReceivedMessageSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L114C17-L114C62" - }, - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.ProxyAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L130C17-L130C52" - }, - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.ReaderQuotas", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L144C17-L144C71" - }, - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.Scheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L165C17-L165C46" - }, - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.EnvelopeVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L171C19-L171C47" - }, - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.TextEncoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L178C17-L178C72" - }, - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.TransferMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L193C17-L193C52" - }, - { - "DocsId": "P:System.ServiceModel.HttpBindingBase.UseDefaultWebProxy", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs#L208C17-L208C58" - } - ], - "DocsId": "T:System.ServiceModel.HttpBindingBase", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/HttpBindingBase.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.HttpClientCredentialType.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/HttpClientCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.HttpClientCredentialType.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/HttpClientCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.HttpClientCredentialType.Basic", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/HttpClientCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.HttpClientCredentialType.Digest", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/HttpClientCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.HttpClientCredentialType.Ntlm", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/HttpClientCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.HttpClientCredentialType.Windows", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/HttpClientCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.HttpClientCredentialType.Certificate", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/HttpClientCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.HttpClientCredentialType.InheritedFromHost", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/HttpClientCredentialType.cs" - } - ], - "DocsId": "T:System.ServiceModel.HttpClientCredentialType", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/HttpClientCredentialType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.HttpProxyCredentialType.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/HttpProxyCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.HttpProxyCredentialType.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/HttpProxyCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.HttpProxyCredentialType.Basic", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/HttpProxyCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.HttpProxyCredentialType.Digest", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/HttpProxyCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.HttpProxyCredentialType.Ntlm", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/HttpProxyCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.HttpProxyCredentialType.Windows", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/HttpProxyCredentialType.cs" - } - ], - "DocsId": "T:System.ServiceModel.HttpProxyCredentialType", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/HttpProxyCredentialType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.HttpTransportSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/HttpTransportSecurity.cs#L22C9-L28C10" - }, - { - "DocsId": "M:System.ServiceModel.HttpTransportSecurity.ConfigureTransportProtectionAndAuthentication(System.ServiceModel.Channels.HttpsTransportBindingElement,System.ServiceModel.HttpTransportSecurity)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/HttpTransportSecurity.cs#L128C13-L133C10" - }, - { - "DocsId": "P:System.ServiceModel.HttpTransportSecurity.ClientCredentialType", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/HttpTransportSecurity.cs#L32C19-L32C48" - }, - { - "DocsId": "P:System.ServiceModel.HttpTransportSecurity.ProxyCredentialType", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/HttpTransportSecurity.cs#L46C19-L46C47" - }, - { - "DocsId": "P:System.ServiceModel.HttpTransportSecurity.Realm", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/HttpTransportSecurity.cs#L58C31-L58C35" - }, - { - "DocsId": "P:System.ServiceModel.HttpTransportSecurity.ExtendedProtectionPolicy", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/HttpTransportSecurity.cs#L64C17-L64C50" - } - ], - "DocsId": "T:System.ServiceModel.HttpTransportSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/HttpTransportSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.MessageSecurityOverHttp.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/MessageSecurityOverHttp.cs#L20C9-L25C10" - }, - { - "DocsId": "M:System.ServiceModel.MessageSecurityOverHttp.IsSecureConversationEnabled", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/MessageSecurityOverHttp.cs#L54C13-L54C25" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityOverHttp.ClientCredentialType", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/MessageSecurityOverHttp.cs#L29C19-L29C48" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityOverHttp.NegotiateServiceCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/MessageSecurityOverHttp.cs#L40C50-L40C54" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityOverHttp.AlgorithmSuite", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/MessageSecurityOverHttp.cs#L44C19-L44C42" - } - ], - "DocsId": "T:System.ServiceModel.MessageSecurityOverHttp", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/MessageSecurityOverHttp.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.NetHttpBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpBinding.cs#L19C15-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.NetHttpBinding.#ctor(System.ServiceModel.BasicHttpSecurityMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpBinding.cs#L24C15-L28C10" - }, - { - "DocsId": "M:System.ServiceModel.NetHttpBinding.#ctor(System.ServiceModel.BasicHttpSecurityMode,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpBinding.cs#L30C98-L33C10" - }, - { - "DocsId": "M:System.ServiceModel.NetHttpBinding.BuildChannelFactory``1(System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpBinding.cs#L94C13-L101C67" - }, - { - "DocsId": "M:System.ServiceModel.NetHttpBinding.CreateBindingElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpBinding.cs#L106C13-L142C44" - }, - { - "DocsId": "P:System.ServiceModel.NetHttpBinding.MessageEncoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpBinding.cs#L43C57-L43C61" - }, - { - "DocsId": "P:System.ServiceModel.NetHttpBinding.Security", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpBinding.cs#L49C17-L49C43" - }, - { - "DocsId": "P:System.ServiceModel.NetHttpBinding.ReliableSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpBinding.cs#L62C17-L62C41" - }, - { - "DocsId": "P:System.ServiceModel.NetHttpBinding.WebSocketSettings", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpBinding.cs#L80C17-L80C50" - } - ], - "DocsId": "T:System.ServiceModel.NetHttpBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpBinding.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.NetHttpMessageEncoding.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpMessageEncoding.cs" - }, - { - "DocsId": "F:System.ServiceModel.NetHttpMessageEncoding.Binary", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpMessageEncoding.cs" - }, - { - "DocsId": "F:System.ServiceModel.NetHttpMessageEncoding.Text", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpMessageEncoding.cs" - }, - { - "DocsId": "F:System.ServiceModel.NetHttpMessageEncoding.Mtom", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpMessageEncoding.cs" - } - ], - "DocsId": "T:System.ServiceModel.NetHttpMessageEncoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpMessageEncoding.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.NetHttpsBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpsBinding.cs#L18C36-L18C76" - }, - { - "DocsId": "M:System.ServiceModel.NetHttpsBinding.#ctor(System.ServiceModel.BasicHttpsSecurityMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpsBinding.cs#L20C9-L29C10" - }, - { - "DocsId": "M:System.ServiceModel.NetHttpsBinding.#ctor(System.ServiceModel.BasicHttpsSecurityMode,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpsBinding.cs#L31C100-L34C10" - }, - { - "DocsId": "M:System.ServiceModel.NetHttpsBinding.BuildChannelFactory``1(System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpsBinding.cs#L86C13-L93C67" - }, - { - "DocsId": "M:System.ServiceModel.NetHttpsBinding.CreateBindingElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpsBinding.cs#L99C13-L135C44" - }, - { - "DocsId": "P:System.ServiceModel.NetHttpsBinding.MessageEncoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpsBinding.cs#L36C57-L36C61" - }, - { - "DocsId": "P:System.ServiceModel.NetHttpsBinding.Security", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpsBinding.cs#L42C17-L42C44" - }, - { - "DocsId": "P:System.ServiceModel.NetHttpsBinding.ReliableSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpsBinding.cs#L63C17-L63C41" - }, - { - "DocsId": "P:System.ServiceModel.NetHttpsBinding.WebSocketSettings", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpsBinding.cs#L80C17-L80C50" - } - ], - "DocsId": "T:System.ServiceModel.NetHttpsBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/NetHttpsBinding.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.NonDualMessageSecurityOverHttp.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/NonDualMessageSecurityOverHttp.cs#L12C15-L15C10" - }, - { - "DocsId": "M:System.ServiceModel.NonDualMessageSecurityOverHttp.IsSecureConversationEnabled", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/NonDualMessageSecurityOverHttp.cs#L21C13-L21C45" - }, - { - "DocsId": "P:System.ServiceModel.NonDualMessageSecurityOverHttp.EstablishSecurityContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/NonDualMessageSecurityOverHttp.cs#L17C48-L17C52" - } - ], - "DocsId": "T:System.ServiceModel.NonDualMessageSecurityOverHttp", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/NonDualMessageSecurityOverHttp.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.WS2007HttpBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WS2007HttpBinding.cs#L13C15-L16C10" - }, - { - "DocsId": "M:System.ServiceModel.WS2007HttpBinding.#ctor(System.ServiceModel.SecurityMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WS2007HttpBinding.cs#L19C15-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.WS2007HttpBinding.#ctor(System.ServiceModel.SecurityMode,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WS2007HttpBinding.cs#L24C15-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.WS2007HttpBinding.CreateMessageSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WS2007HttpBinding.cs#L37C13-L37C106" - } - ], - "DocsId": "T:System.ServiceModel.WS2007HttpBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WS2007HttpBinding.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.WSHttpBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBinding.cs#L14C9-L16C44" - }, - { - "DocsId": "M:System.ServiceModel.WSHttpBinding.#ctor(System.ServiceModel.SecurityMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBinding.cs#L18C59-L18C88" - }, - { - "DocsId": "M:System.ServiceModel.WSHttpBinding.#ctor(System.ServiceModel.SecurityMode,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBinding.cs#L14C9-L23C10" - }, - { - "DocsId": "M:System.ServiceModel.WSHttpBinding.BuildChannelFactory``1(System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBinding.cs#L52C13-L58C67" - }, - { - "DocsId": "M:System.ServiceModel.WSHttpBinding.CreateBindingElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBinding.cs#L63C13-L63C49" - }, - { - "DocsId": "M:System.ServiceModel.WSHttpBinding.GetTransport", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBinding.cs#L68C13-L76C39" - }, - { - "DocsId": "M:System.ServiceModel.WSHttpBinding.CreateMessageSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBinding.cs#L82C13-L82C105" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBinding.AllowCookies", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBinding.cs#L33C19-L33C53" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBinding.Security", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBinding.cs#L43C19-L43C36" - } - ], - "DocsId": "T:System.ServiceModel.WSHttpBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBinding.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.WSHttpBindingBase.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L19C15-L22C10" - }, - { - "DocsId": "M:System.ServiceModel.WSHttpBindingBase.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L24C68-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.WSHttpBindingBase.CreateBindingElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L170C13-L201C44" - }, - { - "DocsId": "M:System.ServiceModel.WSHttpBindingBase.GetTransport", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs" - }, - { - "DocsId": "M:System.ServiceModel.WSHttpBindingBase.CreateMessageSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBindingBase.BypassProxyOnLocal", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L32C19-L32C59" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBindingBase.TransactionFlow", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L43C19-L43C32" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBindingBase.MaxBufferPoolSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L56C19-L56C58" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBindingBase.MaxReceivedMessageSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L67C19-L67C63" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBindingBase.MessageEncoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L82C52-L82C56" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBindingBase.ProxyAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L87C19-L87C53" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBindingBase.ReaderQuotas", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L97C19-L97C53" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBindingBase.ReliableSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L112C19-L112C43" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBindingBase.Scheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L124C47-L124C76" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBindingBase.EnvelopeVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L128C19-L128C49" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBindingBase.TextEncoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L133C19-L133C54" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpBindingBase.UseDefaultWebProxy", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs#L144C19-L144C59" - } - ], - "DocsId": "T:System.ServiceModel.WSHttpBindingBase", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpBindingBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.WSHttpSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpSecurity.cs#L17C35-L17C129" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpSecurity.Mode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpSecurity.cs#L38C19-L38C32" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpSecurity.Transport", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpSecurity.cs#L51C19-L51C45" - }, - { - "DocsId": "P:System.ServiceModel.WSHttpSecurity.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpSecurity.cs#L60C19-L60C43" - } - ], - "DocsId": "T:System.ServiceModel.WSHttpSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WSHttpSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.WSMessageEncoding.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WSMessageEncoding.cs" - }, - { - "DocsId": "F:System.ServiceModel.WSMessageEncoding.Text", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WSMessageEncoding.cs" - }, - { - "DocsId": "F:System.ServiceModel.WSMessageEncoding.Mtom", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WSMessageEncoding.cs" - } - ], - "DocsId": "T:System.ServiceModel.WSMessageEncoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/WSMessageEncoding.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.HttpMessageHandlerFactory.#ctor(System.Type[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpMessageHandlerFactory.cs#L40C9-L78C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpMessageHandlerFactory.#ctor(System.Func{System.Collections.Generic.IEnumerable{System.Net.Http.DelegatingHandler}})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpMessageHandlerFactory.cs#L89C9-L92C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpMessageHandlerFactory.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpMessageHandlerFactory.cs#L98C9-L100C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpMessageHandlerFactory.Create(System.Net.Http.HttpMessageHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpMessageHandlerFactory.cs#L111C13-L116C43" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpMessageHandlerFactory.OnCreate(System.Net.Http.HttpMessageHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpMessageHandlerFactory.cs#L128C13-L183C29" - } - ], - "DocsId": "T:System.ServiceModel.Channels.HttpMessageHandlerFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpMessageHandlerFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.HttpRequestMessageExtensionMethods.CreateContentIfNull(System.Net.Http.HttpRequestMessage)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpRequestMessageExtensionMethods.cs#L62C13-L68C26" - } - ], - "DocsId": "T:System.ServiceModel.Channels.HttpRequestMessageExtensionMethods", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpRequestMessageExtensionMethods.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.HttpRequestMessageProperty.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpRequestMessageProperty.cs#L20C9-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpRequestMessageProperty.System#ServiceModel#Channels#IMessageProperty#CreateCopy", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpRequestMessageProperty.cs#L144C13-L151C82" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpRequestMessageProperty.System#ServiceModel#Channels#IMergeEnabledMessageProperty#TryMergeWithProperty(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpRequestMessageProperty.cs#L162C13-L179C26" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpRequestMessageProperty.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpRequestMessageProperty.cs#L40C19-L40C40" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpRequestMessageProperty.Headers", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpRequestMessageProperty.cs#L47C17-L49C50" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpRequestMessageProperty.Method", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpRequestMessageProperty.cs#L57C17-L59C49" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpRequestMessageProperty.QueryString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpRequestMessageProperty.cs#L84C17-L86C54" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpRequestMessageProperty.SuppressEntityBody", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpRequestMessageProperty.cs#L111C17-L113C61" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpRequestMessageProperty.HttpRequestMessage", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpRequestMessageProperty.cs#L133C17-L138C29" - } - ], - "DocsId": "T:System.ServiceModel.Channels.HttpRequestMessageProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpRequestMessageProperty.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.HttpResponseMessageProperty.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpResponseMessageProperty.cs#L20C9-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpResponseMessageProperty.System#ServiceModel#Channels#IMessageProperty#CreateCopy", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpResponseMessageProperty.cs#L169C13-L176C83" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpResponseMessageProperty.System#ServiceModel#Channels#IMergeEnabledMessageProperty#TryMergeWithProperty(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpResponseMessageProperty.cs#L187C13-L204C26" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpResponseMessageProperty.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpResponseMessageProperty.cs#L40C19-L40C41" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpResponseMessageProperty.Headers", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpResponseMessageProperty.cs#L47C17-L49C50" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpResponseMessageProperty.StatusCode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpResponseMessageProperty.cs#L57C17-L59C53" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpResponseMessageProperty.StatusDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpResponseMessageProperty.cs#L96C17-L98C60" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpResponseMessageProperty.SuppressEntityBody", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpResponseMessageProperty.cs#L118C17-L120C61" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpResponseMessageProperty.SuppressPreamble", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpResponseMessageProperty.cs#L140C17-L142C59" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpResponseMessageProperty.HttpResponseMessage", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpResponseMessageProperty.cs#L158C17-L163C29" - } - ], - "DocsId": "T:System.ServiceModel.Channels.HttpResponseMessageProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpResponseMessageProperty.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.HttpsTransportBindingElement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpsTransportBindingElement.cs#L18C15-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpsTransportBindingElement.#ctor(System.ServiceModel.Channels.HttpsTransportBindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpsTransportBindingElement.cs#L24C15-L28C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpsTransportBindingElement.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpsTransportBindingElement.cs#L45C13-L45C59" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpsTransportBindingElement.BuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpsTransportBindingElement.cs#L74C13-L89C104" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpsTransportBindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpsTransportBindingElement.cs#L99C13-L116C53" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpsTransportBindingElement.RequireClientCertificate", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpsTransportBindingElement.cs#L36C48-L36C52" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpsTransportBindingElement.Scheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpsTransportBindingElement.cs#L40C19-L40C47" - } - ], - "DocsId": "T:System.ServiceModel.Channels.HttpsTransportBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpsTransportBindingElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.HttpTransportBindingElement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L35C15-L55C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpTransportBindingElement.#ctor(System.ServiceModel.Channels.HttpTransportBindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L58C15-L82C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpTransportBindingElement.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L359C13-L359C58" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpTransportBindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L364C13-L409C53" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpTransportBindingElement.CanBuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L425C13-L433C26" - }, - { - "DocsId": "M:System.ServiceModel.Channels.HttpTransportBindingElement.BuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L438C13-L465C103" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.AllowCookies", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L85C36-L85C40" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.AuthenticationScheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L88C61-L88C65" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.BypassProxyOnLocal", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L91C42-L91C46" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.DecompressionEnabled", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L94C44-L94C48" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.HostNameComparisonMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L101C17-L101C48" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.MessageHandlerFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L110C66-L110C70" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.ExtendedProtectionPolicy", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L116C17-L116C50" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.KeepAliveEnabled", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L149C40-L149C44" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.MaxBufferSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L158C17-L170C56" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.MaxPendingAccepts", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L192C17-L192C43" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.Proxy", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L228C34-L228C38" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.ProxyAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L232C35-L232C39" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.ProxyAuthenticationScheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L239C17-L239C51" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.Realm", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L259C17-L259C31" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.RequestInitializationTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L272C17-L272C54" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.Scheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L289C47-L289C61" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.TransferMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L298C17-L298C38" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.WebSocketSettings", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L311C17-L311C43" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.UnsafeConnectionNtlmAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L332C58-L332C62" - }, - { - "DocsId": "P:System.ServiceModel.Channels.HttpTransportBindingElement.UseDefaultWebProxy", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs#L339C17-L339C44" - } - ], - "DocsId": "T:System.ServiceModel.Channels.HttpTransportBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpTransportBindingElement.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Channels.IHttpCookieContainerManager.CookieContainer", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/IHttpCookieContainerManager.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IHttpCookieContainerManager", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/IHttpCookieContainerManager.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.WebSocketTransportSettings.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs#L27C9-L32C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.WebSocketTransportSettings.Equals(System.ServiceModel.Channels.WebSocketTransportSettings)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs#L135C13-L142C101" - }, - { - "DocsId": "M:System.ServiceModel.Channels.WebSocketTransportSettings.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs#L147C13-L153C37" - }, - { - "DocsId": "M:System.ServiceModel.Channels.WebSocketTransportSettings.GetHashCode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs#L158C13-L165C29" - }, - { - "DocsId": "F:System.ServiceModel.Channels.WebSocketTransportSettings.ConnectionOpenedAction", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.WebSocketTransportSettings.BinaryMessageReceivedAction", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.WebSocketTransportSettings.TextMessageReceivedAction", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.WebSocketTransportSettings.SoapContentTypeHeader", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.WebSocketTransportSettings.BinaryEncoderTransferModeHeader", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.WebSocketTransportSettings.TransportUsage", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs#L47C17-L47C40" - }, - { - "DocsId": "P:System.ServiceModel.Channels.WebSocketTransportSettings.KeepAliveInterval", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs#L62C17-L62C43" - }, - { - "DocsId": "P:System.ServiceModel.Channels.WebSocketTransportSettings.SubProtocol", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs#L92C17-L92C37" - }, - { - "DocsId": "P:System.ServiceModel.Channels.WebSocketTransportSettings.DisablePayloadMasking", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs#L124C17-L124C62" - } - ], - "DocsId": "T:System.ServiceModel.Channels.WebSocketTransportSettings", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportSettings.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Channels.WebSocketTransportUsage.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportUsage.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.WebSocketTransportUsage.WhenDuplex", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportUsage.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.WebSocketTransportUsage.Always", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportUsage.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.WebSocketTransportUsage.Never", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportUsage.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.WebSocketTransportUsage", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/WebSocketTransportUsage.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.ServiceModel.NetNamedPipe.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.ServiceModel.NetNamedPipe.json deleted file mode 100644 index 647de6af13e..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.ServiceModel.NetNamedPipe.json +++ /dev/null @@ -1,214 +0,0 @@ -{ - "Assembly": "System.ServiceModel.NetNamedPipe", - "GUID": "B57F639092994C9DB4AAE52EC74507D5FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.AddressAccessDeniedException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/AddressAccessDeniedException.cs#L11C9-L11C50" - }, - { - "DocsId": "M:System.ServiceModel.AddressAccessDeniedException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/AddressAccessDeniedException.cs#L12C63-L12C80" - }, - { - "DocsId": "M:System.ServiceModel.AddressAccessDeniedException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/AddressAccessDeniedException.cs#L13C89-L13C122" - }, - { - "DocsId": "M:System.ServiceModel.AddressAccessDeniedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/AddressAccessDeniedException.cs#L15C100-L15C123" - } - ], - "DocsId": "T:System.ServiceModel.AddressAccessDeniedException", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/AddressAccessDeniedException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.NamedPipeTransportSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NamedPipeTransportSecurity.cs#L19C9-L27C10" - }, - { - "DocsId": "P:System.ServiceModel.NamedPipeTransportSecurity.ProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NamedPipeTransportSecurity.cs#L32C19-L32C43" - } - ], - "DocsId": "T:System.ServiceModel.NamedPipeTransportSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NamedPipeTransportSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.NetNamedPipeBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs#L18C9-L28C10" - }, - { - "DocsId": "M:System.ServiceModel.NetNamedPipeBinding.#ctor(System.ServiceModel.NetNamedPipeSecurityMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs#L30C77-L33C10" - }, - { - "DocsId": "M:System.ServiceModel.NetNamedPipeBinding.CreateBindingElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs#L103C13-L116C44" - }, - { - "DocsId": "P:System.ServiceModel.NetNamedPipeBinding.TransferMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs#L38C19-L38C50" - }, - { - "DocsId": "P:System.ServiceModel.NetNamedPipeBinding.MaxBufferPoolSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs#L45C19-L45C55" - }, - { - "DocsId": "P:System.ServiceModel.NetNamedPipeBinding.MaxBufferSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs#L52C19-L52C51" - }, - { - "DocsId": "P:System.ServiceModel.NetNamedPipeBinding.MaxConnections", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs#L58C19-L58C94" - }, - { - "DocsId": "P:System.ServiceModel.NetNamedPipeBinding.MaxReceivedMessageSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs#L65C19-L65C60" - }, - { - "DocsId": "P:System.ServiceModel.NetNamedPipeBinding.ReaderQuotas", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs#L71C19-L71C49" - }, - { - "DocsId": "P:System.ServiceModel.NetNamedPipeBinding.Scheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs#L80C42-L80C59" - }, - { - "DocsId": "P:System.ServiceModel.NetNamedPipeBinding.EnvelopeVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs#L82C51-L82C73" - }, - { - "DocsId": "P:System.ServiceModel.NetNamedPipeBinding.Security", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs#L86C19-L86C36" - } - ], - "DocsId": "T:System.ServiceModel.NetNamedPipeBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeBinding.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.NetNamedPipeSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeSecurity.cs#L16C9-L26C10" - }, - { - "DocsId": "P:System.ServiceModel.NetNamedPipeSecurity.Mode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeSecurity.cs#L31C19-L31C32" - }, - { - "DocsId": "P:System.ServiceModel.NetNamedPipeSecurity.Transport", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeSecurity.cs#L44C19-L44C37" - } - ], - "DocsId": "T:System.ServiceModel.NetNamedPipeSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.NetNamedPipeSecurityMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeSecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.NetNamedPipeSecurityMode.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeSecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.NetNamedPipeSecurityMode.Transport", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeSecurityMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.NetNamedPipeSecurityMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/NetNamedPipeSecurityMode.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Channels.NamedPipeConnectionPoolSettings.GroupName", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/Channels/NamedPipeConnectionPoolSettings.cs#L32C19-L32C37" - }, - { - "DocsId": "P:System.ServiceModel.Channels.NamedPipeConnectionPoolSettings.IdleTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/Channels/NamedPipeConnectionPoolSettings.cs#L44C19-L44C39" - }, - { - "DocsId": "P:System.ServiceModel.Channels.NamedPipeConnectionPoolSettings.MaxOutboundConnectionsPerEndpoint", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/Channels/NamedPipeConnectionPoolSettings.cs#L65C19-L65C59" - } - ], - "DocsId": "T:System.ServiceModel.Channels.NamedPipeConnectionPoolSettings", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/Channels/NamedPipeConnectionPoolSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.NamedPipeTransportBindingElement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/Channels/NamedPipeTransportBindingElement.cs#L14C9-L23C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.NamedPipeTransportBindingElement.#ctor(System.ServiceModel.Channels.NamedPipeTransportBindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/Channels/NamedPipeTransportBindingElement.cs#L14C9-L37C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.NamedPipeTransportBindingElement.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/Channels/NamedPipeTransportBindingElement.cs#L51C13-L51C63" - }, - { - "DocsId": "M:System.ServiceModel.Channels.NamedPipeTransportBindingElement.BuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/Channels/NamedPipeTransportBindingElement.cs#L56C13-L66C108" - }, - { - "DocsId": "M:System.ServiceModel.Channels.NamedPipeTransportBindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/Channels/NamedPipeTransportBindingElement.cs#L71C13-L81C53" - }, - { - "DocsId": "P:System.ServiceModel.Channels.NamedPipeTransportBindingElement.ConnectionPoolSettings", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/Channels/NamedPipeTransportBindingElement.cs#L41C19-L41C50" - }, - { - "DocsId": "P:System.ServiceModel.Channels.NamedPipeTransportBindingElement.Scheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/Channels/NamedPipeTransportBindingElement.cs#L46C19-L46C47" - } - ], - "DocsId": "T:System.ServiceModel.Channels.NamedPipeTransportBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/ServiceModel/Channels/NamedPipeTransportBindingElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IO.PipeException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/IO/PipeException.cs#L12C15-L14C10" - }, - { - "DocsId": "M:System.IO.PipeException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/IO/PipeException.cs#L17C15-L19C10" - }, - { - "DocsId": "M:System.IO.PipeException.#ctor(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/IO/PipeException.cs#L22C15-L24C10" - }, - { - "DocsId": "M:System.IO.PipeException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/IO/PipeException.cs#L27C15-L29C10" - }, - { - "DocsId": "M:System.IO.PipeException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/IO/PipeException.cs#L33C15-L35C10" - }, - { - "DocsId": "P:System.IO.PipeException.ErrorCode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/IO/PipeException.cs#L40C19-L40C34" - } - ], - "DocsId": "T:System.IO.PipeException", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetNamedPipe/src/System/IO/PipeException.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.ServiceModel.NetTcp.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.ServiceModel.NetTcp.json deleted file mode 100644 index a149d2b9b3b..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.ServiceModel.NetTcp.json +++ /dev/null @@ -1,216 +0,0 @@ -{ - "Assembly": "System.ServiceModel.NetTcp", - "GUID": "1AE1213E08854C9B90031D59BE550CE0FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.MessageSecurityOverTcp.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/MessageSecurityOverTcp.cs#L18C9-L22C10" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityOverTcp.ClientCredentialType", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/MessageSecurityOverTcp.cs#L29C17-L34C46" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityOverTcp.AlgorithmSuite", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/MessageSecurityOverTcp.cs#L55C19-L55C42" - } - ], - "DocsId": "T:System.ServiceModel.MessageSecurityOverTcp", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/MessageSecurityOverTcp.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.NetTcpBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L17C9-L22C10" - }, - { - "DocsId": "M:System.ServiceModel.NetTcpBinding.#ctor(System.ServiceModel.SecurityMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L25C15-L28C10" - }, - { - "DocsId": "M:System.ServiceModel.NetTcpBinding.#ctor(System.ServiceModel.SecurityMode,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L30C88-L33C10" - }, - { - "DocsId": "M:System.ServiceModel.NetTcpBinding.CreateBindingElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L126C13-L161C44" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpBinding.TransferMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L38C19-L38C50" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpBinding.MaxBufferPoolSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L45C19-L45C55" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpBinding.MaxBufferSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L52C19-L52C51" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpBinding.MaxConnections", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L58C19-L58C94" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpBinding.MaxReceivedMessageSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L65C19-L65C60" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpBinding.ReaderQuotas", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L71C19-L71C49" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpBinding.ReliableSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L87C17-L87C41" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpBinding.Scheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L99C47-L99C72" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpBinding.EnvelopeVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L103C19-L103C49" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpBinding.Security", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs#L108C19-L108C36" - } - ], - "DocsId": "T:System.ServiceModel.NetTcpBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpBinding.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.NetTcpSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpSecurity.cs#L16C35-L16C114" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpSecurity.Mode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpSecurity.cs#L35C19-L35C32" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpSecurity.Transport", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpSecurity.cs#L46C49-L46C53" - }, - { - "DocsId": "P:System.ServiceModel.NetTcpSecurity.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpSecurity.cs#L48C49-L48C53" - } - ], - "DocsId": "T:System.ServiceModel.NetTcpSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/NetTcpSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.TcpClientCredentialType.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/TcpClientCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.TcpClientCredentialType.Certificate", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/TcpClientCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.TcpClientCredentialType.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/TcpClientCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.TcpClientCredentialType.Windows", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/TcpClientCredentialType.cs" - } - ], - "DocsId": "T:System.ServiceModel.TcpClientCredentialType", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/TcpClientCredentialType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.TcpTransportSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/TcpTransportSecurity.cs#L23C9-L29C10" - }, - { - "DocsId": "P:System.ServiceModel.TcpTransportSecurity.ClientCredentialType", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/TcpTransportSecurity.cs#L34C19-L34C48" - }, - { - "DocsId": "P:System.ServiceModel.TcpTransportSecurity.ProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/TcpTransportSecurity.cs#L48C19-L48C43" - }, - { - "DocsId": "P:System.ServiceModel.TcpTransportSecurity.ExtendedProtectionPolicy", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/TcpTransportSecurity.cs#L64C17-L64C50" - }, - { - "DocsId": "P:System.ServiceModel.TcpTransportSecurity.SslProtocols", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/TcpTransportSecurity.cs#L86C19-L86C40" - } - ], - "DocsId": "T:System.ServiceModel.TcpTransportSecurity", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/TcpTransportSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Channels.TcpConnectionPoolSettings.GroupName", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpConnectionPoolSettings.cs#L33C19-L33C37" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TcpConnectionPoolSettings.IdleTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpConnectionPoolSettings.cs#L42C19-L42C39" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TcpConnectionPoolSettings.LeaseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpConnectionPoolSettings.cs#L63C19-L63C40" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TcpConnectionPoolSettings.MaxOutboundConnectionsPerEndpoint", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpConnectionPoolSettings.cs#L84C19-L84C61" - } - ], - "DocsId": "T:System.ServiceModel.Channels.TcpConnectionPoolSettings", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpConnectionPoolSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.TcpTransportBindingElement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpTransportBindingElement.cs#L13C15-L17C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TcpTransportBindingElement.#ctor(System.ServiceModel.Channels.TcpTransportBindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpTransportBindingElement.cs#L20C15-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TcpTransportBindingElement.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpTransportBindingElement.cs#L56C13-L56C57" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TcpTransportBindingElement.BuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpTransportBindingElement.cs#L61C13-L71C102" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TcpTransportBindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpTransportBindingElement.cs#L76C13-L94C53" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TcpTransportBindingElement.ConnectionPoolSettings", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpTransportBindingElement.cs#L26C67-L26C71" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TcpTransportBindingElement.Scheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpTransportBindingElement.cs#L28C42-L28C51" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TcpTransportBindingElement.ExtendedProtectionPolicy", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpTransportBindingElement.cs#L34C17-L34C50" - } - ], - "DocsId": "T:System.ServiceModel.Channels.TcpTransportBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.NetTcp/src/System/ServiceModel/Channels/TcpTransportBindingElement.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.ServiceModel.Primitives.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.ServiceModel.Primitives.json deleted file mode 100644 index e36234cd767..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.ServiceModel.Primitives.json +++ /dev/null @@ -1,13692 +0,0 @@ -{ - "Assembly": "System.ServiceModel.Primitives", - "GUID": "F15FECC8625744FCAD4A04F754AF5DADFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Collections.Generic.KeyedByTypeCollection`1.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/KeyedByTypeCollection.cs#L14C15-L16C10" - }, - { - "DocsId": "M:System.Collections.Generic.KeyedByTypeCollection`1.#ctor(System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/KeyedByTypeCollection.cs#L19C15-L30C10" - }, - { - "DocsId": "M:System.Collections.Generic.KeyedByTypeCollection`1.Find``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/KeyedByTypeCollection.cs#L34C13-L34C35" - }, - { - "DocsId": "M:System.Collections.Generic.KeyedByTypeCollection`1.Remove``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/KeyedByTypeCollection.cs#L39C13-L39C34" - }, - { - "DocsId": "M:System.Collections.Generic.KeyedByTypeCollection`1.FindAll``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/KeyedByTypeCollection.cs#L61C13-L61C38" - }, - { - "DocsId": "M:System.Collections.Generic.KeyedByTypeCollection`1.RemoveAll``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/KeyedByTypeCollection.cs#L66C13-L66C37" - }, - { - "DocsId": "M:System.Collections.Generic.KeyedByTypeCollection`1.GetKeyForItem(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/KeyedByTypeCollection.cs#L93C13-L98C35" - }, - { - "DocsId": "M:System.Collections.Generic.KeyedByTypeCollection`1.InsertItem(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/KeyedByTypeCollection.cs#L103C13-L114C10" - }, - { - "DocsId": "M:System.Collections.Generic.KeyedByTypeCollection`1.SetItem(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/KeyedByTypeCollection.cs#L118C13-L124C10" - } - ], - "DocsId": "T:System.Collections.Generic.KeyedByTypeCollection`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/KeyedByTypeCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L16C9-L20C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L22C9-L26C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.#ctor(System.Object,System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L28C9-L37C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.#ctor(System.Object,`0[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L39C9-L53C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.Add(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L93C13-L98C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.Clear", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L102C13-L106C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.CopyTo(`0[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L110C13-L114C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.Contains(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L118C13-L122C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L126C13-L130C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.IndexOf(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L134C13-L138C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.Insert(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L142C13-L152C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.Remove(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L170C13-L181C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L185C13-L195C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.ClearItems", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L199C13-L200C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.InsertItem(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L204C13-L205C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.RemoveItem(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L209C13-L210C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.SetItem(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L214C13-L215C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#Generic#ICollection#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L219C19-L219C32" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L224C13-L224C51" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L229C19-L229C31" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L234C19-L234C32" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L239C13-L243C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L249C17-L249C36" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IList#set_Item(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L253C17-L255C14" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IList#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L260C19-L260C32" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IList#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L265C19-L265C32" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IList#Add(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L270C13-L277C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IList#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L281C13-L282C39" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IList#IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L287C13-L288C38" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IList#Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L293C13-L295C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IList#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L299C13-L301C10" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedCollection`1.Count", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L57C19-L57C57" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedCollection`1.Items", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L60C35-L60C39" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedCollection`1.SyncRoot", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L64C19-L64C32" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedCollection`1.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L71C17-L75C14" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedCollection`1.System#Collections#Generic#ICollection#IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L219C19-L219C32" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedCollection`1.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L229C19-L229C31" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedCollection`1.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L234C19-L234C32" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L249C17-L249C36" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IList#IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L260C19-L260C32" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedCollection`1.System#Collections#IList#IsFixedSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs#L265C19-L265C32" - } - ], - "DocsId": "T:System.Collections.Generic.SynchronizedCollection`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Collections.Generic.SynchronizedKeyedCollection`2.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L22C9-L26C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedKeyedCollection`2.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L29C15-L33C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedKeyedCollection`2.#ctor(System.Object,System.Collections.Generic.IEqualityComparer{`0})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L36C15-L40C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedKeyedCollection`2.#ctor(System.Object,System.Collections.Generic.IEqualityComparer{`0},System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L43C15-L60C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedKeyedCollection`2.ChangeItemKey(`1,`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L122C13-L140C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedKeyedCollection`2.ClearItems", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L144C13-L152C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedKeyedCollection`2.Contains(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L156C13-L181C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedKeyedCollection`2.GetKeyForItem(`1)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedKeyedCollection`2.InsertItem(System.Int32,`1)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L219C13-L227C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedKeyedCollection`2.Remove(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L231C13-L262C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedKeyedCollection`2.RemoveItem(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L266C13-L274C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedKeyedCollection`2.SetItem(System.Int32,`1)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L295C13-L318C10" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedKeyedCollection`2.Item(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L66C17-L89C14" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedKeyedCollection`2.Dictionary", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs#L94C19-L94C38" - } - ], - "DocsId": "T:System.Collections.Generic.SynchronizedKeyedCollection`2", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedKeyedCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L15C9-L19C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L21C9-L25C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.#ctor(System.Object,System.Collections.Generic.IEnumerable{`0})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L27C9-L36C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.#ctor(System.Object,`0[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L38C9-L52C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.Contains(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L87C13-L91C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.CopyTo(`0[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L95C13-L99C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L103C13-L107C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.IndexOf(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L111C13-L115C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#Generic#ICollection#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L124C19-L124C31" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#Generic#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L131C17-L131C36" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#Generic#IList#set_Item(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L135C17-L136C14" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#Generic#ICollection#Add(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L141C13-L142C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#Generic#ICollection#Clear", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L146C13-L147C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#Generic#ICollection#Remove(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L151C13-L152C26" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#Generic#IList#Insert(System.Int32,`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L157C13-L158C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#Generic#IList#RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L162C13-L163C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#ICollection#get_IsSynchronized", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L167C19-L167C31" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#ICollection#get_SyncRoot", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L172C19-L172C32" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L177C13-L187C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L191C13-L203C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#get_IsFixedSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L207C19-L207C31" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L212C19-L212C31" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#get_Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L219C17-L219C36" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#set_Item(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L223C17-L224C14" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#Add(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L229C13-L230C22" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#Clear", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L235C13-L236C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L240C13-L241C39" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L246C13-L247C38" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L252C13-L253C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L257C13-L258C10" - }, - { - "DocsId": "M:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L262C13-L263C10" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedReadOnlyCollection`1.Count", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L75C19-L75C57" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedReadOnlyCollection`1.Items", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L78C36-L78C40" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedReadOnlyCollection`1.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L82C19-L82C58" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#Generic#ICollection#IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L124C19-L124C31" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#Generic#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L131C17-L131C36" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#ICollection#IsSynchronized", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L167C19-L167C31" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#ICollection#SyncRoot", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L172C19-L172C32" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#IsFixedSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L207C19-L207C31" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L212C19-L212C31" - }, - { - "DocsId": "P:System.Collections.Generic.SynchronizedReadOnlyCollection`1.System#Collections#IList#Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs#L219C17-L219C36" - } - ], - "DocsId": "T:System.Collections.Generic.SynchronizedReadOnlyCollection`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SynchronizedReadOnlyCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.SecurityMessageSerializationException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/SecurityMessageSerializationException.cs#L12C58-L12C68" - }, - { - "DocsId": "M:System.IdentityModel.SecurityMessageSerializationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/SecurityMessageSerializationException.cs#L14C72-L14C89" - }, - { - "DocsId": "M:System.IdentityModel.SecurityMessageSerializationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/SecurityMessageSerializationException.cs#L17C15-L17C48" - }, - { - "DocsId": "M:System.IdentityModel.SecurityMessageSerializationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/SecurityMessageSerializationException.cs#L21C15-L21C38" - } - ], - "DocsId": "T:System.IdentityModel.SecurityMessageSerializationException", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/SecurityMessageSerializationException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.AggregateTokenResolver.#ctor(System.Collections.Generic.IEnumerable{System.IdentityModel.Selectors.SecurityTokenResolver})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AggregateTokenResolver.cs#L18C9-L35C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.AggregateTokenResolver.TryResolveSecurityKeyCore(System.IdentityModel.Tokens.SecurityKeyIdentifierClause,System.IdentityModel.Tokens.SecurityKey@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AggregateTokenResolver.cs#L58C13-L73C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.AggregateTokenResolver.TryResolveTokenCore(System.IdentityModel.Tokens.SecurityKeyIdentifier,System.IdentityModel.Tokens.SecurityToken@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AggregateTokenResolver.cs#L85C13-L100C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.AggregateTokenResolver.TryResolveTokenCore(System.IdentityModel.Tokens.SecurityKeyIdentifierClause,System.IdentityModel.Tokens.SecurityToken@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AggregateTokenResolver.cs#L112C13-L127C10" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.AggregateTokenResolver.TokenResolvers", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AggregateTokenResolver.cs#L44C17-L44C53" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.AggregateTokenResolver", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AggregateTokenResolver.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.AsymmetricSecurityKey.GetAsymmetricAlgorithm(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AsymmetricSecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.AsymmetricSecurityKey.GetHashAlgorithmForSignature(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AsymmetricSecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.AsymmetricSecurityKey.GetSignatureDeformatter(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AsymmetricSecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.AsymmetricSecurityKey.GetSignatureFormatter(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AsymmetricSecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.AsymmetricSecurityKey.HasPrivateKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AsymmetricSecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.AsymmetricSecurityKey.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AsymmetricSecurityKey.cs" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.AsymmetricSecurityKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/AsymmetricSecurityKey.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.BinaryKeyIdentifierClause.#ctor(System.String,System.Byte[],System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/BinaryKeyIdentifierClause.cs#L15C15-L17C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.BinaryKeyIdentifierClause.#ctor(System.String,System.Byte[],System.Boolean,System.Byte[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/BinaryKeyIdentifierClause.cs#L20C15-L39C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.BinaryKeyIdentifierClause.GetBuffer", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/BinaryKeyIdentifierClause.cs#L43C13-L43C67" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.BinaryKeyIdentifierClause.GetRawBuffer", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/BinaryKeyIdentifierClause.cs#L48C13-L48C40" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.BinaryKeyIdentifierClause.Matches(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/BinaryKeyIdentifierClause.cs#L53C13-L54C103" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.BinaryKeyIdentifierClause.Matches(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/BinaryKeyIdentifierClause.cs#L59C13-L59C37" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.BinaryKeyIdentifierClause.Matches(System.Byte[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/BinaryKeyIdentifierClause.cs#L64C13-L68C86" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.BinaryKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/BinaryKeyIdentifierClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.EncryptedKeyIdentifierClause.#ctor(System.Byte[],System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/EncryptedKeyIdentifierClause.cs#L16C15-L18C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.EncryptedKeyIdentifierClause.#ctor(System.Byte[],System.String,System.IdentityModel.Tokens.SecurityKeyIdentifier)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/EncryptedKeyIdentifierClause.cs#L21C15-L23C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.EncryptedKeyIdentifierClause.#ctor(System.Byte[],System.String,System.IdentityModel.Tokens.SecurityKeyIdentifier,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/EncryptedKeyIdentifierClause.cs#L26C15-L28C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.EncryptedKeyIdentifierClause.#ctor(System.Byte[],System.String,System.IdentityModel.Tokens.SecurityKeyIdentifier,System.String,System.Byte[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/EncryptedKeyIdentifierClause.cs#L31C15-L33C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.EncryptedKeyIdentifierClause.Matches(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/EncryptedKeyIdentifierClause.cs#L54C13-L55C133" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.EncryptedKeyIdentifierClause.Matches(System.Byte[],System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/EncryptedKeyIdentifierClause.cs#L60C13-L60C119" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.EncryptedKeyIdentifierClause.GetEncryptedKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/EncryptedKeyIdentifierClause.cs#L65C13-L65C32" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.EncryptedKeyIdentifierClause.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/EncryptedKeyIdentifierClause.cs#L70C13-L71C75" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.EncryptedKeyIdentifierClause.CarriedKeyName", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/EncryptedKeyIdentifierClause.cs#L43C40-L43C44" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.EncryptedKeyIdentifierClause.EncryptingKeyIdentifier", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/EncryptedKeyIdentifierClause.cs#L45C64-L45C68" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.EncryptedKeyIdentifierClause.EncryptionMethod", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/EncryptedKeyIdentifierClause.cs#L49C19-L49C44" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.EncryptedKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/EncryptedKeyIdentifierClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.GenericXmlSecurityKeyIdentifierClause.#ctor(System.Xml.XmlElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityKeyIdentifierClause.cs#L13C15-L15C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.GenericXmlSecurityKeyIdentifierClause.#ctor(System.Xml.XmlElement,System.Byte[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityKeyIdentifierClause.cs#L18C15-L21C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.GenericXmlSecurityKeyIdentifierClause.Matches(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityKeyIdentifierClause.cs#L27C13-L28C96" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.GenericXmlSecurityKeyIdentifierClause.ReferenceXml", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityKeyIdentifierClause.cs#L23C42-L23C46" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.GenericXmlSecurityKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityKeyIdentifierClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.GenericXmlSecurityToken.#ctor(System.Xml.XmlElement,System.IdentityModel.Tokens.SecurityToken,System.DateTime,System.DateTime,System.IdentityModel.Tokens.SecurityKeyIdentifierClause,System.IdentityModel.Tokens.SecurityKeyIdentifierClause,System.Collections.ObjectModel.ReadOnlyCollection{System.IdentityModel.Policy.IAuthorizationPolicy})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L21C9-L45C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.GenericXmlSecurityToken.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L89C13-L104C38" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.GenericXmlSecurityToken.CanCreateKeyIdentifierClause``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L142C13-L152C26" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.GenericXmlSecurityToken.CreateKeyIdentifierClause``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L157C13-L167C133" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.GenericXmlSecurityToken.MatchesKeyIdentifierClause(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L172C13-L181C26" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.GenericXmlSecurityToken.Id", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L49C19-L49C30" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.GenericXmlSecurityToken.ValidFrom", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L54C19-L54C41" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.GenericXmlSecurityToken.ValidTo", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L59C19-L59C42" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.GenericXmlSecurityToken.InternalTokenReference", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L62C69-L62C73" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.GenericXmlSecurityToken.ExternalTokenReference", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L64C69-L64C73" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.GenericXmlSecurityToken.TokenXml", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L66C38-L66C42" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.GenericXmlSecurityToken.ProofToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L68C43-L68C47" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.GenericXmlSecurityToken.AuthorizationPolicies", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L70C81-L70C85" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.GenericXmlSecurityToken.SecurityKeys", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs#L76C17-L82C74" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.GenericXmlSecurityToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/GenericXmlSecurityToken.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.IdentityModel.Tokens.KerberosRequestorSecurityToken.Id", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/KerberosRequestorSecurityToken.cs#L44C19-L44C30" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.KerberosRequestorSecurityToken.SecurityKeys", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/KerberosRequestorSecurityToken.cs#L49C19-L49C72" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.KerberosRequestorSecurityToken.ValidFrom", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/KerberosRequestorSecurityToken.cs#L54C19-L54C41" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.KerberosRequestorSecurityToken.ValidTo", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/KerberosRequestorSecurityToken.cs#L59C19-L59C42" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.KerberosRequestorSecurityToken.ServicePrincipalName", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/KerberosRequestorSecurityToken.cs#L62C46-L62C50" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.KerberosRequestorSecurityToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/KerberosRequestorSecurityToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.LocalIdKeyIdentifierClause.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/LocalIdKeyIdentifierClause.cs#L16C15-L18C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.LocalIdKeyIdentifierClause.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/LocalIdKeyIdentifierClause.cs#L21C15-L23C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.LocalIdKeyIdentifierClause.#ctor(System.String,System.Byte[],System.Int32,System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/LocalIdKeyIdentifierClause.cs#L26C15-L28C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.LocalIdKeyIdentifierClause.Matches(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/LocalIdKeyIdentifierClause.cs#L59C13-L60C102" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.LocalIdKeyIdentifierClause.Matches(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/LocalIdKeyIdentifierClause.cs#L65C13-L87C26" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.LocalIdKeyIdentifierClause.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/LocalIdKeyIdentifierClause.cs#L92C13-L92C146" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.LocalIdKeyIdentifierClause.LocalId", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/LocalIdKeyIdentifierClause.cs#L50C33-L50C37" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.LocalIdKeyIdentifierClause.OwnerType", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/LocalIdKeyIdentifierClause.cs#L54C19-L54C99" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.LocalIdKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/LocalIdKeyIdentifierClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.SamlSerializer.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SamlSerializer.cs#L11C9-L13C10" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SamlSerializer", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SamlSerializer.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.Aes128Encryption", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.Aes128KeyWrap", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.Aes192Encryption", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.Aes192KeyWrap", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.Aes256Encryption", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.Aes256KeyWrap", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.DesEncryption", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.DsaSha1Signature", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.ExclusiveC14n", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.ExclusiveC14nWithComments", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.HmacSha1Signature", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.HmacSha256Signature", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.Psha1KeyDerivation", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.Psha1KeyDerivationDec2005", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.Ripemd160Digest", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.RsaOaepKeyWrap", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.RsaSha1Signature", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.RsaV15KeyWrap", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.RsaSha256Signature", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.Sha1Digest", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.Sha256Digest", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.Sha512Digest", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.TripleDesEncryption", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityAlgorithms.TripleDesKeyWrap", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SecurityAlgorithms", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityAlgorithms.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKey.DecryptKey(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKey.EncryptKey(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKey.IsAsymmetricAlgorithm(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKey.IsSupportedAlgorithm(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKey.IsSymmetricAlgorithm(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKey.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKey.cs" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityKey.KeySize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKey.cs" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SecurityKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKey.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifier.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L19C9-L22C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifier.#ctor(System.IdentityModel.Tokens.SecurityKeyIdentifierClause[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L24C9-L35C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifier.Add(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L66C13-L75C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifier.CreateKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L79C18-L86C136" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifier.Find``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L92C13-L96C27" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifier.GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L101C13-L101C45" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifier.MakeReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L106C13-L107C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifier.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L111C20-L124C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifier.TryFind``1(``0@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L128C18-L138C26" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifier.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L143C13-L143C36" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityKeyIdentifier.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L39C19-L39C42" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityKeyIdentifier.CanCreateKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L46C22-L53C30" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityKeyIdentifier.Count", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L59C19-L59C41" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityKeyIdentifier.IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs#L62C34-L62C38" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SecurityKeyIdentifier", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifier.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifierClause.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifierClause.cs#L22C15-L24C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifierClause.#ctor(System.String,System.Byte[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifierClause.cs#L26C9-L31C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifierClause.CreateKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifierClause.cs#L48C13-L48C148" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifierClause.Matches(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifierClause.cs#L53C13-L53C63" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityKeyIdentifierClause.GetDerivationNonce", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifierClause.cs#L58C13-L58C89" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityKeyIdentifierClause.CanCreateKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifierClause.cs#L35C19-L35C32" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityKeyIdentifierClause.ClauseType", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifierClause.cs#L38C36-L38C40" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityKeyIdentifierClause.Id", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifierClause.cs#L42C19-L42C30" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityKeyIdentifierClause.DerivationLength", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifierClause.cs#L61C39-L61C43" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SecurityKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyIdentifierClause.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityKeyType.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyType.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityKeyType.SymmetricKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyType.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityKeyType.AsymmetricKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyType.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityKeyType.BearerKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyType.cs" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SecurityKeyType", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyType.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityKeyUsage.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyUsage.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityKeyUsage.Exchange", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyUsage.cs" - }, - { - "DocsId": "F:System.IdentityModel.Tokens.SecurityKeyUsage.Signature", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyUsage.cs" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SecurityKeyUsage", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityKeyUsage.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityToken.CanCreateKeyIdentifierClause``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityToken.cs#L20C13-L20C111" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityToken.CreateKeyIdentifierClause``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityToken.cs#L25C13-L31C114" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityToken.MatchesKeyIdentifierClause(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityToken.cs#L36C13-L42C26" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityToken.ResolveKeyIdentifierClause(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityToken.cs#L47C13-L52C25" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityToken.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityToken.cs" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityToken.Id", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityToken.cs" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityToken.SecurityKeys", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityToken.cs" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityToken.ValidFrom", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityToken.cs" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityToken.ValidTo", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityToken.cs" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SecurityToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityTokenException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenException.cs#L12C43-L12C53" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityTokenException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenException.cs#L13C57-L13C74" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityTokenException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenException.cs#L14C83-L14C116" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityTokenException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenException.cs#L16C94-L16C117" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SecurityTokenException", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenException.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityTokenTypes.UserName", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenTypes.cs#L23C47-L23C63" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityTokenTypes.X509Certificate", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenTypes.cs#L24C54-L24C77" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityTokenTypes.Kerberos", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenTypes.cs#L25C47-L25C63" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityTokenTypes.Saml", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenTypes.cs#L26C43-L26C55" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.SecurityTokenTypes.Rsa", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenTypes.cs#L27C42-L27C53" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SecurityTokenTypes", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenTypes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityTokenValidationException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenValidationException.cs#L12C53-L12C63" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityTokenValidationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenValidationException.cs#L13C67-L13C84" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityTokenValidationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenValidationException.cs#L14C93-L14C126" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SecurityTokenValidationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenValidationException.cs#L16C104-L16C127" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SecurityTokenValidationException", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SecurityTokenValidationException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.SymmetricSecurityKey.GenerateDerivedKey(System.String,System.Byte[],System.Byte[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SymmetricSecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SymmetricSecurityKey.GetDecryptionTransform(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SymmetricSecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SymmetricSecurityKey.GetEncryptionTransform(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SymmetricSecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SymmetricSecurityKey.GetIVSize(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SymmetricSecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SymmetricSecurityKey.GetKeyedHashAlgorithm(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SymmetricSecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SymmetricSecurityKey.GetSymmetricAlgorithm(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SymmetricSecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SymmetricSecurityKey.GetSymmetricKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SymmetricSecurityKey.cs" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.SymmetricSecurityKey.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SymmetricSecurityKey.cs" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.SymmetricSecurityKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/SymmetricSecurityKey.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.UserNameSecurityToken.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/UserNameSecurityToken.cs#L18C15-L20C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.UserNameSecurityToken.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/UserNameSecurityToken.cs#L22C9-L38C10" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.UserNameSecurityToken.Id", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/UserNameSecurityToken.cs#L42C19-L42C30" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.UserNameSecurityToken.SecurityKeys", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/UserNameSecurityToken.cs#L47C19-L47C72" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.UserNameSecurityToken.ValidFrom", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/UserNameSecurityToken.cs#L52C19-L52C41" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.UserNameSecurityToken.ValidTo", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/UserNameSecurityToken.cs#L58C19-L58C55" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.UserNameSecurityToken.UserName", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/UserNameSecurityToken.cs#L63C19-L63C36" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.UserNameSecurityToken.Password", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/UserNameSecurityToken.cs#L66C34-L66C38" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.UserNameSecurityToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/UserNameSecurityToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.X509AsymmetricSecurityKey.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs#L107C44-L24C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509AsymmetricSecurityKey.DecryptKey(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs#L111C13-L111C58" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509AsymmetricSecurityKey.EncryptKey(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs#L116C13-L116C58" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509AsymmetricSecurityKey.GetAsymmetricAlgorithm(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs#L121C13-L183C165" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509AsymmetricSecurityKey.GetHashAlgorithmForSignature(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs#L190C13-L223C161" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509AsymmetricSecurityKey.GetSignatureDeformatter(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs#L233C13-L292C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509AsymmetricSecurityKey.GetSignatureFormatter(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs#L297C13-L377C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509AsymmetricSecurityKey.HasPrivateKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs#L381C13-L381C41" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509AsymmetricSecurityKey.IsAsymmetricAlgorithm(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs#L386C13-L391C68" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509AsymmetricSecurityKey.IsSupportedAlgorithm(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs#L396C13-L439C34" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509AsymmetricSecurityKey.IsSymmetricAlgorithm(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs#L445C13-L445C65" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.X509AsymmetricSecurityKey.KeySize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs#L28C19-L28C44" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.X509AsymmetricSecurityKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509AsymmetricSecurityKey.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.X509IssuerSerialKeyIdentifierClause.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509IssuerSerialKeyIdentifierClause.cs#L17C15-L31C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509IssuerSerialKeyIdentifierClause.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509IssuerSerialKeyIdentifierClause.cs#L34C15-L43C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509IssuerSerialKeyIdentifierClause.Matches(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509IssuerSerialKeyIdentifierClause.cs#L54C13-L55C115" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509IssuerSerialKeyIdentifierClause.Matches(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509IssuerSerialKeyIdentifierClause.cs#L60C13-L65C85" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509IssuerSerialKeyIdentifierClause.Matches(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509IssuerSerialKeyIdentifierClause.cs#L70C13-L103C40" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509IssuerSerialKeyIdentifierClause.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509IssuerSerialKeyIdentifierClause.cs#L108C13-L109C49" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.X509IssuerSerialKeyIdentifierClause.IssuerName", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509IssuerSerialKeyIdentifierClause.cs#L45C36-L45C40" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.X509IssuerSerialKeyIdentifierClause.IssuerSerialNumber", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509IssuerSerialKeyIdentifierClause.cs#L49C19-L49C46" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.X509IssuerSerialKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509IssuerSerialKeyIdentifierClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.X509RawDataKeyIdentifierClause.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509RawDataKeyIdentifierClause.cs#L17C15-L20C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509RawDataKeyIdentifierClause.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509RawDataKeyIdentifierClause.cs#L23C15-L25C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509RawDataKeyIdentifierClause.CreateKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509RawDataKeyIdentifierClause.cs#L39C13-L47C25" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509RawDataKeyIdentifierClause.GetX509RawData", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509RawDataKeyIdentifierClause.cs#L62C13-L62C32" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509RawDataKeyIdentifierClause.Matches(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509RawDataKeyIdentifierClause.cs#L67C13-L72C53" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509RawDataKeyIdentifierClause.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509RawDataKeyIdentifierClause.cs#L77C13-L77C131" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.X509RawDataKeyIdentifierClause.CanCreateKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509RawDataKeyIdentifierClause.cs#L34C19-L34C31" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.X509RawDataKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509RawDataKeyIdentifierClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.X509SecurityToken.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs#L24C15-L26C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509SecurityToken.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs#L29C15-L31C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509SecurityToken.CanCreateKeyIdentifierClause``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs#L122C13-L129C59" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509SecurityToken.CreateKeyIdentifierClause``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs#L134C13-L154C56" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509SecurityToken.MatchesKeyIdentifierClause(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs#L159C13-L176C73" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509SecurityToken.Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs#L182C13-L189C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509SecurityToken.ThrowIfDisposed", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs#L193C13-L197C10" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.X509SecurityToken.Id", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs#L65C19-L65C30" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.X509SecurityToken.SecurityKeys", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs#L72C17-L79C38" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.X509SecurityToken.ValidFrom", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs#L87C17-L93C39" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.X509SecurityToken.ValidTo", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs#L101C17-L107C40" - }, - { - "DocsId": "P:System.IdentityModel.Tokens.X509SecurityToken.Certificate", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs#L115C17-L116C37" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.X509SecurityToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SecurityToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.X509SubjectKeyIdentifierClause.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SubjectKeyIdentifierClause.cs#L17C15-L19C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509SubjectKeyIdentifierClause.GetX509SubjectKeyIdentifier", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SubjectKeyIdentifierClause.cs#L47C13-L47C32" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509SubjectKeyIdentifierClause.Matches(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SubjectKeyIdentifierClause.cs#L52C13-L60C65" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509SubjectKeyIdentifierClause.TryCreateFrom(System.Security.Cryptography.X509Certificates.X509Certificate2,System.IdentityModel.Tokens.X509SubjectKeyIdentifierClause@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SubjectKeyIdentifierClause.cs#L65C13-L72C48" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509SubjectKeyIdentifierClause.CanCreateFrom(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SubjectKeyIdentifierClause.cs#L77C13-L77C55" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509SubjectKeyIdentifierClause.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SubjectKeyIdentifierClause.cs#L82C13-L82C126" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.X509SubjectKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509SubjectKeyIdentifierClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Tokens.X509ThumbprintKeyIdentifierClause.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509ThumbprintKeyIdentifierClause.cs#L14C15-L16C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509ThumbprintKeyIdentifierClause.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509ThumbprintKeyIdentifierClause.cs#L19C15-L21C10" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509ThumbprintKeyIdentifierClause.GetX509Thumbprint", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509ThumbprintKeyIdentifierClause.cs#L40C13-L40C32" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509ThumbprintKeyIdentifierClause.Matches(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509ThumbprintKeyIdentifierClause.cs#L45C13-L50C50" - }, - { - "DocsId": "M:System.IdentityModel.Tokens.X509ThumbprintKeyIdentifierClause.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509ThumbprintKeyIdentifierClause.cs#L55C13-L55C130" - } - ], - "DocsId": "T:System.IdentityModel.Tokens.X509ThumbprintKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Tokens/X509ThumbprintKeyIdentifierClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Selectors.KerberosSecurityTokenProvider.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/KerberosSecurityTokenProvider.cs#L20C15-L22C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.KerberosSecurityTokenProvider.#ctor(System.String,System.Security.Principal.TokenImpersonationLevel)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/KerberosSecurityTokenProvider.cs#L25C15-L27C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.KerberosSecurityTokenProvider.#ctor(System.String,System.Security.Principal.TokenImpersonationLevel,System.Net.NetworkCredential)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/KerberosSecurityTokenProvider.cs#L29C9-L40C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.KerberosSecurityTokenProvider.GetTokenCore(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/KerberosSecurityTokenProvider.cs#L60C13-L60C44" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.KerberosSecurityTokenProvider.ServicePrincipalName", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/KerberosSecurityTokenProvider.cs#L42C46-L42C50" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.KerberosSecurityTokenProvider.TokenImpersonationLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/KerberosSecurityTokenProvider.cs#L44C66-L44C70" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.KerberosSecurityTokenProvider.NetworkCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/KerberosSecurityTokenProvider.cs#L48C19-L48C45" - } - ], - "DocsId": "T:System.IdentityModel.Selectors.KerberosSecurityTokenProvider", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/KerberosSecurityTokenProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenAuthenticator.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenAuthenticator.cs#L17C9-L17C51" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenAuthenticator.CanValidateToken(System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenAuthenticator.cs#L21C13-L25C48" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenAuthenticator.ValidateToken(System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenAuthenticator.cs#L30C13-L70C42" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenAuthenticator.CanValidateTokenCore(System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenAuthenticator.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenAuthenticator.ValidateTokenCore(System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenAuthenticator.cs" - } - ], - "DocsId": "T:System.IdentityModel.Selectors.SecurityTokenAuthenticator", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenAuthenticator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenManager.CreateSecurityTokenProvider(System.IdentityModel.Selectors.SecurityTokenRequirement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenManager.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenManager.CreateSecurityTokenSerializer(System.IdentityModel.Selectors.SecurityTokenVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenManager.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenManager.CreateSecurityTokenAuthenticator(System.IdentityModel.Selectors.SecurityTokenRequirement,System.IdentityModel.Selectors.SecurityTokenResolver@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenManager.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenManager.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenManager.cs" - } - ], - "DocsId": "T:System.IdentityModel.Selectors.SecurityTokenManager", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenManager.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L15C9-L15C46" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.GetToken(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L30C13-L36C26" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.BeginGetToken(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L41C13-L41C64" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.EndGetToken(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L46C13-L57C26" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.GetTokenAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.GetTokenCore(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.BeginGetTokenCore(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L75C13-L75C78" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.EndGetTokenCore(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L80C13-L80C53" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.GetTokenCoreAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L86C13-L86C109" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.RenewToken(System.TimeSpan,System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L100C13-L111C26" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.BeginRenewToken(System.TimeSpan,System.IdentityModel.Tokens.SecurityToken,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L116C13-L121C84" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.EndRenewToken(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L126C13-L137C26" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.RenewTokenAsync(System.TimeSpan,System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.RenewTokenCore(System.TimeSpan,System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L158C13-L158C146" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.BeginRenewTokenCore(System.TimeSpan,System.IdentityModel.Tokens.SecurityToken,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L163C13-L163C98" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.EndRenewTokenCore(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L168C13-L168C53" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.RenewTokenCoreAsync(System.TimeSpan,System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L173C13-L173C131" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.CancelToken(System.TimeSpan,System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L185C13-L191C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.BeginCancelToken(System.TimeSpan,System.IdentityModel.Tokens.SecurityToken,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L195C13-L200C74" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.EndCancelToken(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L205C13-L211C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.CancelTokenAsync(System.TimeSpan,System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.CancelTokenCore(System.TimeSpan,System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L225C13-L225C151" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.BeginCancelTokenCore(System.TimeSpan,System.IdentityModel.Tokens.SecurityToken,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L230C13-L230C88" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.EndCancelTokenCore(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L235C13-L236C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenProvider.CancelTokenCoreAsync(System.TimeSpan,System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L240C13-L240C107" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenProvider.SupportsTokenRenewal", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L19C19-L19C32" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenProvider.SupportsTokenCancellation", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs#L24C19-L24C32" - } - ], - "DocsId": "T:System.IdentityModel.Selectors.SecurityTokenProvider", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenRequirement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L31C9-L35C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenRequirement.GetProperty``1(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L149C13-L153C27" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenRequirement.TryGetProperty``1(System.String,``0@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L159C13-L169C25" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.TokenTypeProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L37C56-L37C81" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.KeyUsageProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L38C55-L38C79" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.KeyTypeProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L39C54-L39C77" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.KeySizeProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L40C54-L40C77" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.RequireCryptographicTokenProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L41C72-L41C113" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.PeerAuthenticationMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L42C61-L42C91" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.IsOptionalTokenProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L43C62-L43C93" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.TokenType", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L50C17-L50C88" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.RequireCryptographicToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L76C17-L76C132" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.KeyUsage", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L89C17-L89C98" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.KeyType", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L103C17-L103C96" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.KeySize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L117C17-L117C96" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.SecurityTokenRequirement.Properties", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs#L133C17-L133C36" - } - ], - "DocsId": "T:System.IdentityModel.Selectors.SecurityTokenRequirement", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenRequirement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenResolver.ResolveToken(System.IdentityModel.Tokens.SecurityKeyIdentifier)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenResolver.cs#L16C13-L25C26" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenResolver.TryResolveToken(System.IdentityModel.Tokens.SecurityKeyIdentifier,System.IdentityModel.Tokens.SecurityToken@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenResolver.cs#L30C13-L34C66" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenResolver.ResolveToken(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenResolver.cs#L39C13-L48C26" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenResolver.TryResolveToken(System.IdentityModel.Tokens.SecurityKeyIdentifierClause,System.IdentityModel.Tokens.SecurityToken@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenResolver.cs#L53C13-L57C72" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenResolver.ResolveSecurityKey(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenResolver.cs#L62C13-L71C24" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenResolver.TryResolveSecurityKey(System.IdentityModel.Tokens.SecurityKeyIdentifierClause,System.IdentityModel.Tokens.SecurityKey@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenResolver.cs#L76C13-L80C76" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenResolver.TryResolveTokenCore(System.IdentityModel.Tokens.SecurityKeyIdentifier,System.IdentityModel.Tokens.SecurityToken@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenResolver.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenResolver.TryResolveTokenCore(System.IdentityModel.Tokens.SecurityKeyIdentifierClause,System.IdentityModel.Tokens.SecurityToken@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenResolver.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenResolver.TryResolveSecurityKeyCore(System.IdentityModel.Tokens.SecurityKeyIdentifierClause,System.IdentityModel.Tokens.SecurityKey@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenResolver.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenResolver.CreateDefaultSecurityTokenResolver(System.Collections.ObjectModel.ReadOnlyCollection{System.IdentityModel.Tokens.SecurityToken},System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenResolver.cs#L90C13-L90C69" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenResolver.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenResolver.cs" - } - ], - "DocsId": "T:System.IdentityModel.Selectors.SecurityTokenResolver", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenResolver.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.CanReadToken(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs#L24C13-L28C45" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.CanWriteToken(System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs#L33C13-L37C45" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.CanReadKeyIdentifier(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs#L42C13-L46C53" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.CanWriteKeyIdentifier(System.IdentityModel.Tokens.SecurityKeyIdentifier)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs#L51C13-L55C61" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.CanReadKeyIdentifierClause(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs#L60C13-L64C59" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.CanWriteKeyIdentifierClause(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs#L69C13-L73C73" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.ReadToken(System.Xml.XmlReader,System.IdentityModel.Selectors.SecurityTokenResolver)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs#L79C13-L83C57" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.WriteToken(System.Xml.XmlWriter,System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs#L88C13-L97C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.ReadKeyIdentifier(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs#L101C13-L105C50" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.WriteKeyIdentifier(System.Xml.XmlWriter,System.IdentityModel.Tokens.SecurityKeyIdentifier)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs#L110C13-L119C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.ReadKeyIdentifierClause(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs#L123C13-L127C56" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.WriteKeyIdentifierClause(System.Xml.XmlWriter,System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs#L132C13-L141C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.CanReadTokenCore(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.CanWriteTokenCore(System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.CanReadKeyIdentifierCore(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.CanWriteKeyIdentifierCore(System.IdentityModel.Tokens.SecurityKeyIdentifier)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.CanReadKeyIdentifierClauseCore(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.CanWriteKeyIdentifierClauseCore(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.ReadTokenCore(System.Xml.XmlReader,System.IdentityModel.Selectors.SecurityTokenResolver)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.WriteTokenCore(System.Xml.XmlWriter,System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.ReadKeyIdentifierCore(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.WriteKeyIdentifierCore(System.Xml.XmlWriter,System.IdentityModel.Tokens.SecurityKeyIdentifier)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.ReadKeyIdentifierClauseCore(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.WriteKeyIdentifierClauseCore(System.Xml.XmlWriter,System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenSerializer.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - } - ], - "DocsId": "T:System.IdentityModel.Selectors.SecurityTokenSerializer", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenSerializer.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenVersion.GetSecuritySpecifications", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenVersion.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.SecurityTokenVersion.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenVersion.cs" - } - ], - "DocsId": "T:System.IdentityModel.Selectors.SecurityTokenVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/SecurityTokenVersion.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Selectors.UserNameSecurityTokenProvider.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/UserNameSecurityTokenProvider.cs#L16C9-L24C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.UserNameSecurityTokenProvider.GetTokenCore(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/UserNameSecurityTokenProvider.cs#L28C13-L28C35" - } - ], - "DocsId": "T:System.IdentityModel.Selectors.UserNameSecurityTokenProvider", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/UserNameSecurityTokenProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Selectors.X509CertificateValidator.CreateChainTrustValidator(System.Boolean,System.Security.Cryptography.X509Certificates.X509ChainPolicy)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509CertificateValidator.cs#L75C13-L80C120" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.X509CertificateValidator.CreatePeerOrChainTrustValidator(System.Boolean,System.Security.Cryptography.X509Certificates.X509ChainPolicy)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509CertificateValidator.cs#L85C13-L90C82" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.X509CertificateValidator.Validate(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509CertificateValidator.cs" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.X509CertificateValidator.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509CertificateValidator.cs" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.X509CertificateValidator.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509CertificateValidator.cs#L25C17-L30C31" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.X509CertificateValidator.PeerTrust", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509CertificateValidator.cs#L38C17-L43C36" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.X509CertificateValidator.ChainTrust", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509CertificateValidator.cs#L51C17-L56C37" - }, - { - "DocsId": "P:System.IdentityModel.Selectors.X509CertificateValidator.PeerOrChainTrust", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509CertificateValidator.cs#L64C17-L69C43" - } - ], - "DocsId": "T:System.IdentityModel.Selectors.X509CertificateValidator", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509CertificateValidator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Selectors.X509SecurityTokenAuthenticator.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509SecurityTokenAuthenticator.cs#L20C15-L22C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.X509SecurityTokenAuthenticator.#ctor(System.IdentityModel.Selectors.X509CertificateValidator)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509SecurityTokenAuthenticator.cs#L24C9-L28C10" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.X509SecurityTokenAuthenticator.CanValidateTokenCore(System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509SecurityTokenAuthenticator.cs#L32C13-L32C47" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.X509SecurityTokenAuthenticator.ValidateTokenCore(System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509SecurityTokenAuthenticator.cs#L37C13-L40C95" - } - ], - "DocsId": "T:System.IdentityModel.Selectors.X509SecurityTokenAuthenticator", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509SecurityTokenAuthenticator.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Selectors.X509SecurityTokenProvider.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509SecurityTokenProvider.cs#L18C74-L18C101" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.X509SecurityTokenProvider.GetTokenCore(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509SecurityTokenProvider.cs#L40C13-L40C104" - }, - { - "DocsId": "M:System.IdentityModel.Selectors.X509SecurityTokenProvider.Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509SecurityTokenProvider.cs#L50C13-L54C10" - } - ], - "DocsId": "T:System.IdentityModel.Selectors.X509SecurityTokenProvider", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Selectors/X509SecurityTokenProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Policy.AuthorizationContext.CreateDefaultAuthorizationContext(System.Collections.Generic.IList{System.IdentityModel.Policy.IAuthorizationPolicy})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/AuthorizationContext.cs#L21C13-L21C91" - }, - { - "DocsId": "M:System.IdentityModel.Policy.AuthorizationContext.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/AuthorizationContext.cs" - }, - { - "DocsId": "P:System.IdentityModel.Policy.AuthorizationContext.Id", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/AuthorizationContext.cs" - }, - { - "DocsId": "P:System.IdentityModel.Policy.AuthorizationContext.ClaimSets", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/AuthorizationContext.cs" - }, - { - "DocsId": "P:System.IdentityModel.Policy.AuthorizationContext.ExpirationTime", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/AuthorizationContext.cs" - }, - { - "DocsId": "P:System.IdentityModel.Policy.AuthorizationContext.Properties", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/AuthorizationContext.cs" - } - ], - "DocsId": "T:System.IdentityModel.Policy.AuthorizationContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/AuthorizationContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Policy.EvaluationContext.AddClaimSet(System.IdentityModel.Policy.IAuthorizationPolicy,System.IdentityModel.Claims.ClaimSet)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/EvaluationContext.cs" - }, - { - "DocsId": "M:System.IdentityModel.Policy.EvaluationContext.RecordExpirationTime(System.DateTime)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/EvaluationContext.cs" - }, - { - "DocsId": "M:System.IdentityModel.Policy.EvaluationContext.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/EvaluationContext.cs" - }, - { - "DocsId": "P:System.IdentityModel.Policy.EvaluationContext.ClaimSets", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/EvaluationContext.cs" - }, - { - "DocsId": "P:System.IdentityModel.Policy.EvaluationContext.Properties", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/EvaluationContext.cs" - }, - { - "DocsId": "P:System.IdentityModel.Policy.EvaluationContext.Generation", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/EvaluationContext.cs" - } - ], - "DocsId": "T:System.IdentityModel.Policy.EvaluationContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/EvaluationContext.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.IdentityModel.Policy.IAuthorizationComponent.Id", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/IAuthorizationComponent.cs" - } - ], - "DocsId": "T:System.IdentityModel.Policy.IAuthorizationComponent", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/IAuthorizationComponent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Policy.IAuthorizationPolicy.Evaluate(System.IdentityModel.Policy.EvaluationContext,System.Object@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/IAuthorizationPolicy.cs" - }, - { - "DocsId": "P:System.IdentityModel.Policy.IAuthorizationPolicy.Issuer", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/IAuthorizationPolicy.cs" - } - ], - "DocsId": "T:System.IdentityModel.Policy.IAuthorizationPolicy", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Policy/IAuthorizationPolicy.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Claims.Claim.#ctor(System.String,System.Object,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L79C73-L81C10" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.CreateDnsClaim(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L122C13-L127C94" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.CreateHashClaim(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L132C13-L137C124" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.CreateNameClaim(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L143C13-L148C77" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.CreateRsaClaim(System.Security.Cryptography.RSA)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L153C13-L156C94" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.CreateSpnClaim(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L161C13-L166C75" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.CreateThumbprintClaim(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L171C13-L176C142" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.CreateUpnClaim(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L181C13-L186C94" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.CreateUriClaim(System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L191C13-L196C75" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.CreateWindowsSidClaim(System.Security.Principal.SecurityIdentifier)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L201C13-L206C75" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.CreateX500DistinguishedNameClaim(System.Security.Cryptography.X509Certificates.X500DistinguishedName)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L211C13-L216C148" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L221C13-L226C57" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.GetHashCode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L231C13-L236C48" - }, - { - "DocsId": "M:System.IdentityModel.Claims.Claim.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L241C13-L241C94" - }, - { - "DocsId": "P:System.IdentityModel.Claims.Claim.DefaultComparer", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L87C17-L87C56" - }, - { - "DocsId": "P:System.IdentityModel.Claims.Claim.System", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L95C17-L100C33" - }, - { - "DocsId": "P:System.IdentityModel.Claims.Claim.Resource", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L106C19-L106C36" - }, - { - "DocsId": "P:System.IdentityModel.Claims.Claim.ClaimType", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L111C19-L111C37" - }, - { - "DocsId": "P:System.IdentityModel.Claims.Claim.Right", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs#L116C19-L116C33" - } - ], - "DocsId": "T:System.IdentityModel.Claims.Claim", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/Claim.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Claims.ClaimSet.ContainsClaim(System.IdentityModel.Claims.Claim,System.Collections.Generic.IEqualityComparer{System.IdentityModel.Claims.Claim})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimSet.cs#L58C13-L80C10" - }, - { - "DocsId": "M:System.IdentityModel.Claims.ClaimSet.ContainsClaim(System.IdentityModel.Claims.Claim)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimSet.cs#L84C13-L101C10" - }, - { - "DocsId": "M:System.IdentityModel.Claims.ClaimSet.FindClaims(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimSet.cs" - }, - { - "DocsId": "M:System.IdentityModel.Claims.ClaimSet.GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimSet.cs" - }, - { - "DocsId": "M:System.IdentityModel.Claims.ClaimSet.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimSet.cs#L109C51-L109C74" - }, - { - "DocsId": "M:System.IdentityModel.Claims.ClaimSet.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimSet.cs" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimSet.System", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimSet.cs#L24C17-L31C33" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimSet.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimSet.cs" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimSet.Count", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimSet.cs" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimSet.Issuer", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimSet.cs" - } - ], - "DocsId": "T:System.IdentityModel.Claims.ClaimSet", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimSet.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Anonymous", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L45C48-L45C65" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.DenyOnlySid", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L46C50-L46C69" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Dns", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L47C42-L47C53" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Email", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L48C44-L48C57" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Hash", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L49C43-L49C55" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L50C43-L50C55" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Rsa", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L51C42-L51C53" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Sid", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L52C42-L52C53" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Spn", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L53C42-L53C53" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.System", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L54C45-L54C59" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Thumbprint", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L55C49-L55C67" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Upn", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L56C42-L56C53" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Uri", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L57C42-L57C53" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.X500DistinguishedName", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L58C60-L58C89" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.NameIdentifier", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L59C53-L59C75" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Authentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L60C53-L60C75" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.AuthorizationDecision", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L61C60-L61C89" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.GivenName", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L64C48-L64C65" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Surname", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L65C46-L65C61" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.StreetAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L66C52-L66C73" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Locality", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L67C47-L67C63" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.StateOrProvince", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L68C54-L68C77" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.PostalCode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L69C49-L69C67" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Country", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L70C46-L70C61" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.HomePhone", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L71C48-L71C65" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.OtherPhone", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L72C49-L72C67" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.MobilePhone", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L73C50-L73C69" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.DateOfBirth", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L74C50-L74C69" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Gender", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L75C45-L75C59" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.PPID", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L76C43-L76C55" - }, - { - "DocsId": "P:System.IdentityModel.Claims.ClaimTypes.Webpage", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs#L77C46-L77C61" - } - ], - "DocsId": "T:System.IdentityModel.Claims.ClaimTypes", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/ClaimTypes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Claims.DefaultClaimSet.#ctor(System.IdentityModel.Claims.Claim[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs#L20C9-L23C10" - }, - { - "DocsId": "M:System.IdentityModel.Claims.DefaultClaimSet.#ctor(System.Collections.Generic.IList{System.IdentityModel.Claims.Claim})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs#L25C9-L28C10" - }, - { - "DocsId": "M:System.IdentityModel.Claims.DefaultClaimSet.#ctor(System.IdentityModel.Claims.ClaimSet,System.IdentityModel.Claims.Claim[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs#L30C9-L33C10" - }, - { - "DocsId": "M:System.IdentityModel.Claims.DefaultClaimSet.#ctor(System.IdentityModel.Claims.ClaimSet,System.Collections.Generic.IList{System.IdentityModel.Claims.Claim})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs#L35C9-L38C10" - }, - { - "DocsId": "M:System.IdentityModel.Claims.DefaultClaimSet.ContainsClaim(System.IdentityModel.Claims.Claim)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs#L57C13-L69C26" - }, - { - "DocsId": "M:System.IdentityModel.Claims.DefaultClaimSet.FindClaims(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs" - }, - { - "DocsId": "M:System.IdentityModel.Claims.DefaultClaimSet.GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs#L91C13-L91C44" - }, - { - "DocsId": "M:System.IdentityModel.Claims.DefaultClaimSet.Initialize(System.IdentityModel.Claims.ClaimSet,System.Collections.Generic.IList{System.IdentityModel.Claims.Claim})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs#L96C13-L98C10" - }, - { - "DocsId": "M:System.IdentityModel.Claims.DefaultClaimSet.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs#L102C13-L102C57" - }, - { - "DocsId": "P:System.IdentityModel.Claims.DefaultClaimSet.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs#L42C19-L42C41" - }, - { - "DocsId": "P:System.IdentityModel.Claims.DefaultClaimSet.Count", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs#L47C19-L47C40" - }, - { - "DocsId": "P:System.IdentityModel.Claims.DefaultClaimSet.Issuer", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs#L52C19-L52C34" - } - ], - "DocsId": "T:System.IdentityModel.Claims.DefaultClaimSet", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/DefaultClaimSet.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.IdentityModel.Claims.X509CertificateClaimSet.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L27C15-L29C10" - }, - { - "DocsId": "M:System.IdentityModel.Claims.X509CertificateClaimSet.System#IdentityModel#Policy#IIdentityInfo#get_Identity", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L77C17-L83C34" - }, - { - "DocsId": "M:System.IdentityModel.Claims.X509CertificateClaimSet.Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L153C13-L173C10" - }, - { - "DocsId": "M:System.IdentityModel.Claims.X509CertificateClaimSet.FindClaims(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs" - }, - { - "DocsId": "M:System.IdentityModel.Claims.X509CertificateClaimSet.GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L358C13-L360C44" - }, - { - "DocsId": "M:System.IdentityModel.Claims.X509CertificateClaimSet.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L365C13-L365C87" - }, - { - "DocsId": "M:System.IdentityModel.Claims.X509CertificateClaimSet.System#Security#Principal#IPrincipal#get_Identity", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L515C42-L515C72" - }, - { - "DocsId": "M:System.IdentityModel.Claims.X509CertificateClaimSet.System#Security#Principal#IPrincipal#IsInRole(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L517C50-L517C85" - }, - { - "DocsId": "P:System.IdentityModel.Claims.X509CertificateClaimSet.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L57C17-L59C39" - }, - { - "DocsId": "P:System.IdentityModel.Claims.X509CertificateClaimSet.Count", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L67C17-L69C38" - }, - { - "DocsId": "P:System.IdentityModel.Claims.X509CertificateClaimSet.System#IdentityModel#Policy#IIdentityInfo#Identity", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L77C17-L83C34" - }, - { - "DocsId": "P:System.IdentityModel.Claims.X509CertificateClaimSet.ExpirationTime", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L91C17-L97C40" - }, - { - "DocsId": "P:System.IdentityModel.Claims.X509CertificateClaimSet.Issuer", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L105C17-L132C32" - }, - { - "DocsId": "P:System.IdentityModel.Claims.X509CertificateClaimSet.X509Certificate", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L140C17-L141C37" - }, - { - "DocsId": "P:System.IdentityModel.Claims.X509CertificateClaimSet.System#Security#Principal#IPrincipal#Identity", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs#L515C42-L515C72" - } - ], - "DocsId": "T:System.IdentityModel.Claims.X509CertificateClaimSet", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/IdentityModel/Claims/X509CertificateClaimSet.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Runtime.AsyncCompletionResult.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/AsyncCompletionResult.cs" - }, - { - "DocsId": "F:System.Runtime.AsyncCompletionResult.Queued", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/AsyncCompletionResult.cs" - }, - { - "DocsId": "F:System.Runtime.AsyncCompletionResult.Completed", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/AsyncCompletionResult.cs" - } - ], - "DocsId": "T:System.Runtime.AsyncCompletionResult", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/AsyncCompletionResult.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.TaskHelpers.AsyncWait``1(System.Threading.Tasks.Task)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.ToApm``1(System.Threading.Tasks.Task{``0},System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L40C13-L79C29" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.ToApm(System.Threading.Tasks.Task,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L94C13-L135C29" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.ToApmEnd``1(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L145C13-L147C50" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.ToApmEnd(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L154C13-L157C10" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.FromAsync``3(System.Func{``0,System.AsyncCallback,System.Object,System.IAsyncResult},System.Runtime.TaskHelpers.EndWithOutDelegate{``2,``1},``0,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L163C13-L188C29" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.CloseHelperAsync(System.ServiceModel.ICommunicationObject,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L193C13-L199C124" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.OpenHelperAsync(System.ServiceModel.ICommunicationObject,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L205C13-L211C122" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.AwaitWithTimeout(System.Threading.Tasks.Task,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.WaitForCompletion(System.Threading.Tasks.Task)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L255C13-L256C10" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.WaitForCompletionNoSpin(System.Threading.Tasks.Task)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L264C13-L274C10" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.WaitForCompletion``1(System.Threading.Tasks.Task{``0})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L281C13-L281C50" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.WaitForCompletionNoSpin``1(System.Threading.Tasks.Task{``0})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L286C13-L294C50" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.WaitForCompletionNoSpin(System.Threading.Tasks.Task,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L299C13-L320C30" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.Wait(System.Threading.Tasks.Task,System.TimeSpan,System.Action{System.Exception,System.TimeSpan,System.String},System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L327C13-L347C10" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.CompletedTask", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L351C13-L351C42" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.EnsureDefaultTaskScheduler", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L356C13-L356C58" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.RunTaskContinuationsOnOurThreads", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L374C13-L379C43" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.CallActionAsync``1(System.Action{``0},``0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - }, - { - "DocsId": "F:System.Runtime.TaskHelpers.OnAsyncCompletionCallback", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - }, - { - "DocsId": "T:System.Runtime.TaskHelpers.EndWithOutDelegate`2", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - } - ], - "DocsId": "T:System.Runtime.TaskHelpers", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.DefaultTaskSchedulerAwaiter.OnCompleted(System.Action)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L452C13-L453C10" - }, - { - "DocsId": "M:System.Runtime.DefaultTaskSchedulerAwaiter.GetResult", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L458C35-L458C36" - }, - { - "DocsId": "M:System.Runtime.DefaultTaskSchedulerAwaiter.GetAwaiter", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L462C13-L462C25" - }, - { - "DocsId": "F:System.Runtime.DefaultTaskSchedulerAwaiter.Singleton", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - }, - { - "DocsId": "P:System.Runtime.DefaultTaskSchedulerAwaiter.IsCompleted", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L442C17-L444C99" - } - ], - "DocsId": "T:System.Runtime.DefaultTaskSchedulerAwaiter", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.OutWrapper`1.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L471C9-L474C10" - }, - { - "DocsId": "M:System.Runtime.OutWrapper`1.op_Implicit(System.Runtime.OutWrapper{`0})~`0", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L480C13-L480C34" - }, - { - "DocsId": "P:System.Runtime.OutWrapper`1.Value", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs#L476C26-L476C30" - } - ], - "DocsId": "T:System.Runtime.OutWrapper`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Serialization.GeneratedXmlSerializers.GetGeneratedSerializers", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/GeneratedXmlSerializers.cs#L16C13-L16C43" - }, - { - "DocsId": "M:System.Runtime.Serialization.GeneratedXmlSerializers.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/GeneratedXmlSerializers.cs" - }, - { - "DocsId": "P:System.Runtime.Serialization.GeneratedXmlSerializers.IsInitialized", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/GeneratedXmlSerializers.cs#L23C17-L23C58" - } - ], - "DocsId": "T:System.Runtime.Serialization.GeneratedXmlSerializers", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/GeneratedXmlSerializers.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.Diagnostics.TraceRecord.BuildEventId(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/Diagnostics/TraceRecord.cs#L23C13-L23C84" - }, - { - "DocsId": "M:System.Runtime.Diagnostics.TraceRecord.XmlEncode(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/Diagnostics/TraceRecord.cs#L28C13-L28C56" - }, - { - "DocsId": "M:System.Runtime.Diagnostics.TraceRecord.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/Diagnostics/TraceRecord.cs" - }, - { - "DocsId": "F:System.Runtime.Diagnostics.TraceRecord.EventIdBase", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/Diagnostics/TraceRecord.cs" - }, - { - "DocsId": "F:System.Runtime.Diagnostics.TraceRecord.NamespaceSuffix", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/Diagnostics/TraceRecord.cs" - } - ], - "DocsId": "T:System.Runtime.Diagnostics.TraceRecord", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/Diagnostics/TraceRecord.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ActionNotSupportedException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ActionNotSupportedException.cs#L14C9-L14C49" - }, - { - "DocsId": "M:System.ServiceModel.ActionNotSupportedException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ActionNotSupportedException.cs#L15C62-L15C79" - }, - { - "DocsId": "M:System.ServiceModel.ActionNotSupportedException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ActionNotSupportedException.cs#L16C88-L16C121" - }, - { - "DocsId": "M:System.ServiceModel.ActionNotSupportedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ActionNotSupportedException.cs#L18C99-L18C122" - } - ], - "DocsId": "T:System.ServiceModel.ActionNotSupportedException", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ActionNotSupportedException.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.AuditLevel.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/AuditLevel.cs" - }, - { - "DocsId": "F:System.ServiceModel.AuditLevel.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/AuditLevel.cs" - }, - { - "DocsId": "F:System.ServiceModel.AuditLevel.Success", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/AuditLevel.cs" - }, - { - "DocsId": "F:System.ServiceModel.AuditLevel.Failure", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/AuditLevel.cs" - }, - { - "DocsId": "F:System.ServiceModel.AuditLevel.SuccessOrFailure", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/AuditLevel.cs" - } - ], - "DocsId": "T:System.ServiceModel.AuditLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/AuditLevel.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.AuditLogLocation.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/AuditLogLocation.cs" - }, - { - "DocsId": "F:System.ServiceModel.AuditLogLocation.Default", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/AuditLogLocation.cs" - }, - { - "DocsId": "F:System.ServiceModel.AuditLogLocation.Application", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/AuditLogLocation.cs" - }, - { - "DocsId": "F:System.ServiceModel.AuditLogLocation.Security", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/AuditLogLocation.cs" - } - ], - "DocsId": "T:System.ServiceModel.AuditLogLocation", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/AuditLogLocation.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.CacheSetting.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/CacheSetting.cs" - }, - { - "DocsId": "F:System.ServiceModel.CacheSetting.Default", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/CacheSetting.cs" - }, - { - "DocsId": "F:System.ServiceModel.CacheSetting.AlwaysOn", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/CacheSetting.cs" - }, - { - "DocsId": "F:System.ServiceModel.CacheSetting.AlwaysOff", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/CacheSetting.cs" - } - ], - "DocsId": "T:System.ServiceModel.CacheSetting", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/CacheSetting.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.CallbackBehaviorAttribute.System#ServiceModel#Description#IEndpointBehavior#Validate(System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/CallbackBehaviorAttribute.cs#L42C9-L42C10" - }, - { - "DocsId": "M:System.ServiceModel.CallbackBehaviorAttribute.System#ServiceModel#Description#IEndpointBehavior#AddBindingParameters(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/CallbackBehaviorAttribute.cs#L46C9-L46C10" - }, - { - "DocsId": "M:System.ServiceModel.CallbackBehaviorAttribute.System#ServiceModel#Description#IEndpointBehavior#ApplyClientBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.ClientRuntime)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/CallbackBehaviorAttribute.cs#L50C13-L65C10" - }, - { - "DocsId": "M:System.ServiceModel.CallbackBehaviorAttribute.System#ServiceModel#Description#IEndpointBehavior#ApplyDispatchBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.EndpointDispatcher)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/CallbackBehaviorAttribute.cs#L69C13-L70C110" - }, - { - "DocsId": "M:System.ServiceModel.CallbackBehaviorAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/CallbackBehaviorAttribute.cs#L16C9-L18C66" - }, - { - "DocsId": "P:System.ServiceModel.CallbackBehaviorAttribute.AutomaticSessionShutdown", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/CallbackBehaviorAttribute.cs#L18C48-L18C52" - }, - { - "DocsId": "P:System.ServiceModel.CallbackBehaviorAttribute.ConcurrencyMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/CallbackBehaviorAttribute.cs#L22C19-L22C43" - }, - { - "DocsId": "P:System.ServiceModel.CallbackBehaviorAttribute.UseSynchronizationContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/CallbackBehaviorAttribute.cs#L36C19-L36C53" - } - ], - "DocsId": "T:System.ServiceModel.CallbackBehaviorAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/CallbackBehaviorAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ChannelFactory.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L18C9-L26C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.EnsureOpened", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L100C13-L111C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.CreateDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.CreateFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L127C13-L137C92" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.System#IDisposable#Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L142C13-L143C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.System#IAsyncDisposable#DisposeAsync", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.GetProperty``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L193C13-L199C29" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.InitializeEndpoint(System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L220C13-L227C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.InitializeEndpoint(System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L231C13-L233C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.InitializeEndpoint(System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L237C13-L249C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.OnOpened", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L254C13-L265C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.OnAbort", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L269C13-L273C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.OnBeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L277C13-L277C93" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.OnEndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L282C13-L283C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.OnCloseAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.OnBeginOpen(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L295C13-L295C92" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.OnEndOpen(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L300C13-L301C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.OnOpenAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.OnClose(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L313C13-L317C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.OnOpen(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L321C13-L322C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory.OnOpening", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L326C13-L340C10" - }, - { - "DocsId": "P:System.ServiceModel.ChannelFactory.Credentials", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L32C17-L49C55" - }, - { - "DocsId": "P:System.ServiceModel.ChannelFactory.DefaultCloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L58C17-L64C57" - }, - { - "DocsId": "P:System.ServiceModel.ChannelFactory.DefaultOpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L73C17-L79C56" - }, - { - "DocsId": "P:System.ServiceModel.ChannelFactory.Endpoint", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L84C43-L84C47" - } - ], - "DocsId": "T:System.ServiceModel.ChannelFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L350C15-L363C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L367C15-L377C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.#ctor(System.ServiceModel.Channels.Binding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L381C15-L383C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.#ctor(System.ServiceModel.Channels.Binding,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L386C15-L388C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.#ctor(System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L392C15-L407C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.#ctor(System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L411C15-L426C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.CreateChannel(System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L453C13-L458C56" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.CreateChannel(System.ServiceModel.EndpointAddress,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L463C13-L483C10" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.CreateChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L487C13-L487C73" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.CreateDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L504C13-L510C29" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.CreateChannel(System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L551C13-L560C28" - }, - { - "DocsId": "M:System.ServiceModel.ChannelFactory`1.CreateChannel(System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs#L565C13-L574C28" - } - ], - "DocsId": "T:System.ServiceModel.ChannelFactory`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ChannelTerminatedException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelTerminatedException.cs#L12C9-L12C48" - }, - { - "DocsId": "M:System.ServiceModel.ChannelTerminatedException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelTerminatedException.cs#L13C61-L13C78" - }, - { - "DocsId": "M:System.ServiceModel.ChannelTerminatedException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelTerminatedException.cs#L14C87-L14C120" - }, - { - "DocsId": "M:System.ServiceModel.ChannelTerminatedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelTerminatedException.cs#L16C98-L16C121" - } - ], - "DocsId": "T:System.ServiceModel.ChannelTerminatedException", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ChannelTerminatedException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ClientBase`1.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L27C9-L55C89" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.#ctor(System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L27C9-L83C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.#ctor(System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L27C9-L105C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.#ctor(System.ServiceModel.InstanceContext,System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L27C9-L138C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.GetDefaultValueForInitialization``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L142C13-L142C31" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.Open", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L285C13-L286C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.OpenAsync", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L290C13-L290C71" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.Abort", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L307C13-L334C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.Close", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L338C13-L339C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.CloseAsync", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L343C13-L344C40" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.CreateChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L435C13-L445C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#IDisposable#Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L449C13-L450C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#IAsyncDisposable#DisposeAsync", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#Open(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L479C13-L486C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#Close(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L490C20-L532C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#add_Closed(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L538C17-L539C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#remove_Closed(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L542C17-L543C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#add_Closing(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L550C17-L551C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#remove_Closing(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L554C17-L555C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#add_Faulted(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L562C17-L563C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#remove_Faulted(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L566C17-L567C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#add_Opened(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L574C17-L575C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#remove_Opened(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L578C17-L579C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#add_Opening(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L586C17-L587C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#remove_Opening(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L590C17-L591C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#BeginClose(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L596C13-L596C119" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#BeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L601C13-L601C63" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#EndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L606C13-L607C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#BeginOpen(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L611C13-L611C117" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#BeginOpen(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L616C13-L616C62" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#EndOpen(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L621C13-L622C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.InvokeAsync(System.ServiceModel.ClientBase`1.BeginOperationDelegate{`0},System.Object[],System.ServiceModel.ClientBase`1.EndOperationDelegate{`0},System.Threading.SendOrPostCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L794C13-L830C10" - }, - { - "DocsId": "E:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#Closed", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L538C17-L539C14" - }, - { - "DocsId": "E:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#Closing", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L550C17-L551C14" - }, - { - "DocsId": "E:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#Faulted", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L562C17-L563C14" - }, - { - "DocsId": "E:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#Opened", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L574C17-L575C14" - }, - { - "DocsId": "E:System.ServiceModel.ClientBase`1.System#ServiceModel#ICommunicationObject#Opening", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L586C17-L587C14" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.Channel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L152C17-L196C33" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.CacheSetting", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L204C17-L204C39" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L226C17-L231C44" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ClientCredentials", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L239C17-L239C51" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.State", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L247C17-L261C59" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.InnerChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L271C17-L271C48" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.Endpoint", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L279C17-L279C48" - }, - { - "DocsId": "T:System.ServiceModel.ClientBase`1.BeginOperationDelegate", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "DocsId": "T:System.ServiceModel.ClientBase`1.EndOperationDelegate", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "DocsId": "T:System.ServiceModel.ClientBase`1.InvokeAsyncCompletedEventArgs", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "DocsId": "T:System.ServiceModel.ClientBase`1.AsyncOperationContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "DocsId": "T:System.ServiceModel.ClientBase`1.ChannelBase`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - } - ], - "DocsId": "T:System.ServiceModel.ClientBase`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.CommunicationException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationException.cs#L12C9-L12C44" - }, - { - "DocsId": "M:System.ServiceModel.CommunicationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationException.cs#L13C57-L13C74" - }, - { - "DocsId": "M:System.ServiceModel.CommunicationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationException.cs#L14C83-L14C116" - }, - { - "DocsId": "M:System.ServiceModel.CommunicationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationException.cs#L16C94-L16C117" - } - ], - "DocsId": "T:System.ServiceModel.CommunicationException", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.CommunicationObjectAbortedException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationObjectAbortedException.cs#L12C9-L12C57" - }, - { - "DocsId": "M:System.ServiceModel.CommunicationObjectAbortedException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationObjectAbortedException.cs#L13C70-L13C87" - }, - { - "DocsId": "M:System.ServiceModel.CommunicationObjectAbortedException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationObjectAbortedException.cs#L14C96-L14C129" - }, - { - "DocsId": "M:System.ServiceModel.CommunicationObjectAbortedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationObjectAbortedException.cs#L16C107-L16C130" - } - ], - "DocsId": "T:System.ServiceModel.CommunicationObjectAbortedException", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationObjectAbortedException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.CommunicationObjectFaultedException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationObjectFaultedException.cs#L12C9-L12C57" - }, - { - "DocsId": "M:System.ServiceModel.CommunicationObjectFaultedException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationObjectFaultedException.cs#L13C70-L13C87" - }, - { - "DocsId": "M:System.ServiceModel.CommunicationObjectFaultedException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationObjectFaultedException.cs#L14C96-L14C129" - }, - { - "DocsId": "M:System.ServiceModel.CommunicationObjectFaultedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationObjectFaultedException.cs#L16C107-L16C130" - } - ], - "DocsId": "T:System.ServiceModel.CommunicationObjectFaultedException", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationObjectFaultedException.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.CommunicationState.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationState.cs" - }, - { - "DocsId": "F:System.ServiceModel.CommunicationState.Created", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationState.cs" - }, - { - "DocsId": "F:System.ServiceModel.CommunicationState.Opening", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationState.cs" - }, - { - "DocsId": "F:System.ServiceModel.CommunicationState.Opened", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationState.cs" - }, - { - "DocsId": "F:System.ServiceModel.CommunicationState.Closing", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationState.cs" - }, - { - "DocsId": "F:System.ServiceModel.CommunicationState.Closed", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationState.cs" - }, - { - "DocsId": "F:System.ServiceModel.CommunicationState.Faulted", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationState.cs" - } - ], - "DocsId": "T:System.ServiceModel.CommunicationState", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/CommunicationState.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.ConcurrencyMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ConcurrencyMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.ConcurrencyMode.Single", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ConcurrencyMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.ConcurrencyMode.Reentrant", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ConcurrencyMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.ConcurrencyMode.Multiple", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ConcurrencyMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.ConcurrencyMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ConcurrencyMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ConcurrencyModeHelper.IsDefined(System.ServiceModel.ConcurrencyMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ConcurrencyMode.cs#L19C13-L23C23" - } - ], - "DocsId": "T:System.ServiceModel.ConcurrencyModeHelper", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ConcurrencyMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.DataContractFormatAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DataContractFormatAttribute.cs" - }, - { - "DocsId": "P:System.ServiceModel.DataContractFormatAttribute.Style", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DataContractFormatAttribute.cs#L15C19-L15C33" - } - ], - "DocsId": "T:System.ServiceModel.DataContractFormatAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DataContractFormatAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.DeliveryRequirementsAttribute.System#ServiceModel#Description#IContractBehavior#Validate(System.ServiceModel.Description.ContractDescription,System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DeliveryRequirementsAttribute.cs#L53C13-L59C10" - }, - { - "DocsId": "M:System.ServiceModel.DeliveryRequirementsAttribute.System#ServiceModel#Description#IContractBehavior#AddBindingParameters(System.ServiceModel.Description.ContractDescription,System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DeliveryRequirementsAttribute.cs#L63C9-L63C10" - }, - { - "DocsId": "M:System.ServiceModel.DeliveryRequirementsAttribute.System#ServiceModel#Description#IContractBehavior#ApplyClientBehavior(System.ServiceModel.Description.ContractDescription,System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.ClientRuntime)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DeliveryRequirementsAttribute.cs#L67C9-L67C10" - }, - { - "DocsId": "M:System.ServiceModel.DeliveryRequirementsAttribute.System#ServiceModel#Description#IContractBehavior#ApplyDispatchBehavior(System.ServiceModel.Description.ContractDescription,System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.DispatchRuntime)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DeliveryRequirementsAttribute.cs#L71C9-L71C10" - }, - { - "DocsId": "M:System.ServiceModel.DeliveryRequirementsAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DeliveryRequirementsAttribute.cs" - }, - { - "DocsId": "P:System.ServiceModel.DeliveryRequirementsAttribute.QueuedDeliveryRequirements", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DeliveryRequirementsAttribute.cs#L30C19-L30C53" - }, - { - "DocsId": "P:System.ServiceModel.DeliveryRequirementsAttribute.RequireOrderedDelivery", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DeliveryRequirementsAttribute.cs#L49C46-L49C50" - } - ], - "DocsId": "T:System.ServiceModel.DeliveryRequirementsAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DeliveryRequirementsAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.DnsEndpointIdentity.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DnsEndpointIdentity.cs#L13C9-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.DnsEndpointIdentity.#ctor(System.IdentityModel.Claims.Claim)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DnsEndpointIdentity.cs#L23C9-L36C10" - } - ], - "DocsId": "T:System.ServiceModel.DnsEndpointIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DnsEndpointIdentity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L16C15-L17C12" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.Type,System.ServiceModel.Channels.Binding,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L19C15-L20C12" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.Type,System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L22C15-L23C12" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.Type,System.ServiceModel.Channels.Binding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L25C15-L26C12" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.Type,System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L28C15-L29C12" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.ServiceModel.InstanceContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L33C15-L34C12" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.ServiceModel.InstanceContext,System.ServiceModel.Channels.Binding,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L36C15-L37C12" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.ServiceModel.InstanceContext,System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L39C15-L40C12" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.ServiceModel.InstanceContext,System.ServiceModel.Channels.Binding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L42C15-L43C12" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.ServiceModel.InstanceContext,System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L45C15-L46C12" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L50C15-L66C10" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.Object,System.ServiceModel.Channels.Binding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L70C15-L72C10" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.Object,System.ServiceModel.Channels.Binding,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L76C15-L78C10" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.Object,System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L81C15-L102C10" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.#ctor(System.Object,System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L106C15-L127C10" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.CreateChannel(System.ServiceModel.InstanceContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L147C13-L147C91" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.CreateChannel(System.ServiceModel.InstanceContext,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L152C13-L157C74" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.CreateChannel(System.ServiceModel.EndpointAddress,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L162C13-L162C66" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.CreateChannel(System.ServiceModel.InstanceContext,System.ServiceModel.EndpointAddress,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L167C13-L208C27" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.CreateChannel(System.Object,System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L224C13-L224C105" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.CreateChannel(System.Object,System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L229C13-L229C110" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.CreateChannel(System.ServiceModel.InstanceContext,System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L234C13-L237C28" - }, - { - "DocsId": "M:System.ServiceModel.DuplexChannelFactory`1.CreateChannel(System.ServiceModel.InstanceContext,System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs#L242C13-L245C28" - } - ], - "DocsId": "T:System.ServiceModel.DuplexChannelFactory`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexChannelFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.DuplexClientBase`1.#ctor(System.ServiceModel.InstanceContext,System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexClientBase.cs#L14C15-L16C10" - }, - { - "DocsId": "P:System.ServiceModel.DuplexClientBase`1.InnerDuplexChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexClientBase.cs#L22C17-L22C60" - } - ], - "DocsId": "T:System.ServiceModel.DuplexClientBase`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/DuplexClientBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.EndpointAddress.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L87C9-L97C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.#ctor(System.Uri,System.ServiceModel.Channels.AddressHeader[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L100C15-L102C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.#ctor(System.Uri,System.ServiceModel.EndpointIdentity,System.ServiceModel.Channels.AddressHeader[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L104C9-L112C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.ApplyTo(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L270C13-L305C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L431C13-L447C44" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.GetHashCode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L452C13-L452C76" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.GetReaderAtMetadata", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L464C13-L464C65" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.GetReaderAtExtensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L470C13-L470C66" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.ReadFrom(System.Xml.XmlDictionaryReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L510C13-L510C55" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.ReadFrom(System.ServiceModel.Channels.AddressingVersion,System.Xml.XmlDictionaryReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L549C13-L562C23" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.ReadFrom(System.ServiceModel.Channels.AddressingVersion,System.Xml.XmlDictionaryReader,System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L567C13-L575C23" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L948C13-L948C35" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.WriteContentsTo(System.ServiceModel.Channels.AddressingVersion,System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L953C13-L978C87" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.WriteContentsTo(System.ServiceModel.Channels.AddressingVersion,System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1118C13-L1120C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.WriteTo(System.ServiceModel.Channels.AddressingVersion,System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1124C13-L1126C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.WriteTo(System.ServiceModel.Channels.AddressingVersion,System.Xml.XmlDictionaryWriter,System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1130C13-L1149C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.WriteTo(System.ServiceModel.Channels.AddressingVersion,System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1153C13-L1161C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.WriteTo(System.ServiceModel.Channels.AddressingVersion,System.Xml.XmlWriter,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1165C13-L1184C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.op_Equality(System.ServiceModel.EndpointAddress,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1188C13-L1193C46" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddress.op_Inequality(System.ServiceModel.EndpointAddress,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1198C13-L1203C47" - }, - { - "DocsId": "P:System.ServiceModel.EndpointAddress.AnonymousUri", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L217C17-L222C39" - }, - { - "DocsId": "P:System.ServiceModel.EndpointAddress.NoneUri", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L230C17-L235C34" - }, - { - "DocsId": "P:System.ServiceModel.EndpointAddress.Headers", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L245C17-L250C33" - }, - { - "DocsId": "P:System.ServiceModel.EndpointAddress.Identity", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L254C44-L254C48" - }, - { - "DocsId": "P:System.ServiceModel.EndpointAddress.IsAnonymous", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L256C35-L256C39" - }, - { - "DocsId": "P:System.ServiceModel.EndpointAddress.IsNone", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L262C17-L262C32" - }, - { - "DocsId": "P:System.ServiceModel.EndpointAddress.Uri", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L266C26-L266C30" - } - ], - "DocsId": "T:System.ServiceModel.EndpointAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.EndpointAddressBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1215C9-L1218C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddressBuilder.#ctor(System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1220C9-L1230C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddressBuilder.GetReaderAtMetadata", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1240C13-L1254C27" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddressBuilder.SetMetadataReader(System.Xml.XmlDictionaryReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1259C13-L1270C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddressBuilder.GetReaderAtExtensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1274C13-L1288C27" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddressBuilder.SetExtensionReader(System.Xml.XmlDictionaryReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1293C13-L1305C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointAddressBuilder.ToEndpointAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1309C13-L1315C62" - }, - { - "DocsId": "P:System.ServiceModel.EndpointAddressBuilder.Uri", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1232C26-L1232C30" - }, - { - "DocsId": "P:System.ServiceModel.EndpointAddressBuilder.Identity", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1234C44-L1234C48" - }, - { - "DocsId": "P:System.ServiceModel.EndpointAddressBuilder.Headers", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs#L1236C52-L1236C56" - } - ], - "DocsId": "T:System.ServiceModel.EndpointAddressBuilder", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointAddress.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.EndpointIdentity.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointIdentity.cs#L16C9-L18C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointIdentity.Initialize(System.IdentityModel.Claims.Claim)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointIdentity.cs#L22C13-L28C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointIdentity.Initialize(System.IdentityModel.Claims.Claim,System.Collections.Generic.IEqualityComparer{System.IdentityModel.Claims.Claim})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointIdentity.cs#L32C13-L34C10" - }, - { - "DocsId": "M:System.ServiceModel.EndpointIdentity.CreateIdentity(System.IdentityModel.Claims.Claim)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointIdentity.cs#L50C13-L73C62" - }, - { - "DocsId": "M:System.ServiceModel.EndpointIdentity.CreateDnsIdentity(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointIdentity.cs#L79C13-L79C53" - }, - { - "DocsId": "M:System.ServiceModel.EndpointIdentity.CreateSpnIdentity(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointIdentity.cs#L84C13-L84C53" - }, - { - "DocsId": "M:System.ServiceModel.EndpointIdentity.CreateUpnIdentity(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointIdentity.cs#L89C13-L89C53" - }, - { - "DocsId": "M:System.ServiceModel.EndpointIdentity.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointIdentity.cs#L98C13-L115C57" - }, - { - "DocsId": "M:System.ServiceModel.EndpointIdentity.GetHashCode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointIdentity.cs#L120C13-L120C66" - }, - { - "DocsId": "P:System.ServiceModel.EndpointIdentity.IdentityClaim", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointIdentity.cs#L40C17-L44C39" - } - ], - "DocsId": "T:System.ServiceModel.EndpointIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointIdentity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.EndpointNotFoundException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointNotFoundException.cs#L12C9-L12C47" - }, - { - "DocsId": "M:System.ServiceModel.EndpointNotFoundException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointNotFoundException.cs#L13C60-L13C77" - }, - { - "DocsId": "M:System.ServiceModel.EndpointNotFoundException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointNotFoundException.cs#L14C86-L14C119" - }, - { - "DocsId": "M:System.ServiceModel.EndpointNotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointNotFoundException.cs#L16C97-L16C120" - } - ], - "DocsId": "T:System.ServiceModel.EndpointNotFoundException", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EndpointNotFoundException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.EnvelopeVersion.GetUltimateDestinationActorValues", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EnvelopeVersion.cs#L112C13-L112C69" - }, - { - "DocsId": "M:System.ServiceModel.EnvelopeVersion.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EnvelopeVersion.cs#L124C13-L124C62" - }, - { - "DocsId": "P:System.ServiceModel.EnvelopeVersion.NextDestinationActorValue", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EnvelopeVersion.cs#L70C51-L70C55" - }, - { - "DocsId": "P:System.ServiceModel.EnvelopeVersion.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EnvelopeVersion.cs#L72C46-L72C50" - }, - { - "DocsId": "P:System.ServiceModel.EnvelopeVersion.Soap11", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EnvelopeVersion.cs#L83C48-L83C52" - }, - { - "DocsId": "P:System.ServiceModel.EnvelopeVersion.Soap12", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EnvelopeVersion.cs#L96C19-L96C35" - } - ], - "DocsId": "T:System.ServiceModel.EnvelopeVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/EnvelopeVersion.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ExceptionDetail.#ctor(System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExceptionDetail.cs#L17C9-L33C10" - }, - { - "DocsId": "M:System.ServiceModel.ExceptionDetail.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExceptionDetail.cs#L56C13-L56C129" - }, - { - "DocsId": "P:System.ServiceModel.ExceptionDetail.HelpLink", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExceptionDetail.cs#L36C34-L36C38" - }, - { - "DocsId": "P:System.ServiceModel.ExceptionDetail.InnerException", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExceptionDetail.cs#L39C49-L39C53" - }, - { - "DocsId": "P:System.ServiceModel.ExceptionDetail.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExceptionDetail.cs#L42C33-L42C37" - }, - { - "DocsId": "P:System.ServiceModel.ExceptionDetail.StackTrace", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExceptionDetail.cs#L45C36-L45C40" - }, - { - "DocsId": "P:System.ServiceModel.ExceptionDetail.Type", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExceptionDetail.cs#L50C19-L50C32" - } - ], - "DocsId": "T:System.ServiceModel.ExceptionDetail", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExceptionDetail.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ExtensionCollection`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExtensionCollection.cs#L16C9-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.ExtensionCollection`1.#ctor(`0,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExtensionCollection.cs#L27C15-L35C10" - }, - { - "DocsId": "M:System.ServiceModel.ExtensionCollection`1.System#Collections#Generic#ICollection>#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExtensionCollection.cs#L39C19-L39C32" - }, - { - "DocsId": "M:System.ServiceModel.ExtensionCollection`1.ClearItems", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExtensionCollection.cs#L46C13-L57C10" - }, - { - "DocsId": "M:System.ServiceModel.ExtensionCollection`1.Find``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExtensionCollection.cs#L61C13-L76C10" - }, - { - "DocsId": "M:System.ServiceModel.ExtensionCollection`1.FindAll``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExtensionCollection.cs#L80C13-L95C27" - }, - { - "DocsId": "M:System.ServiceModel.ExtensionCollection`1.InsertItem(System.Int32,System.ServiceModel.IExtension{`0})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExtensionCollection.cs#L100C13-L110C10" - }, - { - "DocsId": "M:System.ServiceModel.ExtensionCollection`1.RemoveItem(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExtensionCollection.cs#L114C13-L119C10" - }, - { - "DocsId": "M:System.ServiceModel.ExtensionCollection`1.SetItem(System.Int32,System.ServiceModel.IExtension{`0})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExtensionCollection.cs#L123C13-L123C137" - }, - { - "DocsId": "P:System.ServiceModel.ExtensionCollection`1.System#Collections#Generic#ICollection>#IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExtensionCollection.cs#L39C19-L39C32" - } - ], - "DocsId": "T:System.ServiceModel.ExtensionCollection`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ExtensionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.FaultCode.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L16C15-L18C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultCode.#ctor(System.String,System.ServiceModel.FaultCode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L21C15-L23C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultCode.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L26C15-L28C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultCode.#ctor(System.String,System.String,System.ServiceModel.FaultCode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L30C9-L67C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultCode.CreateSenderFaultCode(System.ServiceModel.FaultCode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L117C13-L117C53" - }, - { - "DocsId": "M:System.ServiceModel.FaultCode.CreateSenderFaultCode(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L122C13-L122C67" - }, - { - "DocsId": "M:System.ServiceModel.FaultCode.CreateReceiverFaultCode(System.ServiceModel.FaultCode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L127C13-L132C55" - }, - { - "DocsId": "M:System.ServiceModel.FaultCode.CreateReceiverFaultCode(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L137C13-L137C69" - }, - { - "DocsId": "P:System.ServiceModel.FaultCode.IsPredefinedFault", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L73C17-L73C60" - }, - { - "DocsId": "P:System.ServiceModel.FaultCode.IsSenderFault", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L81C17-L86C30" - }, - { - "DocsId": "P:System.ServiceModel.FaultCode.IsReceiverFault", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L94C17-L99C30" - }, - { - "DocsId": "P:System.ServiceModel.FaultCode.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L107C17-L107C28" - }, - { - "DocsId": "P:System.ServiceModel.FaultCode.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L111C30-L111C34" - }, - { - "DocsId": "P:System.ServiceModel.FaultCode.SubCode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs#L113C36-L113C40" - } - ], - "DocsId": "T:System.ServiceModel.FaultCode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultCode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.FaultContractAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultContractAttribute.cs#L20C9-L23C10" - }, - { - "DocsId": "P:System.ServiceModel.FaultContractAttribute.DetailType", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultContractAttribute.cs#L25C34-L25C38" - }, - { - "DocsId": "P:System.ServiceModel.FaultContractAttribute.Action", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultContractAttribute.cs#L29C19-L29C34" - }, - { - "DocsId": "P:System.ServiceModel.FaultContractAttribute.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultContractAttribute.cs#L38C19-L38C32" - }, - { - "DocsId": "P:System.ServiceModel.FaultContractAttribute.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultContractAttribute.cs#L58C19-L58C30" - }, - { - "DocsId": "P:System.ServiceModel.FaultContractAttribute.ProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultContractAttribute.cs#L75C17-L75C41" - }, - { - "DocsId": "P:System.ServiceModel.FaultContractAttribute.HasProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultContractAttribute.cs#L89C42-L89C46" - } - ], - "DocsId": "T:System.ServiceModel.FaultContractAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultContractAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.FaultException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L24C15-L28C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L31C15-L35C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.#ctor(System.ServiceModel.FaultReason)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L38C15-L42C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.#ctor(System.String,System.ServiceModel.FaultCode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L45C15-L49C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.#ctor(System.ServiceModel.FaultReason,System.ServiceModel.FaultCode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L52C15-L56C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.#ctor(System.String,System.ServiceModel.FaultCode,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L59C15-L64C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.#ctor(System.ServiceModel.FaultReason,System.ServiceModel.FaultCode,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L75C15-L80C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.#ctor(System.ServiceModel.Channels.MessageFault)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L91C15-L101C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.#ctor(System.ServiceModel.Channels.MessageFault,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L104C15-L115C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L119C15-L125C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.CreateFault(System.ServiceModel.Channels.MessageFault,System.Type[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L163C13-L163C70" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.CreateFault(System.ServiceModel.Channels.MessageFault,System.String,System.Type[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L168C13-L178C69" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.CreateMessageFault", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L183C13-L189C63" - }, - { - "DocsId": "M:System.ServiceModel.FaultException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L201C13-L206C10" - }, - { - "DocsId": "P:System.ServiceModel.FaultException.Action", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L128C32-L128C36" - }, - { - "DocsId": "P:System.ServiceModel.FaultException.Code", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L130C33-L130C37" - }, - { - "DocsId": "P:System.ServiceModel.FaultException.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L144C19-L144C52" - }, - { - "DocsId": "P:System.ServiceModel.FaultException.Reason", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L147C37-L147C41" - } - ], - "DocsId": "T:System.ServiceModel.FaultException", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.FaultException`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L360C15-L363C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException`1.#ctor(`0,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L366C15-L369C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException`1.#ctor(`0,System.ServiceModel.FaultReason)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L372C15-L375C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException`1.#ctor(`0,System.String,System.ServiceModel.FaultCode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L378C15-L381C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException`1.#ctor(`0,System.ServiceModel.FaultReason,System.ServiceModel.FaultCode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L384C15-L387C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException`1.#ctor(`0,System.String,System.ServiceModel.FaultCode,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L390C15-L393C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException`1.#ctor(`0,System.ServiceModel.FaultReason,System.ServiceModel.FaultCode,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L396C15-L399C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException`1.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L403C15-L406C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException`1.CreateMessageFault", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L413C13-L413C67" - }, - { - "DocsId": "M:System.ServiceModel.FaultException`1.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L419C13-L421C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultException`1.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L425C13-L425C134" - }, - { - "DocsId": "P:System.ServiceModel.FaultException`1.Detail", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs#L409C33-L409C37" - } - ], - "DocsId": "T:System.ServiceModel.FaultException`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.FaultReason.#ctor(System.ServiceModel.FaultReasonText)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReason.cs#L14C9-L22C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultReason.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReason.cs#L24C9-L28C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultReason.#ctor(System.Collections.Generic.IEnumerable{System.ServiceModel.FaultReasonText})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReason.cs#L42C9-L67C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultReason.GetMatchingTranslation", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReason.cs#L81C13-L81C71" - }, - { - "DocsId": "M:System.ServiceModel.FaultReason.GetMatchingTranslation(System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReason.cs#L86C13-L138C36" - }, - { - "DocsId": "M:System.ServiceModel.FaultReason.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReason.cs#L145C13-L150C50" - }, - { - "DocsId": "P:System.ServiceModel.FaultReason.Translations", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReason.cs#L141C79-L141C83" - } - ], - "DocsId": "T:System.ServiceModel.FaultReason", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReason.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.FaultReasonText.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReasonText.cs#L14C9-L18C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultReasonText.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReasonText.cs#L20C9-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultReasonText.#ctor(System.String,System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReasonText.cs#L26C9-L35C10" - }, - { - "DocsId": "M:System.ServiceModel.FaultReasonText.Matches(System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReasonText.cs#L39C13-L44C48" - }, - { - "DocsId": "P:System.ServiceModel.FaultReasonText.XmlLang", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReasonText.cs#L47C33-L47C37" - }, - { - "DocsId": "P:System.ServiceModel.FaultReasonText.Text", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReasonText.cs#L51C19-L51C32" - } - ], - "DocsId": "T:System.ServiceModel.FaultReasonText", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/FaultReasonText.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.HostNameComparisonMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/HostnameComparisonMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.HostNameComparisonMode.StrongWildcard", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/HostnameComparisonMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.HostNameComparisonMode.Exact", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/HostnameComparisonMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.HostNameComparisonMode.WeakWildcard", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/HostnameComparisonMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.HostNameComparisonMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/HostnameComparisonMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.HostNameComparisonModeHelper.IsDefined(System.ServiceModel.HostNameComparisonMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/HostnameComparisonMode.cs#L21C13-L24C65" - }, - { - "DocsId": "M:System.ServiceModel.HostNameComparisonModeHelper.Validate(System.ServiceModel.HostNameComparisonMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/HostnameComparisonMode.cs#L29C13-L34C10" - } - ], - "DocsId": "T:System.ServiceModel.HostNameComparisonModeHelper", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/HostnameComparisonMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.IClientChannel.DisplayInitializationUI", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/IClientChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.IClientChannel.BeginDisplayInitializationUI(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/IClientChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.IClientChannel.EndDisplayInitializationUI(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/IClientChannel.cs" - }, - { - "DocsId": "E:System.ServiceModel.IClientChannel.UnknownMessageReceived", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/IClientChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.IClientChannel.AllowInitializationUI", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/IClientChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.IClientChannel.DidInteractiveInitialization", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/IClientChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.IClientChannel.Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/IClientChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.IClientChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/IClientChannel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ICommunicationObject.Abort", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.ICommunicationObject.Close", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.ICommunicationObject.Close(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.ICommunicationObject.BeginClose(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.ICommunicationObject.BeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.ICommunicationObject.EndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.ICommunicationObject.Open", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.ICommunicationObject.Open(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.ICommunicationObject.BeginOpen(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.ICommunicationObject.BeginOpen(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.ICommunicationObject.EndOpen(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "E:System.ServiceModel.ICommunicationObject.Closed", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "E:System.ServiceModel.ICommunicationObject.Closing", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "E:System.ServiceModel.ICommunicationObject.Faulted", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "E:System.ServiceModel.ICommunicationObject.Opened", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "E:System.ServiceModel.ICommunicationObject.Opening", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "P:System.ServiceModel.ICommunicationObject.State", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - } - ], - "DocsId": "T:System.ServiceModel.ICommunicationObject", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.IAsyncCommunicationObject.CloseAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.IAsyncCommunicationObject.OpenAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - } - ], - "DocsId": "T:System.ServiceModel.IAsyncCommunicationObject", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ICommunicationObject.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.IContextChannel.AllowOutputBatching", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/IContextChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.IContextChannel.InputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/IContextChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.IContextChannel.LocalAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/IContextChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.IContextChannel.OperationTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/IContextChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.IContextChannel.OutputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/IContextChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.IContextChannel.RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/IContextChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.IContextChannel.SessionId", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/IContextChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.IContextChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/IContextChannel.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.IDefaultCommunicationTimeouts.CloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/IDefaultCommunicationTimeouts.cs" - }, - { - "DocsId": "P:System.ServiceModel.IDefaultCommunicationTimeouts.OpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/IDefaultCommunicationTimeouts.cs" - }, - { - "DocsId": "P:System.ServiceModel.IDefaultCommunicationTimeouts.ReceiveTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/IDefaultCommunicationTimeouts.cs" - }, - { - "DocsId": "P:System.ServiceModel.IDefaultCommunicationTimeouts.SendTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/IDefaultCommunicationTimeouts.cs" - } - ], - "DocsId": "T:System.ServiceModel.IDefaultCommunicationTimeouts", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/IDefaultCommunicationTimeouts.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.IDuplexContextChannel.BeginCloseOutputSession(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/IDuplexContextChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.IDuplexContextChannel.EndCloseOutputSession(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/IDuplexContextChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.IDuplexContextChannel.CloseOutputSession(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/IDuplexContextChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.IDuplexContextChannel.AutomaticInputSessionShutdown", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/IDuplexContextChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.IDuplexContextChannel.CallbackInstance", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/IDuplexContextChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.IDuplexContextChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/IDuplexContextChannel.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.IExtensibleObject`1.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/IExtensibleObject.cs" - } - ], - "DocsId": "T:System.ServiceModel.IExtensibleObject`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/IExtensibleObject.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.IExtension`1.Attach(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/IExtension.cs" - }, - { - "DocsId": "M:System.ServiceModel.IExtension`1.Detach(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/IExtension.cs" - } - ], - "DocsId": "T:System.ServiceModel.IExtension`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/IExtension.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.IExtensionCollection`1.Find``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/IExtensionCollection.cs" - }, - { - "DocsId": "M:System.ServiceModel.IExtensionCollection`1.FindAll``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/IExtensionCollection.cs" - } - ], - "DocsId": "T:System.ServiceModel.IExtensionCollection`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/IExtensionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.ImpersonationOption.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ImpersonationOption.cs" - }, - { - "DocsId": "F:System.ServiceModel.ImpersonationOption.NotAllowed", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ImpersonationOption.cs" - }, - { - "DocsId": "F:System.ServiceModel.ImpersonationOption.Allowed", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ImpersonationOption.cs" - }, - { - "DocsId": "F:System.ServiceModel.ImpersonationOption.Required", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ImpersonationOption.cs" - } - ], - "DocsId": "T:System.ServiceModel.ImpersonationOption", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ImpersonationOption.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.InstanceContext.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L29C15-L31C10" - }, - { - "DocsId": "M:System.ServiceModel.InstanceContext.OnAbort", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L153C13-L154C10" - }, - { - "DocsId": "M:System.ServiceModel.InstanceContext.GetServiceInstance(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L170C13-L210C10" - }, - { - "DocsId": "M:System.ServiceModel.InstanceContext.OnBeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L214C13-L214C65" - }, - { - "DocsId": "M:System.ServiceModel.InstanceContext.OnEndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L219C13-L220C10" - }, - { - "DocsId": "M:System.ServiceModel.InstanceContext.OnBeginOpen(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L224C13-L224C62" - }, - { - "DocsId": "M:System.ServiceModel.InstanceContext.OnEndOpen(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L229C13-L230C10" - }, - { - "DocsId": "M:System.ServiceModel.InstanceContext.OnClose(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L234C13-L235C10" - }, - { - "DocsId": "M:System.ServiceModel.InstanceContext.OnOpen(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L239C13-L240C10" - }, - { - "DocsId": "M:System.ServiceModel.InstanceContext.OnOpened", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L244C13-L245C10" - }, - { - "DocsId": "M:System.ServiceModel.InstanceContext.OnOpening", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L249C13-L250C10" - }, - { - "DocsId": "M:System.ServiceModel.InstanceContext.OnCloseAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L254C13-L254C50" - }, - { - "DocsId": "M:System.ServiceModel.InstanceContext.OnOpenAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L259C13-L260C48" - }, - { - "DocsId": "P:System.ServiceModel.InstanceContext.DefaultCloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L84C17-L84C53" - }, - { - "DocsId": "P:System.ServiceModel.InstanceContext.DefaultOpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L92C17-L92C52" - }, - { - "DocsId": "P:System.ServiceModel.InstanceContext.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L100C17-L110C14" - }, - { - "DocsId": "P:System.ServiceModel.InstanceContext.IncomingChannels", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L117C17-L118C51" - }, - { - "DocsId": "P:System.ServiceModel.InstanceContext.OutgoingChannels", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L126C17-L127C51" - }, - { - "DocsId": "P:System.ServiceModel.InstanceContext.SynchronizationContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs#L133C19-L133C50" - } - ], - "DocsId": "T:System.ServiceModel.InstanceContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContext.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.InstanceContextMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContextMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.InstanceContextMode.PerSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContextMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.InstanceContextMode.PerCall", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContextMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.InstanceContextMode.Single", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContextMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.InstanceContextMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/InstanceContextMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.InvalidMessageContractException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/InvalidMessageContractException.cs#L12C52-L12C62" - }, - { - "DocsId": "M:System.ServiceModel.InvalidMessageContractException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/InvalidMessageContractException.cs#L13C66-L13C83" - }, - { - "DocsId": "M:System.ServiceModel.InvalidMessageContractException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/InvalidMessageContractException.cs#L14C92-L14C125" - }, - { - "DocsId": "M:System.ServiceModel.InvalidMessageContractException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/InvalidMessageContractException.cs#L16C103-L16C126" - } - ], - "DocsId": "T:System.ServiceModel.InvalidMessageContractException", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/InvalidMessageContractException.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.IServiceChannel.ListenUri", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/IServiceChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.IServiceChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/IServiceChannel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.MessageBodyMemberAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageBodyMemberAttribute.cs#L11C9-L11C33" - }, - { - "DocsId": "P:System.ServiceModel.MessageBodyMemberAttribute.Order", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageBodyMemberAttribute.cs#L15C19-L15C33" - } - ], - "DocsId": "T:System.ServiceModel.MessageBodyMemberAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageBodyMemberAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.MessageContractAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractAttribute.cs#L39C47-L39C51" - }, - { - "DocsId": "P:System.ServiceModel.MessageContractAttribute.ProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractAttribute.cs#L23C17-L23C41" - }, - { - "DocsId": "P:System.ServiceModel.MessageContractAttribute.HasProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractAttribute.cs#L37C42-L37C46" - }, - { - "DocsId": "P:System.ServiceModel.MessageContractAttribute.IsWrapped", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractAttribute.cs#L39C33-L39C37" - }, - { - "DocsId": "P:System.ServiceModel.MessageContractAttribute.WrapperName", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractAttribute.cs#L45C17-L45C37" - }, - { - "DocsId": "P:System.ServiceModel.MessageContractAttribute.WrapperNamespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractAttribute.cs#L68C17-L68C35" - } - ], - "DocsId": "T:System.ServiceModel.MessageContractAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.MessageContractMemberAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractMemberAttribute.cs" - }, - { - "DocsId": "P:System.ServiceModel.MessageContractMemberAttribute.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractMemberAttribute.cs#L21C19-L21C30" - }, - { - "DocsId": "P:System.ServiceModel.MessageContractMemberAttribute.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractMemberAttribute.cs#L46C19-L46C32" - }, - { - "DocsId": "P:System.ServiceModel.MessageContractMemberAttribute.ProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractMemberAttribute.cs#L69C17-L69C41" - }, - { - "DocsId": "P:System.ServiceModel.MessageContractMemberAttribute.HasProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractMemberAttribute.cs#L83C42-L83C46" - } - ], - "DocsId": "T:System.ServiceModel.MessageContractMemberAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageContractMemberAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.MessageCredentialType.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.MessageCredentialType.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.MessageCredentialType.Windows", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.MessageCredentialType.UserName", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.MessageCredentialType.Certificate", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageCredentialType.cs" - }, - { - "DocsId": "F:System.ServiceModel.MessageCredentialType.IssuedToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageCredentialType.cs" - } - ], - "DocsId": "T:System.ServiceModel.MessageCredentialType", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageCredentialType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.MessageHeaderArrayAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderArrayAttribute.cs" - } - ], - "DocsId": "T:System.ServiceModel.MessageHeaderArrayAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderArrayAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.MessageHeaderAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderAttribute.cs" - }, - { - "DocsId": "P:System.ServiceModel.MessageHeaderAttribute.MustUnderstand", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderAttribute.cs#L17C19-L17C42" - }, - { - "DocsId": "P:System.ServiceModel.MessageHeaderAttribute.Relay", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderAttribute.cs#L23C19-L23C33" - }, - { - "DocsId": "P:System.ServiceModel.MessageHeaderAttribute.Actor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderAttribute.cs#L29C19-L29C33" - } - ], - "DocsId": "T:System.ServiceModel.MessageHeaderAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.MessageHeaderException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs#L14C57-L14C86" - }, - { - "DocsId": "M:System.ServiceModel.MessageHeaderException.#ctor(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs#L15C75-L15C123" - }, - { - "DocsId": "M:System.ServiceModel.MessageHeaderException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs#L16C83-L16C128" - }, - { - "DocsId": "M:System.ServiceModel.MessageHeaderException.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs#L17C87-L17C126" - }, - { - "DocsId": "M:System.ServiceModel.MessageHeaderException.#ctor(System.String,System.String,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs#L18C105-L18C157" - }, - { - "DocsId": "M:System.ServiceModel.MessageHeaderException.#ctor(System.String,System.String,System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs#L19C113-L19C169" - }, - { - "DocsId": "M:System.ServiceModel.MessageHeaderException.#ctor(System.String,System.String,System.String,System.Boolean,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs#L20C131-L25C10" - }, - { - "DocsId": "M:System.ServiceModel.MessageHeaderException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs#L44C9-L44C44" - }, - { - "DocsId": "M:System.ServiceModel.MessageHeaderException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs#L46C94-L46C117" - }, - { - "DocsId": "P:System.ServiceModel.MessageHeaderException.HeaderName", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs#L27C36-L27C40" - }, - { - "DocsId": "P:System.ServiceModel.MessageHeaderException.HeaderNamespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs#L29C41-L29C45" - }, - { - "DocsId": "P:System.ServiceModel.MessageHeaderException.IsDuplicate", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs#L32C35-L32C39" - } - ], - "DocsId": "T:System.ServiceModel.MessageHeaderException", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.MessageHeader`1.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderT.cs#L18C9-L20C10" - }, - { - "DocsId": "M:System.ServiceModel.MessageHeader`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderT.cs#L23C15-L25C10" - }, - { - "DocsId": "M:System.ServiceModel.MessageHeader`1.#ctor(`0,System.Boolean,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderT.cs#L27C9-L33C10" - }, - { - "DocsId": "M:System.ServiceModel.MessageHeader`1.GetUntypedHeader(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderT.cs#L54C13-L54C97" - }, - { - "DocsId": "P:System.ServiceModel.MessageHeader`1.Actor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderT.cs#L35C31-L35C35" - }, - { - "DocsId": "P:System.ServiceModel.MessageHeader`1.Content", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderT.cs#L37C28-L37C32" - }, - { - "DocsId": "P:System.ServiceModel.MessageHeader`1.MustUnderstand", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderT.cs#L39C38-L39C42" - }, - { - "DocsId": "P:System.ServiceModel.MessageHeader`1.Relay", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderT.cs#L43C19-L43C33" - } - ], - "DocsId": "T:System.ServiceModel.MessageHeader`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageHeaderT.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.MessageParameterAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageParameterAttribute.cs" - }, - { - "DocsId": "P:System.ServiceModel.MessageParameterAttribute.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageParameterAttribute.cs#L15C19-L15C32" - } - ], - "DocsId": "T:System.ServiceModel.MessageParameterAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageParameterAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.MessagePropertyAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessagePropertyAttribute.cs#L12C9-L14C10" - }, - { - "DocsId": "P:System.ServiceModel.MessagePropertyAttribute.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessagePropertyAttribute.cs#L20C17-L20C30" - } - ], - "DocsId": "T:System.ServiceModel.MessagePropertyAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessagePropertyAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.WSSecurity11WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs#L17C17-L17C137" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.WSSecurity10WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11BasicSecurityProfile10", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs#L25C17-L25C159" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.WSSecurity11WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11BasicSecurityProfile10", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs#L33C17-L33C159" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.WSSecurity11WSTrust13WSSecureConversation13WSSecurityPolicy12", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs#L41C17-L41C117" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.WSSecurity10WSTrust13WSSecureConversation13WSSecurityPolicy12BasicSecurityProfile10", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs#L49C17-L49C139" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.WSSecurity11WSTrust13WSSecureConversation13WSSecurityPolicy12BasicSecurityProfile10", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs#L57C17-L57C139" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.Default", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs#L65C17-L65C137" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.SecurityVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs#L83C17-L83C68" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.TrustVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs#L91C17-L91C65" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.SecureConversationVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs#L99C17-L99C78" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.SecurityTokenVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs#L107C17-L107C52" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.SecurityPolicyVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs" - }, - { - "DocsId": "P:System.ServiceModel.MessageSecurityVersion.BasicSecurityProfileVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs" - } - ], - "DocsId": "T:System.ServiceModel.MessageSecurityVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/MessageSecurityVersion.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.OperationContext.#ctor(System.ServiceModel.IContextChannel)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L41C9-L63C147" - }, - { - "DocsId": "M:System.ServiceModel.OperationContext.GetCallbackChannel``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L346C13-L353C52" - }, - { - "DocsId": "E:System.ServiceModel.OperationContext.OperationCompleted", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.Channel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L87C19-L87C64" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.Current", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L94C17-L100C49" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.EndpointDispatcher", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L139C17-L139C44" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.IsUserContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L151C17-L151C43" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L159C17-L163C36" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.OutgoingMessageHeaders", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L190C17-L195C48" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.OutgoingMessageProperties", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L208C17-L213C51" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.IncomingMessageHeaders", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L223C17-L230C33" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.IncomingMessageProperties", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L239C17-L246C33" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.IncomingMessageVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L255C17-L262C33" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.InstanceContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L267C50-L267C54" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.RequestContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L269C48-L269C52" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.SessionId", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L276C17-L300C29" - }, - { - "DocsId": "P:System.ServiceModel.OperationContext.ClaimsPrincipal", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs#L313C13-L313C17" - } - ], - "DocsId": "T:System.ServiceModel.OperationContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.OperationContextScope.#ctor(System.ServiceModel.IContextChannel)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContextScope.cs#L24C9-L30C10" - }, - { - "DocsId": "M:System.ServiceModel.OperationContextScope.#ctor(System.ServiceModel.OperationContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContextScope.cs#L24C9-L35C10" - }, - { - "DocsId": "M:System.ServiceModel.OperationContextScope.Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContextScope.cs#L39C13-L44C10" - } - ], - "DocsId": "T:System.ServiceModel.OperationContextScope", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContextScope.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.OperationContractAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContractAttribute.cs#L90C50-L90C54" - }, - { - "DocsId": "P:System.ServiceModel.OperationContractAttribute.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContractAttribute.cs#L24C19-L24C32" - }, - { - "DocsId": "P:System.ServiceModel.OperationContractAttribute.Action", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContractAttribute.cs#L44C19-L44C34" - }, - { - "DocsId": "P:System.ServiceModel.OperationContractAttribute.ProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContractAttribute.cs#L56C17-L56C41" - }, - { - "DocsId": "P:System.ServiceModel.OperationContractAttribute.HasProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContractAttribute.cs#L70C42-L70C46" - }, - { - "DocsId": "P:System.ServiceModel.OperationContractAttribute.ReplyAction", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContractAttribute.cs#L75C19-L75C39" - }, - { - "DocsId": "P:System.ServiceModel.OperationContractAttribute.AsyncPattern", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContractAttribute.cs#L82C36-L82C40" - }, - { - "DocsId": "P:System.ServiceModel.OperationContractAttribute.IsOneWay", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContractAttribute.cs#L86C19-L86C36" - }, - { - "DocsId": "P:System.ServiceModel.OperationContractAttribute.IsInitiating", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContractAttribute.cs#L90C36-L90C40" - }, - { - "DocsId": "P:System.ServiceModel.OperationContractAttribute.IsTerminating", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContractAttribute.cs#L92C37-L92C41" - } - ], - "DocsId": "T:System.ServiceModel.OperationContractAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationContractAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.OperationFormatStyle.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationFormatStyle.cs" - }, - { - "DocsId": "F:System.ServiceModel.OperationFormatStyle.Document", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationFormatStyle.cs" - }, - { - "DocsId": "F:System.ServiceModel.OperationFormatStyle.Rpc", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationFormatStyle.cs" - } - ], - "DocsId": "T:System.ServiceModel.OperationFormatStyle", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationFormatStyle.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.OperationFormatUse.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationFormatUse.cs" - }, - { - "DocsId": "F:System.ServiceModel.OperationFormatUse.Literal", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationFormatUse.cs" - }, - { - "DocsId": "F:System.ServiceModel.OperationFormatUse.Encoded", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationFormatUse.cs" - } - ], - "DocsId": "T:System.ServiceModel.OperationFormatUse", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/OperationFormatUse.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.PeerHopCountAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/PeerHopCountAttribute.cs#L14C15-L20C10" - }, - { - "DocsId": "P:System.ServiceModel.PeerHopCountAttribute.MustUnderstand", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/PeerHopCountAttribute.cs#L21C43-L21C62" - }, - { - "DocsId": "P:System.ServiceModel.PeerHopCountAttribute.Relay", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/PeerHopCountAttribute.cs#L23C34-L23C44" - }, - { - "DocsId": "P:System.ServiceModel.PeerHopCountAttribute.Actor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/PeerHopCountAttribute.cs#L25C36-L25C46" - }, - { - "DocsId": "P:System.ServiceModel.PeerHopCountAttribute.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/PeerHopCountAttribute.cs#L27C40-L27C54" - }, - { - "DocsId": "P:System.ServiceModel.PeerHopCountAttribute.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/PeerHopCountAttribute.cs#L29C35-L29C44" - }, - { - "DocsId": "P:System.ServiceModel.PeerHopCountAttribute.ProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/PeerHopCountAttribute.cs#L31C55-L31C75" - } - ], - "DocsId": "T:System.ServiceModel.PeerHopCountAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/PeerHopCountAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ProtocolException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ProtocolException.cs#L14C9-L14C39" - }, - { - "DocsId": "M:System.ServiceModel.ProtocolException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ProtocolException.cs#L15C52-L15C69" - }, - { - "DocsId": "M:System.ServiceModel.ProtocolException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ProtocolException.cs#L16C78-L16C111" - }, - { - "DocsId": "M:System.ServiceModel.ProtocolException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ProtocolException.cs#L18C89-L18C112" - } - ], - "DocsId": "T:System.ServiceModel.ProtocolException", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ProtocolException.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.QueuedDeliveryRequirementsMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/QueuedDeliveryRequirementsMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.QueuedDeliveryRequirementsMode.Allowed", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/QueuedDeliveryRequirementsMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.QueuedDeliveryRequirementsMode.Required", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/QueuedDeliveryRequirementsMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.QueuedDeliveryRequirementsMode.NotAllowed", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/QueuedDeliveryRequirementsMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.QueuedDeliveryRequirementsMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/QueuedDeliveryRequirementsMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.QuotaExceededException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/QuotaExceededException.cs#L12C43-L12C53" - }, - { - "DocsId": "M:System.ServiceModel.QuotaExceededException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/QuotaExceededException.cs#L13C57-L13C74" - }, - { - "DocsId": "M:System.ServiceModel.QuotaExceededException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/QuotaExceededException.cs#L14C83-L14C116" - }, - { - "DocsId": "M:System.ServiceModel.QuotaExceededException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/QuotaExceededException.cs#L16C94-L16C117" - } - ], - "DocsId": "T:System.ServiceModel.QuotaExceededException", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/QuotaExceededException.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.ReceiveErrorHandling.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReceiveErrorHandling.cs" - }, - { - "DocsId": "F:System.ServiceModel.ReceiveErrorHandling.Fault", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReceiveErrorHandling.cs" - }, - { - "DocsId": "F:System.ServiceModel.ReceiveErrorHandling.Drop", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReceiveErrorHandling.cs" - }, - { - "DocsId": "F:System.ServiceModel.ReceiveErrorHandling.Reject", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReceiveErrorHandling.cs" - }, - { - "DocsId": "F:System.ServiceModel.ReceiveErrorHandling.Move", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReceiveErrorHandling.cs" - } - ], - "DocsId": "T:System.ServiceModel.ReceiveErrorHandling", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReceiveErrorHandling.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.ReliableMessagingVersion.Default", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableMessagingVersion.cs#L21C19-L21C104" - }, - { - "DocsId": "P:System.ServiceModel.ReliableMessagingVersion.WSReliableMessaging11", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableMessagingVersion.cs#L26C19-L26C64" - }, - { - "DocsId": "P:System.ServiceModel.ReliableMessagingVersion.WSReliableMessagingFebruary2005", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableMessagingVersion.cs#L31C19-L31C74" - } - ], - "DocsId": "T:System.ServiceModel.ReliableMessagingVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableMessagingVersion.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ReliableSession.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableSession.cs#L20C9-L23C10" - }, - { - "DocsId": "M:System.ServiceModel.ReliableSession.#ctor(System.ServiceModel.Channels.ReliableSessionBindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableSession.cs#L25C9-L30C10" - }, - { - "DocsId": "P:System.ServiceModel.ReliableSession.Ordered", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableSession.cs#L35C19-L35C43" - }, - { - "DocsId": "P:System.ServiceModel.ReliableSession.InactivityTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableSession.cs#L41C19-L41C53" - } - ], - "DocsId": "T:System.ServiceModel.ReliableSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableSession.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.OptionalReliableSession.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableSession.cs#L61C44-L61C54" - }, - { - "DocsId": "M:System.ServiceModel.OptionalReliableSession.#ctor(System.ServiceModel.Channels.ReliableSessionBindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableSession.cs#L63C103-L63C142" - }, - { - "DocsId": "P:System.ServiceModel.OptionalReliableSession.Enabled", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableSession.cs#L66C31-L66C35" - } - ], - "DocsId": "T:System.ServiceModel.OptionalReliableSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ReliableSession.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.RsaEndpointIdentity.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/RsaEndpointIdentity.cs#L13C9-L19C10" - }, - { - "DocsId": "M:System.ServiceModel.RsaEndpointIdentity.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/RsaEndpointIdentity.cs#L21C9-L31C10" - }, - { - "DocsId": "M:System.ServiceModel.RsaEndpointIdentity.#ctor(System.IdentityModel.Claims.Claim)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/RsaEndpointIdentity.cs#L33C9-L42C10" - } - ], - "DocsId": "T:System.ServiceModel.RsaEndpointIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/RsaEndpointIdentity.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.SecurityMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.SecurityMode.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.SecurityMode.Transport", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.SecurityMode.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SecurityMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.SecurityMode.TransportWithMessageCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SecurityMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.SecurityMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SecurityMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ClientCredentialsSecurityTokenManager.#ctor(System.ServiceModel.Description.ClientCredentials)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ClientCredentialsSecurityTokenManager.cs#L20C9-L23C10" - }, - { - "DocsId": "M:System.ServiceModel.ClientCredentialsSecurityTokenManager.IsIssuedSecurityTokenRequirement(System.IdentityModel.Selectors.SecurityTokenRequirement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ClientCredentialsSecurityTokenManager.cs#L70C13-L83C26" - }, - { - "DocsId": "M:System.ServiceModel.ClientCredentialsSecurityTokenManager.CreateSecurityTokenProvider(System.IdentityModel.Selectors.SecurityTokenRequirement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ClientCredentialsSecurityTokenManager.cs#L88C13-L167C27" - }, - { - "DocsId": "M:System.ServiceModel.ClientCredentialsSecurityTokenManager.CreateSecurityTokenSerializer(System.IdentityModel.Selectors.SecurityTokenVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ClientCredentialsSecurityTokenManager.cs#L172C13-L184C181" - }, - { - "DocsId": "M:System.ServiceModel.ClientCredentialsSecurityTokenManager.CreateSecurityTokenAuthenticator(System.IdentityModel.Selectors.SecurityTokenRequirement,System.IdentityModel.Selectors.SecurityTokenResolver@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ClientCredentialsSecurityTokenManager.cs#L271C13-L331C27" - }, - { - "DocsId": "P:System.ServiceModel.ClientCredentialsSecurityTokenManager.ClientCredentials", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ClientCredentialsSecurityTokenManager.cs#L25C54-L25C58" - } - ], - "DocsId": "T:System.ServiceModel.ClientCredentialsSecurityTokenManager", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ClientCredentialsSecurityTokenManager.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ServerTooBusyException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServerTooBusyException.cs#L13C9-L13C44" - }, - { - "DocsId": "M:System.ServiceModel.ServerTooBusyException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServerTooBusyException.cs#L14C57-L14C74" - }, - { - "DocsId": "M:System.ServiceModel.ServerTooBusyException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServerTooBusyException.cs#L15C83-L15C116" - }, - { - "DocsId": "M:System.ServiceModel.ServerTooBusyException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServerTooBusyException.cs#L17C94-L17C117" - } - ], - "DocsId": "T:System.ServiceModel.ServerTooBusyException", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServerTooBusyException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ServiceActivationException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceActivationException.cs#L12C9-L12C48" - }, - { - "DocsId": "M:System.ServiceModel.ServiceActivationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceActivationException.cs#L13C61-L13C78" - }, - { - "DocsId": "M:System.ServiceModel.ServiceActivationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceActivationException.cs#L14C87-L14C120" - }, - { - "DocsId": "M:System.ServiceModel.ServiceActivationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceActivationException.cs#L16C98-L16C121" - } - ], - "DocsId": "T:System.ServiceModel.ServiceActivationException", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceActivationException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ServiceContractAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceContractAttribute.cs" - }, - { - "DocsId": "P:System.ServiceModel.ServiceContractAttribute.ConfigurationName", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceContractAttribute.cs#L23C19-L23C45" - }, - { - "DocsId": "P:System.ServiceModel.ServiceContractAttribute.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceContractAttribute.cs#L41C19-L41C32" - }, - { - "DocsId": "P:System.ServiceModel.ServiceContractAttribute.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceContractAttribute.cs#L59C19-L59C30" - }, - { - "DocsId": "P:System.ServiceModel.ServiceContractAttribute.ProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceContractAttribute.cs#L75C17-L75C41" - }, - { - "DocsId": "P:System.ServiceModel.ServiceContractAttribute.HasProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceContractAttribute.cs#L89C42-L89C46" - }, - { - "DocsId": "P:System.ServiceModel.ServiceContractAttribute.SessionMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceContractAttribute.cs#L93C19-L93C39" - }, - { - "DocsId": "P:System.ServiceModel.ServiceContractAttribute.CallbackContract", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceContractAttribute.cs#L105C40-L105C44" - } - ], - "DocsId": "T:System.ServiceModel.ServiceContractAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceContractAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ServiceKnownTypeAttribute.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceKnownTypeAttribute.cs#L18C9-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.ServiceKnownTypeAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceKnownTypeAttribute.cs#L23C9-L26C10" - }, - { - "DocsId": "M:System.ServiceModel.ServiceKnownTypeAttribute.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceKnownTypeAttribute.cs#L28C9-L32C10" - }, - { - "DocsId": "P:System.ServiceModel.ServiceKnownTypeAttribute.DeclaringType", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceKnownTypeAttribute.cs#L34C37-L34C41" - }, - { - "DocsId": "P:System.ServiceModel.ServiceKnownTypeAttribute.MethodName", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceKnownTypeAttribute.cs#L36C36-L36C40" - }, - { - "DocsId": "P:System.ServiceModel.ServiceKnownTypeAttribute.Type", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceKnownTypeAttribute.cs#L40C19-L40C32" - } - ], - "DocsId": "T:System.ServiceModel.ServiceKnownTypeAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceKnownTypeAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ServiceSecurityContext.#ctor(System.Collections.ObjectModel.ReadOnlyCollection{System.IdentityModel.Policy.IAuthorizationPolicy})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceSecurityContext.cs#L23C9-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.ServiceSecurityContext.#ctor(System.IdentityModel.Policy.AuthorizationContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceSecurityContext.cs#L30C15-L32C10" - }, - { - "DocsId": "M:System.ServiceModel.ServiceSecurityContext.#ctor(System.IdentityModel.Policy.AuthorizationContext,System.Collections.ObjectModel.ReadOnlyCollection{System.IdentityModel.Policy.IAuthorizationPolicy})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceSecurityContext.cs#L34C9-L38C10" - }, - { - "DocsId": "P:System.ServiceModel.ServiceSecurityContext.Anonymous", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceSecurityContext.cs#L44C17-L48C36" - }, - { - "DocsId": "P:System.ServiceModel.ServiceSecurityContext.IsAnonymous", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceSecurityContext.cs#L57C17-L57C67" - }, - { - "DocsId": "P:System.ServiceModel.ServiceSecurityContext.PrimaryIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceSecurityContext.cs#L77C17-L89C41" - }, - { - "DocsId": "P:System.ServiceModel.ServiceSecurityContext.AuthorizationPolicies", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceSecurityContext.cs#L93C81-L93C85" - }, - { - "DocsId": "P:System.ServiceModel.ServiceSecurityContext.AuthorizationContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceSecurityContext.cs#L99C17-L103C46" - } - ], - "DocsId": "T:System.ServiceModel.ServiceSecurityContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ServiceSecurityContext.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.SessionMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SessionMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.SessionMode.Allowed", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SessionMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.SessionMode.Required", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SessionMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.SessionMode.NotAllowed", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SessionMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.SessionMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SessionMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.SpnEndpointIdentity.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SpnEndpointIdentity.cs#L14C9-L22C10" - }, - { - "DocsId": "M:System.ServiceModel.SpnEndpointIdentity.#ctor(System.IdentityModel.Claims.Claim)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SpnEndpointIdentity.cs#L24C9-L37C10" - }, - { - "DocsId": "P:System.ServiceModel.SpnEndpointIdentity.SpnLookupTime", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SpnEndpointIdentity.cs#L43C17-L43C40" - } - ], - "DocsId": "T:System.ServiceModel.SpnEndpointIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/SpnEndpointIdentity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.TimeSpanHelper.FromMinutes(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/TimeSpanHelper.cs#L15C13-L17C26" - }, - { - "DocsId": "M:System.ServiceModel.TimeSpanHelper.FromSeconds(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/TimeSpanHelper.cs#L21C13-L23C26" - }, - { - "DocsId": "M:System.ServiceModel.TimeSpanHelper.FromMilliseconds(System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/TimeSpanHelper.cs#L27C13-L29C26" - } - ], - "DocsId": "T:System.ServiceModel.TimeSpanHelper", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/TimeSpanHelper.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.TransferMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/TransferMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.TransferMode.Buffered", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/TransferMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.TransferMode.Streamed", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/TransferMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.TransferMode.StreamedRequest", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/TransferMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.TransferMode.StreamedResponse", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/TransferMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.TransferMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/TransferMode.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.UnknownMessageReceivedEventArgs.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/UnknownMessageReceivedEventArgs.cs#L17C34-L17C38" - } - ], - "DocsId": "T:System.ServiceModel.UnknownMessageReceivedEventArgs", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/UnknownMessageReceivedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.UpnEndpointIdentity.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/UpnEndpointIdentity.cs#L17C9-L25C10" - } - ], - "DocsId": "T:System.ServiceModel.UpnEndpointIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/UpnEndpointIdentity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.UriSchemeKeyedCollection.#ctor(System.Uri[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/UriSchemeKeyedCollection.cs#L17C9-L28C10" - }, - { - "DocsId": "M:System.ServiceModel.UriSchemeKeyedCollection.GetKeyForItem(System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/UriSchemeKeyedCollection.cs#L32C13-L32C32" - }, - { - "DocsId": "M:System.ServiceModel.UriSchemeKeyedCollection.InsertItem(System.Int32,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/UriSchemeKeyedCollection.cs#L37C13-L44C10" - }, - { - "DocsId": "M:System.ServiceModel.UriSchemeKeyedCollection.SetItem(System.Int32,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/UriSchemeKeyedCollection.cs#L48C13-L57C10" - } - ], - "DocsId": "T:System.ServiceModel.UriSchemeKeyedCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/UriSchemeKeyedCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.X509CertificateEndpointIdentity.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/X509CertificateEndpointIdentity.cs#L84C67-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.X509CertificateEndpointIdentity.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2,System.Security.Cryptography.X509Certificates.X509Certificate2Collection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/X509CertificateEndpointIdentity.cs#L84C67-L46C10" - }, - { - "DocsId": "P:System.ServiceModel.X509CertificateEndpointIdentity.Certificates", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/X509CertificateEndpointIdentity.cs#L84C58-L84C62" - } - ], - "DocsId": "T:System.ServiceModel.X509CertificateEndpointIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/X509CertificateEndpointIdentity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.XmlSerializerFormatAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/XmlSerializerFormatAttribute.cs" - }, - { - "DocsId": "P:System.ServiceModel.XmlSerializerFormatAttribute.SupportFaults", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/XmlSerializerFormatAttribute.cs#L15C37-L15C41" - }, - { - "DocsId": "P:System.ServiceModel.XmlSerializerFormatAttribute.Style", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/XmlSerializerFormatAttribute.cs#L19C19-L19C33" - }, - { - "DocsId": "P:System.ServiceModel.XmlSerializerFormatAttribute.Use", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/XmlSerializerFormatAttribute.cs#L30C19-L30C31" - } - ], - "DocsId": "T:System.ServiceModel.XmlSerializerFormatAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/XmlSerializerFormatAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Security.BasicSecurityProfileVersion.BasicSecurityProfile10", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/BasicSecurityProfileVersion.cs#L14C19-L14C85" - } - ], - "DocsId": "T:System.ServiceModel.Security.BasicSecurityProfileVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/BasicSecurityProfileVersion.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.BinarySecretKeyIdentifierClause.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/BinarySecretKeyIdentifierClause.cs#L14C15-L16C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.BinarySecretKeyIdentifierClause.#ctor(System.Byte[],System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/BinarySecretKeyIdentifierClause.cs#L19C15-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.BinarySecretKeyIdentifierClause.#ctor(System.Byte[],System.Boolean,System.Byte[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/BinarySecretKeyIdentifierClause.cs#L24C15-L26C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.BinarySecretKeyIdentifierClause.GetKeyBytes", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/BinarySecretKeyIdentifierClause.cs#L30C13-L30C32" - }, - { - "DocsId": "M:System.ServiceModel.Security.BinarySecretKeyIdentifierClause.CreateKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/BinarySecretKeyIdentifierClause.cs#L40C13-L45C34" - }, - { - "DocsId": "M:System.ServiceModel.Security.BinarySecretKeyIdentifierClause.Matches(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/BinarySecretKeyIdentifierClause.cs#L50C13-L51C98" - }, - { - "DocsId": "P:System.ServiceModel.Security.BinarySecretKeyIdentifierClause.CanCreateKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/BinarySecretKeyIdentifierClause.cs#L35C19-L35C31" - } - ], - "DocsId": "T:System.ServiceModel.Security.BinarySecretKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/BinarySecretKeyIdentifierClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.ChannelProtectionRequirements.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ChannelProtectionRequirements.cs#L18C9-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.ChannelProtectionRequirements.#ctor(System.ServiceModel.Security.ChannelProtectionRequirements)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ChannelProtectionRequirements.cs#L28C9-L39C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.ChannelProtectionRequirements.Add(System.ServiceModel.Security.ChannelProtectionRequirements)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ChannelProtectionRequirements.cs#L70C13-L71C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.ChannelProtectionRequirements.Add(System.ServiceModel.Security.ChannelProtectionRequirements,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ChannelProtectionRequirements.cs#L75C13-L107C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.ChannelProtectionRequirements.MakeReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ChannelProtectionRequirements.cs#L123C13-L131C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.ChannelProtectionRequirements.CreateInverse", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ChannelProtectionRequirements.cs#L135C13-L143C27" - }, - { - "DocsId": "P:System.ServiceModel.Security.ChannelProtectionRequirements.IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ChannelProtectionRequirements.cs#L26C34-L26C38" - }, - { - "DocsId": "P:System.ServiceModel.Security.ChannelProtectionRequirements.IncomingSignatureParts", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ChannelProtectionRequirements.cs#L54C72-L54C76" - }, - { - "DocsId": "P:System.ServiceModel.Security.ChannelProtectionRequirements.IncomingEncryptionParts", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ChannelProtectionRequirements.cs#L56C73-L56C77" - }, - { - "DocsId": "P:System.ServiceModel.Security.ChannelProtectionRequirements.OutgoingSignatureParts", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ChannelProtectionRequirements.cs#L58C72-L58C76" - }, - { - "DocsId": "P:System.ServiceModel.Security.ChannelProtectionRequirements.OutgoingEncryptionParts", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ChannelProtectionRequirements.cs#L64C17-L64C49" - } - ], - "DocsId": "T:System.ServiceModel.Security.ChannelProtectionRequirements", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ChannelProtectionRequirements.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Security.HttpDigestClientCredential.ClientCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/HttpDigestClientCredential.cs#L30C17-L30C43" - } - ], - "DocsId": "T:System.ServiceModel.Security.HttpDigestClientCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/HttpDigestClientCredential.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.IdentityVerifier.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/IdentityVerifier.cs#L19C9-L22C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.IdentityVerifier.CreateDefault", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/IdentityVerifier.cs#L26C13-L26C53" - }, - { - "DocsId": "M:System.ServiceModel.Security.IdentityVerifier.CheckAccess(System.ServiceModel.EndpointIdentity,System.IdentityModel.Policy.AuthorizationContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/IdentityVerifier.cs" - }, - { - "DocsId": "M:System.ServiceModel.Security.IdentityVerifier.TryGetIdentity(System.ServiceModel.EndpointAddress,System.ServiceModel.EndpointIdentity@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/IdentityVerifier.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.IdentityVerifier", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/IdentityVerifier.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.ISecureConversationSession.WriteSessionTokenIdentifier(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ISecureConversationSession.cs" - }, - { - "DocsId": "M:System.ServiceModel.Security.ISecureConversationSession.TryReadSessionTokenIdentifier(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ISecureConversationSession.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.ISecureConversationSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ISecureConversationSession.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Security.ISecuritySession.RemoteIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ISecuritySession.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.ISecuritySession", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ISecuritySession.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.MessagePartSpecification.Clear", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessagePartSpecification.cs#L79C13-L90C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.MessagePartSpecification.Union(System.ServiceModel.Security.MessagePartSpecification)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessagePartSpecification.cs#L94C13-L120C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.MessagePartSpecification.MakeReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessagePartSpecification.cs#L124C13-L160C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.MessagePartSpecification.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessagePartSpecification.cs#L162C9-L165C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.MessagePartSpecification.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessagePartSpecification.cs#L167C9-L170C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.MessagePartSpecification.#ctor(System.Xml.XmlQualifiedName[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessagePartSpecification.cs#L173C15-L176C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.MessagePartSpecification.#ctor(System.Boolean,System.Xml.XmlQualifiedName[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessagePartSpecification.cs#L178C9-L189C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessagePartSpecification.HeaderTypes", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessagePartSpecification.cs#L23C17-L34C41" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessagePartSpecification.IsBodyIncluded", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessagePartSpecification.cs#L48C17-L48C40" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessagePartSpecification.IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessagePartSpecification.cs#L61C34-L61C38" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessagePartSpecification.NoParts", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessagePartSpecification.cs#L67C17-L73C34" - } - ], - "DocsId": "T:System.ServiceModel.Security.MessagePartSpecification", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessagePartSpecification.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Security.MessageProtectionOrder.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageProtectionOrder.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.MessageProtectionOrder.SignBeforeEncrypt", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageProtectionOrder.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.MessageProtectionOrder.SignBeforeEncryptAndEncryptSignature", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageProtectionOrder.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.MessageProtectionOrder.EncryptBeforeSign", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageProtectionOrder.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.MessageProtectionOrder", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageProtectionOrder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.MessageSecurityException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityException.cs#L12C45-L12C55" - }, - { - "DocsId": "M:System.ServiceModel.Security.MessageSecurityException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityException.cs#L13C59-L13C76" - }, - { - "DocsId": "M:System.ServiceModel.Security.MessageSecurityException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityException.cs#L14C85-L14C118" - }, - { - "DocsId": "M:System.ServiceModel.Security.MessageSecurityException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityException.cs#L16C96-L16C119" - } - ], - "DocsId": "T:System.ServiceModel.Security.MessageSecurityException", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.MessageSecurityTokenVersion.GetSecurityTokenVersion(System.ServiceModel.Security.SecurityVersion,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L120C13-L144C104" - }, - { - "DocsId": "M:System.ServiceModel.Security.MessageSecurityTokenVersion.GetSecuritySpecifications", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L169C13-L169C36" - }, - { - "DocsId": "M:System.ServiceModel.Security.MessageSecurityTokenVersion.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L174C13-L174C30" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessageSecurityTokenVersion.WSSecurity11WSTrustFebruary2005WSSecureConversationFebruary2005", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L68C117-L68C121" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessageSecurityTokenVersion.WSSecurity11WSTrustFebruary2005WSSecureConversationFebruary2005BasicSecurityProfile10", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L82C17-L82C37" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessageSecurityTokenVersion.WSSecurity10WSTrustFebruary2005WSSecureConversationFebruary2005BasicSecurityProfile10", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L90C17-L90C37" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessageSecurityTokenVersion.WSSecurity10WSTrust13WSSecureConversation13BasicSecurityProfile10", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L98C17-L98C49" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessageSecurityTokenVersion.WSSecurity11WSTrust13WSSecureConversation13", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L106C17-L106C44" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessageSecurityTokenVersion.WSSecurity11WSTrust13WSSecureConversation13BasicSecurityProfile10", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L114C17-L114C49" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessageSecurityTokenVersion.EmitBspRequiredAttributes", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L159C49-L159C53" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessageSecurityTokenVersion.SecurityVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L161C50-L161C54" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessageSecurityTokenVersion.TrustVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L163C44-L163C48" - }, - { - "DocsId": "P:System.ServiceModel.Security.MessageSecurityTokenVersion.SecureConversationVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs#L165C70-L165C74" - } - ], - "DocsId": "T:System.ServiceModel.Security.MessageSecurityTokenVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/MessageSecurityTokenVersion.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.NonceCache.TryAddNonce(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/NonceCache.cs" - }, - { - "DocsId": "M:System.ServiceModel.Security.NonceCache.CheckNonce(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/NonceCache.cs" - }, - { - "DocsId": "M:System.ServiceModel.Security.NonceCache.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/NonceCache.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.NonceCache.CachingTimeSpan", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/NonceCache.cs#L22C17-L22C37" - }, - { - "DocsId": "P:System.ServiceModel.Security.NonceCache.CacheSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/NonceCache.cs#L49C17-L49C41" - } - ], - "DocsId": "T:System.ServiceModel.Security.NonceCache", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/NonceCache.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.ScopedMessagePartSpecification.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ScopedMessagePartSpecification.cs#L17C9-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.ScopedMessagePartSpecification.#ctor(System.ServiceModel.Security.ScopedMessagePartSpecification)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ScopedMessagePartSpecification.cs#L36C15-L53C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.ScopedMessagePartSpecification.AddParts(System.ServiceModel.Security.MessagePartSpecification)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ScopedMessagePartSpecification.cs#L67C13-L75C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.ScopedMessagePartSpecification.AddParts(System.ServiceModel.Security.MessagePartSpecification,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ScopedMessagePartSpecification.cs#L79C13-L97C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.ScopedMessagePartSpecification.TryGetParts(System.String,System.Boolean,System.ServiceModel.Security.MessagePartSpecification@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ScopedMessagePartSpecification.cs#L138C13-L171C34" - }, - { - "DocsId": "M:System.ServiceModel.Security.ScopedMessagePartSpecification.TryGetParts(System.String,System.ServiceModel.Security.MessagePartSpecification@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ScopedMessagePartSpecification.cs#L196C13-L196C58" - }, - { - "DocsId": "M:System.ServiceModel.Security.ScopedMessagePartSpecification.MakeReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ScopedMessagePartSpecification.cs#L201C13-L214C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.ScopedMessagePartSpecification.Actions", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ScopedMessagePartSpecification.cs#L27C17-L27C42" - }, - { - "DocsId": "P:System.ServiceModel.Security.ScopedMessagePartSpecification.ChannelParts", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ScopedMessagePartSpecification.cs#L31C56-L31C60" - }, - { - "DocsId": "P:System.ServiceModel.Security.ScopedMessagePartSpecification.IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ScopedMessagePartSpecification.cs#L33C34-L33C38" - } - ], - "DocsId": "T:System.ServiceModel.Security.ScopedMessagePartSpecification", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/ScopedMessagePartSpecification.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Security.SecureConversationVersion.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecureConversationVersion.cs#L20C48-L20C52" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecureConversationVersion.Prefix", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecureConversationVersion.cs#L26C17-L26C32" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecureConversationVersion.Default", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecureConversationVersion.cs#L32C19-L32C54" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecureConversationVersion.WSSecureConversationFeb2005", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecureConversationVersion.cs#L37C19-L37C70" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecureConversationVersion.WSSecureConversation13", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecureConversationVersion.cs#L42C19-L42C65" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecureConversationVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecureConversationVersion.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.SecurityAccessDeniedException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAccessDeniedException.cs#L12C64-L12C81" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAccessDeniedException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAccessDeniedException.cs#L13C90-L13C123" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAccessDeniedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAccessDeniedException.cs#L15C101-L15C124" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecurityAccessDeniedException", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAccessDeniedException.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.SecurityAlgorithmSuite.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L83C9-L83C47" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAlgorithmSuite.IsCanonicalizationAlgorithmSupported(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L85C86-L85C139" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAlgorithmSuite.IsDigestAlgorithmSupported(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L86C76-L86C119" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAlgorithmSuite.IsEncryptionAlgorithmSupported(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L87C80-L87C127" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAlgorithmSuite.IsEncryptionKeyDerivationAlgorithmSupported(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L88C93-L88C216" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAlgorithmSuite.IsSymmetricKeyWrapAlgorithmSupported(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L89C86-L89C139" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAlgorithmSuite.IsAsymmetricKeyWrapAlgorithmSupported(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L90C87-L90C141" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAlgorithmSuite.IsSymmetricSignatureAlgorithmSupported(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L91C88-L91C143" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAlgorithmSuite.IsAsymmetricSignatureAlgorithmSupported(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L92C89-L92C145" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAlgorithmSuite.IsSignatureKeyDerivationAlgorithmSupported(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L93C92-L93C215" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAlgorithmSuite.IsSymmetricKeyLengthSupported(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityAlgorithmSuite.IsAsymmetricKeyLengthSupported(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.Default", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L21C17-L21C33" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.Basic256", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L29C17-L34C35" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.TripleDes", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L42C17-L47C36" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.Basic256Sha256", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L55C17-L60C41" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.DefaultCanonicalizationAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.DefaultDigestAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.DefaultEncryptionAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.DefaultEncryptionKeyDerivationLength", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.DefaultSymmetricKeyWrapAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.DefaultAsymmetricKeyWrapAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.DefaultSymmetricSignatureAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.DefaultAsymmetricSignatureAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.DefaultSignatureKeyDerivationLength", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityAlgorithmSuite.DefaultSymmetricKeyLength", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecurityAlgorithmSuite", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L129C51-L129C61" - }, - { - "DocsId": "M:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.IsSymmetricKeyLengthSupported(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L141C74-L141C95" - }, - { - "DocsId": "M:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.IsAsymmetricKeyLengthSupported(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L142C75-L142C115" - }, - { - "DocsId": "M:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L154C13-L154C31" - }, - { - "DocsId": "P:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.DefaultCanonicalizationAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L131C73-L131C135" - }, - { - "DocsId": "P:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.DefaultDigestAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L132C63-L132C115" - }, - { - "DocsId": "P:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.DefaultEncryptionAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L133C67-L133C123" - }, - { - "DocsId": "P:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.DefaultEncryptionKeyDerivationLength", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L134C74-L134C85" - }, - { - "DocsId": "P:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.DefaultSymmetricKeyWrapAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L135C73-L135C135" - }, - { - "DocsId": "P:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.DefaultAsymmetricKeyWrapAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L136C74-L136C137" - }, - { - "DocsId": "P:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.DefaultSymmetricSignatureAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L137C75-L137C139" - }, - { - "DocsId": "P:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.DefaultAsymmetricSignatureAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L138C76-L138C141" - }, - { - "DocsId": "P:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.DefaultSignatureKeyDerivationLength", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L139C73-L139C84" - }, - { - "DocsId": "P:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite.DefaultSymmetricKeyLength", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L140C63-L140C74" - } - ], - "DocsId": "T:System.ServiceModel.Security.Basic256SecurityAlgorithmSuite", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L160C52-L160C62" - }, - { - "DocsId": "M:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.IsSymmetricKeyLengthSupported(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L173C74-L173C112" - }, - { - "DocsId": "M:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.IsAsymmetricKeyLengthSupported(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L174C75-L174C115" - }, - { - "DocsId": "M:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L186C13-L186C32" - }, - { - "DocsId": "P:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.DefaultCanonicalizationAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L162C73-L162C135" - }, - { - "DocsId": "P:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.DefaultDigestAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L163C63-L163C115" - }, - { - "DocsId": "P:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.DefaultEncryptionAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L164C67-L164C123" - }, - { - "DocsId": "P:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.DefaultEncryptionKeyDerivationLength", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L165C74-L165C85" - }, - { - "DocsId": "P:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.DefaultSymmetricKeyWrapAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L166C73-L166C135" - }, - { - "DocsId": "P:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.DefaultAsymmetricKeyWrapAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L167C74-L167C142" - }, - { - "DocsId": "P:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.DefaultSymmetricSignatureAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L169C75-L169C139" - }, - { - "DocsId": "P:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.DefaultAsymmetricSignatureAlgorithm", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L170C76-L170C141" - }, - { - "DocsId": "P:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.DefaultSignatureKeyDerivationLength", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L171C73-L171C84" - }, - { - "DocsId": "P:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite.DefaultSymmetricKeyLength", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L172C63-L172C74" - } - ], - "DocsId": "T:System.ServiceModel.Security.TripleDesSecurityAlgorithmSuite", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Basic256Sha256SecurityAlgorithmSuite.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L192C57-L192C67" - }, - { - "DocsId": "M:System.ServiceModel.Security.Basic256Sha256SecurityAlgorithmSuite.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs#L200C13-L200C37" - } - ], - "DocsId": "T:System.ServiceModel.Security.Basic256Sha256SecurityAlgorithmSuite", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityAlgorithmSuite.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.SecurityContextKeyIdentifierClause.#ctor(System.Xml.UniqueId)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityContextKeyIdentifierClause.cs#L20C15-L22C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityContextKeyIdentifierClause.#ctor(System.Xml.UniqueId,System.Xml.UniqueId)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityContextKeyIdentifierClause.cs#L25C15-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityContextKeyIdentifierClause.#ctor(System.Xml.UniqueId,System.Xml.UniqueId,System.Byte[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityContextKeyIdentifierClause.cs#L30C15-L34C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityContextKeyIdentifierClause.Matches(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityContextKeyIdentifierClause.cs#L45C13-L46C106" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityContextKeyIdentifierClause.Matches(System.Xml.UniqueId,System.Xml.UniqueId)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityContextKeyIdentifierClause.cs#L51C13-L51C72" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityContextKeyIdentifierClause.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityContextKeyIdentifierClause.cs#L56C13-L57C40" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityContextKeyIdentifierClause.ContextId", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityContextKeyIdentifierClause.cs#L36C37-L36C41" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityContextKeyIdentifierClause.Generation", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityContextKeyIdentifierClause.cs#L40C19-L40C38" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecurityContextKeyIdentifierClause", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityContextKeyIdentifierClause.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.SecurityCredentialsManager.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityCredentialsManager.cs#L12C9-L12C51" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityCredentialsManager.CreateSecurityTokenManager", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityCredentialsManager.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecurityCredentialsManager", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityCredentialsManager.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Security.SecurityKeyEntropyMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityKeyEntropyMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.SecurityKeyEntropyMode.ClientEntropy", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityKeyEntropyMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.SecurityKeyEntropyMode.ServerEntropy", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityKeyEntropyMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.SecurityKeyEntropyMode.CombinedEntropy", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityKeyEntropyMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecurityKeyEntropyMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityKeyEntropyMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.SecurityMessageProperty.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L24C9-L30C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityMessageProperty.CreateCopy", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L162C13-L190C27" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityMessageProperty.GetOrCreate(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L195C13-L212C27" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityMessageProperty.Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L299C13-L303C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityMessageProperty.ServiceSecurityContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L36C17-L37C41" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityMessageProperty.ExternalAuthorizationPolicies", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L46C89-L46C93" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityMessageProperty.ProtectionToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L52C17-L53C41" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityMessageProperty.InitiatorToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L66C17-L67C40" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityMessageProperty.RecipientToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L80C17-L81C40" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityMessageProperty.TransportToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L94C17-L95C40" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityMessageProperty.SenderIdPrefix", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L109C17-L109C40" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityMessageProperty.HasIncomingSupportingTokens", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L122C17-L123C103" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityMessageProperty.IncomingSupportingTokens", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L131C17-L136C50" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityMessageProperty.OutgoingSupportingTokens", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs#L144C17-L148C50" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecurityMessageProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityMessageProperty.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.SecurityNegotiationException.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityNegotiationException.cs#L12C49-L12C59" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityNegotiationException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityNegotiationException.cs#L13C63-L13C80" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityNegotiationException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityNegotiationException.cs#L14C89-L14C122" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityNegotiationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityNegotiationException.cs#L16C100-L16C123" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecurityNegotiationException", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityNegotiationException.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Security.SecurityPolicyVersion.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityPolicyVersion.cs#L18C35-L18C39" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityPolicyVersion.Prefix", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityPolicyVersion.cs#L24C17-L24C32" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityPolicyVersion.WSSecurityPolicy11", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityPolicyVersion.cs#L30C19-L30C61" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityPolicyVersion.WSSecurityPolicy12", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityPolicyVersion.cs#L35C19-L35C61" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecurityPolicyVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityPolicyVersion.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.SecurityStateEncoder.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityStateEncoder.cs#L14C9-L14C45" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityStateEncoder.DecodeSecurityState(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityStateEncoder.cs" - }, - { - "DocsId": "M:System.ServiceModel.Security.SecurityStateEncoder.EncodeSecurityState(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityStateEncoder.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecurityStateEncoder", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityStateEncoder.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Security.SecurityTokenAttachmentMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityTokenAttachmentMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.SecurityTokenAttachmentMode.Signed", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityTokenAttachmentMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.SecurityTokenAttachmentMode.Endorsing", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityTokenAttachmentMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.SecurityTokenAttachmentMode.SignedEndorsing", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityTokenAttachmentMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.SecurityTokenAttachmentMode.SignedEncrypted", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityTokenAttachmentMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecurityTokenAttachmentMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityTokenAttachmentMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.SecurityTokenSpecification.#ctor(System.IdentityModel.Tokens.SecurityToken,System.Collections.ObjectModel.ReadOnlyCollection{System.IdentityModel.Policy.IAuthorizationPolicy})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityTokenSpecification.cs#L16C9-L20C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityTokenSpecification.SecurityToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityTokenSpecification.cs#L22C46-L22C50" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityTokenSpecification.SecurityTokenPolicies", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityTokenSpecification.cs#L26C19-L26C41" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecurityTokenSpecification", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityTokenSpecification.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Security.SecurityVersion.WSSecurity10", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityVersion.cs#L56C19-L56C53" - }, - { - "DocsId": "P:System.ServiceModel.Security.SecurityVersion.WSSecurity11", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityVersion.cs#L61C19-L61C53" - } - ], - "DocsId": "T:System.ServiceModel.Security.SecurityVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SecurityVersion.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.SspiSecurityTokenProvider.#ctor(System.Net.NetworkCredential,System.Boolean,System.Security.Principal.TokenImpersonationLevel)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SspiSecurityTokenProvider.cs#L24C9-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.SspiSecurityTokenProvider.#ctor(System.Net.NetworkCredential,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SspiSecurityTokenProvider.cs#L30C9-L33C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.SspiSecurityTokenProvider.GetTokenCore(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SspiSecurityTokenProvider.cs#L37C13-L37C27" - }, - { - "DocsId": "M:System.ServiceModel.Security.SspiSecurityTokenProvider.BeginGetTokenCore(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SspiSecurityTokenProvider.cs#L42C13-L42C100" - }, - { - "DocsId": "M:System.ServiceModel.Security.SspiSecurityTokenProvider.EndGetTokenCore(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SspiSecurityTokenProvider.cs#L47C13-L47C68" - } - ], - "DocsId": "T:System.ServiceModel.Security.SspiSecurityTokenProvider", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SspiSecurityTokenProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.SupportingTokenSpecification.#ctor(System.IdentityModel.Tokens.SecurityToken,System.Collections.ObjectModel.ReadOnlyCollection{System.IdentityModel.Policy.IAuthorizationPolicy},System.ServiceModel.Security.SecurityTokenAttachmentMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SupportingTokenSpecification.cs#L18C15-L19C12" - }, - { - "DocsId": "M:System.ServiceModel.Security.SupportingTokenSpecification.#ctor(System.IdentityModel.Tokens.SecurityToken,System.Collections.ObjectModel.ReadOnlyCollection{System.IdentityModel.Policy.IAuthorizationPolicy},System.ServiceModel.Security.SecurityTokenAttachmentMode,System.ServiceModel.Security.Tokens.SecurityTokenParameters)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SupportingTokenSpecification.cs#L22C15-L27C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.SupportingTokenSpecification.SecurityTokenAttachmentMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SupportingTokenSpecification.cs#L29C74-L29C78" - } - ], - "DocsId": "T:System.ServiceModel.Security.SupportingTokenSpecification", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/SupportingTokenSpecification.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Security.TrustVersion.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/TrustVersion.cs#L20C48-L20C52" - }, - { - "DocsId": "P:System.ServiceModel.Security.TrustVersion.Prefix", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/TrustVersion.cs#L26C17-L26C32" - }, - { - "DocsId": "P:System.ServiceModel.Security.TrustVersion.Default", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/TrustVersion.cs#L32C19-L32C41" - }, - { - "DocsId": "P:System.ServiceModel.Security.TrustVersion.WSTrustFeb2005", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/TrustVersion.cs#L37C19-L37C57" - }, - { - "DocsId": "P:System.ServiceModel.Security.TrustVersion.WSTrust13", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/TrustVersion.cs#L42C19-L42C52" - } - ], - "DocsId": "T:System.ServiceModel.Security.TrustVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/TrustVersion.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Security.UserNamePasswordClientCredential.UserName", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/UserNamePasswordClientCredential.cs#L30C17-L30C34" - }, - { - "DocsId": "P:System.ServiceModel.Security.UserNamePasswordClientCredential.Password", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/UserNamePasswordClientCredential.cs#L43C17-L43C34" - } - ], - "DocsId": "T:System.ServiceModel.Security.UserNamePasswordClientCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/UserNamePasswordClientCredential.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Security.WindowsClientCredential.AllowedImpersonationLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WindowsClientCredential.cs#L39C17-L39C51" - }, - { - "DocsId": "P:System.ServiceModel.Security.WindowsClientCredential.ClientCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WindowsClientCredential.cs#L59C17-L64C44" - }, - { - "DocsId": "P:System.ServiceModel.Security.WindowsClientCredential.AllowNtlm", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WindowsClientCredential.cs#L78C17-L78C35" - } - ], - "DocsId": "T:System.ServiceModel.Security.WindowsClientCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WindowsClientCredential.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L31C15-L33C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L36C15-L38C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.#ctor(System.ServiceModel.Security.SecurityVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L41C15-L43C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.#ctor(System.ServiceModel.Security.SecurityVersion,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L46C15-L48C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.#ctor(System.ServiceModel.Security.SecurityVersion,System.Boolean,System.IdentityModel.Tokens.SamlSerializer)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L51C15-L53C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.#ctor(System.ServiceModel.Security.SecurityVersion,System.Boolean,System.IdentityModel.Tokens.SamlSerializer,System.ServiceModel.Security.SecurityStateEncoder,System.Collections.Generic.IEnumerable{System.Type})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L56C15-L58C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.#ctor(System.ServiceModel.Security.SecurityVersion,System.ServiceModel.Security.TrustVersion,System.ServiceModel.Security.SecureConversationVersion,System.Boolean,System.IdentityModel.Tokens.SamlSerializer,System.ServiceModel.Security.SecurityStateEncoder,System.Collections.Generic.IEnumerable{System.Type})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L61C15-L63C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.#ctor(System.ServiceModel.Security.SecurityVersion,System.Boolean,System.IdentityModel.Tokens.SamlSerializer,System.ServiceModel.Security.SecurityStateEncoder,System.Collections.Generic.IEnumerable{System.Type},System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L67C15-L69C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.#ctor(System.ServiceModel.Security.SecurityVersion,System.ServiceModel.Security.TrustVersion,System.ServiceModel.Security.SecureConversationVersion,System.Boolean,System.IdentityModel.Tokens.SamlSerializer,System.ServiceModel.Security.SecurityStateEncoder,System.Collections.Generic.IEnumerable{System.Type},System.Int32,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L25C9-L150C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.CanReadTokenCore(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L189C13-L198C26" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.ReadTokenCore(System.Xml.XmlReader,System.IdentityModel.Selectors.SecurityTokenResolver)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L203C13-L224C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.CanWriteTokenCore(System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L228C18-L236C26" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.WriteTokenCore(System.Xml.XmlWriter,System.IdentityModel.Tokens.SecurityToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L241C13-L271C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.CanReadKeyIdentifierCore(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L275C13-L275C58" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.ReadKeyIdentifierCore(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L282C17-L288C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.CanWriteKeyIdentifierCore(System.IdentityModel.Tokens.SecurityKeyIdentifier)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L292C13-L292C58" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.WriteKeyIdentifierCore(System.Xml.XmlWriter,System.IdentityModel.Tokens.SecurityKeyIdentifier)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L299C17-L305C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.CanReadKeyIdentifierClauseCore(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L309C13-L309C58" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.ReadKeyIdentifierClauseCore(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L316C17-L322C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.CanWriteKeyIdentifierClauseCore(System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L326C13-L326C58" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.WriteKeyIdentifierClauseCore(System.Xml.XmlWriter,System.IdentityModel.Tokens.SecurityKeyIdentifierClause)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L333C17-L339C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.GetTokenTypeUri(System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L360C13-L372C25" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.TryCreateKeyIdentifierClauseFromTokenXml(System.Xml.XmlElement,System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle,System.IdentityModel.Tokens.SecurityKeyIdentifierClause@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L377C13-L394C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.WSSecurityTokenSerializer.CreateKeyIdentifierClauseFromTokenXml(System.Xml.XmlElement,System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L398C13-L424C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.WSSecurityTokenSerializer.DefaultInstance", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L156C17-L161C35" - }, - { - "DocsId": "P:System.ServiceModel.Security.WSSecurityTokenSerializer.EmitBspRequiredAttributes", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L165C49-L165C53" - }, - { - "DocsId": "P:System.ServiceModel.Security.WSSecurityTokenSerializer.SecurityVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L167C50-L167C54" - }, - { - "DocsId": "P:System.ServiceModel.Security.WSSecurityTokenSerializer.MaximumKeyDerivationOffset", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L169C49-L169C53" - }, - { - "DocsId": "P:System.ServiceModel.Security.WSSecurityTokenSerializer.MaximumKeyDerivationLabelLength", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L171C54-L171C58" - }, - { - "DocsId": "P:System.ServiceModel.Security.WSSecurityTokenSerializer.MaximumKeyDerivationNonceLength", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs#L175C19-L175C59" - } - ], - "DocsId": "T:System.ServiceModel.Security.WSSecurityTokenSerializer", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/WSSecurityTokenSerializer.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.X509CertificateInitiatorClientCredential.SetCertificate(System.String,System.Security.Cryptography.X509Certificates.StoreLocation,System.Security.Cryptography.X509Certificates.StoreName)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateInitiatorClientCredential.cs#L56C13-L62C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.X509CertificateInitiatorClientCredential.SetCertificate(System.Security.Cryptography.X509Certificates.StoreLocation,System.Security.Cryptography.X509Certificates.StoreName,System.Security.Cryptography.X509Certificates.X509FindType,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateInitiatorClientCredential.cs#L66C13-L73C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.X509CertificateInitiatorClientCredential.Certificate", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateInitiatorClientCredential.cs#L45C17-L45C37" - } - ], - "DocsId": "T:System.ServiceModel.Security.X509CertificateInitiatorClientCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateInitiatorClientCredential.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.X509CertificateRecipientClientCredential.SetDefaultCertificate(System.String,System.Security.Cryptography.X509Certificates.StoreLocation,System.Security.Cryptography.X509Certificates.StoreName)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateRecipientClientCredential.cs#L77C13-L82C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.X509CertificateRecipientClientCredential.SetDefaultCertificate(System.Security.Cryptography.X509Certificates.StoreLocation,System.Security.Cryptography.X509Certificates.StoreName,System.Security.Cryptography.X509Certificates.X509FindType,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateRecipientClientCredential.cs#L86C13-L92C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.X509CertificateRecipientClientCredential.SetScopedCertificate(System.String,System.Security.Cryptography.X509Certificates.StoreLocation,System.Security.Cryptography.X509Certificates.StoreName,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateRecipientClientCredential.cs#L96C13-L101C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.X509CertificateRecipientClientCredential.SetScopedCertificate(System.Security.Cryptography.X509Certificates.StoreLocation,System.Security.Cryptography.X509Certificates.StoreName,System.Security.Cryptography.X509Certificates.X509FindType,System.Object,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateRecipientClientCredential.cs#L105C13-L116C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.X509CertificateRecipientClientCredential.DefaultCertificate", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateRecipientClientCredential.cs#L49C17-L49C44" - }, - { - "DocsId": "P:System.ServiceModel.Security.X509CertificateRecipientClientCredential.ScopedCertificates", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateRecipientClientCredential.cs#L58C71-L58C75" - }, - { - "DocsId": "P:System.ServiceModel.Security.X509CertificateRecipientClientCredential.Authentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateRecipientClientCredential.cs#L60C70-L60C74" - }, - { - "DocsId": "P:System.ServiceModel.Security.X509CertificateRecipientClientCredential.SslCertificateAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateRecipientClientCredential.cs#L66C17-L66C54" - } - ], - "DocsId": "T:System.ServiceModel.Security.X509CertificateRecipientClientCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateRecipientClientCredential.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Security.X509CertificateValidationMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateValidationMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.X509CertificateValidationMode.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateValidationMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.X509CertificateValidationMode.PeerTrust", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateValidationMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.X509CertificateValidationMode.ChainTrust", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateValidationMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.X509CertificateValidationMode.PeerOrChainTrust", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateValidationMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.X509CertificateValidationMode.Custom", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateValidationMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.X509CertificateValidationMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509CertificateValidationMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.X509ClientCertificateAuthentication.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509ClientCertificateAuthentication.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.X509ClientCertificateAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509ClientCertificateAuthentication.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.X509ServiceCertificateAuthentication.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509ServiceCertificateAuthentication.cs#L23C9-L31C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.X509ServiceCertificateAuthentication.CertificateValidationMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509ServiceCertificateAuthentication.cs#L62C17-L62C51" - }, - { - "DocsId": "P:System.ServiceModel.Security.X509ServiceCertificateAuthentication.RevocationMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509ServiceCertificateAuthentication.cs#L83C17-L83C40" - }, - { - "DocsId": "P:System.ServiceModel.Security.X509ServiceCertificateAuthentication.TrustedStoreLocation", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509ServiceCertificateAuthentication.cs#L96C17-L96C46" - }, - { - "DocsId": "P:System.ServiceModel.Security.X509ServiceCertificateAuthentication.CustomCertificateValidator", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509ServiceCertificateAuthentication.cs#L109C17-L109C52" - } - ], - "DocsId": "T:System.ServiceModel.Security.X509ServiceCertificateAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/X509ServiceCertificateAuthentication.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Tokens.BinarySecretSecurityToken.#ctor(System.String,System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/BinarySecretSecurityToken.cs#L19C15-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.BinarySecretSecurityToken.#ctor(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/BinarySecretSecurityToken.cs#L24C15-L26C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.BinarySecretSecurityToken.#ctor(System.String,System.Int32,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/BinarySecretSecurityToken.cs#L28C9-L53C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.BinarySecretSecurityToken.#ctor(System.String,System.Byte[],System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/BinarySecretSecurityToken.cs#L55C9-L74C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.BinarySecretSecurityToken.GetKeyBytes", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/BinarySecretSecurityToken.cs#L104C13-L104C52" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.BinarySecretSecurityToken.Id", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/BinarySecretSecurityToken.cs#L78C19-L78C30" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.BinarySecretSecurityToken.ValidFrom", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/BinarySecretSecurityToken.cs#L83C19-L83C41" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.BinarySecretSecurityToken.ValidTo", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/BinarySecretSecurityToken.cs#L89C19-L89C44" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.BinarySecretSecurityToken.KeySize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/BinarySecretSecurityToken.cs#L94C19-L94C44" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.BinarySecretSecurityToken.SecurityKeys", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/BinarySecretSecurityToken.cs#L99C19-L99C40" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.BinarySecretSecurityToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/BinarySecretSecurityToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Tokens.ClaimTypeRequirement.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ClaimTypeRequirement.cs#L14C15-L16C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.ClaimTypeRequirement.#ctor(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ClaimTypeRequirement.cs#L18C9-L31C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ClaimTypeRequirement.ClaimType", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ClaimTypeRequirement.cs#L33C35-L33C39" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ClaimTypeRequirement.IsOptional", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ClaimTypeRequirement.cs#L37C19-L37C38" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.ClaimTypeRequirement", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ClaimTypeRequirement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Tokens.InitiatorServiceModelSecurityTokenRequirement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/InitiatorServiceModelSecurityTokenRequirement.cs#L13C15-L16C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.InitiatorServiceModelSecurityTokenRequirement.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/InitiatorServiceModelSecurityTokenRequirement.cs#L68C13-L68C39" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.InitiatorServiceModelSecurityTokenRequirement.TargetAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/InitiatorServiceModelSecurityTokenRequirement.cs#L22C17-L22C91" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.InitiatorServiceModelSecurityTokenRequirement.Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/InitiatorServiceModelSecurityTokenRequirement.cs#L34C17-L34C69" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.InitiatorServiceModelSecurityTokenRequirement", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/InitiatorServiceModelSecurityTokenRequirement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.#ctor(System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L83C78-L53C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L56C15-L59C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L62C15-L65C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.#ctor(System.String,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L68C15-L71C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.#ctor(System.String,System.ServiceModel.EndpointAddress,System.ServiceModel.Channels.Binding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L83C78-L79C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.CloneCore", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L137C13-L137C60" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.CreateKeyIdentifierClause(System.IdentityModel.Tokens.SecurityToken,System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L142C13-L145C62" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L150C13-L189C41" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.InitializeSecurityTokenRequirement(System.IdentityModel.Selectors.SecurityTokenRequirement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L194C13-L218C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.HasAsymmetricKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L81C67-L81C115" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.AdditionalRequestParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L83C69-L83C73" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.DefaultMessageSecurityVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L85C71-L85C75" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.IssuerAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L89C48-L89C52" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.IssuerMetadataAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L91C56-L91C60" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.IssuerBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L93C40-L93C44" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.KeyType", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L99C17-L99C33" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.KeySize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L112C17-L112C33" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.UseStrTransform", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L125C39-L125C43" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.ClaimTypeRequirements", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L127C73-L127C77" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.TokenType", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L129C35-L129C39" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.SupportsClientAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L131C79-L131C91" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.SupportsServerAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L132C79-L132C91" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters.SupportsClientWindowsIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs#L133C80-L133C93" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/IssuedSecurityTokenParameters.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Tokens.RecipientServiceModelSecurityTokenRequirement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/RecipientServiceModelSecurityTokenRequirement.cs#L11C15-L14C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.RecipientServiceModelSecurityTokenRequirement.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/RecipientServiceModelSecurityTokenRequirement.cs#L30C13-L30C39" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.RecipientServiceModelSecurityTokenRequirement.ListenUri", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/RecipientServiceModelSecurityTokenRequirement.cs#L20C17-L20C75" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.RecipientServiceModelSecurityTokenRequirement", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/RecipientServiceModelSecurityTokenRequirement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.#ctor(System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L102C53-L34C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L37C15-L40C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.#ctor(System.ServiceModel.Channels.SecurityBindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L102C53-L45C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.#ctor(System.ServiceModel.Channels.SecurityBindingElement,System.Boolean,System.ServiceModel.Security.ChannelProtectionRequirements)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L48C15-L51C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.#ctor(System.ServiceModel.Channels.SecurityBindingElement,System.Boolean,System.Boolean,System.ServiceModel.Security.ChannelProtectionRequirements)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L102C53-L70C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.CloneCore", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L130C13-L130C72" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.CreateKeyIdentifierClause(System.IdentityModel.Tokens.SecurityToken,System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L135C13-L141C137" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.InitializeSecurityTokenRequirement(System.IdentityModel.Selectors.SecurityTokenRequirement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L147C13-L154C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L158C13-L172C41" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.HasAsymmetricKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L72C67-L72C80" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.BootstrapSecurityBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L74C73-L74C77" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.RequireCancellation", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L100C43-L100C47" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.CanRenewSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L102C39-L102C43" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.SupportsClientAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L108C17-L108C131" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.SupportsServerAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L116C17-L116C131" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters.SupportsClientWindowsIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs#L124C17-L124C132" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.SecureConversationSecurityTokenParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecureConversationSecurityTokenParameters.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Security.Tokens.SecurityTokenInclusionMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenInclusionMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.Tokens.SecurityTokenInclusionMode.AlwaysToRecipient", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenInclusionMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.Tokens.SecurityTokenInclusionMode.Never", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenInclusionMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.Tokens.SecurityTokenInclusionMode.Once", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenInclusionMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.Tokens.SecurityTokenInclusionMode.AlwaysToInitiator", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenInclusionMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.SecurityTokenInclusionMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenInclusionMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecurityTokenParameters.#ctor(System.ServiceModel.Security.Tokens.SecurityTokenParameters)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs#L49C56-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecurityTokenParameters.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs#L49C56-L32C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecurityTokenParameters.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs#L57C13-L64C27" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecurityTokenParameters.CloneCore", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecurityTokenParameters.CreateKeyIdentifierClause(System.IdentityModel.Tokens.SecurityToken,System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecurityTokenParameters.MatchesKeyIdentifierClause(System.IdentityModel.Tokens.SecurityToken,System.IdentityModel.Tokens.SecurityKeyIdentifierClause,System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs#L119C13-L152C27" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecurityTokenParameters.InitializeSecurityTokenRequirement(System.IdentityModel.Selectors.SecurityTokenRequirement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SecurityTokenParameters.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs#L190C13-L195C34" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecurityTokenParameters.HasAsymmetricKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecurityTokenParameters.InclusionMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs#L40C17-L40C39" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecurityTokenParameters.RequireDerivedKeys", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs#L49C42-L49C46" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecurityTokenParameters.SupportsClientAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecurityTokenParameters.SupportsServerAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SecurityTokenParameters.SupportsClientWindowsIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.SecurityTokenParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenParameters.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenReferenceStyle.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle.Internal", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenReferenceStyle.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle.External", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenReferenceStyle.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SecurityTokenReferenceStyle.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L51C15-L54C10" - }, - { - "DocsId": "F:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.SecurityAlgorithmSuiteProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L56C69-L56C107" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.SecurityBindingElementProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L57C69-L57C107" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.IssuerAddressProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L58C60-L58C89" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.IssuerBindingProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L59C60-L59C89" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.SecureConversationSecurityBindingElementProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L60C87-L60C143" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.SupportSecurityContextCancellationProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L61C81-L61C131" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.MessageSecurityVersionProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L62C69-L62C107" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.IssuerBindingContextProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L64C67-L64C103" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.TransportSchemeProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L65C62-L65C93" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.IsInitiatorProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L66C58-L66C85" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.TargetAddressProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L67C60-L67C89" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.ViaProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L68C50-L68C69" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.ListenUriProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L69C56-L69C81" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.AuditLogLocationProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L70C63-L70C95" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.SuppressAuditFailureProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L71C67-L71C103" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.MessageAuthenticationAuditLevelProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L72C78-L72C125" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.IsOutOfBandTokenProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L73C63-L73C95" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.PreferSslCertificateAuthenticatorProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L74C80-L74C129" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.SupportingTokenAttachmentModeProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L76C76-L76C121" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.MessageDirectionProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L77C63-L77C95" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.HttpAuthenticationSchemeProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L78C71-L78C111" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.IssuedSecurityTokenParametersProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L79C76-L79C121" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.PrivacyNoticeUriProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L80C63-L80C95" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.PrivacyNoticeVersionProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L81C67-L81C103" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.DuplexClientLocalAddressProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L82C71-L82C111" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.EndpointFilterTableProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L83C66-L83C101" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.ChannelParametersCollectionProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L84C74-L84C117" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.ExtendedProtectionPolicy", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L85C63-L85C95" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.IsInitiator", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L91C17-L91C73" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.SecurityAlgorithmSuite", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L99C17-L99C107" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.SecurityBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L111C17-L111C107" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.IssuerAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L123C17-L123C91" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.IssuerBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L135C17-L135C83" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.SecureConversationSecurityBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L147C17-L147C125" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.MessageSecurityVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L159C17-L159C105" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement.TransportScheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs#L184C17-L184C84" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenRequirement", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenRequirement.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenTypes.Spnego", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenTypes.cs#L11C40-L11C61" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenTypes.MutualSslnego", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenTypes.cs#L12C47-L12C75" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenTypes.AnonymousSslnego", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenTypes.cs#L13C50-L13C81" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenTypes.SecurityContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenTypes.cs#L14C49-L14C84" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenTypes.SecureConversation", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenTypes.cs#L15C52-L15C85" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenTypes.SspiCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenTypes.cs#L16C48-L16C77" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.ServiceModelSecurityTokenTypes", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/ServiceModelSecurityTokenTypes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SspiSecurityToken.#ctor(System.Security.Principal.TokenImpersonationLevel,System.Boolean,System.Net.NetworkCredential)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SspiSecurityToken.cs#L20C9-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SspiSecurityToken.#ctor(System.Net.NetworkCredential,System.Boolean,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SspiSecurityToken.cs#L29C9-L36C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SspiSecurityToken.Id", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SspiSecurityToken.cs#L42C17-L47C28" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SspiSecurityToken.ValidFrom", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SspiSecurityToken.cs#L53C19-L53C41" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SspiSecurityToken.ValidTo", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SspiSecurityToken.cs#L58C19-L58C42" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SspiSecurityToken.AllowUnauthenticatedCallers", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SspiSecurityToken.cs#L65C17-L65C53" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SspiSecurityToken.ImpersonationLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SspiSecurityToken.cs#L69C61-L69C65" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SspiSecurityToken.AllowNtlm", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SspiSecurityToken.cs#L71C33-L71C37" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SspiSecurityToken.NetworkCredential", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SspiSecurityToken.cs#L73C54-L73C58" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SspiSecurityToken.ExtractGroupsForWindowsAccounts", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SspiSecurityToken.cs#L75C55-L75C59" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SspiSecurityToken.SecurityKeys", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SspiSecurityToken.cs#L81C17-L81C70" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.SspiSecurityToken", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SspiSecurityToken.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SupportingTokenParameters.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SupportingTokenParameters.cs#L14C9-L47C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SupportingTokenParameters.SetKeyDerivation(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SupportingTokenParameters.cs#L65C51-L87C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SupportingTokenParameters.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SupportingTokenParameters.cs#L112C13-L167C41" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SupportingTokenParameters.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SupportingTokenParameters.cs#L172C13-L177C31" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.SupportingTokenParameters.CloneCore", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SupportingTokenParameters.cs#L182C13-L182C56" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SupportingTokenParameters.Endorsing", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SupportingTokenParameters.cs#L49C64-L49C68" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SupportingTokenParameters.SignedEndorsing", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SupportingTokenParameters.cs#L55C17-L55C41" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SupportingTokenParameters.Signed", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SupportingTokenParameters.cs#L59C61-L59C65" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.SupportingTokenParameters.SignedEncrypted", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SupportingTokenParameters.cs#L61C70-L61C74" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.SupportingTokenParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/SupportingTokenParameters.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Tokens.UserNameSecurityTokenParameters.#ctor(System.ServiceModel.Security.Tokens.UserNameSecurityTokenParameters)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/UserNameSecurityTokenParameters.cs#L14C15-L17C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.UserNameSecurityTokenParameters.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/UserNameSecurityTokenParameters.cs#L20C15-L23C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.UserNameSecurityTokenParameters.CloneCore", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/UserNameSecurityTokenParameters.cs#L32C13-L32C62" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.UserNameSecurityTokenParameters.CreateKeyIdentifierClause(System.IdentityModel.Tokens.SecurityToken,System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/UserNameSecurityTokenParameters.cs#L37C13-L37C126" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.UserNameSecurityTokenParameters.InitializeSecurityTokenRequirement(System.IdentityModel.Selectors.SecurityTokenRequirement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/UserNameSecurityTokenParameters.cs#L42C13-L44C10" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.UserNameSecurityTokenParameters.HasAsymmetricKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/UserNameSecurityTokenParameters.cs#L25C67-L25C80" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.UserNameSecurityTokenParameters.SupportsClientAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/UserNameSecurityTokenParameters.cs#L26C79-L26C91" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.UserNameSecurityTokenParameters.SupportsServerAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/UserNameSecurityTokenParameters.cs#L27C79-L27C92" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.UserNameSecurityTokenParameters.SupportsClientWindowsIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/UserNameSecurityTokenParameters.cs#L28C80-L28C92" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.UserNameSecurityTokenParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/UserNameSecurityTokenParameters.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Security.Tokens.X509KeyIdentifierClauseType.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509KeyIdentifierClauseType.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.Tokens.X509KeyIdentifierClauseType.Any", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509KeyIdentifierClauseType.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.Tokens.X509KeyIdentifierClauseType.Thumbprint", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509KeyIdentifierClauseType.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.Tokens.X509KeyIdentifierClauseType.IssuerSerial", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509KeyIdentifierClauseType.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.Tokens.X509KeyIdentifierClauseType.SubjectKeyIdentifier", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509KeyIdentifierClauseType.cs" - }, - { - "DocsId": "F:System.ServiceModel.Security.Tokens.X509KeyIdentifierClauseType.RawDataKeyIdentifier", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509KeyIdentifierClauseType.cs" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.X509KeyIdentifierClauseType", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509KeyIdentifierClauseType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.#ctor(System.ServiceModel.Security.Tokens.X509SecurityTokenParameters)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L19C15-L22C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L25C15-L28C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.#ctor(System.ServiceModel.Security.Tokens.X509KeyIdentifierClauseType)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L31C15-L34C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.#ctor(System.ServiceModel.Security.Tokens.X509KeyIdentifierClauseType,System.ServiceModel.Security.Tokens.SecurityTokenInclusionMode)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L37C15-L39C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.CloneCore", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L71C13-L71C58" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.CreateKeyIdentifierClause(System.IdentityModel.Tokens.SecurityToken,System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L76C13-L119C27" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.InitializeSecurityTokenRequirement(System.IdentityModel.Selectors.SecurityTokenRequirement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L124C13-L127C10" - }, - { - "DocsId": "M:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L131C13-L136C34" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.HasAsymmetricKey", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L50C67-L50C79" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.X509ReferenceStyle", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L56C17-L56C44" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.SupportsClientAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L65C79-L65C91" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.SupportsServerAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L66C79-L66C91" - }, - { - "DocsId": "P:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters.SupportsClientWindowsIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs#L67C80-L67C92" - } - ], - "DocsId": "T:System.ServiceModel.Security.Tokens.X509SecurityTokenParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Security/Tokens/X509SecurityTokenParameters.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.CloseInput", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L277C13-L278C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.OnAbort", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L370C13-L382C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.OnClose(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L386C13-L400C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.OnBeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L404C13-L417C83" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.OnEndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L424C17-L430C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.OnClosed", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L434C13-L435C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L439C13-L452C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.OnCloseAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L456C13-L457C48" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpenAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L462C13-L463C48" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.OnBeginOpen(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L515C13-L532C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.OnEndOpen(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L536C13-L551C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpening", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L555C13-L564C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpened", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L568C13-L593C10" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.DefaultCloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L63C17-L69C57" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.DefaultOpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L78C17-L84C56" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.Endpoints", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L95C19-L95C47" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.ErrorHandlers", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L98C58-L98C62" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.MessageVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L102C19-L102C42" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.ReceiveContextEnabled", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L129C17-L129C47" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.Listener", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L146C19-L146C36" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.MaxTransactedBatchSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L153C17-L153C48" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.ManualAddressing", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L170C19-L170C51" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.ReceiveSynchronously", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L184C17-L184C46" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.SendAsynchronously", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L197C17-L197C44" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.MaxPendingReceives", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L210C17-L210C44" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcher.IncludeExceptionDetailInFaults", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs#L221C19-L221C58" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.ChannelDispatcher", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcherBase.CloseInput", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcherBase.cs#L16C9-L16C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ChannelDispatcherBase.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcherBase.cs" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ChannelDispatcherBase.Listener", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcherBase.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.ChannelDispatcherBase", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ChannelDispatcherBase.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperationCompatBase.ParameterInspectors", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L24C17-L24C44" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.ClientOperationCompatBase", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.ClientOperation.#ctor(System.ServiceModel.Dispatcher.ClientRuntime,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L47C15-L49C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.ClientOperation.#ctor(System.ServiceModel.Dispatcher.ClientRuntime,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L35C9-L60C10" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.Action", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L62C32-L62C36" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.FaultContractInfos", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L64C79-L64C83" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.BeginMethod", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L68C19-L68C39" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.EndMethod", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L81C19-L81C37" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.SyncMethod", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L94C19-L94C38" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.Formatter", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L107C19-L107C44" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.IsInitiating", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L145C19-L145C40" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.IsOneWay", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L158C19-L158C36" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.IsTerminating", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L171C19-L171C41" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L182C30-L182C34" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.ClientParameterInspectors", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L186C19-L186C46" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.ParameterInspectors", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L192C19-L192C46" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.Parent", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L197C19-L197C34" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.ReplyAction", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L200C37-L200C41" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.SerializeRequest", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L204C19-L204C44" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.DeserializeReply", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L217C19-L217C44" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.TaskMethod", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L230C19-L230C38" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientOperation.TaskTResult", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs#L243C19-L243C39" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.ClientOperation", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientOperation.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntimeCompatBase.MessageInspectors", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L30C17-L30C43" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntimeCompatBase.Operations", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L40C17-L40C42" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.ClientRuntimeCompatBase", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.CallbackClientType", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L116C19-L116C45" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.ChannelInitializers", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L129C19-L129C47" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.ContractName", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L132C38-L132C42" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.ContractNamespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L136C19-L136C45" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.ContractClientType", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L141C19-L141C45" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L173C19-L173C31" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.ValidateMustUnderstand", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L186C19-L186C57" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.MessageVersionNoneFaultsEnabled", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L201C17-L201C57" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.DispatchRuntime", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L210C50-L210C54" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.CallbackDispatchRuntime", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L216C17-L221C40" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.InteractiveChannelInitializers", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L258C19-L258C58" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.MaxFaultSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L265C17-L265C38" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.ManualAddressing", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L283C17-L289C53" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.ClientMessageInspectors", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L330C19-L330C44" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.MessageInspectors", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L336C19-L336C45" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.ClientOperations", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L341C19-L341C37" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.Operations", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L347C19-L347C38" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.OperationSelector", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L352C19-L352C45" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.ClientRuntime.UnhandledClientOperation", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs#L368C59-L368C63" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.ClientRuntime", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/ClientRuntime.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.DispatchOperation.#ctor(System.ServiceModel.Dispatcher.DispatchRuntime,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L17C9-L31C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.DispatchOperation.#ctor(System.ServiceModel.Dispatcher.DispatchRuntime,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L34C15-L38C10" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchOperation.IsOneWay", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L40C32-L40C36" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchOperation.Action", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L42C32-L42C36" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchOperation.FaultContractInfos", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L46C19-L46C46" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchOperation.AutoDisposeParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L51C19-L51C49" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchOperation.Invoker", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L110C19-L110C42" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchOperation.IsTerminating", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L123C19-L123C41" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchOperation.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L147C30-L147C34" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchOperation.ParameterInspectors", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L149C82-L149C86" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchOperation.Parent", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L151C41-L151C45" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchOperation.ReplyAction", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L155C19-L155C39" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchOperation.DeserializeRequest", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L160C19-L160C46" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchOperation.SerializeReply", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs#L173C19-L173C42" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.DispatchOperation", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchOperation.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.InstanceContextProvider", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L59C17-L59C49" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.ConcurrencyMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L81C17-L81C41" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.EnsureOrderedDispatch", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L98C17-L98C47" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.AutomaticInputSessionShutdown", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L112C19-L112C57" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.ChannelDispatcher", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L125C19-L125C85" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.CallbackClientRuntime", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L132C17-L143C38" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.EndpointDispatcher", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L147C56-L147C60" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.InstanceProvider", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L151C19-L151C44" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.MessageInspectors", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L164C19-L164C45" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.Operations", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L169C19-L169C38" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.SynchronizationContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L174C19-L174C50" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.Type", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L187C19-L187C32" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.DispatchRuntime.UnhandledDispatchOperation", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs#L200C19-L200C37" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.DispatchRuntime", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/DispatchRuntime.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.EndpointDispatcher.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/EndpointDispatcher.cs" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.EndpointDispatcher.ChannelDispatcher", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/EndpointDispatcher.cs#L15C54-L15C58" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.EndpointDispatcher.ContractName", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/EndpointDispatcher.cs#L19C19-L19C39" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.EndpointDispatcher.ContractNamespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/EndpointDispatcher.cs#L24C19-L24C39" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.EndpointDispatcher.DispatchRuntime", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/EndpointDispatcher.cs#L31C19-L31C31" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.EndpointDispatcher.EndpointAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/EndpointDispatcher.cs#L38C17-L66C52" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.EndpointDispatcher.FilterPriority", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/EndpointDispatcher.cs#L70C37-L70C41" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.EndpointDispatcher", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/EndpointDispatcher.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.FaultContractInfo.#ctor(System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultContractInfo.cs#L18C15-L20C10" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.FaultContractInfo.Action", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultContractInfo.cs#L34C32-L34C36" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.FaultContractInfo.Detail", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultContractInfo.cs#L36C30-L36C34" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.FaultContractInfo", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultContractInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.FaultFormatter.Serialize(System.ServiceModel.FaultException,System.String@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultFormatter.cs#L46C13-L64C79" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.FaultFormatter.Deserialize(System.ServiceModel.Channels.MessageFault,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultFormatter.cs#L69C13-L74C63" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.FaultFormatter.GetSerializer(System.Type,System.String,System.String@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultFormatter.cs#L79C13-L100C127" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.FaultFormatter.CreateFaultException(System.ServiceModel.Channels.MessageFault,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultFormatter.cs#L107C13-L149C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.FaultFormatter.CreateFaultException(System.ServiceModel.Channels.MessageFault,System.String,System.Object,System.Type,System.Xml.XmlDictionaryReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultFormatter.cs#L154C13-L180C25" - }, - { - "DocsId": "T:System.ServiceModel.Dispatcher.FaultFormatter.OperationFault`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultFormatter.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.FaultFormatter", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.IChannelInitializer.Initialize(System.ServiceModel.IClientChannel)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IChannelInitializer.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.IChannelInitializer", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IChannelInitializer.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.IClientMessageFormatter.SerializeRequest(System.ServiceModel.Channels.MessageVersion,System.Object[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IClientMessageFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IClientMessageFormatter.DeserializeReply(System.ServiceModel.Channels.Message,System.Object[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IClientMessageFormatter.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.IClientMessageFormatter", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IClientMessageFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.IClientMessageInspector.BeforeSendRequest(System.ServiceModel.Channels.Message@,System.ServiceModel.IClientChannel)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IClientMessageInspector.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IClientMessageInspector.AfterReceiveReply(System.ServiceModel.Channels.Message@,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IClientMessageInspector.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.IClientMessageInspector", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IClientMessageInspector.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.IClientOperationSelector.SelectOperation(System.Reflection.MethodBase,System.Object[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IClientOperationSelector.cs" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.IClientOperationSelector.AreParametersRequiredForSelection", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IClientOperationSelector.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.IClientOperationSelector", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IClientOperationSelector.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.IDispatchMessageInspector.AfterReceiveRequest(System.ServiceModel.Channels.Message@,System.ServiceModel.IClientChannel,System.ServiceModel.InstanceContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IDispatchMessageInspector.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IDispatchMessageInspector.BeforeSendReply(System.ServiceModel.Channels.Message@,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IDispatchMessageInspector.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.IDispatchMessageInspector", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IDispatchMessageInspector.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.IErrorHandler.ProvideFault(System.Exception,System.ServiceModel.Channels.MessageVersion,System.ServiceModel.Channels.Message@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IErrorHandler.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IErrorHandler.HandleError(System.Exception)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IErrorHandler.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.IErrorHandler", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IErrorHandler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.IInstanceContextProvider.GetExistingInstanceContext(System.ServiceModel.Channels.Message,System.ServiceModel.IContextChannel)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IInstanceContextProvider.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.IInstanceContextProvider", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IInstanceContextProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.IInstanceProvider.GetInstance(System.ServiceModel.InstanceContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IInstanceProvider.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IInstanceProvider.GetInstance(System.ServiceModel.InstanceContext,System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IInstanceProvider.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IInstanceProvider.ReleaseInstance(System.ServiceModel.InstanceContext,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IInstanceProvider.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.IInstanceProvider", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IInstanceProvider.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.IInteractiveChannelInitializer.BeginDisplayInitializationUI(System.ServiceModel.IClientChannel,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IInteractiveChannelInitializer.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IInteractiveChannelInitializer.EndDisplayInitializationUI(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IInteractiveChannelInitializer.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.IInteractiveChannelInitializer", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IInteractiveChannelInitializer.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.IMessageFilterTable`1.GetMatchingValue(System.ServiceModel.Channels.Message,`0@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IMessageFilterTable.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IMessageFilterTable`1.GetMatchingValue(System.ServiceModel.Channels.MessageBuffer,`0@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IMessageFilterTable.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IMessageFilterTable`1.GetMatchingValues(System.ServiceModel.Channels.Message,System.Collections.Generic.ICollection{`0})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IMessageFilterTable.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IMessageFilterTable`1.GetMatchingValues(System.ServiceModel.Channels.MessageBuffer,System.Collections.Generic.ICollection{`0})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IMessageFilterTable.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IMessageFilterTable`1.GetMatchingFilter(System.ServiceModel.Channels.Message,System.ServiceModel.Dispatcher.MessageFilter@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IMessageFilterTable.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IMessageFilterTable`1.GetMatchingFilter(System.ServiceModel.Channels.MessageBuffer,System.ServiceModel.Dispatcher.MessageFilter@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IMessageFilterTable.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IMessageFilterTable`1.GetMatchingFilters(System.ServiceModel.Channels.Message,System.Collections.Generic.ICollection{System.ServiceModel.Dispatcher.MessageFilter})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IMessageFilterTable.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IMessageFilterTable`1.GetMatchingFilters(System.ServiceModel.Channels.MessageBuffer,System.Collections.Generic.ICollection{System.ServiceModel.Dispatcher.MessageFilter})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IMessageFilterTable.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.IMessageFilterTable`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IMessageFilterTable.cs" - }, - { - "Members": [], - "DocsId": "T:System.ServiceModel.Dispatcher.InstanceBehavior", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/InstanceBehavior.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.IOperationInvoker.AllocateInputs", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IOperationInvoker.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IOperationInvoker.InvokeBegin(System.Object,System.Object[],System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IOperationInvoker.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IOperationInvoker.InvokeEnd(System.Object,System.Object[]@,System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IOperationInvoker.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.IOperationInvoker", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IOperationInvoker.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.IParameterInspector.BeforeCall(System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IParameterInspector.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.IParameterInspector.AfterCall(System.String,System.Object[],System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IParameterInspector.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.IParameterInspector", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/IParameterInspector.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.MessageFilter.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/MessageFilter.cs#L22C9-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.MessageFilter.CreateFilterTable``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/MessageFilter.cs#L28C13-L28C25" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.MessageFilter.Match(System.ServiceModel.Channels.MessageBuffer)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/MessageFilter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.MessageFilter.Match(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/MessageFilter.cs" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.MessageFilter", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/MessageFilter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.OperationInvokerBehavior.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/OperationInvokerBehavior.cs#L13C9-L15C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.OperationInvokerBehavior.System#ServiceModel#Description#IOperationBehavior#Validate(System.ServiceModel.Description.OperationDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/OperationInvokerBehavior.cs#L19C9-L19C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.OperationInvokerBehavior.System#ServiceModel#Description#IOperationBehavior#AddBindingParameters(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/OperationInvokerBehavior.cs#L23C9-L23C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.OperationInvokerBehavior.System#ServiceModel#Description#IOperationBehavior#ApplyDispatchBehavior(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Dispatcher.DispatchOperation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/OperationInvokerBehavior.cs#L27C13-L61C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.OperationInvokerBehavior.System#ServiceModel#Description#IOperationBehavior#ApplyClientBehavior(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Dispatcher.ClientOperation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/OperationInvokerBehavior.cs#L65C9-L65C10" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.OperationInvokerBehavior", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/OperationInvokerBehavior.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.SyncMethodInvoker.#ctor(System.Reflection.MethodInfo)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/SyncMethodInvoker.cs#L21C9-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.SyncMethodInvoker.AllocateInputs", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/SyncMethodInvoker.cs#L43C13-L45C70" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.SyncMethodInvoker.InvokeBegin(System.Object,System.Object[],System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/SyncMethodInvoker.cs#L50C13-L50C73" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.SyncMethodInvoker.InvokeEnd(System.Object,System.Object[]@,System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/SyncMethodInvoker.cs#L55C13-L63C32" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.SyncMethodInvoker.Method", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/SyncMethodInvoker.cs#L26C36-L26C40" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.SyncMethodInvoker.MethodName", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/SyncMethodInvoker.cs#L32C17-L37C36" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.SyncMethodInvoker", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/SyncMethodInvoker.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.TaskMethodInvoker.#ctor(System.Reflection.MethodInfo,System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/TaskMethodInvoker.cs#L25C9-L34C10" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.TaskMethodInvoker.AllocateInputs", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/TaskMethodInvoker.cs#L53C13-L55C70" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.TaskMethodInvoker.InvokeBegin(System.Object,System.Object[],System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/TaskMethodInvoker.cs#L60C13-L60C73" - }, - { - "DocsId": "M:System.ServiceModel.Dispatcher.TaskMethodInvoker.InvokeEnd(System.Object,System.Object[]@,System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/TaskMethodInvoker.cs#L66C13-L121C30" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.TaskMethodInvoker.Method", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/TaskMethodInvoker.cs#L36C36-L36C40" - }, - { - "DocsId": "P:System.ServiceModel.Dispatcher.TaskMethodInvoker.MethodName", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/TaskMethodInvoker.cs#L42C17-L47C36" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.TaskMethodInvoker", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/TaskMethodInvoker.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.CallbackDebugBehavior.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/CallbackDebugBehavior.cs#L13C9-L16C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.CallbackDebugBehavior.System#ServiceModel#Description#IEndpointBehavior#Validate(System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/CallbackDebugBehavior.cs#L26C9-L26C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.CallbackDebugBehavior.System#ServiceModel#Description#IEndpointBehavior#AddBindingParameters(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/CallbackDebugBehavior.cs#L30C9-L30C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.CallbackDebugBehavior.System#ServiceModel#Description#IEndpointBehavior#ApplyDispatchBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.EndpointDispatcher)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/CallbackDebugBehavior.cs#L34C13-L35C106" - }, - { - "DocsId": "M:System.ServiceModel.Description.CallbackDebugBehavior.System#ServiceModel#Description#IEndpointBehavior#ApplyClientBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.ClientRuntime)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/CallbackDebugBehavior.cs#L40C13-L45C10" - }, - { - "DocsId": "P:System.ServiceModel.Description.CallbackDebugBehavior.IncludeExceptionDetailInFaults", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/CallbackDebugBehavior.cs#L20C13-L20C17" - } - ], - "DocsId": "T:System.ServiceModel.Description.CallbackDebugBehavior", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/CallbackDebugBehavior.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.ClientCredentials.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L22C9-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ClientCredentials.#ctor(System.ServiceModel.Description.ClientCredentials)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L26C9-L59C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ClientCredentials.CreateSecurityTokenManager", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L149C13-L149C71" - }, - { - "DocsId": "M:System.ServiceModel.Description.ClientCredentials.CloneCore", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L154C13-L154C48" - }, - { - "DocsId": "M:System.ServiceModel.Description.ClientCredentials.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L159C13-L164C27" - }, - { - "DocsId": "M:System.ServiceModel.Description.ClientCredentials.System#ServiceModel#Description#IEndpointBehavior#Validate(System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L169C9-L169C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ClientCredentials.System#ServiceModel#Description#IEndpointBehavior#AddBindingParameters(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L173C13-L184C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ClientCredentials.System#ServiceModel#Description#IEndpointBehavior#ApplyDispatchBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.EndpointDispatcher)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L188C13-L189C102" - }, - { - "DocsId": "M:System.ServiceModel.Description.ClientCredentials.ApplyClientBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.ClientRuntime)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L195C13-L208C24" - }, - { - "DocsId": "P:System.ServiceModel.Description.ClientCredentials.UserName", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L65C17-L73C34" - }, - { - "DocsId": "P:System.ServiceModel.Description.ClientCredentials.ClientCertificate", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L81C17-L89C43" - }, - { - "DocsId": "P:System.ServiceModel.Description.ClientCredentials.ServiceCertificate", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L97C17-L105C44" - }, - { - "DocsId": "P:System.ServiceModel.Description.ClientCredentials.Windows", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L113C17-L121C33" - }, - { - "DocsId": "P:System.ServiceModel.Description.ClientCredentials.HttpDigest", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs#L129C17-L137C36" - } - ], - "DocsId": "T:System.ServiceModel.Description.ClientCredentials", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ClientCredentials.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.ContractDescription.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L24C15-L26C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ContractDescription.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L131C78-L39C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ContractDescription.ShouldSerializeProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L105C13-L105C39" - }, - { - "DocsId": "M:System.ServiceModel.Description.ContractDescription.GetContract(System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L135C13-L141C69" - }, - { - "DocsId": "M:System.ServiceModel.Description.ContractDescription.GetContract(System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L146C13-L158C32" - }, - { - "DocsId": "M:System.ServiceModel.Description.ContractDescription.GetContract(System.Type,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L163C13-L176C32" - }, - { - "DocsId": "M:System.ServiceModel.Description.ContractDescription.GetInheritedContracts", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L181C13-L194C27" - }, - { - "DocsId": "P:System.ServiceModel.Description.ContractDescription.ConfigurationName", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L47C43-L47C47" - }, - { - "DocsId": "P:System.ServiceModel.Description.ContractDescription.ContractType", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L49C36-L49C40" - }, - { - "DocsId": "P:System.ServiceModel.Description.ContractDescription.CallbackContractType", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L51C44-L51C48" - }, - { - "DocsId": "P:System.ServiceModel.Description.ContractDescription.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L55C19-L55C44" - }, - { - "DocsId": "P:System.ServiceModel.Description.ContractDescription.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L74C19-L74C30" - }, - { - "DocsId": "P:System.ServiceModel.Description.ContractDescription.Operations", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L86C60-L86C64" - }, - { - "DocsId": "P:System.ServiceModel.Description.ContractDescription.ProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L90C19-L90C43" - }, - { - "DocsId": "P:System.ServiceModel.Description.ContractDescription.HasProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L108C42-L108C46" - }, - { - "DocsId": "P:System.ServiceModel.Description.ContractDescription.SessionMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L113C19-L113C39" - }, - { - "DocsId": "P:System.ServiceModel.Description.ContractDescription.ContractBehaviors", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L127C19-L127C36" - }, - { - "DocsId": "P:System.ServiceModel.Description.ContractDescription.Behaviors", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs#L131C69-L131C73" - } - ], - "DocsId": "T:System.ServiceModel.Description.ContractDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ContractDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.DataContractSerializerOperationBehavior.#ctor(System.ServiceModel.Description.OperationDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L24C15-L26C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.DataContractSerializerOperationBehavior.#ctor(System.ServiceModel.Description.OperationDescription,System.ServiceModel.DataContractFormatAttribute)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L18C9-L32C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.DataContractSerializerOperationBehavior.CreateSerializer(System.Type,System.String,System.String,System.Collections.Generic.IList{System.Type})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L77C13-L86C24" - }, - { - "DocsId": "M:System.ServiceModel.Description.DataContractSerializerOperationBehavior.CreateSerializer(System.Type,System.Xml.XmlDictionaryString,System.Xml.XmlDictionaryString,System.Collections.Generic.IList{System.Type})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L91C13-L99C24" - }, - { - "DocsId": "M:System.ServiceModel.Description.DataContractSerializerOperationBehavior.System#ServiceModel#Description#IOperationBehavior#Validate(System.ServiceModel.Description.OperationDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L132C9-L132C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.DataContractSerializerOperationBehavior.System#ServiceModel#Description#IOperationBehavior#AddBindingParameters(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L136C9-L136C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.DataContractSerializerOperationBehavior.System#ServiceModel#Description#IOperationBehavior#ApplyDispatchBehavior(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Dispatcher.DispatchOperation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L140C13-L160C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.DataContractSerializerOperationBehavior.System#ServiceModel#Description#IOperationBehavior#ApplyClientBehavior(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Dispatcher.ClientOperation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L164C13-L184C10" - }, - { - "DocsId": "P:System.ServiceModel.Description.DataContractSerializerOperationBehavior.DataContractFormatAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L21C74-L21C78" - }, - { - "DocsId": "P:System.ServiceModel.Description.DataContractSerializerOperationBehavior.MaxItemsInObjectGraph", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L45C19-L45C48" - }, - { - "DocsId": "P:System.ServiceModel.Description.DataContractSerializerOperationBehavior.IgnoreExtensionDataObject", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L57C19-L57C52" - }, - { - "DocsId": "P:System.ServiceModel.Description.DataContractSerializerOperationBehavior.SerializationSurrogateProvider", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L67C81-L67C85" - }, - { - "DocsId": "P:System.ServiceModel.Description.DataContractSerializerOperationBehavior.DataContractResolver", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs#L71C19-L71C48" - } - ], - "DocsId": "T:System.ServiceModel.Description.DataContractSerializerOperationBehavior", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/DataContractSerializerOperationBehavior.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.FaultDescription.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/FaultDescription.cs#L18C9-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.FaultDescription.ShouldSerializeProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/FaultDescription.cs#L56C13-L56C39" - }, - { - "DocsId": "P:System.ServiceModel.Description.FaultDescription.Action", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/FaultDescription.cs#L23C32-L23C36" - }, - { - "DocsId": "P:System.ServiceModel.Description.FaultDescription.DetailType", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/FaultDescription.cs#L27C34-L27C38" - }, - { - "DocsId": "P:System.ServiceModel.Description.FaultDescription.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/FaultDescription.cs#L31C19-L31C44" - }, - { - "DocsId": "P:System.ServiceModel.Description.FaultDescription.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/FaultDescription.cs#L35C35-L35C39" - }, - { - "DocsId": "P:System.ServiceModel.Description.FaultDescription.ProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/FaultDescription.cs#L41C19-L41C43" - }, - { - "DocsId": "P:System.ServiceModel.Description.FaultDescription.HasProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/FaultDescription.cs#L59C42-L59C46" - } - ], - "DocsId": "T:System.ServiceModel.Description.FaultDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/FaultDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.FaultDescriptionCollection.Find(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/FaultDescriptionCollection.cs#L18C54-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.FaultDescriptionCollection.FindAll(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/FaultDescriptionCollection.cs#L31C13-L40C33" - } - ], - "DocsId": "T:System.ServiceModel.Description.FaultDescriptionCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/FaultDescriptionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.IContractBehavior.Validate(System.ServiceModel.Description.ContractDescription,System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IContractBehavior.cs" - }, - { - "DocsId": "M:System.ServiceModel.Description.IContractBehavior.ApplyDispatchBehavior(System.ServiceModel.Description.ContractDescription,System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.DispatchRuntime)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IContractBehavior.cs" - }, - { - "DocsId": "M:System.ServiceModel.Description.IContractBehavior.ApplyClientBehavior(System.ServiceModel.Description.ContractDescription,System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.ClientRuntime)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IContractBehavior.cs" - }, - { - "DocsId": "M:System.ServiceModel.Description.IContractBehavior.AddBindingParameters(System.ServiceModel.Description.ContractDescription,System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IContractBehavior.cs" - } - ], - "DocsId": "T:System.ServiceModel.Description.IContractBehavior", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IContractBehavior.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.IEndpointBehavior.Validate(System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IEndpointBehavior.cs" - }, - { - "DocsId": "M:System.ServiceModel.Description.IEndpointBehavior.AddBindingParameters(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IEndpointBehavior.cs" - }, - { - "DocsId": "M:System.ServiceModel.Description.IEndpointBehavior.ApplyDispatchBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.EndpointDispatcher)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IEndpointBehavior.cs" - }, - { - "DocsId": "M:System.ServiceModel.Description.IEndpointBehavior.ApplyClientBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.ClientRuntime)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IEndpointBehavior.cs" - } - ], - "DocsId": "T:System.ServiceModel.Description.IEndpointBehavior", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IEndpointBehavior.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.IOperationBehavior.Validate(System.ServiceModel.Description.OperationDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IOperationBehavior.cs" - }, - { - "DocsId": "M:System.ServiceModel.Description.IOperationBehavior.ApplyDispatchBehavior(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Dispatcher.DispatchOperation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IOperationBehavior.cs" - }, - { - "DocsId": "M:System.ServiceModel.Description.IOperationBehavior.ApplyClientBehavior(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Dispatcher.ClientOperation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IOperationBehavior.cs" - }, - { - "DocsId": "M:System.ServiceModel.Description.IOperationBehavior.AddBindingParameters(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IOperationBehavior.cs" - } - ], - "DocsId": "T:System.ServiceModel.Description.IOperationBehavior", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/IOperationBehavior.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Description.ListenUriMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ListenUriMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Description.ListenUriMode.Explicit", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ListenUriMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Description.ListenUriMode.Unique", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ListenUriMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.Description.ListenUriMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ListenUriMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.MessageBodyDescription.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageBodyDescription.cs#L15C9-L18C10" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageBodyDescription.Parts", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageBodyDescription.cs#L40C57-L40C61" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageBodyDescription.ReturnValue", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageBodyDescription.cs#L45C19-L45C39" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageBodyDescription.WrapperName", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageBodyDescription.cs#L52C19-L52C81" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageBodyDescription.WrapperNamespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageBodyDescription.cs#L57C42-L57C46" - } - ], - "DocsId": "T:System.ServiceModel.Description.MessageBodyDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageBodyDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.MessageDescription.#ctor(System.String,System.ServiceModel.Description.MessageDirection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescription.cs#L22C80-L22C113" - }, - { - "DocsId": "M:System.ServiceModel.Description.MessageDescription.ShouldSerializeProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescription.cs#L109C13-L109C39" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageDescription.Action", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescription.cs#L60C32-L60C36" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageDescription.Body", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescription.cs#L64C19-L64C37" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageDescription.Direction", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescription.cs#L67C45-L67C49" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageDescription.Headers", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescription.cs#L71C19-L71C40" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageDescription.Properties", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescription.cs#L76C19-L76C43" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageDescription.ProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescription.cs#L94C19-L94C43" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageDescription.HasProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescription.cs#L112C42-L112C46" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageDescription.MessageType", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescription.cs#L131C35-L131C39" - } - ], - "DocsId": "T:System.ServiceModel.Description.MessageDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.MessageDescriptionCollection.Find(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescriptionCollection.cs#L18C56-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.MessageDescriptionCollection.FindAll(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescriptionCollection.cs#L31C13-L40C33" - } - ], - "DocsId": "T:System.ServiceModel.Description.MessageDescriptionCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDescriptionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Description.MessageDirection.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDirection.cs" - }, - { - "DocsId": "F:System.ServiceModel.Description.MessageDirection.Input", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDirection.cs" - }, - { - "DocsId": "F:System.ServiceModel.Description.MessageDirection.Output", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDirection.cs" - } - ], - "DocsId": "T:System.ServiceModel.Description.MessageDirection", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageDirection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.MessageHeaderDescription.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageHeaderDescription.cs#L16C15-L18C10" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageHeaderDescription.Actor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageHeaderDescription.cs#L36C31-L36C35" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageHeaderDescription.MustUnderstand", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageHeaderDescription.cs#L39C38-L39C42" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageHeaderDescription.Relay", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageHeaderDescription.cs#L44C19-L44C33" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessageHeaderDescription.TypedHeader", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageHeaderDescription.cs#L49C35-L49C39" - } - ], - "DocsId": "T:System.ServiceModel.Description.MessageHeaderDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageHeaderDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.MessageHeaderDescriptionCollection.GetKeyForItem(System.ServiceModel.Description.MessageHeaderDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageHeaderDescriptionCollection.cs#L19C13-L19C68" - } - ], - "DocsId": "T:System.ServiceModel.Description.MessageHeaderDescriptionCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessageHeaderDescriptionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.MessagePartDescription.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePartDescription.cs#L21C9-L36C10" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessagePartDescription.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePartDescription.cs#L70C19-L70C46" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessagePartDescription.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePartDescription.cs#L73C35-L73C39" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessagePartDescription.Type", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePartDescription.cs#L75C28-L75C32" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessagePartDescription.Index", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePartDescription.cs#L77C28-L77C32" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessagePartDescription.Multiple", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePartDescription.cs#L80C32-L80C36" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessagePartDescription.ProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePartDescription.cs#L84C19-L84C43" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessagePartDescription.HasProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePartDescription.cs#L97C42-L97C46" - }, - { - "DocsId": "P:System.ServiceModel.Description.MessagePartDescription.MemberInfo", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePartDescription.cs#L99C40-L99C44" - } - ], - "DocsId": "T:System.ServiceModel.Description.MessagePartDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePartDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.MessagePartDescriptionCollection.GetKeyForItem(System.ServiceModel.Description.MessagePartDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePartDescriptionCollection.cs#L20C13-L20C68" - } - ], - "DocsId": "T:System.ServiceModel.Description.MessagePartDescriptionCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePartDescriptionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.MessagePropertyDescription.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePropertyDescription.cs#L11C15-L13C10" - } - ], - "DocsId": "T:System.ServiceModel.Description.MessagePropertyDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePropertyDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.MessagePropertyDescriptionCollection.GetKeyForItem(System.ServiceModel.Description.MessagePropertyDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePropertyDescriptionCollection.cs#L18C13-L18C30" - } - ], - "DocsId": "T:System.ServiceModel.Description.MessagePropertyDescriptionCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MessagePropertyDescriptionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.MetadataConversionError.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MetadataConversionError.cs#L12C58-L12C82" - }, - { - "DocsId": "M:System.ServiceModel.Description.MetadataConversionError.#ctor(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MetadataConversionError.cs#L13C9-L17C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.MetadataConversionError.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MetadataConversionError.cs#L23C13-L29C87" - }, - { - "DocsId": "M:System.ServiceModel.Description.MetadataConversionError.GetHashCode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MetadataConversionError.cs#L34C13-L34C42" - }, - { - "DocsId": "P:System.ServiceModel.Description.MetadataConversionError.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MetadataConversionError.cs#L19C33-L19C37" - }, - { - "DocsId": "P:System.ServiceModel.Description.MetadataConversionError.IsWarning", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MetadataConversionError.cs#L20C39-L20C57" - } - ], - "DocsId": "T:System.ServiceModel.Description.MetadataConversionError", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MetadataConversionError.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.MetadataLocation.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MetadataLocation.cs#L15C9-L17C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.MetadataLocation.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MetadataLocation.cs#L19C9-L22C10" - }, - { - "DocsId": "P:System.ServiceModel.Description.MetadataLocation.Location", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MetadataLocation.cs#L27C19-L27C36" - } - ], - "DocsId": "T:System.ServiceModel.Description.MetadataLocation", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/MetadataLocation.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.OperationDescription.#ctor(System.String,System.ServiceModel.Description.ContractDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L150C59-L42C10" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.OperationBehaviors", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L52C19-L52C36" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.Behaviors", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L56C70-L56C74" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.TaskMethod", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L62C19-L62C38" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.SyncMethod", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L68C40-L68C44" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.BeginMethod", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L72C41-L72C45" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.EndMethod", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L98C39-L98C43" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.DeclaringContract", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L102C19-L102C45" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.Faults", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L116C52-L116C56" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.IsOneWay", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L120C19-L120C46" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.IsInitiating", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L123C36-L123C40" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.IsTerminating", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L131C37-L131C41" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.KnownTypes", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L133C46-L133C50" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.Messages", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L136C56-L136C60" - }, - { - "DocsId": "P:System.ServiceModel.Description.OperationDescription.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs#L147C19-L147C46" - } - ], - "DocsId": "T:System.ServiceModel.Description.OperationDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.OperationDescriptionCollection.Find(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescriptionCollection.cs#L18C18-L25C25" - }, - { - "DocsId": "M:System.ServiceModel.Description.OperationDescriptionCollection.FindAll(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescriptionCollection.cs#L30C13-L38C28" - }, - { - "DocsId": "M:System.ServiceModel.Description.OperationDescriptionCollection.InsertItem(System.Int32,System.ServiceModel.Description.OperationDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescriptionCollection.cs#L43C13-L48C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.OperationDescriptionCollection.SetItem(System.Int32,System.ServiceModel.Description.OperationDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescriptionCollection.cs#L52C13-L57C10" - } - ], - "DocsId": "T:System.ServiceModel.Description.OperationDescriptionCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/OperationDescriptionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.PolicyVersion.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PolicyVersion.cs#L30C13-L30C30" - }, - { - "DocsId": "P:System.ServiceModel.Description.PolicyVersion.Policy12", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PolicyVersion.cs#L23C54-L23C79" - }, - { - "DocsId": "P:System.ServiceModel.Description.PolicyVersion.Policy15", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PolicyVersion.cs#L24C48-L24C52" - }, - { - "DocsId": "P:System.ServiceModel.Description.PolicyVersion.Default", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PolicyVersion.cs#L25C53-L25C78" - }, - { - "DocsId": "P:System.ServiceModel.Description.PolicyVersion.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PolicyVersion.cs#L26C35-L26C39" - } - ], - "DocsId": "T:System.ServiceModel.Description.PolicyVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PolicyVersion.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Description.PrincipalPermissionMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PrincipalPermissionMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Description.PrincipalPermissionMode.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PrincipalPermissionMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Description.PrincipalPermissionMode.UseWindowsGroups", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PrincipalPermissionMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Description.PrincipalPermissionMode.UseAspNetRoles", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PrincipalPermissionMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Description.PrincipalPermissionMode.Custom", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PrincipalPermissionMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Description.PrincipalPermissionMode.Always", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PrincipalPermissionMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.Description.PrincipalPermissionMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/PrincipalPermissionMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.ServiceEndpoint.#ctor(System.ServiceModel.Description.ContractDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpoint.cs#L26C9-L29C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ServiceEndpoint.#ctor(System.ServiceModel.Description.ContractDescription,System.ServiceModel.Channels.Binding,System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpoint.cs#L31C9-L36C10" - }, - { - "DocsId": "P:System.ServiceModel.Description.ServiceEndpoint.Address", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpoint.cs#L38C42-L38C46" - }, - { - "DocsId": "P:System.ServiceModel.Description.ServiceEndpoint.EndpointBehaviors", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpoint.cs#L42C19-L42C36" - }, - { - "DocsId": "P:System.ServiceModel.Description.ServiceEndpoint.Behaviors", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpoint.cs#L50C17-L55C35" - }, - { - "DocsId": "P:System.ServiceModel.Description.ServiceEndpoint.Binding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpoint.cs#L59C34-L59C38" - }, - { - "DocsId": "P:System.ServiceModel.Description.ServiceEndpoint.Contract", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpoint.cs#L63C19-L63C36" - }, - { - "DocsId": "P:System.ServiceModel.Description.ServiceEndpoint.IsSystemEndpoint", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpoint.cs#L72C13-L72C17" - }, - { - "DocsId": "P:System.ServiceModel.Description.ServiceEndpoint.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpoint.cs#L80C17-L90C42" - }, - { - "DocsId": "P:System.ServiceModel.Description.ServiceEndpoint.ListenUri", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpoint.cs#L103C17-L116C39" - }, - { - "DocsId": "P:System.ServiceModel.Description.ServiceEndpoint.ListenUriMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpoint.cs#L131C19-L131C41" - } - ], - "DocsId": "T:System.ServiceModel.Description.ServiceEndpoint", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpoint.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.ServiceEndpointCollection.Find(System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpointCollection.cs#L19C13-L33C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ServiceEndpointCollection.Find(System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpointCollection.cs#L37C13-L51C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ServiceEndpointCollection.Find(System.Type,System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpointCollection.cs#L55C13-L75C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ServiceEndpointCollection.Find(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpointCollection.cs#L79C13-L100C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ServiceEndpointCollection.Find(System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpointCollection.cs#L104C13-L118C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ServiceEndpointCollection.FindAll(System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpointCollection.cs#L122C13-L137C28" - }, - { - "DocsId": "M:System.ServiceModel.Description.ServiceEndpointCollection.FindAll(System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpointCollection.cs#L142C13-L157C28" - }, - { - "DocsId": "M:System.ServiceModel.Description.ServiceEndpointCollection.InsertItem(System.Int32,System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpointCollection.cs#L162C13-L167C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.ServiceEndpointCollection.SetItem(System.Int32,System.ServiceModel.Description.ServiceEndpoint)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpointCollection.cs#L171C13-L176C10" - } - ], - "DocsId": "T:System.ServiceModel.Description.ServiceEndpointCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/ServiceEndpointCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.TypedMessageConverter.Create(System.Type,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/TypedMessageConverter.cs#L16C13-L16C105" - }, - { - "DocsId": "M:System.ServiceModel.Description.TypedMessageConverter.Create(System.Type,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/TypedMessageConverter.cs#L21C13-L21C117" - }, - { - "DocsId": "M:System.ServiceModel.Description.TypedMessageConverter.Create(System.Type,System.String,System.ServiceModel.XmlSerializerFormatAttribute)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/TypedMessageConverter.cs#L26C13-L26C78" - }, - { - "DocsId": "M:System.ServiceModel.Description.TypedMessageConverter.Create(System.Type,System.String,System.ServiceModel.DataContractFormatAttribute)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/TypedMessageConverter.cs#L31C13-L31C78" - }, - { - "DocsId": "M:System.ServiceModel.Description.TypedMessageConverter.Create(System.Type,System.String,System.String,System.ServiceModel.XmlSerializerFormatAttribute)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/TypedMessageConverter.cs#L36C13-L42C130" - }, - { - "DocsId": "M:System.ServiceModel.Description.TypedMessageConverter.Create(System.Type,System.String,System.String,System.ServiceModel.DataContractFormatAttribute)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/TypedMessageConverter.cs#L47C13-L56C130" - }, - { - "DocsId": "M:System.ServiceModel.Description.TypedMessageConverter.ToMessage(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/TypedMessageConverter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Description.TypedMessageConverter.ToMessage(System.Object,System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/TypedMessageConverter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Description.TypedMessageConverter.FromMessage(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/TypedMessageConverter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Description.TypedMessageConverter.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/TypedMessageConverter.cs" - } - ], - "DocsId": "T:System.ServiceModel.Description.TypedMessageConverter", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/TypedMessageConverter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Description.XmlSerializerOperationBehavior.#ctor(System.ServiceModel.Description.OperationDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/XmlSerializerOperationBehavior.cs#L25C15-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.XmlSerializerOperationBehavior.#ctor(System.ServiceModel.Description.OperationDescription,System.ServiceModel.XmlSerializerFormatAttribute)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/XmlSerializerOperationBehavior.cs#L29C9-L38C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.XmlSerializerOperationBehavior.System#ServiceModel#Description#IOperationBehavior#Validate(System.ServiceModel.Description.OperationDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/XmlSerializerOperationBehavior.cs#L119C9-L119C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.XmlSerializerOperationBehavior.System#ServiceModel#Description#IOperationBehavior#AddBindingParameters(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/XmlSerializerOperationBehavior.cs#L123C9-L123C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.XmlSerializerOperationBehavior.System#ServiceModel#Description#IOperationBehavior#ApplyDispatchBehavior(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Dispatcher.DispatchOperation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/XmlSerializerOperationBehavior.cs#L127C13-L148C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.XmlSerializerOperationBehavior.System#ServiceModel#Description#IOperationBehavior#ApplyClientBehavior(System.ServiceModel.Description.OperationDescription,System.ServiceModel.Dispatcher.ClientOperation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/XmlSerializerOperationBehavior.cs#L152C13-L173C10" - }, - { - "DocsId": "M:System.ServiceModel.Description.XmlSerializerOperationBehavior.GetXmlMappings", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/XmlSerializerOperationBehavior.cs#L177C13-L198C29" - }, - { - "DocsId": "P:System.ServiceModel.Description.XmlSerializerOperationBehavior.XmlSerializerFormatAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/XmlSerializerOperationBehavior.cs#L65C17-L65C53" - } - ], - "DocsId": "T:System.ServiceModel.Description.XmlSerializerOperationBehavior", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Description/XmlSerializerOperationBehavior.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L18C9-L20C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.CreateAddressHeader(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L36C13-L37C128" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.CreateAddressHeader(System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L42C13-L47C76" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.CreateAddressHeader(System.String,System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L52C13-L52C164" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.CreateAddressHeader(System.String,System.String,System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L62C13-L67C86" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L77C13-L99C25" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.GetHashCode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L114C13-L114C54" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.GetValue``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L119C13-L119C135" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.GetValue``1(System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L124C13-L140C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.GetAddressHeaderReader", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L144C13-L149C40" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.OnWriteStartAddressHeader(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L159C13-L160C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.OnWriteAddressHeaderContents(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.ToMessageHeader", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L166C13-L171C28" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.WriteAddressHeader(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L176C13-L177C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.WriteAddressHeader(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L181C13-L189C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.WriteStartAddressHeader(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L193C13-L199C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeader.WriteAddressHeaderContents(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs#L203C13-L209C10" - }, - { - "DocsId": "P:System.ServiceModel.Channels.AddressHeader.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.AddressHeader.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.AddressHeader", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeader.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeaderCollection.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeaderCollection.cs#L16C15-L18C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeaderCollection.#ctor(System.Collections.Generic.IEnumerable{System.ServiceModel.Channels.AddressHeader})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeaderCollection.cs#L21C15-L45C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeaderCollection.AddHeadersTo(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeaderCollection.cs#L64C13-L73C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeaderCollection.FindAll(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeaderCollection.cs#L77C13-L97C38" - }, - { - "DocsId": "M:System.ServiceModel.Channels.AddressHeaderCollection.FindHeader(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeaderCollection.cs#L102C13-L128C35" - } - ], - "DocsId": "T:System.ServiceModel.Channels.AddressHeaderCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressHeaderCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.AddressingVersion.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressingVersion.cs#L137C13-L137C62" - }, - { - "DocsId": "P:System.ServiceModel.Channels.AddressingVersion.WSAddressingAugust2004", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressingVersion.cs#L51C66-L51C70" - }, - { - "DocsId": "P:System.ServiceModel.Channels.AddressingVersion.WSAddressing10", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressingVersion.cs#L58C19-L58C41" - }, - { - "DocsId": "P:System.ServiceModel.Channels.AddressingVersion.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressingVersion.cs#L61C48-L61C52" - } - ], - "DocsId": "T:System.ServiceModel.Channels.AddressingVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/AddressingVersion.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L21C9-L31C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.BuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L184C13-L186C67" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L191C13-L191C66" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.CreateMessageEncoderFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L196C13-L204C36" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L209C13-L219C53" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.ShouldSerializeReaderQuotas", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L288C13-L288C75" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.ShouldSerializeMessageVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L294C13-L294C71" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.CompressionFormat", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L48C54-L48C58" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.MessageVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L65C19-L65C42" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.MaxReadPoolSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L87C17-L87C41" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.MaxWritePoolSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L105C17-L105C42" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.ReaderQuotas", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L122C17-L122C38" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement.MaxSessionSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs#L140C17-L140C40" - } - ], - "DocsId": "T:System.ServiceModel.Channels.BinaryMessageEncodingBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryMessageEncodingBindingElement.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Channels.BinaryVersion.Version1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryVersion.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.BinaryVersion.GZipVersion1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryVersion.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.BinaryVersion.DeflateVersion1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryVersion.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BinaryVersion.CurrentVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryVersion.cs#L24C60-L24C76" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BinaryVersion.ContentType", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryVersion.cs#L25C37-L25C41" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BinaryVersion.SessionContentType", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryVersion.cs#L26C44-L26C48" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BinaryVersion.Dictionary", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryVersion.cs#L27C50-L27C69" - } - ], - "DocsId": "T:System.ServiceModel.Channels.BinaryVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BinaryVersion.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.Binding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L13C9-L25C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Binding.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L13C9-L45C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Binding.BuildChannelFactory``1(System.Object[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L171C13-L171C94" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Binding.BuildChannelFactory``1(System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L176C13-L182C35" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Binding.CanBuildChannelFactory``1(System.Object[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L198C13-L198C97" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Binding.CanBuildChannelFactory``1(System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L203C13-L204C68" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Binding.CreateBindingElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Binding.GetProperty``1(System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L213C13-L214C50" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Binding.CloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L49C19-L49C40" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Binding.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L69C17-L74C30" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Binding.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L89C19-L89C47" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Binding.OpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L107C19-L107C39" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Binding.ReceiveTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L125C19-L125C42" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Binding.Scheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Binding.MessageVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L147C17-L147C86" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Binding.SendTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs#L153C19-L153C39" - } - ], - "DocsId": "T:System.ServiceModel.Channels.Binding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Binding.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.BindingContext.#ctor(System.ServiceModel.Channels.CustomBinding,System.ServiceModel.Channels.BindingParameterCollection)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingContext.cs#L16C9-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingContext.BuildInnerChannelFactory``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingContext.cs#L60C13-L60C76" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingContext.CanBuildInnerChannelFactory``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingContext.cs#L65C13-L66C86" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingContext.GetInnerProperty``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingContext.cs#L72C13-L79C72" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingContext.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingContext.cs#L85C13-L85C94" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BindingContext.Binding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingContext.cs#L43C40-L43C44" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BindingContext.BindingParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingContext.cs#L45C63-L45C67" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BindingContext.ListenUriBaseAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingContext.cs#L47C43-L47C47" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BindingContext.ListenUriMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingContext.cs#L49C46-L49C50" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BindingContext.ListenUriRelativeAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingContext.cs#L51C50-L51C54" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BindingContext.RemainingBindingElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingContext.cs#L55C19-L55C52" - } - ], - "DocsId": "T:System.ServiceModel.Channels.BindingContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.BindingElement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElement.cs#L12C9-L14C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElement.#ctor(System.ServiceModel.Channels.BindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElement.cs#L16C9-L18C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElement.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElement.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElement.BuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElement.cs#L24C13-L29C65" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElement.CanBuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElement.cs#L34C13-L39C68" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElement.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.BindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.BindingElementCollection.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs#L14C9-L16C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElementCollection.#ctor(System.Collections.Generic.IEnumerable{System.ServiceModel.Channels.BindingElement})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs#L18C9-L29C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElementCollection.#ctor(System.ServiceModel.Channels.BindingElement[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs#L31C9-L42C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElementCollection.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs#L47C13-L52C27" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElementCollection.AddRange(System.ServiceModel.Channels.BindingElement[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs#L57C13-L66C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElementCollection.Contains(System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs#L70C13-L82C26" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElementCollection.Find``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs#L87C13-L87C35" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElementCollection.Remove``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs#L92C13-L92C34" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElementCollection.FindAll``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs#L114C13-L114C38" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElementCollection.RemoveAll``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs#L119C13-L119C37" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElementCollection.InsertItem(System.Int32,System.ServiceModel.Channels.BindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs#L146C13-L152C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BindingElementCollection.SetItem(System.Int32,System.ServiceModel.Channels.BindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs#L156C13-L162C10" - } - ], - "DocsId": "T:System.ServiceModel.Channels.BindingElementCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingElementCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.BindingParameterCollection.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingParameterCollection.cs#L16C9-L16C48" - } - ], - "DocsId": "T:System.ServiceModel.Channels.BindingParameterCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BindingParameterCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.BodyWriter.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BodyWriter.cs#L16C9-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BodyWriter.CreateBufferedCopy(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BodyWriter.cs#L40C13-L67C35" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BodyWriter.OnCreateBufferedCopy(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BodyWriter.cs#L73C13-L73C87" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BodyWriter.OnWriteBodyContents(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BodyWriter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BodyWriter.OnWriteBodyContentsAsync(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BodyWriter.cs#L94C13-L95C39" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BodyWriter.OnBeginWriteBodyContents(System.Xml.XmlDictionaryWriter,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BodyWriter.cs#L100C13-L100C58" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BodyWriter.OnEndWriteBodyContents(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BodyWriter.cs#L105C13-L105C58" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BodyWriter.WriteBodyContents(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BodyWriter.cs#L131C13-L133C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BodyWriter.BeginWriteBodyContents(System.Xml.XmlDictionaryWriter,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BodyWriter.cs#L143C13-L144C70" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BodyWriter.EndWriteBodyContents(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BodyWriter.cs#L149C13-L150C10" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BodyWriter.IsBuffered", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BodyWriter.cs#L26C34-L26C38" - } - ], - "DocsId": "T:System.ServiceModel.Channels.BodyWriter", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BodyWriter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L50C52-L50C93" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.#ctor(System.IO.Stream,System.ServiceModel.Channels.BufferManager)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L52C81-L52C131" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.#ctor(System.IO.Stream,System.ServiceModel.Channels.BufferManager,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L46C9-L65C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L124C13-L142C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.Flush", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L147C9-L147C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.FlushAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L152C13-L152C39" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.Read(System.Byte[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L201C13-L252C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.PreReadBufferAsync(System.Byte,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.PreReadBufferAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L279C13-L284C39" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L310C13-L359C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.ReadByte", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L415C13-L433C22" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.Write(System.Byte[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L438C13-L438C60" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L443C13-L443C65" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.WriteByte(System.Byte)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L448C13-L448C64" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.Seek(System.Int64,System.IO.SeekOrigin)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L453C13-L453C59" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferedReadStream.SetLength(System.Int64)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L458C13-L458C64" - }, - { - "DocsId": "F:System.ServiceModel.Channels.BufferedReadStream.BufferedReadStreamPropertyName", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BufferedReadStream.CanRead", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L98C19-L98C61" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BufferedReadStream.CanWrite", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L103C19-L103C32" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BufferedReadStream.CanSeek", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L108C19-L108C32" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BufferedReadStream.Length", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L113C19-L113C67" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BufferedReadStream.Position", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L118C19-L118C69" - }, - { - "DocsId": "P:System.ServiceModel.Channels.BufferedReadStream.IsBufferEmpty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs#L301C43-L301C71" - } - ], - "DocsId": "T:System.ServiceModel.Channels.BufferedReadStream", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferedReadStream.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.BufferManager.TakeBuffer(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferManager.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferManager.ReturnBuffer(System.Byte[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferManager.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferManager.Clear", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferManager.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferManager.CreateBufferManager(System.Int64,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferManager.cs#L18C13-L30C110" - }, - { - "DocsId": "M:System.ServiceModel.Channels.BufferManager.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferManager.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.BufferManager", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/BufferManager.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.ChannelBase.#ctor(System.ServiceModel.Channels.ChannelManagerBase)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L11C9-L14C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelBase.System#ServiceModel#IDefaultCommunicationTimeouts#get_CloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L18C19-L18C46" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelBase.System#ServiceModel#IDefaultCommunicationTimeouts#get_OpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L23C19-L23C45" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelBase.System#ServiceModel#IDefaultCommunicationTimeouts#get_ReceiveTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L28C19-L28C48" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelBase.System#ServiceModel#IDefaultCommunicationTimeouts#get_SendTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L33C19-L33C45" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelBase.GetProperty``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L60C13-L72C25" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelBase.OnClosed", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L77C13-L78C10" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelBase.System#ServiceModel#IDefaultCommunicationTimeouts#CloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L18C19-L18C46" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelBase.System#ServiceModel#IDefaultCommunicationTimeouts#OpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L23C19-L23C45" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelBase.System#ServiceModel#IDefaultCommunicationTimeouts#ReceiveTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L28C19-L28C48" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelBase.System#ServiceModel#IDefaultCommunicationTimeouts#SendTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L33C19-L33C45" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelBase.DefaultCloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L38C19-L38C80" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelBase.DefaultOpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L43C19-L43C79" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelBase.DefaultReceiveTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L48C19-L48C82" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelBase.DefaultSendTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L53C19-L53C79" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelBase.Manager", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs#L56C48-L56C52" - } - ], - "DocsId": "T:System.ServiceModel.Channels.ChannelBase", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L13C9-L20C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase.#ctor(System.ServiceModel.IDefaultCommunicationTimeouts)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L13C9-L25C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase.GetProperty``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L50C13-L55C31" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase.OnAbort", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L60C9-L60C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase.OnBeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L64C13-L64C62" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase.OnCloseAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L69C13-L69C48" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase.OnClose(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L74C9-L74C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase.OnEndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L78C13-L79C10" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelFactoryBase.DefaultCloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L29C19-L29C40" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelFactoryBase.DefaultOpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L34C19-L34C39" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelFactoryBase.DefaultReceiveTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L39C19-L39C42" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelFactoryBase.DefaultSendTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L44C19-L44C39" - } - ], - "DocsId": "T:System.ServiceModel.Channels.ChannelFactoryBase", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase`1.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L98C15-L100C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase`1.#ctor(System.ServiceModel.IDefaultCommunicationTimeouts)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L103C15-L106C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase`1.CreateChannel(System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L110C13-L115C64" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase`1.CreateChannel(System.ServiceModel.EndpointAddress,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L120C13-L130C56" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase`1.OnCreateChannel(System.ServiceModel.EndpointAddress,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase`1.ValidateCreateChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L160C13-L165C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase`1.OnAbort", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L169C13-L176C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase`1.OnClose(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L180C13-L188C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase`1.OnCloseAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L192C13-L192C50" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase`1.OnBeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L197C13-L197C65" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelFactoryBase`1.OnEndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs#L202C13-L203C10" - } - ], - "DocsId": "T:System.ServiceModel.Channels.ChannelFactoryBase`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelFactoryBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.ChannelManagerBase.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelManagerBase.cs#L10C9-L12C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelManagerBase.System#ServiceModel#IDefaultCommunicationTimeouts#get_CloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelManagerBase.cs#L29C19-L29C46" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelManagerBase.System#ServiceModel#IDefaultCommunicationTimeouts#get_OpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelManagerBase.cs#L34C19-L34C45" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelManagerBase.System#ServiceModel#IDefaultCommunicationTimeouts#get_ReceiveTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelManagerBase.cs#L39C19-L39C48" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelManagerBase.System#ServiceModel#IDefaultCommunicationTimeouts#get_SendTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelManagerBase.cs#L44C19-L44C45" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelManagerBase.DefaultReceiveTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelManagerBase.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelManagerBase.DefaultSendTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelManagerBase.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelManagerBase.System#ServiceModel#IDefaultCommunicationTimeouts#CloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelManagerBase.cs#L29C19-L29C46" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelManagerBase.System#ServiceModel#IDefaultCommunicationTimeouts#OpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelManagerBase.cs#L34C19-L34C45" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelManagerBase.System#ServiceModel#IDefaultCommunicationTimeouts#ReceiveTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelManagerBase.cs#L39C19-L39C48" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelManagerBase.System#ServiceModel#IDefaultCommunicationTimeouts#SendTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelManagerBase.cs#L44C19-L44C45" - } - ], - "DocsId": "T:System.ServiceModel.Channels.ChannelManagerBase", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelManagerBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.ChannelParameterCollection.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelParameterCollection.cs#L14C9-L16C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelParameterCollection.#ctor(System.ServiceModel.Channels.IChannel)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelParameterCollection.cs#L18C9-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelParameterCollection.PropagateChannelParameters(System.ServiceModel.Channels.IChannel)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelParameterCollection.cs#L30C13-L45C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelParameterCollection.ClearItems", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelParameterCollection.cs#L49C13-L51C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelParameterCollection.InsertItem(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelParameterCollection.cs#L55C13-L57C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelParameterCollection.RemoveItem(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelParameterCollection.cs#L61C13-L63C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ChannelParameterCollection.SetItem(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelParameterCollection.cs#L67C13-L69C10" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ChannelParameterCollection.Channel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelParameterCollection.cs#L25C19-L25C35" - } - ], - "DocsId": "T:System.ServiceModel.Channels.ChannelParameterCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ChannelParameterCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L35C15-L37C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L39C9-L44C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.Abort", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L157C13-L190C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.BeginClose(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L194C13-L194C69" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.BeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L199C13-L199C71" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.BeginOpen(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L204C13-L204C67" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.BeginOpen(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L209C13-L209C70" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.Close", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L214C13-L215C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.Close(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L219C13-L221C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.System#ServiceModel#IAsyncCommunicationObject#CloseAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.EndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L401C13-L402C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.EndOpen(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L406C13-L407C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.Fault", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L411C13-L427C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.Open", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L492C13-L493C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.Open(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L497C13-L499C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.System#ServiceModel#IAsyncCommunicationObject#OpenAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnClosed", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L583C13-L614C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnClosing", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L618C13-L648C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnFaulted", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L652C13-L679C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnOpened", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L683C13-L713C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnOpening", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L717C13-L737C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.GetCommunicationObjectType", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L819C13-L819C30" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.ThrowIfDisposed", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L824C13-L849C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.ThrowIfDisposedOrImmutable", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L882C13-L907C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.ThrowIfDisposedOrNotOpen", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L911C13-L936C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnAbort", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnClose(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnBeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnEndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnOpen(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnBeginOpen(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnEndOpen(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnCloseAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L1003C13-L1003C48" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObject.OnOpenAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L1012C13-L1012C48" - }, - { - "DocsId": "E:System.ServiceModel.Channels.CommunicationObject.Closed", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "E:System.ServiceModel.Channels.CommunicationObject.Closing", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "E:System.ServiceModel.Channels.CommunicationObject.Faulted", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "E:System.ServiceModel.Channels.CommunicationObject.Opened", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "E:System.ServiceModel.Channels.CommunicationObject.Opening", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.CommunicationObject.IsDisposed", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L101C19-L101C62" - }, - { - "DocsId": "P:System.ServiceModel.Channels.CommunicationObject.State", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L106C19-L106C33" - }, - { - "DocsId": "P:System.ServiceModel.Channels.CommunicationObject.ThisLock", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L118C17-L118C34" - }, - { - "DocsId": "P:System.ServiceModel.Channels.CommunicationObject.DefaultCloseTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.CommunicationObject.DefaultOpenTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.CommunicationObject", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObjectInternal.ThrowIfClosed(System.ServiceModel.Channels.CommunicationObject)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L1120C13-L1121C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObjectInternal.ThrowIfClosedOrOpened(System.ServiceModel.Channels.CommunicationObject)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L1126C13-L1127C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObjectInternal.ThrowIfDisposedOrNotOpen(System.ServiceModel.Channels.CommunicationObject)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L1132C13-L1133C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObjectInternal.ThrowIfDisposed(System.ServiceModel.Channels.CommunicationObject)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L1138C13-L1139C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObjectInternal.GetInternalCloseTimeout(System.ServiceModel.Channels.CommunicationObject)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L1143C13-L1143C61" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObjectInternal.OnClose(System.ServiceModel.Channels.CommunicationObject,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L1148C13-L1149C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObjectInternal.OnBeginClose(System.ServiceModel.Channels.CommunicationObject,System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L1153C13-L1153C85" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObjectInternal.OnEnd(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L1158C13-L1159C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObjectInternal.OnOpen(System.ServiceModel.Channels.CommunicationObject,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L1163C13-L1164C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObjectInternal.OnBeginOpen(System.ServiceModel.Channels.CommunicationObject,System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs#L1168C13-L1168C84" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObjectInternal.OnCloseAsyncInternal(System.ServiceModel.Channels.CommunicationObject,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CommunicationObjectInternal.OnOpenAsyncInternal(System.ServiceModel.Channels.CommunicationObject,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.CommunicationObjectInternal", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CommunicationObject.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Channels.CompressionFormat.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CompressionFormat.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.CompressionFormat.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CompressionFormat.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.CompressionFormat.GZip", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CompressionFormat.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.CompressionFormat.Deflate", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CompressionFormat.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.CompressionFormat", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CompressionFormat.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.CustomBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CustomBinding.cs#L110C61-L15C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CustomBinding.#ctor(System.ServiceModel.Channels.BindingElement[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CustomBinding.cs#L110C61-L29C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CustomBinding.#ctor(System.String,System.String,System.ServiceModel.Channels.BindingElement[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CustomBinding.cs#L110C61-L43C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CustomBinding.#ctor(System.Collections.Generic.IEnumerable{System.ServiceModel.Channels.BindingElement})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CustomBinding.cs#L110C61-L56C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CustomBinding.#ctor(System.ServiceModel.Channels.Binding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CustomBinding.cs#L73C15-L75C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.CustomBinding.CreateBindingElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CustomBinding.cs#L114C13-L114C37" - }, - { - "DocsId": "P:System.ServiceModel.Channels.CustomBinding.Elements", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CustomBinding.cs#L110C52-L110C56" - }, - { - "DocsId": "P:System.ServiceModel.Channels.CustomBinding.Scheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CustomBinding.cs#L121C17-L127C41" - } - ], - "DocsId": "T:System.ServiceModel.Channels.CustomBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/CustomBinding.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L18C9-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L32C13-L43C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.DisposeAsync", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.CopyToAsync(System.IO.Stream,System.Int32,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L75C118-L75C184" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.Flush", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L76C41-L76C59" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.FlushAsync(System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L77C81-L77C121" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.Seek(System.Int64,System.IO.SeekOrigin)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L78C70-L78C101" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.SetLength(System.Int64)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L79C55-L79C82" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L87C127-L87C182" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.EndRead(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L88C66-L88C93" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.Read(System.Byte[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L89C75-L89C113" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.ReadByte", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L90C43-L90C64" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L91C123-L91C185" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.ReadAsync(System.Memory{System.Byte},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L92C121-L92C168" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L99C128-L99C184" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.EndWrite(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L100C68-L100C90" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.Write(System.Byte[],System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L102C77-L102C116" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.WriteByte(System.Byte)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L103C55-L103C82" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.WriteAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L104C119-L104C182" - }, - { - "DocsId": "M:System.ServiceModel.Channels.DelegatingStream.WriteAsync(System.ReadOnlyMemory{System.Byte},System.Threading.CancellationToken)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L105C125-L105C173" - }, - { - "DocsId": "P:System.ServiceModel.Channels.DelegatingStream.BaseStream", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L23C39-L23C43" - }, - { - "DocsId": "P:System.ServiceModel.Channels.DelegatingStream.CanRead", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L24C41-L24C59" - }, - { - "DocsId": "P:System.ServiceModel.Channels.DelegatingStream.CanSeek", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L25C41-L25C59" - }, - { - "DocsId": "P:System.ServiceModel.Channels.DelegatingStream.CanTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L26C44-L26C65" - }, - { - "DocsId": "P:System.ServiceModel.Channels.DelegatingStream.CanWrite", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L27C42-L27C61" - }, - { - "DocsId": "P:System.ServiceModel.Channels.DelegatingStream.Length", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L28C40-L28C57" - }, - { - "DocsId": "P:System.ServiceModel.Channels.DelegatingStream.Position", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L59C20-L59C39" - }, - { - "DocsId": "P:System.ServiceModel.Channels.DelegatingStream.ReadTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L65C20-L65C42" - }, - { - "DocsId": "P:System.ServiceModel.Channels.DelegatingStream.WriteTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs#L71C20-L71C43" - } - ], - "DocsId": "T:System.ServiceModel.Channels.DelegatingStream", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/DelegatingStream.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.FaultConverter.GetDefaultFaultConverter(System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/FaultConverter.cs#L14C13-L14C55" - }, - { - "DocsId": "M:System.ServiceModel.Channels.FaultConverter.OnTryCreateException(System.ServiceModel.Channels.Message,System.ServiceModel.Channels.MessageFault,System.Exception@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/FaultConverter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.FaultConverter.OnTryCreateFaultMessage(System.Exception,System.ServiceModel.Channels.Message@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/FaultConverter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.FaultConverter.TryCreateException(System.ServiceModel.Channels.Message,System.ServiceModel.Channels.MessageFault,System.Exception@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/FaultConverter.cs#L22C13-L52C28" - }, - { - "DocsId": "M:System.ServiceModel.Channels.FaultConverter.TryCreateFaultMessage(System.Exception,System.ServiceModel.Channels.Message@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/FaultConverter.cs#L57C13-L78C28" - }, - { - "DocsId": "M:System.ServiceModel.Channels.FaultConverter.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/FaultConverter.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.FaultConverter", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/FaultConverter.cs" - }, - { - "Members": [], - "DocsId": "T:System.ServiceModel.Channels.IAsyncChannelFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IAsyncChannelFactory.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Channels.IBindingDeliveryCapabilities.AssuresOrderedDelivery", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IBindingDeliveryCapabilities.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.IBindingDeliveryCapabilities.QueuedDelivery", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IBindingDeliveryCapabilities.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IBindingDeliveryCapabilities", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IBindingDeliveryCapabilities.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Channels.IBindingMulticastCapabilities.IsMulticast", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IBindingMulticastCapabilities.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IBindingMulticastCapabilities", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IBindingMulticastCapabilities.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Channels.IBindingRuntimePreferences.ReceiveSynchronously", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IBindingRuntimePreferences.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IBindingRuntimePreferences", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IBindingRuntimePreferences.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IChannel.GetProperty``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IChannelFactory.GetProperty``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelFactory.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IChannelFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IChannelFactory`1.CreateChannel(System.ServiceModel.EndpointAddress)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelFactory.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IChannelFactory`1.CreateChannel(System.ServiceModel.EndpointAddress,System.Uri)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelFactory.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IChannelFactory`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IChannelListener.GetProperty``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelListener.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IChannelListener.WaitForChannel(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelListener.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IChannelListener.BeginWaitForChannel(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelListener.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IChannelListener.EndWaitForChannel(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelListener.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.IChannelListener.Uri", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelListener.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IChannelListener", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelListener.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IChannelListener`1.AcceptChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelListener.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IChannelListener`1.AcceptChannel(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelListener.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IChannelListener`1.BeginAcceptChannel(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelListener.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IChannelListener`1.BeginAcceptChannel(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelListener.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IChannelListener`1.EndAcceptChannel(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelListener.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IChannelListener`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IChannelListener.cs" - }, - { - "Members": [], - "DocsId": "T:System.ServiceModel.Channels.IDuplexChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IDuplexChannel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IDuplexSession.CloseOutputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IDuplexSession.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IDuplexSession.CloseOutputSession(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IDuplexSession.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IDuplexSession.BeginCloseOutputSession(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IDuplexSession.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IDuplexSession.BeginCloseOutputSession(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IDuplexSession.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IDuplexSession.EndCloseOutputSession(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IDuplexSession.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IDuplexSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IDuplexSession.cs" - }, - { - "Members": [], - "DocsId": "T:System.ServiceModel.Channels.IDuplexSessionChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IDuplexSessionChannel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IInputChannel.Receive", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IInputChannel.Receive(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IInputChannel.BeginReceive(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IInputChannel.BeginReceive(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IInputChannel.EndReceive(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IInputChannel.TryReceive(System.TimeSpan,System.ServiceModel.Channels.Message@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IInputChannel.BeginTryReceive(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IInputChannel.EndTryReceive(System.IAsyncResult,System.ServiceModel.Channels.Message@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IInputChannel.WaitForMessage(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IInputChannel.BeginWaitForMessage(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IInputChannel.EndWaitForMessage(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.IInputChannel.LocalAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IInputChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IAsyncInputChannel.ReceiveAsync", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IAsyncInputChannel.ReceiveAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IAsyncInputChannel.TryReceiveAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IAsyncInputChannel.WaitForMessageAsync(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IAsyncInputChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputChannel.cs" - }, - { - "Members": [], - "DocsId": "T:System.ServiceModel.Channels.IInputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputSession.cs" - }, - { - "Members": [], - "DocsId": "T:System.ServiceModel.Channels.IInputSessionChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IInputSessionChannel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IMessageProperty.CreateCopy", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IMessageProperty.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IMessageProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IMessageProperty.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IOutputChannel.Send(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IOutputChannel.Send(System.ServiceModel.Channels.Message,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IOutputChannel.BeginSend(System.ServiceModel.Channels.Message,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IOutputChannel.BeginSend(System.ServiceModel.Channels.Message,System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IOutputChannel.EndSend(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.IOutputChannel.RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.IOutputChannel.Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IOutputChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputChannel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IAsyncOutputChannel.SendAsync(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IAsyncOutputChannel.SendAsync(System.ServiceModel.Channels.Message,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IAsyncOutputChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputChannel.cs" - }, - { - "Members": [], - "DocsId": "T:System.ServiceModel.Channels.IOutputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputSession.cs" - }, - { - "Members": [], - "DocsId": "T:System.ServiceModel.Channels.IOutputSessionChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputSessionChannel.cs" - }, - { - "Members": [], - "DocsId": "T:System.ServiceModel.Channels.IAsyncOutputSessionChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IOutputSessionChannel.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Channels.IReceiveContextSettings.Enabled", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReceiveContextSettings.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.IReceiveContextSettings.ValidityDuration", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReceiveContextSettings.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IReceiveContextSettings", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReceiveContextSettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IReplyChannel.ReceiveRequest", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IReplyChannel.ReceiveRequest(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IReplyChannel.BeginReceiveRequest(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IReplyChannel.BeginReceiveRequest(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IReplyChannel.EndReceiveRequest(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IReplyChannel.TryReceiveRequest(System.TimeSpan,System.ServiceModel.Channels.RequestContext@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IReplyChannel.BeginTryReceiveRequest(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IReplyChannel.EndTryReceiveRequest(System.IAsyncResult,System.ServiceModel.Channels.RequestContext@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IReplyChannel.WaitForRequest(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IReplyChannel.BeginWaitForRequest(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IReplyChannel.EndWaitForRequest(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.IReplyChannel.LocalAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IReplyChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplyChannel.cs" - }, - { - "Members": [], - "DocsId": "T:System.ServiceModel.Channels.IReplySessionChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IReplySessionChannel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.IRequestChannel.Request(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IRequestChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IRequestChannel.Request(System.ServiceModel.Channels.Message,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IRequestChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IRequestChannel.BeginRequest(System.ServiceModel.Channels.Message,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IRequestChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IRequestChannel.BeginRequest(System.ServiceModel.Channels.Message,System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IRequestChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.IRequestChannel.EndRequest(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IRequestChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.IRequestChannel.RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IRequestChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.IRequestChannel.Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IRequestChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.IRequestChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IRequestChannel.cs" - }, - { - "Members": [], - "DocsId": "T:System.ServiceModel.Channels.IRequestSessionChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/IRequestSessionChannel.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Channels.ISecurityCapabilities.SupportedRequestProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ISecurityCapabilities.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ISecurityCapabilities.SupportedResponseProtectionLevel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ISecurityCapabilities.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ISecurityCapabilities.SupportsClientAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ISecurityCapabilities.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ISecurityCapabilities.SupportsClientWindowsIdentity", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ISecurityCapabilities.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ISecurityCapabilities.SupportsServerAuthentication", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ISecurityCapabilities.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.ISecurityCapabilities", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ISecurityCapabilities.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Channels.ISession.Id", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ISession.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.ISession", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ISession.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.Channels.ISessionChannel`1.Session", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ISessionChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.ISessionChannel`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ISessionChannel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.ITransportCompressionSupport.IsCompressionFormatSupported(System.ServiceModel.Channels.CompressionFormat)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ITransportCompressionSupport.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.ITransportCompressionSupport", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ITransportCompressionSupport.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.LocalClientSecuritySettings.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L226C9-L241C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.LocalClientSecuritySettings.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L245C13-L245C58" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.DetectReplays", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L38C37-L38C41" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.ReplayCacheSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L44C17-L44C41" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.ReplayWindow", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L61C17-L61C38" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.MaxClockSkew", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L85C17-L85C38" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.NonceCache", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L105C40-L105C44" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.TimestampValidityDuration", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L111C17-L111C51" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.CacheCookies", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L131C36-L131C40" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.MaxCookieCachingTime", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L137C17-L137C46" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.CookieRenewalThresholdPercentage", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L161C17-L161C58" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.SessionKeyRenewalInterval", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L178C17-L178C51" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.SessionKeyRolloverInterval", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L202C17-L202C52" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.ReconnectTransportOnFailure", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L222C51-L222C55" - }, - { - "DocsId": "P:System.ServiceModel.Channels.LocalClientSecuritySettings.IdentityVerifier", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs#L224C52-L224C56" - } - ], - "DocsId": "T:System.ServiceModel.Channels.LocalClientSecuritySettings", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/LocalClientSecuritySettings.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.Message.Close", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L73C13-L81C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.CreateBufferedCopy(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L85C13-L108C56" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.CreateMessage(System.ServiceModel.Channels.MessageVersion,System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L118C13-L118C153" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.CreateMessage(System.ServiceModel.Channels.MessageVersion,System.String,System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L123C13-L133C112" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.CreateMessage(System.ServiceModel.Channels.MessageVersion,System.String,System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L138C13-L138C101" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.CreateMessage(System.ServiceModel.Channels.MessageVersion,System.String,System.Xml.XmlDictionaryReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L143C13-L153C100" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.CreateMessage(System.ServiceModel.Channels.MessageVersion,System.String,System.ServiceModel.Channels.BodyWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L158C13-L168C65" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.CreateMessage(System.ServiceModel.Channels.MessageVersion,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L188C13-L193C82" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.CreateMessage(System.Xml.XmlReader,System.Int32,System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L208C13-L208C121" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.CreateMessage(System.Xml.XmlDictionaryReader,System.Int32,System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L213C13-L224C28" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.CreateMessage(System.ServiceModel.Channels.MessageVersion,System.ServiceModel.FaultCode,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L229C13-L244C96" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.CreateMessage(System.ServiceModel.Channels.MessageVersion,System.ServiceModel.FaultCode,System.String,System.Object,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L249C13-L264C121" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.CreateMessage(System.ServiceModel.Channels.MessageVersion,System.ServiceModel.Channels.MessageFault,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L269C13-L279C105" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.System#IDisposable#Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L289C13-L290C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.GetBody``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L294C13-L295C41" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnGetBody``1(System.Xml.XmlDictionaryReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L300C13-L300C129" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.GetBody``1(System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L305C13-L310C74" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.GetReaderAtBodyContents", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L347C13-L353C48" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnBodyToString(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L390C13-L391C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnCreateBufferedCopy(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L395C13-L395C87" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnClose", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L410C9-L410C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnGetReaderAtBodyContents", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L414C13-L436C27" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnWriteStartBody(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L441C13-L443C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.WriteBodyContents(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L447C13-L449C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.WriteBodyContentsAsync(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L453C13-L454C48" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.BeginWriteBodyContents(System.Xml.XmlDictionaryWriter,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L459C13-L460C70" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.EndWriteBodyContents(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L465C13-L466C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnWriteBodyContents(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnWriteBodyContentsAsync(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L472C13-L473C48" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnBeginWriteBodyContents(System.Xml.XmlDictionaryWriter,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L478C13-L478C76" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnEndWriteBodyContents(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L483C13-L484C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.WriteStartEnvelope(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L488C13-L494C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnWriteStartEnvelope(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L498C13-L505C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnWriteStartHeaders(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L509C13-L515C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L519C13-L547C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.GetBodyAttribute(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L582C13-L608C54" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnGetBodyAttribute(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L613C13-L613C25" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.WriteBody(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L673C13-L674C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.WriteBody(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L678C13-L681C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.WriteStartBody(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L685C13-L686C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.WriteStartBody(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L690C13-L696C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.WriteMessage(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L705C13-L706C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.WriteMessage(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L710C13-L712C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.WriteMessageAsync(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L716C13-L717C48" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.WriteMessageAsync(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnWriteMessageAsync(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.BeginWriteMessage(System.Xml.XmlDictionaryWriter,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L766C13-L767C65" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.EndWriteMessage(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L772C13-L773C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnWriteMessage(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L778C13-L781C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnBeginWriteMessage(System.Xml.XmlDictionaryWriter,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L825C13-L825C81" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.OnEndWriteMessage(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L830C13-L831C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.Message.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Message.Headers", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Message.IsDisposed", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L26C19-L26C55" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Message.IsFault", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L33C17-L38C30" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Message.IsEmpty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L46C17-L51C30" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Message.Properties", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Message.Version", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.Message.State", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs#L64C37-L64C41" - } - ], - "DocsId": "T:System.ServiceModel.Channels.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/Message.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.MessageBuffer.System#IDisposable#Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageBuffer.cs#L18C13-L19C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageBuffer.Close", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageBuffer.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageBuffer.WriteMessage(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageBuffer.cs#L25C13-L39C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageBuffer.CreateMessage", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageBuffer.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageBuffer.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageBuffer.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageBuffer.BufferSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageBuffer.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageBuffer.MessageContentType", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageBuffer.cs#L43C19-L43C54" - } - ], - "DocsId": "T:System.ServiceModel.Channels.MessageBuffer", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageBuffer.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.GetProperty``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs#L27C13-L32C25" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.ReadMessage(System.IO.Stream,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs#L37C13-L37C64" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.ReadMessageAsync(System.IO.Stream,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs#L42C13-L42C95" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.ReadMessageAsync(System.ArraySegment{System.Byte},System.ServiceModel.Channels.BufferManager,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs#L47C13-L47C92" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.ReadMessage(System.IO.Stream,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.ReadMessage(System.ArraySegment{System.Byte},System.ServiceModel.Channels.BufferManager)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs#L54C13-L55C28" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.ReadMessage(System.ArraySegment{System.Byte},System.ServiceModel.Channels.BufferManager,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs#L103C13-L103C32" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.WriteMessage(System.ServiceModel.Channels.Message,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.BeginWriteMessage(System.ServiceModel.Channels.Message,System.IO.Stream,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs#L110C13-L110C87" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.EndWriteMessage(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs#L115C13-L116C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.WriteMessage(System.ServiceModel.Channels.Message,System.Int32,System.ServiceModel.Channels.BufferManager)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs#L120C13-L120C76" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.WriteMessage(System.ServiceModel.Channels.Message,System.Int32,System.ServiceModel.Channels.BufferManager,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.WriteMessageAsync(System.ServiceModel.Channels.Message,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs#L128C13-L129C28" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.WriteMessageAsync(System.ServiceModel.Channels.Message,System.Int32,System.ServiceModel.Channels.BufferManager,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs#L135C13-L135C123" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.IsContentTypeSupported(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs#L140C13-L145C80" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoder.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageEncoder.ContentType", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageEncoder.MediaType", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageEncoder.MessageVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.MessageEncoder", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoder.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoderFactory.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoderFactory.cs#L10C9-L12C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncoderFactory.CreateSessionEncoder", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoderFactory.cs#L26C13-L26C28" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageEncoderFactory.Encoder", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoderFactory.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageEncoderFactory.MessageVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoderFactory.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.MessageEncoderFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncoderFactory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncodingBindingElement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncodingBindingElement.cs#L10C9-L12C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncodingBindingElement.#ctor(System.ServiceModel.Channels.MessageEncodingBindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncodingBindingElement.cs#L15C15-L17C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncodingBindingElement.CreateMessageEncoderFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncodingBindingElement.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageEncodingBindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncodingBindingElement.cs#L53C13-L63C54" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageEncodingBindingElement.MessageVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncodingBindingElement.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.MessageEncodingBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageEncodingBindingElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.CreateFault(System.ServiceModel.FaultCode,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L21C13-L21C63" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.CreateFault(System.ServiceModel.FaultCode,System.ServiceModel.FaultReason)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L26C13-L26C66" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.CreateFault(System.ServiceModel.FaultCode,System.ServiceModel.FaultReason,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L31C13-L32C106" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.CreateFault(System.ServiceModel.FaultCode,System.ServiceModel.FaultReason,System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L37C13-L37C74" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.CreateFault(System.ServiceModel.FaultCode,System.ServiceModel.FaultReason,System.Object,System.Runtime.Serialization.XmlObjectSerializer,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L42C13-L47C80" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.CreateFault(System.ServiceModel.FaultCode,System.ServiceModel.FaultReason,System.Object,System.Runtime.Serialization.XmlObjectSerializer,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L52C13-L72C96" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.CreateFault(System.ServiceModel.Channels.Message,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L77C13-L124C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.GetDetail``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L182C13-L182C119" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.GetDetail``1(System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L187C13-L202C26" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.GetReaderAtDetailContents", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L207C13-L212C50" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.OnWriteDetail(System.Xml.XmlDictionaryWriter,System.ServiceModel.EnvelopeVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L217C13-L220C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.OnWriteStartDetail(System.Xml.XmlDictionaryWriter,System.ServiceModel.EnvelopeVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L224C13-L236C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.OnWriteDetailContents(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.OnGetReaderAtDetailContents", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L242C13-L249C27" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.WasHeaderNotUnderstood(System.ServiceModel.Channels.MessageHeaders,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L254C13-L285C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.WriteTo(System.Xml.XmlWriter,System.ServiceModel.EnvelopeVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L289C13-L290C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.WriteTo(System.Xml.XmlDictionaryWriter,System.ServiceModel.EnvelopeVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L294C13-L318C166" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageFault.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageFault.Actor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L142C17-L142C27" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageFault.Code", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageFault.IsMustUnderstandFault", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L152C17-L164C29" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageFault.Node", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L172C17-L172C27" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageFault.HasDetail", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageFault.Reason", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.MessageFault", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.XmlObjectSerializerFault.#ctor(System.ServiceModel.FaultCode,System.ServiceModel.FaultReason,System.Object,System.Runtime.Serialization.XmlObjectSerializer,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L487C9-L495C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.XmlObjectSerializerFault.OnWriteDetailContents(System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L547C13-L554C10" - }, - { - "DocsId": "P:System.ServiceModel.Channels.XmlObjectSerializerFault.Actor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L501C17-L501C31" - }, - { - "DocsId": "P:System.ServiceModel.Channels.XmlObjectSerializerFault.Code", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L509C17-L509C30" - }, - { - "DocsId": "P:System.ServiceModel.Channels.XmlObjectSerializerFault.HasDetail", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L517C17-L517C44" - }, - { - "DocsId": "P:System.ServiceModel.Channels.XmlObjectSerializerFault.Node", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L525C17-L525C30" - }, - { - "DocsId": "P:System.ServiceModel.Channels.XmlObjectSerializerFault.Reason", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs#L533C17-L533C32" - } - ], - "DocsId": "T:System.ServiceModel.Channels.XmlObjectSerializerFault", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageFault.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.IsMessageVersionSupported(System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L44C13-L49C25" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L54C13-L96C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.WriteHeader(System.Xml.XmlWriter,System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L100C13-L101C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.WriteHeader(System.Xml.XmlDictionaryWriter,System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L105C13-L118C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.WriteStartHeader(System.Xml.XmlDictionaryWriter,System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L122C13-L133C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.OnWriteStartHeader(System.Xml.XmlDictionaryWriter,System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L137C13-L139C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.WriteHeaderContents(System.Xml.XmlDictionaryWriter,System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L143C13-L154C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.OnWriteHeaderContents(System.Xml.XmlDictionaryWriter,System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.WriteHeaderAttributes(System.Xml.XmlDictionaryWriter,System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L160C13-L175C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.CreateHeader(System.String,System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L179C13-L179C116" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.CreateHeader(System.String,System.String,System.Object,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L184C13-L184C104" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.CreateHeader(System.String,System.String,System.Object,System.Boolean,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L189C13-L189C92" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.CreateHeader(System.String,System.String,System.Object,System.Boolean,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L194C13-L194C103" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.CreateHeader(System.String,System.String,System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L199C13-L199C128" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.CreateHeader(System.String,System.String,System.Object,System.Runtime.Serialization.XmlObjectSerializer,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L204C13-L204C116" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.CreateHeader(System.String,System.String,System.Object,System.Runtime.Serialization.XmlObjectSerializer,System.Boolean,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L209C13-L209C104" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.CreateHeader(System.String,System.String,System.Object,System.Runtime.Serialization.XmlObjectSerializer,System.Boolean,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L214C13-L219C109" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeader.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeader.Actor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L24C19-L24C29" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeader.IsReferenceParameter", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L29C19-L29C32" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeader.MustUnderstand", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L34C19-L34C53" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeader.Relay", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs#L39C19-L39C44" - } - ], - "DocsId": "T:System.ServiceModel.Channels.MessageHeader", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeader.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaderInfo.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaderInfo.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaderInfo.Actor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaderInfo.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaderInfo.IsReferenceParameter", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaderInfo.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaderInfo.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaderInfo.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaderInfo.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaderInfo.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaderInfo.MustUnderstand", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaderInfo.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaderInfo.Relay", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaderInfo.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.MessageHeaderInfo", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaderInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.#ctor(System.ServiceModel.Channels.MessageVersion,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L36C9-L39C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.#ctor(System.ServiceModel.Channels.MessageVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L42C15-L44C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.#ctor(System.ServiceModel.Channels.MessageHeaders)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L117C9-L127C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.Add(System.ServiceModel.Channels.MessageHeader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L409C13-L410C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.Clear", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L541C18-L549C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.CopyHeaderFrom(System.ServiceModel.Channels.Message,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L553C13-L559C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.CopyHeaderFrom(System.ServiceModel.Channels.MessageHeaders,System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L563C13-L599C163" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.CopyHeadersFrom(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L605C13-L611C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.CopyHeadersFrom(System.ServiceModel.Channels.MessageHeaders)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L615C13-L624C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.CopyTo(System.ServiceModel.Channels.MessageHeaderInfo[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L628C13-L643C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.FindHeader(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L681C13-L697C114" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.FindHeader(System.String,System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L757C13-L796C28" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L852C13-L852C36" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L857C13-L859C43" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.GetHeader``1(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L964C13-L964C139" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.GetHeader``1(System.String,System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L969C13-L975C40" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.GetHeader``1(System.String,System.String,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L980C13-L991C52" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.GetHeader``1(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L996C13-L1004C165" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.GetHeader``1(System.Int32,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1009C13-L1018C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.GetReaderAtHeader(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1103C13-L1123C178" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.HaveMandatoryHeadersBeenUnderstood", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1259C13-L1259C106" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.HaveMandatoryHeadersBeenUnderstood(System.String[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1264C13-L1283C25" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.Insert(System.Int32,System.ServiceModel.Channels.MessageHeader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1358C13-L1370C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.RemoveAll(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1568C13-L1586C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.RemoveAt(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1590C13-L1604C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.SetAction(System.Xml.XmlDictionaryString)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1646C13-L1654C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.WriteHeader(System.Int32,System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1749C13-L1750C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.WriteHeader(System.Int32,System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1754C13-L1757C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.WriteStartHeader(System.Int32,System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1761C13-L1762C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.WriteStartHeader(System.Int32,System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1766C13-L1787C178" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.WriteHeaderContents(System.Int32,System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1793C13-L1794C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageHeaders.WriteHeaderContents(System.Int32,System.Xml.XmlDictionaryWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L1798C13-L1819C178" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaders.Action", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L133C17-L149C14" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaders.Count", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L177C19-L177C39" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaders.FaultTo", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L184C17-L200C14" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaders.From", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L218C17-L234C14" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaders.MessageId", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L267C17-L283C14" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaders.MessageVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L297C48-L297C52" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaders.RelatesTo", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L303C17-L303C76" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaders.ReplyTo", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L315C17-L331C14" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaders.To", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L349C17-L365C14" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaders.UnderstoodHeaders", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L383C17-L388C43" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageHeaders.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs#L396C17-L403C51" - } - ], - "DocsId": "T:System.ServiceModel.Channels.MessageHeaders", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageHeaders.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L36C9-L38C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.#ctor(System.ServiceModel.Channels.MessageProperties)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L40C9-L43C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.Add(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L331C13-L342C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.Clear", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L364C13-L387C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.CopyProperties(System.ServiceModel.Channels.MessageProperties)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L395C13-L425C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.ContainsKey(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L489C13-L513C33" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L536C13-L559C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.Remove(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L609C13-L616C60" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.TryGetValue(System.String,System.Object@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L621C13-L654C34" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.System#Collections#Generic#ICollection>#CopyTo(System.Collections.Generic.KeyValuePair{System.String,System.Object}[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L810C13-L865C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.System#Collections#Generic#ICollection>#Add(System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L869C13-L880C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.System#Collections#Generic#ICollection>#Contains(System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L884C13-L904C45" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L909C13-L914C86" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.System#Collections#Generic#IEnumerable>#GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L919C13-L961C42" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageProperties.System#Collections#Generic#ICollection>#Remove(System.Collections.Generic.KeyValuePair{System.String,System.Object})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L966C13-L991C25" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageProperties.Item(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L64C17-L76C30" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageProperties.Count", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L101C17-L106C39" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageProperties.Encoder", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L114C17-L119C33" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageProperties.AllowOutputBatching", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L137C17-L142C67" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageProperties.IsFixedSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L168C17-L173C30" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageProperties.IsReadOnly", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L181C17-L186C30" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageProperties.Keys", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L194C17-L232C29" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageProperties.Security", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L240C17-L245C34" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageProperties.Values", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L263C17-L302C31" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageProperties.Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs#L310C17-L315C29" - } - ], - "DocsId": "T:System.ServiceModel.Channels.MessageProperties", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageProperties.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Channels.MessageState.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageState.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.MessageState.Created", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageState.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.MessageState.Read", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageState.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.MessageState.Written", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageState.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.MessageState.Copied", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageState.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.MessageState.Closed", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageState.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.MessageState", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageState.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.MessageVersion.CreateVersion(System.ServiceModel.EnvelopeVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L35C13-L35C85" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageVersion.CreateVersion(System.ServiceModel.EnvelopeVersion,System.ServiceModel.Channels.AddressingVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L40C13-L105C83" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageVersion.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L120C13-L120C32" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageVersion.GetHashCode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L125C13-L136C25" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MessageVersion.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L158C13-L158C108" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageVersion.Addressing", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L109C47-L109C51" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageVersion.Default", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L113C19-L113C47" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageVersion.Envelope", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L116C43-L116C47" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageVersion.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L139C45-L139C49" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageVersion.Soap12WSAddressing10", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L141C61-L141C65" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageVersion.Soap11WSAddressing10", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L143C61-L143C65" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageVersion.Soap12WSAddressingAugust2004", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L147C19-L147C51" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageVersion.Soap11WSAddressingAugust2004", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L150C69-L150C73" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageVersion.Soap11", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L152C47-L152C51" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MessageVersion.Soap12", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs#L154C47-L154C51" - } - ], - "DocsId": "T:System.ServiceModel.Channels.MessageVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MessageVersion.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L20C54-L20C116" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.#ctor(System.ServiceModel.Channels.MessageVersion,System.Text.Encoding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L22C9-L41C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.BuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L156C13-L156C67" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.CanBuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L161C13-L161C70" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L166C13-L166C64" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.CreateMessageEncoderFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L171C13-L171C145" - }, - { - "DocsId": "M:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L176C13-L186C53" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.MaxReadPoolSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L60C17-L60C41" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.MaxWritePoolSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L78C17-L78C42" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.ReaderQuotas", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L95C17-L95C38" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.MaxBufferSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L104C17-L104C39" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.WriteEncoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L121C17-L121C39" - }, - { - "DocsId": "P:System.ServiceModel.Channels.MtomMessageEncodingBindingElement.MessageVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs#L137C17-L137C40" - } - ], - "DocsId": "T:System.ServiceModel.Channels.MtomMessageEncodingBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/MtomMessageEncodingBindingElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.OutputChannel.#ctor(System.ServiceModel.Channels.ChannelManagerBase)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs#L14C15-L16C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.OutputChannel.BeginSend(System.ServiceModel.Channels.Message,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs#L23C13-L23C76" - }, - { - "DocsId": "M:System.ServiceModel.Channels.OutputChannel.BeginSend(System.ServiceModel.Channels.Message,System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs#L28C13-L42C73" - }, - { - "DocsId": "M:System.ServiceModel.Channels.OutputChannel.EndSend(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs#L47C13-L48C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.OutputChannel.GetProperty``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs#L52C13-L63C31" - }, - { - "DocsId": "M:System.ServiceModel.Channels.OutputChannel.OnSend(System.ServiceModel.Channels.Message,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.OutputChannel.OnSendAsync(System.ServiceModel.Channels.Message,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.OutputChannel.Send(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs#L72C13-L73C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.OutputChannel.Send(System.ServiceModel.Channels.Message,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs#L77C13-L93C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.OutputChannel.SendAsync(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs#L97C13-L97C59" - }, - { - "DocsId": "M:System.ServiceModel.Channels.OutputChannel.SendAsync(System.ServiceModel.Channels.Message,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs#L102C13-L117C50" - }, - { - "DocsId": "M:System.ServiceModel.Channels.OutputChannel.AddHeadersTo(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs#L126C9-L126C10" - }, - { - "DocsId": "P:System.ServiceModel.Channels.OutputChannel.RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.OutputChannel.Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.OutputChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/OutputChannel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.ReliableSessionBindingElement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L15C9-L25C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ReliableSessionBindingElement.#ctor(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L15C9-L43C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ReliableSessionBindingElement.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L189C13-L189C60" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ReliableSessionBindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L194C13-L210C54" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ReliableSessionBindingElement.BuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L282C13-L345C145" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ReliableSessionBindingElement.CanBuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L350C13-L371C26" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ReliableSessionBindingElement.AcknowledgementInterval", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L50C17-L50C49" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ReliableSessionBindingElement.FlowControlEnabled", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L71C42-L71C46" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ReliableSessionBindingElement.InactivityTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L78C17-L78C43" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ReliableSessionBindingElement.MaxPendingChannels", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L103C17-L103C44" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ReliableSessionBindingElement.MaxRetryCount", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L119C17-L119C39" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ReliableSessionBindingElement.MaxTransferWindowSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L135C17-L135C47" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ReliableSessionBindingElement.Ordered", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L147C31-L147C35" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ReliableSessionBindingElement.ReliableMessagingVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs#L154C17-L154C50" - } - ], - "DocsId": "T:System.ServiceModel.Channels.ReliableSessionBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ReliableSessionBindingElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.RequestContext.Abort", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.RequestContext.Close", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.RequestContext.Close(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.RequestContext.Reply(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.RequestContext.Reply(System.ServiceModel.Channels.Message,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.RequestContext.BeginReply(System.ServiceModel.Channels.Message,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.RequestContext.BeginReply(System.ServiceModel.Channels.Message,System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.RequestContext.EndReply(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.RequestContext.System#IDisposable#Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs#L26C13-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.RequestContext.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs#L31C9-L31C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.RequestContext.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs" - }, - { - "DocsId": "P:System.ServiceModel.Channels.RequestContext.RequestMessage", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.RequestContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/RequestContext.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.SetIssuerBindingContextIfRequired(System.ServiceModel.Security.Tokens.SecurityTokenParameters,System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L218C9-L218C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.BuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L327C13-L357C27" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.BuildChannelFactoryCore``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.CanBuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L364C13-L381C143" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.SetKeyDerivation(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L410C13-L411C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L425C13-L439C54" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.CreateMutualCertificateBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L471C13-L471C164" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.CreateMutualCertificateBindingElement(System.ServiceModel.MessageSecurityVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L476C13-L476C74" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.CreateMutualCertificateBindingElement(System.ServiceModel.MessageSecurityVersion,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L481C13-L486C138" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.CreateUserNameOverTransportBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L491C13-L496C27" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.CreateCertificateOverTransportBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L501C13-L501C97" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.CreateCertificateOverTransportBindingElement(System.ServiceModel.MessageSecurityVersion)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L506C13-L534C27" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.CreateIssuedTokenOverTransportBindingElement(System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L539C13-L557C27" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.CreateSecureConversationBindingElement(System.ServiceModel.Channels.SecurityBindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L562C13-L562C154" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.CreateSecureConversationBindingElement(System.ServiceModel.Channels.SecurityBindingElement,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L567C13-L567C105" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.CreateSecureConversationBindingElement(System.ServiceModel.Channels.SecurityBindingElement,System.Boolean,System.ServiceModel.Security.ChannelProtectionRequirements)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L572C13-L599C27" - }, - { - "DocsId": "M:System.ServiceModel.Channels.SecurityBindingElement.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L604C13-L644C41" - }, - { - "DocsId": "P:System.ServiceModel.Channels.SecurityBindingElement.EndpointSupportingTokenParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L82C78-L82C82" - }, - { - "DocsId": "P:System.ServiceModel.Channels.SecurityBindingElement.OptionalEndpointSupportingTokenParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L84C86-L84C90" - }, - { - "DocsId": "P:System.ServiceModel.Channels.SecurityBindingElement.OperationSupportingTokenParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L86C101-L86C136" - }, - { - "DocsId": "P:System.ServiceModel.Channels.SecurityBindingElement.OptionalOperationSupportingTokenParameters", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L88C109-L88C152" - }, - { - "DocsId": "P:System.ServiceModel.Channels.SecurityBindingElement.SecurityHeaderLayout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L94C17-L94C46" - }, - { - "DocsId": "P:System.ServiceModel.Channels.SecurityBindingElement.MessageSecurityVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L111C17-L111C48" - }, - { - "DocsId": "P:System.ServiceModel.Channels.SecurityBindingElement.EnableUnsecuredResponse", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L119C47-L119C51" - }, - { - "DocsId": "P:System.ServiceModel.Channels.SecurityBindingElement.IncludeTimestamp", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L121C40-L121C44" - }, - { - "DocsId": "P:System.ServiceModel.Channels.SecurityBindingElement.DefaultAlgorithmSuite", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L127C17-L127C47" - }, - { - "DocsId": "P:System.ServiceModel.Channels.SecurityBindingElement.LocalClientSettings", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L135C66-L135C70" - }, - { - "DocsId": "P:System.ServiceModel.Channels.SecurityBindingElement.KeyEntropyMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs#L141C17-L141C40" - } - ], - "DocsId": "T:System.ServiceModel.Channels.SecurityBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityBindingElement.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Channels.SecurityHeaderLayout.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityHeaderLayout.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.SecurityHeaderLayout.Strict", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityHeaderLayout.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.SecurityHeaderLayout.Lax", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityHeaderLayout.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.SecurityHeaderLayout.LaxTimestampFirst", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityHeaderLayout.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.SecurityHeaderLayout.LaxTimestampLast", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityHeaderLayout.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.SecurityHeaderLayout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SecurityHeaderLayout.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.ToString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L50C13-L50C44" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.Invoke(System.Reflection.MethodInfo,System.Object[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L128C13-L157C184" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IChannel#GetProperty``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L535C13-L535C53" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#get_State", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L540C19-L540C48" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#add_Closed(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L545C19-L545C53" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#remove_Closed(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L546C22-L546C56" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#add_Closing(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L551C19-L551C54" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#remove_Closing(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L552C22-L552C57" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#add_Faulted(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L557C19-L557C54" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#remove_Faulted(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L558C22-L558C57" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#add_Opened(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L563C19-L563C53" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#remove_Opened(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L564C22-L564C56" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#add_Opening(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L569C19-L569C54" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#remove_Opening(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L570C22-L570C57" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#Abort", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L575C13-L576C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#Close", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L580C13-L581C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#Close(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L585C13-L586C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#BeginClose(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L590C13-L590C64" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#BeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L595C13-L595C73" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#EndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L600C13-L601C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#Open", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L605C13-L606C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#Open(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L610C13-L611C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#BeginOpen(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L615C13-L615C63" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#BeginOpen(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L620C13-L620C72" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#EndOpen(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L625C13-L626C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#get_AllowInitializationUI", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L632C17-L632C80" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#set_AllowInitializationUI(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L636C17-L637C14" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#get_DidInteractiveInitialization", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L642C19-L642C89" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#get_Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L647C19-L647C46" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#add_UnknownMessageReceived(System.EventHandler{System.ServiceModel.UnknownMessageReceivedEventArgs})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L652C19-L652C87" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#remove_UnknownMessageReceived(System.EventHandler{System.ServiceModel.UnknownMessageReceivedEventArgs})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L653C22-L653C90" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#BeginDisplayInitializationUI(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L658C13-L658C82" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#DisplayInitializationUI", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L663C13-L664C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#EndDisplayInitializationUI(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L668C13-L669C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#IDisposable#Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L673C13-L674C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#get_AllowOutputBatching", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L680C17-L680C79" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#set_AllowOutputBatching(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L684C17-L685C14" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#get_InputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L690C19-L690C74" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#get_LocalAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L695C19-L695C74" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#get_OperationTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L702C17-L702C76" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#set_OperationTimeout(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L706C17-L707C14" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#get_OutputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L712C19-L712C75" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IOutputChannel#get_RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L717C19-L717C75" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IOutputChannel#get_Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L722C19-L722C46" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#get_RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L727C19-L727C75" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#get_SessionId", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L732C19-L732C71" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IExtensibleObject#get_Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L737C19-L737C72" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IOutputChannel#BeginSend(System.ServiceModel.Channels.Message,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L742C13-L742C72" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IOutputChannel#BeginSend(System.ServiceModel.Channels.Message,System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L747C13-L747C81" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IOutputChannel#EndSend(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L752C13-L753C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IOutputChannel#Send(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L757C13-L758C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IOutputChannel#Send(System.ServiceModel.Channels.Message,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L762C13-L763C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IRequestChannel#Request(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L767C13-L767C53" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IRequestChannel#Request(System.ServiceModel.Channels.Message,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L772C13-L772C62" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IRequestChannel#BeginRequest(System.ServiceModel.Channels.Message,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L777C13-L777C75" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IRequestChannel#BeginRequest(System.ServiceModel.Channels.Message,System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L782C13-L782C84" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IRequestChannel#EndRequest(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L787C13-L787C55" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.BeginCloseOutputSession(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L792C13-L792C111" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.EndCloseOutputSession(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L797C13-L798C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.CloseOutputSession(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L802C13-L803C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IRequestChannel#get_RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L807C19-L807C75" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IRequestChannel#get_Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L812C19-L812C46" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IServiceChannel#get_ListenUri", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L817C19-L817C52" - }, - { - "DocsId": "M:System.ServiceModel.Channels.ServiceChannelProxy.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs" - }, - { - "DocsId": "E:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#Closed", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L545C19-L545C53" - }, - { - "DocsId": "E:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#Closing", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L551C19-L551C54" - }, - { - "DocsId": "E:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#Faulted", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L557C19-L557C54" - }, - { - "DocsId": "E:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#Opened", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L563C19-L563C53" - }, - { - "DocsId": "E:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#Opening", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L569C19-L569C54" - }, - { - "DocsId": "E:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#UnknownMessageReceived", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L652C19-L652C87" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#ICommunicationObject#State", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L540C19-L540C48" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#AllowInitializationUI", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L632C17-L632C80" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#DidInteractiveInitialization", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L642C19-L642C89" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IClientChannel#Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L647C19-L647C46" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#AllowOutputBatching", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L680C17-L680C79" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#InputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L690C19-L690C74" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#LocalAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L695C19-L695C74" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#OperationTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L702C17-L702C76" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#OutputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L712C19-L712C75" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IOutputChannel#RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L717C19-L717C75" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IOutputChannel#Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L722C19-L722C46" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L727C19-L727C75" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IContextChannel#SessionId", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L732C19-L732C71" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IExtensibleObject#Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L737C19-L737C72" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IRequestChannel#RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L807C19-L807C75" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#Channels#IRequestChannel#Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L812C19-L812C46" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.System#ServiceModel#IServiceChannel#ListenUri", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L817C19-L817C52" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.AutomaticInputSessionShutdown", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L824C17-L824C95" - }, - { - "DocsId": "P:System.ServiceModel.Channels.ServiceChannelProxy.CallbackInstance", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs#L837C17-L837C82" - } - ], - "DocsId": "T:System.ServiceModel.Channels.ServiceChannelProxy", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/ServiceChannelProxy.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Channels.SupportedAddressingMode.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SupportedAddressingMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.SupportedAddressingMode.Anonymous", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SupportedAddressingMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.SupportedAddressingMode.NonAnonymous", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SupportedAddressingMode.cs" - }, - { - "DocsId": "F:System.ServiceModel.Channels.SupportedAddressingMode.Mixed", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SupportedAddressingMode.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.SupportedAddressingMode", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/SupportedAddressingMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.TextMessageEncodingBindingElement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TextMessageEncodingBindingElement.cs#L21C15-L23C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TextMessageEncodingBindingElement.#ctor(System.ServiceModel.Channels.MessageVersion,System.Text.Encoding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TextMessageEncodingBindingElement.cs#L25C9-L40C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TextMessageEncodingBindingElement.BuildChannelFactory``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TextMessageEncodingBindingElement.cs#L138C13-L138C67" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TextMessageEncodingBindingElement.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TextMessageEncodingBindingElement.cs#L143C13-L143C64" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TextMessageEncodingBindingElement.CreateMessageEncoderFactory", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TextMessageEncodingBindingElement.cs#L148C13-L148C130" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TextMessageEncodingBindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TextMessageEncodingBindingElement.cs#L153C13-L163C53" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TextMessageEncodingBindingElement.MaxReadPoolSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TextMessageEncodingBindingElement.cs#L58C17-L58C41" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TextMessageEncodingBindingElement.MaxWritePoolSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TextMessageEncodingBindingElement.cs#L76C17-L76C42" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TextMessageEncodingBindingElement.ReaderQuotas", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TextMessageEncodingBindingElement.cs#L93C17-L93C38" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TextMessageEncodingBindingElement.MessageVersion", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TextMessageEncodingBindingElement.cs#L110C17-L110C40" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TextMessageEncodingBindingElement.WriteEncoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TextMessageEncodingBindingElement.cs#L122C17-L122C39" - } - ], - "DocsId": "T:System.ServiceModel.Channels.TextMessageEncodingBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TextMessageEncodingBindingElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.TransportBindingElement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportBindingElement.cs#L20C9-L25C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TransportBindingElement.#ctor(System.ServiceModel.Channels.TransportBindingElement)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportBindingElement.cs#L28C15-L33C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TransportBindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportBindingElement.cs#L96C13-L132C25" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TransportBindingElement.ManualAddressing", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportBindingElement.cs#L40C17-L40C42" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TransportBindingElement.MaxBufferPoolSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportBindingElement.cs#L54C17-L54C43" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TransportBindingElement.MaxReceivedMessageSize", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportBindingElement.cs#L72C17-L72C48" - }, - { - "DocsId": "P:System.ServiceModel.Channels.TransportBindingElement.Scheme", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportBindingElement.cs" - } - ], - "DocsId": "T:System.ServiceModel.Channels.TransportBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportBindingElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.TransportSecurityBindingElement.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportSecurityBindingElement.cs#L17C15-L19C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TransportSecurityBindingElement.BuildChannelFactoryCore``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportSecurityBindingElement.cs#L88C13-L174C35" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TransportSecurityBindingElement.GetProperty``1(System.ServiceModel.Channels.BindingContext)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportSecurityBindingElement.cs#L179C13-L190C53" - }, - { - "DocsId": "M:System.ServiceModel.Channels.TransportSecurityBindingElement.Clone", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportSecurityBindingElement.cs#L196C13-L196C62" - } - ], - "DocsId": "T:System.ServiceModel.Channels.TransportSecurityBindingElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/TransportSecurityBindingElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Channels.UnderstoodHeaders.Add(System.ServiceModel.Channels.MessageHeaderInfo)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/UnderstoodHeaders.cs#L25C13-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Channels.UnderstoodHeaders.Contains(System.ServiceModel.Channels.MessageHeaderInfo)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/UnderstoodHeaders.cs#L31C13-L31C61" - }, - { - "DocsId": "M:System.ServiceModel.Channels.UnderstoodHeaders.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/UnderstoodHeaders.cs#L36C13-L36C36" - }, - { - "DocsId": "M:System.ServiceModel.Channels.UnderstoodHeaders.GetEnumerator", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/UnderstoodHeaders.cs#L41C13-L41C62" - }, - { - "DocsId": "M:System.ServiceModel.Channels.UnderstoodHeaders.Remove(System.ServiceModel.Channels.MessageHeaderInfo)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/UnderstoodHeaders.cs#L46C13-L48C10" - } - ], - "DocsId": "T:System.ServiceModel.Channels.UnderstoodHeaders", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Channels/UnderstoodHeaders.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Runtime.TaskHelpers.EndWithOutDelegate`2.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.EndWithOutDelegate`2.Invoke(System.IAsyncResult,`0@)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.EndWithOutDelegate`2.BeginInvoke(System.IAsyncResult,`0@,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - }, - { - "DocsId": "M:System.Runtime.TaskHelpers.EndWithOutDelegate`2.EndInvoke(`0@,System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - } - ], - "DocsId": "T:System.Runtime.TaskHelpers.EndWithOutDelegate`2", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/Internals/System/Runtime/TaskHelpers.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ClientBase`1.BeginOperationDelegate.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.BeginOperationDelegate.Invoke(System.Object[],System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.BeginOperationDelegate.BeginInvoke(System.Object[],System.AsyncCallback,System.Object,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.BeginOperationDelegate.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - } - ], - "DocsId": "T:System.ServiceModel.ClientBase`1.BeginOperationDelegate", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ClientBase`1.EndOperationDelegate.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.EndOperationDelegate.Invoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.EndOperationDelegate.BeginInvoke(System.IAsyncResult,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.EndOperationDelegate.EndInvoke(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - } - ], - "DocsId": "T:System.ServiceModel.ClientBase`1.EndOperationDelegate", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.ServiceModel.ClientBase`1.InvokeAsyncCompletedEventArgs.Results", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L786C39-L786C43" - } - ], - "DocsId": "T:System.ServiceModel.ClientBase`1.InvokeAsyncCompletedEventArgs", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "Members": [], - "DocsId": "T:System.ServiceModel.ClientBase`1.AsyncOperationContext", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.#ctor(System.ServiceModel.ClientBase{`1})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L902C13-L914C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.BeginInvoke(System.String,System.Object[],System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L918C17-L926C93" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.EndInvoke(System.String,System.Object[],System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L931C17-L946C28" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#get_AllowInitializationUI", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L961C23-L961C79" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#set_AllowInitializationUI(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L962C23-L962C82" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#get_DidInteractiveInitialization", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L967C23-L967C86" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#get_Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L972C23-L972C61" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#add_UnknownMessageReceived(System.EventHandler{System.ServiceModel.UnknownMessageReceivedEventArgs})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L977C23-L977C84" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#remove_UnknownMessageReceived(System.EventHandler{System.ServiceModel.UnknownMessageReceivedEventArgs})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L978C26-L978C87" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#DisplayInitializationUI", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L983C17-L984C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#BeginDisplayInitializationUI(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L988C17-L988C97" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#EndDisplayInitializationUI(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L993C17-L994C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#get_AllowOutputBatching", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L998C23-L998C78" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#set_AllowOutputBatching(System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L999C23-L999C81" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#get_InputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1004C23-L1004C71" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#get_LocalAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1009C23-L1009C71" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#get_OperationTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1014C23-L1014C75" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#set_OperationTimeout(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1015C23-L1015C78" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#get_OutputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1020C23-L1020C72" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#get_RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1025C23-L1025C72" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#get_SessionId", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1030C23-L1030C68" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IChannel#GetProperty``1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1035C17-L1035C70" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#get_State", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1040C23-L1040C69" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#add_Closed(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1045C23-L1045C74" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#remove_Closed(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1046C26-L1046C77" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#add_Closing(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1051C23-L1051C75" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#remove_Closing(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1052C26-L1052C78" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#add_Faulted(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1057C23-L1057C75" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#remove_Faulted(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1058C26-L1058C78" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#add_Opened(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1063C23-L1063C74" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#remove_Opened(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1064C26-L1064C77" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#add_Opening(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1069C23-L1069C75" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#remove_Opening(System.EventHandler)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1070C26-L1070C78" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#Abort", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1075C17-L1076C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#Close", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1080C17-L1081C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#Close(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1085C17-L1086C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#BeginClose(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1090C17-L1090C85" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#BeginClose(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1095C17-L1095C94" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#EndClose(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1100C17-L1101C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#Open", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1105C17-L1106C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#Open(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1110C17-L1111C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#BeginOpen(System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1115C17-L1115C84" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#BeginOpen(System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1120C17-L1120C93" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#EndOpen(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1125C17-L1126C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IExtensibleObject#get_Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1130C23-L1130C88" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#IDisposable#Dispose", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1135C17-L1136C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IOutputChannel#get_Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1140C23-L1140C61" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IOutputChannel#get_RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1145C23-L1145C71" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IOutputChannel#Send(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1150C17-L1151C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IOutputChannel#Send(System.ServiceModel.Channels.Message,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1155C17-L1156C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IOutputChannel#BeginSend(System.ServiceModel.Channels.Message,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1160C17-L1160C87" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IOutputChannel#BeginSend(System.ServiceModel.Channels.Message,System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1165C17-L1165C96" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IOutputChannel#EndSend(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1170C17-L1171C14" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IRequestChannel#get_Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1175C23-L1175C62" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IRequestChannel#get_RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1180C23-L1180C72" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IRequestChannel#Request(System.ServiceModel.Channels.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1185C17-L1185C69" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IRequestChannel#Request(System.ServiceModel.Channels.Message,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1190C17-L1190C78" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IRequestChannel#BeginRequest(System.ServiceModel.Channels.Message,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1195C17-L1195C91" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IRequestChannel#BeginRequest(System.ServiceModel.Channels.Message,System.TimeSpan,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1200C17-L1200C100" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IRequestChannel#EndRequest(System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1205C17-L1205C71" - }, - { - "DocsId": "M:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IChannelBaseProxy#GetServiceChannel", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1210C17-L1210C33" - }, - { - "DocsId": "E:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#UnknownMessageReceived", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L977C23-L977C84" - }, - { - "DocsId": "E:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#Closed", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1045C23-L1045C74" - }, - { - "DocsId": "E:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#Closing", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1051C23-L1051C75" - }, - { - "DocsId": "E:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#Faulted", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1057C23-L1057C75" - }, - { - "DocsId": "E:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#Opened", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1063C23-L1063C74" - }, - { - "DocsId": "E:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#Opening", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1069C23-L1069C75" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#AllowInitializationUI", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L961C23-L961C79" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#DidInteractiveInitialization", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L967C23-L967C86" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IClientChannel#Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L972C23-L972C61" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#AllowOutputBatching", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L998C23-L998C78" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#InputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1004C23-L1004C71" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#LocalAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1009C23-L1009C71" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#OperationTimeout", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1014C23-L1014C75" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#OutputSession", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1020C23-L1020C72" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1025C23-L1025C72" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IContextChannel#SessionId", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1030C23-L1030C68" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#ICommunicationObject#State", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1040C23-L1040C69" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#IExtensibleObject#Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1130C23-L1130C88" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IOutputChannel#Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1140C23-L1140C61" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IOutputChannel#RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1145C23-L1145C71" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IRequestChannel#Via", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1175C23-L1175C62" - }, - { - "DocsId": "P:System.ServiceModel.ClientBase`1.ChannelBase`1.System#ServiceModel#Channels#IRequestChannel#RemoteAddress", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs#L1180C23-L1180C72" - } - ], - "DocsId": "T:System.ServiceModel.ClientBase`1.ChannelBase`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/ClientBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Dispatcher.FaultFormatter.OperationFault`1.#ctor(System.Runtime.Serialization.XmlObjectSerializer,System.ServiceModel.FaultException{`0})", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultFormatter.cs#L221C17-L227C14" - } - ], - "DocsId": "T:System.ServiceModel.Dispatcher.FaultFormatter.OperationFault`1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.ServiceModel.Primitives/src/System/ServiceModel/Dispatcher/FaultFormatter.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.ServiceModel.Syndication.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.ServiceModel.Syndication.json deleted file mode 100644 index bdc9876ee7c..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.ServiceModel.Syndication.json +++ /dev/null @@ -1,2356 +0,0 @@ -{ - "Assembly": "System.ServiceModel.Syndication", - "GUID": "3F91D1034FA340D4BB8FAEA063D83E41FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L34C40-L36C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L66C65-L52C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.#ctor(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L66C65-L59C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L76C13-L81C100" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.System#Xml#Serialization#IXmlSerializable#GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L84C51-L84C55" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.System#Xml#Serialization#IXmlSerializable#ReadXml(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L88C13-L94C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.System#Xml#Serialization#IXmlSerializable#WriteXml(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L98C13-L104C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L108C13-L114C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L118C13-L126C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.CreateFeedInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L492C68-L492C96" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.ReadItem(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L496C13-L507C25" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.ReadItems(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationFeed,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L512C13-L527C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.WriteItem(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationItem,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L532C13-L535C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter.WriteItems(System.Xml.XmlWriter,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationItem},System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L539C13-L547C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Atom10FeedFormatter.PreserveAttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L66C51-L66C55" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Atom10FeedFormatter.PreserveElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L68C49-L68C53" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Atom10FeedFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L70C43-L70C69" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Atom10FeedFormatter.FeedType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L72C35-L72C39" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.Atom10FeedFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L1225C40-L1227C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L1229C68-L1231C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10FeedFormatter`1.CreateFeedInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs#L1233C68-L1233C90" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.Atom10FeedFormatter`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10FeedFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L18C40-L20C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L14C9-L35C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.#ctor(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L14C9-L40C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L68C13-L73C101" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.System#Xml#Serialization#IXmlSerializable#GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L76C51-L76C55" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.System#Xml#Serialization#IXmlSerializable#ReadXml(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L80C13-L86C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.System#Xml#Serialization#IXmlSerializable#WriteXml(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L90C13-L96C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L100C13-L106C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L110C13-L118C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter.CreateItemInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L120C68-L120C96" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Atom10ItemFormatter.PreserveAttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L44C20-L44C48" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Atom10ItemFormatter.PreserveElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L54C20-L54C46" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Atom10ItemFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L62C43-L62C69" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Atom10ItemFormatter.ItemType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L64C35-L64C39" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.Atom10ItemFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L143C40-L145C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L147C68-L149C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Atom10ItemFormatter`1.CreateItemInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs#L151C68-L151C90" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.Atom10ItemFormatter`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Atom10ItemFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L18C57-L20C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.#ctor(System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L22C109-L44C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.#ctor(System.ServiceModel.Syndication.CategoriesDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L46C91-L59C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L65C13-L70C95" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.System#Xml#Serialization#IXmlSerializable#GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L73C51-L73C55" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.System#Xml#Serialization#IXmlSerializable#ReadXml(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L77C13-L83C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.System#Xml#Serialization#IXmlSerializable#WriteXml(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L87C13-L98C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L102C13-L113C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L117C13-L130C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.CreateInlineCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L134C13-L140C96" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.CreateReferencedCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L146C13-L152C104" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs#L61C43-L61C67" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.AtomPub10CategoriesDocumentFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10CategoriesDocumentFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L21C54-L23C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L25C79-L39C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.#ctor(System.ServiceModel.Syndication.ServiceDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L41C85-L45C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L51C13-L56C92" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.System#Xml#Serialization#IXmlSerializable#GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L59C51-L59C55" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.System#Xml#Serialization#IXmlSerializable#ReadXml(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L63C13-L69C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.System#Xml#Serialization#IXmlSerializable#WriteXml(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L73C13-L84C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L88C13-L100C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L104C13-L117C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.CreateDocumentInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L159C13-L165C81" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L47C43-L47C67" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L638C54-L640C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L642C86-L644C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter`1.CreateDocumentInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs#L646C72-L646C94" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/AtomPub10ServiceDocumentFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.Create(System.Collections.ObjectModel.Collection{System.ServiceModel.Syndication.SyndicationCategory})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L30C13-L30C61" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.Create(System.Collections.ObjectModel.Collection{System.ServiceModel.Syndication.SyndicationCategory},System.Boolean,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L35C13-L35C78" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.Create(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L40C13-L40C79" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.Load(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L45C13-L47C39" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.GetFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L50C62-L50C108" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.Save(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L54C13-L55C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L59C13-L59C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L64C13-L64C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L69C13-L70C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocument.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L74C13-L75C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.CategoriesDocument.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L18C76-L18C107" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.CategoriesDocument.BaseUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L20C30-L20C34" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.CategoriesDocument.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L22C75-L22C104" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.CategoriesDocument.Language", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs#L24C34-L24C38" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.CategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocument.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L14C9-L16C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.#ctor(System.ServiceModel.Syndication.CategoriesDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L18C9-L26C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.CreateInlineCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L38C13-L38C51" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.CreateReferencedCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L43C13-L43C55" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.CategoriesDocumentFormatter.SetDocument(System.ServiceModel.Syndication.CategoriesDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L46C76-L46C96" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.CategoriesDocumentFormatter.Document", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs#L28C47-L28C56" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.CategoriesDocumentFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.CategoriesDocumentFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/CategoriesDocumentFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.InlineCategoriesDocument.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L13C9-L15C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.InlineCategoriesDocument.#ctor(System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationCategory})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L17C88-L19C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.InlineCategoriesDocument.#ctor(System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationCategory},System.Boolean,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L21C9-L34C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.InlineCategoriesDocument.CreateCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L47C76-L47C101" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.InlineCategoriesDocument.Categories", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L38C20-L38C87" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.InlineCategoriesDocument.IsFixed", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L41C31-L41C35" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.InlineCategoriesDocument.Scheme", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs#L43C32-L43C36" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.InlineCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/InlineCategoriesDocument.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.ReferencedCategoriesDocument.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ReferencedCategoriesDocument.cs#L8C9-L10C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ReferencedCategoriesDocument.#ctor(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ReferencedCategoriesDocument.cs#L12C57-L20C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ReferencedCategoriesDocument.Link", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ReferencedCategoriesDocument.cs#L22C27-L22C31" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.ReferencedCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ReferencedCategoriesDocument.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L17C9-L19C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.#ctor(System.String,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L21C65-L23C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.#ctor(System.ServiceModel.Syndication.TextSyndicationContent,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L25C81-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.#ctor(System.ServiceModel.Syndication.TextSyndicationContent,System.Uri,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.CategoriesDocument},System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L30C15-L32C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.#ctor(System.ServiceModel.Syndication.TextSyndicationContent,System.Uri,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.CategoriesDocument},System.Collections.Generic.IEnumerable{System.String})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L34C9-L65C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.CreateInlineCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L89C13-L89C51" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.CreateReferencedCategoriesDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L94C13-L94C55" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L99C13-L99C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L104C13-L104C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L109C13-L110C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ResourceCollectionInfo.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L114C13-L115C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ResourceCollectionInfo.Accepts", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L69C20-L69C71" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ResourceCollectionInfo.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L72C76-L72C107" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ResourceCollectionInfo.BaseUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L74C30-L74C34" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ResourceCollectionInfo.Categories", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L78C20-L78C86" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ResourceCollectionInfo.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L81C75-L81C104" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ResourceCollectionInfo.Link", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L83C27-L83C31" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ResourceCollectionInfo.Title", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs#L85C47-L85C51" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.ResourceCollectionInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ResourceCollectionInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L27C39-L29C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L64C65-L47C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.#ctor(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L49C66-L51C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.#ctor(System.ServiceModel.Syndication.SyndicationFeed,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L64C65-L60C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L76C13-L81C96" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.System#Xml#Serialization#IXmlSerializable#GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L84C51-L84C55" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.System#Xml#Serialization#IXmlSerializable#ReadXml(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L88C13-L94C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.System#Xml#Serialization#IXmlSerializable#WriteXml(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L98C13-L104C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L108C13-L114C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L118C13-L126C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.SetFeed(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L130C13-L132C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.CreateFeedInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L144C68-L144C96" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.ReadItem(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L148C13-L159C25" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.ReadItems(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationFeed,System.Boolean@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L164C13-L179C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.WriteItem(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationItem,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L184C13-L187C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter.WriteItems(System.Xml.XmlWriter,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationItem},System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L191C13-L200C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Rss20FeedFormatter.PreserveAttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L64C51-L64C55" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Rss20FeedFormatter.PreserveElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L66C49-L66C53" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Rss20FeedFormatter.SerializeExtensionsAsAtom", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L68C49-L68C53" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Rss20FeedFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L70C43-L70C68" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Rss20FeedFormatter.FeedType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L72C35-L72C39" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.Rss20FeedFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L1202C39-L1204C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L1206C67-L1208C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter`1.#ctor(`0,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L1210C99-L1212C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20FeedFormatter`1.CreateFeedInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs#L1214C68-L1214C90" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.Rss20FeedFormatter`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20FeedFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L19C39-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.#ctor(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L15C9-L40C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.#ctor(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L42C66-L44C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.#ctor(System.ServiceModel.Syndication.SyndicationItem,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L15C9-L53C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L91C13-L96C97" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.System#Xml#Serialization#IXmlSerializable#GetSchema", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L99C51-L99C55" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.System#Xml#Serialization#IXmlSerializable#ReadXml(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L103C13-L109C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.System#Xml#Serialization#IXmlSerializable#WriteXml(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L113C13-L119C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L123C13-L129C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L133C13-L141C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter.CreateItemInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L143C68-L143C96" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Rss20ItemFormatter.PreserveAttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L57C20-L57C48" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Rss20ItemFormatter.PreserveElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L67C20-L67C46" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Rss20ItemFormatter.SerializeExtensionsAsAtom", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L77C20-L77C46" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Rss20ItemFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L85C43-L85C68" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Rss20ItemFormatter.ItemType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L87C35-L87C39" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.Rss20ItemFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter`1.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L166C39-L168C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter`1.#ctor(`0)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L170C67-L172C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter`1.#ctor(`0,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L174C99-L176C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Rss20ItemFormatter`1.CreateItemInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs#L178C68-L178C90" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.Rss20ItemFormatter`1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Rss20ItemFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L15C36-L17C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.#ctor(System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.Workspace})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L19C9-L29C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.Load(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L46C13-L46C50" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.Load``1(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L51C13-L53C57" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.GetFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L58C13-L58C64" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.Save(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L63C13-L64C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.CreateWorkspace", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L68C13-L68C36" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L73C13-L73C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L78C13-L78C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L83C13-L84C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocument.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L88C13-L89C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ServiceDocument.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L31C76-L31C107" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ServiceDocument.BaseUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L33C30-L33C34" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ServiceDocument.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L35C75-L35C104" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ServiceDocument.Language", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L37C34-L37C38" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ServiceDocument.Workspaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs#L41C20-L41C77" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.ServiceDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocument.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L15C9-L17C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.#ctor(System.ServiceModel.Syndication.ServiceDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L19C9-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CreateCategory(System.ServiceModel.Syndication.InlineCategoriesDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L74C13-L79C54" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CreateCollection(System.ServiceModel.Syndication.Workspace)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L84C13-L89C57" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CreateInlineCategories(System.ServiceModel.Syndication.ResourceCollectionInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L94C13-L94C64" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CreateReferencedCategories(System.ServiceModel.Syndication.ResourceCollectionInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L99C13-L99C68" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CreateWorkspace(System.ServiceModel.Syndication.ServiceDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L104C13-L109C47" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.CategoriesDocument,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L114C13-L120C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.ResourceCollectionInfo,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L124C13-L130C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.Workspace,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L134C13-L140C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.ServiceDocument,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L144C13-L150C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.ServiceDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L154C13-L159C73" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.ResourceCollectionInfo,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L164C13-L169C75" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.CategoriesDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L174C13-L179C75" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.Workspace,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L184C13-L189C74" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.ResourceCollectionInfo,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L194C13-L199C64" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.ServiceDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L204C13-L209C62" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.Workspace,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L214C13-L219C63" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.CategoriesDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L224C13-L229C64" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.ServiceDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L234C13-L240C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.Workspace,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L244C13-L250C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.ResourceCollectionInfo,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L254C13-L260C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.CategoriesDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L264C13-L270C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.ServiceDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L274C13-L280C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.Workspace,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L284C13-L290C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.ResourceCollectionInfo,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L294C13-L300C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.CategoriesDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L304C13-L310C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.CreateDocumentInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L312C71-L312C92" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.ServiceDocumentFormatter.SetDocument(System.ServiceModel.Syndication.ServiceDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L314C73-L314C93" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ServiceDocumentFormatter.Document", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs#L29C44-L29C53" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.ServiceDocumentFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.ServiceDocumentFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/ServiceDocumentFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L14C40-L16C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L18C51-L20C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L22C9-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.#ctor(System.ServiceModel.Syndication.SyndicationCategory)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L29C9-L40C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L52C55-L52C84" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L56C13-L56C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L61C13-L61C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L66C13-L67C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationCategory.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L71C13-L72C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationCategory.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L42C76-L42C107" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationCategory.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L44C75-L44C104" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationCategory.Label", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L46C31-L46C35" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationCategory.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L48C30-L48C34" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationCategory.Scheme", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs#L50C32-L50C36" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.SyndicationCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationCategory.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L15C9-L17C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.#ctor(System.ServiceModel.Syndication.SyndicationContent)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L19C9-L19C99" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreateHtmlContent(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L30C13-L30C89" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreatePlaintextContent(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L35C13-L35C56" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreateUrlContent(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L40C13-L40C62" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreateXhtmlContent(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L45C13-L45C90" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreateXmlContent(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L50C13-L50C126" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreateXmlContent(System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L55C13-L55C120" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreateXmlContent(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L60C13-L60C57" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.CreateXmlContent(System.Object,System.Xml.Serialization.XmlSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L65C13-L65C109" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.WriteTo(System.Xml.XmlWriter,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L72C13-L98C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationContent.WriteContentsTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationContent.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs#L23C20-L23C87" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationContent.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.SyndicationContent", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationContent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.#ctor(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L22C9-L42C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L44C76-L46C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.#ctor(System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L49C15-L51C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.#ctor(System.String,System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L54C15-L56C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.#ctor(System.String,System.String,System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L58C9-L75C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.#ctor(System.Object,System.Xml.Serialization.XmlSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L77C9-L87C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.GetObject``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L123C54-L123C123" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.GetObject``1(System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L127C13-L140C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.GetObject``1(System.Xml.Serialization.XmlSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L144C13-L157C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.GetReader", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L161C13-L174C27" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtension.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L179C13-L195C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationElementExtension.OuterName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L101C17-L106C35" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationElementExtension.OuterNamespace", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs#L114C17-L119C40" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.SyndicationElementExtension", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtension.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.Add(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L44C13-L52C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.Add(System.String,System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L56C13-L57C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.Add(System.Object,System.Runtime.Serialization.DataContractSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L61C13-L62C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.Add(System.String,System.String,System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L66C13-L73C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.Add(System.Object,System.Xml.Serialization.XmlSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L77C13-L84C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.Add(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L88C13-L94C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.GetReaderAtElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L98C13-L101C27" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.ReadElementExtensions``1(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L106C13-L106C137" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.ReadElementExtensions``1(System.String,System.String,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L111C13-L116C100" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.ReadElementExtensions``1(System.String,System.String,System.Xml.Serialization.XmlSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L121C13-L126C100" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.ClearItems", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L159C13-L163C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.InsertItem(System.Int32,System.ServiceModel.Syndication.SyndicationElementExtension)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L167C13-L178C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.RemoveItem(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L182C13-L186C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationElementExtensionCollection.SetItem(System.Int32,System.ServiceModel.Syndication.SyndicationElementExtension)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs#L190C13-L198C10" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.SyndicationElementExtensionCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationElementExtensionCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L28C36-L30C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.#ctor(System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationItem})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L32C70-L34C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.#ctor(System.String,System.String,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L37C15-L39C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.#ctor(System.String,System.String,System.Uri,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationItem})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L42C15-L44C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.#ctor(System.String,System.String,System.Uri,System.String,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L47C15-L49C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.#ctor(System.String,System.String,System.Uri,System.String,System.DateTimeOffset,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.SyndicationItem})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L51C9-L68C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.#ctor(System.ServiceModel.Syndication.SyndicationFeed,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L70C9-L109C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.Load(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L410C65-L410C94" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.Load``1(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L414C13-L432C105" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.Clone(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L437C13-L437C58" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.GetAtom10Formatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L440C60-L440C89" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.GetRss20Formatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L442C58-L442C81" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.GetRss20Formatter(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L446C13-L446C76" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.SaveAsAtom10(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L451C13-L452C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.SaveAsRss20(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L456C13-L457C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.CreateCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L461C13-L461C46" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.CreateItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L466C13-L466C42" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.CreateLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L471C13-L471C42" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.CreatePerson", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L476C13-L476C44" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L481C13-L481C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L486C13-L486C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L491C13-L492C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeed.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L496C13-L497C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L111C76-L111C107" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Authors", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L115C20-L115C82" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.BaseUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L119C30-L119C34" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Categories", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L123C20-L123C87" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Contributors", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L128C20-L128C87" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Copyright", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L131C51-L131C55" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L133C53-L133C57" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L135C75-L135C104" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Generator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L137C35-L137C39" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L139C28-L139C32" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.ImageUrl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L141C31-L141C35" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Items", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L145C20-L145C78" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Language", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L149C34-L149C38" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.LastUpdatedTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L157C17-L162C41" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Links", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L173C20-L173C78" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Title", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L176C47-L176C51" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.Documentation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L182C20-L182C98" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.TimeToLive", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L190C20-L190C92" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.SkipHours", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L208C17-L215C42" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.SkipDays", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L225C17-L232C41" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeed.TextInput", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs#L240C20-L240C90" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.SyndicationFeed", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeed.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.TryParseDateTimeCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.TryParseDateTimeCallback.Invoke(System.ServiceModel.Syndication.XmlDateTimeData,System.DateTimeOffset@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.TryParseDateTimeCallback.BeginInvoke(System.ServiceModel.Syndication.XmlDateTimeData,System.DateTimeOffset@,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.TryParseDateTimeCallback.EndInvoke(System.DateTimeOffset@,System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.TryParseDateTimeCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.TryParseUriCallback.#ctor(System.Object,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.TryParseUriCallback.Invoke(System.ServiceModel.Syndication.XmlUriData,System.Uri@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.TryParseUriCallback.BeginInvoke(System.ServiceModel.Syndication.XmlUriData,System.Uri@,System.AsyncCallback,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.TryParseUriCallback.EndInvoke(System.Uri@,System.IAsyncResult)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.TryParseUriCallback", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L38C62-L23C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.#ctor(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L38C62-L34C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L57C46-L57C90" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreateCategory(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L63C13-L68C87" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreateCategory(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L73C13-L78C87" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreateItem(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L83C13-L88C79" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreateLink(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L93C13-L98C81" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreateLink(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L103C13-L108C81" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreatePerson(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L113C13-L118C83" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreatePerson(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L123C13-L128C83" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationFeed,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L133C13-L139C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationItem,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L143C13-L149C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationCategory,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L153C13-L159C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationLink,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L163C13-L169C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationPerson,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L173C13-L179C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationFeed,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L183C13-L192C69" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L197C13-L206C69" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L211C13-L220C73" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L225C13-L234C69" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L239C13-L248C71" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseContent(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationItem,System.String,System.String,System.ServiceModel.Syndication.SyndicationContent@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L253C13-L253C84" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationFeed,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L258C13-L263C58" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L268C13-L273C58" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L278C13-L283C62" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L288C13-L293C58" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L298C13-L303C60" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationFeed,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L308C13-L314C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L318C13-L324C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L328C13-L334C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L338C13-L344C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L348C13-L354C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationFeed,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L358C13-L364C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L368C13-L374C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L378C13-L384C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L388C13-L394C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L398C13-L404C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.SetFeed(System.ServiceModel.Syndication.SyndicationFeed)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L408C13-L414C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationFeedFormatter.CreateFeedInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeedFormatter.Feed", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L36C40-L36C45" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeedFormatter.UriParser", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L38C48-L38C52" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeedFormatter.DateTimeParser", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs#L41C58-L41C62" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationFeedFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.SyndicationFeedFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationFeedFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L22C36-L24C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.#ctor(System.String,System.String,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L27C15-L29C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.#ctor(System.String,System.String,System.Uri,System.String,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L32C15-L34C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.#ctor(System.String,System.ServiceModel.Syndication.SyndicationContent,System.Uri,System.String,System.DateTimeOffset)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L36C9-L49C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.#ctor(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L51C9-L76C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.Load(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L156C65-L156C94" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.Load``1(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L160C13-L178C105" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.AddPermalink(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L184C13-L191C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L193C51-L193C76" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.GetAtom10Formatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L195C60-L195C89" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.GetRss20Formatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L197C58-L197C81" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.GetRss20Formatter(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L201C13-L201C76" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.SaveAsAtom10(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L206C13-L207C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.SaveAsRss20(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L211C13-L212C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.CreateCategory", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L216C13-L216C46" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.CreateLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L221C13-L221C42" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.CreatePerson", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L226C13-L226C44" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L231C13-L231C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.TryParseContent(System.Xml.XmlReader,System.String,System.String,System.ServiceModel.Syndication.SyndicationContent@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L236C13-L237C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L242C13-L242C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L247C13-L248C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItem.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L252C13-L253C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L78C76-L78C107" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Authors", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L82C20-L82C82" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.BaseUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L85C30-L85C34" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Categories", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L89C20-L89C87" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Content", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L92C45-L92C49" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Contributors", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L96C20-L96C87" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Copyright", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L99C51-L99C55" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L101C75-L101C104" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L103C28-L103C32" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.LastUpdatedTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L111C17-L116C41" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Links", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L127C20-L127C78" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.PublishDate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L136C17-L141C37" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.SourceFeed", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L150C45-L150C49" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Summary", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L152C49-L152C53" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItem.Title", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs#L154C47-L154C51" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.SyndicationItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItem.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L14C9-L17C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.#ctor(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L19C9-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.ReadFrom(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.ToString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L37C46-L37C90" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.SetItem(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L43C13-L49C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.CreateCategory(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L63C86-L63C131" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.CreateLink(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L65C78-L65C119" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.CreatePerson(System.ServiceModel.Syndication.SyndicationItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L67C82-L67C125" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationItem,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L71C13-L72C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationCategory,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L76C13-L77C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationLink,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L81C13-L82C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.LoadElementExtensions(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationPerson,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L86C13-L87C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L91C13-L91C95" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L96C13-L96C99" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L101C13-L101C95" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseAttribute(System.String,System.String,System.String,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L106C13-L106C97" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseContent(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationItem,System.String,System.String,System.ServiceModel.Syndication.SyndicationContent@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L111C13-L111C110" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L116C13-L116C84" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L121C13-L121C88" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L126C13-L126C84" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.TryParseElement(System.Xml.XmlReader,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L131C13-L131C86" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L136C13-L137C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L141C13-L142C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L146C13-L147C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteAttributeExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L151C13-L152C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationItem,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L156C13-L157C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.CreateItemInstance", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationCategory,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L163C13-L164C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationLink,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L168C13-L169C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationItemFormatter.WriteElementExtensions(System.Xml.XmlWriter,System.ServiceModel.Syndication.SyndicationPerson,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L173C13-L174C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItemFormatter.Item", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs#L29C40-L29C45" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationItemFormatter.Version", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.SyndicationItemFormatter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationItemFormatter.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.#ctor(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L15C43-L17C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.#ctor(System.Uri,System.String,System.String,System.String,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L19C9-L32C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L34C36-L36C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.#ctor(System.ServiceModel.Syndication.SyndicationLink)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L38C9-L52C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.CreateAlternateLink(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L84C13-L84C51" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.CreateAlternateLink(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L89C13-L89C95" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.CreateMediaEnclosureLink(System.Uri,System.String,System.Int64)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L94C13-L94C99" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.CreateSelfLink(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L99C13-L99C46" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.CreateSelfLink(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L104C13-L104C90" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L107C51-L107C76" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.GetAbsoluteUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L111C13-L128C29" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L134C13-L134C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L139C13-L139C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L144C13-L145C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationLink.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L149C13-L150C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L54C76-L54C107" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.BaseUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L56C30-L56C34" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L58C75-L58C104" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.Length", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L62C20-L62C27" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.MediaType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L74C35-L74C39" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.RelationshipType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L76C42-L76C46" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.Title", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L78C31-L78C35" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationLink.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs#L80C26-L80C30" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.SyndicationLink", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationLink.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L15C38-L17C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L19C50-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.#ctor(System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L23C9-L28C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.#ctor(System.ServiceModel.Syndication.SyndicationPerson)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L30C9-L41C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L53C53-L53C80" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L57C13-L57C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L62C13-L62C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L67C13-L68C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationPerson.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L72C13-L73C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationPerson.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L43C76-L43C107" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationPerson.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L45C75-L45C104" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationPerson.Email", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L47C31-L47C35" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationPerson.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L49C30-L49C34" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationPerson.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs#L51C29-L51C33" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.SyndicationPerson", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationPerson.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.SyndicationTextInput.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationTextInput.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs#L8C37-L8C41" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationTextInput.Title", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs#L9C31-L9C35" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationTextInput.Link", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs#L10C39-L10C43" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.SyndicationTextInput.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs#L11C30-L11C34" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.SyndicationTextInput", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationTextInput.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Syndication.SyndicationVersions.Atom10", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationVersions.cs" - }, - { - "DocsId": "F:System.ServiceModel.Syndication.SyndicationVersions.Rss20", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationVersions.cs" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.SyndicationVersions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/SyndicationVersions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.TextSyndicationContent.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L14C54-L16C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.TextSyndicationContent.#ctor(System.String,System.ServiceModel.Syndication.TextSyndicationContentKind)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L18C9-L27C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.TextSyndicationContent.#ctor(System.ServiceModel.Syndication.TextSyndicationContent)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L29C75-L34C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.TextSyndicationContent.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L46C55-L46C87" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.TextSyndicationContent.WriteContentsTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L50C13-L59C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.TextSyndicationContent.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L36C30-L36C34" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.TextSyndicationContent.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs#L39C13-L16707566C0" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.TextSyndicationContent", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContent.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceModel.Syndication.TextSyndicationContentKind.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContentKind.cs" - }, - { - "DocsId": "F:System.ServiceModel.Syndication.TextSyndicationContentKind.Plaintext", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContentKind.cs" - }, - { - "DocsId": "F:System.ServiceModel.Syndication.TextSyndicationContentKind.Html", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContentKind.cs" - }, - { - "DocsId": "F:System.ServiceModel.Syndication.TextSyndicationContentKind.XHtml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContentKind.cs" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.TextSyndicationContentKind", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/TextSyndicationContentKind.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.UrlSyndicationContent.#ctor(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L14C67-L23C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.UrlSyndicationContent.#ctor(System.ServiceModel.Syndication.UrlSyndicationContent)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L25C73-L30C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.UrlSyndicationContent.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L36C55-L36C86" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.UrlSyndicationContent.WriteContentsTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L40C13-L41C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.UrlSyndicationContent.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L32C40-L32C50" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.UrlSyndicationContent.Url", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs#L34C26-L34C30" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.UrlSyndicationContent", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/UrlSyndicationContent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.Workspace.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L15C9-L17C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Workspace.#ctor(System.String,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.ResourceCollectionInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L19C91-L21C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Workspace.#ctor(System.ServiceModel.Syndication.TextSyndicationContent,System.Collections.Generic.IEnumerable{System.ServiceModel.Syndication.ResourceCollectionInfo})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L23C9-L34C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Workspace.CreateResourceCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L51C13-L51C49" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Workspace.TryParseAttribute(System.String,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L56C13-L56C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Workspace.TryParseElement(System.Xml.XmlReader,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L61C13-L61C26" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Workspace.WriteAttributeExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L66C13-L67C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.Workspace.WriteElementExtensions(System.Xml.XmlWriter,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L71C13-L72C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Workspace.AttributeExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L36C76-L36C107" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Workspace.BaseUri", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L38C30-L38C34" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Workspace.Collections", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L42C20-L42C91" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Workspace.ElementExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L45C75-L45C104" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.Workspace.Title", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs#L47C47-L47C51" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.Workspace", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/Workspace.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.XmlDateTimeData.#ctor(System.String,System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlDateTimeData.cs#L12C13-L14C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.XmlDateTimeData.DateTimeString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlDateTimeData.cs#L16C40-L16C44" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.XmlDateTimeData.ElementQualifiedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlDateTimeData.cs#L18C56-L18C60" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.XmlDateTimeData", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlDateTimeData.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.#ctor(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L20C9-L54C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.#ctor(System.String,System.Object,System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L56C9-L60C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.#ctor(System.String,System.Object,System.Xml.Serialization.XmlSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L62C9-L66C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.#ctor(System.String,System.ServiceModel.Syndication.SyndicationElementExtension)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L68C9-L77C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.#ctor(System.ServiceModel.Syndication.XmlSyndicationContent)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L79C73-L85C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.Clone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L91C55-L91C86" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.GetReaderAtContent", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L95C13-L96C48" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.ReadContent``1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L99C52-L99C103" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.ReadContent``1(System.Runtime.Serialization.XmlObjectSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L103C13-L118C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.ReadContent``1(System.Xml.Serialization.XmlSerializer)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L122C13-L137C10" - }, - { - "DocsId": "M:System.ServiceModel.Syndication.XmlSyndicationContent.WriteContentsTo(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L142C13-L167C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.XmlSyndicationContent.Extension", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L87C56-L87C60" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.XmlSyndicationContent.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs#L89C40-L89C45" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.XmlSyndicationContent", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlSyndicationContent.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceModel.Syndication.XmlUriData.#ctor(System.String,System.UriKind,System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlUriData.cs#L12C13-L15C10" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.XmlUriData.ElementQualifiedName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlUriData.cs#L17C56-L17C60" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.XmlUriData.UriKind", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlUriData.cs#L19C34-L19C38" - }, - { - "DocsId": "P:System.ServiceModel.Syndication.XmlUriData.UriString", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlUriData.cs#L21C35-L21C39" - } - ], - "DocsId": "T:System.ServiceModel.Syndication.XmlUriData", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/XmlUriData.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.ServiceProcess.ServiceController.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.ServiceProcess.ServiceController.json deleted file mode 100644 index 55072fd7e14..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.ServiceProcess.ServiceController.json +++ /dev/null @@ -1,518 +0,0 @@ -{ - "Assembly": "System.ServiceProcess.ServiceController", - "GUID": "FF85EA796AD2420F85AD52CE3684BE41FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.BatteryLow", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.OemEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.PowerStatusChange", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.QuerySuspend", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.QuerySuspendFailed", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.ResumeAutomatic", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.ResumeCritical", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.ResumeSuspend", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.PowerBroadcastStatus.Suspend", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" - } - ], - "DocsId": "T:System.ServiceProcess.PowerBroadcastStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/PowerBroadcastStatus.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceProcess.ServiceBase.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L34C9-L50C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.RequestAdditionalTime(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L59C9-L74C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.RequestAdditionalTime(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L83C61-L83C107" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L304C13-L308C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.OnContinue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L320C9-L320C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.OnPause", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L331C9-L331C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.OnPowerEvent(System.ServiceProcess.PowerBroadcastStatus)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L341C13-L341C25" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.OnSessionChange(System.ServiceProcess.SessionChangeDescription)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L350C9-L350C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.OnShutdown", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L361C9-L361C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.OnStart(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L380C9-L380C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.OnStop", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L391C9-L391C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.OnCustomCommand(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L572C9-L572C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.Run(System.ServiceProcess.ServiceBase[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L581C13-L643C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.Run(System.ServiceProcess.ServiceBase)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L653C13-L657C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.Stop", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L661C13-L662C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceBase.ServiceMainCallback(System.Int32,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L854C9-L947C10" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceBase.MaxNameLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceBase.AutoLog", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L100C31-L100C35" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceBase.ExitCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L110C17-L110C46" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceBase.CanHandlePowerEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L127C17-L127C83" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceBase.CanHandleSessionChangeEvent", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L153C17-L153C86" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceBase.CanPauseAndContinue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L179C17-L179C87" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceBase.CanShutdown", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L205C17-L205C81" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceBase.CanStop", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L231C17-L231C77" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceBase.EventLog", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L254C13-L257C14" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceBase.ServiceHandle", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L264C17-L264C38" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceBase.ServiceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs#L275C17-L275C37" - } - ], - "DocsId": "T:System.ServiceProcess.ServiceBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceBase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceProcess.ServiceController.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L42C9-L46C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L53C15-L55C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L63C9-L80C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.Close", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L474C13-L483C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L490C13-L493C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.GetDevices", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L667C13-L667C51" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.GetDevices(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L677C13-L677C103" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.GetServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L707C13-L707C52" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.GetServices(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L717C13-L717C102" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.Pause", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L809C13-L818C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.Continue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L825C13-L833C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.ExecuteCommand(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L841C13-L849C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.Refresh", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L856C13-L860C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.Start", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L867C13-L868C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.Start(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L875C13-L915C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.Stop", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L924C13-L925C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.Stop(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L944C13-L968C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.WaitForStatus(System.ServiceProcess.ServiceControllerStatus)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L976C13-L977C10" - }, - { - "DocsId": "M:System.ServiceProcess.ServiceController.WaitForStatus(System.ServiceProcess.ServiceControllerStatus,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L986C13-L999C10" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceController.CanPauseAndContinue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L122C17-L123C104" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceController.CanShutdown", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L134C17-L135C98" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceController.CanStop", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L146C17-L147C94" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceController.DisplayName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L158C17-L160C37" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceController.DependentServices", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L187C17-L234C14" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceController.MachineName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L244C17-L244C37" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceController.ServiceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L271C17-L273C30" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceController.ServicesDependedOn", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L304C17-L381C14" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceController.StartType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L388C17-L418C14" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceController.ServiceHandle", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L425C17-L425C93" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceController.Status", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L439C17-L440C32" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceController.ServiceType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs#L454C17-L455C43" - } - ], - "DocsId": "T:System.ServiceProcess.ServiceController", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceController.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.ContinuePending", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.Paused", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.PausePending", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.Running", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.StartPending", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.Stopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceControllerStatus.StopPending", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" - } - ], - "DocsId": "T:System.ServiceProcess.ServiceControllerStatus", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceControllerStatus.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceProcess.ServiceStartMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceStartMode.Manual", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceStartMode.Automatic", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceStartMode.Disabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceStartMode.Boot", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceStartMode.System", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" - } - ], - "DocsId": "T:System.ServiceProcess.ServiceStartMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceStartMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceProcess.ServiceProcessDescriptionAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceProcessDescriptionAttribute.cs#L21C73-L23C10" - }, - { - "DocsId": "P:System.ServiceProcess.ServiceProcessDescriptionAttribute.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceProcessDescriptionAttribute.cs#L32C17-L37C41" - } - ], - "DocsId": "T:System.ServiceProcess.ServiceProcessDescriptionAttribute", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceProcessDescriptionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceProcess.ServiceType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceType.Adapter", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceType.FileSystemDriver", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceType.InteractiveProcess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceType.KernelDriver", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceType.RecognizerDriver", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceType.Win32OwnProcess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" - }, - { - "DocsId": "F:System.ServiceProcess.ServiceType.Win32ShareProcess", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" - } - ], - "DocsId": "T:System.ServiceProcess.ServiceType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/ServiceType.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceProcess.SessionChangeDescription.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L24C13-L24C36" - }, - { - "DocsId": "M:System.ServiceProcess.SessionChangeDescription.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L27C13-L27C67" - }, - { - "DocsId": "M:System.ServiceProcess.SessionChangeDescription.Equals(System.ServiceProcess.SessionChangeDescription)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L30C13-L31C55" - }, - { - "DocsId": "M:System.ServiceProcess.SessionChangeDescription.op_Equality(System.ServiceProcess.SessionChangeDescription,System.ServiceProcess.SessionChangeDescription)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L34C13-L34C24" - }, - { - "DocsId": "M:System.ServiceProcess.SessionChangeDescription.op_Inequality(System.ServiceProcess.SessionChangeDescription,System.ServiceProcess.SessionChangeDescription)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L37C13-L37C25" - }, - { - "DocsId": "P:System.ServiceProcess.SessionChangeDescription.Reason", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L19C45-L19C49" - }, - { - "DocsId": "P:System.ServiceProcess.SessionChangeDescription.SessionId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs#L21C32-L21C36" - } - ], - "DocsId": "T:System.ServiceProcess.SessionChangeDescription", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeDescription.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.ServiceProcess.SessionChangeReason.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" - }, - { - "DocsId": "F:System.ServiceProcess.SessionChangeReason.ConsoleConnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" - }, - { - "DocsId": "F:System.ServiceProcess.SessionChangeReason.ConsoleDisconnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" - }, - { - "DocsId": "F:System.ServiceProcess.SessionChangeReason.RemoteConnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" - }, - { - "DocsId": "F:System.ServiceProcess.SessionChangeReason.RemoteDisconnect", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" - }, - { - "DocsId": "F:System.ServiceProcess.SessionChangeReason.SessionLogon", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" - }, - { - "DocsId": "F:System.ServiceProcess.SessionChangeReason.SessionLogoff", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" - }, - { - "DocsId": "F:System.ServiceProcess.SessionChangeReason.SessionLock", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" - }, - { - "DocsId": "F:System.ServiceProcess.SessionChangeReason.SessionUnlock", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" - }, - { - "DocsId": "F:System.ServiceProcess.SessionChangeReason.SessionRemoteControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" - } - ], - "DocsId": "T:System.ServiceProcess.SessionChangeReason", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/SessionChangeReason.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.ServiceProcess.TimeoutException.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/TimeoutException.cs#L15C9-L18C10" - }, - { - "DocsId": "M:System.ServiceProcess.TimeoutException.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/TimeoutException.cs#L20C52-L23C10" - }, - { - "DocsId": "M:System.ServiceProcess.TimeoutException.#ctor(System.String,System.Exception)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/TimeoutException.cs#L26C15-L29C10" - }, - { - "DocsId": "M:System.ServiceProcess.TimeoutException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/TimeoutException.cs#L36C15-L38C10" - } - ], - "DocsId": "T:System.ServiceProcess.TimeoutException", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.ServiceProcess.ServiceController/src/System/ServiceProcess/TimeoutException.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Speech.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Speech.json deleted file mode 100644 index bb41e7a843e..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Speech.json +++ /dev/null @@ -1,3729 +0,0 @@ -{ - "Assembly": "System.Speech", - "GUID": "49743BFDE5B84C3CA6CE8E14DF7B6EC6FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "P:System.Speech.Synthesis.BookmarkReachedEventArgs.Bookmark", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/BookmarkEventArgs.cs#L23C17-L23C34" - }, - { - "DocsId": "P:System.Speech.Synthesis.BookmarkReachedEventArgs.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/BookmarkEventArgs.cs#L30C17-L30C39" - } - ], - "DocsId": "T:System.Speech.Synthesis.BookmarkReachedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/BookmarkEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Synthesis.FilePrompt.#ctor(System.String,System.Speech.Synthesis.SynthesisMediaType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/FilePrompt.cs#L13C15-L15C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.FilePrompt.#ctor(System.Uri,System.Speech.Synthesis.SynthesisMediaType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/FilePrompt.cs#L17C15-L19C10" - } - ], - "DocsId": "T:System.Speech.Synthesis.FilePrompt", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/FilePrompt.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Synthesis.InstalledVoice.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/InstalledVoice.cs#L51C13-L57C190" - }, - { - "DocsId": "M:System.Speech.Synthesis.InstalledVoice.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/InstalledVoice.cs#L61C13-L61C49" - }, - { - "DocsId": "P:System.Speech.Synthesis.InstalledVoice.VoiceInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/InstalledVoice.cs#L31C17-L31C31" - }, - { - "DocsId": "P:System.Speech.Synthesis.InstalledVoice.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/InstalledVoice.cs#L38C17-L38C33" - } - ], - "DocsId": "T:System.Speech.Synthesis.InstalledVoice", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/InstalledVoice.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Speech.Synthesis.PhonemeReachedEventArgs.Phoneme", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PhonemeEventArgs.cs#L23C19-L23C42" - }, - { - "DocsId": "P:System.Speech.Synthesis.PhonemeReachedEventArgs.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PhonemeEventArgs.cs#L27C19-L27C41" - }, - { - "DocsId": "P:System.Speech.Synthesis.PhonemeReachedEventArgs.Duration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PhonemeEventArgs.cs#L31C19-L31C36" - }, - { - "DocsId": "P:System.Speech.Synthesis.PhonemeReachedEventArgs.Emphasis", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PhonemeEventArgs.cs#L35C19-L35C36" - }, - { - "DocsId": "P:System.Speech.Synthesis.PhonemeReachedEventArgs.NextPhoneme", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PhonemeEventArgs.cs#L39C19-L39C39" - } - ], - "DocsId": "T:System.Speech.Synthesis.PhonemeReachedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PhonemeEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Synthesis.Prompt.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/Prompt.cs#L15C15-L17C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.Prompt.#ctor(System.Speech.Synthesis.PromptBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/Prompt.cs#L18C9-L24C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.Prompt.#ctor(System.String,System.Speech.Synthesis.SynthesisTextFormat)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/Prompt.cs#L27C9-L39C106" - }, - { - "DocsId": "P:System.Speech.Synthesis.Prompt.IsCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/Prompt.cs#L87C17-L87C35" - } - ], - "DocsId": "T:System.Speech.Synthesis.Prompt", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/Prompt.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.SynthesisMediaType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/Prompt.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SynthesisMediaType.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/Prompt.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SynthesisMediaType.Ssml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/Prompt.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SynthesisMediaType.WaveAudio", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/Prompt.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.SynthesisMediaType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/Prompt.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.SynthesisTextFormat.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/Prompt.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SynthesisTextFormat.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/Prompt.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SynthesisTextFormat.Ssml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/Prompt.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.SynthesisTextFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/Prompt.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L20C15-L22C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.#ctor(System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L985C9-L35C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.ClearContent", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L48C13-L50C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendText(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L57C13-L63C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendText(System.String,System.Speech.Synthesis.PromptRate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L66C13-L101C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendText(System.String,System.Speech.Synthesis.PromptVolume)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L104C13-L141C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendText(System.String,System.Speech.Synthesis.PromptEmphasis)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L144C13-L162C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartStyle(System.Speech.Synthesis.PromptStyle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L165C13-L249C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.EndStyle", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L252C13-L268C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartVoice(System.Speech.Synthesis.VoiceInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L271C13-L318C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartVoice(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L321C13-L324C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartVoice(System.Speech.Synthesis.VoiceGender)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L327C13-L328C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartVoice(System.Speech.Synthesis.VoiceGender,System.Speech.Synthesis.VoiceAge)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L331C13-L332C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartVoice(System.Speech.Synthesis.VoiceGender,System.Speech.Synthesis.VoiceAge,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L335C13-L336C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartVoice(System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L339C13-L340C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.EndVoice", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L343C13-L349C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartParagraph", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L354C13-L355C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartParagraph(System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L359C13-L379C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.EndParagraph", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L382C13-L387C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartSentence", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L390C13-L391C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.StartSentence(System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L395C13-L416C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.EndSentence", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L419C13-L424C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendTextWithHint(System.String,System.Speech.Synthesis.SayAs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L427C13-L543C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendTextWithHint(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L546C13-L557C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendTextWithPronunciation(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L560C13-L574C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendTextWithAlias(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L577C13-L588C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendBreak", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L592C13-L595C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendBreak(System.Speech.Synthesis.PromptBreak)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L599C13-L638C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendBreak(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L642C13-L654C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendAudio(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L659C13-L675C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendAudio(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L678C13-L688C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendAudio(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L691C13-L702C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendBookmark(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L707C13-L717C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendPromptBuilder(System.Speech.Synthesis.PromptBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L720C13-L727C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendSsml(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L730C13-L733C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendSsml(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L736C13-L751C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendSsml(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L754C13-L757C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.AppendSsmlMarkup(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L763C13-L766C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptBuilder.ToXml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L770C20-L815C10" - }, - { - "DocsId": "P:System.Speech.Synthesis.PromptBuilder.IsEmpty", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L824C17-L824C45" - }, - { - "DocsId": "P:System.Speech.Synthesis.PromptBuilder.Culture", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs#L831C17-L831C33" - } - ], - "DocsId": "T:System.Speech.Synthesis.PromptBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Speech.Synthesis.PromptEventArgs.Prompt", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptEventArgs.cs#L25C17-L25C32" - } - ], - "DocsId": "T:System.Speech.Synthesis.PromptEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptEventArgs.cs" - }, - { - "Members": [], - "DocsId": "T:System.Speech.Synthesis.SpeakStartedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Synthesis.PromptStyle.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L10C9-L12C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptStyle.#ctor(System.Speech.Synthesis.PromptRate)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L13C9-L16C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptStyle.#ctor(System.Speech.Synthesis.PromptVolume)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.PromptStyle.#ctor(System.Speech.Synthesis.PromptEmphasis)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L21C9-L24C10" - }, - { - "DocsId": "P:System.Speech.Synthesis.PromptStyle.Rate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L35C17-L35C30" - }, - { - "DocsId": "P:System.Speech.Synthesis.PromptStyle.Volume", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L46C17-L46C32" - }, - { - "DocsId": "P:System.Speech.Synthesis.PromptStyle.Emphasis", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs#L57C17-L57C34" - } - ], - "DocsId": "T:System.Speech.Synthesis.PromptStyle", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.SayAs.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SayAs.SpellOut", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SayAs.NumberOrdinal", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SayAs.NumberCardinal", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SayAs.Date", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SayAs.DayMonthYear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SayAs.MonthDayYear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SayAs.YearMonthDay", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SayAs.YearMonth", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SayAs.MonthYear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SayAs.MonthDay", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SayAs.DayMonth", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SayAs.Year", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SayAs.Month", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SayAs.Day", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SayAs.Time", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SayAs.Time24", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SayAs.Time12", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SayAs.Telephone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SayAs.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.SayAs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.VoiceGender.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.VoiceGender.NotSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.VoiceGender.Male", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.VoiceGender.Female", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.VoiceGender.Neutral", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.VoiceGender", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.VoiceAge.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.VoiceAge.NotSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.VoiceAge.Child", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.VoiceAge.Teen", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.VoiceAge.Adult", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.VoiceAge.Senior", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.VoiceAge", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.PromptRate.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptRate.NotSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptRate.ExtraFast", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptRate.Fast", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptRate.Medium", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptRate.Slow", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptRate.ExtraSlow", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.PromptRate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.PromptVolume.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptVolume.NotSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptVolume.Silent", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptVolume.ExtraSoft", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptVolume.Soft", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptVolume.Medium", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptVolume.Loud", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptVolume.ExtraLoud", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptVolume.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.PromptVolume", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.PromptEmphasis.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptEmphasis.NotSet", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptEmphasis.Strong", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptEmphasis.Moderate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptEmphasis.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptEmphasis.Reduced", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.PromptEmphasis", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.PromptBreak.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptBreak.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptBreak.ExtraSmall", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptBreak.Small", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptBreak.Medium", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptBreak.Large", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.PromptBreak.ExtraLarge", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.PromptBreak", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/PromptStyle.cs" - }, - { - "Members": [], - "DocsId": "T:System.Speech.Synthesis.SpeakCompletedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeakCompletedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Speech.Synthesis.SpeakProgressEventArgs.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeakProgressEventArgs.cs#L22C17-L22C39" - }, - { - "DocsId": "P:System.Speech.Synthesis.SpeakProgressEventArgs.CharacterPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeakProgressEventArgs.cs#L29C17-L29C34" - }, - { - "DocsId": "P:System.Speech.Synthesis.SpeakProgressEventArgs.CharacterCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeakProgressEventArgs.cs#L36C17-L36C34" - }, - { - "DocsId": "P:System.Speech.Synthesis.SpeakProgressEventArgs.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeakProgressEventArgs.cs#L47C17-L47C30" - } - ], - "DocsId": "T:System.Speech.Synthesis.SpeakProgressEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeakProgressEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L18C9-L20C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.Finalize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L24C13-L25C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L28C13-L30C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SelectVoice(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L37C13-L46C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SelectVoiceByHints(System.Speech.Synthesis.VoiceGender)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L49C13-L50C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SelectVoiceByHints(System.Speech.Synthesis.VoiceGender,System.Speech.Synthesis.VoiceAge)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L53C13-L54C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SelectVoiceByHints(System.Speech.Synthesis.VoiceGender,System.Speech.Synthesis.VoiceAge,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L57C13-L58C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SelectVoiceByHints(System.Speech.Synthesis.VoiceGender,System.Speech.Synthesis.VoiceAge,System.Int32,System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L61C13-L85C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SpeakAsync(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L88C13-L92C27" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SpeakAsync(System.Speech.Synthesis.Prompt)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L96C13-L100C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SpeakSsmlAsync(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L103C13-L107C27" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SpeakAsync(System.Speech.Synthesis.PromptBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L111C13-L115C27" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.Speak(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L119C13-L120C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.Speak(System.Speech.Synthesis.Prompt)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L123C13-L134C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.Speak(System.Speech.Synthesis.PromptBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L137C13-L138C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SpeakSsml(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L141C13-L142C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.Pause", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L150C13-L155C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.Resume", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L162C13-L167C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SpeakAsyncCancel(System.Speech.Synthesis.Prompt)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L174C13-L177C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SpeakAsyncCancelAll", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L184C13-L185C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SetOutputToWaveFile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L189C13-L193C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SetOutputToWaveFile(System.String,System.Speech.AudioFormat.SpeechAudioFormatInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L197C13-L202C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SetOutputToWaveStream(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L205C13-L208C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SetOutputToAudioStream(System.IO.Stream,System.Speech.AudioFormat.SpeechAudioFormatInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L211C13-L215C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SetOutputToDefaultAudioDevice", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L218C13-L219C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.SetOutputToNull", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L224C13-L237C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.GetCurrentlySpokenPrompt", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L241C13-L241C44" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.GetInstalledVoices", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L245C13-L245C62" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.GetInstalledVoices(System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L249C13-L256C65" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.AddLexicon(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L260C13-L263C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.SpeechSynthesizer.RemoveLexicon(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L266C13-L269C10" - }, - { - "DocsId": "E:System.Speech.Synthesis.SpeechSynthesizer.SpeakStarted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L277C17-L279C14" - }, - { - "DocsId": "E:System.Speech.Synthesis.SpeechSynthesizer.SpeakCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L292C17-L294C14" - }, - { - "DocsId": "E:System.Speech.Synthesis.SpeechSynthesizer.SpeakProgress", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L307C17-L309C14" - }, - { - "DocsId": "E:System.Speech.Synthesis.SpeechSynthesizer.BookmarkReached", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L322C17-L324C14" - }, - { - "DocsId": "E:System.Speech.Synthesis.SpeechSynthesizer.VoiceChange", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L337C17-L339C14" - }, - { - "DocsId": "E:System.Speech.Synthesis.SpeechSynthesizer.PhonemeReached", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L354C17-L356C14" - }, - { - "DocsId": "E:System.Speech.Synthesis.SpeechSynthesizer.VisemeReached", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L369C17-L371C14" - }, - { - "DocsId": "E:System.Speech.Synthesis.SpeechSynthesizer.StateChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L386C17-L388C14" - }, - { - "DocsId": "P:System.Speech.Synthesis.SpeechSynthesizer.State", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L406C17-L406C47" - }, - { - "DocsId": "P:System.Speech.Synthesis.SpeechSynthesizer.Rate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L413C17-L413C46" - }, - { - "DocsId": "P:System.Speech.Synthesis.SpeechSynthesizer.Volume", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L428C17-L428C48" - }, - { - "DocsId": "P:System.Speech.Synthesis.SpeechSynthesizer.Voice", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs#L444C17-L444C70" - } - ], - "DocsId": "T:System.Speech.Synthesis.SpeechSynthesizer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.SynthesizerState.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SynthesizerState.Ready", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SynthesizerState.Speaking", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SynthesizerState.Paused", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.SynthesizerState", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.SynthesizerEmphasis.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SynthesizerEmphasis.Stressed", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.SynthesizerEmphasis.Emphasized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.SynthesizerEmphasis", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SpeechSynthesizer.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Speech.Synthesis.StateChangedEventArgs.State", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SynthesizerStateChangedEventArgs.cs#L24C17-L24C31" - }, - { - "DocsId": "P:System.Speech.Synthesis.StateChangedEventArgs.PreviousState", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SynthesizerStateChangedEventArgs.cs#L31C17-L31C39" - } - ], - "DocsId": "T:System.Speech.Synthesis.StateChangedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/SynthesizerStateChangedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Speech.Synthesis.VisemeReachedEventArgs.Viseme", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/VisemeEventArgs.cs#L23C19-L23C41" - }, - { - "DocsId": "P:System.Speech.Synthesis.VisemeReachedEventArgs.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/VisemeEventArgs.cs#L27C19-L27C41" - }, - { - "DocsId": "P:System.Speech.Synthesis.VisemeReachedEventArgs.Duration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/VisemeEventArgs.cs#L31C19-L31C36" - }, - { - "DocsId": "P:System.Speech.Synthesis.VisemeReachedEventArgs.Emphasis", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/VisemeEventArgs.cs#L35C19-L35C36" - }, - { - "DocsId": "P:System.Speech.Synthesis.VisemeReachedEventArgs.NextViseme", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/VisemeEventArgs.cs#L39C19-L39C38" - } - ], - "DocsId": "T:System.Speech.Synthesis.VisemeReachedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/VisemeEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Speech.Synthesis.VoiceChangeEventArgs.Voice", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/VoiceChangeEventArgs.cs#L21C17-L21C31" - } - ], - "DocsId": "T:System.Speech.Synthesis.VoiceChangeEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/VoiceChangeEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Synthesis.VoiceInfo.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L127C13-L132C100" - }, - { - "DocsId": "M:System.Speech.Synthesis.VoiceInfo.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L141C13-L141C40" - }, - { - "DocsId": "P:System.Speech.Synthesis.VoiceInfo.Gender", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L151C17-L151C32" - }, - { - "DocsId": "P:System.Speech.Synthesis.VoiceInfo.Age", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L158C17-L158C29" - }, - { - "DocsId": "P:System.Speech.Synthesis.VoiceInfo.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L165C17-L165C30" - }, - { - "DocsId": "P:System.Speech.Synthesis.VoiceInfo.Culture", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L178C17-L178C33" - }, - { - "DocsId": "P:System.Speech.Synthesis.VoiceInfo.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L185C17-L185C28" - }, - { - "DocsId": "P:System.Speech.Synthesis.VoiceInfo.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L192C17-L192C53" - }, - { - "DocsId": "P:System.Speech.Synthesis.VoiceInfo.SupportedAudioFormats", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L200C17-L200C38" - }, - { - "DocsId": "P:System.Speech.Synthesis.VoiceInfo.AdditionalInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs#L204C62-L204C151" - } - ], - "DocsId": "T:System.Speech.Synthesis.VoiceInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/VoiceInfo.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.TtsEngineSsml.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L22C9-L22C56" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.TtsEngineSsml.GetOutputFormat(System.Speech.Synthesis.TtsEngine.SpeakOutputFormat,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.TtsEngineSsml.AddLexicon(System.Uri,System.String,System.Speech.Synthesis.TtsEngine.ITtsEngineSite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.TtsEngineSsml.RemoveLexicon(System.Uri,System.Speech.Synthesis.TtsEngine.ITtsEngineSite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.TtsEngineSsml.Speak(System.Speech.Synthesis.TtsEngine.TextFragment[],System.IntPtr,System.Speech.Synthesis.TtsEngine.ITtsEngineSite)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.TtsEngineSsml", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.#ctor(System.Int16,System.Int16,System.Int32,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L80C13-L84C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.op_Equality(System.Speech.Synthesis.TtsEngine.SpeechEventInfo,System.Speech.Synthesis.TtsEngine.SpeechEventInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L87C13-L87C169" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.op_Inequality(System.Speech.Synthesis.TtsEngine.SpeechEventInfo,System.Speech.Synthesis.TtsEngine.SpeechEventInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L91C13-L91C40" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.Equals(System.Speech.Synthesis.TtsEngine.SpeechEventInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L95C13-L95C34" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L99C13-L104C49" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L108C13-L108C39" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.EventId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L62C38-L62C54" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.ParameterType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L63C44-L63C66" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.Param1", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L68C35-L68C50" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.SpeechEventInfo.Param2", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L73C38-L73C53" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.SpeechEventInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.ITtsEngineSite.AddEvents(System.Speech.Synthesis.TtsEngine.SpeechEventInfo[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.ITtsEngineSite.Write(System.IntPtr,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.ITtsEngineSite.GetSkipInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.ITtsEngineSite.CompleteSkip(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.ITtsEngineSite.LoadResource(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.ITtsEngineSite.EventInterest", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.ITtsEngineSite.Actions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.ITtsEngineSite.Rate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.ITtsEngineSite.Volume", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.ITtsEngineSite", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.SkipInfo.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L157C9-L159C10" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.SkipInfo.Type", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L139C17-L139C30" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.SkipInfo.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L150C17-L150C31" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.SkipInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.TextFragment.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L207C9-L174C10" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.TextFragment.State", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L175C44-L175C58" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.TextFragment.TextToSpeak", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L176C43-L176C63" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.TextFragment.TextOffset", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L177C39-L177C58" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.TextFragment.TextLength", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L178C39-L178C58" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.TextFragment", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.FragmentState.#ctor(System.Speech.Synthesis.TtsEngine.TtsEngineAction,System.Int32,System.Int32,System.Int32,System.Speech.Synthesis.TtsEngine.SayAs,System.Speech.Synthesis.TtsEngine.Prosody,System.Char[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L230C13-L237C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.FragmentState.op_Equality(System.Speech.Synthesis.TtsEngine.FragmentState,System.Speech.Synthesis.TtsEngine.FragmentState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L240C13-L240C277" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.FragmentState.op_Inequality(System.Speech.Synthesis.TtsEngine.FragmentState,System.Speech.Synthesis.TtsEngine.FragmentState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L244C13-L244C40" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.FragmentState.Equals(System.Speech.Synthesis.TtsEngine.FragmentState)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L248C13-L248C34" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.FragmentState.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L252C13-L257C47" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.FragmentState.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L261C13-L261C39" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.FragmentState.Action", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L215C47-L215C62" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.FragmentState.LangId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L216C35-L216C50" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.FragmentState.Emphasis", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L217C37-L217C54" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.FragmentState.Duration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L218C37-L218C54" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.FragmentState.SayAs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L219C36-L219C50" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.FragmentState.Prosody", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L220C40-L220C56" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.FragmentState.Phoneme", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L221C39-L221C55" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.FragmentState", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.Prosody.GetContourPoints", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L280C52-L280C74" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.Prosody.SetContourPoints(System.Speech.Synthesis.TtsEngine.ContourPoint[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L283C13-L286C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.Prosody.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L287C9-L293C10" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.Prosody.Pitch", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L275C44-L275C58" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.Prosody.Range", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L276C44-L276C58" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.Prosody.Rate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L277C43-L277C56" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.Prosody.Duration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L278C37-L278C54" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.Prosody.Volume", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L279C45-L279C60" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.Prosody", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.ContourPoint.#ctor(System.Single,System.Single,System.Speech.Synthesis.TtsEngine.ContourPointChangeType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L322C13-L325C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.ContourPoint.op_Equality(System.Speech.Synthesis.TtsEngine.ContourPoint,System.Speech.Synthesis.TtsEngine.ContourPoint)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L328C13-L328C140" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.ContourPoint.op_Inequality(System.Speech.Synthesis.TtsEngine.ContourPoint,System.Speech.Synthesis.TtsEngine.ContourPoint)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L332C13-L332C40" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.ContourPoint.Equals(System.Speech.Synthesis.TtsEngine.ContourPoint)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L336C13-L336C34" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.ContourPoint.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L340C13-L345C46" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.ContourPoint.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L349C13-L349C39" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.ContourPoint.Start", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L317C36-L317C50" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.ContourPoint.Change", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L318C37-L318C52" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.ContourPoint.ChangeType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L319C58-L319C77" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.ContourPoint", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.ProsodyNumber.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L366C13-L370C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.ProsodyNumber.#ctor(System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L373C13-L377C10" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.ProsodyNumber.op_Equality(System.Speech.Synthesis.TtsEngine.ProsodyNumber,System.Speech.Synthesis.TtsEngine.ProsodyNumber)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L380C13-L380C256" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.ProsodyNumber.op_Inequality(System.Speech.Synthesis.TtsEngine.ProsodyNumber,System.Speech.Synthesis.TtsEngine.ProsodyNumber)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L384C13-L384C56" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.ProsodyNumber.Equals(System.Speech.Synthesis.TtsEngine.ProsodyNumber)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L388C13-L388C34" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.ProsodyNumber.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L392C13-L397C47" - }, - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.ProsodyNumber.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L401C13-L401C39" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyNumber.AbsoluteNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.ProsodyNumber.SsmlAttributeId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L359C44-L359C68" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.ProsodyNumber.IsNumberPercent", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L360C45-L360C63" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.ProsodyNumber.Number", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L361C37-L361C52" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.ProsodyNumber.Unit", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L362C41-L362C54" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.ProsodyNumber", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Synthesis.TtsEngine.SayAs.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.SayAs.InterpretAs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L412C43-L412C63" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.SayAs.Format", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L413C38-L413C53" - }, - { - "DocsId": "P:System.Speech.Synthesis.TtsEngine.SayAs.Detail", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs#L414C38-L414C53" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.SayAs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEngineAction.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEngineAction.Speak", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEngineAction.Silence", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEngineAction.Pronounce", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEngineAction.Bookmark", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEngineAction.SpellOut", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEngineAction.StartSentence", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEngineAction.StartParagraph", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEngineAction.ParseUnknownTag", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.TtsEngineAction", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisWord.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisWord.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisWord.Strong", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisWord.Moderate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisWord.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisWord.Reduced", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.EmphasisWord", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisBreak.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisBreak.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisBreak.ExtraWeak", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisBreak.Weak", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisBreak.Medium", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisBreak.Strong", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisBreak.ExtraStrong", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EmphasisBreak.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.EmphasisBreak", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyPitch.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyPitch.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyPitch.ExtraLow", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyPitch.Low", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyPitch.Medium", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyPitch.High", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyPitch.ExtraHigh", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.ProsodyPitch", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRange.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRange.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRange.ExtraLow", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRange.Low", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRange.Medium", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRange.High", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRange.ExtraHigh", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.ProsodyRange", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRate.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRate.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRate.ExtraSlow", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRate.Slow", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRate.Medium", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRate.Fast", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyRate.ExtraFast", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.ProsodyRate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyVolume.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyVolume.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyVolume.Silent", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyVolume.ExtraSoft", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyVolume.Soft", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyVolume.Medium", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyVolume.Loud", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyVolume.ExtraLoud", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.ProsodyVolume", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyUnit.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyUnit.Default", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyUnit.Hz", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ProsodyUnit.Semitone", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.ProsodyUnit", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.StartInputStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.EndInputStream", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.VoiceChange", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.Bookmark", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.WordBoundary", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.Phoneme", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.SentenceBoundary", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.Viseme", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.TtsEventId.AudioLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.TtsEventId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EventParameterType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EventParameterType.Undefined", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EventParameterType.Token", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EventParameterType.Object", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EventParameterType.Pointer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.EventParameterType.String", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.EventParameterType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.SpeakOutputFormat.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.SpeakOutputFormat.WaveFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.SpeakOutputFormat.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.SpeakOutputFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ContourPointChangeType.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ContourPointChangeType.Hz", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "DocsId": "F:System.Speech.Synthesis.TtsEngine.ContourPointChangeType.Percentage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - } - ], - "DocsId": "T:System.Speech.Synthesis.TtsEngine.ContourPointChangeType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Synthesis/TTSEngine/TTSEngineTypes.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Speech.Recognition.AudioLevelUpdatedEventArgs.AudioLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/AudioLevelUpdatedEventArgs.cs#L22C19-L22C38" - } - ], - "DocsId": "T:System.Speech.Recognition.AudioLevelUpdatedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/AudioLevelUpdatedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Recognition.AudioSignalProblem.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.AudioSignalProblem.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.AudioSignalProblem.TooNoisy", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.AudioSignalProblem.NoSignal", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.AudioSignalProblem.TooLoud", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.AudioSignalProblem.TooSoft", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.AudioSignalProblem.TooFast", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.AudioSignalProblem.TooSlow", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" - } - ], - "DocsId": "T:System.Speech.Recognition.AudioSignalProblem", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/AudioSignalProblem.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Speech.Recognition.AudioSignalProblemOccurredEventArgs.AudioSignalProblem", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/AudioSignalProblemOccurredEventArgs.cs#L25C19-L25C46" - }, - { - "DocsId": "P:System.Speech.Recognition.AudioSignalProblemOccurredEventArgs.AudioLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/AudioSignalProblemOccurredEventArgs.cs#L29C19-L29C38" - }, - { - "DocsId": "P:System.Speech.Recognition.AudioSignalProblemOccurredEventArgs.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/AudioSignalProblemOccurredEventArgs.cs#L33C19-L33C41" - }, - { - "DocsId": "P:System.Speech.Recognition.AudioSignalProblemOccurredEventArgs.RecognizerAudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/AudioSignalProblemOccurredEventArgs.cs#L37C19-L37C46" - } - ], - "DocsId": "T:System.Speech.Recognition.AudioSignalProblemOccurredEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/AudioSignalProblemOccurredEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Recognition.AudioState.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/AudioState.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.AudioState.Stopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/AudioState.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.AudioState.Silence", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/AudioState.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.AudioState.Speech", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/AudioState.cs" - } - ], - "DocsId": "T:System.Speech.Recognition.AudioState", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/AudioState.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Speech.Recognition.AudioStateChangedEventArgs.AudioState", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/AudioStateChangedEventArgs.cs#L22C19-L22C38" - } - ], - "DocsId": "T:System.Speech.Recognition.AudioStateChangedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/AudioStateChangedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.Choices.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/Choices.cs#L81C9-L17C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Choices.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/Choices.cs#L81C9-L24C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Choices.#ctor(System.Speech.Recognition.GrammarBuilder[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/Choices.cs#L81C9-L31C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Choices.Add(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/Choices.cs#L39C13-L47C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Choices.Add(System.Speech.Recognition.GrammarBuilder[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/Choices.cs#L51C13-L59C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Choices.ToGrammarBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/Choices.cs#L62C13-L62C45" - } - ], - "DocsId": "T:System.Speech.Recognition.Choices", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/Choices.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.DictationGrammar.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/DictationGrammar.cs#L20C37-L22C10" - }, - { - "DocsId": "M:System.Speech.Recognition.DictationGrammar.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/DictationGrammar.cs#L25C49-L27C10" - }, - { - "DocsId": "M:System.Speech.Recognition.DictationGrammar.SetDictationContext(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/DictationGrammar.cs#L34C13-L43C10" - } - ], - "DocsId": "T:System.Speech.Recognition.DictationGrammar", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/DictationGrammar.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Speech.Recognition.EmulateRecognizeCompletedEventArgs.Result", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/EmulateRecognizeCompletedEventArgs.cs#L23C19-L23C34" - } - ], - "DocsId": "T:System.Speech.Recognition.EmulateRecognizeCompletedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/EmulateRecognizeCompletedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/Grammar.cs#L37C15-L39C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/Grammar.cs#L41C15-L43C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.String,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/Grammar.cs#L1115C9-L56C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsDocument)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/Grammar.cs#L58C15-L60C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsDocument,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/Grammar.cs#L62C15-L64C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsDocument,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/Grammar.cs#L66C15-L68C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsDocument,System.String,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/Grammar.cs#L71C15-L73C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsDocument,System.String,System.Uri,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/Grammar.cs#L1115C9-L83C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/Grammar.cs#L85C15-L87C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.IO.Stream,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/Grammar.cs#L89C15-L91C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.IO.Stream,System.String,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/Grammar.cs#L93C15-L95C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.IO.Stream,System.String,System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/Grammar.cs#L98C15-L100C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.IO.Stream,System.String,System.Uri,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/Grammar.cs#L1115C9-L113C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Grammar.#ctor(System.Speech.Recognition.GrammarBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/Grammar.cs#L1115C9-L121C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Grammar.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/Grammar.cs#L1115C9-L131C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Grammar.StgInit(System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/Grammar.cs#L134C13-L136C10" - }, - { - "DocsId": "M:System.Speech.Recognition.Grammar.LoadLocalizedGrammarFromType(System.Type,System.Object[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/Grammar.cs#L146C13-L189C10" - }, - { - "DocsId": "E:System.Speech.Recognition.Grammar.SpeechRecognized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/Grammar.cs" - }, - { - "DocsId": "P:System.Speech.Recognition.Grammar.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/Grammar.cs#L200C19-L200C35" - }, - { - "DocsId": "P:System.Speech.Recognition.Grammar.Weight", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/Grammar.cs#L216C19-L216C34" - }, - { - "DocsId": "P:System.Speech.Recognition.Grammar.Priority", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/Grammar.cs#L239C19-L239C36" - }, - { - "DocsId": "P:System.Speech.Recognition.Grammar.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/Grammar.cs#L259C19-L259C39" - }, - { - "DocsId": "P:System.Speech.Recognition.Grammar.RuleName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/Grammar.cs#L264C19-L264C36" - }, - { - "DocsId": "P:System.Speech.Recognition.Grammar.Loaded", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/Grammar.cs#L268C19-L268C63" - }, - { - "DocsId": "P:System.Speech.Recognition.Grammar.IsStg", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/Grammar.cs#L375C19-L375C33" - }, - { - "DocsId": "P:System.Speech.Recognition.Grammar.ResourceName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/Grammar.cs#L583C17-L583C35" - } - ], - "DocsId": "T:System.Speech.Recognition.Grammar", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/Grammar.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L459C9-L25C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L28C15-L31C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.#ctor(System.String,System.Speech.Recognition.SubsetMatchingMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L34C15-L37C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.#ctor(System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L40C15-L43C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.#ctor(System.Speech.Recognition.GrammarBuilder,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L46C15-L49C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.#ctor(System.Speech.Recognition.Choices)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L52C15-L55C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.#ctor(System.Speech.Recognition.SemanticResultKey)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L58C15-L61C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.#ctor(System.Speech.Recognition.SemanticResultValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L64C15-L67C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Append(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L77C13-L80C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Append(System.String,System.Speech.Recognition.SubsetMatchingMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L84C13-L88C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Append(System.String,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L92C13-L105C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Append(System.Speech.Recognition.GrammarBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L111C13-L134C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Append(System.Speech.Recognition.Choices)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L140C13-L143C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Append(System.Speech.Recognition.SemanticResultKey)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L147C13-L150C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Append(System.Speech.Recognition.SemanticResultValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L154C13-L157C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Append(System.Speech.Recognition.GrammarBuilder,System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L161C13-L176C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.AppendDictation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L182C13-L183C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.AppendDictation(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L187C13-L190C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.AppendWildcard", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L196C13-L197C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.AppendRuleReference(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L204C13-L217C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.AppendRuleReference(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L224C13-L238C10" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.op_Addition(System.String,System.Speech.Recognition.GrammarBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L273C13-L273C41" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Add(System.String,System.Speech.Recognition.GrammarBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L278C13-L282C28" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.op_Addition(System.Speech.Recognition.GrammarBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L287C13-L287C41" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Add(System.Speech.Recognition.GrammarBuilder,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L292C13-L296C28" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.op_Addition(System.Speech.Recognition.Choices,System.Speech.Recognition.GrammarBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L301C13-L301C42" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Add(System.Speech.Recognition.Choices,System.Speech.Recognition.GrammarBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L306C13-L311C28" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.op_Addition(System.Speech.Recognition.GrammarBuilder,System.Speech.Recognition.Choices)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L316C13-L316C42" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Add(System.Speech.Recognition.GrammarBuilder,System.Speech.Recognition.Choices)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L321C13-L326C28" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.op_Addition(System.Speech.Recognition.GrammarBuilder,System.Speech.Recognition.GrammarBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L331C13-L331C44" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.Add(System.Speech.Recognition.GrammarBuilder,System.Speech.Recognition.GrammarBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L336C13-L341C28" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.op_Implicit(System.String)~System.Speech.Recognition.GrammarBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L343C73-L343C107" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.op_Implicit(System.Speech.Recognition.Choices)~System.Speech.Recognition.GrammarBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L344C75-L344C110" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.op_Implicit(System.Speech.Recognition.SemanticResultKey)~System.Speech.Recognition.GrammarBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L345C89-L345C128" - }, - { - "DocsId": "M:System.Speech.Recognition.GrammarBuilder.op_Implicit(System.Speech.Recognition.SemanticResultValue)~System.Speech.Recognition.GrammarBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L346C93-L346C134" - }, - { - "DocsId": "P:System.Speech.Recognition.GrammarBuilder.DebugShowPhrases", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L243C17-L243C37" - }, - { - "DocsId": "P:System.Speech.Recognition.GrammarBuilder.Culture", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs#L254C17-L254C33" - } - ], - "DocsId": "T:System.Speech.Recognition.GrammarBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/GrammarBuilder.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Speech.Recognition.LoadGrammarCompletedEventArgs.Grammar", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/LoadGrammarCompletedEventArgs.cs#L25C19-L25C35" - } - ], - "DocsId": "T:System.Speech.Recognition.LoadGrammarCompletedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/LoadGrammarCompletedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Speech.Recognition.RecognizeCompletedEventArgs.Result", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/RecognizeCompletedEventArgs.cs#L29C19-L29C34" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizeCompletedEventArgs.InitialSilenceTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/RecognizeCompletedEventArgs.cs#L33C19-L33C49" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizeCompletedEventArgs.BabbleTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/RecognizeCompletedEventArgs.cs#L37C19-L37C41" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizeCompletedEventArgs.InputStreamEnded", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/RecognizeCompletedEventArgs.cs#L41C19-L41C44" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizeCompletedEventArgs.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/RecognizeCompletedEventArgs.cs#L45C19-L45C41" - } - ], - "DocsId": "T:System.Speech.Recognition.RecognizeCompletedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/RecognizeCompletedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Recognition.RecognizeMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/RecognizeMode.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.RecognizeMode.Single", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/RecognizeMode.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.RecognizeMode.Multiple", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/RecognizeMode.cs" - } - ], - "DocsId": "T:System.Speech.Recognition.RecognizeMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/RecognizeMode.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.RecognizerInfo.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L100C13-L102C10" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizerInfo.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L109C19-L109C30" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizerInfo.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L113C19-L113C32" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizerInfo.Description", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L117C19-L117C39" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizerInfo.Culture", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L121C19-L121C35" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizerInfo.SupportedAudioFormats", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L125C19-L125C49" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizerInfo.AdditionalInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs#L129C19-L129C38" - } - ], - "DocsId": "T:System.Speech.Recognition.RecognizerInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/RecognizerInfo.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Recognition.RecognizerState.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/RecognizerState.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.RecognizerState.Stopped", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/RecognizerState.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.RecognizerState.Listening", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/RecognizerState.cs" - } - ], - "DocsId": "T:System.Speech.Recognition.RecognizerState", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/RecognizerState.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Speech.Recognition.StateChangedEventArgs.RecognizerState", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/RecognizerStateChangedEventArgs.cs#L22C19-L22C43" - } - ], - "DocsId": "T:System.Speech.Recognition.StateChangedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/RecognizerStateChangedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.SemanticResultKey.#ctor(System.String,System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SemanticResultKey.cs#L24C15-L34C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticResultKey.#ctor(System.String,System.Speech.Recognition.GrammarBuilder[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SemanticResultKey.cs#L37C15-L47C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticResultKey.ToGrammarBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SemanticResultKey.cs#L54C13-L54C45" - } - ], - "DocsId": "T:System.Speech.Recognition.SemanticResultKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SemanticResultKey.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.SemanticResultValue.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SemanticResultValue.cs#L14C9-L19C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticResultValue.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SemanticResultValue.cs#L20C9-L26C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticResultValue.#ctor(System.Speech.Recognition.GrammarBuilder,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SemanticResultValue.cs#L27C9-L33C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticResultValue.ToGrammarBuilder", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SemanticResultValue.cs#L40C13-L40C45" - } - ], - "DocsId": "T:System.Speech.Recognition.SemanticResultValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SemanticResultValue.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Speech.Recognition.SpeechDetectedEventArgs.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechDetectedEventArgs.cs#L22C19-L22C41" - } - ], - "DocsId": "T:System.Speech.Recognition.SpeechDetectedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechDetectedEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L21C9-L24C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.#ctor(System.Globalization.CultureInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L25C9-L55C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L56C9-L70C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.#ctor(System.Speech.Recognition.RecognizerInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L71C9-L76C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L79C13-L81C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L84C13-L98C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.InstalledRecognizers", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L107C13-L130C72" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.SetInputToWaveFile(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L227C13-L230C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.SetInputToWaveStream(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L233C13-L234C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.SetInputToAudioStream(System.IO.Stream,System.Speech.AudioFormat.SpeechAudioFormatInfo)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L237C13-L241C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.SetInputToNull", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L246C13-L247C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.SetInputToDefaultAudioDevice", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L252C13-L253C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.Recognize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L261C13-L261C71" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.Recognize(System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L265C13-L270C62" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.RecognizeAsync", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L276C13-L277C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.RecognizeAsync(System.Speech.Recognition.RecognizeMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L282C13-L288C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.RecognizeAsyncCancel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L293C13-L294C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.RecognizeAsyncStop", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L299C13-L300C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.QueryRecognizerSetting(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L305C13-L305C65" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.UpdateRecognizerSetting(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L309C13-L310C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.UpdateRecognizerSetting(System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L313C13-L314C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.LoadGrammar(System.Speech.Recognition.Grammar)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L317C13-L318C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.LoadGrammarAsync(System.Speech.Recognition.Grammar)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L321C13-L322C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.UnloadGrammar(System.Speech.Recognition.Grammar)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L325C13-L326C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.UnloadAllGrammars", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L329C13-L330C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.EmulateRecognize(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L333C13-L333C136" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.EmulateRecognize(System.String,System.Globalization.CompareOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L337C13-L342C73" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.EmulateRecognize(System.Speech.Recognition.RecognizedWordUnit[],System.Globalization.CompareOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L346C13-L351C73" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.EmulateRecognizeAsync(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L355C13-L356C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.EmulateRecognizeAsync(System.String,System.Globalization.CompareOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L359C13-L365C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.EmulateRecognizeAsync(System.Speech.Recognition.RecognizedWordUnit[],System.Globalization.CompareOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L368C13-L374C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.RequestRecognizerUpdate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L379C13-L380C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.RequestRecognizerUpdate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L383C13-L384C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognitionEngine.RequestRecognizerUpdate(System.Object,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L387C13-L388C10" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.RecognizeCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.EmulateRecognizeCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.LoadGrammarCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.SpeechDetected", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.SpeechRecognized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.SpeechRecognitionRejected", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.RecognizerUpdateReached", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.SpeechHypothesized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L417C17-L423C14" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.AudioSignalProblemOccurred", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L441C17-L447C14" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.AudioLevelUpdated", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L465C17-L471C14" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognitionEngine.AudioStateChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L489C17-L495C14" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.InitialSilenceTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L141C19-L141C57" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.BabbleTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L147C19-L147C49" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.EndSilenceTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L153C19-L153C127" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.EndSilenceTimeoutAmbiguous", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L166C19-L166C135" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.Grammars", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L180C19-L180C44" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.RecognizerInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L186C19-L186C50" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.AudioState", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L192C19-L192C46" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.AudioLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L198C19-L198C46" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.RecognizerAudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L204C19-L204C59" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L210C19-L210C49" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.AudioFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L214C19-L214C47" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognitionEngine.MaxAlternates", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs#L218C19-L218C49" - } - ], - "DocsId": "T:System.Speech.Recognition.SpeechRecognitionEngine", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognitionEngine.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L17C9-L20C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.Dispose", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L23C13-L25C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.Dispose(System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L28C13-L42C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.LoadGrammar(System.Speech.Recognition.Grammar)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L116C13-L117C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.LoadGrammarAsync(System.Speech.Recognition.Grammar)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L120C13-L121C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.UnloadGrammar(System.Speech.Recognition.Grammar)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L124C13-L125C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.UnloadAllGrammars", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L128C13-L129C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.EmulateRecognize(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L132C13-L138C88" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.EmulateRecognize(System.String,System.Globalization.CompareOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L143C13-L149C88" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.EmulateRecognize(System.Speech.Recognition.RecognizedWordUnit[],System.Globalization.CompareOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L154C13-L160C88" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.EmulateRecognizeAsync(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L165C13-L171C88" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.EmulateRecognizeAsync(System.String,System.Globalization.CompareOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L176C13-L182C88" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.EmulateRecognizeAsync(System.Speech.Recognition.RecognizedWordUnit[],System.Globalization.CompareOptions)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L187C13-L193C88" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.RequestRecognizerUpdate", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L200C13-L201C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.RequestRecognizerUpdate(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L204C13-L205C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SpeechRecognizer.RequestRecognizerUpdate(System.Object,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L208C13-L209C10" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.StateChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.EmulateRecognizeCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.LoadGrammarCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.SpeechDetected", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.SpeechRecognized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.SpeechRecognitionRejected", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.RecognizerUpdateReached", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.SpeechHypothesized", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L236C17-L242C14" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.AudioSignalProblemOccurred", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L260C17-L266C14" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.AudioLevelUpdated", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L284C17-L290C14" - }, - { - "DocsId": "E:System.Speech.Recognition.SpeechRecognizer.AudioStateChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L308C17-L314C14" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.State", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L51C19-L51C41" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.Enabled", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L57C19-L57C43" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.PauseRecognizerOnRecognition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L62C19-L62C64" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.Grammars", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L69C19-L69C44" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.RecognizerInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L75C19-L75C50" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.AudioState", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L81C19-L81C46" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.AudioLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L87C19-L87C46" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L93C19-L93C49" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.RecognizerAudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L99C19-L99C59" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.AudioFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L103C19-L103C47" - }, - { - "DocsId": "P:System.Speech.Recognition.SpeechRecognizer.MaxAlternates", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs#L107C19-L107C49" - } - ], - "DocsId": "T:System.Speech.Recognition.SpeechRecognizer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechRecognizer.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.SpeechUI.SendTextFeedback(System.Speech.Recognition.RecognitionResult,System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechUI.cs#L15C13-L18C73" - } - ], - "DocsId": "T:System.Speech.Recognition.SpeechUI", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SpeechUI.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Recognition.SubsetMatchingMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SubsetMatchingMode.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.SubsetMatchingMode.Subsequence", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SubsetMatchingMode.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.SubsetMatchingMode.OrderedSubset", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SubsetMatchingMode.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.SubsetMatchingMode.SubsequenceContentRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SubsetMatchingMode.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.SubsetMatchingMode.OrderedSubsetContentRequired", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SubsetMatchingMode.cs" - } - ], - "DocsId": "T:System.Speech.Recognition.SubsetMatchingMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SubsetMatchingMode.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Speech.Recognition.RecognizerUpdateReachedEventArgs.UserToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/UpdateEventArgs.cs#L25C19-L25C37" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizerUpdateReachedEventArgs.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/UpdateEventArgs.cs#L29C19-L29C41" - } - ], - "DocsId": "T:System.Speech.Recognition.RecognizerUpdateReachedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/UpdateEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Speech.Recognition.RecognitionEventArgs.Result", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognitionEventArgs.cs#L20C19-L20C34" - } - ], - "DocsId": "T:System.Speech.Recognition.RecognitionEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognitionEventArgs.cs" - }, - { - "Members": [], - "DocsId": "T:System.Speech.Recognition.SpeechRecognizedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognitionEventArgs.cs" - }, - { - "Members": [], - "DocsId": "T:System.Speech.Recognition.SpeechRecognitionRejectedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognitionEventArgs.cs" - }, - { - "Members": [], - "DocsId": "T:System.Speech.Recognition.SpeechHypothesizedEventArgs", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognitionEventArgs.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.RecognitionResult.GetAudioForWordRange(System.Speech.Recognition.RecognizedWordUnit,System.Speech.Recognition.RecognizedWordUnit)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognitionResult.cs#L65C13-L68C139" - }, - { - "DocsId": "M:System.Speech.Recognition.RecognitionResult.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognitionResult.cs#L74C13-L113C10" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognitionResult.Audio", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognitionResult.cs#L150C17-L193C31" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognitionResult.Alternates", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognitionResult.cs#L203C17-L203C82" - } - ], - "DocsId": "T:System.Speech.Recognition.RecognitionResult", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognitionResult.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.RecognizedAudio.WriteToWaveStream(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L48C13-L59C10" - }, - { - "DocsId": "M:System.Speech.Recognition.RecognizedAudio.WriteToAudioStream(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L64C13-L70C10" - }, - { - "DocsId": "M:System.Speech.Recognition.RecognizedAudio.GetRange(System.TimeSpan,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L75C13-L104C119" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizedAudio.Format", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L23C19-L23C39" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizedAudio.StartTime", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L29C19-L29C37" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizedAudio.AudioPosition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L36C19-L36C41" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizedAudio.Duration", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognizedAudio.cs#L42C19-L42C41" - } - ], - "DocsId": "T:System.Speech.Recognition.RecognizedAudio", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognizedAudio.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.RecognizedPhrase.ConstructSmlFromSemantics", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L37C13-L78C29" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizedPhrase.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L88C17-L142C30" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizedPhrase.Confidence", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L149C17-L149C36" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizedPhrase.Words", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L156C17-L211C31" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizedPhrase.Semantics", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L220C17-L233C35" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizedPhrase.Homophones", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L242C17-L260C36" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizedPhrase.Grammar", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L268C17-L277C33" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizedPhrase.ReplacementWordUnits", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L284C17-L308C41" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizedPhrase.HomophoneGroupId", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs#L315C17-L315C42" - } - ], - "DocsId": "T:System.Speech.Recognition.RecognizedPhrase", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognizedPhrase.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.RecognizedWordUnit.#ctor(System.String,System.Single,System.String,System.String,System.Speech.Recognition.DisplayAttributes,System.TimeSpan,System.TimeSpan)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs#L19C9-L35C10" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizedWordUnit.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs#L46C19-L46C32" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizedWordUnit.Confidence", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs#L52C19-L52C38" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizedWordUnit.Pronunciation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs#L58C17-L58C39" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizedWordUnit.LexicalForm", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs#L63C19-L63C39" - }, - { - "DocsId": "P:System.Speech.Recognition.RecognizedWordUnit.DisplayAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs#L67C19-L67C45" - } - ], - "DocsId": "T:System.Speech.Recognition.RecognizedWordUnit", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Recognition.DisplayAttributes.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.DisplayAttributes.None", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.DisplayAttributes.ZeroTrailingSpaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.DisplayAttributes.OneTrailingSpace", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.DisplayAttributes.TwoTrailingSpaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.DisplayAttributes.ConsumeLeadingSpaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" - } - ], - "DocsId": "T:System.Speech.Recognition.DisplayAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/RecognizedWordUnit.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Speech.Recognition.ReplacementText.DisplayAttributes", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/ReplacementText.cs#L30C17-L30C43" - }, - { - "DocsId": "P:System.Speech.Recognition.ReplacementText.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/ReplacementText.cs#L37C17-L37C30" - }, - { - "DocsId": "P:System.Speech.Recognition.ReplacementText.FirstWordIndex", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/ReplacementText.cs#L44C17-L44C35" - }, - { - "DocsId": "P:System.Speech.Recognition.ReplacementText.CountOfWords", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/ReplacementText.cs#L51C17-L51C38" - } - ], - "DocsId": "T:System.Speech.Recognition.ReplacementText", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/ReplacementText.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.SemanticValue.#ctor(System.String,System.Object,System.Single)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/SemanticValue.cs#L19C9-L27C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticValue.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/SemanticValue.cs#L30C15-L32C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticValue.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/SemanticValue.cs#L39C13-L53C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticValue.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/SemanticValue.cs#L56C13-L56C26" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticValue.Contains(System.Collections.Generic.KeyValuePair{System.String,System.Speech.Recognition.SemanticValue})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/SemanticValue.cs#L97C13-L97C97" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticValue.ContainsKey(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/SemanticValue.cs#L101C13-L101C49" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#ICollection>#Add(System.Collections.Generic.KeyValuePair{System.String,System.Speech.Recognition.SemanticValue})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/SemanticValue.cs#L113C13-L113C78" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#IDictionary#Add(System.String,System.Speech.Recognition.SemanticValue)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/SemanticValue.cs#L118C13-L118C78" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#ICollection>#Clear", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/SemanticValue.cs#L123C13-L123C78" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#ICollection>#Remove(System.Collections.Generic.KeyValuePair{System.String,System.Speech.Recognition.SemanticValue})", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/SemanticValue.cs#L128C13-L128C78" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#IDictionary#Remove(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/SemanticValue.cs#L133C13-L133C78" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#ICollection>#CopyTo(System.Collections.Generic.KeyValuePair{System.String,System.Speech.Recognition.SemanticValue}[],System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/SemanticValue.cs#L137C13-L138C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#IEnumerable>#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/SemanticValue.cs#L141C13-L141C48" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#ICollection>#get_IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/SemanticValue.cs#L146C19-L146C31" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#IDictionary#get_Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/SemanticValue.cs#L151C19-L151C43" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#IDictionary#get_Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/SemanticValue.cs#L156C19-L156C45" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#IEnumerable#GetEnumerator", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/SemanticValue.cs#L160C13-L160C93" - }, - { - "DocsId": "M:System.Speech.Recognition.SemanticValue.System#Collections#Generic#IDictionary#TryGetValue(System.String,System.Speech.Recognition.SemanticValue@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/SemanticValue.cs#L165C13-L165C60" - }, - { - "DocsId": "P:System.Speech.Recognition.SemanticValue.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/SemanticValue.cs#L69C17-L69C31" - }, - { - "DocsId": "P:System.Speech.Recognition.SemanticValue.Confidence", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/SemanticValue.cs#L82C17-L82C36" - }, - { - "DocsId": "P:System.Speech.Recognition.SemanticValue.Item(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/SemanticValue.cs#L92C19-L92C43" - }, - { - "DocsId": "P:System.Speech.Recognition.SemanticValue.Count", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/SemanticValue.cs#L105C19-L105C44" - }, - { - "DocsId": "P:System.Speech.Recognition.SemanticValue.System#Collections#Generic#ICollection>#IsReadOnly", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/SemanticValue.cs#L146C19-L146C31" - }, - { - "DocsId": "P:System.Speech.Recognition.SemanticValue.System#Collections#Generic#IDictionary#Keys", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/SemanticValue.cs#L151C19-L151C43" - }, - { - "DocsId": "P:System.Speech.Recognition.SemanticValue.System#Collections#Generic#IDictionary#Values", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/SemanticValue.cs#L156C19-L156C45" - } - ], - "DocsId": "T:System.Speech.Recognition.SemanticValue", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Result/SemanticValue.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsDocument.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L26C9-L29C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsDocument.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L31C9-L39C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsDocument.#ctor(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L40C9-L45C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsDocument.#ctor(System.Speech.Recognition.GrammarBuilder)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L46C9-L63C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsDocument.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L65C57-L71C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsDocument.WriteSrgs(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L78C13-L85C10" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.XmlBase", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L98C17-L98C41" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.Culture", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L116C17-L116C41" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.Root", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L136C17-L136C38" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.Mode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L154C17-L154C113" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.PhoneticAlphabet", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L169C17-L169C72" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.Rules", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L186C17-L186C39" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.Language", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L197C17-L197C42" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.Namespace", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L215C17-L215C43" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.CodeBehind", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L233C17-L233C44" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.Debug", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L244C17-L244C39" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.Script", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L259C17-L259C40" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.ImportNamespaces", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L275C17-L275C50" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsDocument.AssemblyReferences", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs#L286C17-L286C52" - } - ], - "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsDocument", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsGrammarMode.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsGrammarMode.Voice", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsGrammarMode.Dtmf", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" - } - ], - "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsGrammarMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsPhoneticAlphabet.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsPhoneticAlphabet.Sapi", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsPhoneticAlphabet.Ipa", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsPhoneticAlphabet.Ups", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" - } - ], - "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsPhoneticAlphabet", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsDocument.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsElement.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsElement.cs#L18C9-L20C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsElement.System#Speech#Internal#SrgsParser#IElement#PostParse(System.Speech.Internal.SrgsParser.IElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsElement.cs#L48C9-L48C10" - } - ], - "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsElement", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsElement.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsGrammarCompiler.Compile(System.String,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs#L24C13-L31C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsGrammarCompiler.Compile(System.Speech.Recognition.SrgsGrammar.SrgsDocument,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs#L38C13-L42C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsGrammarCompiler.Compile(System.Xml.XmlReader,System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs#L49C13-L53C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsGrammarCompiler.CompileClassLibrary(System.String[],System.String,System.String[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs#L60C13-L87C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsGrammarCompiler.CompileClassLibrary(System.Speech.Recognition.SrgsGrammar.SrgsDocument,System.String,System.String[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs#L94C13-L98C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsGrammarCompiler.CompileClassLibrary(System.Xml.XmlReader,System.String,System.String[],System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs#L105C13-L109C10" - } - ], - "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsGrammarCompiler", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsGrammarCompiler.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L306C9-L23C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L25C15-L30C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsElement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L32C15-L44C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.#ctor(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L46C15-L49C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.#ctor(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L51C15-L54C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.#ctor(System.Int32,System.Int32,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L58C15-L61C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.#ctor(System.Int32,System.Int32,System.Speech.Recognition.SrgsGrammar.SrgsElement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L63C15-L66C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.SetRepeat(System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L74C13-L79C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.SetRepeat(System.Int32,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L83C13-L99C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsItem.Add(System.Speech.Recognition.SrgsGrammar.SrgsElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L102C13-L105C10" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsItem.Elements", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L114C17-L114C34" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsItem.RepeatProbability", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L122C17-L122C43" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsItem.MinRepeat", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L139C17-L139C62" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsItem.MaxRepeat", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L147C17-L147C62" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsItem.Weight", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs#L154C17-L154C32" - } - ], - "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsItem", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsItem.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsNameValueTag.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs#L18C9-L20C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsNameValueTag.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs#L21C9-L26C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsNameValueTag.#ctor(System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs#L28C15-L31C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsNameValueTag.System#Speech#Internal#SrgsParser#IPropertyTag#NameValue(System.Speech.Internal.SrgsParser.IElement,System.String,System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs#L128C13-L130C10" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsNameValueTag.Name", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs#L41C17-L41C30" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsNameValueTag.Value", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs#L54C19-L54C33" - } - ], - "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsNameValueTag", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsNameValueTag.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsOneOf.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsOneOf.cs#L126C9-L21C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsOneOf.#ctor(System.String[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsOneOf.cs#L23C15-L36C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsOneOf.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsItem[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsOneOf.cs#L38C15-L52C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsOneOf.Add(System.Speech.Recognition.SrgsGrammar.SrgsItem)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsOneOf.cs#L59C13-L62C10" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsOneOf.Items", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsOneOf.cs#L73C17-L73C31" - } - ], - "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsOneOf", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsOneOf.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRule.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L26C15-L30C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRule.#ctor(System.String,System.Speech.Recognition.SrgsGrammar.SrgsElement[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L32C15-L47C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRule.Add(System.Speech.Recognition.SrgsGrammar.SrgsElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L54C13-L57C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRule.System#Speech#Internal#SrgsParser#IElement#PostParse(System.Speech.Internal.SrgsParser.IElement)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L315C13-L316C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRule.System#Speech#Internal#SrgsParser#IRule#CreateScript(System.Speech.Internal.SrgsParser.IGrammar,System.String,System.String,System.Speech.Internal.SrgsParser.RuleMethodScript)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L16707566C0-L343C10" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRule.Elements", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L66C17-L66C34" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRule.Id", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L73C17-L73C28" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRule.Scope", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L85C17-L85C31" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRule.BaseClass", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L101C17-L101C35" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRule.Script", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L119C17-L119C32" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRule.OnInit", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L135C17-L135C32" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRule.OnParse", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L151C17-L151C33" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRule.OnError", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L167C17-L167C33" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRule.OnRecognition", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs#L183C17-L183C39" - } - ], - "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsRuleScope.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsRuleScope.Public", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsRuleScope.Private", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs" - } - ], - "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsRuleScope", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRule.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.#ctor(System.Uri)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L19C9-L22C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.#ctor(System.Uri,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L23C9-L28C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.#ctor(System.Uri,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L29C9-L34C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.#ctor(System.Uri,System.String,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L35C9-L40C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L41C9-L46C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsRule,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L48C15-L53C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.#ctor(System.Speech.Recognition.SrgsGrammar.SrgsRule,System.String,System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L55C15-L61C10" - }, - { - "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.Null", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.Void", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.Garbage", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.Dictation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs" - }, - { - "DocsId": "F:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.MnemonicSpelling", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.Uri", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L86C17-L86C29" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.SemanticKey", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L97C17-L97C37" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef.Params", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs#L108C17-L108C32" - } - ], - "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsRuleRef", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRuleRef.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRulesCollection.Add(System.Speech.Recognition.SrgsGrammar.SrgsRule[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRulesCollection.cs#L14C13-L24C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRulesCollection.GetKeyForItem(System.Speech.Recognition.SrgsGrammar.SrgsRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRulesCollection.cs#L27C13-L29C28" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsRulesCollection.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRulesCollection.cs" - } - ], - "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsRulesCollection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsRulesCollection.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsSemanticInterpretationTag.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSemanticInterpretationTag.cs#L98C9-L19C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsSemanticInterpretationTag.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSemanticInterpretationTag.cs#L98C9-L25C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsSemanticInterpretationTag.System#Speech#Internal#SrgsParser#ISemanticTag#Content(System.Speech.Internal.SrgsParser.IElement,System.String,System.Int32)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSemanticInterpretationTag.cs#L91C13-L92C10" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsSemanticInterpretationTag.Script", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSemanticInterpretationTag.cs#L34C17-L34C32" - } - ], - "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsSemanticInterpretationTag", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSemanticInterpretationTag.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsSubset.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSubset.cs#L19C15-L21C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsSubset.#ctor(System.String,System.Speech.Recognition.SubsetMatchingMode)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSubset.cs#L22C9-L35C10" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsSubset.MatchingMode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSubset.cs#L44C17-L44C35" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsSubset.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSubset.cs#L60C17-L60C30" - } - ], - "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsSubset", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsSubset.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsText.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsText.cs#L67C9-L18C10" - }, - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsText.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsText.cs#L67C9-L24C10" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsText.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsText.cs#L33C17-L33C30" - } - ], - "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsText", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsText.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.Recognition.SrgsGrammar.SrgsToken.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsToken.cs#L161C9-L23C10" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsToken.Text", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsToken.cs#L32C17-L32C30" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsToken.Pronunciation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsToken.cs#L51C17-L51C39" - }, - { - "DocsId": "P:System.Speech.Recognition.SrgsGrammar.SrgsToken.Display", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsToken.cs#L63C17-L63C33" - } - ], - "DocsId": "T:System.Speech.Recognition.SrgsGrammar.SrgsToken", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsToken.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.AudioFormat.EncodingFormat.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/AudioFormat/EncodingFormat.cs" - }, - { - "DocsId": "F:System.Speech.AudioFormat.EncodingFormat.Pcm", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/AudioFormat/EncodingFormat.cs" - }, - { - "DocsId": "F:System.Speech.AudioFormat.EncodingFormat.ALaw", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/AudioFormat/EncodingFormat.cs" - }, - { - "DocsId": "F:System.Speech.AudioFormat.EncodingFormat.ULaw", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/AudioFormat/EncodingFormat.cs" - } - ], - "DocsId": "T:System.Speech.AudioFormat.EncodingFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/AudioFormat/EncodingFormat.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Speech.AudioFormat.SpeechAudioFormatInfo.#ctor(System.Speech.AudioFormat.EncodingFormat,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Byte[])", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L63C15-L76C10" - }, - { - "DocsId": "M:System.Speech.AudioFormat.SpeechAudioFormatInfo.#ctor(System.Int32,System.Speech.AudioFormat.AudioBitsPerSample,System.Speech.AudioFormat.AudioChannel)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L78C15-L83C10" - }, - { - "DocsId": "M:System.Speech.AudioFormat.SpeechAudioFormatInfo.FormatSpecificData", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L101C46-L101C89" - }, - { - "DocsId": "M:System.Speech.AudioFormat.SpeechAudioFormatInfo.Equals(System.Object)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L104C13-L130C25" - }, - { - "DocsId": "M:System.Speech.AudioFormat.SpeechAudioFormatInfo.GetHashCode", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L134C13-L134C57" - }, - { - "DocsId": "P:System.Speech.AudioFormat.SpeechAudioFormatInfo.AverageBytesPerSecond", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L89C50-L89C80" - }, - { - "DocsId": "P:System.Speech.AudioFormat.SpeechAudioFormatInfo.BitsPerSample", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L91C42-L91C64" - }, - { - "DocsId": "P:System.Speech.AudioFormat.SpeechAudioFormatInfo.BlockAlign", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L93C39-L93C58" - }, - { - "DocsId": "P:System.Speech.AudioFormat.SpeechAudioFormatInfo.EncodingFormat", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L94C54-L94C77" - }, - { - "DocsId": "P:System.Speech.AudioFormat.SpeechAudioFormatInfo.ChannelCount", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L95C41-L95C62" - }, - { - "DocsId": "P:System.Speech.AudioFormat.SpeechAudioFormatInfo.SamplesPerSecond", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs#L96C45-L96C70" - } - ], - "DocsId": "T:System.Speech.AudioFormat.SpeechAudioFormatInfo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.AudioFormat.AudioChannel.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" - }, - { - "DocsId": "F:System.Speech.AudioFormat.AudioChannel.Mono", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" - }, - { - "DocsId": "F:System.Speech.AudioFormat.AudioChannel.Stereo", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" - } - ], - "DocsId": "T:System.Speech.AudioFormat.AudioChannel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Speech.AudioFormat.AudioBitsPerSample.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" - }, - { - "DocsId": "F:System.Speech.AudioFormat.AudioBitsPerSample.Eight", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" - }, - { - "DocsId": "F:System.Speech.AudioFormat.AudioBitsPerSample.Sixteen", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" - } - ], - "DocsId": "T:System.Speech.AudioFormat.AudioBitsPerSample", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Speech/src/AudioFormat/SpeechAudioFormatInfo.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Threading.AccessControl.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Threading.AccessControl.json deleted file mode 100644 index 7814a72a19b..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Threading.AccessControl.json +++ /dev/null @@ -1,530 +0,0 @@ -{ - "Assembly": "System.Threading.AccessControl", - "GUID": "125B06C717D64333A686AD221343B6BEFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "F:System.Security.AccessControl.MutexRights.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.MutexRights.Modify", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.MutexRights.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.MutexRights.ReadPermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.MutexRights.ChangePermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.MutexRights.TakeOwnership", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.MutexRights.Synchronize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.MutexRights.FullControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" - } - ], - "DocsId": "T:System.Security.AccessControl.MutexRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.AccessControl.MutexAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.MutexRights,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L48C15-L50C10" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexAccessRule.#ctor(System.String,System.Security.AccessControl.MutexRights,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L53C15-L55C10" - }, - { - "DocsId": "P:System.Security.AccessControl.MutexAccessRule.MutexRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L80C19-L80C55" - } - ], - "DocsId": "T:System.Security.AccessControl.MutexAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.AccessControl.MutexAuditRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.MutexRights,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L88C15-L90C10" - }, - { - "DocsId": "P:System.Security.AccessControl.MutexAuditRule.MutexRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L99C19-L99C55" - } - ], - "DocsId": "T:System.Security.AccessControl.MutexAuditRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L107C15-L109C10" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.#ctor(System.String,System.Security.AccessControl.AccessControlSections)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L112C15-L115C10" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.AccessRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L144C13-L144C126" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.AuditRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L149C13-L149C126" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.AddAccessRule(System.Security.AccessControl.MutexAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L189C13-L190C10" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.SetAccessRule(System.Security.AccessControl.MutexAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L194C13-L195C10" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.ResetAccessRule(System.Security.AccessControl.MutexAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L199C13-L200C10" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.RemoveAccessRule(System.Security.AccessControl.MutexAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L204C13-L204C48" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.RemoveAccessRuleAll(System.Security.AccessControl.MutexAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L209C13-L210C10" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.RemoveAccessRuleSpecific(System.Security.AccessControl.MutexAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L214C13-L215C10" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.AddAuditRule(System.Security.AccessControl.MutexAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L219C13-L220C10" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.SetAuditRule(System.Security.AccessControl.MutexAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L224C13-L225C10" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.RemoveAuditRule(System.Security.AccessControl.MutexAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L229C13-L229C47" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.RemoveAuditRuleAll(System.Security.AccessControl.MutexAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L234C13-L235C10" - }, - { - "DocsId": "M:System.Security.AccessControl.MutexSecurity.RemoveAuditRuleSpecific(System.Security.AccessControl.MutexAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L239C13-L240C10" - }, - { - "DocsId": "P:System.Security.AccessControl.MutexSecurity.AccessRightType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L244C19-L244C46" - }, - { - "DocsId": "P:System.Security.AccessControl.MutexSecurity.AccessRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L249C19-L249C50" - }, - { - "DocsId": "P:System.Security.AccessControl.MutexSecurity.AuditRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs#L254C19-L254C49" - } - ], - "DocsId": "T:System.Security.AccessControl.MutexSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/MutexSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.Modify", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.ReadPermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.ChangePermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.TakeOwnership", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.Synchronize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.EventWaitHandleRights.FullControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" - } - ], - "DocsId": "T:System.Security.AccessControl.EventWaitHandleRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.EventWaitHandleRights,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L47C15-L49C10" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleAccessRule.#ctor(System.String,System.Security.AccessControl.EventWaitHandleRights,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L52C15-L54C10" - }, - { - "DocsId": "P:System.Security.AccessControl.EventWaitHandleAccessRule.EventWaitHandleRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L79C19-L79C65" - } - ], - "DocsId": "T:System.Security.AccessControl.EventWaitHandleAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleAuditRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.EventWaitHandleRights,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L87C15-L89C10" - }, - { - "DocsId": "P:System.Security.AccessControl.EventWaitHandleAuditRule.EventWaitHandleRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L105C19-L105C65" - } - ], - "DocsId": "T:System.Security.AccessControl.EventWaitHandleAuditRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L113C15-L115C10" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.AccessRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L150C13-L150C136" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.AuditRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L155C13-L155C136" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.AddAccessRule(System.Security.AccessControl.EventWaitHandleAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L199C13-L200C10" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.SetAccessRule(System.Security.AccessControl.EventWaitHandleAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L204C13-L205C10" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.ResetAccessRule(System.Security.AccessControl.EventWaitHandleAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L209C13-L210C10" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.RemoveAccessRule(System.Security.AccessControl.EventWaitHandleAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L214C13-L214C48" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.RemoveAccessRuleAll(System.Security.AccessControl.EventWaitHandleAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L219C13-L220C10" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.RemoveAccessRuleSpecific(System.Security.AccessControl.EventWaitHandleAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L224C13-L225C10" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.AddAuditRule(System.Security.AccessControl.EventWaitHandleAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L229C13-L230C10" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.SetAuditRule(System.Security.AccessControl.EventWaitHandleAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L234C13-L235C10" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.RemoveAuditRule(System.Security.AccessControl.EventWaitHandleAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L239C13-L239C47" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.RemoveAuditRuleAll(System.Security.AccessControl.EventWaitHandleAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L244C13-L245C10" - }, - { - "DocsId": "M:System.Security.AccessControl.EventWaitHandleSecurity.RemoveAuditRuleSpecific(System.Security.AccessControl.EventWaitHandleAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L249C13-L250C10" - }, - { - "DocsId": "P:System.Security.AccessControl.EventWaitHandleSecurity.AccessRightType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L254C19-L254C56" - }, - { - "DocsId": "P:System.Security.AccessControl.EventWaitHandleSecurity.AccessRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L259C19-L259C60" - }, - { - "DocsId": "P:System.Security.AccessControl.EventWaitHandleSecurity.AuditRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs#L264C19-L264C59" - } - ], - "DocsId": "T:System.Security.AccessControl.EventWaitHandleSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/EventWaitHandleSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.AccessControl.SemaphoreRights.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.SemaphoreRights.Modify", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.SemaphoreRights.Delete", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.SemaphoreRights.ReadPermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.SemaphoreRights.ChangePermissions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.SemaphoreRights.TakeOwnership", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.SemaphoreRights.Synchronize", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" - }, - { - "DocsId": "F:System.Security.AccessControl.SemaphoreRights.FullControl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" - } - ], - "DocsId": "T:System.Security.AccessControl.SemaphoreRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.AccessControl.SemaphoreAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.SemaphoreRights,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L44C15-L46C10" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreAccessRule.#ctor(System.String,System.Security.AccessControl.SemaphoreRights,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L49C15-L51C10" - }, - { - "DocsId": "P:System.Security.AccessControl.SemaphoreAccessRule.SemaphoreRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L76C19-L76C59" - } - ], - "DocsId": "T:System.Security.AccessControl.SemaphoreAccessRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.AccessControl.SemaphoreAuditRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.SemaphoreRights,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L83C15-L85C10" - }, - { - "DocsId": "P:System.Security.AccessControl.SemaphoreAuditRule.SemaphoreRights", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L94C19-L94C59" - } - ], - "DocsId": "T:System.Security.AccessControl.SemaphoreAuditRule", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L101C15-L103C10" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.#ctor(System.String,System.Security.AccessControl.AccessControlSections)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L106C15-L109C10" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.AccessRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AccessControlType)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L138C13-L138C130" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.AuditRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AuditFlags)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L143C13-L143C130" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.AddAccessRule(System.Security.AccessControl.SemaphoreAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L183C13-L184C10" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.SetAccessRule(System.Security.AccessControl.SemaphoreAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L188C13-L189C10" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.ResetAccessRule(System.Security.AccessControl.SemaphoreAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L193C13-L194C10" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.RemoveAccessRule(System.Security.AccessControl.SemaphoreAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L198C13-L198C48" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.RemoveAccessRuleAll(System.Security.AccessControl.SemaphoreAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L203C13-L204C10" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.RemoveAccessRuleSpecific(System.Security.AccessControl.SemaphoreAccessRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L208C13-L209C10" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.AddAuditRule(System.Security.AccessControl.SemaphoreAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L213C13-L214C10" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.SetAuditRule(System.Security.AccessControl.SemaphoreAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L218C13-L219C10" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.RemoveAuditRule(System.Security.AccessControl.SemaphoreAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L223C13-L223C47" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.RemoveAuditRuleAll(System.Security.AccessControl.SemaphoreAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L228C13-L229C10" - }, - { - "DocsId": "M:System.Security.AccessControl.SemaphoreSecurity.RemoveAuditRuleSpecific(System.Security.AccessControl.SemaphoreAuditRule)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L233C13-L234C10" - }, - { - "DocsId": "P:System.Security.AccessControl.SemaphoreSecurity.AccessRightType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L238C19-L238C50" - }, - { - "DocsId": "P:System.Security.AccessControl.SemaphoreSecurity.AccessRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L243C19-L243C54" - }, - { - "DocsId": "P:System.Security.AccessControl.SemaphoreSecurity.AuditRuleType", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs#L248C19-L248C53" - } - ], - "DocsId": "T:System.Security.AccessControl.SemaphoreSecurity", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Security/AccessControl/SemaphoreSecurity.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Threading.EventWaitHandleAcl.Create(System.Boolean,System.Threading.EventResetMode,System.String,System.Boolean@,System.Security.AccessControl.EventWaitHandleSecurity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Threading/EventWaitHandleAcl.cs#L31C13-L77C55" - }, - { - "DocsId": "M:System.Threading.EventWaitHandleAcl.OpenExisting(System.String,System.Security.AccessControl.EventWaitHandleRights)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Threading/EventWaitHandleAcl.cs#L95C13-L109C35" - }, - { - "DocsId": "M:System.Threading.EventWaitHandleAcl.TryOpenExisting(System.String,System.Security.AccessControl.EventWaitHandleRights,System.Threading.EventWaitHandle@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Threading/EventWaitHandleAcl.cs#L125C13-L125C87" - } - ], - "DocsId": "T:System.Threading.EventWaitHandleAcl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Threading/EventWaitHandleAcl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Threading.MutexAcl.Create(System.Boolean,System.String,System.Boolean@,System.Security.AccessControl.MutexSecurity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Threading/MutexAcl.cs#L25C13-L68C55" - }, - { - "DocsId": "M:System.Threading.MutexAcl.OpenExisting(System.String,System.Security.AccessControl.MutexRights)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Threading/MutexAcl.cs#L86C13-L100C35" - }, - { - "DocsId": "M:System.Threading.MutexAcl.TryOpenExisting(System.String,System.Security.AccessControl.MutexRights,System.Threading.Mutex@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Threading/MutexAcl.cs#L116C13-L116C87" - } - ], - "DocsId": "T:System.Threading.MutexAcl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Threading/MutexAcl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Threading.SemaphoreAcl.Create(System.Int32,System.Int32,System.String,System.Boolean@,System.Security.AccessControl.SemaphoreSecurity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Threading/SemaphoreAcl.cs#L29C13-L82C55" - }, - { - "DocsId": "M:System.Threading.SemaphoreAcl.OpenExisting(System.String,System.Security.AccessControl.SemaphoreRights)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Threading/SemaphoreAcl.cs#L101C13-L115C35" - }, - { - "DocsId": "M:System.Threading.SemaphoreAcl.TryOpenExisting(System.String,System.Security.AccessControl.SemaphoreRights,System.Threading.Semaphore@)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Threading/SemaphoreAcl.cs#L131C13-L131C87" - } - ], - "DocsId": "T:System.Threading.SemaphoreAcl", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Threading/SemaphoreAcl.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Threading.ThreadingAclExtensions.GetAccessControl(System.Threading.EventWaitHandle)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L16C13-L16C166" - }, - { - "DocsId": "M:System.Threading.ThreadingAclExtensions.SetAccessControl(System.Threading.EventWaitHandle,System.Security.AccessControl.EventWaitHandleSecurity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L21C13-L24C10" - }, - { - "DocsId": "M:System.Threading.ThreadingAclExtensions.GetAccessControl(System.Threading.Mutex)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L28C13-L28C155" - }, - { - "DocsId": "M:System.Threading.ThreadingAclExtensions.SetAccessControl(System.Threading.Mutex,System.Security.AccessControl.MutexSecurity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L33C13-L36C10" - }, - { - "DocsId": "M:System.Threading.ThreadingAclExtensions.GetAccessControl(System.Threading.Semaphore)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L40C13-L40C163" - }, - { - "DocsId": "M:System.Threading.ThreadingAclExtensions.SetAccessControl(System.Threading.Semaphore,System.Security.AccessControl.SemaphoreSecurity)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs#L45C13-L48C10" - } - ], - "DocsId": "T:System.Threading.ThreadingAclExtensions", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Threading.AccessControl/src/System/Threading/ThreadingAclExtensions.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Web.Services.Description.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Web.Services.Description.json deleted file mode 100644 index 90f11dcbce4..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Web.Services.Description.json +++ /dev/null @@ -1,1986 +0,0 @@ -{ - "Assembly": "System.Web.Services.Description", - "GUID": "BDC701AD61514BA1BD50757292ABCEB9FFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "F:System.Web.Services.WsiProfiles.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/WsiProfiles.cs" - }, - { - "DocsId": "F:System.Web.Services.WsiProfiles.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/WsiProfiles.cs" - }, - { - "DocsId": "F:System.Web.Services.WsiProfiles.BasicProfile1_1", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/WsiProfiles.cs" - } - ], - "DocsId": "T:System.Web.Services.WsiProfiles", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/WsiProfiles.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.HttpAddressBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.HttpAddressBinding.Location", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs#L14C19-L14C71" - } - ], - "DocsId": "T:System.Web.Services.Description.HttpAddressBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.HttpBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.HttpBinding.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.HttpBinding.Verb", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs#L25C30-L25C34" - } - ], - "DocsId": "T:System.Web.Services.Description.HttpBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.HttpOperationBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.HttpOperationBinding.Location", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs#L34C19-L34C71" - } - ], - "DocsId": "T:System.Web.Services.Description.HttpOperationBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.HttpUrlEncodedBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs" - } - ], - "DocsId": "T:System.Web.Services.Description.HttpUrlEncodedBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.HttpUrlReplacementBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs" - } - ], - "DocsId": "T:System.Web.Services.Description.HttpUrlReplacementBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/HttpFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.MimeContentBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.MimeContentBinding.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeContentBinding.Part", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L17C30-L17C34" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeContentBinding.Type", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L21C19-L21C63" - } - ], - "DocsId": "T:System.Web.Services.Description.MimeContentBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.MimePart.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.MimePart.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L34C19-L34C136" - } - ], - "DocsId": "T:System.Web.Services.Description.MimePart", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.MimeMultipartRelatedBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L41C52-L41C76" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeMultipartRelatedBinding.Parts", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L41C43-L41C47" - } - ], - "DocsId": "T:System.Web.Services.Description.MimeMultipartRelatedBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.MimeXmlBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeXmlBinding.Part", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L47C30-L47C34" - } - ], - "DocsId": "T:System.Web.Services.Description.MimeXmlBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.MimePartCollection.Add(System.Web.Services.Description.MimePart)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L57C13-L57C39" - }, - { - "DocsId": "M:System.Web.Services.Description.MimePartCollection.Insert(System.Int32,System.Web.Services.Description.MimePart)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L61C13-L62C10" - }, - { - "DocsId": "M:System.Web.Services.Description.MimePartCollection.IndexOf(System.Web.Services.Description.MimePart)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L65C13-L65C43" - }, - { - "DocsId": "M:System.Web.Services.Description.MimePartCollection.Contains(System.Web.Services.Description.MimePart)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L69C13-L69C44" - }, - { - "DocsId": "M:System.Web.Services.Description.MimePartCollection.Remove(System.Web.Services.Description.MimePart)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L73C13-L74C10" - }, - { - "DocsId": "M:System.Web.Services.Description.MimePartCollection.CopyTo(System.Web.Services.Description.MimePart[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L77C13-L78C10" - }, - { - "DocsId": "M:System.Web.Services.Description.MimePartCollection.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.MimePartCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L52C19-L52C48" - } - ], - "DocsId": "T:System.Web.Services.Description.MimePartCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.MimeTextBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L87C59-L87C88" - }, - { - "DocsId": "F:System.Web.Services.Description.MimeTextBinding.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeTextBinding.Matches", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L87C50-L87C54" - } - ], - "DocsId": "T:System.Web.Services.Description.MimeTextBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.MimeTextMatch.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L93C9-L174C88" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeTextMatch.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L100C19-L100C63" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeTextMatch.Type", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L106C19-L106C63" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeTextMatch.Group", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L112C19-L112C33" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeTextMatch.Capture", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L125C19-L125C35" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeTextMatch.Repeats", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L138C19-L138C35" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeTextMatch.RepeatsString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L151C19-L151C107" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeTextMatch.Pattern", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L166C19-L166C69" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeTextMatch.IgnoreCase", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L171C34-L171C38" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeTextMatch.Matches", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L174C50-L174C54" - } - ], - "DocsId": "T:System.Web.Services.Description.MimeTextMatch", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.MimeTextMatchCollection.Add(System.Web.Services.Description.MimeTextMatch)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L184C13-L184C36" - }, - { - "DocsId": "M:System.Web.Services.Description.MimeTextMatchCollection.Insert(System.Int32,System.Web.Services.Description.MimeTextMatch)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L188C13-L189C10" - }, - { - "DocsId": "M:System.Web.Services.Description.MimeTextMatchCollection.IndexOf(System.Web.Services.Description.MimeTextMatch)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L192C13-L192C40" - }, - { - "DocsId": "M:System.Web.Services.Description.MimeTextMatchCollection.Contains(System.Web.Services.Description.MimeTextMatch)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L196C13-L196C41" - }, - { - "DocsId": "M:System.Web.Services.Description.MimeTextMatchCollection.Remove(System.Web.Services.Description.MimeTextMatch)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L200C13-L201C10" - }, - { - "DocsId": "M:System.Web.Services.Description.MimeTextMatchCollection.CopyTo(System.Web.Services.Description.MimeTextMatch[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L204C13-L205C10" - }, - { - "DocsId": "M:System.Web.Services.Description.MimeTextMatchCollection.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.MimeTextMatchCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs#L179C19-L179C53" - } - ], - "DocsId": "T:System.Web.Services.Description.MimeTextMatchCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/MimeFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.Read(System.IO.TextReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L228C13-L228C44" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.Read(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L233C13-L233C40" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.Read(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L238C13-L238C40" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.Read(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L243C13-L243C42" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.Read(System.IO.TextReader,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L248C13-L252C43" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.Read(System.IO.Stream,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L257C13-L261C43" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.Read(System.String,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L266C13-L275C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.Read(System.Xml.XmlReader,System.Boolean)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L279C13-L302C75" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.CanRead(System.Xml.XmlReader)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L308C13-L308C54" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.Write(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L313C13-L322C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.Write(System.IO.TextWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L326C13-L330C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.Write(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L334C13-L337C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.Write(System.Xml.XmlWriter)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L341C13-L374C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescription.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.ServiceDescription.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.RetrievalUrl", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L53C19-L53C79" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.ServiceDescriptions", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L63C67-L63C71" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L68C19-L68C136" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.Imports", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L74C19-L74C100" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.Types", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L80C19-L80C79" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.Messages", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L89C19-L89C104" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.PortTypes", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L95C19-L95C108" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.Bindings", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L101C19-L101C104" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.Services", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L107C19-L107C104" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.TargetNamespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L111C41-L111C45" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.Schema", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L117C17-L125C33" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.ValidationWarnings", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L150C17-L154C44" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescription.Serializer", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L208C17-L220C37" - } - ], - "DocsId": "T:System.Web.Services.Description.ServiceDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Import.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.Import.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L447C19-L447C136" - }, - { - "DocsId": "P:System.Web.Services.Description.Import.ServiceDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L450C56-L450C60" - }, - { - "DocsId": "P:System.Web.Services.Description.Import.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L455C19-L455C59" - }, - { - "DocsId": "P:System.Web.Services.Description.Import.Location", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L462C19-L462C71" - } - ], - "DocsId": "T:System.Web.Services.Description.Import", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.DocumentableItem.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.DocumentableItem.Documentation", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L479C17-L489C55" - }, - { - "DocsId": "P:System.Web.Services.Description.DocumentableItem.DocumentationElement", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L510C19-L510C48" - }, - { - "DocsId": "P:System.Web.Services.Description.DocumentableItem.ExtensibleAttributes", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L519C65-L519C69" - }, - { - "DocsId": "P:System.Web.Services.Description.DocumentableItem.Namespaces", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L526C17-L531C36" - }, - { - "DocsId": "P:System.Web.Services.Description.DocumentableItem.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - } - ], - "DocsId": "T:System.Web.Services.Description.DocumentableItem", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.NamedItem.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.NamedItem.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L556C30-L556C34" - } - ], - "DocsId": "T:System.Web.Services.Description.NamedItem", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Port.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L578C57-L578C79" - }, - { - "DocsId": "P:System.Web.Services.Description.Port.Service", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L569C34-L569C38" - }, - { - "DocsId": "P:System.Web.Services.Description.Port.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L574C19-L574C136" - }, - { - "DocsId": "P:System.Web.Services.Description.Port.Binding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L578C43-L578C47" - } - ], - "DocsId": "T:System.Web.Services.Description.Port", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Service.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.Service.ServiceDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L592C56-L592C60" - }, - { - "DocsId": "P:System.Web.Services.Description.Service.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L597C19-L597C136" - }, - { - "DocsId": "P:System.Web.Services.Description.Service.Ports", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L603C19-L603C92" - } - ], - "DocsId": "T:System.Web.Services.Description.Service", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.FaultBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.FaultBinding.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L615C19-L615C136" - } - ], - "DocsId": "T:System.Web.Services.Description.FaultBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.MessageBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.MessageBinding.OperationBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L626C52-L626C56" - } - ], - "DocsId": "T:System.Web.Services.Description.MessageBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.InputBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.InputBinding.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L637C19-L637C136" - } - ], - "DocsId": "T:System.Web.Services.Description.InputBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.OutputBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.OutputBinding.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L649C19-L649C136" - } - ], - "DocsId": "T:System.Web.Services.Description.OutputBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.OperationBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationBinding.Binding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L666C34-L666C38" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationBinding.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L671C19-L671C136" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationBinding.Input", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L677C19-L677C33" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationBinding.Output", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L695C19-L695C34" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationBinding.Faults", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L713C19-L713C103" - } - ], - "DocsId": "T:System.Web.Services.Description.OperationBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Binding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L722C9-L722C65" - }, - { - "DocsId": "P:System.Web.Services.Description.Binding.ServiceDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L729C56-L729C60" - }, - { - "DocsId": "P:System.Web.Services.Description.Binding.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L734C19-L734C136" - }, - { - "DocsId": "P:System.Web.Services.Description.Binding.Operations", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L740C19-L740C119" - }, - { - "DocsId": "P:System.Web.Services.Description.Binding.Type", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L748C17-L753C30" - } - ], - "DocsId": "T:System.Web.Services.Description.Binding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.OperationMessage.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L769C57-L769C79" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationMessage.Operation", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L766C38-L766C42" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationMessage.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L769C43-L769C47" - } - ], - "DocsId": "T:System.Web.Services.Description.OperationMessage", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.OperationFault.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationFault.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L780C19-L780C136" - } - ], - "DocsId": "T:System.Web.Services.Description.OperationFault", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.OperationInput.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationInput.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L792C19-L792C136" - } - ], - "DocsId": "T:System.Web.Services.Description.OperationInput", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.OperationOutput.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationOutput.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L804C19-L804C136" - } - ], - "DocsId": "T:System.Web.Services.Description.OperationOutput", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Operation.IsBoundBy(System.Web.Services.Description.OperationBinding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L881C13-L926C25" - }, - { - "DocsId": "M:System.Web.Services.Description.Operation.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.Operation.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L823C19-L823C136" - }, - { - "DocsId": "P:System.Web.Services.Description.Operation.PortType", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L826C36-L826C40" - }, - { - "DocsId": "P:System.Web.Services.Description.Operation.ParameterOrderString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L833C17-L848C43" - }, - { - "DocsId": "P:System.Web.Services.Description.Operation.ParameterOrder", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L864C42-L864C46" - }, - { - "DocsId": "P:System.Web.Services.Description.Operation.Messages", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L870C19-L870C113" - }, - { - "DocsId": "P:System.Web.Services.Description.Operation.Faults", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L876C19-L876C105" - } - ], - "DocsId": "T:System.Web.Services.Description.Operation", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.PortType.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.PortType.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L978C19-L978C136" - }, - { - "DocsId": "P:System.Web.Services.Description.PortType.ServiceDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L981C56-L981C60" - }, - { - "DocsId": "P:System.Web.Services.Description.PortType.Operations", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L986C19-L986C112" - } - ], - "DocsId": "T:System.Web.Services.Description.PortType", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Message.FindPartsByName(System.String[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1017C13-L1022C30" - }, - { - "DocsId": "M:System.Web.Services.Description.Message.FindPartByName(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1027C18-L1035C169" - }, - { - "DocsId": "M:System.Web.Services.Description.Message.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.Message.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1004C19-L1004C136" - }, - { - "DocsId": "P:System.Web.Services.Description.Message.ServiceDescription", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1007C56-L1007C60" - }, - { - "DocsId": "P:System.Web.Services.Description.Message.Parts", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1012C19-L1012C99" - } - ], - "DocsId": "T:System.Web.Services.Description.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.MessagePart.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1042C9-L1059C79" - }, - { - "DocsId": "P:System.Web.Services.Description.MessagePart.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1053C19-L1053C136" - }, - { - "DocsId": "P:System.Web.Services.Description.MessagePart.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1056C34-L1056C38" - }, - { - "DocsId": "P:System.Web.Services.Description.MessagePart.Element", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1059C43-L1059C47" - }, - { - "DocsId": "P:System.Web.Services.Description.MessagePart.Type", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1066C17-L1071C30" - } - ], - "DocsId": "T:System.Web.Services.Description.MessagePart", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Types.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.Types.Extensions", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1092C19-L1092C136" - }, - { - "DocsId": "P:System.Web.Services.Description.Types.Schemas", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1098C19-L1098C90" - } - ], - "DocsId": "T:System.Web.Services.Description.Types", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.#ctor(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1104C77-L1104C93" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Add(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1116C13-L1116C40" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Insert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1121C13-L1122C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.IndexOf(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1126C13-L1126C44" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Contains(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1131C13-L1131C45" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Remove(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1136C13-L1137C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.CopyTo(System.Object[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1141C13-L1142C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Find(System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1146C18-L1155C25" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.FindAll(System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1160C13-L1170C49" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Find(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1175C18-L1185C25" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.FindAll(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1190C13-L1201C67" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.IsHandled(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1219C13-L1219C121" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.IsRequired(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1224C13-L1224C123" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1249C13-L1253C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1257C13-L1263C10" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1110C19-L1110C46" - } - ], - "DocsId": "T:System.Web.Services.Description.ServiceDescriptionFormatExtensionCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionFormatExtension.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescriptionFormatExtension.Parent", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1273C32-L1273C36" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescriptionFormatExtension.Required", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1276C32-L1276C36" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescriptionFormatExtension.Handled", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1279C31-L1279C35" - } - ], - "DocsId": "T:System.Web.Services.Description.ServiceDescriptionFormatExtension", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Web.Services.Description.OperationFlow.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.OperationFlow.None", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.OperationFlow.OneWay", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.OperationFlow.Notification", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.OperationFlow.RequestResponse", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.OperationFlow.SolicitResponse", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - } - ], - "DocsId": "T:System.Web.Services.Description.OperationFlow", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.OperationMessageCollection.Add(System.Web.Services.Description.OperationMessage)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1303C13-L1303C47" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationMessageCollection.Insert(System.Int32,System.Web.Services.Description.OperationMessage)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1308C13-L1309C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationMessageCollection.IndexOf(System.Web.Services.Description.OperationMessage)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1313C13-L1313C51" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationMessageCollection.Contains(System.Web.Services.Description.OperationMessage)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1318C13-L1318C52" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationMessageCollection.Remove(System.Web.Services.Description.OperationMessage)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1323C13-L1324C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationMessageCollection.CopyTo(System.Web.Services.Description.OperationMessage[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1328C13-L1329C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationMessageCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1399C13-L1400C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationMessageCollection.OnInsert(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1404C13-L1410C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationMessageCollection.OnSet(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1414C13-L1420C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationMessageCollection.OnValidate(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1424C13-L1430C10" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationMessageCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1297C19-L1297C56" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationMessageCollection.Input", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1335C22-L1343C29" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationMessageCollection.Output", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1351C22-L1360C29" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationMessageCollection.Flow", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1368C17-L1391C62" - } - ], - "DocsId": "T:System.Web.Services.Description.OperationMessageCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.ImportCollection.Add(System.Web.Services.Description.Import)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1445C13-L1445C37" - }, - { - "DocsId": "M:System.Web.Services.Description.ImportCollection.Insert(System.Int32,System.Web.Services.Description.Import)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1450C13-L1451C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ImportCollection.IndexOf(System.Web.Services.Description.Import)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1455C13-L1455C41" - }, - { - "DocsId": "M:System.Web.Services.Description.ImportCollection.Contains(System.Web.Services.Description.Import)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1460C13-L1460C42" - }, - { - "DocsId": "M:System.Web.Services.Description.ImportCollection.Remove(System.Web.Services.Description.Import)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1465C13-L1466C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ImportCollection.CopyTo(System.Web.Services.Description.Import[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1470C13-L1471C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ImportCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1475C13-L1476C10" - }, - { - "DocsId": "P:System.Web.Services.Description.ImportCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1439C19-L1439C46" - } - ], - "DocsId": "T:System.Web.Services.Description.ImportCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.MessageCollection.Add(System.Web.Services.Description.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1491C13-L1491C38" - }, - { - "DocsId": "M:System.Web.Services.Description.MessageCollection.Insert(System.Int32,System.Web.Services.Description.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1496C13-L1497C10" - }, - { - "DocsId": "M:System.Web.Services.Description.MessageCollection.IndexOf(System.Web.Services.Description.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1501C13-L1501C42" - }, - { - "DocsId": "M:System.Web.Services.Description.MessageCollection.Contains(System.Web.Services.Description.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1506C13-L1506C43" - }, - { - "DocsId": "M:System.Web.Services.Description.MessageCollection.Remove(System.Web.Services.Description.Message)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1511C13-L1512C10" - }, - { - "DocsId": "M:System.Web.Services.Description.MessageCollection.CopyTo(System.Web.Services.Description.Message[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1516C13-L1517C10" - }, - { - "DocsId": "M:System.Web.Services.Description.MessageCollection.GetKey(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1526C13-L1526C42" - }, - { - "DocsId": "M:System.Web.Services.Description.MessageCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1531C13-L1532C10" - }, - { - "DocsId": "P:System.Web.Services.Description.MessageCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1485C19-L1485C47" - }, - { - "DocsId": "P:System.Web.Services.Description.MessageCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1521C19-L1521C47" - } - ], - "DocsId": "T:System.Web.Services.Description.MessageCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.PortCollection.Add(System.Web.Services.Description.Port)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1547C13-L1547C35" - }, - { - "DocsId": "M:System.Web.Services.Description.PortCollection.Insert(System.Int32,System.Web.Services.Description.Port)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1552C13-L1553C10" - }, - { - "DocsId": "M:System.Web.Services.Description.PortCollection.IndexOf(System.Web.Services.Description.Port)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1557C13-L1557C39" - }, - { - "DocsId": "M:System.Web.Services.Description.PortCollection.Contains(System.Web.Services.Description.Port)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1562C13-L1562C40" - }, - { - "DocsId": "M:System.Web.Services.Description.PortCollection.Remove(System.Web.Services.Description.Port)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1567C13-L1568C10" - }, - { - "DocsId": "M:System.Web.Services.Description.PortCollection.CopyTo(System.Web.Services.Description.Port[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1572C13-L1573C10" - }, - { - "DocsId": "M:System.Web.Services.Description.PortCollection.GetKey(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1582C13-L1582C39" - }, - { - "DocsId": "M:System.Web.Services.Description.PortCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1587C13-L1588C10" - }, - { - "DocsId": "P:System.Web.Services.Description.PortCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1541C19-L1541C44" - }, - { - "DocsId": "P:System.Web.Services.Description.PortCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1577C19-L1577C44" - } - ], - "DocsId": "T:System.Web.Services.Description.PortCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.PortTypeCollection.Add(System.Web.Services.Description.PortType)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1603C13-L1603C39" - }, - { - "DocsId": "M:System.Web.Services.Description.PortTypeCollection.Insert(System.Int32,System.Web.Services.Description.PortType)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1608C13-L1609C10" - }, - { - "DocsId": "M:System.Web.Services.Description.PortTypeCollection.IndexOf(System.Web.Services.Description.PortType)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1613C13-L1613C43" - }, - { - "DocsId": "M:System.Web.Services.Description.PortTypeCollection.Contains(System.Web.Services.Description.PortType)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1618C13-L1618C44" - }, - { - "DocsId": "M:System.Web.Services.Description.PortTypeCollection.Remove(System.Web.Services.Description.PortType)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1623C13-L1624C10" - }, - { - "DocsId": "M:System.Web.Services.Description.PortTypeCollection.CopyTo(System.Web.Services.Description.PortType[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1628C13-L1629C10" - }, - { - "DocsId": "M:System.Web.Services.Description.PortTypeCollection.GetKey(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1638C13-L1638C43" - }, - { - "DocsId": "M:System.Web.Services.Description.PortTypeCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1643C13-L1644C10" - }, - { - "DocsId": "P:System.Web.Services.Description.PortTypeCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1597C19-L1597C48" - }, - { - "DocsId": "P:System.Web.Services.Description.PortTypeCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1633C19-L1633C48" - } - ], - "DocsId": "T:System.Web.Services.Description.PortTypeCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.BindingCollection.Add(System.Web.Services.Description.Binding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1659C13-L1659C38" - }, - { - "DocsId": "M:System.Web.Services.Description.BindingCollection.Insert(System.Int32,System.Web.Services.Description.Binding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1664C13-L1665C10" - }, - { - "DocsId": "M:System.Web.Services.Description.BindingCollection.IndexOf(System.Web.Services.Description.Binding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1669C13-L1669C42" - }, - { - "DocsId": "M:System.Web.Services.Description.BindingCollection.Contains(System.Web.Services.Description.Binding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1674C13-L1674C43" - }, - { - "DocsId": "M:System.Web.Services.Description.BindingCollection.Remove(System.Web.Services.Description.Binding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1679C13-L1680C10" - }, - { - "DocsId": "M:System.Web.Services.Description.BindingCollection.CopyTo(System.Web.Services.Description.Binding[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1684C13-L1685C10" - }, - { - "DocsId": "M:System.Web.Services.Description.BindingCollection.GetKey(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1694C13-L1694C42" - }, - { - "DocsId": "M:System.Web.Services.Description.BindingCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1699C13-L1700C10" - }, - { - "DocsId": "P:System.Web.Services.Description.BindingCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1653C19-L1653C47" - }, - { - "DocsId": "P:System.Web.Services.Description.BindingCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1689C19-L1689C47" - } - ], - "DocsId": "T:System.Web.Services.Description.BindingCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.ServiceCollection.Add(System.Web.Services.Description.Service)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1715C13-L1715C38" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceCollection.Insert(System.Int32,System.Web.Services.Description.Service)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1720C13-L1721C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceCollection.IndexOf(System.Web.Services.Description.Service)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1725C13-L1725C42" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceCollection.Contains(System.Web.Services.Description.Service)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1730C13-L1730C43" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceCollection.Remove(System.Web.Services.Description.Service)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1735C13-L1736C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceCollection.CopyTo(System.Web.Services.Description.Service[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1740C13-L1741C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceCollection.GetKey(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1750C13-L1750C42" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1755C13-L1756C10" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1709C19-L1709C47" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1745C19-L1745C47" - } - ], - "DocsId": "T:System.Web.Services.Description.ServiceCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.MessagePartCollection.Add(System.Web.Services.Description.MessagePart)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1771C13-L1771C42" - }, - { - "DocsId": "M:System.Web.Services.Description.MessagePartCollection.Insert(System.Int32,System.Web.Services.Description.MessagePart)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1776C13-L1777C10" - }, - { - "DocsId": "M:System.Web.Services.Description.MessagePartCollection.IndexOf(System.Web.Services.Description.MessagePart)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1781C13-L1781C46" - }, - { - "DocsId": "M:System.Web.Services.Description.MessagePartCollection.Contains(System.Web.Services.Description.MessagePart)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1786C13-L1786C47" - }, - { - "DocsId": "M:System.Web.Services.Description.MessagePartCollection.Remove(System.Web.Services.Description.MessagePart)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1791C13-L1792C10" - }, - { - "DocsId": "M:System.Web.Services.Description.MessagePartCollection.CopyTo(System.Web.Services.Description.MessagePart[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1796C13-L1797C10" - }, - { - "DocsId": "M:System.Web.Services.Description.MessagePartCollection.GetKey(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1806C13-L1806C46" - }, - { - "DocsId": "M:System.Web.Services.Description.MessagePartCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1811C13-L1812C10" - }, - { - "DocsId": "P:System.Web.Services.Description.MessagePartCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1765C19-L1765C51" - }, - { - "DocsId": "P:System.Web.Services.Description.MessagePartCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1801C19-L1801C51" - } - ], - "DocsId": "T:System.Web.Services.Description.MessagePartCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.OperationBindingCollection.Add(System.Web.Services.Description.OperationBinding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1827C13-L1827C47" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationBindingCollection.Insert(System.Int32,System.Web.Services.Description.OperationBinding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1832C13-L1833C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationBindingCollection.IndexOf(System.Web.Services.Description.OperationBinding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1837C13-L1837C51" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationBindingCollection.Contains(System.Web.Services.Description.OperationBinding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1842C13-L1842C52" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationBindingCollection.Remove(System.Web.Services.Description.OperationBinding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1847C13-L1848C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationBindingCollection.CopyTo(System.Web.Services.Description.OperationBinding[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1852C13-L1853C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationBindingCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1857C13-L1858C10" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationBindingCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1821C19-L1821C56" - } - ], - "DocsId": "T:System.Web.Services.Description.OperationBindingCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.FaultBindingCollection.Add(System.Web.Services.Description.FaultBinding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1873C13-L1873C52" - }, - { - "DocsId": "M:System.Web.Services.Description.FaultBindingCollection.Insert(System.Int32,System.Web.Services.Description.FaultBinding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1878C13-L1879C10" - }, - { - "DocsId": "M:System.Web.Services.Description.FaultBindingCollection.IndexOf(System.Web.Services.Description.FaultBinding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1883C13-L1883C56" - }, - { - "DocsId": "M:System.Web.Services.Description.FaultBindingCollection.Contains(System.Web.Services.Description.FaultBinding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1888C13-L1888C57" - }, - { - "DocsId": "M:System.Web.Services.Description.FaultBindingCollection.Remove(System.Web.Services.Description.FaultBinding)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1893C13-L1894C10" - }, - { - "DocsId": "M:System.Web.Services.Description.FaultBindingCollection.CopyTo(System.Web.Services.Description.FaultBinding[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1898C13-L1899C10" - }, - { - "DocsId": "M:System.Web.Services.Description.FaultBindingCollection.GetKey(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1908C13-L1908C47" - }, - { - "DocsId": "M:System.Web.Services.Description.FaultBindingCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1913C13-L1914C10" - }, - { - "DocsId": "P:System.Web.Services.Description.FaultBindingCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1867C19-L1867C52" - }, - { - "DocsId": "P:System.Web.Services.Description.FaultBindingCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1903C19-L1903C52" - } - ], - "DocsId": "T:System.Web.Services.Description.FaultBindingCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.OperationCollection.Add(System.Web.Services.Description.Operation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1929C13-L1929C40" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationCollection.Insert(System.Int32,System.Web.Services.Description.Operation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1934C13-L1935C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationCollection.IndexOf(System.Web.Services.Description.Operation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1939C13-L1939C44" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationCollection.Contains(System.Web.Services.Description.Operation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1944C13-L1944C45" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationCollection.Remove(System.Web.Services.Description.Operation)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1949C13-L1950C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationCollection.CopyTo(System.Web.Services.Description.Operation[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1954C13-L1955C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1959C13-L1960C10" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1923C19-L1923C49" - } - ], - "DocsId": "T:System.Web.Services.Description.OperationCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.OperationFaultCollection.Add(System.Web.Services.Description.OperationFault)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1975C13-L1975C52" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationFaultCollection.Insert(System.Int32,System.Web.Services.Description.OperationFault)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1980C13-L1981C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationFaultCollection.IndexOf(System.Web.Services.Description.OperationFault)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1985C13-L1985C56" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationFaultCollection.Contains(System.Web.Services.Description.OperationFault)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1990C13-L1990C57" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationFaultCollection.Remove(System.Web.Services.Description.OperationFault)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1995C13-L1996C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationFaultCollection.CopyTo(System.Web.Services.Description.OperationFault[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L2000C13-L2001C10" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationFaultCollection.GetKey(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L2010C13-L2010C49" - }, - { - "DocsId": "M:System.Web.Services.Description.OperationFaultCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L2015C13-L2016C10" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationFaultCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L1969C19-L1969C54" - }, - { - "DocsId": "P:System.Web.Services.Description.OperationFaultCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L2005C19-L2005C54" - } - ], - "DocsId": "T:System.Web.Services.Description.OperationFaultCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionBaseCollection.GetKey(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L2036C13-L2036C25" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionBaseCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L2042C9-L2042C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionBaseCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L2046C13-L2047C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionBaseCollection.OnRemove(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L2051C13-L2052C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionBaseCollection.OnClear", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L2056C18-L2060C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionBaseCollection.OnSet(System.Int32,System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L2064C13-L2066C10" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescriptionBaseCollection.Table", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs#L2031C19-L2031C83" - } - ], - "DocsId": "T:System.Web.Services.Description.ServiceDescriptionBaseCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescription.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L9C49-L9C63" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.Add(System.Web.Services.Description.ServiceDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L21C13-L21C49" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.Insert(System.Int32,System.Web.Services.Description.ServiceDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L25C13-L26C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.IndexOf(System.Web.Services.Description.ServiceDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L29C13-L29C53" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.Contains(System.Web.Services.Description.ServiceDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L33C13-L33C54" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.Remove(System.Web.Services.Description.ServiceDescription)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L37C13-L38C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.CopyTo(System.Web.Services.Description.ServiceDescription[],System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L41C13-L42C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.GetKey(System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L45C13-L51C23" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.GetMessage(System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L59C13-L70C28" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.GetPortType(System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L74C13-L85C29" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.GetService(System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L89C13-L100C28" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.GetBinding(System.Xml.XmlQualifiedName)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L104C13-L115C28" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.SetParent(System.Object,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L128C13-L129C10" - }, - { - "DocsId": "M:System.Web.Services.Description.ServiceDescriptionCollection.OnInsertComplete(System.Int32,System.Object)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L132C13-L139C10" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescriptionCollection.Item(System.Int32)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L12C19-L12C58" - }, - { - "DocsId": "P:System.Web.Services.Description.ServiceDescriptionCollection.Item(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs#L17C19-L17C56" - } - ], - "DocsId": "T:System.Web.Services.Description.ServiceDescriptionCollection", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/ServiceDescriptions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Soap12Binding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.Soap12Binding.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.Soap12Binding.HttpTransport", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - } - ], - "DocsId": "T:System.Web.Services.Description.Soap12Binding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Soap12OperationBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.Soap12OperationBinding.SoapActionRequired", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs#L21C42-L21C46" - } - ], - "DocsId": "T:System.Web.Services.Description.Soap12OperationBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Soap12BodyBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - } - ], - "DocsId": "T:System.Web.Services.Description.Soap12BodyBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Soap12FaultBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - } - ], - "DocsId": "T:System.Web.Services.Description.Soap12FaultBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Soap12HeaderBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - } - ], - "DocsId": "T:System.Web.Services.Description.Soap12HeaderBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.Soap12AddressBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - } - ], - "DocsId": "T:System.Web.Services.Description.Soap12AddressBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/Soap12FormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.SoapBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L31C55-L31C80" - }, - { - "DocsId": "F:System.Web.Services.Description.SoapBinding.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.SoapBinding.HttpTransport", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapBinding.Transport", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L26C19-L26C73" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapBinding.Style", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L31C41-L31C45" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapBinding.Schema", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L35C17-L42C33" - } - ], - "DocsId": "T:System.Web.Services.Description.SoapBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Web.Services.Description.SoapBindingStyle.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.SoapBindingStyle.Default", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.SoapBindingStyle.Document", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.SoapBindingStyle.Rpc", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - } - ], - "DocsId": "T:System.Web.Services.Description.SoapBindingStyle", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.SoapOperationBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapOperationBinding.SoapAction", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L62C19-L62C75" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapOperationBinding.Style", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L67C41-L67C45" - } - ], - "DocsId": "T:System.Web.Services.Description.SoapOperationBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.SoapBodyBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapBodyBinding.Use", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L76C37-L76C41" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapBodyBinding.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L80C19-L80C59" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapBodyBinding.Encoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L86C19-L86C71" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapBodyBinding.PartsString", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L93C17-L108C43" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapBodyBinding.Parts", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L123C33-L123C37" - } - ], - "DocsId": "T:System.Web.Services.Description.SoapBodyBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Web.Services.Description.SoapBindingUse.value__", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.SoapBindingUse.Default", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.SoapBindingUse.Encoded", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "DocsId": "F:System.Web.Services.Description.SoapBindingUse.Literal", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - } - ], - "DocsId": "T:System.Web.Services.Description.SoapBindingUse", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.SoapFaultBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapFaultBinding.Use", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L141C37-L141C41" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapFaultBinding.Name", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L144C30-L144C34" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapFaultBinding.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L148C19-L148C59" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapFaultBinding.Encoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L154C19-L154C71" - } - ], - "DocsId": "T:System.Web.Services.Description.SoapFaultBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.SoapHeaderBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L168C57-L168C79" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapHeaderBinding.MapToProperty", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L165C37-L165C41" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapHeaderBinding.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L168C43-L168C47" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapHeaderBinding.Part", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L171C30-L171C34" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapHeaderBinding.Use", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L174C37-L174C41" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapHeaderBinding.Encoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L178C19-L178C71" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapHeaderBinding.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L184C19-L184C59" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapHeaderBinding.Fault", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L189C47-L189C51" - } - ], - "DocsId": "T:System.Web.Services.Description.SoapHeaderBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.SoapHeaderFaultBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L197C57-L197C79" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapHeaderFaultBinding.Message", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L197C43-L197C47" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapHeaderFaultBinding.Part", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L200C30-L200C34" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapHeaderFaultBinding.Use", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L203C37-L203C41" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapHeaderFaultBinding.Encoding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L207C19-L207C71" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapHeaderFaultBinding.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L213C19-L213C59" - } - ], - "DocsId": "T:System.Web.Services.Description.SoapHeaderFaultBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Description.SoapAddressBinding.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "DocsId": "P:System.Web.Services.Description.SoapAddressBinding.Location", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs#L224C19-L224C71" - } - ], - "DocsId": "T:System.Web.Services.Description.SoapAddressBinding", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Description/SoapFormatExtensions.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Configuration.XmlFormatExtensionAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionAttribute.cs#L12C9-L13C10" - }, - { - "DocsId": "M:System.Web.Services.Configuration.XmlFormatExtensionAttribute.#ctor(System.String,System.String,System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionAttribute.cs#L15C99-L16C10" - }, - { - "DocsId": "M:System.Web.Services.Configuration.XmlFormatExtensionAttribute.#ctor(System.String,System.String,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionAttribute.cs#L18C121-L19C10" - }, - { - "DocsId": "M:System.Web.Services.Configuration.XmlFormatExtensionAttribute.#ctor(System.String,System.String,System.Type,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionAttribute.cs#L21C143-L22C10" - }, - { - "DocsId": "M:System.Web.Services.Configuration.XmlFormatExtensionAttribute.#ctor(System.String,System.String,System.Type,System.Type,System.Type,System.Type)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionAttribute.cs#L24C165-L25C10" - }, - { - "DocsId": "M:System.Web.Services.Configuration.XmlFormatExtensionAttribute.#ctor(System.String,System.String,System.Type[])", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionAttribute.cs#L27C9-L31C10" - }, - { - "DocsId": "P:System.Web.Services.Configuration.XmlFormatExtensionAttribute.ExtensionPoints", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionAttribute.cs#L34C19-L34C64" - }, - { - "DocsId": "P:System.Web.Services.Configuration.XmlFormatExtensionAttribute.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionAttribute.cs#L39C19-L39C59" - }, - { - "DocsId": "P:System.Web.Services.Configuration.XmlFormatExtensionAttribute.ElementName", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionAttribute.cs#L44C19-L44C63" - } - ], - "DocsId": "T:System.Web.Services.Configuration.XmlFormatExtensionAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Configuration.XmlFormatExtensionPointAttribute.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionPointAttribute.cs#L19C51-L12C10" - }, - { - "DocsId": "P:System.Web.Services.Configuration.XmlFormatExtensionPointAttribute.MemberName", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionPointAttribute.cs#L15C19-L15C63" - }, - { - "DocsId": "P:System.Web.Services.Configuration.XmlFormatExtensionPointAttribute.AllowElements", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionPointAttribute.cs#L19C37-L19C41" - } - ], - "DocsId": "T:System.Web.Services.Configuration.XmlFormatExtensionPointAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionPointAttribute.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute.#ctor", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionPrefixAttribute.cs#L11C9-L12C10" - }, - { - "DocsId": "M:System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute.#ctor(System.String,System.String)", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionPrefixAttribute.cs#L14C9-L17C10" - }, - { - "DocsId": "P:System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute.Prefix", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionPrefixAttribute.cs#L20C19-L20C67" - }, - { - "DocsId": "P:System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute.Namespace", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionPrefixAttribute.cs#L25C19-L25C59" - } - ], - "DocsId": "T:System.Web.Services.Configuration.XmlFormatExtensionPrefixAttribute", - "SourceLink": "https://github.com/dotnet/wcf/blob/852a6098b270771f21d13824877fce59d3279046/src/System.Web.Services.Description/src/System/Web/Services/Configuration/XmlFormatExtensionPrefixAttribute.cs" - } - ] -} \ No newline at end of file diff --git a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Windows.Extensions.json b/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Windows.Extensions.json deleted file mode 100644 index f586545e76e..00000000000 --- a/xml/SourceLinkInformation/dotnet-plat-ext-9.0/System.Windows.Extensions.json +++ /dev/null @@ -1,210 +0,0 @@ -{ - "Assembly": "System.Windows.Extensions", - "GUID": "B3CE0BF3DFC3461197EDB1B89339CBBCFFFFFFFF", - "Types": [ - { - "Members": [ - { - "DocsId": "M:System.Xaml.Permissions.XamlAccessLevel.AssemblyAccessTo(System.Reflection.Assembly)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L19C13-L19C66" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlAccessLevel.AssemblyAccessTo(System.Reflection.AssemblyName)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L24C13-L24C69" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlAccessLevel.PrivateAccessTo(System.Type)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L29C13-L29C80" - }, - { - "DocsId": "M:System.Xaml.Permissions.XamlAccessLevel.PrivateAccessTo(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L34C13-L38C73" - }, - { - "DocsId": "P:System.Xaml.Permissions.XamlAccessLevel.AssemblyAccessToAssemblyName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L43C19-L43C63" - }, - { - "DocsId": "P:System.Xaml.Permissions.XamlAccessLevel.PrivateAccessToTypeName", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs#L46C50-L46C54" - } - ], - "DocsId": "T:System.Xaml.Permissions.XamlAccessLevel", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Xaml/Permissions/XamlAccessLevel.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Media.SoundPlayer.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L23C9-L52C10" - }, - { - "DocsId": "M:System.Media.SoundPlayer.#ctor(System.String)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L54C52-L57C10" - }, - { - "DocsId": "M:System.Media.SoundPlayer.#ctor(System.IO.Stream)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L59C46-L62C10" - }, - { - "DocsId": "M:System.Media.SoundPlayer.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L23C9-L70C55" - }, - { - "DocsId": "M:System.Media.SoundPlayer.LoadAsync", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L137C13-L164C10" - }, - { - "DocsId": "M:System.Media.SoundPlayer.Load", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L189C13-L203C10" - }, - { - "DocsId": "M:System.Media.SoundPlayer.Play", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L347C13-L348C10" - }, - { - "DocsId": "M:System.Media.SoundPlayer.PlaySync", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L352C13-L353C10" - }, - { - "DocsId": "M:System.Media.SoundPlayer.PlayLooping", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L357C13-L358C10" - }, - { - "DocsId": "M:System.Media.SoundPlayer.Stop", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L441C13-L442C10" - }, - { - "DocsId": "M:System.Media.SoundPlayer.OnLoadCompleted(System.ComponentModel.AsyncCompletedEventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L482C13-L483C10" - }, - { - "DocsId": "M:System.Media.SoundPlayer.OnSoundLocationChanged(System.EventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L487C13-L488C10" - }, - { - "DocsId": "M:System.Media.SoundPlayer.OnStreamChanged(System.EventArgs)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L492C13-L493C10" - }, - { - "DocsId": "M:System.Media.SoundPlayer.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L739C13-L739C55" - }, - { - "DocsId": "E:System.Media.SoundPlayer.LoadCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L448C17-L449C14" - }, - { - "DocsId": "E:System.Media.SoundPlayer.SoundLocationChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L460C17-L461C14" - }, - { - "DocsId": "E:System.Media.SoundPlayer.StreamChanged", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L472C17-L473C14" - }, - { - "DocsId": "P:System.Media.SoundPlayer.LoadTimeout", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L75C20-L75C32" - }, - { - "DocsId": "P:System.Media.SoundPlayer.SoundLocation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L89C20-L89C34" - }, - { - "DocsId": "P:System.Media.SoundPlayer.Stream", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L110C17-L115C32" - }, - { - "DocsId": "P:System.Media.SoundPlayer.IsLoadCompleted", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L129C39-L129C43" - }, - { - "DocsId": "P:System.Media.SoundPlayer.Tag", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs#L131C30-L131C34" - } - ], - "DocsId": "T:System.Media.SoundPlayer", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Media/SoundPlayer.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Media.SystemSound.Play", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Media/SystemSound.cs#L17C13-L18C10" - } - ], - "DocsId": "T:System.Media.SystemSound", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Media/SystemSound.cs" - }, - { - "Members": [ - { - "DocsId": "P:System.Media.SystemSounds.Asterisk", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs#L16C20-L16C82" - }, - { - "DocsId": "P:System.Media.SystemSounds.Beep", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs#L21C20-L21C68" - }, - { - "DocsId": "P:System.Media.SystemSounds.Exclamation", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs#L26C20-L26C88" - }, - { - "DocsId": "P:System.Media.SystemSounds.Hand", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs#L31C20-L31C74" - }, - { - "DocsId": "P:System.Media.SystemSounds.Question", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs#L36C20-L36C82" - } - ], - "DocsId": "T:System.Media.SystemSounds", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Media/SystemSounds.cs" - }, - { - "Members": [ - { - "DocsId": "F:System.Security.Cryptography.X509Certificates.X509SelectionFlag.value__", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.X509Certificates.X509SelectionFlag.SingleSelection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" - }, - { - "DocsId": "F:System.Security.Cryptography.X509Certificates.X509SelectionFlag.MultiSelection", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" - } - ], - "DocsId": "T:System.Security.Cryptography.X509Certificates.X509SelectionFlag", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" - }, - { - "Members": [ - { - "DocsId": "M:System.Security.Cryptography.X509Certificates.X509Certificate2UI.DisplayCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs#L23C13-L26C10" - }, - { - "DocsId": "M:System.Security.Cryptography.X509Certificates.X509Certificate2UI.DisplayCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs#L30C13-L33C10" - }, - { - "DocsId": "M:System.Security.Cryptography.X509Certificates.X509Certificate2UI.SelectFromCollection(System.Security.Cryptography.X509Certificates.X509Certificate2Collection,System.String,System.String,System.Security.Cryptography.X509Certificates.X509SelectionFlag)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs#L37C13-L37C105" - }, - { - "DocsId": "M:System.Security.Cryptography.X509Certificates.X509Certificate2UI.SelectFromCollection(System.Security.Cryptography.X509Certificates.X509Certificate2Collection,System.String,System.String,System.Security.Cryptography.X509Certificates.X509SelectionFlag,System.IntPtr)", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs#L42C13-L42C104" - }, - { - "DocsId": "M:System.Security.Cryptography.X509Certificates.X509Certificate2UI.#ctor", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" - } - ], - "DocsId": "T:System.Security.Cryptography.X509Certificates.X509Certificate2UI", - "SourceLink": "https://github.com/dotnet/runtime/blob/8e5e748c5c06d3e40244c725bd2124f06998f6c1/src/libraries/System.Windows.Extensions/src/System/Security/Cryptography/X509Certificates/X509Certificate2UI.cs" - } - ] -} \ No newline at end of file